/* ==========================
   BRYGHT MIND PREMIUM THEME
========================== */

:root{
    --primary:#072A5E;
    --secondary:#F6A623;
    --dark:#031834;
    --light:#F8F9FA;
    --white:#ffffff;
    --text:#555;
    --shadow:0 10px 30px rgba(0,0,0,0.08);
    --transition:.4s ease;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
    overflow-x:hidden !important;
    width:100% !important;
}

body{
    font-family:'Segoe UI',sans-serif;
    overflow-x:hidden !important;
    width:100% !important;
    color:var(--text);
    line-height:1.8;
    background:#fff;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

img{
    max-width:100%;
}

section{
    position:relative;
    padding:60px 0;
}

@media (min-width: 768px) {
    section {
        padding:80px 0;
    }
}

@media (min-width: 992px) {
    section {
        padding:120px 0;
    }
}

.container{
    max-width:1200px;
}

/* ==========================
   HEADER
========================== */

.main-header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    z-index:9999;
    transition:var(--transition);
    background:#ffffff;
    border-bottom:1px solid rgba(0,0,0,0.05);
    box-shadow:0 2px 15px rgba(0,0,0,0.02);
}

@media (min-width: 768px) {
    .main-header.scrolled {
        transform: translateY(-42px);
    }
}

/* ==========================
   TOP BAR
========================== */
.top-bar {
    background: var(--primary);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.top-bar a {
    color: #ffffff;
    text-decoration: none;
    transition: var(--transition);
}

.top-bar a:hover {
    color: var(--secondary);
}

.top-info i, .top-social i {
    color: var(--secondary);
}

.top-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 11px;
    transition: var(--transition);
    color: #ffffff !important;
}

.top-social a:hover {
    background: #ffffff;
    color: var(--primary) !important;
}

.navbar{
    background:transparent;
    padding:5px 0;
    transition:var(--transition);
    border:none;
    box-shadow:none;
}

@media (min-width: 992px) {
    .navbar{
        padding:10px 0;
    }
}

@media (max-width: 991px) {
    .about-image-wrapper {
        margin-bottom: 45px;
    }

    .navbar-toggler {
        border: 1px solid rgba(7, 42, 94, 0.15) !important;
        background-color: rgba(7, 42, 94, 0.03) !important;
        padding: 6px 10px !important;
        border-radius: 8px !important;
        transition: all 0.3s ease !important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 3px rgba(246, 166, 35, 0.25) !important;
        outline: none !important;
    }

    .navbar-toggler-icon {
        width: 1.25em !important;
        height: 1.25em !important;
    }

    .navbar-collapse {
        margin-top: 12px;
        padding: 25px 20px;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 15px 35px rgba(11, 45, 92, 0.1);
        border: 1px solid rgba(11, 45, 92, 0.06);
    }

    .navbar-nav {
        text-align: center;
        margin-bottom: 10px;
    }

    .nav-link {
        padding: 10px 0 !important;
    }

    .mobile-menu-details {
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        margin-top: 20px;
        padding-top: 20px;
        text-align: center;
    }

    .mobile-menu-phone {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary) !important;
        text-decoration: none;
        transition: var(--transition);
        display: inline-block;
    }

    .mobile-menu-phone i {
        color: var(--secondary);
        font-size: 18px;
    }

    .mobile-menu-phone:hover {
        color: var(--secondary) !important;
    }

    .mobile-socials {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 15px;
    }

    .mobile-socials a {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background: rgba(11, 45, 92, 0.06);
        border-radius: 50%;
        font-size: 14px;
        color: var(--primary) !important;
        transition: var(--transition);
    }

    .mobile-socials a:hover {
        background: var(--primary);
        color: #ffffff !important;
        transform: translateY(-2px);
    }
}

.logo-container {
    position: relative;
    display: inline-block;
}

.navbar-brand img{
    height:45px;
    width:auto;
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 768px) {
    .navbar-brand img {
        height:55px;
    }
}

.logo-container:hover .navbar-brand img {
    transform: scale(1.05) rotate(2deg);
}

/* Logo Particles */
.logo-particles {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    pointer-events: none;
    overflow: visible;
    z-index: 3;
}

@media (min-width: 768px) {
    .logo-particles {
        width: 55px;
        height: 55px;
    }
}

.particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}

.particle.p1 {
    width: 5px;
    height: 5px;
    background: var(--secondary);
    box-shadow: 0 0 5px var(--secondary);
    animation: floatParticle1 3.5s infinite ease-in-out;
}

