/* BASA AFRICA DESIGN SYSTEM V2 */

:root {
    --v2-blue: #243c7d;
    --v2-cyan: #15bcbc;
    --v2-orange: #f47421;
    --v2-dark: #06101f;
    --v2-soft: #f4f7fb;
    --v2-white: #ffffff;
}

/* Global V2 Improvements */
body {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background: var(--v2-white);
    color: #475569;
}

.v2-section {
    padding: 120px 0;
    position: relative;
}

.v2-title {
    max-width: 780px;
    margin: 0 auto 60px;
    text-align: center;
}

.v2-title span {
    color: var(--v2-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.v2-title h2 {
    color: var(--v2-dark);
    font-size: 52px;
    line-height: 1.1;
    font-weight: 900;
    margin: 15px 0;
}

.v2-title p {
    font-size: 18px;
    line-height: 1.8;
}


/* V2 CINEMATIC HERO */
.v2-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #06101f;
    display: flex;
    align-items: center;
}

.v2-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6,16,31,.95), rgba(36,60,125,.72)),
        url("../images/hero/hero-bg.jpg");
    background-size: cover;
    background-position: center;
}

.v2-hero-content {
    position: relative;
    z-index: 3;
}

.v2-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    font-weight: 800;
    margin-bottom: 28px;
}

.v2-hero h1 {
    font-size: 78px;
    line-height: .98;
    font-weight: 900;
    max-width: 900px;
    margin-bottom: 28px;
}

.v2-hero h1 span {
    color: #15bcbc;
}

.v2-hero p {
    font-size: 20px;
    max-width: 690px;
    color: rgba(255,255,255,.86);
    line-height: 1.8;
    margin-bottom: 35px;
}

.v2-hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.v2-btn-primary {
    background: #f47421;
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 900;
    box-shadow: 0 18px 45px rgba(244,116,33,.38);
}

.v2-btn-primary:hover {
    background: #15bcbc;
    color: #fff;
}

.v2-btn-outline {
    border: 2px solid rgba(255,255,255,.65);
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 900;
}

.v2-btn-outline:hover {
    background: #fff;
    color: #243c7d;
}

.v2-hero-panel {
    position: relative;
    z-index: 4;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(18px);
    border-radius: 34px;
    padding: 26px;
    box-shadow: 0 40px 90px rgba(0,0,0,.35);
}

.v2-hero-panel img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 26px;
}

.v2-panel-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.v2-panel-stat {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.14);
}

.v2-panel-stat h3 {
    color: #f47421;
    font-weight: 900;
    margin: 0;
}



/* HOMEPAGE V3 */
.v3-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(6,16,31,.96), rgba(36,60,125,.72)),
        url("../images/hero/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.v3-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(244,116,33,.28), transparent 28%),
        radial-gradient(circle at 85% 30%, rgba(21,188,188,.28), transparent 25%);
}

.v3-badge {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 11px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(14px);
    font-weight: 900;
    margin-bottom: 28px;
}

.v3-hero h1 {
    font-size: 82px;
    line-height: .98;
    font-weight: 900;
    max-width: 1050px;
    margin-bottom: 28px;
}

.v3-hero h1 span {
    color: #15bcbc;
}

.v3-hero p {
    max-width: 790px;
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255,255,255,.86);
    margin-bottom: 36px;
}

.v3-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.v3-btn-primary {
    background: #f47421;
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 900;
    box-shadow: 0 18px 45px rgba(244,116,33,.38);
}

.v3-btn-primary:hover {
    background: #15bcbc;
    color: #fff;
}

.v3-btn-outline {
    border: 2px solid rgba(255,255,255,.65);
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 900;
}

.v3-btn-outline:hover {
    background: #fff;
    color: #243c7d;
}

.v3-marquee {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: #06101f;
    color: #ffffff;
    padding: 28px 0;
}

.v3-marquee-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    min-width: max-content;
    white-space: nowrap;
    animation: v3Marquee 28s linear infinite;
    will-change: transform;
}

.v3-marquee-track span {
    flex: 0 0 auto;
}

