/* ===== GLOBAL FONT SETUP ===== */

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

/* Headings - Strong Corporate Look */
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}

p,
div {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

/* Navbar */
.navbar {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;

}

/* Hero Section */
.hero-subtitle {
    font-family: 'Inter', sans-serif;
}

.hero-animated {
    font-family: 'Mulish', sans-serif;
}

/* Buttons */
.btn,
.hero-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}


.navbar .navbar-nav .nav-link {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: #000;
    margin-right: 0;
    font-size: 14px;
}


.btn-primary {
    color: #fff;
    background-color: #355872;
    border-color: #355872;
}

.btn-primary:hover {
    color: #000;
    background-color: #355872;
    border-color: #355872;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #355872;
    border-color: #9CD5FF;
    box-shadow: 0 0 0 .25rem #9CD5FF;
}

a {
    color: #093046;
    text-decoration: none;
}

a:hover {
    color: #093046;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #062f44 !important;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem #d5e8fc;
}

.navbar-light .navbar-toggler {
    color: rgb(3 57 80 / 55%);
    border-color:  0 0 45px rgba(0, 0, 0, .07);
}

.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem #9CD5FF;
}

/* ================= HEADER ================= */

.radion-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

/* Container width control */
.radion-header .container {
    max-width: 1200px;
}

.header-top-row {
    display: flex;
    justify-content: space-between;
}

.logo-area {
    position: relative;
    top: 28px;
    transform: translateX(-50%);
}

.logo-area img {
    height: 52px;
    display: block;
}

.contact-area {
    display: flex;
    align-items: center;
    gap: 35px;
}

.contact-area span {
    font-size: 14px;
    font-weight: 500;
    color: #355872;
}

.contact-area i {
    margin-right: 6px;
}

.header-divider {
    height: 1px;
    background: #dcdcdc;
    width: 650px;
    margin-left: 529px;
}

/* ===== NAVIGATION ===== */
.radion-nav {
    padding: 0;
}

.radion-nav .navbar-nav {
    gap: 15px;
}

.radion-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
    padding: 18px 0;
    position: relative;
    transition: 0.3s ease;
}

.radion-nav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #355872;
}

.radion-nav .nav-link:hover {
    color: #355872;
}

/* Call button */
.call-btn {
    background: #355872;
    color: #fff !important;
    padding: 9px 22px;
    border-radius: 22px;
    font-weight: 600;
    font-size: 14px;
}

.call-btn:hover {
    background: #27465b;
}

@media (max-width: 991px) {

    .header-top-row {
        padding: 15px 0;
    }

    .contact-area {
        display: none;
    }

    .logo-area img {
        height: 45px;
    }

    .navbar-brand img {
        height: 45px;
    }

    .navbar-brand,
    .navbar-toggler {
        align-self: center;
    }

    .navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .premium-hero,
    .contact-container {
        margin: 12px 15px;
    }

    .showcase-container,
    .statement-wrapper,
    .contact-section .contact-container {
        padding: 0 20px;
        margin: 0;
    }

    .radion-nav {
        border-top: 1px solid #dcdcdc;
    }

    .radion-nav .navbar-collapse {
        background: #ffffff;
        padding: 15px 20px;
    }

    .radion-nav .navbar-nav {
        gap: 15px;
    }

    .radion-nav .nav-link {
        padding: 10px 0;
    }

    .call-btn {
        margin-top: 10px;
        display: inline-block;
    }
}


/* footer */

.radion-footer-wrapper {
    padding: 60px 55px 15px 55px;
    background: transparent;
}

.radion-footer {
    background: #0A3146;
    border-radius: 40px;
    padding: 70px 80px 40px 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.radion-footer::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(122, 170, 206, 0.15), transparent 70%);
    top: -150px;
    right: -150px;
    filter: blur(60px);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.4fr;
    gap: 60px;
    align-items: start;
}

/* Logo */
.footer-logo {
    margin-bottom: 25px;
    object-fit: contain;
}

/* About Text */
.footer-about p {
    color: #fff;
    line-height: 1.8;
    font-size: 16px;
    max-width: 320px;
}

/* Headings */
.footer-col h4 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 600;
}

