* {
    /* font-family: 'Varala Round', sans-serif !important; */
    font-family: 'Cabin';
}

.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-simple span,
.goog-text-highlight,
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget img {
    display: none !important;
}

/* ✅ Prevent scrolling caused by zoom effect */
html, body {
    overflow-x: hidden;
    overflow-y: auto !important;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


.preloading-body {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: transparent;
    position: fixed; 
    top: 0;
    left: 0;
    z-index: 9999; 
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease-in-out, visibility 0.5s ease-in-out;
}

.preloading-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.load-right-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    background: #a2d7f8;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.right-layer--2 {
    background: #5DAEE0;
    transition-delay: 0.10s;
}

.final-layer {
    background: #0A456D;
    transition-delay: 0.25s;
}

.load-right-layer.active {
    left: 0;
}

.final-layer.active {
    left: 0;
    width: 100%;
}

.load-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.load-logo.visible {
    opacity: 1;
}

.preloading-body.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}




/* ========================== header section ========================= */
/* Navbar Styles */
.navbar {
    background: rgba(255, 255, 255, 0.97);
    padding: 10px;
    box-shadow: -1px 2px 16px 0px #80808054;
    position: fixed;
    top: 0; /* Ensure this is set */
    left: 0;
    right: 0;
    z-index: 1000;
}



    .nav-item a {
        color: #999999 !important;
        margin: 0 4px;
        position: relative;
        text-decoration: none;
        padding-bottom: 5px;
        display: inline-block;
    }

    /* Hover & Active Underline Animation */
    .nav-item a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: skyblue;
        transition: all 0.3s ease-in-out;
        transform: translateX(-50%);
    }
    .nav-item a:hover::after,
    .nav-item a.active::after {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    .nav-item a.active {
        color: black !important; /* Make active link more prominent */
    }

    .navbar-brand img {
        width: 200px;
    }

    @media (max-width:320px) {
        .navbar-brand img {
            width: 100px;
        }
    }
    @media (max-width:760px) {
        .navbar-brand img {
            width: 100px;
        }
    }
    @media (max-width:1020px) {
        .navbar-brand img {
            width: 100px;
        }
    }
    @media (max-width:1200px) {
        .navbar-brand img {
            width: 100px;
        }
    }
 


/* Sidebar Styles */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.sidebar {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #5DAEE0;
    transition: 0.3s ease-in-out;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1000;
}
.sidebar.active {
    right: 0;
}
.sidebar-overlay.active {
    display: block;
}
.sidebar .nav-link {
    color: white;
    padding: 10px 0;
    display: block;
    position: relative;
}
.sidebar .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: translateX(-50%);
}

/* Sidebar Social Icons */
.sidebar .social-icons {
    text-align: center;
    padding-bottom: 5px;
    display: flex;
    /* gap: 20px; */
    justify-content: space-between;
    align-items: center;
}

/* Menu Icons */
.menu-icon {
    font-size: 25px;
    color: #999999;
    cursor: pointer;
}
.close-icon {
    font-size: 25px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}




     /* Social Icons */
     .social-icon {
        display: flex;
        gap: 8px; /* Adds space between icons */
    }

    .social-icon a {
        text-decoration: none;
        font-size: 15px !important;

    }

    /* .social-icon a i {
        font-size: 20px !important;
    } */

    

/* Specific Colors for Each Icon */
.fa-facebook-f {
    background-color: #1877F2;
    padding: 5px 8px;
    border-radius: 50%;
    color: white;
}

.fa-youtube {
    background-color: #FF0000;
    padding: 5px;
    border-radius: 50%;
    color: white;
}

.fa-instagram {
    background-color: #E4405F;
    padding: 5px 6px;
    border-radius: 50%;
    color: white;
}

.fa-tiktok {
    background-color: #000000;
    padding: 5px 6px;
    border-radius: 50%;
    color: white;
}

.fa-snapchat {
    color: black;
    background-color: yellow;
    padding: 5px;
    border-radius: 50%;
}

/* Hover Effect: Move Up */










/* ============================== swimming programs file ===================== */
/* ✅ Smooth Zoom-Out Effect for Background Image */
@keyframes zoomOut {
    0% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes bgZoomIn {
    0% {
        transform: scale(0.9);  /* Start smaller */
        opacity: 0;
    }
    100% {
        transform: scale(1);  /* Slowly zoom to normal */
        opacity: 1;
    }
}

/* ✅ Heading Moves Up with a Soft Fade */
@keyframes headingMoveUp {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ✅ Banner Container */
.banner-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    pointer-events: auto;
}

/* ✅ Image Wrapper */
/* ✅ Image Wrapper */
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
}