@keyframes v3Marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
@media(max-width: 991px) {
    .v3-hero h1 {
        font-size: 46px;
    }

    .v3-hero p {
        font-size: 17px;
    }
}



/* V3 ABOUT */
.v3-about {
    padding: 120px 0;
    background: #fff;
}

.v3-about-image {
    position: relative;
}

.v3-about-image img {
    width: 100%;
    border-radius: 34px;
    box-shadow: 0 35px 90px rgba(15,23,42,.18);
}

.v3-about-card {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 10;
    width: 220px;
    max-width: calc(100% - 40px);
    padding: 30px;
    border-radius: 30px;
    background: #243c7d;
    color: #ffffff;
    box-shadow: 0 30px 80px rgba(36, 60, 125, .35);
}

.v3-about-card h3 {
    color: #15bcbc;
    font-size: 52px;
    font-weight: 900;
}

.v3-small-title {
    color: #f47421;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.v3-about h2 {
    color: #06101f;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 900;
    margin: 18px 0 24px;
}

.v3-about p {
    font-size: 18px;
    line-height: 1.8;
}

.v3-stat-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-top: 30px;
}

.v3-stat-box {
    background: #f8fafc;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #e5eaf2;
}

.v3-stat-box i {
    color: #15bcbc;
    font-size: 28px;
    margin-bottom: 12px;
}

.v3-stat-box h4 {
    color: #243c7d;
    font-size: 34px;
    font-weight: 900;
}

.v3-stat-box span {
    font-weight: 800;
    color: #06101f;
}



/* V3 SERVICES */
.v3-services {
    padding: 120px 0;
    background: #f4f7fb;
}

.v3-service-card {
    position: relative;
    height: 100%;
    padding: 40px;
    border-radius: 34px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e5eaf2;
    box-shadow: 0 22px 60px rgba(15,23,42,.08);
    transition: .4s ease;
}

.v3-service-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    background: rgba(21,188,188,.16);
    border-radius: 50%;
    transition: .4s ease;
}

.v3-service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 90px rgba(15,23,42,.16);
}

.v3-service-card:hover::before {
    width: 260px;
    height: 260px;
}

.v3-service-icon {
    width: 78px;
    height: 78px;
    border-radius: 25px;
    background: linear-gradient(135deg, #243c7d, #15bcbc);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    margin-bottom: 25px;
}

.v3-service-card h4 {
    color: #06101f;
    font-weight: 900;
    margin-bottom: 14px;
}

.v3-service-card p {
    line-height: 1.8;
}

.v3-service-card a {
    color: #f47421;
    font-weight: 900;
}



/* V3 PROJECTS + MAP */
.v3-projects {
    padding: 120px 0;
    background: #ffffff;
}

.v3-project-card {
    position: relative;
    height: 440px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15,23,42,.16);
}

.v3-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s ease;
}

.v3-project-card:hover img {
    transform: scale(1.12);
}

.v3-project-content {
    position: absolute;
    inset: auto 0 0 0;
    padding: 38px;
    color: #fff;
    background: linear-gradient(to top, rgba(6,16,31,.95), rgba(6,16,31,0));
}

.v3-project-content span {
    color: #15bcbc;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
}

.v3-project-content h4 {
    font-weight: 900;
    margin: 12px 0;
}

.v3-project-content a {
    color: #f47421;
    font-weight: 900;
}

