    body{
        margin: 0;
        padding: 0;
    }

    h1 {
        position: relative;
        padding: 0;
        margin: 0;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 40px;
        color: #080808;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
      }

      h1 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
      }
      h1 em {
        font-style: normal;
        font-weight: 600;
      }


    /* Title Start */

    .alt-two{
        margin-bottom: 20px;
    }

    .two h1 {
        text-transform: capitalize;
        font-family: 'Georgia';
        color: #F54F00;
        font-weight: 600;
      }
      .two h1:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 2px;
        content: "";
        background-color: #F54F00;
      }



      .two h1 span {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 4px;
        line-height: 3em;
        padding-left: 0.25em;
        color: #3A563A;
        font-family: 'Outfit';
        padding-bottom: 10px;
      }
      .alt-two h1 {
        text-align:center;
      }
      .alt-two h1:before {
        left:50%; margin-left:-30px;
      }

    /* Title End */

    /* Hero Section Start */

    .hero-section {
        position: relative;
        height: 550px;
    }

    .hero-section .sgp-role-1-footer{
        width: 1700px;
        position: absolute;
        top: 0;
        opacity: 0.15;
        z-index: 1;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slide-1{
        background-color: #3A563A;
        position: relative;
        overflow: hidden;

    }

    .slide-1 .sgp-role-1-slide-1{
        width: 1685px;
        height: auto;
        position: absolute;
        top: 15%;
        opacity: 0.2;
        z-index: 1;
    }

    .slide-1 .sgp-role-1-slide-2{
        width: 1685px;
        height: auto;
        position: absolute;
        bottom: 0;
        opacity: 0.2;
        z-index: 1;
    }


    .swiper-slide img {
         display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 2;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .slide-1 {
        background-color: #3A563A;
        padding: 20px;
    }

    .slide-content {
        z-index: 20;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        width: 100%;
        padding-top: 60px;
        margin: 0 auto;
    }

    .slide-2 img {
        padding-top: 90px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    

    .swiper-pagination-bullet-active {
        background-color: #F54F00;
      }

    .text-content h2 {
        font-size: 40px;
        color: white;
        margin: 0;
        font-family: 'Outfit';
    }

    .text-content h1 {
        font-size: 70px;
        color: white;
        margin: 0;
        font-weight: bold;
        font-family: 'Georgia';
    }

    .image-content img {
        max-width: 500%;
        height: auto;
        width: 500px;
        transition: transform 0.3s ease;
    }

    .image-content img:hover {
        transform: rotate(10deg);
    }

    /* Hero Section End */

    /* WCU Section Start */

    .why-choose-us {
        padding: 40px 20px;
        background-color: white;

    }

    .why-choose-us-container {
        flex-wrap: wrap;
    }

    .why-choose-us-content {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-around;
       }

       .image-container {
        position: relative;
        display: inline-block;
    }

    .image-container::before {
        content: '';
        position: absolute;
        top: 57%;
        left: 50%;
        width: 320px;
        height: 320px;
        background-color: #3A563A;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .image-container .image {
        display: block;
        position: relative;
        max-width: 320px;
        width: 100%;
        border-radius: 47%;
        z-index: 2;
    }


    .left-section {
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

 

    .left-section .image-title {
        font-size: 32px;
        color: #3A563A;
        font-family: 'Georgia';
        margin-bottom: 20px;
        text-align: center;
    }

    .left-section .image {
        height: auto;
        margin-bottom: 10px;
    }

    .left-section .image-description {
        font-size: 16px;
        width: 400px;
        text-align: center;
        color: #3A563A;
        font-family: 'Outfit';
    }

    .right-section {
        max-width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: center;
        color: #3A563A;
        font-family: 'Georgia';
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .grid-item {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    }

    .grid-item i {
        font-size: 35px;
        padding-bottom: 15px;
        color: #F54F00;
        transition: color 0.3s ease;
    }

    .grid-item h3 {
        font-size: 18px;
        font-family: 'Georgia';
        margin-bottom: 10px;
        transition: color 0.3s ease;
    }

    .grid-item p {
        font-size: 14px;
        font-family: 'Outfit';
        color: #555;
        transition: color 0.3s ease;
    }

    .grid-item:hover {
        background-color: #3A563A;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .grid-item:hover i {
        color: #f9f9f9;
    }

    .grid-item:hover h3,
    .grid-item:hover p {
        color: #f9f9f9;
    }


      .menu-section{
        position: relative;
        display: block;
        text-align: center;
        padding: 50px 20px;
      }

      .menu-container {
        position: relative;
        height: 500px;
        margin: 0 auto;
        max-width: 1200px;
    }

    .pricing-menu-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .40;
        height: 650px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        mix-blend-mode: luminosity;
        z-index: -1;
    }

    .pricing-menu-bg::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 102, 0, 0.504)
        ;
    }

      .body-swiper-menu{
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
        height: 460px;
      }

      swiper-container {
        width: 100%;
        height: 100%;
        max-width: 1200px;
        margin: 0 auto;

      }

      swiper-slide {
        text-align: center;
        font-size: 18px;
        background: transparent;
        display: flex;
        justify-content: center;
        background: rgba(173, 173, 173, 0.3);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(9.1px);
        -webkit-backdrop-filter: blur(9.1px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 15px;
    }

    swiper-slide:hover {
        background: #3A563A;
        box-shadow: 0 6px 35px rgba(0, 0, 0, 0.2);
        transition: background 0.4s, box-shadow 0.4s, border-color 0.4s;
    }

    swiper-slide:hover .content-menu h1 {   
        color: #ffffff;
        transition: color 0.4s;
    }

    swiper-slide:hover .content-menu h2 {
        color: #ffffff;
        transition: color 0.4s;
    }

    swiper-slide:hover .content-menu img {
        transform: scale(1.1);
        transition: transform 0.8s ease-in-out;
    }


      .content-menu img{
        max-width: 200px;
        width: 200px;
        height: auto;
        margin-bottom: 15px;
      }

      .content-menu h1{
        font-family: 'Georgia';
        font-size: 24px;
        font-weight: 600;
        color: #3A563A;
      }

      .content-menu h2{
        font-family: 'Outfit';
        font-size: 18px;
        font-weight: 500;
        padding: 15px;
        color: #f5f5f5;
      }

      .menu-section-grid {
        display: none;
    }

    .grid-menu{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 10px;
    }

    .grid-item-new {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color:#F54F00 ;
        border-radius: 15px;
        justify-content: space-between;
        text-align: center;
    }

    .grid-item-new img {
        width: 70%;
        max-width: 250px;
        height: 70%;
        max-height: 250px;
        object-fit: cover;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .grid-item-new h3 {
        font-family: 'Outfit';
        color: white;
        margin: 0;
        padding-bottom: 5px;
    }

    .activity-content {
        max-width: 1200px;
        margin: 20px auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        height: 150px;
        justify-items: center;
        align-items: center;
    }


    .button-86 {
        all: unset;
        width: 200px;
        height: 30px;
        font-size: 16px;
        background: transparent;
        border: none;
        position: relative;
        color: #f0f0f0;
        cursor: pointer;
        font-family: 'Outfit';
        z-index: 1;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
      }

      .button-86::after,
      .button-86::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        transition: all .4s;
      }

      .button-86::before {
        transform: translate(0%, 0%);
        width: 100%;
        height: 100%;
        background: #3A563A;
        border-radius: 10px;
      }

      .button-86::after {
        transform: translate(10px, 10px);
        width: 35px;
        height: 35px;
        background: #ff6a0096;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border-radius: 50px;
      }

      .button-86:hover::before {
        transform: translate(5%, 20%);
        width: 110%;
        height: 110%;
      }

      .button-86:hover::after {
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
      }

      .map-content{
        margin: 0 auto;

      }


    @media (max-width: 768px) {


        .hero-section{
            height: 60vw;
        }

        .slide-content {
            flex-direction: column;
            text-align: center;
        }

        .image-content img {
            width: 100%;
            display: none;
            max-width: 400px;
        }

        .text-content{
            margin-bottom: 2em;
        }

        .text-content h1 {
            font-size: 36px;
        }

        .text-content h2 {
            font-size: 15px;
        }

        .why-choose-us-content {
            flex-direction: column;
            align-items: center;
        }

        .left-section, .right-section {
            max-width: 100%;
            flex: none;
            padding: 20px 15px;

        }

        .image-container::before {
            width: 60vw;
            height: 60vw;
        }

        .image-container .image {
            max-width: 60vw;
            border-radius: 50%;
        }

        .grid-container {
            grid-template-columns: 1fr;
        }

        .left-section .image-title,
        .section-title {
            font-size: 24px;
        }

        .left-section .image-description {
            font-size: 16px;
            width: 80vw;
        }

        .grid-item h3 {
            font-size: 16px;
        }

        .grid-item p {
            font-size: 12px;
        }


        .menu-section-grid {
            display: block;
        }



        .grid-menu{
            grid-template-columns: repeat(2, 0.5fr);
        }

        .menu-section{
            display: none;
        }

        .activity-content {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .button-86 {
            width: 150px;
            height: 28px;
            font-size: 14px;
            padding: 8px 16px;
        }



    }

    @media (max-width: 480px) {

        .activity-content {
            grid-template-columns: 1fr;
        }

        .button-86 {
            width: 160px;
            height: 26px;
            font-size: 12px;
            padding: 6px 12px;
        }

        .button-86::after{
            display: none;
        }


    }


    .map-content-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        justify-content: space-evenly;
        display: flex;
        flex-direction: row;
    }

    .map-menu {
        display: flex;
        gap: 10px;
        display: flex;
        flex-direction: column;
        padding-right: 20px;
    }

    .map-button {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 10px 0;
        font-family: 'Outfit';
        font-size: 20px;
        position: relative;
        display: flex;
        text-align: left;
    }

    .map-button:focus {
        outline: none;
    }

    .map-button.active {
        color: #3A563A;
    }

    .map-button.active::after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #F54F00;
        position: absolute;
        bottom: 0;
        left: 0;
    }


    .map-google iframe {
        width: 100%;
        height: 300px;
        padding-right: 20px;
    }

    .map-description {
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }

    #description-1 {
        display: block;
    }

    .description {
        display: none;
    }

    .info-button {
        padding: 10px 140px;
        background-color: #F54F00;
        color: white;
        border: none;
        font-size: 15px;
        font-family: 'Outfit';
        border-radius: 15px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.3s ease; /* Adding transition for smooth effect */
    }

    .info-button:hover {
        background-color: #3A563A; /* Change to your desired hover color */
    }


    .contact-info {
        margin-top: 15px; /* Space above contact info */
    }

    .opening-hours,
    .phone-number,
    .street-map {
        margin: 20px 0; /* Space between lines */
        display: flex;
        flex-direction: row;
        font-size: 20px;
        font-family: 'Outfit';
        align-items: center;
        width: 350px;

    }

    .opening-hours i,
    .phone-number i,
    .street-map i{
        margin-right: 15px; /* Space between icon and text */
        color: #F54F00;
    }

    .bg-one-hero-section{
        position: absolute;
        top: 15%;
        opacity: 0.3;
        left: 0;
        height: 92px;
        width: 100vw;
        background-repeat: repeat;
        background-size: contain;
        z-index: 1;
    }
    .bg-two-hero-section{
        position: absolute;
        bottom: 0;
        opacity: 0.3;
        left: 0;
        height: 92px;
        width: 100vw;
        background-repeat: repeat;
        background-size: contain;
        z-index: 1;
    }

    @media screen and (min-width: 769px) and (max-width: 960px) {

        .hero-section {
            height: 400px;
        }
    
        .hero-section .sgp-role-1-footer {
            width: 1200px;
        }
    
        .slide-1 .sgp-role-1-slide-1, 
        .slide-1 .sgp-role-1-slide-2 {
            width: 1200px;
        }
    
        .slide-content {
            max-width: 900px;
            padding-top: 40px;
        }
    
        .text-content h2 {
            font-size: 32px;
        }
    
        .text-content h1 {
            font-size: 50px;
        }
    
        .image-content img {
            max-width: 400px;
            width: 400px;
        }
    
        .why-choose-us {
            padding: 30px 15px;
        }
    
        .why-choose-us-content {
            flex-direction: column;
        }
    
        .left-section,
        .right-section {
            max-width: 100%;
            text-align: center;
        }
    
        .left-section .image-description {
            width: 100%;
        }
    
        .grid-container {
            grid-template-columns: 1fr;
            gap: 15px;
        }
    
        .menu-container {
            height: 400px;
        }
    
        .body-swiper-menu {
            height: 400px;
        }
    
        swiper-slide {
            font-size: 16px;
        }
    
        .content-menu img {
            max-width: 150px;
            width: 150px;
        }
    
        .content-menu h1 {
            font-size: 15px;
        }
    
        .content-menu h2 {
            font-size: 14px;
        }
    
        .grid-menu {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
    
        .grid-item-new img {
            max-width: 200px;
            height: 200px;
        }
    

        .activity-section{
            padding: 50px 50px;
        }

        .activity-content {
            grid-template-columns: repeat(2, 1fr);
            height: auto;
            gap: 15px;
        }
        
    }
    
    
    @media (max-width: 768px) {

        .slide-content {
            padding-top: 110px;
            display: flex;
            flex-direction: column;
            text-align: center;
        }
    
        .image-content img {
            width: 100%;
            max-width: 400px;
        }
    
        .text-content {
            margin-bottom: 2em;
        }
    
        .text-content h1 {
            font-size: 36px;
        }
    
        .text-content h2 {
            font-size: 18px;
        }
    
        .why-choose-us {
            padding: 0;
        }
    
        .why-choose-us-content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    
        .left-section, .right-section {
            max-width: 100%;
            flex: none;
            padding: 20px 15px;
        }
    
        .image-container::before {
            width: 60vw;
            height: 60vw;
        }
    
        .image-container .image {
            max-width: 60vw;
            border-radius: 50%;
        }
    
        .grid-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }
    
        .left-section .image-title,
        .section-title {
            font-size: 24px;
        }
    
        .left-section .image-description {
            font-size: 16px;
        }
    
        .grid-item h3 {
            font-size: 16px;
        }
    
        .grid-item p {
            font-size: 12px;
        }
    
        .menu-section-grid {
            display: block;
        }
    
        .grid-menu {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* Ensure equal spacing for both columns */
            padding: 15px;
            max-width: 768px;
            margin: 0 auto;
            width: 100%;
        }
    
        .menu-section {
            display: none;
        }
    
        .activity-content {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
    
        .button-86 {
            width: 150px;
            height: 28px;
            font-size: 14px;
            padding: 8px 16px;
        }
    
        .map-section {
            padding-top: 50px;
        }
    
        .map-button {
            margin-bottom: 20px;
        }
    
        .map-button.active::after {
            width: 100%;
            max-width: 500px;
        }
    
        .map-content-container {
            display: flex;
            flex-direction: column;
            padding: 20px;
        }
    
        .map-menu {
            padding-right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .map-button {
            font-size: 20px;
            padding: 12px 0;
        }
    
        .map-google iframe {
            width: 100%;
            display: block;
            margin: 0 auto;
        }
    
        .map-description {
            font-size: 12px;
            margin-top: 15px;
            text-align: left;
        }
    
        .info-button {
            padding: 12px 40px;
            margin-top: 15px;
        }
    
        .opening-hours,
        .phone-number,
        .street-map {
            width: 100%;
            font-size: 20px;
            margin: 15px 0;
        }
    
        .slide-2 img {
            padding-top: 90px;
            width: 100%;
            height: auto;
            object-fit: contain;
        }
    }

    @media (max-width: 480px) {

        .activity-content {
            grid-template-columns: 1fr;
        }

        .button-86 {
            width: 160px;
            height: 26px;
            font-size: 12px;
            padding: 6px 12px;
        }

        .button-86::after{
            display: none;
        }

    }

    @media (min-width: 961px) and (max-width: 1023px) {
        .hero-section {
            height: 450px; /* Adjusted height for smaller screens */
        }
    
        .hero-section .sgp-role-1-footer {
            width: 1200px; /* Reduced size for better fit */
        }
    
        .slide-1 .sgp-role-1-slide-1,
        .slide-1 .sgp-role-1-slide-2 {
            width: 1200px; /* Scale down for smaller viewports */
            top: 20%; /* Adjust positioning */
        }
    
        .swiper-slide img {
            height: auto; /* Prevents distortion on smaller screens */
            width: 100%;
        }
    
        .text-content h2 {
            font-size: 30px; /* Smaller heading */
        }
    
        .text-content h1 {
            font-size: 50px; /* Smaller main heading */
        }
    
        .image-content img {
            max-width: 200%; /* Reduced size to fit layout */
            width: 400px; /* Scale down image for responsiveness */
        }
    
        .why-choose-us {
            padding: 20px 10px; /* Reduced padding */
        }
    
        .why-choose-us-content {
            flex-direction: column; /* Stack the content vertically */
        }
    
        .left-section, .right-section {
            max-width: 100%; /* Ensure sections take full width */
            padding: 20px;
        }
    
        .left-section .image-title,
        .section-title {
            font-size: 28px; /* Adjusted font size for headings */
        }
    
        .left-section .image-description {
            font-size: 14px; /* Smaller font for better readability */
            width: 100%; /* Ensures text fits within container */
        }
    
        .grid-container {
            grid-template-columns: 1fr; /* Single-column grid for smaller screens */
        }
    
        .menu-section {
            padding: 30px 10px; /* Adjusted padding */
        }
    
        .menu-container {
            height: 400px; /* Reduce height */
        }
    
        swiper-slide {
            font-size: 16px; /* Smaller text size */
            padding: 10px; /* Adjust padding */
        }
    
        .pricing-menu-bg {
            height: 650px; /* Adjust background height */
        }
    
        .body-swiper-menu {
            font-size: 12px; /* Adjusted text size for better fit */
        }
        
        .activity-section{
            padding: 50px 50px;
        }

        .content-menu h2{
            font-size: 16px;
        }

        .activity-content{
            grid-template-columns: repeat(2, 1fr);
        }

    }
    