/* ✅ Responsive Fixes */
@media (max-width: 768px) {
    .banner-container {
        height: 80vh; /* Adjust height for tablets */
    }
    
    .banner-img {
        height: 100%;
        object-fit: cover; /* Ensures proper scaling */
    }
    .banner-video {
        height: 100%;
        object-fit: cover; /* Ensures proper scaling */
    }
}

@media (max-width: 480px) {
    .banner-container {
        height: 60vh; /* Adjust height for mobile */
    }

    .banner-img {
        height: 100%;
        object-fit: cover; /* Ensures proper fit */
    }
    .banner-video {
        height: 100%;
        object-fit: cover; /* Ensures proper fit */
    }
}

/* ✅ Video Wrapper (Background Video) */
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
    z-index: -1;  /* Ensures it's behind other elements */
}

/* ✅ Video Itself (Acts like a background image) */
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures it fills the entire container */
}

/* ✅ Dark Overlay */
.banner-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; /* Ensures overlay is above video */
}


/* ✅ Apply Smooth Zoom-Out Effect to Image */
.zoom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomOut 0.7s ease-out forwards;
}
.zoom-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomOut 0.7s ease-out forwards;
}

/* ✅ Dark Overlay */
.banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* ✅ Heading Wrapper */
.heading-wrapper {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    flex-direction: column;
    width: 80%; /* Wrapper takes 80% width */
    margin: 0 auto; /* Center it */
}

/* ✅ Heading Background (Same Width as Wrapper) */
.heading-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px; /* Adjust padding */
    background: rgba(0, 0, 0, 0.4);
    animation: bgZoomIn 0.7s ease-out forwards;
    z-index: 12;
    width: 100%; /* Takes full width of .heading-wrapper */
    margin: 0 auto; /* Center it */
    position: relative;
    white-space: nowrap; /* Prevents text from breaking */
}


/* ✅ Heading Text */
.banner-heading {
    font-size: 56px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0;
    animation: headingMoveUp 0.7s ease-out forwards;
    letter-spacing: 1.5px;
    position: relative;
    width: auto; /* Allow heading to take natural width */
    white-space: nowrap; /* Ensures text remains in one line */
}