.v3-map {
    padding: 120px 0;
    background: linear-gradient(135deg, #06101f, #243c7d);
}

.v3-map .v2-title h2,
.v3-map .v2-title p {
    color: #fff;
}

.v3-map-box {
    position: relative;
    min-height: 560px;
    border-radius: 38px;
    overflow: hidden;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 45px 110px rgba(0,0,0,.35);
}



/* V3 VIDEO / TESTIMONIALS / PARTNERS / NEWS / CTA */
.v3-video {
    padding: 120px 0;
    background: #fff;
}

.v3-video-box {
    min-height: 520px;
    border-radius: 40px;
    background:
        linear-gradient(rgba(6,16,31,.35), rgba(6,16,31,.85)),
        url("../images/backgrounds/video-cover.jpg");
    background-size: cover;
    background-position: center;
    padding: 55px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-shadow: 0 40px 100px rgba(15,23,42,.25);
}

.v3-video-box span {
    color: #f47421;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.v3-video-box h2 {
    max-width: 760px;
    font-size: 48px;
    font-weight: 900;
    margin: 15px 0;
}

.v3-play {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #f47421;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.v3-testimonials,
.v3-news {
    padding: 120px 0;
    background: #fff;
}

.v3-testimonial-card {
    height: 100%;
    padding: 38px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid #e5eaf2;
    box-shadow: 0 25px 70px rgba(15,23,42,.10);
}

.v3-testimonial-card i {
    font-size: 42px;
    color: #f47421;
    margin-bottom: 20px;
}

.v3-testimonial-card p {
    font-size: 17px;
    line-height: 1.8;
}

.v3-testimonial-card h5 {
    color: #243c7d;
    font-weight: 900;
}

.v3-partners {
    padding: 120px 0;
    background: #f4f7fb;
}

.v3-partner-logo {
    height: 130px;
    border-radius: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #243c7d;
    border: 1px solid #e5eaf2;
    box-shadow: 0 20px 55px rgba(15,23,42,.08);
}

.v3-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #243c7d, #15bcbc);
    color: #fff;
}

.v3-cta h2 {
    font-size: 50px;
    font-weight: 900;
}

.v3-cta p {
    font-size: 18px;
    color: rgba(255,255,255,.9);
}

@media(max-width: 991px) {
    .v3-video-box {
        padding: 35px;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .v3-video-box h2,
    .v3-cta h2 {
        font-size: 34px;
    }

    .v3-about h2,
    .v2-title h2 {
        font-size: 36px;
    }
}



/* V3 NAVBAR */
.v3-topbar {
    background: #06101f;
    color: rgba(255,255,255,.82);
    padding: 9px 0;
    font-size: 14px;
}

.v3-topbar i {
    color: #15bcbc;
}

.v3-navbar {
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 12px 35px rgba(15,23,42,.08);
    padding: 15px 0;
}

.v3-brand {
    color: #243c7d !important;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
}

.v3-brand span {
    color: #15bcbc;
}

.v3-navbar .nav-link {
    color: #06101f;
    font-weight: 800;
    font-size: 15px;
    padding: 10px 14px !important;
}

.v3-navbar .nav-link:hover {
    color: #15bcbc;
}

.v3-nav-btn {
    background: #f47421;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(244,116,33,.32);
}

.v3-nav-btn:hover {
    background: #243c7d;
}

@media(max-width: 991px) {
    .v3-topbar {
        display: none;
    }

    .v3-navbar {
        padding: 12px 0;
    }

    .v3-navbar .navbar-collapse {
        background: #fff;
        margin-top: 14px;
        padding: 18px;
        border-radius: 18px;
        box-shadow: 0 20px 45px rgba(15,23,42,.12);
    }
}



/* PAGE HERO */
.v3-page-hero {
    padding: 130px 0;
    background:
        linear-gradient(90deg, rgba(6,16,31,.94), rgba(36,60,125,.78)),
        url("../images/backgrounds/page-hero.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.v3-page-hero h1 {
    font-size: 58px;
    font-weight: 900;
}

.v3-page-hero p {
    max-width: 720px;
    font-size: 19px;
    color: rgba(255,255,255,.86);
}




/* KEY MILESTONES */

.v3-milestones{

    padding:120px 0;

    background:#f8fafc;

}

.milestone-card{

    background:#fff;

    border-radius:30px;

    padding:45px 35px;

    text-align:center;

    height:100%;

    position:relative;

    overflow:hidden;

    transition:.4s;

    border:1px solid #e7edf5;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

}

.milestone-card::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    right:-70px;

    top:-70px;

    background:rgba(21,188,188,.12);

    border-radius:50%;

    transition:.4s;

}

.milestone-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 90px rgba(36,60,125,.15);

}

.milestone-card:hover::before{

    width:260px;

    height:260px;

}

.milestone-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:25px;

    background:linear-gradient(135deg,#243c7d,#15bcbc);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:34px;

}

.milestone-card h3{

    color:#06101f;

    font-size:24px;

    font-weight:900;

    margin-bottom:15px;

}

.milestone-card p{

    color:#64748b;

    line-height:1.8;

}




/* WHY CHOOSE US */

.v3-why-us{

    padding:120px 0;

    background:#ffffff;

}

.why-item{

    display:flex;

    gap:20px;

    margin-bottom:35px;

}

.why-icon{

    min-width:70px;

    height:70px;

    border-radius:22px;

    background:linear-gradient(135deg,#243c7d,#15bcbc);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

}

.why-item h4{

    font-weight:900;

    color:#06101f;

    margin-bottom:10px;

}

.why-item p{

    margin:0;

    color:#64748b;

    line-height:1.8;

}

.why-image{

    position:relative;

}

.why-image img{

    width:100%;

    border-radius:35px;

    box-shadow:0 35px 90px rgba(0,0,0,.15);

}

.experience-card{

    position:absolute;

    bottom:-35px;

    left:-35px;

    background:#243c7d;

    color:#fff;

    padding:35px;

    border-radius:30px;

    width:250px;

    box-shadow:0 30px 80px rgba(36,60,125,.35);

}

.experience-card h1{

    color:#15bcbc;

    font-size:58px;

    font-weight:900;

    margin:0;

}


/* CORE VALUES */
.v3-values {
    padding: 120px 0;
    background: #f4f7fb;
}

.value-card {
    position: relative;
    height: 100%;
    padding: 42px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid #e5eaf2;
    box-shadow: 0 22px 60px rgba(15,23,42,.08);
    overflow: hidden;
    transition: .4s ease;
}

.value-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    background: rgba(21,188,188,.15);
    border-radius: 50%;
    transition: .4s ease;
}

.value-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 90px rgba(15,23,42,.16);
}

