    
     /* Hero Section */
        .about-hero {
            background: linear-gradient(to bottom right, #3498db 0%, #207ce500 100%),url(images/bg-demo.jpg) center/cover;
            padding: 200px 0 80px;
            position: relative;
            overflow: hidden;
        }

    

        .about-hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
        }

        .about-hero p {
            
            position: relative;
        }
    
    /* --------------------- */
    /* --------- FAQ Section Styling ------------ */
    /* --------------------- */
    .faq-section {
        padding: 80px 0;
        background: linear-gradient(135deg, #f5f7fa 0%, #e8f0fe 100%);
        position: relative;
        overflow: hidden;
    }

    /* Decorative background elements */
    .faq-section::before {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(0, 124, 186, 0.1) 0%, transparent 70%);
        border-radius: 50%;
        top: -100px;
        right: -100px;
        pointer-events: none;
    }

    .faq-section::after {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(0, 124, 186, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        bottom: -50px;
        left: -50px;
        pointer-events: none;
    }

    /* Header Styling */
    .faq-badge {
        display: inline-block;
        padding: 8px 20px;
        background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
        color: #fff;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
    }

    .faq-title {
        font-size: 42px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .faq-subtitle {
        font-size: 18px;
        color: #666;
        margin-bottom: 0;
    }

    /* Modern Accordion Styling */
    .modern-accordion {
        --bs-accordion-border-width: 0;
        --bs-accordion-border-radius: 0;
    }

    .modern-accordion .accordion-item {
        background: #ffffff;
        border: none;
        border-radius: 16px;
        margin-bottom: 20px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
    }

    .modern-accordion .accordion-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, #007cba 0%, #005a87 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .modern-accordion .accordion-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0, 124, 186, 0.15);
    }

    .modern-accordion .accordion-item:hover::before {
        opacity: 1;
    }

    /* Accordion Button (Question) */
    .modern-accordion .accordion-button {
        padding: 25px 30px;
        font-size: 18px;
        font-weight: 600;
        color: #1a1a1a;
        background: transparent;
        border: none;
        box-shadow: none;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: all 0.3s ease;
    }

    .modern-accordion .accordion-button:not(.collapsed) {
        color: #007cba;
        background: linear-gradient(135deg, rgba(0, 124, 186, 0.05) 0%, rgba(0, 124, 186, 0.02) 100%);
    }

    .modern-accordion .accordion-button:hover {
        color: #007cba;
    }

    .modern-accordion .accordion-button:focus {
        box-shadow: none;
        border: none;
    }

    /* Question Icon */
    .question-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 12px rgba(0, 124, 186, 0.25);
    }

    .modern-accordion .accordion-button:not(.collapsed) .question-icon {
        transform: rotate(360deg) scale(1.1);
        /* background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%); */
        background: #15a8f1;
        box-shadow: 0 6px 20px rgba(40, 137, 167, 0.3);
    }

    .question-text {
        flex: 1;
        text-align: left;
    }

    /* Custom Collapse Icon - Plus/Minus */
