/* Rushdania Counseling Custom Color Scheme */
:root {
    /* Primary Colors from Logo */
    --rushdania-teal: #1a5f5a;
    /* Darker Teal from logo heart */
    --rushdania-teal-dark: #134a46;
    --rushdania-teal-light: #2d7a74;

    /* Secondary Colors from Logo */
    --rushdania-sage: #8fa888;
    --rushdania-sage-dark: #758f6f;
    --rushdania-sage-light: #a8c1a3;

    /* Neutral Colors */
    --rushdania-cream: #f9f7f4;
    --rushdania-white: #ffffff;
    --rushdania-dark: #2c3e40;

    /* Accent Colors */
    --rushdania-accent: #b8d4a8;
}

/* Override primary color */
.bg-primary {
    background-color: var(--rushdania-teal) !important;
}

.text-primary {
    color: var(--rushdania-teal) !important;
}

.btn-primary {
    background-color: var(--rushdania-teal) !important;
    border-color: var(--rushdania-teal) !important;
}

.btn-primary:hover {
    background-color: var(--rushdania-teal-dark) !important;
    border-color: var(--rushdania-teal-dark) !important;
}

.border-primary {
    border-color: var(--rushdania-teal) !important;
}

/* Override secondary color */
.bg-secondary {
    background-color: var(--rushdania-sage) !important;
}

.text-secondary {
    color: var(--rushdania-sage) !important;
}

.btn-secondary {
    background-color: var(--rushdania-sage) !important;
    border-color: var(--rushdania-sage) !important;
    color: white !important;
}

.btn-secondary:hover {
    background-color: var(--rushdania-sage-dark) !important;
    border-color: var(--rushdania-sage-dark) !important;
}

/* Custom Rushdania styles */
.rushdania-hero {
    background: linear-gradient(135deg, var(--rushdania-teal) 0%, var(--rushdania-teal-dark) 100%);
}

.rushdania-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.rushdania-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(26, 95, 90, 0.2);
}

.rushdania-accent-bg {
    background-color: var(--rushdania-cream);
}

/* Dark mode adjustments */
.dark .text-primary {
    color: var(--rushdania-sage-light) !important;
}

.dark .text-secondary {
    color: var(--rushdania-accent) !important;
}

/* Navbar logo sizing */
.uc-navbar .uc-logo img {
    max-height: 50px;
    height: auto;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .uc-navbar .uc-logo img {
        max-height: 40px;
    }
}