.value-card:hover::before {
    width: 260px;
    height: 260px;
}

.value-card i {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 78px;
    border-radius: 24px;
    background: linear-gradient(135deg,#243c7d,#15bcbc);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 24px;
}

.value-card h4 {
    position: relative;
    z-index: 2;
    font-weight: 900;
    color: #06101f;
    margin-bottom: 14px;
}

.value-card p {
    position: relative;
    z-index: 2;
    line-height: 1.8;
}



/* COMPANY TIMELINE */

.v3-timeline{

    padding:140px 0;

    background:#ffffff;

}

.timeline{

    position:relative;

    max-width:1000px;

    margin:auto;

}

.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    bottom:0;

    width:4px;

    background:linear-gradient(#243c7d,#15bcbc);

    transform:translateX(-50%);

}

.timeline-item{

    width:50%;

    position:relative;

    margin-bottom:70px;

}

.timeline-item:nth-child(odd){

    padding-right:70px;

}

.timeline-item:nth-child(even){

    margin-left:50%;

    padding-left:70px;

}

.timeline-year{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#f47421;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:900;

    position:absolute;

    top:0;

}

.timeline-item:nth-child(odd) .timeline-year{

    right:-45px;

}

.timeline-item:nth-child(even) .timeline-year{

    left:-45px;

}

.timeline-content{

    background:#fff;

    border-radius:30px;

    padding:35px;

    border:1px solid #e5eaf2;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.timeline-content h4{

    font-weight:900;

    color:#06101f;

}


/* LEADERSHIP */
.v3-leadership {
    padding: 120px 0;
    background: #f4f7fb;
}

.leader-image img {
    width: 100%;
    border-radius: 34px;
    box-shadow: 0 35px 90px rgba(15,23,42,.18);
}

.v3-leadership h2 {
    color: #06101f;
    font-size: 48px;
    font-weight: 900;
    margin: 18px 0 25px;
}

.v3-leadership p {
    font-size: 18px;
    line-height: 1.8;
}

.v3-leadership h5 {
    color: #243c7d;
    font-weight: 900;
    margin-top: 25px;
}



/* BUSINESS DIVISIONS */

.v3-divisions{
    padding:140px 0;
    background:#f8fafc;
}

.division-box{
    position:relative;
    height:420px;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.12);
    transition:.5s;
}

.division-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s;
}

.division-box:hover img{
    transform:scale(1.15);
}

