    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

    :root {
      --accent-color: #F97316;
      --primary-color: #01774e;
      --secondary-color: #f2a630;
      --dark-primary-theme: #014313;
      --light-color: #fdf6e8;
      --light-green: #bff4b2;
      --theme-white: #fff;
      --theme-black: #000;
      --theme-bg: #f3f4f6;
      --red-color: #FF6262;
      --gray-color: #666;
      --primary-gradient: linear-gradient(269deg, rgba(145, 45, 2, 1) 0%, rgba(222, 71, 7, 1) 42%, rgba(145, 45, 2, 1) 100%);
    }
    html {
      scroll-behavior: smooth;
    }
    body {
      font-family: "Open Sans", sans-serif;
    }
    .place-content-center{
      place-content: center;
    }
    /* Navbar */
    .navbar-brand img {
      width: 110px;
    }
    section{
      scroll-padding-top: 50px;
      scroll-margin-top: 100px;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      margin-left: 15px;
      color: #000;
      font-size: 18px;
    }
     .shadow-header{
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
     }
    .navbar-nav .nav-link.active {
      color: var(--primary-color) !important;
      position: relative;
      &::before{
        content: '';
        position: absolute;
        bottom: 4px;
        height: 2px;
        left: 50%;
        transform: translateX(-47%);
        width: 71px;
        background-color: var(--primary-color);
      }
    }

    .call-us-btn {
      a {
        font-size: 18px;
      }
    }

    /* Hero Section */
    .hero {
      background: #005437 url('/assets/img/main-bg-shape.png') no-repeat center center;
      scroll-margin-top: -200px !important;
      scroll-padding-top: -100px !important;
      background-size: cover;
      color: #fff;
      padding: 10px 0;
      position: relative;
    }

    .hero h1 {
      font-weight: 700;
      font-size: 52px;
    }

    .hero h1 span {
      color: var(--secondary-color);
    }

    .hero p {
      font-size: 18px;
      margin: 0px 0 30px;
    }

    .btn-custom {
      border-radius: 50px;
      padding: 10px 35px;
      font-size: 20px;
      font-weight: 600;
    }

    .btn-menu {
      background: var(--theme-white);
      color: var(--primary-color);
      border: 2px solid var(--theme-white);
      &:hover{
      background: var(--theme-white) !important;
        border: 2px solid var(--secondary-color);
      color: var(--secondary-color) !important;
      }
      &:active{
      background: var(--theme-white) !important;
      color: var(--primary-color) !important;
      }
    }

    .btn-reserve {
      background: transparent;
      border: 2px solid var(--theme-white);
      color: var(--theme-white);
      backdrop-filter: blur(1.5px);
      &:hover{
      background: var(--theme-white);
      border: 2px solid var(--secondary-color);
      color: var(--secondary-color);
      }
      &:active{
      background: transparent;
      border: 2px solid var(--secondary-color) !important;
      color: var(--secondary-color) !important;
      }
    }

    .hero-img {
      position: relative;
      top: 20px;

      img {
        max-width: 100%;
      }
    }

    .section-title {
      font-weight: 700;
      font-size: 52px;
      margin-bottom: 15px;
    }

    .section-title span {
      color: var(--secondary-color);
    }


    .specialities-section {
      .heading {
        p {
          font-size: 24px;
        }
      }

      .special-card {
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

        .card-body {
          padding: 28px 18px;

          .price {
            color: #6f0101;
            font-weight: 700;
            font-size: 24px;
          }

          h5 {
            font-size: 22px;
          }
        }

        img {
          height: 220px;
          object-fit: cover;
          width: 100%;
          border-radius: 0px 0px 20px 20px;
        }

        &:hover {
          transform: translateY(-5px);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }
      }

      .rating {
        color: var(--secondary-color);
        font-size: 20px;
      }
      .full-menu{
        margin-top: 30px;
        a{
          text-decoration: none;
          color: #6f0101;
          font-size: 22px;
          
        }
      }
    }

    .story-section {
      background: #f8f9fa;
      padding: 60px 0;
      .story-img img {
        border-radius: 12px;
        width: 100%;
        height: auto;
        object-fit: cover;
      }
  
      .story-title {
        font-size: 36px;
        font-weight: 700;
        .heading-img{
          height: 90px;
          margin-left: 7px;
        }
      }

      .story-title span {
        color: var(--secondary-color);
      }

      .story-text {
        font-size: 16px;
        color: #444;
        line-height: 1.7;
        margin-top: 5px;
        margin-bottom: 5px;
      }

      .story-icon-box {
        display: flex;
        align-items: center;
      }

      .story-icon {
        background: #d4f7d4;
        /* light green circle */
        color: var(--primary-color);
        font-size: 22px;
        width: 65px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 15px;
        i{
          font-size: 26px;
        }
      }

      .story-icon-box h6 {
        margin: 0;
        font-weight: 700;
      }

      .story-icon-box p {
        margin: 0;
        font-size: 0.9rem;
        color: var(--gray-color);
      }
      }

      .btn-fb{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 2px;
        border: 1px solid rgb(25, 85, 152);
        a{
          background-color: rgb(25, 85, 152);
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          border-radius: 50%;
          transition: all 0.8s;
            &:hover{
            background-color: rgb(25, 85, 152);
            i{
              transform: scale(1.5);
              transition: all 0.8s;
            }
          }
          &:active{
            background-color: rgb(25, 85, 152) !important;
          }
          i{
            color: #fff;
            font-size: 28px;
          }
        }
      
      }
      .btn-whatsapp{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 2px;
        border: 1px solid rgb(0, 186, 73);
        a{
          background-color: rgb(0, 186, 73);
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          border-radius: 50%;
          transition: all 0.8s;
          &:hover{
            background-color: rgb(0, 186, 73);
            i{
              transform: scale(1.5);
              transition: all 0.8s;
            }
          }
            &:active{
            background-color: rgb(0, 186, 73) !important;
          }
        i{
          color: #fff;
            font-size: 28px;
          }
        }
        
      }
      .btn-insta{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 2px;
        border: 1px solid #E1306C;
        a{
          background-color: #E1306C;
          height: 100%;
          width: 100%;
          display: flex;
          align-items: center;
          border-radius: 50%;
          transition: all 0.8s;
            &:hover{
            background-color: #E1306C;
            i{
              transform: scale(1.5);
              transition: all 0.8s;
            }
          }
            &:active{
            background-color: #E1306C !important;
          }
          i{
          color: #fff;
            font-size: 28px;
          }
        }
      
      }

      .galley-section{
        .heading{
          p{
            font-size: 24px;
            font-weight: 500;
          }
        }
        .card{
          border-radius: 20px;
          transition: all 0.8s;
          position: relative;
          .content {
            position: absolute;
            background-color: #01774ed9;
            width: 100%;
            transition: all 0.6s;
            transform: translateY(223px);
            place-content: center;
            border-radius: 15px;
            display: none;
            height: 100%;
            h3{
              color: #fff;
              font-size: 24px;
              font-weight: 600;
            }
            p{
              font-size: 14px;
              color: #fff;
            }
        }
          &:hover{
            img{
            transform: scale(1.1);
            transition: all 0.8s;
            }
            .content {
            transition: all 0.8s;
            display: block;
            transform: translateY(0px);
            }
          }
        }
      }
    .gallery-container {
      text-align: center;
      max-width: 1200px;
      margin: 20px;
    }

    .gallery-title {
      font-size: 36px;
      color: var(--secondary-color);
      margin-bottom: 10px;
    }

    .gallery-description {
      font-size: 18px;
      color: var(--gray-color);
      margin-bottom: 40px;
    }

    .gallery {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      justify-items: center;
    }

    .gallery-item img {
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .slider-section {
      background-color: #f3f4f6;
      margin-bottom: 30px;
      padding: 70px 30px;
      .testimonial {
        max-width: 1500px;
        margin: 0 auto;
        padding: 60px 20px;
        .carousel-inner{
          padding: 10px;

        }
      
      }

      .section-title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 52px;
        font-weight: 700;
      }

      .section-title .highlight {
        color: var(--secondary-color);
      }

      .section-subtitle {
        text-align: center;
        color: var(--gray-color);
        font-size: 24px;
        margin-bottom: 50px;
      }

      .testimonial-card {
        background: var(--theme-white);
        border-radius: 16px;
        padding: 65px 30px;
        margin: 0px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }

      .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      }

      .stars {
        color: var(--secondary-color);
        font-size: 16px;
        margin-bottom: 20px;
      }

      .testimonial-text {
        color: var(--gray-color);
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 25px;
        flex-grow: 1;
      }

      .customer-info {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: auto;
      }

      .customer-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #f8f9fa;
      }

      .customer-details h6 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: var(--theme-black);
      }

      .customer-details p {
        margin: 0;
        font-size: 15px;
        color: #6c757d;
      }

      .carousel-control-prev,
      .carousel-control-next {
        width: 80px;
        height: 80px;
        /* background: var(--theme-white); */
        border-radius: 50%;
        top: 108%;
        transform: translateY(-50%);
        opacity: 1;
        /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
      }

      .carousel-control-prev {
        left: auto;
        right: 70px;
        i{
          color: #000;
          font-size: 32px;
        }
      }

      .carousel-control-next {
        right: 0px;
          i{
          color: #000;
          font-size: 32px;
        }
      }

      /* .carousel-control-prev:hover,
      .carousel-control-next:hover {
        background: var(--secondary-color);
      } */

      .carousel-control-prev-icon,
      .carousel-control-next-icon {
        filter: invert(1);
        width: 20px;
        height: 20px;
      }

      .carousel-control-prev:hover .carousel-control-prev-icon,
      .carousel-control-next:hover .carousel-control-next-icon {
        filter: invert(0);
      }

      .carousel-indicators {
        margin-bottom: -30px;
      }

      .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #dee2e6;
        border: none;
      }

      .carousel-indicators button.active {
        background-color: var(--secondary-color);
      }

      @media (max-width: 768px) {

        .carousel-control-prev,
        .carousel-control-next {
          display: none;
        }
      }
    }

    .contact-section {
      padding: 40px;
      scroll-margin-top: 100px !important;
    span.icon {
        width: 60px;
        height: 60px;
        display: flex;
        color: #fff;
        margin-right: 20px;
        border-radius: 30px;
        background-color: #014313;
        justify-content: center;
        align-items: center;
        i{
          font-size: 26px;
        }
    }
    .form-heading{
        display: flex;
        align-items: center;
        gap: 50px;
      .section-title{
        font-size: 32px;
        margin-bottom: 0px;
      }
    }
    }

    .reservation-section {
        padding: 40px;
        margin-top: -110px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
        background-color: #fff;
        border-radius: 20px;
    }