.modern-accordion .accordion-button::after {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23007cba' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23007cba' viewBox='0 0 16 16'%3E%3Cpath d='M1 7a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}


    /* Accordion Body (Answer) */
    .modern-accordion .accordion-body {
        padding: 25px 30px 30px 90px;
        font-size: 16px;
        line-height: 1.8;
        color: #555;
        background: #fff;
    }

    /* CTA Section */
    .faq-cta {
        background: linear-gradient(135deg, #ffffff 0%, #f8fcff 100%);
        border-radius: 20px;
        padding: 50px 30px;
        box-shadow: 0 10px 40px rgba(0, 124, 186, 0.1);
        border: 2px solid rgba(0, 124, 186, 0.1);
    }

    .faq-cta h4 {
        font-size: 28px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 10px;
    }

    .faq-cta p {
        font-size: 16px;
        color: #666;
        margin-bottom: 25px;
    }

    .btn-faq-contact {
        display: inline-block;
        padding: 15px 40px;
        background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 50px;
        transition: all 0.3s ease;
        box-shadow: 0 8px 25px rgba(0, 124, 186, 0.3);
        position: relative;
        overflow: hidden;
    }

    .btn-faq-contact::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
    }

    .btn-faq-contact:hover::before {
        width: 300px;
        height: 300px;
    }

    .btn-faq-contact:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgba(0, 124, 186, 0.4);
        color: #fff;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .faq-title {
            font-size: 32px;
        }
        
        .faq-subtitle {
            font-size: 16px;
        }
        
        .modern-accordion .accordion-button {
            padding: 20px 15px;
            font-size: 16px;
        }
        
        .modern-accordion .accordion-body {
            padding: 20px 15px 25px 15px;
            font-size: 15px;
        }
        
        .question-icon {
            width: 40px;
            height: 40px;
            min-width: 40px;
            font-size: 18px;
        }
        
        .faq-cta {
            padding: 35px 20px;
        }
        
        .faq-cta h4 {
            font-size: 24px;
        }
    }


    .faq-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 1;
        background: rgba(32, 124, 229, 0);
        background: -moz-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #007cba 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(55%, rgba(146, 95, 206, 0)), color-stop(100%, #f048bb));
        background: -webkit-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #007cba 100%);
        background: -o-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(95, 156, 206, 0) 55%, #007cba 100%);
        background: -ms-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(95, 162, 206, 0) 55%, #007cba 100%);
        background: linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(95, 147, 206, 0) 55%, #007cba 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207ce5', endColorstr='#f048bb', GradientType=1);
      }


      /* ------------------------------------- */
/* --------- Courses section ----------- */
/* ------------------------------------- */

/* Course Card Section */
.courses-card-section {
    padding: 90px 0;
    background: #f8f9fa;
}

/* Section Header */
.section-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.section-main-subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* Program Wrapper */
.program-wrapper {
    margin-bottom: 60px;
}

.program-wrapper:last-child {
    margin-bottom: 0;
}

.program-header {
    margin-bottom: 40px;
}

.program-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    display: inline-block;
}

.program-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #007cba 0%, #005a87 100%);
    border-radius: 2px;
}

/* Modern Course Card - Minimal Layout */
.course-card-modern {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e8e8e8;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.course-card-modern:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 124, 186, 0.15);
    border-color: #007cba;
}

/* Card Top - Updated Layout */
.card-top {
    padding: 25px;
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    display: flex;
    align-items: center;
    gap: 20px;
}

.course-card-premium .card-top {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
}