/* ✅ Responsive Fixes */
@media (max-width: 768px) {
    .heading-bg {
        padding: 20px 40px;
    }

    .banner-heading {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .heading-bg {
        padding: 15px 30px;
    }

    .banner-heading {
        font-size: 1.5rem;
    }
}







/* ================================= about section =========================== */
      /* General Styling */
      .about-section {
        padding: 50px 0;
        background-color: #f9f9f9;
        display: flex;
        align-items: center; /* Centers content vertically */
        height: auto; /* Full viewport height */
    }
    
    .about-container {
        max-width: 1100px;
        margin: auto;
        padding: 20px;
        height: 100%; /* Ensures it takes full height */
    }
    
    .content-wrapper {
        display: flex;
        align-items: stretch; /* Makes both sections equal height */
        justify-content: space-between;
        gap: 20px;
        background: white;
        padding: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        height: 100%; /* Ensures full height */
    }
    
    .about-text {
        flex: 1;
            font-size: 1.1rem;
            color: #333;
            line-height: 1.6;
            padding: 20px;
        }
    .about-text p{
        text-align: justify;
    }
    .about-media {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .about-media img, .about-media video {
        
        
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    /* Responsive Design */
        @media (max-width: 992px) {
            .content-wrapper {
                flex-direction: column;
                text-align: center;
            }
    
            .about-text {
                order: 2;
            }
    
            .about-media {
                order: 1;
            }
        }
    
        @media (max-width: 768px) {
            .about-container {
                padding: 15px;
            }
    
            .content-wrapper {
                padding: 20px;
            }
    
            .about-text {
                font-size: 14px;
            }
    
            .about-media img , .about-media video {
                max-width: 500px;
            }
        }
    
        @media (max-width: 480px) {
            .about-text {
                font-size: 13px;
            }
    
            .about-media img, .about-media video {
                max-width: 250px;
            }
        }
    
    
    
    
    
    
        .mission-vision {
            display: flex;
            justify-content: center;
            gap: 20px;
            padding: 50px;
        }
        
        .mission-box, .vision-box {
            position: relative;
            width: 45%;
            height: 400px;
            cursor: pointer;
            overflow: hidden;
            border-radius: 10px; /* Optional: Rounded corners */
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
        }
        
        .mission-img, .vision-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease-in-out;
        }
        
        .mission-box:hover, .vision-box:hover {
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
            transform: scale(1.02);
        }
        
        .mission-box:hover .mission-img,
        .vision-box:hover .vision-img {
            transform: scale(1.1);
        }
        
        /* Arrow styles */
        .arrow {
            position: absolute;
            bottom: 30px;
            right: 20px;
            font-size: 24px;
            color: #ffffff;
            opacity: 0; /* Initially hidden */
            transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            transform: translateX(10px); /* Initially shifted */
        }
        
        /* Show arrow on hover */
        .mission-box:hover .arrow,
        .vision-box:hover .arrow {
            opacity: 1;
            transform: translateX(0); /* Move to original position */
        }
        
    
    /* Overlay Text & Arrow */
    .overlay-text {
        position: absolute;
        bottom: 20px;
        left: 15px;
        color: white;
        padding: 5px 10px;
        font-size: 30px;
        font-weight: bold
    }
   
    
    /* Fullscreen Overlay */
    .overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: right 0.5s ease-in-out;
        overflow: hidden; /* Prevents entire page from scrolling */
    }
    
    .overlay-content {
        width: 70%;
        height: 80%;
        display: flex;
        background: white;
        overflow: hidden; /* Hide main overflow */
        position: relative;
    }
    
    /* Left Content Section - Enable Scrolling */
    .overlay-text-content {
        width: 50%;
        padding: 30px;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* Ensure content starts from the top */
        height: 100%;
        padding-top: 11%;
        overflow-y: auto; /* Enable vertical scroll */
        scrollbar-width: thin; /* Make scrollbar thin (Firefox) */
        -ms-overflow-style: none; /* Hide scrollbar (IE/Edge) */
    }
    
    /* Ensure scrolling is possible */
    .overlay-text-content::-webkit-scrollbar {
        width: 5px;
    }
    
    .overlay-text-content::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }
    
    
    /* Right Image Section */
    .overlay-image {
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    
    
    .overlay-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 8s ease-in-out;
    }
    
    .overlay.show .overlay-image img {
        transform: scale(1.2);
    }
    
    /* ✖ Custom Close Button */
    .custom-close {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(255, 0, 0, 0.1);
        border: 2px solid rgba(0, 153, 255);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: none;
        /* transition: transform 0.3s ease; */
    }
    
    /* .custom-close:hover {
        transform: scale(1.1);
    } */
    
    /* Close Icon Inside */
    .close-icon {
        font-size: 32px;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }
    
    /* Custom Cursor Effect */
    /* .custom-close:hover .close-icon {
        font-size: 40px;
    } */
    
    /* Responsive Design */
    @media (max-width: 1024px) {
        .overlay-content {
            width: 90%;
        }
    }
    
    @media (max-width: 768px) {
        .mission-vision {
            flex-direction: column;
            align-items: center;
        }
    
        .mission-box, .vision-box {
            width: 90%;
            height: 250px;
        }
    }
    /* Overlay Text & Arrow */
    .overlay-text {
        position: absolute;
        bottom: 20px;
        left: 15px;
        color: white;
        padding: 5px 10px;
        font-size: 30px;
        font-weight: bold
    }
   
    
    /* Fullscreen Overlay */
    .overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: right 0.5s ease-in-out;
        overflow: hidden; /* Prevents entire page from scrolling */
    }
    
    .overlay-content {
        width: 70%;
        height: 80%;
        display: flex;
        background: white;
        overflow: hidden; /* Hide main overflow */
        position: relative;
    }
    
    /* Left Content Section - Enable Scrolling */
    .overlay-text-content {
        width: 50%;
        padding: 30px;
        background: white;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; /* Ensure content starts from the top */
        height: 100%;
        padding-top: 11%;
        overflow-y: auto; /* Enable vertical scroll */
        scrollbar-width: thin; /* Make scrollbar thin (Firefox) */
        -ms-overflow-style: none; /* Hide scrollbar (IE/Edge) */
    }
    
    /* Ensure scrolling is possible */
    .overlay-text-content::-webkit-scrollbar {
        width: 5px;
    }
    
    .overlay-text-content::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px;
    }
    
    
    /* Right Image Section */
    .overlay-image {
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    
    
    .overlay-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 8s ease-in-out;
    }
    
    .overlay.show .overlay-image img {
        transform: scale(1.2);
    }
    
    /* ✖ Custom Close Button */
    .custom-close {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(255, 0, 0, 0.1);
        border: 2px solid rgba(0, 153, 255);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: none;
        /* transition: transform 0.3s ease; */
    }
    
    /* .custom-close:hover {
        transform: scale(1.1);
    } */
    
    /* Close Icon Inside */
    .close-icon {
        font-size: 32px;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }
    
    /* Custom Cursor Effect */
    /* .custom-close:hover .close-icon {
        font-size: 40px;
    } */
    
    /* Responsive Design */
    @media (max-width: 1024px) {
        .overlay-content {
            width: 90%;
        }
    }
    
    @media (max-width: 768px) {
        .mission-vision {
            flex-direction: column;
            align-items: center;
        }
    
        .mission-box, .vision-box {
            width: 90%;
            height: 250px;
        }
    
        .overlay-content {
            flex-direction: column;
            height: 90%;
        }
    
        .overlay-text-content {
            width: 100%;
            height: 50%;
            padding-top: 18%; /* Adjusted for better spacing */
        }
    
        .overlay-image {
            width: 100%;
            height: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .overlay-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block; /* Ensure image is displayed */
        }
    }
    








