*{
    font-family: "Montserrat", sans-serif;
  }


  .nav-item a{
    font-size: 16px;
    color: #268181;
    font-weight: 600;
  }


    /* Restrict the maximum size of the logo and make it responsive */
    .navbar-brand .logo-img {
      max-width: 120px; /* Set a maximum width for larger screens */
      height: auto;     /* Maintain aspect ratio */
    }

    @media (max-width: 768px) {
      /* For smaller devices, you can adjust the logo size further */
      .navbar-brand .logo-img {
        max-width: 120px;
      }
    }

    @media (max-width: 576px) {
      /* Further scaling down for very small devices */
      .navbar-brand .logo-img {
        max-width: 100px;
      }
      .parks-items-text{
        font-size: 20px;
      }
      .service-row-alt{
        margin-top: -10px;
      }
      .book-now-btn-c {
        position: absolute;
        right: 10px;
        top: 25px;
        background-color: #268181;
        border: none;
        border-radius: 0px;
        transform: translateY(-50%);
        z-index: 1;
        color: white;
        font-weight: 700;
      }
    }



    /* Ensure images fit within the fixed height */
    .carousel-inner {
      height: 600px;
    }

    /* Background image settings */
    .carousel-item {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100%;
    }

    /* Fixed content overlay */
    .carousel-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff; /* Ensure text is visible over background */
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.258);
      backdrop-filter: blur(5px);
      width: 90%;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;

    }

    .carousel-content h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
      font-weight: 700;
      font-family: "Gotu", sans-serif;
    }
  .span-brand-name{
    font-family: "Gotu", sans-serif;
  }
    .carousel-content p {
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
      font-family: "Montserrat", sans-serif;

    }

    .carousel-content .btn {
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
    }
    .btn-1{
      background-color: #268181;
      color: #fcfcfc;
      letter-spacing: 2px;
      font-weight: 700;
      padding: 10px 20px;
      border: 2px solid rgb(0, 255, 217);
    }
    .btn-2{
      background-color: #ffffff;
      color: #268181;
      letter-spacing: 2px;
      font-weight: 700;
      padding: 10px 25px;
      border: 2px solid rgb(0, 255, 217);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .carousel-inner {
        height: 300px;
      }
      .carousel-content{
        height: 300px;
      }

      .carousel-content h1 {
        font-size: 2rem;
      }

      .carousel-content p {
        font-size: 1rem;
      }
    }

    @media (max-width: 576px) {
      .carousel-inner {
        height: 250px;
      }
      .mobile-carousel-inner{
        height: auto !important;
      }
      .carousel-content{
        height: 200px;
      }


      .carousel-content h1 {
        font-size: 22px;
      }

      .carousel-content p {
        font-size: 0.9rem;
      }
    }
    .desktop-carousel-inner{
      height: auto !important;
    }

  .secondary-c{
    color: #FFF00C;
  }
  .primary-c{
    color: #268181;
  }
  .primary-c-bg{
    background-color: #268181;
  }
  .secondary-c-bg{
    background-color: #FFF00C;
  }
  .offer-card  .card-body {
    padding: 10px 10px;
    background-color: #0E509C;
  }
  .card-body {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    background-color: rgba(0, 0, 0, 0.023);
    padding: 10px;
    backdrop-filter: blur(5px);
    }
    .offer-card .card {
        color: white;
        padding: 0px;
        width: 22rem;
    }
    .card {
        padding: 10px;
        background-image: url(../images/water-bg-blur.jpg);
        border: none;
        margin-bottom: 10px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    }
  .card:hover{
    transform: translateY(20px);
    transition: 1000ms;
    cursor: pointer;
  }
  .card img{
    height: 200px;
    background-size: cover;

  }
  .card-body-inner{
    padding: 10px 5px;
    border: none;
  }
  .card-title{
    font-size: 1.2rem;
    font-weight: 600;
  }
  .activities-bg{
    background-color: #268181;
    border-radius: 0px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-top: 1px solid white;
    color: white;
  }
  .heading-1{
    font-size: 45px;
    font-weight: 700;

  }
  .icon{
    width: 60px;
  }
  .text{
    line-height: 32px;
    text-align: justify;
  }
  .bg-box-icon{
    background-color: #E1F6F9;
    padding: 15px;
  }
  .bg-box-icon h6{
    font-size: 20px;
  }
  .parallax-bg{
    background-image: url(../images/water-bg-blur.jpg) ;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0px ;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .parallax-bg-pages-adventure{
    background-image: url(../images/Adventure-Park/carousel3.jpg) ;
    background-size: cover;
    background-attachment: fixed;
    padding: 35px 0px ;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .bg-col-box{
    /* background-color: #26818136; */
    background-color: #268181;
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    display: flex;
    justify-content: center;

    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    /* border-top: 3px solid white; */


  }
  .numer-count h3 {
    color: #268181;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
  }
  .numer-count.flicker-1 p {
    margin: 0;
  }
  .book-ticket {
    background-color: #FFD002;
    font-weight: 800;
    padding: 8px 20px;
    border: 3px solid white;
    color: black;
  }

  .book-ticket-sec{
    padding: 20px;
    border-radius: 10px;

    border: 2px solid #77CDFF;
  }
  .book-ticket-sec h3{
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
  }
  .numer-count {
    width: 100%;
    height: 100px;
    color: black;
    padding: 60px 10px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF00C;
    border: 5px solid white;
  }
  .book-ticket-sec button{
    padding: 10px 60px;
    color: #268181;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-radius: 50px;
    background-color: #FFF00C;
    border: 5px solid white;
  }
  .shivtirth-video{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
  .heading-2{
    font-size: 35px;
    font-weight: 700;
  }
  .awards{
    margin-bottom:10px ;
  }

  .footer-big {
    padding: 20px 2px;
  }
  .footer-big .footer-widget {
    margin-bottom: 40px;
  }
  .footer--light {
    background: #e7e8ed;
  }
  .footer-big .footer-menu ul li a,
  .footer-big p,
  .footer-big ul li {
    color: #898b96;
  }
  .footer-menu {
    padding-left: 48px;
  }
  .footer-menu ul li a {
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-menu ul li a:hover {
    color: #5867dd;
  }
  .footer-menu--1 {
    width: 100%;
  }
  .footer-widget-title {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 18px;
    color: black !important;
  }
  .mini-footer {
    background: #192027;

    padding: 32px 0;
  }
  .mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #999;
  }
  .mini-footer p a {
    color: #5867dd;
  }
  .mini-footer p a:hover {
    color: #34bfa3;
  }
  .footer-area{
    background-image: url(../images/image.webp);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 10px;

  }
  .heading-4-teko{
    color: white;
  }
  .footer-big p{
    color: white;
  }
  .parallax-bg-pages {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 10px;
    z-index: 1;
}

  /* .parallax-bg-pages {
    position: relative;
    background-image: url(../images/waterpark-bg.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 10px;
    z-index: 1;
  } */

  .parallax-bg-pages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.662); /* Black overlay with 50% opacity */
    z-index: -1; /* Places the overlay below the text */
  }
  .parallax-bg-pages h1{
    color: white;
  }
  .heading-5{
    font-weight: 700;
  }
  .pages-img .carousel-item img{
    height: 800px !important;
  }
  .bg-box-icon-dark{
    background-color:#268181 ;
    padding: 25PX 10PX;
  }
  .hr-line{
    color: yellow;
  }
  .hr-line-small {
    width: 40%;         /* Set the width to 40% of the container */
    border: none;       /* Remove the default border style */
    height: 3px;        /* Set the height to make it bold */
    background-color: #FFF00C; /* Set the color of the line */
     /* Center the line with auto margins */
  }
  .accordion-item{
    margin: 10px 0px;
  }
  .accordion-item{
    background-color: white !important;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 15px 10px;
    border-top: 3px solid #FFF00C !important;
  }

  .pages-slide  #carouselExampleAutoplaying {
    max-width: 600px; /* Adjust to your preferred width */
    margin: auto;
    position: relative; /* Positioning for proper control of indicators */
  }

  .pages-slide  .carousel-inner {
    height: 200px; /* Set carousel height */
  }

  .pages-slide  .carousel-item img {
    height: 100%; /* Make the images fill the height */
    object-fit: cover; /* Ensures the image covers the area without distortion */
  }

  /* For screens smaller than 768px, show one image per carousel item */
  @media (max-width: 768px) {
    .pages-slide  .carousel-item .col {
      flex: 0 0 100%;
    }
    div#carouselExampleAutoplaying1{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying2{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying3{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying4{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying5{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying6{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying7{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying8{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying9{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying10{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying11{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying12{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying13{
      margin: 0px 30px;
    }
    div#carouselExampleAutoplaying14{
      margin: 0px 30px;
    }
    .page-head-even{
      height: 100px !important;
    }
    .page-head-odd{
      height: 100px !important;
    }
    .home-page-img-hero{
      height: 300px !important;
    }
    .bg-box-icon{
      background-color: #3f9aa7;
    }
    .bg-box-icon h6{
      color: white !important;
      letter-spacing: 2px;
    }
    .book-ticket-sec h3{
      font-size: 16px;
    }
    .heading-1{
      font-size: 25px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .heading-2{
      font-size: 25px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .bg-col-box{
      margin: 25px 20px;
    }
    .numer-count{
      width: 75%;
    }
    .bg-heading-blur-main{
      margin: 25px 20px;
    }
    .hr-line-yellow {
      background-color: yellow; /* Sets the color to yellow */
      height: 2px; /* Adjusts line thickness */
      padding: 10px 0; /* Adds padding above and below the line */
      margin: 20px 0; /* Optional: Adds spacing around the line */
  }
  .ticket-text{
    text-align: center;
  }
  .ticket-button-text{
    text-align: center;
  }
  .parallax-bg-pages{
    padding: 20px 0px;
  }
  .gallery-image-sec img{
    width: 100% !important;
    height: auto;
    margin: 24px 0px;
  }
  .gallery-image-sec .row{
    margin-top: 20px !important;
  }
  }
  .home-page-img-hero{
    height: 500px;
    box-shadow: rgba(0, 0, 0, 0.35) 35px 30px 45px;
  }

  /* For screens larger than 768px, show two images per carousel item */
  @media (min-width: 768px) {
   .pages-slide   .carousel-item .col {
      flex: 0 0 50%;
    }
  }

  /* Position the carousel indicators correctly */
  .pages-slide  .carousel-indicators {
    position: absolute;
    bottom: 10px; /* Adjust the position of the indicators */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .pages-slide  .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .pages-slide  .carousel-indicators .active {
    background-color: #fff; /* Change color of the active indicator */
  }
  .page-head-even{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  .page-head-odd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  .slide-even{
    padding: 20px 1px;
  }
  .page-head-odd h3{
    color: #268181;
    font-weight: 600;
    border-bottom: 2px solid #268181;
    padding-bottom: 30px;
    border-bottom-width: 20%;
    text-shadow: -2px 1px 3px #474747;
  }
  .page-head-even h3{
    color: #FFF00C;
    font-weight: 600;
    border-bottom: 2px solid #FFF00C;
    padding-bottom: 30px;
    border-bottom-width: 20%;
    text-shadow: -5px 2px 3px #474747;
  }

  .pages-slide{
    padding: 40px 1px;
  }
  .slide-radius{
    border-radius: 40px;
  }
  .pages-slide .carousel-item img.d-block.w-100{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    border-radius: 10px;
  }
  .blur-bg-main{
    background-color: #00000045;
    backdrop-filter: blur(10px);
    padding: 30px 10px;

  }
  .blur-bg-footer h4,h6{
    color: white;
  }
  .footer-icon{
    color: rgb(0, 0, 0);
    background-color: white;
    padding: 5px;
    border-radius: 50px;

  }
  .footer-icon-parent{
   margin-right: 15px;
    height: 20px;
  }
  .blur-bg-footer ul{
    padding-left: 15px;
  }
  .blur-bg-footer ul li{
    line-height: 40px;
    color: white;
  }
  .social-icons{
    gap: 20px;

  }
  .social-icons i{
    background-color: white;
    font-size: 15px;
    border-radius: 50px;
    padding: 10px;
  }
  .pages-icons-style .icon{
    width: 50px;
  }
  .pages-icons-style .bg-box-icon{
    padding: 5px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .pages-icons-style .bg-box-icon h6{
    color: black;
    font-weight: 700;
    font-size: 18px;
  }
  .footer-credit{
    font-size: 12px;
    text-align: center;
    font-weight: 700;
  }
  .hr-footer-line{
    color: white;
  }
  .bg-heading-blur{
    background-color: rgba(0, 0, 0, 0.233);
    backdrop-filter: blur(5px);
    margin: 20px 0px;
    padding: 20px 0px;
  }
  .hr-line-yellow {
    background-color: yellow; /* Sets the color to yellow */
    width: 50%;
    height: 2px;
    color: transparent;
  }

  .navbar-toggler:focus {
    box-shadow: none; /* Remove the focus shadow */
    outline: none; /* Remove outline on focus */
    border: none; /* Remove border if necessary */
  }
  .contact-buttons {
    position: fixed;
    bottom: 100px;
    right: 5px;
    background-color: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
  }

  .call-button,
  .whatsapp-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .call-button {
    background-color: #28a745; /* Green color for the call button */
  }

  .whatsapp-button {
    background-color: #25d366; /* WhatsApp green color */
  }
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 5px;
    background-color: #25d366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
  }

  .whatsapp-button img {
    width: 35px;
    height: 35px;
  }
  .social-icons i{
    background-color: #268181;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
  }
  .social-icons i:hover{
    background-color: white;
    color: #268181;
    transition: 1000ms;
  }
  .line-bottom{
    border-bottom: 2px solid #FFF00C;
    margin-top: 2px;
    width: 20%;

  }
  .mission-vision{
    margin: 30px 0px;
  }
  .why-choose-sec{
    padding-left: 0px;
    color: black;
  }
  .content-choose-us h6{
    margin-top: 80px;
    color:#000000 !important ;
  }
  .content-choose-us h2{

    color:#268181 !important ;
    font-weight: 700;
  }

  .card-content{
    gap: 20px;
  }
  .icon-content-center{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #2681812a;
    border-radius: 50px;
    border: 2px dotted #26818159;
   animation: border-rotate 2s infinite;
  }

  @keyframes border-rotate {
    from{
      transform: rotate(0turn);
    }
    to{
      transform: rotate(1turn);
    }
  }
  .choose-para{
    width:90%;
  }
  .packages-cards{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 35px 20px;
    border-radius: 10px;
    margin: 40px 0px;
  }
  .packages-cards .card{
    border: none;
    border-radius: 0px;

  }
  .packages-btn{
    background-color:#268181;
    border: none;
    border-top: 2px solid #FFF00C;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
    clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  }
  .packages-btn:hover {
    cursor: pointer;
    transition: all .3s ease-in;
    padding-right: 30px;
    padding-left: 30px;
  }
  .card-body-package h5{
    font-weight: 700;
  }
  .card-body-package sup{
    color: red;
  }
  .card-body-package p{
    line-height: 30px;
  }
  .book-now-btn {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: #ff5733;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
    text-align: center;
    writing-mode: vertical-rl; /* Makes the text vertical */
    text-orientation: upright;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .book-now-btn:hover {
    background-color: #cc4629;
  }
  .floating-text{
    background-color: #268181;
    padding: 10px 0px 0px;
  }
  .marquee-text{
    color: white;
    font-family: "Gotu", sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
  }
  .accordion-button:not(.collapsed){
    background-color: transparent !important;
  }

  .accordion-button:focus {
    box-shadow: none !important;
  }
  .gallery-image-sec img{
    width: 200px;
    height: 200px;
  }
  .gallery-image-sec .row{
    margin-top: 50px;
  }
  .adhishkati-img img{
    width: 100%;
    height: 200px;
  }
  .background-c-image{
    background-color:#FFF00C ;
    padding: 50px 0px;
  }



  .contact_form form {
    background-color: #f4c708;
    color: white;
    padding: 60px;
    box-shadow: rgba(154, 154, 223, 0.2) 0px 7px 29px 0px;
  }

  .contact_form form input,
  textarea, select {
    border: 5px solid rgba(255, 245, 63, 0.479) !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  }

  .contact_form form button {
    background-color: black;
    padding: 10px;
    border: 0px;
    font-family: "Montserrat", sans-serif !important;
    border-bottom: 1p   x solid white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .contact_form form button:hover {
    background-color: #f4c708 !important;
    border-top: 1px solid white;
    border-bottom: 0px;
  }

  .embed-form {
    padding: 0px;
    padding-bottom: 0px;
  }

  .embed-form form {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    color: #0f294b;
    font-weight: 700;
  }

  .faint-box{
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background-color: #ffffff;
    margin-top: 20px;
    border-left: 2px solid #F4C708;
  }

  .footer-area a{
    text-decoration: none;
  }






  /* Make it responsive for smaller devices */
  @media (max-width: 768px) {
    .carousel-image {
        height: 300px; /* Smaller height for mobile devices */
    }
    .offer-card .card{
      width: 100% !important;
    }
  }

  @media (max-width: 576px) {
    .carousel-image {
        height: 200px; /* Further reduce height for very small screens */
    }
    .offer-card .card{
      width: 100% !important;
    }
    .home-page-content-3{
      font-size: 20px;
      margin-bottom: 20px;
    }
    .heading-3-home{
      font-weight: 700;

      margin-bottom: 20px;
      font-size: 20px;

    }

  }
  .offer-card .card hr{
    margin: 0px;
  }
  .offer-card .card{

    color: white;
    padding: 0px;
   width: 22rem;
  }
  .offer-card  .card-body{
    padding: 10px 10px;
    background-color: #0E509C;
    /* border-bottom-right-radius: 65px; */
  }
  .home-page-content-3{
    text-align: center;
    font-weight: 700;
    color: #0E509C;
    margin-bottom: 30px;
    position: relative;
  }
  .home-page-content-3::after {
    content: "";
    position: absolute;
    display: block;
    width: 150px;
    height: 6px;
    background: #268181;
    border-radius: 50px;
    top: 125%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .home-info{
    background-image: url(/assets/images/rewamp-img/home-bg-info.jpg);
    background-size: cover;


  }

  .packeges-heading{
    font-weight: 800;
    background-color: #0000007d;
    backdrop-filter: blur(10px);
    color: white;
    padding: 10px 30px;
  }
  .info .packages-cards{
    background-color: #FCCD2A;
    backdrop-filter: blur(10px);
    border-top: 4px solid white;
  }
  .heading-3-home{
    font-weight: 700;

    margin-bottom: 20px;

  }
  .footer-strip-time{
    background-color: #268181 !important;

  }
  .footer-strip-time h4{
    margin: 0px;
  }
  .footer-time-content h6{
    color: white;
    padding-top: 10px;
  }
  .footer-time-content{
    padding: 10px 0px;
  }
  .main-footer{
    background-color: #000;
    padding: 20px 0px;
  }
  .main-footer-content h4{
    color: white;
    font-weight: 600;
  }

  .footer-d{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  ul.footer-link-list {
    padding: 0;
  }
  .footer-link-list li a{
    text-decoration: none;
    color: white;
    font-weight: 500;

  }
  .footer-link-list li{
    line-height: 30px;
    list-style: none;
  }
  .footer-link-list li:hover{
    transform: translateX(10px);
    transition: 2s;
    color: yellow;
  }
  .footer-contact-info p{
    color: white;
  }
  .footer-d p{
    color: white;
  }
  .amu-cont{
    flex-direction: column;
  }
  .book-now-btn-c {
    margin: 0 10px;
  }
  .logo-img {
    max-height: 50px;
    width: auto;
  }
  /* Adjustments for Mobile View */
  @media (max-width: 991.98px) {
    .navbar-brand.mobile-logo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }

    .book-now-btn-c {
      position: absolute;
      right: 10px;
      top: 25px;
      background-color: #268181;
      border: none;
      border-radius: 0px;
      transform: translateY(-50%);
      z-index: 1;
      color: white;
      font-weight: 700;
    }

    .navbar-toggler {
      position: relative;
      z-index: 2; /* Ensure it's above other elements */
    }
  }

  /* Offcanvas Navbar Styles */
  .offcanvas {
    background-color: #00bfff; /* Water blue */
  }

  .offcanvas .navbar-nav .nav-link {
    color: #ffffff; /* White text for better contrast */
  }

  .offcanvas .navbar-nav .nav-link:hover {
    color: #e0f7ff; /* Lighter shade of blue on hover */
  }

  .offcanvas-header {
    background-color: #008cba; /* Darker blue for header */
    color: #ffffff; /* White text for header */
  }
  .paks-items a {
    text-decoration: none;
    }
  .parks-items-list{
    display: flex;
    margin-bottom: 10px;
    border-left: 4px solid gold;
  }

  .parks-items-number{
    width: 10%;
    background-color: gold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .parks-items-text {
    width: 90%;
    background-color: whitesmoke;
    color: black;
    font-weight: 600;
    margin: 0px;
    padding-left: 15px;
    padding: 10px;
    font-size: 20px;
    padding-top: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
  .parks-items-number i{
    margin: 0px;
    color: white;
  }
  /* .parks-items-text{
    width: 100%;
    background-color: whitesmoke;
    color: black;
    font-weight: 600;
    margin: 0px;
    padding-left: 15px;
    padding: 10px;
    font-size: 20px;
    padding-top: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  } */
  .about-tab{
    background-color: gold;
    width: fit-content;
    padding: 8px 15px;

  }
  .about-tab h3{
    margin: 0px;
  }
  .about-tab-content{
    border-top: 3px solid gold;
    padding: 20px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .highlight-navbar-item{
    background-color: gold;


  }
  .highlight-button {
    background-color: #268181;
    border: none;
    border-radius: 0px;
    color: white;
    font-weight: 700;
    padding: 8px 25px;
    border-radius: 50px;
    border: 1px solid #70c8fa;
  }
  .paks-items a{
    text-decoration: none;
  }
  .content-choose-us-list ul li{
    line-height: 35px;
  }

  .popup-container {
    position: fixed;
    top: 10vh;
    left: 0;
    width: 100%;
    height: 90vh;
    /* background: rgba(0, 0, 0, 0.8) url(/assets/images/rewamp-img/water-ripple.jpg) center / cover; */
    display: flex
  ;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease-in-out;
    overflow-y: auto;
    z-index: 1050;
    backdrop-filter: blur(10px);
    background-color: #b1f0f794;
  }

  .popup-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 255, 0.5);
    max-width: 90%;
    max-height: 80vh;
    overflow-y: auto; /* Prevents content from being cut off */
  }

  .popup-content img {
    max-width: 100%;
    max-height: 70vh; /* Ensures image is visible without overflow */
    border-radius: 5px;
  }

  .popup-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: blue;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 255, 0.8);
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  /* ====================================================================================
  ====================================================================================== */
  .shivtirth-park-icon img {
    height: 65px;
  }
  .shivtirth-park-box {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    animation-name: pulse;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }
  .shivtirth-park-box h4 {
    font-size: 22px;
    text-align: center;
    color: #268181;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
  }


  @keyframes pulse {
      0% {
          box-shadow: 0 0 0 0 rgba(12, 170, 109, 0.5);
      }
      80% {
          box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
      }
  }

  @keyframes pulse-border {
      0% {
          padding: 25px;
          opacity: 0.75;
      }
      75% {
          padding: 50px;
          opacity: 0;
      }
      100% {
          opacity: 0;
      }
  }
  .deals-you-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
  }
  .deals-you-box img{
    border-radius: 5px;
    width: 100%;
  }
  .deals-you-box .deals-you-box-body h5 {
    font-size: 20px;
    color: #000;
    margin: 8px 0px 12px;
    text-transform: capitalize;
  }
  .deals-you-box .deals-you-box-body p {
    font-size: 14px;
  }
  /* ============ */
  @keyframes roundedBorder {
    0% {
      border-radius: 10px;
    }
    50% {
      border-radius: 30px;
    }
    100% {
      border-radius: 10px;
    }
  }
  .counter-column-box {
    border: 2px solid #268181;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    transition: transform 0.3s ease-in-out;
    text-align: center;
  }

  .counter-column-box:hover {
    animation: roundedBorder 0.6s ease-in-out;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }
  .counter-column-box .counter-column-box-content h3 {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 2px 2px #f1e61c;
  }
  .counter-column-box .counter-column-box-content p {
    margin-bottom: 0px;
    color: #268181;
    font-size: 20px;
    font-weight: 500;
  }
 .tetimonial-card {
      background-color: #B7E0FF !important;
      height: 300px;
      overflow: auto;
      margin-bottom: 20px;
      text-align: justify;
    }
    
    
 .modal-package {
    display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content-package {
 background: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  text-align: center;
}

.close-package {
  float: right;
  font-size: 24px;
  cursor: pointer;
}   