.particle.p2 {
    width: 6px;
    height: 6px;
    background: #007bff;
    box-shadow: 0 0 5px #007bff;
    animation: floatParticle2 4s infinite ease-in-out;
    animation-delay: 0.8s;
}

.particle.p3 {
    width: 4px;
    height: 4px;
    background: var(--secondary);
    box-shadow: 0 0 4px var(--secondary);
    animation: floatParticle3 3.8s infinite ease-in-out;
    animation-delay: 1.6s;
}

.particle.p4 {
    width: 5px;
    height: 5px;
    background: #00d2ff;
    box-shadow: 0 0 5px #00d2ff;
    animation: floatParticle4 4.2s infinite ease-in-out;
    animation-delay: 1.2s;
}

@keyframes floatParticle1 {
    0% {
        transform: translate(20px, 20px) scale(0);
        opacity: 0;
    }
    20% {
        opacity: 0.7;
    }
    100% {
        transform: translate(45px, -5px) scale(1);
        opacity: 0;
    }
}

@keyframes floatParticle2 {
    0% {
        transform: translate(20px, 20px) scale(0);
        opacity: 0;
    }
    30% {
        opacity: 0.8;
    }
    100% {
        transform: translate(-10px, 10px) scale(1);
        opacity: 0;
    }
}

@keyframes floatParticle3 {
    0% {
        transform: translate(20px, 20px) scale(0);
        opacity: 0;
    }
    15% {
        opacity: 0.6;
    }
    100% {
        transform: translate(10px, -15px) scale(1);
        opacity: 0;
    }
}

@keyframes floatParticle4 {
    0% {
        transform: translate(20px, 20px) scale(0);
        opacity: 0;
    }
    25% {
        opacity: 0.7;
    }
    100% {
        transform: translate(-5px, 45px) scale(1);
        opacity: 0;
    }
}

.nav-link{
    font-weight:600;
    font-size:18px;
    margin-left:0;
    padding:8px 0;
    color:#0B2D5C !important;
    transition:0.3s;
    position:relative;
    display:inline-block;
}

@media (min-width: 992px) {
    .nav-link {
        margin-left:25px;
        padding:0;
    }
}

.nav-link:hover,
.nav-link.active {
    color:var(--secondary) !important;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:0;
    height:2px;
    background:var(--secondary);
    transition:.3s;
}

.nav-link:hover::after,
.nav-link.active::after{
    width:100%;
}
/* ==========================
   HERO
========================== */

.hero-section{
    height:100vh;
    overflow:hidden;
    background:url('../images/hero-bg.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    padding-top:100px;
    padding-bottom:25px;
}

@media (min-width: 768px) {
    .hero-section {
        padding-top:140px;
        padding-bottom:25px;
    }
}

@media (min-width: 992px) {
    .hero-section {
        padding-top:165px;
        padding-bottom:30px;
    }
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(3, 24, 52, 0.85) 0%, rgba(7, 42, 94, 0.75) 100%);
    z-index:1;
}

.hero-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.hero-content h5{
    color:var(--secondary);
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:15px;
    letter-spacing:2px;
}

@media (min-width: 576px) {
    .hero-content h5{
        font-size:13px;
    }
}

@media (min-width: 768px) {
    .hero-content h5{
        font-size:14px;
    }
}

.hero-content h1{
    font-size:26px;
    font-weight:800;
    line-height:1.25;
    margin-bottom:25px;
    color:var(--white);
}

@media (min-width: 576px) {
    .hero-content h1 {
        font-size:30px;
    }
}

@media (min-width: 768px) {
    .hero-content h1 {
        font-size:32px;
        line-height:1.3;
    }
}

@media (min-width: 992px) {
    .hero-content h1 {
        font-size:38px;
    }
}

@media (min-width: 1200px) {
    .hero-content h1 {
        font-size:48px;
    }
}