/* Course Icon - Minimal */
.course-icon-modern {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.course-card-modern:hover .course-icon-modern {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

/* Course Info Container */
.course-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Course Title - In Card Top */
.course-title-modern {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 1px;
}

/* Course Duration - In Card Top */
.course-duration {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Card Body - Minimal */
.card-body-modern {
    padding: 16px 25px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.course-desc-modern {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-main-title {
        font-size: 40px;
    }
    
    .program-title {
        font-size: 28px;
    }
    
    .course-title-modern {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .courses-card-section {
        padding: 70px 0;
    }
    
    .section-main-title {
        font-size: 36px;
    }
    
    .section-main-subtitle {
        font-size: 16px;
    }
    
    .program-wrapper {
        margin-bottom: 50px;
    }
    
    .program-title {
        font-size: 26px;
    }
    
    .card-top {
        padding: 25px;
        gap: 15px;
    }
    
    .course-icon-modern {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
    
    .course-title-modern {
        font-size: 34px;
    }
    
    .course-duration {
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .card-body-modern {
        padding: 20px 25px;
    }
    
    .course-desc-modern {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .section-main-title {
        font-size: 32px;
    }
    
    .program-title {
        font-size: 24px;
    }
    
    .card-top {
        padding: 20px;
        gap: 12px;
    }
    
    .course-icon-modern {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    .course-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .course-title-modern {
        font-size: 28px;
    }
    
    .course-duration {
        font-size: 12px;
        padding: 6px 14px;
    }
    
    .card-body-modern {
        padding: 18px 20px;
    }
    
    .course-desc-modern {
        font-size: 14px;
    }
}




/* Modern Footer Styles */
.modern-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #007cba 0%, #005a87 50%, #007cba 100%);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Footer Main */
.footer-main {
    padding: 80px 0 40px;
}

/* Footer Widget */
.footer-widget {
    margin-bottom: 30px;
}

.footer-logo h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.footer-logo h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #007cba 0%, #005a87 100%);
    border-radius: 2px;
}

.footer-desc {
    color: #b3b3b3;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Social Links */
.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    border-color: #007cba;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 124, 186, 0.4);
    color: #fff;
}

/* Footer Widget Title */
.footer-widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #007cba 0%, #005a87 100%);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    /*margin-bottom: 12px;*/
}

.footer-links li a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 18px;
}

.footer-links li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #007cba;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #007cba;
    padding-left: 24px;
}

.footer-links li a:hover::before {
    left: 6px;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    color: #b3b3b3;
    font-size: 15px;
    line-height: 1.6;
}

.footer-contact li i {
    color: #007cba;
    font-size: 16px;
    margin-top: 3px;
    min-width: 20px;
}

.footer-contact li span {
    flex: 1;
}

/* Newsletter Section */
.footer-newsletter {
    background: linear-gradient(135deg, rgba(0, 124, 186, 0.1) 0%, rgba(0, 90, 135, 0.1) 100%);
    padding: 35px 40px;
    border-radius: 16px;
    border: 1px solid rgba(0, 124, 186, 0.2);
    backdrop-filter: blur(10px);
}

.newsletter-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.newsletter-desc {
    color: #b3b3b3;
    font-size: 14px;
    margin: 0;
}

.newsletter-form .input-group {
    position: relative;
    display: flex;
    gap: 10px;
}

.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 15px;
    flex: 1;
    transition: all 0.3s ease;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.2);
}

.btn-newsletter {
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(0, 124, 186, 0.3);
}

.btn-newsletter:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 124, 186, 0.4);
}

.btn-newsletter i {
    margin-left: 8px;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
    color: #b3b3b3;
    font-size: 14px;
    margin: 0;
}

.footer-copyright strong {
    color: #007cba;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.footer-bottom-links li a {
    color: #b3b3b3;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-bottom-links li a:hover {
    color: #007cba;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #007cba 0%, #005a87 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 6px 20px rgba(0, 124, 186, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 124, 186, 0.5);
    color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .footer-main {
        padding: 60px 0 30px;
    }
    
    .newsletter-title {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 50px 0 20px;
    }
    
    .footer-logo h3 {
        font-size: 28px;
    }
    
    .footer-newsletter {
        padding: 30px 25px;
    }
    
    .newsletter-title {
        font-size: 20px;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .btn-newsletter {
        width: 100%;
    }
    
    .footer-bottom-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}





/* ********************************** */

/* Contact section */

/*-----------------------------------------------
|   Enquiry Section with Left Avatar Network
-----------------------------------------------*/

.enquiry-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    overflow: hidden;
}

/* Left Side - Avatar Section */
.avatar-side {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    padding: 40px 20px;
}

.avatar-network {
    position: relative;
    width: 450px;
    height: 450px;
}

/* Circular Rings */
.ring {
    position: absolute;
    border: 1px solid rgba(0, 124, 186, 0.15);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ring-1 {
    width: 180px;
    height: 180px;
}

.ring-2 {
    width: 280px;
    height: 280px;
}

.ring-3 {
    width: 400px;
    height: 400px;
}

/* Avatar Styles */
.avatar {
    position: absolute;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 124, 186, 0.2);
    background: #e0e0e0;
    transition: transform 0.3s ease;
}

.avatar:hover {
    transform: scale(1.1);
    z-index: 10;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Avatar Positions - Distributed around rings */
.avatar-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 70px;
    height: 70px;
}

.avatar-2 {
    top: 5%;
    left: 35%;
}

.avatar-3 {
    top: 8%;
    right: 25%;
}

.avatar-4 {
    top: 38%;
    left: 5%;
}

.avatar-5 {
    top: 38%;
    right: 0%;
}

.avatar-6 {
    bottom: 28%;
    left: 8%;
}

.avatar-7 {
    bottom: 28%;
    right: 3%;
}

.avatar-8 {
    bottom: 5%;
    left: 30%;
}

.avatar-9 {
    bottom: 5%;
    right: 28%;
}

/* Right Side - Form Section */
.form-side {
    padding: 40px 40px 40px 20px;
}

.enquiry-wrapper {
    background: #007cba;
    border-radius: 20px;
    padding: 50px 45px;
    box-shadow: 0 15px 50px rgba(0, 124, 186, 0.25);
    position: relative;
    z-index: 2;
}

.enquiry-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.enquiry-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
    margin: 0;
}

