@media screen and (max-width:768px) {


      .insight-section h4 {
        font-size: 20px;
        text-align: center;
        padding: 30px 0;
      }
      .insights {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .insights img {
        width: 300px;
        height: 350px;
        object-fit: cover;
        margin-bottom: 30px;
      }
    .reckoner-page{
        padding: 60px 0;
    }
    .reckoner-page h2{
        font-size: 24px;
    }
 
    .reckoner-container{
        margin: 60px 0;
    }
    .reckoner-container {
        grid-template-columns: repeat(1, 1fr); /* Creates 4 equal-width columns */
    }
    
    
    
    
 
    .reckoner-box a{
        font-size: 16px;
    }

    
    
    .popup img{
        height: 240px;
    }
  
.hero-container {
    height: 80vh;
    
}
.privacy-container{
    display:flex;
    flex-direction: column;
    font-family: heroBtn;
}
.privacy-container a{
    font-size: 18px;
}
.hero-img img {
    
    height: 80vh;
}

.hero-title {
    padding: 0px; /* Add padding for better spacing */
    top: 35%;
    left: 10%;

}

.hero-title h1 {
    z-index: 10;
    max-width: 80vw;
    margin: 30px 0;
    font-family: hero;
    font-size: 19px;
    letter-spacing: 2px;
}

.hero-title img {
    width: 70px;
    height: 70px;
}

.hero-title a button{
    font-size: 16px;
    padding: 6px 30px;
}

.hero-container1 {
    position: relative;
    height: 100vh;
    background-color: rgb(207, 4, 55);
}




.show-search {
    height: 80vh;
    transition: height 0.5s ease;
}




.search-area{
    padding: 26px 0;
}



.search-area input {
    width: 200px;
    height: 25px;
    outline: none;
    font-size: 14px;
}

.search-icon-left{
    top: 7%;
    font-size: 16px;
}
.search-icon-right{
    top: 7%;
    font-size: 16px;
}
.search-related{
    margin: 25px 10px;
    display: flex;
    flex-direction: column;
    font-family: hero;
    font-size: 16px;
}
.related-box ul{
    margin: 10px;
}
.related-box h3{
    font-weight: 900;
}
.related-box ul li{
    margin-top: 3px;
    transition: padding-left 0.3s ease; 
}
.related-box ul li a{
    color: rgb(22, 22, 22);
}

.experience {
    margin-top: 0px;
}

.experience h2 {
    text-align: center;
    font-family: heroBtn;
    margin-bottom: 50px;
}

.exp-section {
    margin: 100px 0;
    max-width: 100%;
    margin: 0 auto;
}

.exp-container {
    font-family: heroBtn;
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
    justify-content: center; /* Center items horizontally */
}

.exp-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
    margin-bottom: 30px; /* Take up half of the container width for desktop view */
}

.exp-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.exp-box p{
    font-size: 28px;
    font-weight: 700;
}
.exp-box span{
    font-size: 19px !important; 
    font-weight: 700;
}

.contact-lead{
    background-color: rgb(187, 187, 187);
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: heroBtn;
    font-size: 19px;

}
.contact-lead button {
    margin-top: 20px;
    font-size: 17px;
    padding: 6px 30px;
}
.footer-camp-desc{
    font-family: heroBtn;
    margin-bottom: 25px;
}
.footer-camp-desc h6{
    font-size: 19px;
}
.footer-camp-desc ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0; /* Fixed width for the ul */
}

.footer-camp-desc ul li {
    flex: 1; /* Each li takes up equal width */
    box-sizing: border-box; /* Include padding and border in the width */
    padding-top: 10px;
    white-space: nowrap; /* Prevent line breaks within li */
}

.footer-camp-desc ul li a {
    font-size: 18px;
    font-weight: 900;
    color: #383838;
    padding-right: 5px;
    position: relative;
}

.footer-camp-desc ul li:not(:last-child) a::after {
    content: "";
    margin-left: 0px;
    color: rgb(0, 0, 0);
    font-size: 0px;
}

.footer-about-camp{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
}
.footer-about p{
    max-width: 100vw;
    text-align: justify;
}
.footer-camp-desc img{
    width: 90px;
    height: 90px;
}
.footer-about{
    display: flex;
    flex-direction: column;
}
.footer-about-data{
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
}
.social-link{
    display: flex;
    margin-top: 15px;
}
.social-link a{
    
    margin-right: 30px;
    width: 20px;
    height: 20px;
}
.social-link a img {
    width: 20px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    margin-right: 10px; /* Adjust the margin between images as needed */
    object-fit: cover;
}

.awards img{
    width: 140px;
    height: 140px;
    object-fit: contain;
}
.copyright{
    text-align: center;
    font-size: 17px;
    font-family: heroBtn;
}

.blog-page{
    margin-bottom: 60px;
}

.featured-blog-data{
    padding: 60px 0 20px 0;
}
.featured-blog{
    position: relative;
}
  .featured-blog h2 {
    font-size: 21px;
    color: white;
    margin: 10px 0;
    text-decoration: none;
    position: relative;
    display: inline-block; /* Ensure the element respects its width */
}


.featured-blog h2::before {
    width: 0%; /* Expand the underline to full width */
}

.featured-data{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
  .featured-blog .blog-data{
    width: 95%;
    text-align: justify;
  }

  .circle-arrow i {
    color: white; /* Change the arrow color as needed */
    font-size: 17px;
    rotate: -35deg;
  }        
  .recent {
    margin: 30px 0;
}

.recent h3 {
    font-size: 24px;
}


.recent-blog-box {
    display: none; /* Hide all recent-blog-box initially */
    flex-direction: column;
    width: 350px;
}
.recent-blog-box img{
    width: 100%;
}


.recent-blog-box .recent-data { 
    margin-left: 0px;
}

.recent-data h4 {
    font-size: 19px;
}

.recent-data h5 {
    margin-top: 10px;
    font-size: 16px;
}
.recent-data p{
    font-size: 18px;
}
.recent-content {
    display: flex;
    justify-content: center;
    align-items: center;
}


.blog-nav {
    margin-top: 35px;
}


.blog-posts {
    display: flex;
    flex-direction: column; 
    align-items: center;/* Spacing between items */
}


.blog-container{
    margin: 60px 0 30px 0;
}
.blog-container h3{
    font-size: 24px;
}
.blog-post-box{
    margin: 30px 0 10px 0;
}

.blog-post-data h4{
    font-size: 19px;
}

.blog-post-data h5{
    font-size: 16px;
}
.blog-post-data p{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 18px;
}
.blog-post-data p span{
    font-family: heroBtn;
}
.blog-post-data p span:nth-child(2){
    font-size: 13px;
}
#see-more-button-blog {
    font-size: 17px;

}