.reservation-section{
    label {
        font-size: 18px;
        margin-bottom: 4px;
        font-weight: 500;
    }
    .input-group-prepend{
     button{
            height: 54px;
            border-color: #dee2e6;
            width: 50px;
            border-radius: 10px 0px 0px 10px;
     }
    }
    .input-group-append{
        button{
            height: 54px;
            border-color: #dee2e6;
            width: 50px;
            border-radius: 0px 10px 10px 0px;  
        }
    }
    .btn-submit{
      background-color: var(--dark-primary-theme);
      color: var(--theme-white);
      padding: 15px;
      font-size: 18px;
      transition: all 0.8s;
      &:hover{
          background-color: #077c27;
         i{
          padding-left: 20px;
          transition: all 0.8s;
         }
      }
       i{
          transition: all 0.8s;
         }
    }
}
    .reservation-section input,
    .reservation-section select,
    .reservation-section textarea {
      margin-bottom: 25px;
      padding: 0.875rem .75rem;
    }

    .reservation-section button {
      width: 100%;
    }

    ul {
      margin: 0px;
      padding: 0px;
    }

    .footer-section {
      /* background: var(--dark-primary-theme) url('./img/footer-bg.png') no-repeat center center; */
      background:linear-gradient(rgb(0 67 23 / 80%), rgb(0 67 23 / 92%)), url(/assets/img/footer-bg.png) center / cover no-repeat;
      position: relative;
    }

    .footer-cta {
      border-bottom: 1px solid #373636;
    }

    .single-cta i {
      color: var(--secondary-color);
      font-size: 30px;
      float: left;
      margin-top: 8px;
    }

    .cta-text {
      padding-left: 15px;
      display: inline-block;
    }

    .cta-text h4 {
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 2px;
    }

    .cta-text span {
      color: #757575;
      font-size: 15px;
    }

    .footer-content {
      position: relative;
      z-index: 2;
    }

    .footer-pattern img {
      position: absolute;
      top: 0;
      left: 0;
      height: 330px;
      background-size: cover;
      background-position: 100% 100%;
    }

    .footer-logo {
      margin-bottom: 30px;
    }

    .footer-logo img {
      max-width: 200px;
    }

    .footer-text p {
      margin-bottom: 14px;
      font-size: 14px;
      color: var(--theme-white);
      line-height: 28px;
    }

    .footer-social-icon span {
      color: var(--theme-white);
      display: block;
      font-size: 20px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 20px;
    }

    .footer-social-icon a {
      color: var(--theme-white);
      font-size: 16px;
      margin-right: 15px;
    }

    .footer-social-icon i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 38px;
      border-radius: 50%;
    }

    .facebook-bg {
      background: #3B5998;
    }

    .twitter-bg {
      background: #55ACEE;
    }

    .google-bg {
      background: #DD4B39;
    }

    .footer-widget-heading h3 {
      color: var(--theme-white);
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 25px;
      position: relative;
    }

    .footer-widget-heading h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      height: 2px;
      width: 50px;
      background: var(--secondary-color);
    }

    .footer-widget ul li {
      list-style: none;
      margin-bottom: 12px;
    }

    .footer-widget ul li a:hover {
      color: var(--secondary-color);
    }

    .footer-widget ul li a {
      color: var(--theme-white);
      text-transform: capitalize;
      text-decoration: none;
      &:hover{
        text-decoration: underline;
        font-weight: 500;
      }
    }

    .subscribe-form {
      position: relative;
      overflow: hidden;
    }

    .subscribe-form input {
      width: 100%;
      padding: 14px 28px;
      background: var(--theme-white);
      border-radius: 15px 15px 15px 15px;
      border: 1px solid var(--theme-white);
      color: #fff;
    }

    .subscribe-form span {
    
      background: var(--dark-primary-theme);
      padding: 6px 20px;
      border: 1px solid var(--theme-white);
      color: var(--theme-white);
      border-radius: 15px 15px 15px 15px;
      &:hover{
        background-color: #046d21;
        img {
          transition: all 0.8s;
          transform: rotate(35deg);
      }
      }
      img{
            transition: all 0.8s;
      }

    }

    .subscribe-form button i {
      color: #fff;
      font-size: 22px;
      transform: rotate(-6deg);
    }

    .copyright-area {
      /* background: var(--primary-color); */
      padding: 25px 0;
    }

    .copyright-text p {
      margin: 0;
      font-size: 14px;
      color: #878787;
    }

    .copyright-text p a {
      color: var(--secondary-color);
    }

    .footer-menu li {
      display: inline-block;
      margin-left: 20px;
    }

    .footer-menu li:hover a {
      color: var(--secondary-color);
    }

    .footer-menu li a {
      font-size: 14px;
      color: #878787;
    }

    @media (min-width:320px) and (max-width:576px) {

      .btn-custom {
        width: 100%;
        margin-bottom: 10px;
    }
    .story-section {
        .story-title {
            text-align: center;
        }
        p{
          text-align: center;
        }
    }
    
    .reservation-section {
        padding: 20px;
        margin-top: 10px;
        .form-heading {
            display: block;
            gap: 50px;
            text-align: center;
        .section-title {
            font-size: 26px;
            margin-bottom: 10px;
        }
        }
    }
    .contact-section {
        padding: 15px;
        scroll-margin-top: 150px !important;
    }
    .slider-section {
    .testimonial-card {
      margin-bottom: 10px !important;
      }
      }


    }