:root {
    --theme-primary: #175bd6;
    --theme-secondary: #22b8e6;
    --theme-dark: #0b2d73;
    --theme-light: #eef5ff;
    --theme-accent: #ffd166;
}

body {
    background-color: #f8fbff;
}

a,
.text-primary,
.section-title {
    color: var(--theme-primary) !important;
}

.bg-primary,
.btn-primary,
.bgnav,
.bgnavnew1,
.btn-square.bg-primary {
    background: linear-gradient(90deg, #134fbf 0%, var(--theme-primary) 45%, var(--theme-secondary) 100%) !important;
    border-color: var(--theme-primary) !important;
}

/* Keep navbar strip uniform without side color mismatch */
.container-fluid.bgnav {
    background: linear-gradient(90deg, #134fbf 0%, var(--theme-primary) 45%, var(--theme-secondary) 100%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.container-fluid.bgnav .nav-bar,
.container-fluid.bgnav .navbar.bgnavnew1 {
    background: #1351c3 !important;
    box-shadow: none !important;
}

/* Fix sticky header background while scrolling */
.fixed-top.nav-bar,
.fixed-top .bgnavnew1,
.fixed-top .nav-bar,
.fixed-top.navbar,
.sticky-top.nav-bar {
    background: linear-gradient(90deg, #134fbf 0%, var(--theme-primary) 45%, var(--theme-secondary) 100%) !important;
}

.fixed-top .navbar .navbar-nav .nav-link,
.fixed-top .navbar .navbar-nav .nav-link:hover,
.fixed-top .navbar .navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--theme-dark) !important;
    border-color: var(--theme-dark) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 11px 18px !important;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.navbar-dark .navbar-nav .nav-link.active {
    background: rgba(255, 209, 102, 0.22) !important;
    box-shadow: inset 0 -2px 0 var(--theme-accent);
}

.nav-bar .navbar {
    min-height: 56px;
}

.top-bar,
.bgtop,
.bgtopnew1 {
    background-color: var(--theme-light) !important;
}

/* Top strip styling like reference */
.bgtopnew1.top-bar {
    background: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bgtopnew1.top-bar .fontcol1 a {
    color: #ffffff !important;
    font-size: 12px;
    opacity: 0.95;
}

.bgtopnew1.top-bar .fontcol1 a:hover {
    color: #8fd3ff !important;
}

.bgtopnew1.top-bar .btn.btn-square.btn-dark {
    width: 26px;
    height: 26px;
    min-width: 26px;
    background: #111111 !important;
    border: 1px solid #222222 !important;
    color: #ffffff !important;
    margin-top: 2px;
}

.bgtopnew1.top-bar .btn.btn-square.btn-dark:hover {
    background: #1a1a1a !important;
    color: #8fd3ff !important;
}

.logoheader img,
.logoheadernav img {
    filter: none;
}

.footer,
footer {
    background: linear-gradient(180deg, #0f3f95 0%, #0a2a66 100%) !important;
    color: #ffffff;
}

.bgtopnew1.top-bar {
    min-height: 24px;
    padding: 0 42px !important;
    background: #050b16 !important;
}

.bgtopnew1.top-bar .row {
    min-height: 24px;
}

.bgtopnew1.top-bar .d-lg-flex {
    align-items: center;
    gap: 8px;
}

.bgtopnew1.top-bar .btn.btn-square.btn-dark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 50%;
    color: #ffffff !important;
}

.bgtopnew1.top-bar .fontcol1 {
    gap: 24px;
}

.bgtopnew1.top-bar .fontcol1 a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #ffffff !important;
}

.bgtop.top-bar {
    padding: 8px 42px !important;
    background: linear-gradient(180deg, #f7fbff 0%, #edf6ff 100%) !important;
    border-bottom: 0;
}

.bgtop.top-bar > .row:first-child {
    align-items: center !important;
}

.logoheader img {
    width: 74px !important;
    max-width: 100%;
}

.bgtop.top-bar .col-lg-6 > .row {
    align-items: center;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bgtop.top-bar .col-lg-4 > .row {
    width: fit-content;
    margin-left: auto;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(12, 52, 126, 0.07);
}

.bgtop.top-bar .col-lg-6 > .d-flex {
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bgtop.top-bar .btn-square.bg-primary {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 9px;
    box-shadow: none;
}

.bgtop.top-bar h6 {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #081f45;
}

.bgtop.top-bar span,
.bgtop.top-bar .mail span a {
    font-size: 11px;
    font-weight: 600;
    color: #175bd6 !important;
}

.bgtop.top-bar .col-lg-6 hr {
    display: none;
}

.bgtop.top-bar .col-lg-6 p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;
    border-radius: 999px;
    background: linear-gradient(90deg, #175bd6 0%, #22b8e6 100%);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.marquee {
    overflow: hidden;
}

.marquee .track {
    animation-duration: 24s;
}

.marquee .content {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #109aca !important;
}

.container-fluid.bgnav {
    box-shadow: none;
}

.container-fluid.bgnav .nav-bar,
.container-fluid.bgnav .navbar.bgnavnew1 {
    background: linear-gradient(90deg, #1559cf 0%, #0e65d8 48%, #18aad5 100%) !important;
}

.nav-bar .navbar {
    min-height: 38px;
    padding-left: 42px !important;
    padding-right: 42px !important;
}

.navbar-dark .navbar-nav .nav-link {
    margin-right: 6px !important;
    padding: 7px 16px !important;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .logoheadernav img {
        display: none !important;
    }

    .fixed-top .logoheadernav img {
        display: block !important;
        width: 58px !important;
        max-height: 34px;
        object-fit: contain;
        opacity: 1 !important;
        margin-right: 24px;
    }

    .fixed-top.nav-bar,
    .fixed-top .nav-bar,
    .fixed-top .bgnavnew1,
    .fixed-top.navbar {
        background: linear-gradient(90deg, #1559cf 0%, #0e65d8 48%, #18aad5 100%) !important;
        box-shadow: 0 6px 16px rgba(13, 72, 178, 0.18) !important;
    }

    .fixed-top .navbar {
        min-height: 42px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .fixed-top .navbar .navbar-nav .nav-link,
    .fixed-top .navbar .navbar-nav .nav-link:hover,
    .fixed-top .navbar .navbar-nav .nav-link.active {
        color: #ffffff !important;
    }

    .fixed-top .navbar .navbar-nav .nav-link.active,
    .fixed-top .navbar .navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, 0.18) !important;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 991.98px) {
    .bgtopnew1.top-bar,
    .bgtop.top-bar,
    .nav-bar .navbar {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .bgtop.top-bar {
        padding-top: 10px !important;
    }

    .bgtop.top-bar .col-lg-6 > .row {
        border-radius: 18px;
    }

    .navbar-dark .navbar-nav .nav-link {
        border-radius: 10px;
    }
}

.bg1 {
    background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%) !important;
}

.bg1 .service-item {
    isolation: isolate;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(23, 91, 214, 0.08);
    border-radius: 26px !important;
    box-shadow: 0 14px 36px rgba(9, 42, 98, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.bg1 .service-item::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(23, 91, 214, 0.96) 0%, rgba(34, 184, 230, 0.96) 100%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.bg1 .service-item::after {
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 130px;
    height: 130px;
    content: "";
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.bg1 .service-item:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 22px 48px rgba(13, 72, 178, 0.2);
}

.bg1 .service-item:hover::before,
.bg1 .service-item:hover::after {
    opacity: 1;
}

.bg1 .service-item:hover::after {
    transform: scale(1.18);
}

.bg1 .service-item .d-flex.align-items-center {
    align-items: flex-start !important;
    gap: 18px;
    margin-left: 0 !important;
}

.bg1 .service-item .service-icon {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    margin-right: 0 !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%) !important;
    box-shadow: 0 10px 22px rgba(23, 91, 214, 0.22);
    transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.bg1 .service-item:hover .service-icon {
    transform: rotate(-6deg) scale(1.05);
    background: #ffffff !important;
    box-shadow: none;
}

.bg1 .service-item .service-icon i {
    color: #ffffff !important;
    transition: color 0.28s ease;
}

.bg1 .service-item:hover .service-icon i {
    color: #175bd6 !important;
}

.bg1 .service-item h4 {
    color: #071f45;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    transition: color 0.28s ease;
}

.bg1 .service-item p {
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
    transition: color 0.28s ease;
}

.bg1 .service-item a.btn {
    padding: 9px 20px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%) !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(23, 91, 214, 0.18);
    transition: color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.bg1 .service-item a.btn:hover {
    transform: translateX(3px);
}

.bg1 .service-item:hover h4,
.bg1 .service-item:hover p {
    color: #ffffff !important;
}

.bg1 .service-item:hover a.btn {
    color: #175bd6 !important;
    background: #ffffff !important;
    box-shadow: none;
}

.customer-logos .slide {
    padding: 0 10px;
}

.customer-logos .service_box {
    min-height: 190px;
    height: 190px;
    margin: 18px 0 !important;
    padding: 22px 12px 18px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #050505 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.customer-logos .service_box:hover {
    background: linear-gradient(135deg, #07313c 0%, #175bd6 100%) !important;
}

.customer-logos .service_box .service_icon {
    width: 86px !important;
    height: 86px !important;
    min-height: 86px;
    margin: 0 auto !important;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 14px !important;
    line-height: 1 !important;
    transform: none !important;
}

.customer-logos .service_box:hover .service_icon {
    transform: none !important;
}

.customer-logos .service_box .service_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.customer-logos .service_box h3 {
    position: static !important;
    top: auto !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
    transform: none !important;
    word-break: normal;
}

.customer-logos .service_box:hover h3 {
    top: auto !important;
}

.customer-logos + .text-center .custom-btn.btn-3 {
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%) !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 22px rgba(23, 91, 214, 0.24) !important;
}

.customer-logos + .text-center .custom-btn.btn-3 span {
    color: #ffffff !important;
}

.customer-logos + .text-center .custom-btn.btn-3:hover {
    background: linear-gradient(135deg, #0b2d73 0%, #175bd6 100%) !important;
    color: #ffffff !important;
}

.teambg1 {
    background: radial-gradient(circle at top, #f7fcff 0%, #e7f8ff 45%, #d2f4ff 100%) !important;
}

.teambg1 .team-item {
    position: relative;
    overflow: hidden;
    border-radius: 28px !important;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(9, 42, 98, 0.14) !important;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.teambg1 .team-item::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, transparent 45%, rgba(5, 18, 43, 0.78) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.teambg1 .team-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 65px rgba(13, 72, 178, 0.22) !important;
}

.teambg1 .team-item:hover::before {
    opacity: 1;
}

.teambg1 .team-item > img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.teambg1 .team-item:hover > img {
    transform: scale(1.04);
    filter: saturate(1.08) contrast(1.02);
}

.teambg1 .bgtmnew1 {
    position: relative;
    z-index: 2;
    padding: 24px 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.teambg1 .bgtmnew1 h5,
.teambg1 .team-text h5 {
    margin-bottom: 8px;
    color: #071f45;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.2px;
}

.teambg1 .bgtmnew1 span,
.teambg1 .team-text p {
    margin-bottom: 0;
    color: #667085;
    font-size: 15px;
    font-weight: 600;
}

.teambg1 .team-text {
    z-index: 3;
    bottom: -120px;
    padding: 22px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(10px);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.teambg1 .team-item:hover .team-text {
    bottom: 0;
}

.teambg1 .team-item a.btn {
    width: 38px;
    height: 38px;
    margin: 4px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%) !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 18px rgba(23, 91, 214, 0.2);
}

.teambg1 .team-item a.btn:hover {
    color: #ffffff !important;
    background: #071f45 !important;
    transform: translateY(-3px);
}

.testimonial-title {
    min-height: 360px;
    padding: 36px !important;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(7, 31, 69, 0.92), rgba(23, 91, 214, 0.82)), url(../images/eULX06JdhLa7.jpg) center center / cover no-repeat !important;
    box-shadow: 0 22px 55px rgba(9, 42, 98, 0.16);
    overflow: hidden;
}

.testimonial-title h1 {
    color: #ffffff;
    font-weight: 900;
    line-height: 1.15;
}

.testimonial-title p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px !important;
    line-height: 1.75;
}

.testimonial-carousel .testimonial-item {
    padding: 18px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 24px 60px rgba(9, 42, 98, 0.1);
}

.testimonial-img {
    padding: 0 !important;
}

.testimonial-img::before {
    display: none;
}

.testimonial-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 26px;
    background: linear-gradient(135deg, #e7eef5, #f8fbff);
}

.testimonial-text {
    position: relative;
    padding: 28px 16px 28px 6px !important;
}

.testimonial-text .fa-star {
    color: #ffb703 !important;
    margin-right: 3px;
}

.testimonial-text p.fs-5 {
    color: #5f6b7a;
    font-size: 17px !important;
    line-height: 1.8;
    font-weight: 500;
}

.testimonial-text .btn-lg-square {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%) !important;
    box-shadow: 0 12px 22px rgba(23, 91, 214, 0.18);
}

.testimonial-text h5 {
    color: #071f45;
    font-size: 18px;
    font-weight: 900;
}

.testimonial-carousel .owl-nav {
    left: 26px !important;
    gap: 10px;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border-radius: 50%;
    color: #ffffff !important;
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%) !important;
    box-shadow: 0 10px 22px rgba(23, 91, 214, 0.2);
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    color: #175bd6 !important;
    background: #ffffff !important;
}

@media (max-width: 768px) {
    .testimonial-title {
        min-height: auto;
    }

    .testimonial-img img {
        height: 260px;
    }

    .testimonial-text {
        padding: 22px 6px !important;
    }
}

.testimonial-title {
    min-height: 280px !important;
    padding: 26px !important;
    border-radius: 22px !important;
}

.testimonial-title h1 {
    font-size: 34px !important;
    margin-bottom: 18px !important;
}

.testimonial-title p {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.testimonial-carousel .testimonial-item {
    padding: 12px !important;
    border-radius: 24px !important;
}

.testimonial-img img {
    height: 260px !important;
    border-radius: 20px !important;
}

.testimonial-text {
    padding: 18px 10px 18px 0 !important;
}

.testimonial-text p.fs-5 {
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 18px !important;
}

.testimonial-text .fa-star {
    font-size: 13px;
}

.testimonial-text .btn-lg-square {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 12px !important;
}

.testimonial-text .btn-lg-square i {
    font-size: 20px !important;
}

.testimonial-text h5 {
    font-size: 15px !important;
}

.testimonial-carousel .owl-nav {
    left: 18px !important;
    gap: 8px !important;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    width: 34px !important;
    height: 34px !important;
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .testimonial-title {
        min-height: auto !important;
    }

    .testimonial-img img {
        height: 220px !important;
    }
}

.testimonial-img {
    max-width: 260px;
    margin: 0 auto;
}

.testimonial-img img {
    height: 190px !important;
    object-fit: cover;
}

.footer .bi,
.footer .fa,
.footer .fab {
    color: #ffffff !important;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85) !important;
}

.footer-links a:hover {
    color: #ffffff !important;
}

.footer-item p,
.footer .text-white-50 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.footer a.btn-outline-light {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.footer a.btn-primary {
    color: #ffffff !important;
}

/* Director Cards - Full Image Layout */
.director-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(9, 42, 98, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(23, 91, 214, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.director-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(13, 72, 178, 0.16);
}

.director-img {
    width: 100%;
    background: linear-gradient(180deg, #f0f5ff 0%, #e8f0ff 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px 24px 0;
}

.director-img img {
    width: 100%;
    max-width: 280px;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    border-radius: 16px 16px 0 0;
}

.director-body {
    padding: 24px 28px 28px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.director-body h4 {
    color: #071f45;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
}

.director-role {
    display: inline-block;
    padding: 5px 16px;
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.director-desc {
    color: #667085;
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 18px;
    flex: 1;
}

.director-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
}

.director-social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #175bd6;
    background: rgba(23, 91, 214, 0.08);
    border-radius: 10px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.director-social a:hover {
    background: linear-gradient(135deg, #175bd6 0%, #22b8e6 100%);
    color: #ffffff;
    transform: translateY(-2px);
}
