/********** Template CSS **********/
.img{
margin-right: 130px !important;
margin-bottom: 20px !important;
background-color: red;
}
.product-img{
    width: 10px;
    height: 350px;
    object-fit: cover;
}
.beanut-flower{
object-fit: cover;
}
:root {
    --primary:
#CF983B;
    --secondary: 
#CF983B;
    --light: #F5F8F2;
    --dark: #252C30;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

/* .navbar .navbar-brand {
    position: absolute;
    padding: 0;
    width: 170px;
    height: 135px;
    top: 0;
    left: 0;
} */

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color:
#CF983B;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 75px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(rgb(228 230 226 / 0%), rgb(66, 67, 67));
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: 
#CF983B;
    border: 15px solid 
#CF983B;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background:linear-gradient(rgba(49, 49, 49, 0.7), rgba(0, 0, 0, 0.543)), url(../img/banner-high.jfif) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background:
#CF983B ;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}


/*** Products ***/
.product {
    background: linear-gradient(rgba(136, 180, 78, .1), rgba(238, 173, 54, 0.1)), url(../img/product-bg.png) left bottom no-repeat;
    background-size: auto;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: var(--primary);
}


/*** About ***/
.video {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 65px;
    height: 75px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 28px 30px 30px 38px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 13px;
    border-left: 40px solid var(--primary);
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(138, 180, 78, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}


/*** Contact ***/
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: var(--primary);
    border-radius: 50px;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-item {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    background: #FFFFFF;
    border: 30px solid var(--primary);
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--dark);
}


/*** Footer ***/
.footer {
    color: #CF983B;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #252525;
}

.copyright a:hover {
    color: #FFFFFF !important;
}
/*  */
/* .service-card {
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  .service-card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 200px;
    object-fit: cover;
  } */

  /*  */
   .course-section {
      padding: 60px 0;
    }

    .course-title {
      text-align: center;
      color: #ffe600;
      font-weight: 700;
      font-size: 2.2rem;
      margin-bottom: 50px;
    }

    .course-box {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      margin-bottom: 40px;
      transition: all 0.3s ease;
    }

    .course-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .course-box h5 {
      color: #0d6efd;
      font-weight: 600;
    }

    .course-box ul {
      list-style: none;
      padding-left: 0;
    }

    .course-box ul li::before {
      content: "🔹";
      color: #0d6efd;
      margin-right: 8px;
    }

    .course-img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      /* border-radius: 0 15px 15px 0; */
    }

    @media (max-width: 768px) {
      .course-img {
        /* border-radius: 0 0 15px 15px; */
        height: 220px;
      }
    }

    /*  */
    /* .course-box {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            height: 250px;
            width: 260px;
        } */
        
        .course-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        }
        
        .course-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .overlay-text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.7);
            color: white;
            padding: 10px;
            text-align: center;
            font-weight: 500;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .course-box:hover .overlay-text {
            opacity: 1;
        }
        
        .course-title {
            margin-top: 15px;
            font-weight: 600;
            text-align: center;
            color: #333;
        }
        
        .modal-content {
            border-radius: 15px;
            border: none;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .modal-header {
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            color: white;
            border-radius: 15px 15px 0 0;
        }
        
        .modal-body {
            padding: 25px;
            max-height: 60vh;
            overflow-y: auto;
        }
        
        .course-modules {
            list-style-type: none;
            padding-left: 0;
        }
        
        .course-modules li {
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 25px;
        }
        
        .course-modules li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }
        
        .btn-close-white {
            filter: invert(1);
        }
        
        h2 {
            color: #333;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
        }
        
        h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(135deg, #CF983B 0%, #e6bf7c 100%);
            border-radius: 2px;
        }
        /*  */

        .fab-whatsapp {
    position: fixed;
    bottom: 100px;
    right: 35px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-whatsapp img {
    width: 45px;
    height: 45px;
}

.fab-whatsapp:hover {
    background-color: 
#CF983B;
    
    transform: scale(1.28);  
}
/*  */

        @media (max-width: 768px) {
            .page-header {
                padding: 2rem 0;
                margin-bottom: 1.5rem;
            }
            
            .course-img-container {
                height: 160px;
            }
            
            .modal-body {
                padding: 1.5rem;
            }
            
            .modal-title {
                font-size: 1.2rem;
            }
        }
        
        @media (max-width: 576px) {
           
            .course-img-container {
                height: 140px;
            }
            
            .course-content {
                padding: 1rem;
            }
            
            .modal-body {
                padding: 1rem;
            }
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .modal.fade .modal-dialog {
            animation: fadeIn 0.3s ease-out;
        }

        /*  */


        .services-section {
      padding: 0px 0;
      /* background: #f8f9fa; */
    }

    .services-header {
      text-align: center;
      margin-bottom: 32px;
    }

    .service-card {
      background: #ffffff;
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-align: center;
      width: 250px;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .service-img {
      width: 100%;
      height: 180px;
      object-fit: contain;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }

  .service-title {
  font-weight: 1200;
  margin: 16px 0 8px;
  color: #343333;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
}

    /* .service-sub {
      font-size: 0.9rem;
      color: #6c757d;
    } */

    @media (max-width: 767px) {
      .service-wrapper {
        justify-content: center !important;
        text-align: center;
      }
    }

    /*  */

.ban-cont{
    background-color: #847652;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
}

/*  */
.gallery img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.3s ease;
  background-color: #bab9b5;
}

.gallery img:hover {
  transform: scale(1.05);
}
.services-headers{
    text-align: center;
    margin: 20px;
    
}
/*  */
.bg-gold {
  background-color: #fff8dc; 
}

.safety-list li {
  padding: 12px 0;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; 
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.safety-list li:nth-child(1) { animation-delay: 0.2s; }
.safety-list li:nth-child(2) { animation-delay: 0.4s; }
.safety-list li:nth-child(3) { animation-delay: 0.6s; }
.safety-list li:nth-child(4) { animation-delay: 0.8s; }
.safety-list li:nth-child(5) { animation-delay: 1.0s; }
.safety-list li:nth-child(6) { animation-delay: 1.2s; }
.safety-list li:nth-child(7) { animation-delay: 1.4s; }
.safety-list li:nth-child(8) { animation-delay: 1.6s; }
.safety-list li:nth-child(9) { animation-delay: 1.8s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
/*  */

.imgcolor {
      color: white; 
      
      text-align: center;
      text-shadow: 
        -2px -2px 0 #000,  
         2px -2px 0 #000,
        -2px  2px 0 #000,  
         2px  2px 0 #000; 
    
      padding: 20px;
      border-radius: 10px;
      display: inline-block;
    }

    .ban-conts{
    background-color: #fadca1;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    font-weight: 500;

      text-shadow: 
        -2px -2px 0 #000,  
         2px -2px 0 #000,
        -2px  2px 0 #000,  
         1px  1px 0 #000; 
    
      padding: 20px;
      border-radius: 10px;
     
}
.imgss {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.custom-img {
  width: 100%;
  max-width: 500px; 
  height: auto;
  object-fit: cover;
}
 .service-card {
  width: 100%;
  max-width: 260px;     /* same size box */
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.service-img {
  width: 100%;
  height: 200px;        /* Same image height */
  object-fit: cover;    /* Crops perfectly */
  border-radius: 8px;
}

        
        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            z-index: 10;
            transition: all 0.3s ease;
        }
        
        .nav-arrow:hover {
            background: 
#CF983B;
            color: white;
        }
        
        .arrow-left {
            left: 0;
        }
        
        .arrow-right {
            right: 0;
        }
        
        .scroller-dots {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .dot {
            width: 10px;
            height: 10px;
            background: #ddd;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background: 
#CF983B;
            transform: scale(1.3);
        }
        
        .auto-scroll-controls {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            gap: 10px;
        }
        
        .auto-scroll-controls button {
            background: #2c6eb5;
            color: white;
            border: none;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .auto-scroll-controls button:hover {
            background: #1c4f8c;
        }
        
        @media (max-width: 768px) {
            .horizontal-scroll-container {
                padding: 0 35px;
            }
            
            .service-card {
                width: 260px;
            }
        }

.pattern-title{
   width: 110px;
    height: 110px;
    }
@media (max-width: 768px) {
            .pattern-title {
               font-size:1.2rem;  
            }
            
           
        }
/*  */
       .slide-bg-image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index: 1;
  }

  .slide-inner .container {
    position: relative;
    z-index: 2;
  }

  .text-white {
    color: #fff !important;
  }

  .btn-warning {
    background: #ff7b00;
    border: none;
    transition: 0.3s;
  }

  .btn-warning:hover {
    background: #e56c00;
  }

 
  @media (max-width: 768px) {
    .slide-bg-image {
      height: auto;
      padding: 60px 0;
    }

    .slide-title h4 {
      font-size: 1.6rem;
    }

    .slide-text p {
      font-size: 1rem;
    }
  }

   @media (max-width: 768px) {
    .img-fluid{

    width: 260px;
  }
  }

  /*  */
  /* Box style */
    .option-box {
      cursor: pointer;
      border: 1px solid #e3e3e3;
      border-radius: .75rem;
      padding: 1rem;
      transition: all .18s ease;
      position: relative;
      min-width: 160px;
      background: #fff;
    }
    .option-box:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 18px rgba(0,0,0,.06);
    }

    /* Active (highlight) style */
    .option-box.active {
      border-color: #0d6efd;         /* bootstrap primary */
      box-shadow: 0 8px 24px rgba(13,110,253, .12);
      background: linear-gradient(180deg, rgba(13,110,253,0.03), #fff);
    }

    /* Icon shown when active — top-right corner */
    .option-box .selected-icon {
      position: absolute;
      top: .6rem;
      right: .6rem;
      font-size: 1.15rem;
      display: none;
      background: #0d6efd;
      color: white;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
    }
    .option-box.active .selected-icon {
      display: flex;
    }

    /* small label styling */
    .option-title { font-weight: 600; margin-bottom: .25rem; }
    .option-sub { font-size: .9rem; color: #6c757d; }
/*  */

/* .service-section {
      padding: 60px 0;
    }
    .service-section:nth-child(even) {
      background-color: #f8f9fa;
    }
    .service-content h5 {
      font-weight: 600;
      margin-bottom: 0.5rem;
    }
    .service-content p {
      margin-bottom: 0;
      line-height: 1.6;
    }
    .service-img img {
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /*  */
    .carousel-img {
    height: 530px;
    object-fit: cover;
  }

  .carousel-caption {
    top: 0;
    bottom: 0;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(172, 139, 111, 0.221); 
  }

 
  @media (max-width: 768px) {
    .carousel-img {
      height: 400px;
    }
    .carousel-caption h1 {
      font-size: 1.75rem;
    }
    .carousel-caption p {
      font-size: 1rem;
    }
  }

/*  */

.cus-text{

    text-align: justify;
}

/*  */
.welcome-section {
            background: linear-gradient(135deg, #f0f7f4 0%, #e1efe8 100%);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .welcome-section::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 40%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%230a5c36" fill-opacity="0.03" d="M0,0 L100,0 L100,100 Q80,80 50,100 Q20,80 0,100 Z"></path></svg>');
            background-size: cover;
            z-index: 0;
        }
        
        .welcome-card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            border: none;
            height: 100%;
        }
        
        .welcome-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
        }
        
        .image-container {
            position: relative;
            overflow: hidden;
            height: 100%;
            min-height: 400px;
        }
        
        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .image-container:hover img {
            transform: scale(1.05);
        }
        
        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            color: white;
            padding: 2rem;
        }
        
        .content-card {
            padding: 3rem;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .section-subtitle {
            color: var(--secondary);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }
        
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .welcome-text {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 2rem;
        }
        
        .highlight {
            color: var(--primary);
            font-weight: 600;
        }
        
        .features-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin: 2rem 0;
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            padding: 0.75rem 0;
        }
        
        .feature-icon {
            width: 40px;
            height: 40px;
            background: var(--primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .reservation-box {
            background: linear-gradient(135deg, var(--primary), var(--accent));
            color: white;
            padding: 2rem;
            border-radius: 12px;
            margin-top: 2rem;
            display: flex;
            align-items: center;
            box-shadow: 0 10px 20px rgba(10, 92, 54, 0.2);
        }
        
        .reservation-icon {
            font-size: 2.5rem;
            margin-right: 1.5rem;
            color: var(--secondary);
        }
        
        .reservation-text {
            flex: 1;
        }
        
        .reservation-text h4 {
            margin-bottom: 0.5rem;
            font-weight: 600;
        }
        
        .phone-number {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--secondary);
            letter-spacing: 1px;
        }
        
        .badge-container {
            display: flex;
            gap: 1rem;
            margin-top: 2rem;
            flex-wrap: wrap;
        }
        
        .badge {
            background: rgba(10, 92, 54, 0.1);
            color: var(--primary);
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        @media (max-width: 992px) {
            .welcome-section::before {
                width: 100%;
                height: 30%;
                top: 0;
            }
            
            .content-card {
                padding: 2rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .features-list {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .welcome-section {
                padding: 3rem 0;
            }
            
            .reservation-box {
                flex-direction: column;
                text-align: center;
            }
            
            .reservation-icon {
                margin-right: 0;
                margin-bottom: 1rem;
            }
        }
        
        .fade-up {
            animation: fadeUp 0.8s ease-out;
        }
        
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /*  */

        .about-section {
            padding: 5rem 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e7ffff 100%);
            position: relative;
            overflow: hidden;
        }
        
        .about-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 30%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%230a5c36" fill-opacity="0.03" d="M0,0 L100,0 L100,100 Q80,80 50,100 Q20,80 0,100 Z"></path></svg>');
            background-size: cover;
            transform: scaleX(-1);
            z-index: 0;
        }
        
        .image-container {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            height: 100%;
        }
        
        .image-item {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s ease, box-shadow 0.5s ease;
        }
        
        .image-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .image-item img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .image-item:hover img {
            transform: scale(1.05);
        }
        
        .section-title {
            position: relative;
            margin-bottom: 2rem;
        }
        
        .section-title p {
            font-size: 1.1rem;
            font-weight: 500;
            font-style: italic;
            color: var(--primary);
            margin-bottom: 0.5rem;
        }
        
        .section-title h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .content-text {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 1.5rem;
        }
        
        .highlight {
            color: var(--primary);
            font-weight: 600;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            margin: 2rem 0;
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            padding: 0.75rem 0;
        }
        
        .feature-icon {
            width: 40px;
            height: 40px;
            background: var(--primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .dining-section {
            background: rgba(10, 92, 54, 0.05);
            padding: 2rem;
            border-radius: 12px;
            margin-top: 2rem;
            border-left: 4px solid var(--secondary);
        }
        
        .dining-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 1rem;
        }
        
        .badge-container {
            display: flex;
            gap: 1rem;
            margin-top: 2rem;
            flex-wrap: wrap;
        }
        
        .badge {
            background: rgba(10, 92, 54, 0.1);
            color: var(--primary);
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        
        @media (max-width: 992px) {
            .about-section::before {
                width: 100%;
                height: 30%;
                top: 0;
            }
            
            .section-title h1 {
                font-size: 2rem;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            .about-section {
                padding: 3rem 0;
            }
            
            .image-container {
                margin-bottom: 2rem;
                gap: 1rem;
            }
            
            .image-item img {
                height: 250px;
            }
        }
        
        .fade-in {
            animation: fadeIn 0.8s ease-out;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /*  */
        .gallery {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr); 
}


@media (min-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery img {
  width: 100%;
  height: 220px; 
  object-fit: contain;
  border-radius: 8px;
  display: block;
}


/*  */
.fab-whatsapp {
    position: fixed;
    bottom: 100px;
    right: 35px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-whatsapp img {
    width: 45px;
    height: 45px;
}

.fab-whatsapp:hover {
    background-color: #2dab9c;
    
    transform: scale(1.28);  
}

/*  */
.fab-call {
    position: fixed;
    bottom: 170px;
    right: 35px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-call img {
    width: 45px;
    height: 45px;
}

.fab-call:hover {
    background-color: #2dab9c;
    
    transform: scale(1.28);  


}


/*  */
.about-img img {
  height: 360px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.about-title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.about-text {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  max-width: 480px;
  margin: 0 auto;
}

/*  */

.villa-services-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
  }
  
 
  .villa-title {
    font-weight: 700;
    color: #0077b6;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  
  .price {
    color: #d41c00;
    font-weight: 700;
    font-size: 1.5rem;
  }
  
  .price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .price-note {
    font-size: 0.9rem;
    color: #6c757d;
  }
  
  .villa-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
    position: relative;
  }
  
  .villa-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  }
  
  .popular-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(45deg, #ff5d00, #ffae00);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(255, 93, 0, 0.3);
  }
  
  .villa-features {
    list-style: none;
    padding-left: 0;
  }
  
  .villa-features li {
    margin-bottom: 10px;
    padding: 5px 0;
  }
  
  .feature-icon {
    margin-right: 10px;
    font-size: 1.1rem;
    min-width: 24px;
  }
  
  .highlight-round {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffd700 0%, #ffae00 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(255, 174, 0, 0.6);
    text-align: center;
    color: #000;
    border: 3px solid white;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
  }
  
  .highlight-round span {
    color: #d41c00;
    font-weight: 800;
  }
  
  .suitable-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: #005b60;
  }
  
  .suitable-badges .badge {
    background: linear-gradient(45deg, #0077b6, #005b60);
    color: white;
    padding: 8px 15px;
    margin: 0 5px;
    border-radius: 20px;
    font-size: 0.9rem;
  }
  
  .contact-info {
    background: rgba(0, 119, 182, 0.1);
    border: 1px solid rgba(0, 119, 182, 0.2);
    display: inline-block;
    max-width: 500px;
  }
  
  .service-tagline {
    font-size: 18px;
    color: #ff5d00;
    font-weight: 600;
  }
  
  .book-btn {
    background: linear-gradient(45deg, #0077b6, #005b60);
    border: none;
    padding: 10px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .book-btn:hover {
    background: linear-gradient(45deg, #005b60, #0077b6);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 91, 96, 0.3);
  }
  
  .season-note {
    background: rgba(255, 193, 7, 0.1);
    border-radius: 8px;
    border-left: 3px solid #ffc107;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .highlight-round {
      width: 140px;
      height: 140px;
    }
    
    .suitable-badges .badge {
      display: block;
      margin: 5px auto;
      width: 150px;
    }
  }

  /*  */
  

    .services-header {
      text-align: center;
      margin-bottom: 32px;
    }

    .service-card {
      background: #ffffff;
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      text-align: center;
      width: 250px;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

    .service-img {
      width: 100%;
      height: 250px;
      object-fit: contain;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }

  .service-title {
  font-weight: 1200;
  margin: 16px 0 8px;
  color: #343333;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
}

    .service-sub {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.5px;
}


    @media (max-width: 767px) {
      .service-wrapper {
        justify-content: center !important;
        text-align: center;
      }
    }


    /*  */
    .welcome-text {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 2rem;
        }

        /*  */

        .vision-mission-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #eef2f3, #ffffff);
}

.vm-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border: 1px solid #e0e0e0;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

.vm-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  border-color: #007bff;
}

.vm-icon {
  width: 60px;
  height: 60px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,123,255,0.4);
}

.vm-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.vm-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
}

/*  */
.certificate-img {
  width: 100%;
  height: 400px;        
  object-fit: contain; 
  background: #fff;
  padding: 10px;       
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