.categories {
    padding: 20px 0;
}

.tab-data p{
    font-size: 18px;
}






}
/* Your existing styles */

/* Hamburger styles */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
}

.bar {
    width: 25px;
    height: 2px;
    background-color: black;
    margin: 3px 0;
    transition: 0.4s;
    z-index: 1000;
}
.extra-link{
    display: none;
}
.hamburger.close .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.close .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.close .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Media query for mobile view */
@media only screen and (max-width: 768px) {
    .form-success{

        bottom: 50px;
        right: 20px;
        z-index: 10;
      }
    nav{
        background-color: white;
        width: 100%;
    }
    nav img{
        width: 90px;
        height: 90px;
        margin: 0;
        margin-left: 10px;
        position: fixed;
        top: -20px;
    }
    #searchIcon {
        font-size: 16px;
        display: block;
        position: fixed;
        top: 18px;
        right: 30px;
        z-index: 1000;

    }   

    #locationButton {
        font-size: 15px;
        display: block;
        position: fixed;
        top: 14px;
        right: 80px;
        z-index: 1000;
        padding: 0px;
    }
    
    .hamburger {
        display: none;
    }
    
    .nav-list {
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: -100%; /* Start off-screen to the left */
        background-color: white;
        width: 100vw;
        transition: left 0.3s ease; /* Add transition for smooth animation */
        z-index: 100;
    }
    
    .nav-list.active {
        left: 0; /* Slide in from the left when active class is present */
    }
    
    

    .nav-list ul {
        display: block;
        position: fixed;
        background-color: white;
        height: 100vh;
        width: 50vw;
        text-align: center;
        padding-top: 20px;
    }

    .nav-list ul li {
        padding: 5px 10px;
        text-align: left;
        
    }
    .nav-list ul li a{
        font-size: 17px;
    }

    .hamburger {
        display: flex;
        position: fixed;
        right: 0;
    }

    nav button{
        width: auto;
        height: auto;
        background-color: transparent;
        outline: none;
        border: none;
        font-family: heroBtn;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        padding: 3px 35px;
        border-left: 0px solid grey;
    } 
    .extra-link{
        display: block;
        margin-top: 0px;
    }
    .register button{
        width: auto;
        height: auto;
        text-align: center;
        font-size: 16px;
        font-family: hero;
        background-color: rgb(212, 38, 82);
        padding: 4px 20px;
        color: white;
        border: none;
        outline: none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: -35px;
    }
    
.location-container {
    position: fixed;
    top: 50px;
    right:0%;
    width: 100vw;
    justify-content: center;
    align-items: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.show-location {
    opacity: 1;
    visibility: visible;
}



.location-area{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location-section{
    min-width: 60vw;
    
}

.location-box{
    display: flex;
    justify-content: space-evenly;
}
.loc-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px 0;
    position: relative;
}
.loc-search input {
    width: 250px;
    height: 25px;
    padding: 16px 0 16px 26px ;
    font-family: heroBtn;
    font-size: 16px;
    margin: 30px 0;
    border: 1px solid black;
}
.loc-search i {
    position: relative;
    top: 0;
    left: 23px; /* Adjust the left position as needed */
    font-size: 13px; /* Adjust the font size as needed */
}
.pop-locs{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    width: 100%;
}   
.pop-locs p{
    font-family: heroBtn;
    font-weight: 600;
    font-size: 14px;
    padding-top: 5px;
    
}
.pop-locs img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.more-locations{
    margin:10px 0px;
    padding-top: 10px;
    display: flex;
    font-family: heroBtn;
    border-top: 1px solid rgb(223, 223, 223);
}
.more-locations li{
    margin-top: 5px;
}

.camp-section{
    padding: 30px 0;
    font-family: heroBtn;
    background-color: #fcfcfc;
}
.camp-container{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.camp-data {
    display: flex;
    flex-wrap: nowrap; /* Allow items to wrap to the next line */
    justify-content: space-between;
    margin: 50px 0;
    overflow: hidden; /* Hide overflow beyond the container */
    transition: transform 5s ease;
    overflow-x: scroll;
    
}

.camp-data {
    scrollbar-width: thin; /* For Firefox */
    overflow: -moz-scrollbars-none; /* For Firefox */
}

.camp-data::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}


.camp-box {
    width: 220px;
    height: auto;
    
    flex-shrink: 0; /* Prevent items from shrinking */
    transition: transform 5s ease;
}

.camp-box:not(:first-child){
    margin-left: -60px;
}
#bgsData .camp-box:not(:first-child){
    margin-left: -40px;
}
.hide {
    display: none;
}
.hide1 {
    display: none;
}
.navigation1{
    display: none;
}

.camp-container{
    margin-top: 20px;
}
.camp-box img{
    width: 130px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.see-all{
    color: #d42652;
    position: absolute;
    top: 13%;
    right: 0;
    font-weight: 800;
    text-decoration: underline;
    transition: right 0.3s ease-in-out;
}
.see-all i{
    font-size: 11px;
}
.see-all:hover{
    right: -10px;
}
.camp-location p{
    font-size: 18px;
    font-family: heroBtn;
    display: flex;
    flex-direction: column;
}
.camp-location p span{
    font-size: 14px;
}

.navigation button, .navigation1 button{
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.74);
    border-radius: 50%;
    outline: none;
    border: none;
    color: white;
    font-size: 13px;
    z-index: 10;
    cursor: pointer;

}
.summer-next{
    position: absolute;
    top: 50%;
    right: -15px;
}

.summer-prev{
    position: absolute;
    top: 50%;
    left: -15px;
}
.footer-bar{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
    height: 45px;
    width: 100%;
    border-top: 1px solid rgb(240, 240, 240);
}
.footer-bar ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: heroBtn;
}
.footer-bar ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    
    padding: 10px 0;
    font-size: 14px;
}
.footer-bar ul li a i{
    font-size: 18px;
}
.copyright{
    padding-bottom: 30px;
}