/* Links */
.footer-links a {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.footer-links a:hover {
    color: #9CD5FF;
    padding-left: 5px;
}

/* Contact Card */
.contact-card {
    background: #456271;
    padding: 30px;
    border-radius: 20px;
}

.contact-card p {
    font-size: 14px;
    margin-bottom: 14px;
    color: #fff;
}

.contact-card i {
    margin-right: 10px;
    color: #fff;
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 991px) {

    .radion-footer-wrapper {
        padding: 20px;
        background: transparent;
    }

    .radion-footer {
        padding: 50px 30px 30px 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-about p {
        max-width: 100%;
    }
}


/* index page */

/* ===== HERO SECTION ===== */
.premium-hero {
     position: relative;
    height: 95vh;
    width: 100%;
    border-radius: 0; 
    overflow: hidden;
    margin: 0;     
}

.hero-video-bg {
    position: absolute;
    width: 120%;
    height: 120%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.premium-hero .hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    opacity: 0.5;
}

.hero-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(135px);
}

.hero-big-title {
    font-size: 60px;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
}

.hero-big-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 65%;
    height: 3px;
}

.hero-features {
    display: flex;
    flex-direction: column;   
    align-items: center;  
    gap: 10px;
}

.hero-features span {
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    font-size: 22.4px;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    line-height: 1.3;
}

/* .hero-features span:hover {
    background: rgba(255, 255, 255, 0.1);
} */

/* Button */
.hero-main-btn {
    background: #ffffff;
    color: #000;
    padding: 14px 45px;
    border-radius: 35px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.hero-main-btn:hover {
    transform: translateY(-3px);
}

@media (max-width: 768px) {

     .premium-hero {
        margin: 0;          /* keep full width */
        height: 92vh;       /* slightly smaller for mobile */
        border-radius: 0;
    }

     .premium-hero .hero-overlay {
        opacity: 0.55;      /* a little darker for readability */
    }

    .hero-inner {
        transform: translateY(60px); /* smaller shift for mobile */
        padding: 0 20px;
    }

    .hero-big-title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 18px;
    }

    .hero-features span {
        font-size: 14px;
        padding: 8px 14px;
        border-radius: 40px;
    }

    .hero-main-btn {
        padding: 12px 30px;
        font-size: 14px;
    }

    .hero-video-bg {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }


    .hero-features {
        flex-direction: column;
        gap: 15px;
    }

    .header-top {
        flex-direction: column;
        gap: 10px;
    }

    .header-bottom {
        justify-content: center;
    }

    .header-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-nav a {
        margin: 10px 15px;
    }

    .contact-container {
        margin: 15px 10px;
    }

    .showcase-container,
    .statement-wrapper,
    .contact-section .contact-container {
        padding: 0 15px;
    }

}

.premium-gallery {
    background: #07121c;
    padding: 100px 0;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
}

.premium-showcase .section-title {
    color: #07121c;
}

.section-subtitle {
    margin-top: 15px;
    color: #9fb3c8;
    font-size: 16px;
}

.premium-showcase .section-subtitle {
    color: #425058;
}

.project-item {
    overflow: hidden;
    border-radius: 20px;
    transition: 0.4s ease;
}

.project-item img {
    width: 100%;
    transition: 0.6s ease;
    border-radius: 20px;
}

.project-item:hover img {
    transform: scale(1.05);
}


/* second section */

.premium-showcase {
    padding: 40px;
}

.showcase-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1294px;
    margin: auto;
    padding: 50px;
    gap: 45px;
    background: linear-gradient(93deg, rgb(122, 170, 206), #F7F7F7), #fff;
    border-radius: 23px;
}

.showcase-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 13px;
}

.showcase-content {
    flex: 1;
    color: #ffffff;
    opacity: 0.95;
}

.showcase-image {
    flex: 1;
    position: relative;
}

.showcase-content {
    flex: 1;
    color: #ffffff;
}

.showcase-content h2 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #355872, #7AAACE, #9CD5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}

.showcase-content p {
    font-size: 19px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 45px;
    max-width: 520px;
}