/* -------------------------- swimming program details -------------------------- */
.program-item-image {
    width: 100%;
    height: 350px; /* Set a fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensures the image doesn't overflow */
    border-radius: 10px; /* Optional: Adds rounded corners */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); /* Adds shadow around the image */
    padding: 20px;
}

.program-item-image img {
    width: 100%; /* Ensures responsiveness */
    height: 100%; /* Makes the image fit the container */
    object-fit: cover; /* Ensures image scales properly without stretching */
    border-radius: 10px; /* Optional: Matches the container’s border radius */
}


.program-item-text {
    padding: 15px 15px 50px;
}
.program-item-text a{
    text-decoration: none;
}
.program-title {
    font-size: 45px;
    font-weight:bold;
    color: #5daee0;
    text-align: left;
}

.program-subtitle {
    font-size: 16px;
    color: black;
}

.program-description {
    font-size: 14px;
    color: #5DAEE0;
    background: linear-gradient(to right, #344A59, #5DAEE0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    white-space: normal; /* Ensures text wraps normally */
    font-weight: bold;
    line-height: 22px;
    text-align: left;
}

.underline {
    display: block;
    width: 120px;
    height: 8px;
    background-color: #DDDDDD;
    margin: 50px 0px 50px 0px; /* Space between h6 and the line */
}

.program-btn{
    background-color: #5DAEE0;
    border-radius: 20px;
    border:none;
    outline: none;
    color: white;
    padding:10px 20px;
}

.program-big-description {
    font-size: 16px;
    color: black;
    text-align: justify;
}

/* Responsive Design */
@media (max-width: 768px) {
    .program-item {
        flex-direction: column !important;
        text-align: left;
    }

    /* .program-item-image img {
        height: 200px;
    } */

    .program-item-text {
        padding-top: 10px;
    }
}
@media (max-width: 320px) {
    .program-title{
        font-size: 20px;
    }
}
@media (max-width: 760px) {
    .program-title{
        font-size: 30px;
    }
}













/* -------------------------- packages page ----------------------- */
.package-item-image {
    position: relative;
    width: 85%;
    height: 350px; /* Increased height */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    margin: auto;
    border: 2px solid transparent;
    transition: border 0.3s ease-in-out; /* Smooth transition for border */
}

.package-item-image:hover {
    border: 2px solid #5DAEE0;
}

.package-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.package-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 30, 93, 0.5);
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;  /* Centers vertically */
    text-align: center;
    padding: 20px;
}

/* Flexbox for perfect vertical centering */
.package-content {
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Ensures vertical centering */
    align-items: center;  /* Ensures horizontal centering */
    width: 100%;
    height: 100%;
}
.package-title{
    align-items:center; 
    display:flex; 
    justify-content:center;
}
/* Title */
.package-title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0; /* Remove extra margin */
}
.package-big-description{
    align-items:center; 
    display:flex; 
    justify-content:center;
}
/* Descriptions */
.package-big-description p{
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin: 10px 0;  /* Adds small spacing */
    padding: 0 7px;

}
.package-description{
    align-items:center; 
    display:flex; 
    justify-content:center;
}
.package-description p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 10px 0;  /* Adds small spacing */
}

.packages-button{
    align-items:center; 
    display:flex; 
    justify-content:center;
}
/* Book Now Button */
.package-btn {
    background-color: #5DAEE0;
    border-radius: 20px;
    border: none;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 15px; /* Ensures spacing */
}

.package-btn:hover {
    background-color: #3498db;
}