.content {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    padding: 50px 0; 
    margin: 0 auto;
    background-color: #fcfcfc;
    font-family: heroBtn;
}
.about{
    max-width: 90vw;
    margin: 0 auto;
}

.about-us {
    text-align: center;
    padding: 20px 0;
    color: black;
    position: relative;
}

.about-us h1 {
    margin: 0;
    font-size: 24px;
}

.about-us p {
    color: black;
    margin-top: 10px;
    font-size: 17px;
}


.container h1 {
    margin: 10px;
    font-size: 2em;
}

.container {
    margin-top: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;

}

.container img {
    max-width: 300px; 
    height: 250px; 
    margin-right: 0px; 
}

.introduction {
    flex: 1;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(60, 60, 60, 0.95), rgba(30, 30, 30, 0.95)); 
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    color: #f5f0f0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
    line-height: 1.5em;
    text-align: justify;
    margin-top: 50px;
}

.introduction:hover {
    background-color: rgba(80, 80, 80, 0.95); 
    transform: scale(1.02);
}

.values-section {
    display: flex;
    flex-direction: column;
    margin-top: 300px;
    margin-bottom: 30px;
    align-items: center;
}
.value-box{
    width: 280px;
    height: auto;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    text-align: justify;
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 4px rgb(207, 207, 207);
    transition: background-color 0.5s, color 0.5s;
}
.values-section:nth-child(2){
    background-color: black;
}
.value-box img{
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.value-box h2{
    margin: 20px 0;
}

.value-box:hover{
    background-color: #141414;
    color: white;
}



.service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #fcfcfc;
    font-family: heroBtn;
}

.services-offered {
    color: black;
    text-align: center;
    padding: 20px;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.services-offered h1 {
    margin: 0;
    font-size: 2em;
}

.services-offered p {
    line-height: 1.6;
    margin-top: 10px;
    font-size: 20px;
}
.service-pair {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.service {
    margin-top: 40px;
    max-width: 360px;
    height: auto;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.service:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service img {
    width: 100%;
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.service:hover img {
    transform: scale(1.1);
}


.service h3 {
    text-align: center;
    font-size: 1.8em;
    color: #333;
    margin-bottom: 10px;
}

.service p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    padding: 20px;
    text-align: justify;
}


.conclusion {
    font-family: heroBtn;
    max-width: 80vw;
    text-align: justify;
    margin: 0 auto;
    background-color: #f5f0f0;
    padding: 20px;
    margin-bottom: 60px;
    background-color: #555;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.conclusion:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #333;
}

.conclusion h4 {
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out; 
}

.conclusion p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 10px;
}



.team-heading {
    text-align: center;
    background-color: #fdfdfd; 
    font-family: heroBtn;
}

.team-heading h2{
    font-size: 29px;
    margin: 60px 0;
}
.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
    margin: 0 auto;
}

.member {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 80px;
}

.member:nth-child(even) {
    flex-direction: column-reverse;
}

.member img{
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 20px;
}

.info {
    flex-grow: 1; 
    
    box-shadow: 0  0px 5px 4px rgba(0, 0, 0, 0.1); 
    max-width: 700px;
    padding: 20px;
    background-color: #fff; 
    border-radius: 10px;
}

.info h3, .info h4 {
    text-align: left; 
    font-size: 1.5em;
}

.info h4 {
    font-weight: normal;
    color: #555; 
}

.info p {
    text-align: justify;
    line-height: 1.6;
    margin-top: 10px;
    color: #777; 
}
    
.camp-page{
    margin-top: 0px;
}

.img-slider {
    position: relative;
    width: 100vw;
    height: 300px; /* Adjusted height for better visibility */
    background-color: #fcfcfc;
    overflow: hidden; /* Apply overflow to the parent container */
}

.img-slider .slider-container {
    position: absolute;
    width: 300%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: slider 26s infinite;
    padding: 80px 0;
    
}

.img-slider .slider-container .slide {
    position: relative;
    width: 100vw;
    height: 200px;
    float: left;
    overflow: hidden;
}

.img-slider .slider-container .slide img {
    display: block;
    width: 90vw;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes slider {
    0%, 25%, 100% {
        transform: translateX(0);
    }
    30%, 55% {
        transform: translateX(-33.333%);
    }
    60%, 85% {
        transform: translateX(-66.666%);
    }
}

.camp-page-residential-camp .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: -60px;
}
.camp-page-north .camp-box {
    margin-bottom: 40px;
}

.camp-page-north {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}



/* Change flex-direction for the second line */
.camp-page-north::after {
    content: ""; /* This is necessary for the pseudo-element to work */
    flex: 1;
}
.camp-page-north .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: -60px;
}
.bgs-camp-page{
    padding-top: 60px;
}


/* Change flex-direction for the second line */
.bgs-camp::after {
    content: ""; /* This is necessary for the pseudo-element to work */
    flex: auto;
}



.bgs-camp .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: -60px;
}


.camp-image{
    max-width: 90vw;
    margin: 0 auto;
    padding-top: 80px;
}
.camp-image img{
    height: 30vh;
    border-radius: 15px;
}
.camp-info{
    max-width: 90vw;
    margin: 0 auto;
}
.camp-held{
    
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
}
.camp-held-data{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}
.camp-held-data i{
    font-size: 26px;
    padding-bottom: 20px;
}
.camp-held-data p{
    font-size: 17px;
    text-align: center;
}


.enroll-btn{
    margin: 30px 0;
}
.enroll-btn button{
    font-size: 17px;
    padding: 6px 20px;
}

.enroll-btn i{
    margin-left: 0px;
}
.camp-fee h2{
    font-size: 19px;
}
.camp-details
.camp-fee-data td {
    padding: 8px;
    text-align: left;
    font-size: 19px;
}

.camp-fee-data td:first-child {
    width: 45%;
    font-weight: bold;

}

.camp-fee-data td:last-child {
    width: 70%;
}

.tabs {
    max-width: 90vw;
    margin: 0 auto;
    background-color: #f4f4f4;
    overflow-x: scroll;
    display: flex;
    align-items: center;
}


.tabs::-webkit-scrollbar {
    display: none;
}