/* Form Inputs */
.enquiry-input,
.enquiry-select,
.enquiry-textarea {
    padding: 7px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 17px;
    font-size: 0.95rem;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    width: 100%;
}

.enquiry-input:focus,
.enquiry-select:focus,
.enquiry-textarea:focus {
    border-color: #ffd700;
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
    outline: none;
}

.enquiry-input::placeholder,
.enquiry-textarea::placeholder {
    color: #999;
}

.enquiry-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.enquiry-select option {
    color: #333;
}

.enquiry-textarea {
    resize: vertical;
    min-height: 100px;
}

/* Get OTP Button */
.btn-otp {
    width: 100%;
    /* background: #ffd700; */
    background: #4986FC;
    color: #333;
    border: none;
    border-radius: 17px;
    padding: 5px 5px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-otp:hover {
    background: #ffed4e;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* Checkboxes */
.enquiry-check {
    display: flex;
    align-items: flex-start;
}

.enquiry-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 12px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.enquiry-check .form-check-input:checked {
    background-color: #ffd700;
    border-color: #ffd700;
}

.enquiry-check .form-check-label {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.92rem;
    line-height: 1.5;
    cursor: pointer;
}

/* Privacy Note */
.privacy-note {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

/* Submit Button */
.enquiry-submit-btn {
    background: linear-gradient(135deg, #4a4a4a 0%, #2d2d2d 100%);
    color: #fff;
    padding: 14px 60px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.enquiry-submit-btn:hover {
    background: linear-gradient(135deg, #3a3a3a 0%, #1d1d1d 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .avatar-side {
        min-height: 450px;
        order: 2;
    }
    
    .form-side {
        order: 1;
        padding: 40px 20px;
    }
    
    .avatar-network {
        width: 380px;
        height: 380px;
    }
    
    .avatar {
        width: 55px;
        height: 55px;
    }
    
    .avatar-1 {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .enquiry-section {
        padding: 50px 0;
    }
    
    .avatar-side {
        min-height: 350px;
        padding: 30px 20px;
    }
    
    .avatar-network {
        width: 320px;
        height: 320px;
    }
    
    .avatar {
        width: 50px;
        height: 50px;
        border: 3px solid #fff;
    }
    
    .avatar-1 {
        width: 55px;
        height: 55px;
    }
    
    .enquiry-wrapper {
        padding: 35px 25px;
    }
    
    .enquiry-title {
        font-size: 1.8rem;
    }
    
    .enquiry-submit-btn {
        padding: 12px 40px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .avatar-side {
        min-height: 300px;
    }
    
    .avatar-network {
        width: 280px;
        height: 280px;
    }
    
    .avatar {
        width: 45px;
        height: 45px;
    }
    
    .avatar-1 {
        width: 50px;
        height: 50px;
    }
    
    .enquiry-wrapper {
        padding: 30px 20px;
    }
    
    .enquiry-title {
        font-size: 1.6rem;
    }
    
    .enquiry-subtitle {
        font-size: 0.95rem;
    }
    
    .enquiry-input,
    .enquiry-select,
    .enquiry-textarea,
    .btn-otp {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .enquiry-check .form-check-label {
        font-size: 0.88rem;
    }
}





/************************/

/*--------------------------------------------------------------
# WhatsApp Floating Button - Mobile First with Floating Effect
--------------------------------------------------------------*/

/* Base styles for mobile (default) */
/*.floating-whatsapp {*/
/*  position: fixed;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  bottom: 15px;*/
/*  left: 15px;*/
/*  background-color: #25d366;*/
/*  color: #fff;*/
/*  border-radius: 50%;*/
/*  text-align: center;*/
/*  font-size: 26px;*/
/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
/*  z-index: 999;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  transition: all 0.3s ease;*/
/*  text-decoration: none;*/
/*  cursor: pointer;*/
  /* Combined animations: pulse + float */
/*  animation: pulse-whatsapp 2s infinite, float-whatsapp 3s ease-in-out infinite;*/
/*}*/

/*.floating-whatsapp:hover {*/
/*  background-color: #128c7e;*/
/*  transform: scale(1.1);*/
/*  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);*/
/*  color: #fff;*/
/*  text-decoration: none;*/
  /* Pause floating on hover */
/*  animation: pulse-whatsapp 2s infinite;*/
/*}*/

/*.floating-whatsapp:focus {*/
/*  outline: 3px solid rgba(37, 211, 102, 0.5);*/
/*  outline-offset: 2px;*/
/*}*/

/*.fab-icon {*/
/*  line-height: 1;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

/* Pulse animation (expanding circle effect) */
/*@keyframes pulse-whatsapp {*/
/*  0% {*/
/*    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);*/
/*  }*/
/*  70% {*/
/*    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);*/
/*  }*/
/*  100% {*/
/*    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);*/
/*  }*/
/*}*/

/* Floating animation (up and down movement) */
/*@keyframes float-whatsapp {*/
/*  0% {*/
/*    transform: translateY(0px);*/
/*  }*/
/*  50% {*/
/*    transform: translateY(-10px);*/
/*  }*/
/*  100% {*/
/*    transform: translateY(0px);*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# Responsive Breakpoints
--------------------------------------------------------------*/

/* Small phones (320px - 480px) */
/*@media (min-width: 320px) and (max-width: 480px) {*/
/*  .floating-whatsapp {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    bottom: 15px;*/
/*    left: 15px;*/
/*    font-size: 26px;*/
/*  }*/
  
/*  @keyframes float-whatsapp {*/
/*    0%, 100% { transform: translateY(0px); }*/
/*    50% { transform: translateY(-8px); }*/
/*  }*/
/*}*/

/* Medium phones and small tablets (481px - 767px) */
/*@media (min-width: 481px) and (max-width: 767px) {*/
/*  .floating-whatsapp {*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    bottom: 20px;*/
/*    right: 20px;*/
/*    font-size: 28px;*/
/*  }*/
  
/*  @keyframes float-whatsapp {*/
/*    0%, 100% { transform: translateY(0px); }*/
/*    50% { transform: translateY(-10px); }*/
/*  }*/
/*}*/

/* Tablets (768px - 991px) */
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*  .floating-whatsapp {*/
/*    width: 58px;*/
/*    height: 58px;*/
/*    bottom: 25px;*/
/*    right: 25px;*/
/*    font-size: 30px;*/
/*  }*/
  
/*  @keyframes float-whatsapp {*/
/*    0%, 100% { transform: translateY(0px); }*/
/*    50% { transform: translateY(-12px); }*/
/*  }*/
/*}*/

/* Small desktops (992px - 1199px) */
/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*  .floating-whatsapp {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    bottom: 30px;*/
/*    right: 30px;*/
/*    font-size: 32px;*/
/*  }*/
  
/*  @keyframes float-whatsapp {*/
/*    0%, 100% { transform: translateY(0px); }*/
/*    50% { transform: translateY(-12px); }*/
/*  }*/
/*}*/

/* Medium desktops (1200px - 1399px) */
/*@media (min-width: 1200px) and (max-width: 1399px) {*/
/*  .floating-whatsapp {*/
/*    width: 62px;*/
/*    height: 62px;*/
/*    bottom: 30px;*/
/*    right: 35px;*/
/*    font-size: 34px;*/
/*  }*/
  
/*  @keyframes float-whatsapp {*/
/*    0%, 100% { transform: translateY(0px); }*/
/*    50% { transform: translateY(-15px); }*/
/*  }*/
/*}*/

/* Large desktops (1400px and above) */
/*@media (min-width: 1400px) {*/
/*  .floating-whatsapp {*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    bottom: 35px;*/
/*    right: 40px;*/
/*    font-size: 36px;*/
/*  }*/
  
/*  @keyframes float-whatsapp {*/
/*    0%, 100% { transform: translateY(0px); }*/
/*    50% { transform: translateY(-15px); }*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# Landscape Mode Adjustments
--------------------------------------------------------------*/
/*@media (max-height: 500px) and (orientation: landscape) {*/
/*  .floating-whatsapp {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    bottom: 10px;*/
/*    right: 10px;*/
/*    font-size: 24px;*/
/*  }*/
  
/*  @keyframes pulse-whatsapp {*/
/*    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }*/
/*    70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }*/
/*    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }*/
/*  }*/
  
/*  @keyframes float-whatsapp {*/
/*    0%, 100% { transform: translateY(0px); }*/
/*    50% { transform: translateY(-6px); }*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# Touch Device Optimization
--------------------------------------------------------------*/
/*@media (hover: none) and (pointer: coarse) {*/
/*  .floating-whatsapp {*/
/*    min-width: 50px;*/
/*    min-height: 50px;*/
/*  }*/
  
/*  .floating-whatsapp:active {*/
/*    transform: scale(0.95);*/
/*    background-color: #128c7e;*/
/*    animation: pulse-whatsapp 2s infinite;*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# Accessibility - Reduced Motion
--------------------------------------------------------------*/
/*@media (prefers-reduced-motion: reduce) {*/
/*  .floating-whatsapp {*/
/*    animation: none !important;*/
/*    transition: background-color 0.3s ease;*/
/*  }*/
  
/*  .floating-whatsapp:hover {*/
/*    transform: none;*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# Print Media - Hide Button
--------------------------------------------------------------*/
/*@media print {*/
/*  .floating-whatsapp {*/
/*    display: none;*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# High DPI Screens
--------------------------------------------------------------*/
/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {*/
/*  .floating-whatsapp {*/
/*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);*/
/*  }*/
/*}*/

.whatsapp-bar {
      position: fixed;
      left: 15px;
      bottom: 0;
      height: 36px;
      padding: 0 2rem;
      background-color: #1ad03f;
      color: #ffffff;
      border-radius: 4px;
      display: flex;
      align-items: center;
      cursor: pointer;
      z-index: 9999;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),
                  0 1px 5px 0 rgba(0,0,0,.12),
                  0 3px 1px -2px rgba(0,0,0,.2);
      letter-spacing: .5px;
      text-decoration: none;
      transition: .2s ease-out;
    }

    .whatsapp-bar:hover {
      background-color: #00d129;
      box-shadow: 0 3px 3px 0 rgba(7,6,6,.14),
                  0 1px 7px 0 rgba(0,0,0,.12),
                  0 3px 1px -1px rgba(0,0,0,.2);
      color: #ffffff;
    }

    .whatsapp-icon {
      display: flex;
      margin-right: 15px;
    }

    /* Full width on laptop / tablet / mobile */
    @media (max-width: 1200px) {
      .whatsapp-bar {
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        justify-content: center;
        border-radius: 0;
      }
    }