.hero-title-static {
    background: linear-gradient(120deg, #ffffff 0%, #cbd5e1 25%, #a5f3fc 50%, #cbd5e1 75%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShine 5s linear infinite;
    display: inline;
}

@keyframes textShine {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

.txt-rotate {
    color: var(--secondary);
}

/* Typewriter Cursor */
.txt-rotate > .wrap {
    border-right: 0.08em solid var(--secondary);
    padding-right: 3px;
    animation: blink 0.75s step-end infinite;
}

@keyframes blink {
    from, to { border-color: transparent }
    50% { border-color: var(--secondary); }
}


.hero-content p{
    font-size:14px;
    max-width:100%;
    margin-bottom:30px;
    color:rgba(255,255,255,0.9);
}

@media (min-width: 576px) {
    .hero-content p {
        font-size:15px;
    }
}

@media (min-width: 992px) {
    .hero-content p {
        font-size:16px;
        max-width:650px;
    }
}

.hero-buttons{
    margin-top:30px;
    display:flex;
    gap:15px;
    align-items:center;
    flex-wrap:wrap;
}

.btn-primary-custom{
    background:var(--secondary);
    color:#fff;
    border:2px solid var(--secondary);
    padding:13px 35px;
    border-radius:50px;
    font-weight:600;
    transition:var(--transition);
    display:inline-block;
}

.btn-primary-custom:hover{
    background:var(--white);
    color:var(--primary);
    border-color:var(--white);
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(246,166,35,0.3);
}

.btn-outline-custom{
    background:transparent;
    color:#fff;
    border:2px solid #fff;
    padding:13px 35px;
    border-radius:50px;
    font-weight:600;
    transition:var(--transition);
    display:inline-block;
}

.btn-outline-custom:hover{
    background:#fff;
    color:var(--primary);
    border-color:#fff;
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(255,255,255,0.25);
}

.hero-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:var(--shadow);
    position:relative;
    z-index:2;
    transition:var(--transition);
    border-top:5px solid var(--secondary);
    margin-top:40px;
}

@media (min-width: 992px) {
    .hero-card {
        margin-top: 0;
    }
}

.hero-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.hero-card h3{
    color:var(--primary);
    margin-bottom:20px;
    font-weight:700;
}

.hero-card ul li{
    margin-bottom:15px;
    font-weight:600;
    display:flex;
    align-items:flex-start;
    transition:var(--transition);
    animation:liSlideIn 0.5s ease forwards;
    opacity:0;
}

.hero-card ul li:nth-child(1) { animation-delay: 0.4s; }
.hero-card ul li:nth-child(2) { animation-delay: 0.55s; }
.hero-card ul li:nth-child(3) { animation-delay: 0.7s; }
.hero-card ul li:nth-child(4) { animation-delay: 0.85s; }
.hero-card ul li:nth-child(5) { animation-delay: 1s; }

@keyframes liSlideIn {
    from {
        opacity:0;
        transform:translateX(-15px);
    }
    to {
        opacity:1;
        transform:translateX(0);
    }
}

.hero-card ul li:hover{
    transform:translateX(8px);
    color:var(--secondary);
}

.hero-card i{
    color:var(--secondary);
    margin-right:10px;
    margin-top:5px;
    transition:var(--transition);
}

.hero-card ul li:hover i{
    transform:scale(1.25) rotate(15deg);
    color:var(--primary);
}


/* ==========================
   COUNTER
========================== */

.counter-section{
    padding:70px 0;
    background:#fff;
}

.counter-box{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:var(--shadow);
    transition:.4s;
}

.counter-box:hover{
    transform:translateY(-10px);
}

.counter-box h2{
    color:var(--primary);
    font-size:42px;
    font-weight:800;
}

.counter-box span{
    font-weight:600;
}

/* ==========================
   ABOUT IMAGE WRAPPER
========================== */
.about-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-image-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: -15px;
    border: 3px solid var(--secondary);
    border-radius: var(--border-radius);
    z-index: 0;
    transition: var(--transition);
    pointer-events: none;
}

.about-image-wrapper img {
    position: relative;
    z-index: 1;
    transition: var(--transition);
    animation: floatImage 6s ease-in-out infinite;
}

.about-image-wrapper:hover::before {
    transform: translate(8px, -8px);
    border-color: var(--primary);
}

.about-image-wrapper:hover img {
    transform: scale(1.02) translate(-8px, 8px);
    box-shadow: 0 20px 40px rgba(7, 42, 94, 0.15) !important;
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

/* ==========================
   ABOUT CONTENT WRAPPER
========================== */
.about-content-wrapper {
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    .about-content-wrapper {
        padding-left: 20px;
    }
}

/* ==========================
   SECTION TITLE
========================== */

.section-title{
    margin-bottom:35px;
}

@media (min-width: 768px) {
    .section-title {
        margin-bottom: 60px;
    }
}

.section-title h6{
    color:var(--secondary);
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
}

.section-title h2{
    color:var(--primary);
    font-size:30px;
    font-weight:800;
}

@media (min-width: 768px) {
    .section-title h2 {
        font-size:42px;
    }
}

/* ==========================
   ABOUT
========================== */

.about-section{
    background:var(--light);
}

.about-section img{
    border-radius:20px;
    margin-bottom:0;
}

.mini-box{
    text-align:center;
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:var(--shadow);
}

.mini-box i{
    font-size:35px;
    color:var(--secondary);
    margin-bottom:15px;
}

.mini-box h5{
    color:var(--primary);
}

/* ==========================
   SERVICES
========================== */

.services-section{
    background:#fff;
}

.service-card{
    padding:40px 30px;
    border-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);
    margin-bottom:30px;
    transition:var(--transition);
    height:100%;
}