/* Responsive Design */
@media (max-width: 992px) { /* Tablet View */
    .package-item-image {
        height: 450px; /* Increased height */
    }
    .package-overlay {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .package-title h1,
    .package-big-description p,
    .package-description p {
        text-align: left;
    }
}

@media (max-width: 768px) { /* Mobile View */
    .package-item-image {
        height: 600px; /* Increased height */
    }
    .package-item-image img {
        width: 100%;
        height: 600px;
    }
    .package-overlay {
        align-items: flex-start;
        padding: 15px;
    }
    .package-title,
    .package-big-description,
    .package-description ,
    .packages-button{
        width: 100%;
        margin-bottom: 10px;
        align-items:left; 
        display:flex; 
        justify-content:left;
    }
}


@media (max-width: 320px) { /* Mobile View */
    .package-item-image {
        height: 700px; /* Increased height */
    }
    .package-item-image img {
        width: 100%;
        height: 700px;
    }
    .package-overlay {
        align-items: flex-start;
        padding: 15px;
    }
    .package-title,
    .package-big-description,
    .package-description ,
    .packages-button{
        width: 100%;
        margin-bottom: 10px;
        align-items:left; 
        display:flex; 
        justify-content:left;
    }
}




/* =============================  our work ============================ */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 94, 165, 0.8);
}

.image-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.content-image {
    width: 90%;
    height: 90%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    overflow: hidden; /* Ensures the image does not exceed the container */
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(1.3);
}


.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    transition: 0.3s;
}

.play-icon:hover {
    background: rgba(255, 0, 0, 0.8);
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-modal-content {
    background: white;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    max-width: 90%;
    width: 800px;
}

.close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close:hover {
    background: red;
}

@media (max-width: 1020px) {
    .overlay-content { padding: 20px; }
}

@media (max-width: 760px) {
    .content-image { max-width: 90%; }
    .ourwork-para{font-size:13px;}
    .ourwork-head{font-size:20px;}
    .play-icon { width: 50px; height: 50px; font-size: 20px; }
}

@media (max-width: 320px) {
    .content-image { max-width: 100%; }
    .ourwork-para{font-size:12px;}
    .ourwork-head{font-size:18px;}
    .play-icon { width: 40px; height: 40px; font-size: 18px; }
}




/* ============================== blog section ============================= */
.blog-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-image 1s ease-in-out;
}

/* Adding the transparent black overlay */
.blog-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Adjust the transparency (0.5 = 50% dark) */
    z-index: 1;
}

/* Ensuring content appears above the overlay */
.slider-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    color: white;
    position: relative;
    z-index: 2;
}

.left-content {
    width: 50%;
}

.left-content h2 {
    font-size: 3rem;
}
.left-content a {
    text-decoration: none;
}



.right-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-container {
    font-size: 1.5rem;
    cursor: pointer;
}

.text-item {
    padding: 10px;
    transition: color 0.3s ease;
}

.text-item.active {
    color: #5DAEE0;
    font-weight: bold;
}

.line-slider {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 10px;
    position: relative;
}

.blue-line {
    height: 100%;
    background: #5DAEE0;
    width: 0%;
    transition: width 3s linear;
}

/* Responsive Design */
/* Tablet Devices (992px and below) */
@media (max-width: 992px) {
    .slider-content {
        flex-direction: column;
        text-align: center;
        width: 80%;
    }

    .left-content, .right-content {
        width: 100%;
    }

    .left-content h2 {
        font-size: 2rem;
        text-align: center;
    }

    .text-container {
        font-size: 1.3rem;
        text-align: center;
    }
}

/* Mobile Devices (768px and below) */
@media (max-width: 768px) {
    .blog-slider {
        height: auto;
        padding: 50px 20px; /* Adjust padding instead of height */
    }

    .slider-content {
        flex-direction: column;
        text-align: center;
        width: 75%;
    }

    .left-content h2 {
        font-size: 1.6rem;
        text-align: left;
    }

    .text-container {
        font-size: 1.1rem;
        text-align: justify;
    }

    .line-slider {
        width: 80%;
        margin: 10px auto;
    }
}

/* Small Mobile Devices (480px and below) */
@media (max-width: 480px) {
    .blog-slider {
        height: auto;
        padding: 40px 15px;
    }

    .left-content h2 {
        font-size: 1.4rem;
    }

    .text-container {
        font-size: 1rem;
    }

    .text-item {
        padding: 8px;
    }
}



/* ================================ blog inside ============================ */
.banner {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url('your-image.jpg'); /* Add your image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    z-index: 1;
    overflow: hidden;
}

/* Dark overlay applied correctly */
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 2; /* Ensures it's above the image */
}