.tabs button {
    flex: 1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-size: 17px;
    font-family: heroBtn;
    background-color: transparent;
    transition: border-bottom 0.3s;
    border-bottom: 2px solid transparent; /* Set initial border color to transparent */
    white-space: nowrap; /* Prevent text from wrapping */
    text-align: center; 

}



.tab-content h2{
    margin: 20px 0;
}
.tab-content p{
    max-width: 90vw;
}

.carry-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.carry-item {
    flex: 0 0 calc(33.666% - 20px); /* Adjust the percentage as per your design */
    margin: 10px; /* Adjust the margin as needed */
    text-align: center;
}

.carry-item img {
    width: 130px;
    height: 130px;
}
.time-table-container {
    width: 100%;
    overflow-x: auto; /* Add horizontal scrollbar */
}

.time-table {
    border-collapse: collapse;
    margin-top: 20px;
    white-space: nowrap; /* Prevent text wrapping */
    min-width: 100%; /* Ensure the table is at least 100% of the viewport width */
}

.time-table td {
    padding: 10px;
    text-align: left;
}

.time-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.diet-menu {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}


.title-slide h4{
    font-size: 20px;
}

.text-slide{
    font-size: 18px;
}


.membership-box button{
    font-size: 17px;

}

.swiper-testmonials .swiper-slide {
    width: 100px;

    border-radius: 10px;
    background-color: #292929;
    display: flex;
    padding: 5px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: scale(0.9) !important;
    filter: blur(1px) grayscale(0.5);
    transition: 0.2s;
}

.swiper-testmonials .swiper-slide * {
    margin: 0;
}

.swiper-testmonials .swiper-slide-active {
    filter: blur(0px) !important;
    transform: scale(1) !important;
}

.card-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}
.swiper-button-testmonials-prev svg{
    width: 50px;
    height: 50px;
}

.swiper-button-testmonials-next svg{
    width: 50px;
    height: 50px;
}
.awards{
    display: flex;
    justify-content: space-evenly;
}


.contact-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    background-color: #fcfcfc;
    font-family: hero;
}

.contact-section{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
}
.contact-test{
    margin-top: 5px;
}
.contact-test img{
    width: 35px;
    height: 35px;
}
.contact-test{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.contact-details{
    width: 300px;
    margin-top: 20px;
    margin-left: 20px;
}
.contact-details h2{
    font-size: 20px;
}

.contact-details p{
    text-align: left;
    font-size: 18px;
}
.contact-details a{
    margin-right: 15px;
    font-size: 15px;
}

.contact-form-section{
    margin-top: 60px;
    margin-left: 0px;
}
.contact-form-section h2{
    font-size: 18px;
    font-weight: 900;
}
.contact-form-section form {
    max-width: 260px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-form-section .form-group {
    margin-top: 20px;
}

.contact-form-section label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 900;
}

.contact-form-section input,
.contact-form-section textarea {
    width: 260px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px;
}
.contact-form-section textarea {
    padding-top: 7px;
    height: auto;
}
.contact-form-section button {
    background-color: #d42652;
    color: #fff;
    padding: 6px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 30px;
    font-family: heroBtn;
}

.contact-form-section button:hover {
    background-color: #df4b70;
}
.camp-page-residential-camp .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: -20px;
}

.contact-test{
    display: flex;
    justify-content: center;
    align-items: center;
}

#regForm {
    margin: 0 auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 100px;
    font-family: hero;
    border-radius: 10px;
  }
  
  #regForm  h1 {
    text-align: center;  
  }
  
  #regForm input {
    width: 160px;
    height: 30px;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    font-family: hero;
  }
  .name-field{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
  }
  .name-field {
    display: flex;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 10px;
}
.name-field {
    display: flex;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 10px;
}
  /* Mark input boxes that gets an error on validation: */
  #regForm input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  #regForm  .Formtab {
    display: none;
  }

  #regForm button {
    background-color: #d42652;
    color: #ffffff;
    border: none;
    padding: 6px 20px;
    font-size: 17px;
    font-family: hero;
    cursor: pointer;
    border-radius: 10px;

    margin: 0 auto;
  }
  
  #regForm button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  #regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  #regForm .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  #regForm .step.finish {
    background-color: #04AA6D;
  }
.purchasing{
    font-family: hero;
    display: flex;
    width: 90vw;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    
}
  .purchasing-camp img{
    width: 340px;
    height: 200px;
    border-radius: 10px;
  }
  .register-page{
    margin-top: 30px;
  }
  .register-page .camp-fee-data td:first-child {
    width: 40%;
    font-weight: bold;

}

.register-page .camp-fee-data td:last-child {
    width: 70%;
}
.checkout{
    background-color: #fcfcfc;
    padding: 50px 0;
}


.ag-format-container h2{
    text-align: center;
    font-family: heroBtn;
    padding-top: 60px;
}
.ag-photo-gallery_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90vw;
    margin: 0 auto;
    padding: 30px 0;
}

.ag-photo-gallery_item {
    width: calc(50% - 10px); /* 100% / 7 items - margin */
    margin-bottom: 50px;
    box-sizing: border-box;
}
.ag-photo-gallery_figure img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.ag-photo-gallery_figure {
    margin: 0;
}


.ag-photo-gallery_item {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 1s, transform 1s;
}