.service-card:hover{
    transform:translateY(-12px);
}

.service-card i{
    font-size:50px;
    color:var(--secondary);
    margin-bottom:20px;
}

.service-card h4{
    color:var(--primary);
    margin-bottom:15px;
    font-weight:700;
}

/* ==========================
   SOLUTIONS
========================== */

.solution-section{
    background:var(--light);
}

.solution-box{
    background:#fff;
    border-left:5px solid var(--secondary);
    padding:35px;
    border-radius:15px;
    margin-bottom:25px;
    box-shadow:var(--shadow);
    transition:.4s;
}

.solution-box:hover{
    transform:translateX(10px);
}

.solution-box h4{
    color:var(--primary);
    margin-bottom:15px;
}

/* ==========================
   CLIENTS
========================== */

.clients-section{
    background:#fff;
}

.client-logos{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:30px;
}

@media (min-width: 576px) {
    .client-logos{
        grid-template-columns:repeat(3,1fr);
        gap:20px;
    }
}

@media (min-width: 992px) {
    .client-logos{
        grid-template-columns:repeat(5,1fr);
        gap:25px;
        margin-top:50px;
    }
}

.client-card{
    background:#fff;
    border-radius:12px;
    padding:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    height:160px;      /* Increase from 120px */
    box-shadow:var(--shadow);
    transition:.3s;
}

.client-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.client-logo{
    max-width:100%;
    height:auto;
    max-height:80px;
    object-fit:contain;
}

/* ==========================
   PARTNERS
========================== */

.partners-section{
    background:var(--light);
}

.partner-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

@media (min-width: 576px) {
    .partner-grid {
        grid-template-columns:repeat(3,1fr);
        gap:20px;
    }
}

@media (min-width: 768px) {
    .partner-grid {
        grid-template-columns:repeat(4,1fr);
    }
}

@media (min-width: 992px) {
    .partner-grid {
        grid-template-columns:repeat(5,1fr);
    }
}

.partner-grid > div{
    background:#fff;
    border-radius:12px;
    box-shadow:var(--shadow);
    padding:20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-height:100px;
    transition:0.4s;
}

.partner-grid > div:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.partner-logo{
    max-width:100%;
    height:auto;
    max-height:60px;
    object-fit:contain;
    margin-bottom:0;
    transition:0.4s;
}

.partner-grid > div:hover .partner-logo{
    transform:scale(1.08);
}

.partner-grid > div p{
    margin:0;
    font-size:15px;
    font-weight:600;
    color:var(--primary);
}

/* ==========================
   CERTIFICATION
========================== */

.cert-section{
    background:transparent;
}

.cert-card{
    background:linear-gradient(
    135deg,
    var(--primary),
    var(--dark)
    );

    color:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:var(--shadow);
    margin-bottom:20px;
}

.cert-card h3{
    margin-bottom:15px;
    color:var(--secondary);
}

/* ==========================
   CONTACT
========================== */

.contact-section{
    background:var(--primary);
    color:#fff;
}

.contact-section .col-lg-6:first-child {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .contact-section .col-lg-6:first-child {
        margin-bottom: 0;
    }
}

.contact-section h2{
    margin-bottom:30px;
    font-weight:800;
    color: #ffffff;
}

.contact-section .section-title h2 {
    color: #ffffff;
}

/* Contact Info List */
.contact-info-list {
    margin-top: 25px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    transition: var(--transition);
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 20px;
    margin-right: 24px;
    margin-top: 4px;
    flex-shrink: 0;
    transition: var(--transition);
}

.contact-info-item:hover .contact-icon {
    background: var(--secondary);
    color: var(--primary);
    border-color: var(--secondary);
    transform: scale(1.1);
}

.contact-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 0 !important;
    line-height: 1.6;
}

