
    /* General Styles */
    html, body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Arial, sans-serif;
    }

    /* Marquee Styling */
    .head_marquee {
        background: #f0f0f0;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        padding: 8px 0;
        text-align: center;
         z-index: 1000;
        position: relative;
    }

    /* Navbar Styling */
    .desktop_header {
        position: sticky;
        top: 0;
        z-index: 99;
        background: <?php echo $row['d_icon'] ?> !important;
        /*border-bottom: 1px solid #ddd;*/
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .er-headermenu-wrapper {
        width: 100%;
        padding: 10px 20px;
    }

    .er-header-logo img {
        max-height: 60px;
    }

    .er-nav-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around;
    }

    .er-nav-menu ul li {
        display: inline-block;
        margin: 0 10px;
    }

    .er-nav-menu ul li a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
    }

    .er-menu-btn a {
        text-decoration: none;
        color: #fff;
        background: #007bff;
        padding: 8px 16px;
        border-radius: 4px;
    }

    /* Media Container */
    .media_container {
        width: 100%;
        height: 490px;
        position: relative;
        overflow: hidden;
        z-index:0;
        margin-top: 83px;
    }

    /* YouTube iframe styling */
    #hed_video1 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Slider Image Top */
    .slider_image_top {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.slider_image_top img {
    width: 100%; /* Ensures the image takes up the full width */
    height: 100%; /* Ensures the image takes up the full height */
    object-fit: cover; /* Maintains aspect ratio while filling the container */
    display: block; /* Removes inline gaps that may occur */
}

    /* View Counter */
    .view_counter {
        position: fixed;
        bottom: 10px;
        /*right: 10px;*/
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 14px;
        z-index: 9999;
        max-height: 38px;
       
    }
    .slick-prev:before, .slick-next:before{
        color:black !important;
    }
    .er-translate {
    display: inline-block;
    }
     .goog-te-gadget{
        margin-top:5px !important;
    }
    .er-menu-btn button {
        margin-left: 10px; /* Adjust spacing to fine-tune */
    }

    .slick-initialized .slick-slide{
        position: relative !important;
        margin-top: 0px !important;
            
    }
    
    /* Responsive Design */
    @media screen and (max-width: 787px) {
        .desktop_header {
            display: none;
        }

        .media_container {
            height: 195px;
            margin-top: 0px !important;
        }
        .slider_image_top img{
            object-fit: cover;
        }
       .hero_slider_img{
           height: 200px !important;
       }
       
    }
    
    
    @media screen and (max-width: 787px) {
    .slider_image_top {
        height: 250px; /* Adjust height for smaller screens */
    }

    .slider_image_top img {
        object-fit: cover; /* Keep the same behavior for smaller screens */
    }
}
.er-nav-menu ul li a{
    color:<?php echo $row['d_icon_color'] ?> !important;
}

/*....................................................................*/

       
        .modal-content-aap {
            background-color: white;
            border: none;
            border-radius: 10px;
        }
        .modal-header {
            background-color: #f4a261;
            color: #fff;
            border-bottom: none;
            padding: 1rem;
            justify-content: flex-end;
        }
        .modal-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
        }
        .form-label {
            font-weight: bold;
            color: #264653;
        }
        .btn-close {
            filter: invert(1);
        }
        .btn-primary {
            background-color: #e76f51;
            border: none;
        }
        .btn-primary:hover {
            background-color: #f4a261;
        }
        .modal-body {
            padding: 2rem;
        }
        .form-control {
            border-radius: 5px;
        }
        .modal-image {
            max-width: 100%;
            height: auto;
            position: relative;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }
        .close-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
        .appoinmentModelCss {
            border: 4px solid #D38B05;
        }
 
 /*........................................................................................................*/
 


:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --accent-color: #4f46e5;
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    --border-radius: 16px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section {
    position: relative;
    /*padding: 100px 0;*/
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.about-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.background-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(79, 70, 229, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(236, 72, 153, 0.1) 0%, transparent 50%);
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
}