/* Font Awesome icon styling for services */
.service-item .icon-box i.fa-solid,
.service-item .icon-box i.fas,
.service-item .icon-box i.fa {
    font-size: 2rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.service-item {
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.service-item h3 {
    line-height: 1.3;
    min-height: 2.6em;
}

/* Ensure consistent card heights */
@media (min-width: 768px) {
    .service-item {
        min-height: 300px;
    }
}

/* Fix icon display issues */
.icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About section Font Awesome icons */
.about ul li i.fa-solid,
.about ul li i.fas {
    min-width: 24px;
    text-align: center;
}

/* Testimonial stars */
.rating i.fa-solid.fa-star,
.rating i.fas.fa-star {
    color: #fbbf24;
    font-size: 1rem;
}

/* Footer contact icons */
footer i.fa-solid,
footer i.fas {
    min-width: 24px;
    text-align: center;
}

/* Yellow/Gold color for stars */
.text-yellow {
    color: #fbbf24 !important;
}

/* Ensure Font Awesome icons load properly */
i.fa-solid,
i.fas,
i.fa,
i.fab,
i.far,
i.fal {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Approach section icons */
.approach .icon-box i.fa-solid,
.approach .icon-box i.fas {
    font-size: 2rem !important;
}

/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

/* Font Awesome icon styling for services */
.service-item .icon-box i.fa-solid,
.service-item .icon-box i.fas,
.service-item .icon-box i.fa {
    font-size: 2rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.service-item {
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.service-item h3 {
    line-height: 1.3;
    min-height: 2.6em;
}

/* Ensure consistent card heights */
@media (min-width: 768px) {
    .service-item {
        min-height: 300px;
    }
}

/* Fix icon display issues */
.icon-box i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About section Font Awesome icons */
.about ul li i.fa-solid,
.about ul li i.fas {
    min-width: 24px;
    text-align: center;
}

/* Testimonial stars */
.rating i.fa-solid.fa-star,
.rating i.fas.fa-star {
    color: #fbbf24;
    font-size: 1rem;
}

/* Footer contact icons */
footer i.fa-solid,
footer i.fas {
    min-width: 24px;
    text-align: center;
}

/* Yellow/Gold color for stars */
.text-yellow {
    color: #fbbf24 !important;
}

/* Ensure Font Awesome icons load properly */
i.fa-solid,
i.fas,
i.fa,
i.fab,
i.far,
i.fal {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Approach section icons */
.approach .icon-box i.fa-solid,
.approach .icon-box i.fas {
    font-size: 2rem !important;
}

/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.about ul li i.fas {
    min-width: 24px;
    text-align: center;
}

/* Testimonial stars */
.rating i.fa-solid.fa-star,
.rating i.fas.fa-star {
    color: #fbbf24;
    font-size: 1rem;
}

/* Footer contact icons */
footer i.fa-solid,
footer i.fas {
    min-width: 24px;
    text-align: center;
}

/* Yellow/Gold color for stars */
.text-yellow {
    color: #fbbf24 !important;
}

/* Ensure Font Awesome icons load properly */
i.fa-solid,
i.fas,
i.fa,
i.fab,
i.far,
i.fal {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Approach section icons */
.approach .icon-box i.fa-solid,
.approach .icon-box i.fas {
    font-size: 2rem !important;
}

/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

/* Testimonial stars */
.rating i.fa-solid.fa-star,
.rating i.fas.fa-star {
    color: #fbbf24;
    font-size: 1rem;
}

/* Footer contact icons */
footer i.fa-solid,
footer i.fas {
    min-width: 24px;
    text-align: center;
}

/* Yellow/Gold color for stars */
.text-yellow {
    color: #fbbf24 !important;
}

/* Ensure Font Awesome icons load properly */
i.fa-solid,
i.fas,
i.fa,
i.fab,
i.far,
i.fal {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Approach section icons */
.approach .icon-box i.fa-solid,
.approach .icon-box i.fas {
    font-size: 2rem !important;
}

/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

/* Testimonial stars */
.rating i.fa-solid.fa-star,
.rating i.fas.fa-star {
    color: #fbbf24;
    font-size: 1rem;
}

/* Footer contact icons */
footer i.fa-solid,
footer i.fas {
    min-width: 24px;
    text-align: center;
}

/* Yellow/Gold color for stars */
.text-yellow {
    color: #fbbf24 !important;
}

/* Ensure Font Awesome icons load properly */
i.fa-solid,
i.fas,
i.fa,
i.fab,
i.far,
i.fal {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Approach section icons */
.approach .icon-box i.fa-solid,
.approach .icon-box i.fas {
    font-size: 2rem !important;
}

/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

/* Testimonial stars */
.rating i.fa-solid.fa-star,
.rating i.fas.fa-star {
    color: #fbbf24;
    font-size: 1rem;
}

/* Footer contact icons */
footer i.fa-solid,
footer i.fas {
    min-width: 24px;
    text-align: center;
}

/* Yellow/Gold color for stars */
.text-yellow {
    color: #fbbf24 !important;
}

/* Ensure Font Awesome icons load properly */
i.fa-solid,
i.fas,
i.fa,
i.fab,
i.far,
i.fal {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Approach section icons */
.approach .icon-box i.fa-solid,
.approach .icon-box i.fas {
    font-size: 2rem !important;
}

/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

.dark .uc-navbar-nav a:hover {
    color: var(--rushdania-sage-light) !important;
}

/* Team member photo hover animation - Popup Effect with Photo Breakout */
.team .panel.overflow-hidden {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.team .panel.overflow-hidden:hover {
    overflow: visible;
    z-index: 30;
}

.team .panel.overflow-hidden img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
}



/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

.dark .uc-navbar-nav a:hover {
    color: var(--rushdania-sage-light) !important;
}

/* Team member photo hover animation - Popup Effect with Photo Breakout */
.team .panel.overflow-hidden {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.team .panel.overflow-hidden:hover {
    overflow: visible;
    z-index: 30;
}

.team .panel.overflow-hidden img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
}

.team .panel.overflow-hidden:hover img {
    transform: scale(1.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    z-index: 35;
}

.team .panel.vstack.gap-2 {
    transition: all 0.3s ease;
    position: relative;
}

.team .panel.vstack.gap-2:hover {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
}



/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

.dark .uc-navbar-nav a:hover {
    color: var(--rushdania-sage-light) !important;
}

/* Team member photo hover animation - Popup Effect with Photo Breakout */
.team .panel.overflow-hidden {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.team .panel.overflow-hidden:hover {
    overflow: visible;
    z-index: 30;
}

.team .panel.overflow-hidden img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
}

.team .panel.overflow-hidden:hover img {
    transform: scale(1.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    z-index: 35;
}

.team .panel.vstack.gap-2 {
    transition: all 0.3s ease;
    position: relative;
}

.team .panel.vstack.gap-2:hover {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
}



/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

.dark .uc-navbar-nav a:hover {
    color: var(--rushdania-sage-light) !important;
}

/* Team member photo hover animation - Popup Effect with Photo Breakout */
.team .panel.overflow-hidden {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.team .panel.overflow-hidden:hover {
    overflow: visible;
    z-index: 30;
}

.team .panel.overflow-hidden img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
}

.team .panel.overflow-hidden:hover img {
    transform: scale(1.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    z-index: 35;
}

.team .panel.vstack.gap-2 {
    transition: all 0.3s ease;
    position: relative;
}

.team .panel.vstack.gap-2:hover {
    transform: translateY(-12px) scale(1.05);
    will-change: transform;
    position: relative;
}


/* Make sure icons are visible */
.fa-2x {
    font-size: 2em !important;
}

.fa-lg {
    font-size: 1.33333em !important;
    line-height: 0.75em !important;
    vertical-align: -0.0667em !important;
}

/* Social Media Brand Colors */
.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-facebook {
    color: #1877F2 !important;
}

.social-facebook:hover {
    color: #166fe5 !important;
}

.social-instagram {
    background: -webkit-linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.social-tiktok,
.social-tiktok i,
.social-tiktok .fa-tiktok {
    color: #000000 !important;
}

/* TikTok icon - ensure white in dark mode - using uc-dark class */
.uc-dark .social-tiktok,
.uc-dark .social-tiktok i,
.uc-dark .social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok,
.uc-dark .social-icon.social-tiktok i,
.uc-dark .social-icon.social-tiktok .fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-brands,
.uc-dark .social-icon.social-tiktok .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark .fa-brands.fa-tiktok,
.uc-dark i.fa-brands.fa-tiktok,
.uc-dark .social-icon.social-tiktok .fa-2x,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .social-tiktok i,
html.uc-dark .social-icon.social-tiktok i,
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

.social-tiktok:hover,
.social-tiktok:hover i,
.social-tiktok:hover .fa-tiktok {
    color: #000000 !important;
    opacity: 0.8;
}

.uc-dark .social-tiktok:hover,
.uc-dark .social-tiktok:hover i,
.uc-dark .social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover,
.uc-dark .social-icon.social-tiktok:hover i,
.uc-dark .social-icon.social-tiktok:hover .fa-tiktok,
.uc-dark .social-icon.social-tiktok:hover .fa-brands,
.uc-dark .social-icon.social-tiktok:hover .fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok,
.uc-dark a.social-tiktok:hover i.fa-brands.fa-tiktok,
html.uc-dark a.social-icon.social-tiktok:hover i.fa-brands.fa-tiktok {
    color: #ffffff !important;
    opacity: 0.9;
}

.social-whatsapp {
    color: #25D366 !important;
}

.social-whatsapp:hover {
    color: #128c7e !important;
}

/* Glassy Style Utilities */
.glassy-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.glassy-dark {
    background: rgba(26, 95, 90, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark .glassy-dark {
    background: rgba(44, 62, 64, 0.85);
}

/* Apply Glassy Style to Navbar */
.uc-navbar-container {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1) !important;
}

.dark .uc-navbar-container {
    background: rgba(26, 95, 90, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Fix for Select Service dropdown text clipping */
#uc-contact-modal select.form-control {
    line-height: 48px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-left: 1rem !important;
    padding-right: 2.5rem !important;
}

.dark #uc-contact-modal select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3csvg%3e");
}

/* Language Switcher Styles */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: rgba(26, 95, 90, 0.1);
    transition: all 0.3s ease;
}

.lang-switcher:hover {
    background: rgba(26, 95, 90, 0.2);
}

.lang-switcher .lang-option {
    padding: 0.25rem 0.75rem;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #000;
}

.lang-switcher .lang-option.active {
    background: var(--rushdania-teal);
    color: white;
}

.lang-switcher .lang-option:not(.active):hover {
    background: rgba(26, 95, 90, 0.1);
}

/* Navbar text color override to black */
.uc-navbar-nav a {
    color: #000 !important;
}

.uc-navbar-nav a:hover {
    color: var(--rushdania-teal) !important;
}

.dark .uc-navbar-nav a {
    color: #fff !important;
}

.dark .uc-navbar-nav a:hover {
    color: var(--rushdania-sage-light) !important;
}

/* Team member photo hover animation - Popup Effect with Photo Breakout */
.team .panel.overflow-hidden {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.team .panel.overflow-hidden:hover {
    overflow: visible;
    z-index: 30;
}

.team .panel.overflow-hidden img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
    position: relative;
}

.team .panel.overflow-hidden:hover img {
    transform: scale(1.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    z-index: 35;
}

.team .panel.vstack.gap-2 {
    transition: all 0.3s ease;
    position: relative;
}

.team .panel.vstack.gap-2:hover {
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    z-index: 20;
}

/* RTL Support for Select Dropdown */
[dir="rtl"] #uc-contact-modal select.form-control {
    background-position: left 0.75rem center !important;
    padding-left: 2.5rem !important;
    padding-right: 1rem !important;
}

/* Fix for Select Service dropdown text clipping - Override */
#uc-contact-modal select.form-control {
    line-height: 1.5 !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    height: auto !important;
    min-height: 48px !important;
}

/* TikTok icon - Maximum specificity override for dark mode - MUST BE LAST */
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .panel a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}

/* Fix for Select Service dropdown text clipping - Override */
#uc-contact-modal select.form-control {
    line-height: 1.5 !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    height: auto !important;
    min-height: 48px !important;
}

/* TikTok icon - Maximum specificity override for dark mode - MUST BE LAST */
html.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok.fa-2x,
html.uc-dark .hstack a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark footer a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
html.uc-dark .panel a.social-icon.social-tiktok i.fa-brands.fa-tiktok,
.uc-dark a.social-icon.social-tiktok i.fa-brands.fa-tiktok {
    color: #ffffff !important;
}