.contact-text p a {
    color: #ffffff;
    text-decoration: none;
    transition: var(--transition);
    font-weight: 600;
}

.contact-text p a:hover {
    color: var(--secondary);
}

/* Form Header */
.form-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.form-header p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    line-height: 1.5;
}

.contact-section .form-control{
    border:none;
    border-radius:10px;
    padding:15px;
}

.contact-section textarea{
    resize:none;
}

.contact-section button{
    width:100%;
}

/* ==========================
   FOOTER
========================== */

.footer{
    background:#021124;
    color:rgba(255, 255, 255, 0.6);
    padding:20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .copyright-text {
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

.footer .copyright-text strong {
    color: #ffffff;
    font-weight: 600;
}

.footer-contact {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition);
    font-weight: 500;
}

.footer-contact a:hover {
    color: var(--secondary);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.footer-links li a:hover {
    color: var(--secondary);
}

/* ==========================
   WHATSAPP BUTTON
========================== */

.whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:50px;
    height:50px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    z-index:999;
    box-shadow:0 5px 20px rgba(0,0,0,.2);
    transition:var(--transition);
}

@media (min-width: 768px) {
    .whatsapp-btn {
        right:25px;
        bottom:25px;
        width:60px;
        height:60px;
        font-size:28px;
    }
}

/* ==========================
   SCROLL TO TOP
========================== */

.scroll-top{
    position:fixed;
    right:20px;
    bottom:85px;
    width:40px;
    height:40px;
    background:var(--secondary);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:999;
    transition:var(--transition);
}

@media (min-width: 768px) {
    .scroll-top {
        right:25px;
        bottom:100px;
        width:50px;
        height:50px;
    }
}

/* ==========================
   SCROLL PROGRESS BAR
========================== */
.scroll-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    z-index: 10001;
    pointer-events: none;
}

.scroll-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--secondary) 0%, #ff5e00 100%);
    box-shadow: 0 2px 10px rgba(255, 94, 0, 0.5);
    transition: width 0.1s ease-out;
}

/* ==========================
   TEAM
========================== */
.team-section {
    background: var(--light);
    padding: 80px 0;
}

.team-section .section-title {
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 15.5px;
    color: var(--text);
    margin-bottom: 25px;
    line-height: 1.7;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.team-card {
    background: var(--white);
    padding: 35px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(7, 42, 94, 0.05);
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(7, 42, 94, 0.1);
    border-color: rgba(7, 42, 94, 0.15);
}

.team-img-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid var(--primary);
    padding: 4px;
    background: var(--white);
    box-shadow: 0 5px 15px rgba(7, 42, 94, 0.15);
    display: inline-block;
}

.team-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.team-card:hover .team-img {
    transform: scale(1.1);
}

.team-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.team-designation {
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary);
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 38px;
}

.team-bio {
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.team-social {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: auto;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef2f7;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(7, 42, 94, 0.2);
}

/* =====================================
   SWIPER STYLES
===================================== */
.team-swiper {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.team-swiper .swiper-pagination-bullet {
    background: var(--primary);
    opacity: 0.3;
}

.team-swiper .swiper-pagination-bullet-active {
    background: var(--secondary);
    opacity: 1;
    width: 20px;
    border-radius: 5px;
    transition: width .3s ease;
}

.team-swiper .swiper-button-next,
.team-swiper .swiper-button-prev {
    color: var(--primary);
    width: 44px;
    height: 44px;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: var(--transition);
}

.team-swiper .swiper-button-next::after,
.team-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 900;
}

.team-swiper .swiper-button-next:hover,
.team-swiper .swiper-button-prev:hover {
    background: var(--primary);
    color: var(--white);
    transform: scale(1.05);
}

.team-swiper .swiper-button-next {
    right: 5px;
}

.team-swiper .swiper-button-prev {
    left: 5px;
}

@media (max-width: 991px) {
    .team-swiper .swiper-button-next,
    .team-swiper .swiper-button-prev {
        display: none;
    }
}

/* Ensure equal heights for slides and flex behavior */
.team-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.team-swiper .team-card {
    width: 100%;
}

/* Fallback if Swiper is not initialized (shows 3 cards in 1 line on desktop) */
.team-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 20px;
}

.team-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
}

@media (max-width: 991px) {
    .team-swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 575px) {
    .team-swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .client-card {
        padding: 12px;
        height: 100px;
    }
    
    .partner-grid > div {
        padding: 12px;
        min-height: 80px;
    }
}