.showcase-btn {
    background: linear-gradient(135deg, #355872, #7AAACE);
    padding: 16px 40px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.5s ease;
    box-shadow: 0 15px 50px rgba(122, 170, 206, 0.3);
}

.showcase-btn:hover {
    transform: translateY(-6px);
    color: white;
}

.fade-out {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* third section */

.corporate-statement {
    position: relative;
    background: #F7F7F7;
    padding: 45px 0;
    z-index: 2;
}

.premium-showcase {
    position: relative;
    z-index: 1;
}

.statement-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
}

.statement-left {
    position: relative;
}

.accent-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #355872, #9CD5FF);
    margin-bottom: 30px;
    border-radius: 2px;
}

.statement-left h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #0A3146;
    word-break: break-word;
    max-width: 100%;
}

/* ===== CERTIFIED BOX ===== */

.certified-box {
    margin-top: 35px;
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 630px;
}

.certified-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cert-line {
    width: 3px;
    height: 65px;
    background: #7AAACE;
    border-radius: 3px;
}

.cert-text strong {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

/* .cert-logos {
    display: flex;
    align-items: center;
    gap: 55px;
}

.cert-logos img {
    object-fit: contain;
} */

.cert-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 360px;
}

.cert-logos img {
    width: calc(33.33% - 20px);
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .certified-box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        max-width: 100%;
    }

    .certified-left {
        justify-content: center;
    }
}

/* RIGHT SIDE CARD */

.statement-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
    transform: translateY(60px);
    opacity: 0;
    transition: all 1s cubic-bezier(.77, 0, .18, 1);
}

.statement-card p {
    font-size: 16px;
    color: #02245b;
    line-height: 1.8;
    margin-bottom: 15px;
}

.statement-card.active {
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 992px) {
    .statement-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .statement-left h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .capability-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .showcase-container {
        flex-direction: column;
        text-align: center;
    }

    .showcase-image img {
        height: 350px;
    }

    .statement-wrapper {
        margin: 0;
    }
}

/* ================= INDUSTRY INNOVATIONS ================= */

.industry-innovations {
    padding: 80px 0;
    background: #f4f7fb;
}

.innovations-header {
    text-align: center;
    margin-bottom: 80px;
}

.innovations-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #355872;
}

.innovations-wrapper {
    display: flex;
    flex-direction: column;
}

.innovation-tabs {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    display: flex;
    margin-bottom: 10px;
}

.tab-item {
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    background: #F7F7F7;
    transition: 0.3s ease;
    border-left: 4px solid transparent;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    font-size: 16px;
}

.tab-item:hover {
    transform: translateX(6px);
}

.tab-item.active {
    background: #355872;
    color: #ffffff;
    border-left: 4px solid #9CD5FF;
}

/* RIGHT CONTENT */
.innovation-content {
    position: relative;
}

.tab-content {
    display: none;
    animation: fadeIn 0.6s ease forwards;
}

.tab-content.active {
    display: block;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
}

.content-image img {
    width: 100%;
    max-width: 510px;
    height: 360px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin-left: 20px;
}

.content-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #355872;
}

.content-text p {
    font-size: 19px;
    color: #000;
    line-height: 1.7;
}