.division-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
        rgba(6,16,31,.95),
        rgba(6,16,31,.15));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:35px;
    color:#fff;
}

.division-overlay i{
    width:70px;
    height:70px;
    border-radius:20px;
    background:#15bcbc;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:20px;
}

.division-overlay h4{
    font-size:28px;
    font-weight:900;
    margin-bottom:12px;
}

.division-overlay p{
    color:rgba(255,255,255,.90);
    line-height:1.8;
}


/* OUR IMPACT */
.v3-impact {
    padding: 130px 0;
    background:
        linear-gradient(135deg, rgba(6,16,31,.96), rgba(36,60,125,.92)),
        url("../images/backgrounds/impact-bg.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.v3-impact .v2-title h2,
.v3-impact .v2-title p {
    color: #fff;
}

.impact-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(16px);
    border-radius: 30px;
    padding: 42px;
    text-align: center;
    height: 100%;
    transition: .4s;
}

.impact-card:hover {
    transform: translateY(-12px);
    background: rgba(255,255,255,.18);
}

.impact-card i {
    font-size: 42px;
    color: #15bcbc;
    margin-bottom: 20px;
}

.impact-card h3 {
    font-size: 52px;
    font-weight: 900;
    color: #f47421;
}

.impact-card p {
    font-weight: 800;
    color: rgba(255,255,255,.9);
}




/* DYNAMIC TESTIMONIAL CLIENT */
.testimonial-client {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.testimonial-client img,
.testimonial-placeholder {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.testimonial-client img {
    object-fit: cover;
    border: 3px solid rgba(21, 188, 188, .25);
}

.testimonial-placeholder {
    background: linear-gradient(135deg, #243c7d, #15bcbc);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-placeholder i {
    color: #fff;
    font-size: 22px;
    margin: 0;
}

.testimonial-client h5 {
    margin: 0 0 3px;
}

.testimonial-client small {
    color: #64748b;
}



/* DYNAMIC PARTNER LOGOS */
.v3-partner-logo {
    height: 130px;
    border-radius: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    border: 1px solid #e5eaf2;
    box-shadow: 0 20px 55px rgba(15,23,42,.08);
    transition: .35s ease;
}

.v3-partner-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(15,23,42,.14);
}

.v3-partner-logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v3-partner-logo img {
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;
}



/* ===== PARTNER LOGOS ===== */

.v3-partner-logo{

    background:#fff;

    border-radius:18px;

    padding:25px;

    height:130px;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.v3-partner-logo:hover{

    transform:translateY(-8px);

}

.v3-partner-logo img{

    max-width:100%;

    max-height:65px;

    object-fit:contain;

    filter:grayscale(100%);

    transition:.35s;

}

.v3-partner-logo:hover img{

    filter:none;

    transform:scale(1.08);

}



/* CONTACT MAP */
.v3-contact-map {
    padding: 0 0 120px;
    background: #ffffff;
}

.map-embed-wrapper {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .15);
}

.map-embed-wrapper iframe {
    width: 100%;
    min-height: 480px;
    border: 0;
    display: block;
}


/* FLOATING CONTACT WIDGET */
.floating-contact-widget {
    position: fixed;
    right: 24px;
    bottom: 26px;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.floating-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 11px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(.92);
    transition: .3s ease;
}

.floating-contact-actions.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.floating-contact-link,
.floating-contact-toggle,
.back-to-top {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    font-size: 20px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .24);
    transition: .3s ease;
}

.floating-contact-link:hover,
.floating-contact-toggle:hover,
.back-to-top:hover {
    transform: translateY(-4px) scale(1.05);
    color: #fff;
}

.floating-contact-toggle {
    background: linear-gradient(135deg, #243c7d, #15bcbc);
}

.floating-contact-link.whatsapp {
    background: #25d366;
}

.floating-contact-link.phone {
    background: #243c7d;
}

.floating-contact-link.email {
    background: #f47421;
}

.floating-contact-link.location {
    background: #15bcbc;
}

.back-to-top {
    position: fixed;
    left: 24px;
    bottom: 26px;
    z-index: 1090;
    background: #06101f;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .floating-contact-widget {
        right: 16px;
        bottom: 18px;
    }

    .back-to-top {
        left: 16px;
        bottom: 18px;
    }

    .floating-contact-link,
    .floating-contact-toggle,
    .back-to-top {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}


/* PUBLIC GALLERY */
.public-gallery-section {
    padding: 110px 0;
    background: #f7f9fc;
}

.gallery-filter-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 45px;
}

.gallery-filter-btn {
    border: 1px solid rgba(36, 60, 125, .14);
    background: #fff;
    color: #243c7d;
    padding: 11px 22px;
    border-radius: 999px;
    font-weight: 700;
    transition: .3s ease;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: linear-gradient(135deg, #243c7d, #15bcbc);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
}

.public-gallery-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .09);
    transition: .35s ease;
}

.public-gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .15);
}

