/* GOOGLE FONTS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --elakka-green:#838434;
    --elakka-grb:rgb(131, 132, 52);
    --white-color: #fff;
    --smokie-white: #f4f4f4;
    --black-color: #000;
    --silver-color: #ccc;
    --gray-color: #7d7d7d;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
   
}

body {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    background: #f4f4f4;

}
li, a{
    list-style: none;
    text-decoration: none;
}
img{
    width: 100%;
    display: block;
    overflow: hidden;
}
h1{
    font-size: 35px;
    font-weight: 800;
    color: var(--heading-color);
}
h2{
    font-size: 25px;
    font-weight: 500;
    color: var(--sub-heading-color);
}
p{
    font-size: 16px;
    color: var(--gray-color);
}
img{
    display: block;
    width: 100%;
}

/* Banner  */
header{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner video{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.logo{
    position: absolute;
    top: 20px;
    z-index: 9;

}
.logo img{
    width: 150px;
}
::-webkit-scrollbar{
    width: 10px;
    background-color: var(--smokie-white);
}
::-webkit-scrollbar-thumb{
    background-color: var(--elakka-green);
}
.elakka-container{
    position: relative;
    padding: 50px 20px 50px 20px;
}

/* About start */
.about-content{
    padding: 50px 0;
}
.about-content h6{
    font-size: 20px;
    color: var(--elakka-green);
}
.about-content h2{
    font-size: 25px;
    font-weight: 700;
}
.about-content p{
    font-size: 16px;
    color: var(--gray-color);
    text-align: justify;
    padding-right: 10px;
}
.about-img{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.about-img img{
    width: 100%;
    max-width: 600px;
    max-height: 500px;
    height: 100%;
    padding: 20px;

}
/* About end */

/* hightlights */
.elakka-container.hightlight{
    background: var(--elakka-green);
   margin: 50px 0;
}
.header-area h1{
    font-weight: 40px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    padding-bottom: 20px;

}
.higtlights-content-bx{
    padding: 20px 0;
}
.higtlights-content-bx .highlights-img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
.higtlights-content-bx .highlights-img img{
    max-width: 300px;
    width: 100%;
}
.higtlights-content-bx .highlights-content h2{
    color: var(--black-color);
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0;
}
.higtlights-content-bx .highlights-content p{
    font-size: 16px;
    color: var(--silver-color);
    font-weight: 500;
    text-align: start;
    padding-right: 10px;
}
/* swimming */
.bg-swimming img{
    width: 100%;
    height: 100%;
    display: block;
}
/* swiper js  start */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next,
  .swiper-button-prev{
    position: absolute !important;
    top: 0 !important;
    z-index: 9 !important;
    display: block !important;
  }
 
/* swiper js end  */

/* testimonial */
.swiper-slide.testimonial-slider{
    background: transparent !important;
}
.swiper-slide.testimonial-slider p{
    color: #f4f4f4;
}
.swiper-slide.testimonial-slider h6{
    color: #fff;
}
.elakka-container.testimonial-section{
    padding: 80px 0 50px 0;
}
/* footer */
footer{
    padding: 40px 0;
    background: var(--elakka-green);
    z-index: 99;
}
.footer-logo img{
    width: 150px;
}

.call-info li{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.call-info li span{
    font-weight: 800;
    font-size: 20px;
    color: var(--white-color);
}
.call-info li a{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
}
.call-info li a img{
    width: 16px;
    height: 16px;
}
.social-media{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.social-media li a img{
    width: 24px;
    height: 24px;
}
.header-area h2{
    font-weight: 700;
    font-size: 40px;
}
/* site map */
.ealkka-area ul li{
    display: flex;
    gap: 10px;
    align-items: center;
}
.ealkka-area ul li .icons img{
    width: 50px;
    height: 50px;
    display: block;
}
/* FAQ */
.faq-main-bx{
    padding: 50px 0 0 0;
}
.faq-box{
    padding-bottom: 20px;
    
}
.faq-box .faq-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    position: relative;
}
.faq-box .faq-title::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border: 1px solid var(--black-color);
    display: block;
}
.faq-box .faq-detail {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px; 
    transition: max-height 0.5s ease-out; /* Smooth sliding effect */
    background: #f9f9f9; /* Optional: background color for better visibility */
}
.faq-box .faq-detail ul{
    padding: 0;
}
.faq-box .faq-detail ul li{
    padding-bottom: 10px;
    display: flex;
    gap: 10px;
}
.faq-box .faq-detail ul li p{
    padding-right: 10px;
}
.faq-box .faq-detail ul li img{
    width: 24px;
    height: 24px;
}
.faq-box .faq-detail.active {
    max-height: 500px; /* Adjust as needed for content height */
    padding: 15px; /* Adds space when expanded */
}
.faq-box .faq-title img{
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
    animation: fadeIn 0.3s ease;
}
.faq-box .faq-title.active img {
    transform: rotate(180deg);
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.faq-map{
    /* background: #7d7d7d; */
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* form */
.form-group input,
.form-group textarea,
.form-group select{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: none;
    outline: none;
    border-bottom: 1px solid #111;

}
.form-group.contact-address{
    display: flex;
    gap: 20px;
}
.input-btn .btn.btn-theme{
    padding: 10px 25px;
    background: #838434;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease;

}
.input-btn .btn.btn-theme:hover{
    background: transparent;
    border: 1px solid #838434;
    color: #000;
}
.partners{
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 50px 0 50px 0;
}
.partners img{
    width: 150px;
}
.partners .consultant h3{
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 15px;

}
.partners .consultant h3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #838434;
    
}
.consult-p{
    color: #000;
    font-weight: 400;
    font-size: 18px !important;
}
.location{
    display: flex;
    align-items: center;
}
.location iframe{
    width: 100%;
    max-width: 500px;
    height: 350px;
    margin: 0;
    padding: 0;
}
.rigt-contact-info a{
    position: relative;
    z-index: 9;
}
.rigt-contact-info a img{
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
}

/* Responsive */

@media(max-width: 991px){
    header{
        height: 80vh;
    }
    .logo img{
        width: 100px;
    }
    .elakka-container{
        padding: 20px 0 50px 0 !important;
    }
    .about-img img{
        width: 100%;
        height: 600px;
        object-fit: fill;
    
    }
    .highlights-content h2,
    .highlights-content p
    {
        padding-left: 15px !important;
    }
}

@media(max-width: 776px){
    header{
        height: 30vh;
    }
    .logo{
        left: 30px;
    
    }
    .logo img{
        width: 80px;

    }
    .elakka-container{
        position: relative;
        padding: 50px 20px 50px 20px;
    }
    .about-img img{
        width: 100%;
        height: auto;
        object-fit: fill;
    
    }
    .header-area h1{
        text-align: center;
        font-size: 20px;
    }
    .highlights-content h2,
    .highlights-content p
    {
        text-align: center !important;
        
    }
    .higtlights-content-bx .highlights-content h2{
        font-size: 18px;
    }
    .call-info li a{
        font-size: 13px;
    }
    .call-info li a img{
        width: 14px;
        height: 14px;
    }
    .rigt-contact-info a img{
        width: 30px;
        height: 30px;
    }
    .elakka-container.testimonial-section{
        padding: 50px 0 50px 0 !important;
    }
    .swiper-slide.testimonial-slider p{
        padding: 0 10px;
    }
    .location{
        justify-content: center;
        margin-bottom: 50px;
    }
    .partners{
       justify-content: center;
    }
    .partners .consultant h3{
        font-size: 16px;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 15px;
        text-align: center;
    
    }
    .partners .consultant h3::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        width: 50%;
        height: 2px;
        background: #838434;
        text-align: center;
        display: block;
        
    }
    .form-group.contact-address.address{
        flex-direction: column !important;
    }
}