.industry-accent-line {
    width: 490px;
    height: 4px;
    background: linear-gradient(90deg, #355872, #9CD5FF);
    margin-bottom: 30px;
    border-radius: 2px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {

    .industry-innovations {
        padding: 60px 0;
    }

    .innovations-header h2 {
        font-size: 28px;
    }

    .innovations-wrapper {
        grid-template-columns: 1fr;
    }

    .innovation-tabs {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .tab-item {
        width: 100%;
        padding: 16px 18px;
        font-size: 16px;
        text-align: left;
        border-radius: 10px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .content-image img {
        width: 100%;
        height: auto;
        border-radius: 16px;
        object-fit: cover;
        height: 300px;
        margin-left: 0px;
    }

    .content-text h3 {
        font-size: 22px;
    }

    .content-text p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* ================= REFERENCES SLIDER ================= */

.references-section {
    padding: 100px 0;
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
}

.references-section .section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0A3146; 
    margin-bottom: 15px;
}

.references-section .section-header p {
    color: #5f6f7a;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 70px;
}

.reference-carousel .ref-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 25px;
    min-height: 225px;
    transition: 0.4s ease;
}

.reference-carousel .ref-card:hover {
    transform: translateY(-8px);
}

.ref-flag img {
    border-radius: 6px;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;

}

.ref-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #0A3146;
    margin-bottom: 8px;
}

.ref-content p {
    font-size: 14px;
    color: #4a5963;
    margin: 0;
    line-height: 1.6;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #355872;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.owl-nav .owl-prev {
    left: -25px;
}

.owl-nav .owl-next {
    right: -25px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: #0A3146;
    color: #ffffff;
}

@media (max-width: 768px) {
    .reference-carousel .ref-card {
        flex-direction: column;
        text-align: center;
    }

    .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav .owl-next {
        right: 0;
    }
}

/* ================= FAQ SECTION ================= */

.faq-section {
    background: #fff;
    padding: 40px 0;
}

.faq-title {
    font-size: 48px;
    font-weight: 700;
    color: #355872;
}

.faq-wrapper {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 60px;
}

.faq-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item {
    background: #fff;
    border-radius: 16px;
    padding: 20px 25px;
    border: 1px solid #d6e6f2;
    cursor: pointer;
    transition: 0.3s;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #000;
    font-size: 22px;
}

.accordion-icon i {
    font-size: 18px;
    transition: 0.3s ease;
}

.accordion-item.active .accordion-icon i {
    transform: rotate(180deg);
}

.accordion-body {
    margin-top: 15px;
    display: none;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    font-size: 18px;
}

.accordion-item.active .accordion-body {
    display: block;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #d6e6f2;
}

.faq-accent-line {
    width: 465px;
    height: 4px;
    background: linear-gradient(90deg, #355872, #9CD5FF);
    margin-bottom: 50px;
    border-radius: 2px;
}

/* ================= CONTACT SECTION ================= */

.contact-section {
    padding: 0px 0 40px 0;
}

.contact-container {
    background: #B1E5F226;
    border-radius: 40px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin: 15px 55px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 20px;
}

.contact-form-box h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0A3146;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
}

.contact-form-box textarea {
    height: 120px;
    margin-bottom: 20px;
}

.contact-form-box button {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    background: #113949;
    color: #fff;
    border: none;
    font-weight: 600;
}

.contact-form-box {
    background: white;
    padding: 25px;
    border-radius: 26px;
}

.form-control:focus {
    color: #9fb3c8;
    background-color: #fff;
    border-color: #d5e8fc;
    outline: 0;
    box-shadow: 0 0 0 .25rem #d5e8fc;
}

.stats-section {
    position: relative;
    margin: 100px auto;
    padding: 120px 40px;
    max-width: 1400px;
    border-radius: 40px;
    overflow: hidden;
    background: url('../img/pexels-jan-rune-smenes-reite.jpg') center/cover no-repeat;
}

.stats-overlay {
    position: absolute;
    inset: 0;
    background: #0A3146CC;
    z-index: 1;
}

.stats-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    color: #fff;
}

.stat-box h2 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.stat-box p {
    font-size: 22px;
}

@media (max-width: 992px) {
    .stats-wrapper {
        flex-direction: column;
        gap: 50px;
    }

    .stat-box h2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {

    .showcase-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        gap: 30px;
    }

    .showcase-image img {
        height: auto;
    }

    .showcase-content h2 {
        font-size: 32px;
    }

    .showcase-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .showcase-btn {
        padding: 14px 30px;
    }

    .corporate-statement {
        padding: 40px 0;
        overflow: hidden;
    }

    .statement-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .statement-left h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .certified-box {
        width: 100%;
        padding: 20px;
        gap: 20px;
        flex-direction: column;
        text-align: center;
        max-width: 100%;
    }

    .certified-left {
        justify-content: center;
    }

    .cert-line {
        display: none;
    }

    .cert-logos {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cert-logos img {
        max-width: 80px;
        height: auto;
    }

    .statement-card {
        padding: 20px;
        border-radius: 18px;
    }

    .statement-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .stats-section {
        padding: 80px 20px;
        margin: 20px;
    }

    .faq-wrapper {
        grid-template-columns: 1fr;
    }

    .faq-accent-line {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        margin: 15px 15px;
        padding: 30px;
    }

    .contact-map iframe {
        min-height: 250px;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .stat-box h2 {
        font-size: 36px;
    }

    .industry-accent-line {
        width: auto;
        height: 4px;
        background: linear-gradient(90deg, #355872, #9CD5FF);
        margin-bottom: 30px;
        border-radius: 2px;
    }

    .first-quote {
        margin-top: 0px !important;
    }
    .faq-title {
    font-size: 28px;
    font-weight: 700;
    color: #355872;
}
}

/* ================= SOLUTION PAGE ================= */

.solution-cards-section {
    padding: 40px 0;
    background: #f4f7fa;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0A3146;
    margin-bottom: 25px;
}

.section-header p {
    max-width: 720px;
    margin: 0 auto 70px;
    font-size: 18px;
    color: #5b6a73;
}

.solution-card {
    background: #ffffff;
    padding: 40px 30px 35px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(10, 49, 70, 0.06);
    transition: 0.4s ease;
    position: relative;
    height: 100%;
    border: 1px solid #edf1f5;
}

.solution-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0A3146;
}

.price-label {
    font-size: 13px;
    color: #355872;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.solution-card p {
    margin: 22px 0 28px;
    font-size: 15px;
    color: #4a5963;
    line-height: 1.7;
}

.solution-btn {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 30px;
    background: transparent;
    color: #355872;
    font-weight: 600;
    border: 2px solid #355872;
    transition: 0.3s ease;
}

.solution-btn:hover {
    background: #355872;
    color: #ffffff;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(10, 49, 70, 0.12);
}

.solution-card.featured {
    border: 2px solid #355872;
}

.first-quote {
    margin-top: 55px;
}

.solution-fluid {
    height: 106px;
    width: 102px;
    object-fit: cover;
}
.meet-innovators{
    color: #0A3146;
}

@media (max-width:768px){

.service-item .service-title{
    display:none;
}

.service-item .service-text{
    top:0 !important;
}

.service-item .service-text{
    position:absolute;
    padding:65px 30px 25px;
    background:rgba(53,88,114,0.85);
}

.service-item .service-img{
    z-index:2;
}

}


/* ====== Start Cookie Popup css ======= */

/* .cookie-popup {
  position: fixed;
  bottom: 0;
  display: none;
  align-items: center;
  padding: 20px;
  z-index: 9999;
} */

.cookie-popup {
  position: fixed;
  bottom: 50%;        
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;   
  align-items: center;
  padding: 20px;
  z-index: 9999;
  top: 50%;
}

.cookie-box {
  background: #ffffff;
  max-width: 700px;
  width: 100%;
  padding: 18px;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  text-align: left;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.158);
}
.cookie-box p {
  font-size: 12.5px;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 12px;
  line-height: normal;
  margin-bottom: 4px;
}

.cookie-list {
    margin: 10px 0;
    font-size: 12.5px;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
}

.policy-links a {
    color: #0A3146;
    font-family: 'Mulish', sans-serif;
    text-decoration: none;
    font-size: 13px;

}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-buttons button {
  margin: 5px;
  padding: 10px 18px;
  border: none;
  cursor: pointer;
  font-size: 12.5px;
}

#acceptAll {
    background: #0A3146;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-weight: 600;
}

.secondary {
    background: #cc505c;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-weight: 600;
}

.outline {
    background: #456271;
    border: 1px solid #333;
    color: #fff;
    border-radius: 12px;
    border: none;
    font-weight: 600;
}

.customize-section {
  display: none;
  margin-top: 15px;
}

.customize-section label {
  display: block;
  font-size: 12.5px;
}

.save-btn {
    margin-top: 10px;
    background: #007bff;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 12px;
    font-size: 12.5px;
}

/* ====== End Cookie Popup css ======= */


.contact-locations{
margin-top:60px;
}

.contact-map iframe{
border-radius:6px;
}

/* new header */

/* top menu spacing */
.admin-top-menu{
    margin-left:40px;
}

/* nav item spacing */
.admin-top-menu .nav-item{
    margin-left:10px;
}

/* nav links */
.admin-top-menu .nav-link{
    font-weight:500;
    font-size:15px;
    color:#444;
    padding:18px 14px;
    position:relative;
    transition:0.2s;
}

/* hover */
.admin-top-menu .nav-link:hover{
    color:#1e88e5;
}

/* active page */
.admin-top-menu .nav-link.active{
    color:#1e88e5;
    font-weight:600;
}

/* blue underline */
.admin-top-menu .nav-link.active::after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:3px;
    background:#1e88e5;
    border-radius:2px;
}