.gallery-media-box {
    position: relative;
    height: 290px;
    overflow: hidden;
    background: #0f172a;
}

.gallery-media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.public-gallery-card:hover .gallery-media-box img {
    transform: scale(1.08);
}

.gallery-zoom-icon,
.gallery-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 188, 188, .92);
    color: #fff;
    font-size: 21px;
    opacity: 0;
    transform: scale(.8);
    transition: .3s ease;
}

.gallery-media-box:hover .gallery-zoom-icon,
.gallery-media-box:hover .gallery-play-btn {
    opacity: 1;
    transform: scale(1);
}

.gallery-video-placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06101f, #243c7d);
    color: #fff;
    font-size: 54px;
}

.gallery-card-content {
    padding: 26px;
}

.gallery-category-label {
    display: inline-block;
    color: #f47421;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 800;
    margin-bottom: 10px;
}

.gallery-card-content h4 {
    margin-bottom: 10px;
    color: #0f172a;
}

.gallery-card-content p {
    margin: 0 0 16px;
    color: #64748b;
}

.gallery-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(244, 116, 33, .12);
    color: #f47421;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    background: rgba(2, 6, 23, .94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.gallery-lightbox.show {
    opacity: 1;
    visibility: visible;
}

.gallery-lightbox-content {
    width: min(1050px, 100%);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 22px;
}

.gallery-lightbox-content img {
    display: block;
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
    background: #0f172a;
}

.gallery-lightbox-caption {
    padding: 24px;
}

.gallery-lightbox-caption h4 {
    margin-bottom: 8px;
}

.gallery-lightbox-caption p {
    margin: 0;
    color: #64748b;
}

.gallery-lightbox-close {
    position: fixed;
    top: 22px;
    right: 24px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #0f172a;
    font-size: 20px;
    z-index: 3001;
}

@media (max-width: 767px) {
    .public-gallery-section {
        padding: 75px 0;
    }

    .gallery-media-box {
        height: 235px;
    }

    .gallery-lightbox {
        padding: 16px;
    }

    .gallery-lightbox-close {
        top: 12px;
        right: 12px;
    }
}





/* HOMEPAGE FEATURED GALLERY */
.v3-featured-gallery {
    padding: 110px 0;
    background: #ffffff;
}

.homepage-gallery-card {
    height: 100%;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .09);
    transition: .35s ease;
}

.homepage-gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .15);
}

.homepage-gallery-media {
    position: relative;
    display: block;
    height: 280px;
    overflow: hidden;
    background: #0f172a;
}

.homepage-gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.homepage-gallery-card:hover .homepage-gallery-media img {
    transform: scale(1.08);
}

.homepage-gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6, 16, 31, .42);
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transition: .3s ease;
}

.homepage-gallery-card:hover .homepage-gallery-overlay {
    opacity: 1;
}

.homepage-gallery-content {
    padding: 24px;
}

.homepage-gallery-content span {
    display: inline-block;
    color: #f47421;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
}

.homepage-gallery-content h4 {
    margin: 0;
    color: #0f172a;
}

@media (max-width: 767px) {
    .v3-featured-gallery {
        padding: 75px 0;
    }

    .homepage-gallery-media {
        height: 230px;
    }
}



/* PUBLIC CAREERS PAGE */
.public-careers-section {
    padding: 110px 0;
    background: #f7f9fc;
}