/* Text is above the overlay */
.banner h1 {
    position: relative;
    z-index: 3;
    width: 80%;
    padding-top: 60px;
}


.content {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.content p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
}

/* Move to Blog Section */
.move-to-blog {
    position: relative;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Default overlay (blue shade) */
.move-to-blog::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 60, 106, 0.6); /* Blue overlay */
    z-index: 2; /* Ensure it's above the image */
    pointer-events: none; /* Ensures it doesn't block clicks */
    transition: background 0.3s ease-in-out; /* Smooth transition */
}

.move-to-blog img {
    width: 100%;
    height: 250px; /* Fixed height */
    object-fit: cover; /* Ensures the image fills the container without distortion */
    transition: transform 0.3s ease-in-out;
    display: block;
    position: relative;
    z-index: 0; /* Keep the image below overlay */
}

/* Scale effect on hover */
.move-to-blog:hover img {
    transform: scale(1.1);
}

/* Change overlay to black on hover */
.move-to-blog:hover::after {
    background: rgba(1, 6, 10, 0.9); /* Black overlay */
}

.move-to-blog-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 20px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease-in-out;
    z-index: 5; /* Ensure it's above the image */

}

.move-to-blog:hover .move-to-blog-text {
    background: rgba(0, 0, 0, 0.8);
}

.arrow {
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
}

.move-to-blog:hover .arrow {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner {
        height: 300px;
        font-size: 2rem;
    }
    .content {
        width: 90%;
    }
    .content p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .banner {
        height: 250px;
        font-size: 1.5rem;
    }
    .content {
        width: 95%;
    }
    .content p {
        font-size: 0.9rem;
    }
    .move-to-blog-text {
        font-size: 1rem;
        padding: 8px 15px;
    }
}





/* =================================== faq section ============================== */
.faq-container {
    max-width: 1100px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}

/* FAQ Section */
.faq-box {
    width: 48%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    transition: 0.3s;
}
.faq-question span{
    padding-left:10px;
}
.faq-question.active {
    color: #5DAEE0;
    /* color: white; */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    color: #333;
    border-radius: 5px;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.faq-answer.show {
    max-height: 200px;
    padding: 15px;
}

.icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-question.active .icon {
    transform: rotate(180deg);
}

/* Image Box */
.faq-image {
    width: 48%;
    text-align: center;
}

.faq-image img {
    width: 100%;
    /* max-height: 400px; */
    border-radius: 8px;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 992px) {
    .faq-container {
        flex-direction: column;
        align-items: center;
    }

    .faq-box, .faq-image {
        width: 100%;
    }

    .faq-image {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 16px;
    }
    
    .faq-answer {
        font-size: 14px;
    }
}







/* ------------------------------start the index page-------------------------------------------- */
/* Home Banner Section */
.home-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
/* ✅ Slideshow Container */
/* .banner-slideshow {
    position: relative;
    width: 100%;
    height: 130vh; 
    overflow: hidden;
} */
@keyframes zoomOut {
    0% {
        transform: scale(1);
        filter: none; /* ✅ Ensures no color/brightness filter is applied */
        opacity: 1;
    }
    100% {
        transform: scale(1.1); /* ✅ Only zoom effect */
        filter: none; /* ✅ Ensures the image does not turn black */
        opacity: 1;
    }
}

.banner-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

@media(max-width:320px) {

    .home-banner {
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }
}
@media(max-width:760px) {
    /* .banner-slide {
        position: absolute;
        width: 100%;
        height: 40% !important;
    } */
    .home-banner {
        position: relative;
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }
}


.banner-slide.active {
    opacity: 1;
}


/* ✅ Fix: Keep Black Shade Constant */
.banner-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
}

/* ✅ Banner Image */
.banner1-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fit without distortion */
    transform: scale(1.2);
    transition: transform 6s ease-in-out;
}

/* ✅ Active Slide - Only Image Zooms Out */
.banner-slide.active {
    opacity: 1;
}

.banner-slide.active .banner1-img {
    transform: scale(1); /* Smooth zoom-out effect */
}

/* ✅ Fix text animation to move only vertically */
@keyframes slideUp {
    0% {
        transform: translateY(50px); /* Only move up */
        opacity: 0;
    }
    100% {
        transform: translateY(0); /* Keep it centered */
        opacity: 1;
    }
}

/* ✅ Ensure `.banner-content` stays centered */
.banner-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); /* Keeps the container centered */
    text-align: center;
    color: white;
    padding: 20px;
    z-index: 5;
}