.ag-photo-gallery_animated {
    animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(200px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.payment-page{
    padding: 100px 20px;
}
.payment-box{
    box-shadow: 0px 2px 20px 4px rgba(46, 46, 46, 0.274);
    border-radius: 20px;
    margin: 0px;
    height: auto;
}
.payment-box h1{
    background-color: #2E7D32;
    padding: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-family: hero;
    border-radius: 20px 20px 0 0;
    color: white;
    font-size: 24px;
}
.payment-box p{
    padding: 10px 20px;
    font-family: heroBtn;
}

.payment-box button{
    padding: 6px 40px;
    font-family: heroBtn;
    font-weight: 900;
    margin: 10px 20px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 5px;
    border: none;
    letter-spacing: 1px;
    outline: none;
    background-color: #d42652;
    color: white;
}
.members-section{
    display: flex;
    flex-direction: column;
    
}
.membership-box{
    margin-bottom: 30px;
}
.membership-box p{
    font-size: 18px;
}

.level-section{
    display: flex;
    flex-direction: column;
}
.levels-box{
    width: 150px;
    margin: 20px 0;

}
.levels-box p{
    font-size: 19px;
}

.contact-details p{
    font-size: 18px;
}
.blog-section{
    padding-top: 30px;
}
.blog-section img{
    width: 90vw;
    height: 50vh;
}
.blog-section a{
    margin: 30px 0;
    font-size: 18px;
}
.blog-section-data{
    width: 90vw;
    margin: 20px 0;
}

.blog-title{
    font-size: 23px;
    
}
.blog-section-data h4{
    margin: 10px 0;
    font-family: heroBtn;
}
.blog-section-data p{
    font-size: 19px;
}
}

@media (min-width:769px) and (max-width:820px) {
    nav{
        background-color: white;
        width: 100%;
    }
    nav img{
        width: 90px;
        height: 90px;
        margin: 0;
        margin-left: 10px;
        position: fixed;
        top: -20px;
    }
    #searchIcon {
        font-size: 16px;
        display: block;
        position: fixed;
        top: 18px;
        right: 50px;
        z-index: 1000;

    }

    #locationButton {
        font-size: 13px;
        display: block;
        position: fixed;
        top: 14px;
        right: 120px;
        z-index: 1000;
        padding: 0px;
    }
    
    .hamburger {
        display: none;
    }
    
    .nav-list {
        flex-direction: column;
        position: absolute;
        top: 50px;
        left: -100%; /* Start off-screen to the left */
        background-color: white;
        width: 100vw;
        transition: left 0.3s ease; /* Add transition for smooth animation */
        z-index: 100;
    }
    
    .nav-list.active {
        left: 0; /* Slide in from the left when active class is present */
    }
    
    

    .nav-list ul {
        display: block;
        position: fixed;
        background-color: white;
        height: 100vh;
        width: 50vw;
        text-align: center;
        padding-top: 20px;
    }

    .nav-list ul li {
        padding: 5px 10px;
        text-align: left;
        
    }
    .nav-list ul li a{
        font-size: 15px;
    }

    .hamburger {
        display: flex;
        position: fixed;
        right: 0;
    }

    nav button{
        width: auto;
        height: auto;
        background-color: transparent;
        outline: none;
        border: none;
        font-family: heroBtn;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        padding: 3px 35px;
        border-left: 0px solid grey;
    } 
    .extra-link{
        display: block;
        margin-top: 0px;
    }
    .register button{
        width: auto;
        height: auto;
        text-align: center;
        font-size: 14px;
        font-family: hero;
        background-color: rgb(212, 38, 82);
        padding: 4px 20px;
        color: white;
        border: none;
        outline: none;
        border-radius: 50px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: -35px;
    }
    
.location-container {
    position: fixed;
    top: 50px;
    right:0%;
    width: 100vw;
    justify-content: center;
    align-items: center;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.show-location {
    opacity: 1;
    visibility: visible;
}



.location-area{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location-section{
    min-width: 60vw;
    
}

.location-box{
    display: flex;
    justify-content: space-evenly;
}
.loc-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px 0;
    position: relative;
}
.loc-search input {
    width: 250px;
    height: 25px;
    padding: 16px 0 16px 26px ;
    font-family: heroBtn;
    font-size: 16px;
    margin: 30px 0;
    border: 1px solid black;
}
.loc-search i {
    position: relative;
    top: 0;
    left: 23px; /* Adjust the left position as needed */
    font-size: 13px; /* Adjust the font size as needed */
}
.pop-locs{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    width: 100%;
}   
.pop-locs p{
    font-family: heroBtn;
    font-weight: 600;
    font-size: 14px;
    padding-top: 5px;
    
}
.pop-locs img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.more-locations{
    margin:10px 0px;
    padding-top: 10px;
    display: flex;
    font-family: heroBtn;
    border-top: 1px solid rgb(223, 223, 223);
}
.more-locations li{
    margin-top: 5px;
}


.search-area{
    padding: 26px 0;
}



.search-area input {
    width: 200px;
    height: 25px;
    outline: none;
    font-size: 14px;
}

.search-icon-left{
    top: 7%;
    font-size: 16px;
}
.search-icon-right{
    top: 7%;
    font-size: 16px;
}
.search-related{
    margin: 25px 10px;
    display: flex;
    flex-direction: column;
    font-family: hero;
    font-size: 16px;
}
.related-box ul{
    margin: 10px;
}
.related-box h3{
    font-weight: 900;
}
.related-box ul li{
    margin-top: 3px;
    transition: padding-left 0.3s ease; 
}
.related-box ul li a{
    color: rgb(22, 22, 22);
}
    .insight-section h4 {
        font-size: 20px;
        text-align: center;
        padding: 30px 0;
      }
      .insights {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Creates 4 equal-width columns */
  
      }

    .reckoner-container {
        grid-template-columns: repeat(2, 1fr); /* Creates 4 equal-width columns */
    }
    
    
    .nav-list{
        width: 60vw;
    }

    .membership-box{
        width: 190px;
        margin-bottom: 30px;
    }

.show-search {
    height: 50vh;
}
.search-area{
    padding: 30px 0;
}


.search-icon-left{
    top: 8%;
}
.search-icon-right{
    top: 8%;
}
.loc-search input {
    width: 300px;
    border: 1px solid black;
}
.navigation1{
    display: none;
}

.footer-about{
    display: flex;
    flex-direction: column;
}
.footer-about-data{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}


.social-link a img {
    width: 20px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    margin-right: 10px; /* Adjust the margin between images as needed */
    object-fit: cover;
}
.awards{
    display: flex;
    justify-content: space-evenly;
}
.section-testmonials{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
}
.camp-section{
    padding: 30px 0;
    font-family: heroBtn;
    background-color: #fcfcfc;
}
.camp-container{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.camp-data {
    display: flex;
    flex-wrap: nowrap; /* Allow items to wrap to the next line */
    justify-content: space-between;
    margin: 50px 0;
    overflow: hidden; /* Hide overflow beyond the container */
    transition: transform 5s ease;
    overflow-x: scroll;
    
}

.camp-data {
    scrollbar-width: thin; /* For Firefox */
    overflow: -moz-scrollbars-none; /* For Firefox */
}

.camp-data::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}


.camp-box {
    width: 220px;
    height: auto;
    
    flex-shrink: 0; /* Prevent items from shrinking */
    transition: transform 5s ease;
}
.camp-box:not(:first-child){
    margin-left: -40px;
}
#bgsData .camp-box:not(:first-child){
    margin-left: -40px;
}
.hide {
    display: none;
}
.hide1 {
    display: none;
}
.navigation1{
    display: none;
}