.float-element {
    position: absolute;
    border-radius: 50%;
    background: var(--primary-gradient);
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.float-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.float-2 {
    width: 60px;
    height: 60px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.float-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 80%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.container {
    position: relative;
    z-index: 1;
}


/* Decorative Elements */
.decoration-dots {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, var(--accent-color) 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.3;
    z-index: -1;
}

.decoration-circle {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    border: 3px solid var(--accent-color);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

/* Stats Cards */
.stats-cards {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.stat-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.stat-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.stat-content p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0;
}

/* Content Section */
.about-content {
    /*padding-left: 2rem;*/
}

.section-badge {
    display: inline-block;
    background: var(--primary-gradient);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    /*color: var(--text-primary);*/
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.highlight-text {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
    /*color: var(--text-secondary);*/
    margin-bottom: 2rem;
    text-align:justify;
}

/* Key Features */
.key-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(79, 70, 229, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
}

.feature-item span {
    font-weight: 600;
    color: var(--text-primary);
}

/* Action Buttons */
.about-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Action Buttons (continued) */
.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--primary-gradient);
    color: white;
    box-shadow: var(--shadow-md);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: white;
    text-decoration: none;
}

.btn-secondary {
    background: transparent;
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.btn-secondary:hover {
    background: var(--accent-color);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}



@keyframes modalFadeIn {
    from { 
        opacity: 0;
        transform: scale(0.9);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-content {
        padding-left: 1rem;
    }
    
    .about-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 992px) {
    .about-section {
        padding: 80px 0;
    }
    
    .about-content {
        padding-left: 0;
        margin-top: 2rem;
        /*text-align: left;*/
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .stats-cards {
        justify-content: center;
    }
    
    .key-features {
        align-items: center;
    }
    
    .about-actions {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-title {
        font-size: 1.8rem;
    }
    
    .about-description {
        font-size: 1rem;
    }
    
    .stats-cards {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stat-card {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .about-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    .about-image {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 40px 0;
    }
    
    .section-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .about-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .about-description {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .float-element {
        display: none;
    }
    
    .decoration-dots,
    .decoration-circle {
        display: none;
    }
    
    .modal-content {
        max-width: 95%;
    }
    
    .modal-close {
        top: -40px;
        width: 35px;
        height: 35px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    :root {
        --text-primary: #f9fafb;
        --text-secondary: #d1d5db;
        --bg-light: #1f2937;
        --white: #374151;
    }
    
    .about-section {
        /*background: linear-gradient(135deg, #1f2937 0%, #111827 100%);*/
    }
    
    .stat-card {
        background: #374151;
        border: 1px solid #4b5563;
    }
}

/* Print Styles */
@media print {
    .about-section {
        background: white !important;
        padding: 2rem 0;
    }
    
    .floating-elements,
    .decoration-dots,
    .decoration-circle,
    .about-actions {
        display: none !important;
    }
    
    .about-title {
        color: black !important;
    }
    
    .highlight-text {
        color: black !important;
        -webkit-text-fill-color: black !important;
    }
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .float-element {
        animation: none;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .section-badge {
        background: black;
        color: white;
        border: 2px solid white;
    }
    
    .btn-primary {
        background: black;
        border: 2px solid white;
    }
    
    .btn-secondary {
        border-width: 3px;
    }
}

/*........................................................................................*/



/* FAQ Section Styles */
.faq-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-title {
    font-weight: 700;
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 0;
}

.title-underline {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Custom Accordion Styles */
.custom-accordion {
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
}

.accordion-item {
    background: #ffffff;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.custom-accordion-button {
    background: #ffffff;
    border: none;
    padding: 1.5rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.custom-accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    box-shadow: none;
}

.custom-accordion-button:not(.collapsed) i {
    color: white !important;
}

.custom-accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
    border: none;
}

.custom-accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
    width: 1.5rem;
    height: 1.5rem;
}

.custom-accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.custom-accordion-body {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    .custom-accordion-button {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }
    
    .custom-accordion-body {
        padding: 1.5rem !important;
    }
    
    .accordion-item {
        margin-bottom: 1rem !important;
    }
}

/* Animation for accordion collapse */
.accordion-collapse {
    transition: all 0.3s ease;
}

/* Hover effects for better interactivity */
.custom-accordion-button:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: translateY(-1px);
}

.custom-accordion-button:not(.collapsed):hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
}

/* Focus states for accessibility */
.custom-accordion-button:focus-visible {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}



   
.section-title {
    font-weight: 700;
}
/*...............................................................................*/


/* Modal Overlay */
.service-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    animation: fadeIn 0.3s ease-in-out;
}

.service-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

 /*Modal Backdrop */
/*.modal-backdrop {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    backdrop-filter: blur(2px);*/
    /*z-index:3;*/
/*}*/

/* Modal Container */
.modal-container {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 525px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideIn 0.3s ease-out;
    z-index: 1001;
}

/* Modal Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
}

.modal-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* Modal Body */
.modal-body {
    padding: 25px;
}

/* Modal Image */
.modal-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.modal-image {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    /*border-radius: 8px;*/
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Modal Content */
.modal-content {
    /*margin-top: 20px;*/
}

.modal-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}

/* Form Styling */
#serviceForm {
    margin-top: 20px;
}

.row {
    margin: 0 -15px;
}

.col-md-12 {
    padding: 0 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #4b5865;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #667eea;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:hover {
    border-color: #ced4da;
    background-color: #ffffff;
}

/* Textarea specific styling */
textarea.form-control {
    resize: vertical;
    min-height: 60px;
    font-family: inherit;
}

/* Modal Actions */
.modal-actions {
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.modal-submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    justify-content: center;
}

.modal-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.modal-submit-btn:active {
    transform: translateY(0);
}

.modal-submit-btn i {
    font-size: 0.9rem;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-container {
        width: 95%;
        margin: 10px;
        max-height: 95vh;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-title {
        font-size: 1.3rem;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .form-control {
        padding: 10px 12px;
    }
    
    .modal-submit-btn {
        width: 100%;
        padding: 14px 20px;
    }
}

@media (max-width: 480px) {
    .modal-container {
        width: 98%;
        margin: 5px;
    }
    
    .modal-header {
        padding: 12px 15px;
    }
    
    .modal-body {
        padding: 15px;
    }
    
    .modal-title {
        font-size: 1.2rem;
    }
}

/* Loading state for submit button */
.modal-submit-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

.modal-submit-btn.loading::after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Form validation styles */
.form-control.error {
    border-color: #dc3545;
    background-color: #fff5f5;
}

.form-control.success {
    border-color: #28a745;
    background-color: #f0fff4;
}

/* Smooth scrollbar for modal content */
.modal-container::-webkit-scrollbar {
    width: 6px;
}

.modal-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.modal-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.modal-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/*}*/


/*...................................................................................*/

   /* Services Section Styles */
.services-section {
    padding: 100px 0;
    /*background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);*/
    position: relative;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23000" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 80px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    line-height: 1.2;
}

.gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Service Card */
.service-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
     border:3px solid #3834B7;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Image Container */
.image-container {
    position: relative;
    height: 250px;
    /*overflow: hidden;*/
}

.service-image {
    width: 100%;
    height: 212px;
    object-fit: fill;
    transition: transform 0.4s ease;
}

.service-card:hover .service-image {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover .image-overlay {
    opacity: 1;
}

.zoom-btn {
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #667eea;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.zoom-btn:hover {
    transform: scale(1.1);
    background: #667eea;
    color: white;
}

.service-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #2d3748;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Card Content */
.card-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-description {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Actions */
.card-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.whatsapp-btn, .details-btn {
    flex: 1;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.whatsapp-btn {
    background: var(--btn-bg, #25D366);
    color: var(--btn-color, white);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: var(--btn-color, white);
    text-decoration: none;
}

.details-btn {
    background: #f7fafc;
    color: #4a5568;
    border: 2px solid #e2e8f0;
}

.details-btn:hover {
    background: #667eea;
    color: white;
    border-color: #667eea;
    transform: translateY(-2px);
}

/* Load More Button (continued) */
.load-more-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.load-more-btn i {
    transition: transform 0.3s ease;
}

.load-more-btn:hover i {
    transform: translateY(2px);
}

/* Service Modal */
.service-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.service-modal.active {
    display: flex;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    --bs-backdrop-zindex: 971;
}

.modal-container {
    background: white;
    border-radius: 20px;
    /*max-width: 800px;*/
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
    z-index: 1001;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header {
    padding: 25px 30px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    font-size: 20px;
    color: #718096;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: #e2e8f0;
    color: #2d3748;
}

.modal-body {
    padding: 0;
    max-height: calc(90vh - 100px);
    overflow-y: auto;
}

.modal-image-container {
    height: 300px;
    overflow: hidden;
}

.modal-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.modal-content {*/
/*    padding: 30px;*/
/*}*/



.modal-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 30px;
}

.modal-actions {
    display: flex;
    justify-content: center;
}

.modal-whatsapp-btn {
    background: #25D366;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.modal-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .section-header {
        margin-bottom: 50px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .image-container {
        height: 243px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .service-title {
        font-size: 1.2rem;
    }
    
    .card-actions {
        flex-direction: column;
    }
    
    .modal-container {
        margin: 10px;
        max-height: 95vh;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-title {
        font-size: 1.3rem;
    }
    
    .modal-content {
        padding: 20px;
    }
    
    .modal-image-container {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .service-card {
        margin: 0 10px;
    }
    
    .section-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    
    .whatsapp-btn, .details-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
}

/* Dark mode support */
/*@media (prefers-color-scheme: dark) {*/
/*    .services-section {*/
/*        background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);*/
/*    }*/
    
/*    .service-card {*/
/*        background: #2d3748;*/
/*        color: white;*/
/*    }*/
    
/*    .service-title {*/
/*        color: white;*/
/*    }*/
    
/*    .service-description {*/
/*        color: #a0aec0;*/
/*    }*/
    
/*    .section-title {*/
/*        color: white;*/
/*    }*/
    
/*    .section-subtitle {*/
/*        color: #a0aec0;*/
/*    }*/
    
/*    .modal-container {*/
/*        background: #2d3748;*/
/*        color: white;*/
/*    }*/
    
/*    .modal-header {*/
/*        background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);*/
/*        border-bottom-color: #4a5568;*/
/*    }*/
    
/*    .modal-title {*/
/*        color: white;*/
/*    }*/
    
/*    .modal-description {*/
/*        color: #a0aec0;*/
/*    }*/
/*}*/

/* Loading animation */
.service-card.loading {
    opacity: 0.7;
    pointer-events: none;
}

.service-card.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Accessibility improvements */
.service-card:focus-within {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

.zoom-btn:focus,
.details-btn:focus,
.whatsapp-btn:focus,
.modal-close:focus {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .service-modal,
    .image-overlay,
    .card-actions {
        display: none !important;
    }
    
    .services-section {
        background: white !important;
        box-shadow: none !important;
    }
    
    .service-card {
        break-inside: avoid;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    }
}



/*...............................................................................*/
	 @media screen and (max-width : 787px){
	     .footer{
	         padding-bottom:78px !important;
	     }
	 }
        

        .footer h5 {
            font-weight: 700;
            margin-bottom: 20px;
        }

        

        .footer ul {
            list-style: none;
            padding: 0;
        }

        .footer ul li {
            margin-bottom: 10px;
            font-size: 14px;
            
        }

       

        .footer ul li a:hover {
            color: #ffc107;
        }
        
        .footer ul li i{
           color: #ffc107;
        }
        .footer .social-icons a {
            display: inline-block;
            width: 44px;
            height: 44px;
            background-color: #ffc107;
            color: #000;
            text-align: center;
            line-height: 35px;
            border-radius: 50%;
            margin-right: 10px;
            transition: background-color 0.3s, transform 0.3s;
        }

        .footer .social-icons a:hover {
            background-color: #fff;
            transform: scale(1.1);
        }

        .footer .contact-info li i {
            color: #ffc107;
            margin-right: 10px;
            
        }
        .footer .social-icons i{
            font-size:32px;
            background:#fd01bb00;
            top: 6px;
        }
        .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #ffc107;
            color: #000;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 24px;
            transition: background-color 0.3s, transform 0.3s;
        }

        .back-to-top:hover {
            background-color: #fff;
            transform: scale(1.1);
        }
        @media screen and (max-width: 787px){
            .footer .social-icons i{
            font-size:14px;
            background:#fd01bb00;
            top: 6px;
        }
        .footer .social-icons a{
            width:25px;
            height:25px;
        }
        }

/*.................................................................................*/

 .salon-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        .salon-section::before {
            content: url('https://via.placeholder.com/1920x600?text=Salon+Background') no-repeat center center/cover;
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 0%;
            background: none;
            opacity: 0.2;
            z-index: 1;
        }
        .salon-content {
            position: relative;
            z-index: 2;
        }
        .salon-image img {
            width: max-width;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            object-fit: cover;
           
        }
        .salon-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        .salon-subtitle {
            font-size: 1.2rem;
            color: #6c757d;
            margin-bottom: 30px;
        }
        .salon-card {
            background: #fff;
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 15px;
            margin-bottom: 20px;
            transition: transform 0.3s ease;
            text-align:left;
        }
        .salon-card:hover {
            transform: translateY(-5px);
        }
        .salon-card h3 {
            font-size: 1.2rem;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        .salon-card p {
            font-size: color: #6c757d;
            font-size: 0.9rem;
            text-align:left;
        }
        .btn-book {
            background-color: #d4a373;
            border: none;
            padding: 10px 30px;
            font-size: 1.1rem;
            border-radius: 50px;
            color: #fff;
            transition: background-color 0.3s ease;
        }
        .btn-book:hover {
            background-color: #b8860b;
            color: #fff;
        }
        @media (max-width: 768px) {
            .salon-title {
                font-size: 2rem;
            }
            .salon-subtitle {
                font-size: 1rem;
            }
            .salon-image img {
                margin-bottom: 20px;
            }
        }
        
        
        
        .salon-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.salon-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.salon-section::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
    background: rgba(255, 182, 193, 0.2);
    border-radius: 50%;
    z-index: 1;
    animation: float1 6s ease-in-out infinite;
}

.salon-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: rgba(221, 160, 221, 0.15);
    border-radius: 50%;
    z-index: 1;
    animation: float2 8s ease-in-out infinite;
}

.salon-section .container {
    position: relative;
    z-index: 2;
}

@keyframes float1 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(-20px) translateX(10px); }
}

@keyframes float2 {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    50% { transform: translateY(15px) translateX(-15px); }
}

/*..........................................................................*/
.gallery-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 400px;
}

.gallery-title {
   font-size: 2.5rem !important;
    font-weight: 700 !important ;
    color: #2c3e50 !important;
    margin-bottom: 1rem;
    position: relative;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #007bff, #0056b3);
    margin: 0 auto;
    border-radius: 2px;
}

.gallery-card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.gallery-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 123, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .image-overlay {
    opacity: 1;
}

.image-overlay i {
    color: white;
    font-size: 2rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Modal Styles */
/*.modal-content {*/
/*    background: rgba(0, 0, 0, 0.9) !important;*/
/*}*/

.modal-body img {
    max-height: 80vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gallery-title {
        font-size: 2rem;
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .modal-body img {
        max-height: 60vh;
    }
}

@media (max-width: 576px) {
    .gallery-title {
        font-size: 1.8rem;
    }
    
    .gallery-image {
        height: 180px;
    }
    
    .image-overlay i {
        font-size: 1.5rem;
    }
}

/* Loading Animation */
.gallery-image {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.gallery-image[src] {
    background: none;
    animation: none;
}
/*...........................................................................*/
/* Portfolio Section */
.portfolio-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.portfolio-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.portfolio-section .container {
    position: relative;
    z-index: 2;
}

/* Section Header */
.portfolio-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
    font-weight: 400;
}

.title-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    margin: 2rem auto 0;
    border-radius: 2px;
    position: relative;
}

.title-divider::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #667eea;
    border-radius: 50%;
}

/* Portfolio Grid */
.portfolio-grid {
    margin-top: 3rem;
}

.portfolio-item {
    height: 100%;
    transition: transform 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-8px);
}

.portfolio-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    aspect-ratio: 1;
    transition: box-shadow 0.3s ease;
}

.portfolio-item:hover .portfolio-image-wrapper {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 12px;
}

.portfolio-item:hover .portfolio-image {
    transform: scale(1.05);
}

/* Overlay Effects */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.85), rgba(118, 75, 162, 0.85));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.portfolio-item:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content i {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

.overlay-text {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Portfolio Stats */
.portfolio-stats {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
}

/* Loading Animation */
.portfolio-image {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.portfolio-image[src] {
    background: none;
    animation: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .portfolio-title {
        font-size: 2.2rem;
    }
    
    .portfolio-subtitle {
        font-size: 1rem;
    }
    
    .overlay-content i {
        font-size: 2rem;
    }
    
    .overlay-text {
        font-size: 0.9rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .portfolio-stats {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .portfolio-title {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
    }
    
    .portfolio-image-wrapper {
        border-radius: 8px;
    }
    
    .portfolio-overlay {
        border-radius: 8px;
    }
    
    .portfolio-image {
        border-radius: 8px;
    }
    
    .overlay-content i {
        font-size: 1.8rem;
    }
    
    .overlay-text {
        font-size: 0.8rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
}

/* Lightbox Enhancement */
.portfolio-link:focus {
    outline: 3px solid #667eea;
    outline-offset: 2px;
}

/* Animation Classes */
[data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s ease;
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}
/*..................................................................................*/
/* Team Section */
.team-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.team-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.team-section .container {
    position: relative;
    z-index: 2;
}

/* Section Header */
.team-title {
    font-size: 3rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 0;
    font-weight: 400;
}

.title-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    margin: 2rem auto 0;
    border-radius: 2px;
    position: relative;
}

.title-divider::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #667eea;
    border-radius: 50%;
}

/* Team Grid */
.team-grid {
    margin-top: 3rem;
}

/* Team Card */
.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Team Image */
.team-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.team-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-image {
    transform: scale(1.1);
}

/* Overlay Effects */
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.team-card:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.overlay-text {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Social Links */
.social-links {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .social-links {
    opacity: 1;
}

.social-link {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-link:hover {
    background: white;
    color: #667eea;
    transform: scale(1.1);
}

/* Team Info */
.team-info {
    padding: 1.5rem;
    text-align: center;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.team-position {
    font-size: 0.95rem;
    color: #667eea;
    margin-bottom: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Skills/Tags */
.team-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.skill-tag {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Team Stats */
.team-stats {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 3rem 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-item {
    padding: 1rem;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
}

/* Loading Animation */
.team-image {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.team-image[src] {
    background: none;
    animation: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .team-title {
        font-size: 2.2rem;
    }
    
    .team-subtitle {
        font-size: 1rem;
    }
    
    .team-name {
        font-size: 1.1rem;
    }
    
    .team-position {
        font-size: 0.85rem;
    }
    
    .overlay-content i {
        font-size: 1.5rem;
    }
    
    .overlay-text {
        font-size: 0.8rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .team-stats {
        padding: 2rem 1rem;
    }
}

@media (max-width: 576px) {
    .team-title {
        font-size: 1.8rem;
        letter-spacing: 0.5px;
    }
    
    .team-info {
        padding: 1rem;
    }
    
    .team-name {
        font-size: 1rem; 
    }
    
    .team-position {
        font-size: 0.8rem;
    }
    
    .skill-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
}

/*....................................................................................*/
/* Services Section Main Styles */
.our-services-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.our-services-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23007bff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    z-index: 1;
}

.our-services-area .container {
    position: relative;
    z-index: 2;
}

/* Header Styles */
.services-header {
    margin-bottom: 4rem;
}

.service-badge-wrapper {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.services-main-title {
    font-size: 3rem;
    font-weight: 800;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.title-highlight {
    background: linear-gradient(45deg, #007bff, #0056b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-description {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Service Cards */
.service-item-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.service-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Card Header */
.service-card-header {
    position: relative;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.service-img-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 16/10;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.service-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border: 3px solid #007bff;
    border-radius: 15px;
}

.service-item-card:hover .service-main-image {
    transform: scale(1.05);
}

/* Premium Badge */
.premium-service-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #ffc107, #ff8c00);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

/* Hover Overlay */
.service-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 123, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

.service-item-card:hover .service-hover-overlay {
    opacity: 1;
}

.overlay-content-wrapper {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.service-item-card:hover .overlay-content-wrapper {
    transform: translateY(0);
}

.overlay-content-wrapper i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.overlay-content-wrapper span {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Card Body */
.service-card-body {
    padding: 2rem;
}

.service-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffc107;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.service-item-text {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Features List */
.service-features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.service-features-list li {
    color: #495057;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.service-features-list i {
    color: #28a745;
    font-size: 0.8rem;
}

/* Card Footer */
.service-card-footer {
    padding: 1.5rem 2rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e9ecef;
}

.service-pricing {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #007bff;
}

.service-quote-btn {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.service-quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    background: linear-gradient(45deg, #0056b3, #004085);
}

/* CTA Section */
.services-cta-section {
    margin-top: 4rem;
}

.cta-content-wrapper {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 3rem 2rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.cta-content-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    z-index: 1;
}

.cta-content-wrapper > * {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.custom-service-btn {
    background: white;
    color: #007bff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.custom-service-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-main-title {
        font-size: 2.2rem;
    }
    
        .services-description {
        font-size: 1rem;
    }
    
    .service-card-header {
        padding: 1.5rem;
    }
    
    .service-card-body {
        padding: 1.5rem;
    }
    
    .service-card-footer {
        padding: 1rem 1.5rem 1.5rem;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .service-item-title {
        font-size: 1.3rem;
    }
    
    .service-item-text {
        font-size: 0.9rem;
    }
    
    .cta-content-wrapper {
        padding: 2rem 1.5rem;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .cta-description {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .services-main-title {
        font-size: 1.8rem;
    }
    
    .service-badge-wrapper {
        padding: 0.4rem 1rem;
        font-size: 0.8rem;
    }
    
    .service-card-header {
        padding: 1rem;
    }
    
    .service-card-body {
        padding: 1rem;
    }
    
    .service-card-footer {
        padding: 1rem;
    }
    
    .service-item-title {
        font-size: 1.2rem;
    }
    
    .service-quote-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .premium-service-badge {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .overlay-content-wrapper i {
        font-size: 1.5rem;
    }
    
    .overlay-content-wrapper span {
        font-size: 0.9rem;
    }
}

/* Loading Animation */
.service-main-image {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.service-main-image[src] {
    background: none;
    animation: none;
}

/* AOS Animation Overrides */
[data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s ease;
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}

/* Hover Effects for Better UX */
.service-item-card {
    cursor: pointer;
}

.service-item-card:hover .service-item-title {
    color: #007bff;
    transition: color 0.3s ease;
}

/* Focus States for Accessibility */
.service-quote-btn:focus,
.custom-service-btn:focus {
    outline: 3px solid rgba(0, 123, 255, 0.3);
    outline-offset: 2px;
}

/* Additional Utility Classes */
.services-cards-container .col-12:nth-child(3n+1) .service-item-card {
    border-top: 4px solid #007bff;
}

.services-cards-container .col-12:nth-child(3n+2) .service-item-card {
    border-top: 4px solid #28a745;
}

.services-cards-container .col-12:nth-child(3n+3) .service-item-card {
    border-top: 4px solid #ffc107;
}
/*......................................................................................*/
  
        
        
        
        
        
        
        
        
        
        
        /* Additional styles for testimonial stats and enhancements */
/*.testimonial-subtitle {*/
/*    font-size: 18px;*/
/*    color: #6c757d;*/
/*    margin-top: 10px;*/
/*    font-weight: 400;*/
/*    max-width: 500px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.testimonial-stats {*/
/*    background: linear-gradient(135deg, #f8f9fa, #e9ecef);*/
/*    border-radius: 20px;*/
/*    padding: 40px 20px;*/
/*    margin-top: 50px;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.testimonial-stats::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 4px;*/
/*    background: linear-gradient(45deg, #f76c3a, #ff8c42);*/
/*}*/

/*.stat-item {*/
/*    padding: 20px;*/
/*    transition: all 0.3s ease;*/
/*    border-radius: 15px;*/
/*}*/

/*.stat-item:hover {*/
/*    background: white;*/
/*    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);*/
/*    transform: translateY(-5px);*/
/*}*/

/*.stat-number {*/
/*    font-size: 36px;*/
/*    font-weight: 800;*/
/*    color: #f76c3a;*/
/*    margin-bottom: 10px;*/
/*    line-height: 1;*/
/*    background: linear-gradient(45deg, #f76c3a, #ff8c42);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*}*/

/*.stat-label {*/
/*    font-size: 14px;*/
/*    color: #6c757d;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*    margin-bottom: 0;*/
/*}*/

/* Enhanced loading states */
/*.testimonial-card.loading {*/
/*    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);*/
/*    background-size: 200% 100%;*/
/*    animation: shimmer 1.5s infinite;*/
/*}*/

/*.testimonial-card.loading * {*/
/*    visibility: hidden;*/
/*}*/

/* Smooth transitions for slider */
/*.slick-slide {*/
/*    transition: all 0.3s ease;*/
/*    opacity: 0.7;*/
/*    transform: scale(0.95);*/
/*}*/

/*.slick-slide.slick-active {*/
/*    opacity: 1;*/
/*    transform: scale(1);*/
/*}*/

/*.slick-slide.slick-center {*/
/*    opacity: 1;*/
/*    transform: scale(1.05);*/
/*}*/

/* Custom scrollbar for modal if needed */
/*.testimonial-card::-webkit-scrollbar {*/
/*    width: 6px;*/
/*}*/

/*.testimonial-card::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*    border-radius: 3px;*/
/*}*/

/*.testimonial-card::-webkit-scrollbar-thumb {*/
/*    background: #f76c3a;*/
/*    border-radius: 3px;*/
/*}*/

/*.testimonial-card::-webkit-scrollbar-thumb:hover {*/
/*    background: #e55a2b;*/
/*}*/

/* Print styles */
/*@media print {*/
/*    .testimonial-slider .slick-arrow,*/
/*    .slick-dots {*/
/*        display: none !important;*/
/*    }*/
    
/*    .testimonial-card {*/
/*        break-inside: avoid;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*}*/

/* High contrast mode support */
/*@media (prefers-contrast: high) {*/
/*    .testimonial-card {*/
/*        border: 2px solid #000;*/
/*    }*/
    
/*    .testimonial-heading span {*/
/*        background: #000;*/
/*        color: #fff;*/
/*    }*/
/*}*/

/* Reduced motion support */
/*@media (prefers-reduced-motion: reduce) {*/
/*    .testimonial-card,*/
/*    .testimonial-slider .slick-arrow,*/
/*    .stat-item {*/
/*        transition: none;*/
/*        animation: none;*/
/*    }*/
    
/*    .testimonial-slider {*/
/*        scroll-behavior: auto;*/
/*    }*/
/*}*/

/* Focus indicators for accessibility */
/*.testimonial-slider .slick-arrow:focus {*/
/*    outline: 3px solid #f76c3a;*/
/*    outline-offset: 2px;*/
/*}*/

/*.slick-dots li button:focus {*/
/*    outline: 2px solid #f76c3a;*/
/*    outline-offset: 2px;*/
/*}*/

/* Dark mode support (if needed) */
/*@media (prefers-color-scheme: dark) {*/
/*    .testimonials-section {*/
/*        background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);*/
/*    }*/
    
/*    .testimonials-section::before {*/
/*        background: rgba(0, 0, 0, 0.8);*/
/*    }*/
    
/*    .testimonial-card {*/
/*        background: linear-gradient(135deg, #34495e, #2c3e50);*/
/*        color: #fff;*/
/*    }*/
    
/*    .testimonial-card h5 {*/
/*        color: #fff;*/
/*    }*/
    
/*    .testimonial-card p {*/
/*        color: #bdc3c7;*/
/*    }*/
    
/*    .testimonial-heading h3 {*/
/*        background: linear-gradient(45deg, #fff, #bdc3c7);*/
/*        -webkit-background-clip: text;*/
/*        -webkit-text-fill-color: transparent;*/
/*        background-clip: text;*/
/*    }*/
/*}*/