/* logout color */
.logout-link{
    color:#e53935 !important;
    font-weight:600;
}

@media (min-width:1279px) and (max-width:1280px) {

   .logo-area img {
    height: 52px;
    display: block;
    margin-left: 100px !important;
}
}

.presence-section {
    padding: 40px 20px;
    background: #B1E5F226;
}

.presence-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}

/* FLEX CONTAINER */
.presence-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;   /* 👈 side spacing */
}

.presence-list {
    flex: 0 0 30%;
    max-width: 380px;     /* reduce width */
    margin-left: auto;    /* 👈 bring slightly inward */
}

/* LEFT = 70% */
.map-wrapper {
    flex: 0 0 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* RIGHT = 30% */
.presence-list {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* justify-content: center; */
    max-width: 450px;
}

/* MAP FIX */
/* .map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
} */

.world-map {
    width: 100%;
    height: auto;
    display: block;
}

/* LOCATION ITEMS */
.location-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.flag {
    width: auto;
    height: 50px;
    object-fit: cover;
    border-radius: 2px;
}

.location-address {
    font-size: 16px;
    margin: 0;
    color: #333;
}

/* MOBILE */
@media (max-width: 992px) {
    .presence-container {
        flex-direction: column;
    }

    .presence-map,
    .presence-list {
        flex: 100%;
    }
}


/* ==== Our Presence Section ==== */

.region-text {
    font-size: 1rem;
    margin-bottom: 0;
}

/* Map wrapper */
/* .map-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */

.map-inner {
    position: relative;
    width: 100%;
    max-width: 1000px;  
        margin-top: 95px;
}
/* markers layer */
#map-markers {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* ==== Contact Form Section ==== */
.contact-section {
    padding: 20px 20px;
    text-align: left;
}

/* Markers */
.marker {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #d71e6a;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 5;
}

.marker::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgb(237 41 137 / 88%);
    top: -8px;
    left: -8px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.6);
        opacity: .9;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Popups */