.camp-container{
    margin-top: 20px;
}
.camp-box img{
    width: 170px;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}
.see-all{
    color: #d42652;
    position: absolute;
    top: 13%;
    right: 0;
    font-weight: 800;
    text-decoration: underline;
    transition: right 0.3s ease-in-out;
}
.see-all i{
    font-size: 11px;
}
.see-all:hover{
    right: -10px;
}
.camp-location p{
    font-size: 16px;
    font-family: heroBtn;
    display: flex;
    flex-direction: column;
}
.camp-location p span{
    font-size: 13px;
}
.camp-box:not(:first-child){
    margin-left: 0px;
}

.camp-page-residential-camp .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: -20px;
}

.camp-page-north .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: -20px;
}

.camp-page{
    margin-top: 0px;
}
.img-slider {
    position: relative;
    width: 100vw;
    height: 300px; /* Adjusted height for better visibility */
    background-color: #fcfcfc;
    overflow: hidden; /* Apply overflow to the parent container */
}

.img-slider .slider-container {
    position: absolute;
    width: 300%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: slider 26s infinite;
    padding: 80px 0;
    
}

.img-slider .slider-container .slide {
    position: relative;
    width: 100vw;
    height: 200px;
    float: left;
    overflow: hidden;
}

.img-slider .slider-container .slide img {
    display: block;
    width: 90vw;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes slider {
    0%, 25%, 100% {
        transform: translateX(0);
    }
    30%, 55% {
        transform: translateX(-33.333%);
    }
    60%, 85% {
        transform: translateX(-66.666%);
    }
}

.contact-page{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 50px 0;
    background-color: #fcfcfc;
    font-family: hero;
}

.contact-section{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
}
.contact-test{
    margin-top: 5px;
}
.contact-test img{
    width: 35px;
    height: 35px;
}
.contact-test{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.contact-details{
    width: 300px;
    margin-top: 20px;
    margin-left: 20px;
}
.contact-details h2{
    font-size: 20px;
}

.contact-details p{
    text-align: left;
}
.contact-details a{
    margin-right: 15px;
    font-size: 15px;
}

.contact-form-section{
    margin-top: 0px;
    margin-left: 0px;
}
.contact-form-section h2{
    font-size: 18px;
    font-weight: 900;
}
.contact-form-section form {
    max-width: 260px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-form-section .form-group {
    margin-top: 20px;
}

.contact-form-section label {
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
    color: #333;
    font-weight: 900;
}

.contact-form-section input,
.contact-form-section textarea {
    width: 260px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px;
}
.contact-form-section textarea {
    padding-top: 7px;
    height: auto;
}
.contact-form-section button {
    background-color: #d42652;
    color: #fff;
    padding: 6px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1em;
    margin-top: 30px;
    font-family: heroBtn;
}

.contact-form-section button:hover {
    background-color: #df4b70;
}


.contact-test{
    display: flex;
    justify-content: center;
    align-items: center;
}
#regForm {
    margin: 0 auto;
    font-family: hero;
    padding: 40px;
    width: 70%;
    min-width: 100px;
    font-family: hero;
    border-radius: 10px;
  }
  
  #regForm  h1 {
    text-align: center;  
  }
  
  #regForm input {
    width: 260px;
    height: 30px;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: hero;
    border: 1px solid #aaaaaa;
    font-family: hero;
  }
  .name-field{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
  }
  .name-field {
    display: flex;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 10px;
}
.name-field {
    display: flex;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 10px;
}
  /* Mark input boxes that gets an error on validation: */
  #regForm input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  #regForm  .Formtab {
    display: none;
  }

  #regForm button {
    background-color: #d42652;
    color: #ffffff;
    border: none;
    padding: 8px 40px;
    font-size: 17px;
    font-family: hero;
    cursor: pointer;
    border-radius: 10px;

    margin: 0 auto;
  }
  
  #regForm button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  #regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  #regForm .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  #regForm .step.finish {
    background-color: #04AA6D;
  }
.purchasing{
    font-family: hero;
    display: flex;
    width: 90vw;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    
}
  .purchasing-camp img{
    width: 340px;
    height: 200px;
    border-radius: 10px;
  }
  .register-page{
    margin-top: 30px;
    margin-left: 30px;
  }

  .register-page .camp-fee-data td:first-child {
    width: 40%;
    font-weight: bold;

}

.register-page .camp-fee-data td:last-child {
    width: 70%;
}
.checkout{
    background-color: #fcfcfc;
    padding: 30px 0;
}


.blog-posts {
    grid-template-columns: repeat(2, 1fr); /* Three columns */
}
.featured-blog-data{
    padding: 30px 0 20px 0;
}
.featured-blog{
    position: relative;
}
}
@media (min-width:821px) and (max-width:1024px){
    
    .nav-list{
        width: 70vw;
    }

      .insights {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Creates 4 equal-width columns */
  
      }
      .insights img {
        width: 300px;
        height: 350px;
        object-fit: cover;
        margin-bottom: 30px;
      }
    .reckoner-container {
        grid-template-columns: repeat(2, 1fr); /* Creates 4 equal-width columns */
    }
  
    .show-search {
        height: 30vh;
    }
    .loc-search input {
        border: 1px solid black;
    }
    
.navigation1{
    display: none;
}

.footer-about{
    display: flex;
    flex-direction: column;
}
.footer-about-data{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}


.social-link a img {
    width: 20px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
    margin-right: 10px; /* Adjust the margin between images as needed */
    object-fit: cover;
}
.awards{
    display: flex;
    justify-content: space-evenly;
}
.see-all{
    top: 4%;
}
.section-testmonials{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
}
.camp-section{
    padding: 30px 0;
    font-family: heroBtn;
    background-color: #fcfcfc;
}
.camp-container{
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}

.camp-data {
    display: flex;
    flex-wrap: nowrap; /* Allow items to wrap to the next line */
    justify-content: space-between;
    margin: 50px 0;
    overflow: hidden; /* Hide overflow beyond the container */
    transition: transform 5s ease;
    overflow-x: scroll;
    
}

.camp-data {
    scrollbar-width: thin; /* For Firefox */
    overflow: -moz-scrollbars-none; /* For Firefox */
}

.camp-data::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}