/* ✅ Animate h1 with 1s delay */
.banner-slide.active .banner-content h1 {
    animation: slideUp 1s ease-in-out forwards;
}

/* ✅ Animate a with 2s delay */
.banner-slide.active .banner-content a {
    animation: slideUp 1.5s ease-in-out forwards;
}

.banner-content a {
    position: relative;
    z-index: 20; /* Ensure it is clickable */
    pointer-events: auto; /* Allow clicking */
}



/* ✅ Heading */
.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: bold;
}

/* ✅ Button */
.btn-outline {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s;
}

.btn-outline:hover {
    background: white;
    color: black;
}




/* Navigation Dots */
.banner-dots {
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: rgba(255, 255, 255, 0.7);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 1.8rem;
    }

    .btn-outline {
        padding: 8px 16px;
        font-size: 14px;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
    .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); /* Keeps the container centered */
    }
    .banner-dots {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 760px) {
    .banner-content h1 {
        font-size: 1.1rem;
    }

    .btn-outline {
        padding: 8px 16px;
        font-size: 10px;
    }

    .dot {
        width: 7px;
        height: 7px;
    }
    .banner-content {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%); /* Keeps the container centered */
    }
    .banner-dots {
        position: absolute;
        right: 20px;
        top: 60%;
        transform: translateY(-50%);
    }
}
@media (max-width: 320px) {
    .banner-content h1 {
        font-size: 1rem;
    }

    .btn-outline {
        padding: 8px 16px;
        font-size: 10px;
    }

    .dot {
        width: 7px;
        height: 7px;
    }
    .banner-content {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%); /* Keeps the container centered */
    }
    .banner-dots {
        position: absolute;
        right: 20px;
        top: 60%;
        transform: translateY(-50%);
    }
}

/* ----------------------------------home banner end-------------------------------------------- */
/* ------------------------------who we are start------------------------------------------------ */
/* Section Styling */
.who-we-are {
    padding: 50px 10%;
    background-color: #f9f9f9;
}

/* Container (Flex for Desktop) */
.who-we-are-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Image */
.who-we-are-image {
    flex: 1;
}

.who-we-are-image img {
    width: 100%;
    /* max-width: 500px; */
    height: auto;
    border-radius: 10px;
}

/* Right Content */
.who-we-are-content {
    flex: 1;
}

.who-we-are-content h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
}

.who-we-are-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.who-we-are-image{
    width: 100%; 
    max-width: 600px; 
    height: 400px; 
    object-fit: cover;
}
.who-we-are-video{
    width: 100%; 
    max-width: 600px; 
    height: 400px; 
    object-fit: cover;
}
/* 🔹 Responsive Design */

/* ✅ Tablet (768px and below) */
@media (max-width: 768px) {
    .who-we-are-container {
        flex-direction: column;
        text-align: center;
    }

    .who-we-are-content h2 {
        font-size: 28px;
    }

    .who-we-are-content p {
        font-size: 16px;
    }
    .feature-box img{
        width: 35px !important;
    }
}

/* ✅ Mobile (480px and below) */
@media (max-width: 480px) {
    .who-we-are {
        padding: 30px 5%;
    }

    .who-we-are-content h2 {
        font-size: 24px;
    }

    .who-we-are-content p {
        font-size: 14px;
    }
    .feature-box img{
        width: 30px !important;
    }
    .who-we-are-image{
        width: 100%; 
        height: auto; 
        object-fit: cover;
    }
    .who-we-are-video{
        width: 100%; 
        height: auto; 
        object-fit: cover;
    }
}
@media (max-width: 320px) {
    .who-we-are-image{
        width: 100%; 
        height: auto; 
        object-fit: cover;
    }
    .who-we-are-video{
        width: 100%; 
        height: auto; 
        object-fit: cover;
    }
}
/* -----------------------------------------who we are end ----------------------------------------- */
/* -------------------------------------------home detail start-------------------------------------- */
 /* Basic Styling */
 .detail-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    padding: 20px;
    /* background-color: #f5f5f5; */
}

.small-text {
    font-size: 18px;
    color: #18a0d6;
    margin-bottom: 10px;
}