.career-card {
    height: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
    border: 1px solid rgba(36, 60, 125, .08);
    transition: .35s ease;
}

.career-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .15);
}

.career-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.career-category {
    display: inline-block;
    color: #f47421;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 8px;
}

.career-card h3 {
    margin: 0;
    color: #0f172a;
}

.career-featured {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(244, 116, 33, .12);
    color: #f47421;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.career-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    margin-bottom: 20px;
}

.career-meta span {
    color: #64748b;
    font-size: 14px;
}

.career-meta i {
    color: #15bcbc;
    margin-right: 6px;
}

.career-card p {
    color: #64748b;
    line-height: 1.8;
}

.career-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #e9eef5;
}

.career-card-bottom small,
.career-card-bottom strong {
    display: block;
}

.career-card-bottom small {
    color: #94a3b8;
    margin-bottom: 3px;
}

.career-card-bottom strong {
    color: #243c7d;
}

.careers-empty-state {
    text-align: center;
    background: #ffffff;
    padding: 70px 25px;
    border-radius: 24px;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
}

.careers-empty-state i {
    font-size: 56px;
    color: #15bcbc;
    margin-bottom: 20px;
}

.careers-empty-state h3 {
    color: #0f172a;
}

.careers-empty-state p {
    color: #64748b;
    margin: 0;
}

@media (max-width: 767px) {
    .public-careers-section {
        padding: 75px 0;
    }

    .career-card {
        padding: 24px;
    }

    .career-card-top,
    .career-card-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}



/* JOB DETAILS PAGE */
.job-details-category {
    display: inline-block;
    margin-bottom: 12px;
    color: #15bcbc;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 800;
    font-size: 13px;
}

.job-details-section {
    padding: 110px 0;
    background: #f7f9fc;
}

.job-details-card,
.job-summary-card {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 22px 65px rgba(15, 23, 42, .10);
}

.job-details-card {
    padding: 38px;
}

.job-details-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.job-details-heading h2 {
    margin-bottom: 0;
}

.job-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(244, 116, 33, .12);
    color: #f47421;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.job-details-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    margin: 28px 0;
}

.job-details-meta div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
}

.job-details-meta i {
    color: #15bcbc;
}

.job-description-content {
    color: #475569;
    line-height: 1.9;
    font-size: 16px;
}

.job-summary-card {
    padding: 30px;
    position: sticky;
    top: 120px;
}

.job-summary-card h3 {
    margin-bottom: 24px;
    color: #0f172a;
}

.job-summary-item {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #e8edf4;
}

.job-summary-item span {
    color: #94a3b8;
}

.job-summary-item strong {
    color: #243c7d;
    text-align: right;
}

.job-back-link {
    display: block;
    text-align: center;
    margin-top: 18px;
    color: #64748b;
    font-weight: 700;
}

.job-back-link i {
    margin-right: 7px;
}

@media (max-width: 991px) {
    .job-summary-card {
        position: static;
    }
}

@media (max-width: 767px) {
    .job-details-section {
        padding: 75px 0;
    }

    .job-details-card,
    .job-summary-card {
        padding: 24px;
    }

    .job-details-heading {
        flex-direction: column;
    }

    .job-summary-item {
        flex-direction: column;
        gap: 4px;
    }

    .job-summary-item strong {
        text-align: left;
    }
}



/* PUBLIC DOWNLOADS */
.public-downloads-section {
    padding: 110px 0;
    background: #f7f9fc;
}

.downloads-toolbar {
    margin-bottom: 45px;
}

.downloads-search-box {
    position: relative;
    max-width: 620px;
    margin: 0 auto 28px;
}

.downloads-search-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.downloads-search-box input {
    width: 100%;
    height: 58px;
    border: 1px solid #dfe7f1;
    border-radius: 999px;
    padding: 0 24px 0 52px;
    background: #fff;
    outline: none;
}

.downloads-search-box input:focus {
    border-color: #15bcbc;
    box-shadow: 0 0 0 4px rgba(21, 188, 188, .10);
}

.downloads-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.downloads-filter-btn {
    border: 1px solid rgba(36, 60, 125, .14);
    background: #fff;
    color: #243c7d;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700;
    transition: .3s ease;
}