.camp-box {
    width: 220px;
    height: auto;
    
    flex-shrink: 0; /* Prevent items from shrinking */
    transition: transform 5s ease;
}
.camp-box:not(:first-child){
    margin-left: -40px;
}
#bgsData .camp-box:not(:first-child){
    margin-left: -40px;
}
.hide {
    display: none;
}
.hide1 {
    display: none;
}
.navigation1{
    display: none;
}

.camp-container{
    margin-top: 20px;
}
.camp-box img{
    width: 180px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.see-all{
    color: #d42652;
    position: absolute;
    top: 13%;
    right: 0;
    font-weight: 800;
    text-decoration: underline;
    transition: right 0.3s ease-in-out;
}
.see-all i{
    font-size: 11px;
}
.see-all:hover{
    right: -10px;
}
.camp-location p{
    font-size: 16px;
    font-family: heroBtn;
    display: flex;
    flex-direction: column;
}
.camp-location p span{
    font-size: 13px;
}
.camp-box:not(:first-child){
    margin-left: 0px;
}
#bgsData .camp-box:not(:first-child){
    margin-left: 0px;
}

.camp-page-residential-camp .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: 0px;
}

.camp-page-north .camp-box:not(:first-child):not(:nth-child(6)):not(:nth-child(11)):not(:nth-child(16)) {
    margin-left: 0px;
}
.camp-page{
    margin-top: 0px;
}

.img-slider {
    position: relative;
    width: 100vw;
    height: 400px; /* Adjusted height for better visibility */
    background-color: #fcfcfc;
    overflow: hidden; /* Apply overflow to the parent container */
}

.img-slider .slider-container {
    position: absolute;
    width: 300%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: slider 26s infinite;
    padding: 80px 0;
    
}

.img-slider .slider-container .slide {
    position: relative;
    width: 100vw;
    height: 300px;
    float: left;
    overflow: hidden;
}

.img-slider .slider-container .slide img {
    display: block;
    width: 90vw;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes slider {
    0%, 25%, 100% {
        transform: translateX(0);
    }
    30%, 55% {
        transform: translateX(-33.333%);
    }
    60%, 85% {
        transform: translateX(-66.666%);
    }
}


#regForm {
    margin: 0 auto;
    font-family: hero;
    padding: 40px;
    width: 70%;
    min-width: 100px;
    font-family: hero;
    border-radius: 10px;
  }
  
  #regForm  h1 {
    text-align: center;  
  }
  
  #regForm input {
    width: 260px;
    height: 30px;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: hero;
    border: 1px solid #aaaaaa;
    font-family: hero;
  }
  .name-field{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
  }
  .name-field {
    display: flex;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 10px;
}
.name-field {
    display: flex;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 10px;
}
  /* Mark input boxes that gets an error on validation: */
  #regForm input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  #regForm  .Formtab {
    display: none;
  }

  #regForm button {
    background-color: #d42652;
    color: #ffffff;
    border: none;
    padding: 8px 40px;
    font-size: 17px;
    font-family: hero;
    cursor: pointer;
    border-radius: 10px;

    margin: 0 auto;
  }
  
  #regForm button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  #regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  #regForm .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  #regForm .step.finish {
    background-color: #04AA6D;
  }
.purchasing{
    font-family: hero;
    display: flex;
    width: 90vw;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    
}
  .purchasing-camp img{
    width: 340px;
    height: 200px;
    border-radius: 10px;
  }
  .register-page{
    margin-top: 30px;
    margin-left: 30px;
  }
  .register-page .camp-fee-data td:first-child {
    width: 40%;
    font-weight: bold;

}

.register-page .camp-fee-data td:last-child {
    width: 70%;
}
.checkout{
    background-color: #fcfcfc;
    padding: 30px 0;
}
.blog-posts {
    grid-template-columns: repeat(2, 1fr); /* Three columns */
}
.featured-blog-data{
    padding: 30px 0 20px 0;
}
.featured-blog{
    position: relative;
}
}

@media screen and (max-width:280px) {

    .insights {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* Creates 4 equal-width columns */
  
      }
      .insights img {
        width: 250px;
        height: 330px;
        object-fit: cover;
        margin-bottom: 30px;
      }
    .payment-box {
        box-shadow: 0px 2px 20px 4px rgba(46, 46, 46, 0.274);
        border-radius: 20px;
        max-width: 240px;
        height: auto;
        margin: 50px auto; /* Updated this line to use "auto" for horizontal centering */
    }
.experience {
    margin-top: 0px;
}

.experience h2 {
    font-size: 19px;
}


.exp-box img {
    width: 50px;
    height: 50px;
}
.exp-box p{
    font-size: 24px;
}
.exp-box span{
    font-size: 15px !important; 
}

.contact-lead{
    font-size: 17px;
}
.contact-lead button {
    padding: 6px 30px;
}
.awards{
    display: flex;
    justify-content: space-evenly;
}
.awards img{
    width: 100px;
    height: 100px;
}
.img-slider {
    position: relative;
    width: 100vw;
    height: 250px; /* Adjusted height for better visibility */
    background-color: #fcfcfc;
    overflow: hidden; /* Apply overflow to the parent container */
}

.img-slider .slider-container {
    position: absolute;
    width: 300%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: slider 26s infinite;
    padding: 80px 0;
    
}

.img-slider .slider-container .slide {
    position: relative;
    width: 100vw;
    height: 130px;
    float: left;
    overflow: hidden;
}

.img-slider .slider-container .slide img {
    display: block;
    width: 90vw;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes slider {
    0%, 25%, 100% {
        transform: translateX(0);
    }
    30%, 55% {
        transform: translateX(-33.333%);
    }
    60%, 85% {
        transform: translateX(-66.666%);
    }
}
.camp-page{
    margin-top: -50px;
}

.contact-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    background-color: #fcfcfc;
    font-family: hero;
}

.contact-section{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
}
.contact-test{
    margin-top: 5px;
}
.contact-test img{
    width: 35px;
    height: 35px;
}
.contact-test{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.contact-details{
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
}
.contact-details h2{
    font-size: 20px;
}

.contact-details p{
    text-align: left;
}
.contact-details a{
    margin-right: 15px;
    font-size: 15px;
}

.contact-form-section{
    margin-top: 60px;
    margin-left: 0px;
}
.contact-form-section h2{
    font-size: 18px;
    font-weight: 900;
}
.contact-form-section form {
    max-width: 220px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-form-section .form-group {
    margin-top: 20px;
}

.contact-form-section label {
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
    color: #333;
    font-weight: 900;
}

.contact-form-section input,
.contact-form-section textarea {
    width: 220px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px;
}
.contact-form-section textarea {
    padding-top: 7px;
    height: auto;
}
.contact-form-section button {
    background-color: #d42652;
    color: #fff;
    padding: 6px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1em;
    margin-top: 30px;
    font-family: heroBtn;
}

.contact-form-section button:hover {
    background-color: #df4b70;
}


.contact-test{
    display: flex;
    justify-content: center;
    align-items: center;
}

#regForm {
    margin: 0 auto;
    font-family: hero;
    padding: 40px;
    width: 70%;
    min-width: 100px;
    font-family: hero;
    border-radius: 10px;
  }
  
  #regForm  h1 {
    text-align: center;  
  }
  
  #regForm input {
    width: 190px;
    height: 30px;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: hero;
    border: 1px solid #aaaaaa;
    font-family: hero;
  }
  .name-field{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
  }
  .name-field {
    display: flex;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 0px;
}
.name-field {
    display: flex;
    flex-direction: column;
}