.big-text {
    font-size: 50px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.description {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin-bottom: 30px;
}

.detail-section a{
    text-decoration: none;
}
.detail-btn {
    position: relative;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #5DAEE0;
    background: linear-gradient(to left, #5DAEE0 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px; /* Space between text and arrow */
    transition: background-position 0.4s ease-in-out, 
                color 0.3s ease-in-out, 
                border-color 0.3s ease-in-out, 
                transform 0.2s ease-in-out;
}

/* Arrow */
.arrow-icon {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

/* Hover effect */
.detail-btn:hover {
    background-position: left;
    color: #5DAEE0;
    border-color: #5DAEE0;
    transform: scale(1.05);
    background-color: transparent !important;
    background: none !important;
}

/* Move arrow on hover */
.detail-btn:hover .arrow-icon {
    transform: translateX(7px); /* Move arrow slightly to the right */
}


/* Media Query for Tablets */
@media (max-width: 768px) {
    .big-text {
        font-size: 40px;
    }
    .description {
        font-size: 16px;
        max-width: 500px;
    }
    .detail-btn {
        font-size: 16px;
        padding: 10px 25px;
    }
}

/* Media Query for Mobile */
@media (max-width: 480px) {
    .big-text {
        font-size: 32px;
    }
    .description {
        font-size: 14px;
        max-width: 350px;
    }
    .detail-btn {
        font-size: 14px;
        padding: 8px 20px;
    }
}
/* -----------------------------home detail end-------------------------------------
---------------------------- feature secion start------------------------------------------------- */

.feature-section {
    background: black;
    color: white;
    padding: 50px 20px;
}

.feature-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    gap: 40px;
}

/* Left Side */
.feature-left {
    flex: 1;
}

.feature-left h2 {
    font-size: 3.8rem;
    margin-bottom: 10px;
}

.feature-left p {
    font-size: 20px;
    opacity: 0.8;
}

/* Right Side */
.feature-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.feature-item {
    text-align: center;
    background: rgba(48, 48, 48, 0.1); 
    padding: 20px;
    border-radius: 8px;
    backdrop-filter: blur(100px); /* Blurry glass effect */
    -webkit-backdrop-filter: blur(100px);
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1); /* Soft white shadow */
    border: 1px solid rgba(255, 255, 255, 0.1); 
}


.feature-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.feature-item p {
    font-size: 4.3rem;
    font-weight: bold;
    color: rgb(15, 170, 218);
}

/* 🔹 Responsive Design */
@media (max-width: 1024px) {
    .feature-container {
        flex-direction: column;
        text-align: center;
    }

    .feature-right {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .feature-right {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .feature-left h2 {
        font-size: 24px;
    }

    .feature-left p {
        font-size: 16px;
    }

    .feature-item h3 {
        font-size: 18px;
    }

    .feature-item p {
        font-size: 20px;
    }
}
/* ----------------------------------------end home feature----------------------------------------





/* ========================================= footer section ================================ */
    /* Footer General Styles */
    .footer {
        background: black;
        color: white;
        padding: 40px 20px;
        font-family: Arial, sans-serif;
    }
    
    .footer-container {
        width: 85%;
        margin: auto;
    }
    
    .footer-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    
    /* Footer Sections */
    .footer-section {
        flex: 1;
        min-width: 250px;
        margin-bottom: 20px;
    }
    
    .footer-section h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    
    .footer-section ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-section ul li {
        margin-bottom: 8px;
    }
    
    .footer-section ul li a {
        color: #bbb;
        text-decoration: none;
        transition: 0.3s;
    }
    
    .footer-section ul li a:hover {
        color: white;
    }
    
    /* About Section */
    .footer-about p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    
    /* Bottom Footer */
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #444;
        padding-top: 15px;
    }
    
    .footer-bottom p {
        margin: 0;
        font-size: 14px;
    }
    
    .social-icons a {
        color: white;
        font-size: 18px;
        margin-left: 10px;
        transition: 0.3s;
    }
    
    .social-icons a:hover {
        color: #0a74da;
    }
    
    /* WhatsApp Floating Button */
    /* WhatsApp Floating Button */
    .whatsapp-float {
        position: fixed;
        bottom: 50px;
        right: 20px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;

    }

    .whatsapp-float img {
        width: 80px;
    }

    /* Scroll to Top Button */
    #scrollTop {
        position: fixed;
        bottom: 20px;
        right: 35px;
        width: 30px;
        height: 30px;
        background-color:rgb(88, 88, 88);
        color: white;
        border: none;
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        cursor: pointer;
        transition: 0.3s;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }

    #scrollTop:hover {
        background-color: #065abf;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .footer-content {
            flex-direction: column;
            text-align: center;
        }
    
        .footer-section {
            margin-bottom: 20px;
        }
    
        .footer-bottom {
            flex-direction: column;
            text-align: center;
        }
    
        .social-icons {
            margin-top: 10px;
        }
    }