.location-popup {
    position: absolute;
    background: #fff;
    padding: 14px 16px;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    width: 280px;
    display: none;
    z-index: 10;
    font-size: 14px;
}

.popup-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.popup-row a {
    color: #5F656F;
}

.popup-row a:hover {
    color: #5F656F;
}

.popup-text {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}


.popup-text strong {
    font-weight: 700;
    margin-bottom: 2px;
    color: #000;

}

.popup-text span {
    color: #5F656F;
    font-size: 14px;
}


.contact-form-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .contact-form-box {
        top: 100px;
    }
}

.region-title {
    font-weight: 700 !important;
    margin-bottom: 5px;
    color: #000;
    font-size: 17px;
}

.presence-header {
    text-align: center;
    margin-bottom: 20px;
}

p.location-contact {
    margin-bottom: 5px;
}

.location-contact-address {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600 !important;
}

.location-contact-address-first {
    color: #000;
    font-size: 13px;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.location-contact-first a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 13px;
    margin-bottom: 0;
}

.location-contact-first a:hover {
    color: #000;
    font-weight: 700 !important;
    font-size: 13px;
    margin-bottom: 0;
}
p.location-contact-first {
    margin-bottom: 0;
}

.location-contact a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 600 !important;
}

.location-contact a:hover {
    color: #000;
    font-weight: 600 !important;
}

.location-card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    height: 100%;
    text-align: center;
}

.flag-img {
    width: 100%;
    max-width: 160px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.location-info {
    text-align: left;
}

/* Mobile fix */
@media (max-width: 768px) {

    .location-card {
        margin-bottom: 15px;
    }

    .flag-img {
        margin: 0 auto 10px;
    }

    .region-title {
        font-size: 16px;
    }

    .location-contact,
    .location-contact-address {
        font-size: 16px;
    }

    .location-popup {
    position: absolute;
    background: #fff;
    padding: 14px 16px;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
     max-width: 90vw;
        left: 50% !important;
        transform: translateX(-50%);
    display: none;
    z-index: 10;
    font-size: 14px;
}
.location-info {
    text-align: center;
}
.map-inner {
    position: relative;
    width: 100%;
    max-width: 1000px;  
    margin-top: 0px;
}
}