.name-field p {
    margin: 0; /* Remove default margin for paragraphs */
}

.name-field p:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
}
  /* Mark input boxes that gets an error on validation: */
  #regForm input.invalid {
    background-color: #ffdddd;
  }
  
  /* Hide all steps by default: */
  #regForm  .Formtab {
    display: none;
  }

  #regForm button {
    background-color: #d42652;
    color: #ffffff;
    border: none;
    padding: 4px 20px;
    font-size: 15px;
    font-family: hero;
    cursor: pointer;
    border-radius: 10px;

    margin: 0 auto;
  }
  
  #regForm button:hover {
    opacity: 0.8;
  }
  
  #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
  #regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;  
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }
  
  #regForm .step.active {
    opacity: 1;
  }
  
  /* Mark the steps that are finished and valid: */
  #regForm .step.finish {
    background-color: #04AA6D;
  }
.purchasing{
    font-family: hero;
    display: flex;
    width: 90vw;
    padding: 20px 0px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    
}
  .purchasing-camp img{
    width: 240px;
    height: 150px;
    border-radius: 10px;
  }
  .register-page{
    margin-top: 30px;
    margin-left: 0px;
  }
  .register-page{
    width: 250px;
  }
  .register-page .camp-fee-data td:first-child {
    width: 50%;
    font-weight: bold;
    margin-left: 0%;

}

.register-page .camp-fee-data td:last-child {
    width: 70%;
}
.checkout{
    background-color: #fcfcfc;
    padding: 60px 0;
}


  .featured-data{
    left: 10px;
  }


.recent h3 {
    font-size: 24px;
}
.recent-blog-box{
    width: 260px;    
}
.recent-blog-box img {
    width: 100%;
}




.recent-blog-box .recent-data {
    width: 100%;
    background-color: rgba(243, 243, 243, 0.438);
    margin-left: 0px;
    padding: 0px;
}
.recent-data h4{
    margin-bottom: 0px;
}
.recent-data h4, .recent-data h5, .recent-data p {
    padding: 10px;
}
.blog-nav {
    margin-top: 35px;
}

.blog-post-box{
    width: 260px;
}

.blog-post-box img{
    width: 100%;
    height: 200px;
}
}

@media (min-width:821px) and (max-width:912px) {
  .nav-list{
    width: 80vw;
  }
.show-location {
    opacity: 1;
    visibility: visible;
}



.location-area{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.location-section{
    min-width: 60vw;
    
}

.location-box{
    display: flex;
    justify-content: space-evenly;
}
.loc-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px 0;
    position: relative;
}
.loc-search input {
    width: 250px;
    height: 25px;
    padding: 16px 0 16px 26px ;
    font-family: heroBtn;
    font-size: 16px;
    margin: 30px 0;
    border: 1px solid black;
}
.loc-search i {
    position: relative;
    top: 0;
    left: 23px; /* Adjust the left position as needed */
    font-size: 13px; /* Adjust the font size as needed */
}
.pop-locs{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    width: 100%;
}   
.pop-locs p{
    font-family: heroBtn;
    font-weight: 600;
    font-size: 14px;
    padding-top: 5px;
    
}
.pop-locs img{
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.more-locations{
    margin:10px 0px;
    padding-top: 10px;
    display: flex;
    font-family: heroBtn;
    border-top: 1px solid rgb(223, 223, 223);
}
.more-locations li{
    margin-top: 5px;
}


.search-area{
    padding: 26px 0;
}



.search-area input {
    width: 200px;
    height: 25px;
    outline: none;
    font-size: 14px;
}

.search-icon-left{
    top: 7%;
    font-size: 16px;
}
.search-icon-right{
    top: 7%;
    font-size: 16px;
}
.search-related{
    margin: 25px 10px;
    display: flex;
    flex-direction: column;
    font-family: hero;
    font-size: 16px;
}
.related-box ul{
    margin: 10px;
}
.related-box h3{
    font-weight: 900;
}
.related-box ul li{
    margin-top: 3px;
    transition: padding-left 0.3s ease; 
}
.related-box ul li a{
    color: rgb(22, 22, 22);
}
    .insight-section h4 {
        font-size: 20px;
        text-align: center;
        padding: 30px 0;
      }
      .insights {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Creates 4 equal-width columns */
  
      }

    .reckoner-container {
        grid-template-columns: repeat(2, 1fr); /* Creates 4 equal-width columns */
    }
    
    
    .nav-list{
        width: 60vw;
    }

    .membership-box{
        width: 190px;
        margin-bottom: 30px;
    }
.show-search {
    height: 50vh;
}
.search-area{
    padding: 30px 0;
}


.search-icon-left{
    top: 12%;
}
.search-icon-right{
    top: 12%;
}
.loc-search input {
    width: 300px;
    border: 1px solid black;
}
}