.downloads-filter-btn:hover,
.downloads-filter-btn.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #243c7d, #15bcbc);
    transform: translateY(-2px);
}

.public-download-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
    border: 1px solid rgba(36, 60, 125, .07);
    transition: .35s ease;
}

.public-download-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .15);
}

.download-icon-box {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, #243c7d, #15bcbc);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    margin-bottom: 24px;
}

.download-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.download-category {
    color: #f47421;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.download-featured {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(244, 116, 33, .12);
    color: #f47421;
    border-radius: 999px;
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
}

.download-card-content h3 {
    color: #0f172a;
    margin-bottom: 12px;
}

.download-card-content p {
    color: #64748b;
    line-height: 1.8;
}

.download-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #94a3b8;
    font-size: 13px;
    margin: 22px 0;
}

.download-meta i {
    color: #15bcbc;
    margin-right: 6px;
}

.downloads-empty-result {
    text-align: center;
    background: #fff;
    border-radius: 24px;
    padding: 60px 20px;
    box-shadow: 0 18px 55px rgba(15, 23, 42, .08);
}

.downloads-empty-result i {
    font-size: 48px;
    color: #15bcbc;
    margin-bottom: 18px;
}

.downloads-empty-result h3 {
    color: #0f172a;
}

.downloads-empty-result p {
    margin: 0;
    color: #64748b;
}

@media (max-width: 767px) {
    .public-downloads-section {
        padding: 75px 0;
    }

    .public-download-card {
        padding: 24px;
    }

    .download-card-top {
        align-items: flex-start;
        flex-direction: column;
    }
}



/* DYNAMIC FOOTER */
.site-footer a {
    text-decoration: none;
}

.site-footer h4 span {
    color: #15bcbc;
}

.footer-slogan {
    color: #15bcbc;
    font-weight: 700;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    transition: .3s ease;
}

.footer-social-links a:hover {
    background: #15bcbc;
    color: #fff;
    transform: translateY(-4px);
}

.site-footer .col-lg-2 > a,
.site-footer .col-lg-3 > a {
    display: block;
    margin-bottom: 10px;
}

.site-footer .col-lg-3 p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.site-footer .col-lg-3 p i {
    margin-top: 5px;
    color: #15bcbc;
}

.site-footer .col-lg-3 p a,
.site-footer .col-lg-3 p span {
    color: inherit;
}

.footer-newsletter {
    padding: 30px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
}

.footer-newsletter-form {
    display: flex;
    gap: 12px;
}

.footer-newsletter-form .form-control {
    min-height: 54px;
    border-radius: 12px;
}

.footer-newsletter-form .v3-btn-primary {
    border: 0;
    white-space: nowrap;
}

.footer-bottom a {
    color: inherit;
}

.footer-bottom a:hover {
    color: #15bcbc;
}

@media (max-width: 767px) {
    .footer-newsletter-form {
        flex-direction: column;
    }

    .footer-newsletter-form .v3-btn-primary {
        width: 100%;
    }
}


img{
    max-width:100%;
    height:auto;
    display:block;
}

.v3-about-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}
.v3-about-image img{
    width:100%;
    object-fit:cover;
}



/* FINAL WIDTH AND OVERFLOW PROTECTION */
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    max-width: 100%;
}

.v3-hero,
.v3-marquee,
.v3-about,
.v3-services,
.v3-projects,
.v3-map,
.v3-video,
.v3-testimonials,
.v3-partners,
.v3-news,
.v3-cta,
.site-footer {
    width: 100%;
    max-width: 100%;
}

.v3-about-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .v3-about-card {
        right: 18px;
        bottom: 18px;
        width: 205px;
    }

    .v3-marquee-track {
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .v3-about-image {
        padding-bottom: 70px;
    }

    .v3-about-card {
        right: 10px;
        bottom: 0;
        width: min(200px, calc(100% - 20px));
        padding: 24px;
    }

    .v3-about-card h3 {
        font-size: 44px;
    }

    .v3-marquee {
        padding: 20px 0;
    }

    .v3-marquee-track {
        gap: 32px;
        animation-duration: 22s;
    }
}