@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

/* =========================================================
   MARHABA SERVICES — GLOBAL
   ========================================================= */

:root {
    --ms-navy: #07152c;
    --ms-navy-light: #102447;
    --ms-blue: #176bff;
    --ms-cyan: #23d5e8;
    --ms-orange: #ff8a32;
    --ms-gold: #f5c75b;
    --ms-white: #ffffff;
    --ms-text: #18243a;
    --ms-muted: #6a778d;
    --ms-light: #f4f7fc;
    --ms-border: rgba(16, 36, 71, 0.12);
}

.ms-page {
    overflow: hidden;
    color: var(--ms-text);
    background: var(--ms-white);
    font-family: "Manrope", sans-serif;
}

.ms-page h1,
.ms-page h2,
.ms-page h3,
.ms-page strong {
    font-family: "Sora", sans-serif;
}

.ms-page a {
    text-decoration: none;
}

/* =========================================================
   HERO
   ========================================================= */

.ms-hero {
    position: relative;
    min-height: 850px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 75% 34%, rgba(35, 213, 232, 0.16), transparent 25%),
        radial-gradient(circle at 16% 72%, rgba(23, 107, 255, 0.22), transparent 32%),
        linear-gradient(135deg, #040b1a 0%, #07172f 50%, #092551 100%);
}

.ms-hero-background,
.ms-hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ms-hero-grid {
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 65px 65px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.ms-hero-light {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    animation: msLightFloat 8s ease-in-out infinite;
}

.ms-hero-light-one {
    top: 12%;
    right: 7%;
    width: 340px;
    height: 340px;
    background: rgba(35, 213, 232, 0.09);
}

.ms-hero-light-two {
    bottom: 5%;
    left: 5%;
    width: 280px;
    height: 280px;
    background: rgba(255, 138, 50, 0.08);
    animation-delay: -4s;
}

@keyframes msLightFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(25px, -22px, 0) scale(1.08);
    }
}

.ms-topbar {
    position: relative;
    z-index: 10;
    display: flex;
    min-height: 105px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ms-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #ffffff;
}

.ms-brand:hover {
    color: #ffffff;
}

.ms-brand-symbol {
    position: relative;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(35, 213, 232, 0.45);
    border-radius: 17px;
    color: var(--ms-cyan);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 0 25px rgba(35, 213, 232, 0.09);
    font-size: 27px;
}

.ms-brand-symbol .bi-airplane-fill {
    position: absolute;
    right: -5px;
    top: -4px;
    color: var(--ms-orange);
    font-size: 17px;
    transform: rotate(14deg);
}

.ms-brand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ms-brand strong {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.ms-brand small {
    margin-top: 7px;
    color: var(--ms-cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.3em;
}

.ms-topbar-contact {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 800;
    transition: 0.25s ease;
}

.ms-topbar-contact i {
    color: #25d366;
    font-size: 18px;
}

.ms-topbar-contact:hover {
    border-color: rgba(35, 213, 232, 0.55);
    color: #ffffff;
    background: rgba(35, 213, 232, 0.1);
    transform: translateY(-2px);
}

.ms-hero-row {
    min-height: 675px;
    padding: 70px 0 95px;
}

.ms-hero-content {
    position: relative;
    z-index: 5;
    max-width: 760px;
}

.ms-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    padding: 9px 14px;
    border: 1px solid rgba(35, 213, 232, 0.25);
    border-radius: 999px;
    color: var(--ms-cyan);
    background: rgba(35, 213, 232, 0.07);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ms-hero-content h1 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: clamp(48px, 6.4vw, 86px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.ms-hero-content h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, var(--ms-cyan), #7cecff 48%, var(--ms-orange));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ms-hero-content > p {
    max-width: 680px;
    margin-bottom: 33px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.8;
}

.ms-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 45px;
}

.ms-primary-button,
.ms-secondary-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 13px 23px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.28s ease;
}

.ms-primary-button {
    color: #041228;
    background: linear-gradient(135deg, var(--ms-cyan), #78efff);
    box-shadow: 0 16px 36px rgba(35, 213, 232, 0.22);
}

.ms-primary-button:hover {
    color: #041228;
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(35, 213, 232, 0.32);
}

.ms-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.ms-secondary-button:hover {
    border-color: var(--ms-orange);
    color: #ffffff;
    background: rgba(255, 138, 50, 0.1);
    transform: translateY(-3px);
}

.ms-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.ms-hero-trust > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.ms-hero-trust > div > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--ms-cyan);
    background: rgba(255, 255, 255, 0.07);
    font-size: 18px;
}

.ms-hero-trust span {
    display: flex;
    flex-direction: column;
}

.ms-hero-trust strong {
    color: #ffffff;
    font-size: 12px;
}

.ms-hero-trust small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

/* =========================================================
   HERO GLOBE
   ========================================================= */

.ms-hero-visual {
    position: relative;
    min-height: 560px;
}

.ms-globe {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 370px;
    height: 370px;
    place-items: center;
    border: 1px solid rgba(35, 213, 232, 0.23);
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 30%, rgba(77, 225, 242, 0.22), transparent 25%),
        radial-gradient(circle, rgba(23, 107, 255, 0.16), rgba(4, 16, 37, 0.72));
    box-shadow:
        inset 0 0 70px rgba(35, 213, 232, 0.1),
        0 0 80px rgba(23, 107, 255, 0.15);
    transform: translate(-50%, -50%);
    animation: msGlobeFloat 6s ease-in-out infinite;
}

.ms-globe > .bi-globe-americas {
    color: rgba(91, 230, 244, 0.75);
    font-size: 225px;
    filter: drop-shadow(0 0 25px rgba(35, 213, 232, 0.22));
}

.ms-globe-ring {
    position: absolute;
    border: 1px solid rgba(35, 213, 232, 0.24);
    border-radius: 50%;
}

.ms-globe-ring-one {
    inset: -38px;
    transform: rotateX(67deg) rotateZ(8deg);
}

.ms-globe-ring-two {
    inset: 36px -62px;
    transform: rotateY(66deg) rotateZ(-15deg);
}

.ms-flight-path {
    position: absolute;
    inset: -45px;
    border: 1px dashed rgba(255, 138, 50, 0.38);
    border-radius: 50%;
    animation: msFlightOrbit 11s linear infinite;
}

.ms-flight-path i {
    position: absolute;
    top: 24px;
    right: 45px;
    color: var(--ms-orange);
    font-size: 28px;
    filter: drop-shadow(0 0 12px rgba(255, 138, 50, 0.65));
    transform: rotate(35deg);
}

.ms-destination {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: var(--ms-orange);
    box-shadow: 0 0 0 8px rgba(255, 138, 50, 0.12);
    animation: msDestinationPulse 2s ease-in-out infinite;
}

.ms-destination-one {
    top: 22%;
    left: 25%;
}

.ms-destination-two {
    top: 44%;
    right: 21%;
    animation-delay: -0.7s;
}

.ms-destination-three {
    bottom: 23%;
    left: 42%;
    animation-delay: -1.3s;
}

@keyframes msGlobeFloat {
    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% - 15px));
    }
}

@keyframes msFlightOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes msDestinationPulse {
    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(255, 138, 50, 0.12);
    }

    50% {
        box-shadow: 0 0 0 13px rgba(255, 138, 50, 0.03);
    }
}

.ms-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    min-width: 210px;
    align-items: center;
    gap: 12px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 17px;
    background: rgba(8, 24, 52, 0.75);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    animation: msCardFloat 4.5s ease-in-out infinite;
}

.ms-floating-card > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    font-size: 19px;
}

.ms-floating-card span {
    display: flex;
    flex-direction: column;
}

.ms-floating-card small {
    margin-bottom: 3px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.ms-floating-card strong {
    color: #ffffff;
    font-size: 12px;
}

.ms-flight-card {
    top: 9%;
    left: -3%;
}

.ms-flight-card > i,
.ms-flight-card small {
    color: var(--ms-cyan);
}

.ms-flight-card > i {
    background: rgba(35, 213, 232, 0.12);
}

.ms-document-card {
    right: -4%;
    top: 42%;
    animation-delay: -1.4s;
}

.ms-document-card > i,
.ms-document-card small {
    color: var(--ms-orange);
}

.ms-document-card > i {
    background: rgba(255, 138, 50, 0.12);
}

.ms-technology-card {
    bottom: 4%;
    left: 10%;
    animation-delay: -2.8s;
}

.ms-technology-card > i,
.ms-technology-card small {
    color: #b693ff;
}

.ms-technology-card > i {
    background: rgba(182, 147, 255, 0.12);
}

@keyframes msCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-11px);
    }
}

.ms-scroll-indicator {
    position: absolute;
    bottom: 27px;
    left: 50%;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.ms-scroll-indicator:hover {
    color: var(--ms-cyan);
}

/* =========================================================
   SHARED HEADINGS
   ========================================================= */

.ms-section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.ms-section-heading > span,
.ms-services-heading > div > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--ms-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.ms-section-heading h2,
.ms-services-heading h2 {
    margin-bottom: 17px;
    color: var(--ms-navy);
    font-size: clamp(33px, 4.5vw, 55px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.ms-section-heading p,
.ms-services-heading p {
    margin: 0;
    color: var(--ms-muted);
    line-height: 1.8;
}

/* =========================================================
   DIVISION NAVIGATION
   ========================================================= */

.ms-division-navigation {
    position: relative;
    padding: 105px 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(23, 107, 255, 0.08), transparent 25%),
        #ffffff;
}

.ms-division-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ms-division-card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    padding: 34px;
    border: 1px solid var(--ms-border);
    border-radius: 28px;
    color: var(--ms-text);
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(13, 33, 67, 0.09);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ms-division-card::before {
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(145deg, rgba(23, 107, 255, 0.08), transparent 65%);
    content: "";
    transition: opacity 0.35s ease;
}

.ms-division-card:hover {
    color: var(--ms-text);
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(13, 33, 67, 0.17);
}

.ms-division-card:hover::before {
    opacity: 1;
}

.ms-division-icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 67px;
    height: 67px;
    margin-bottom: 70px;
    place-items: center;
    border-radius: 20px;
    color: #ffffff;
    font-size: 28px;
}

.ms-travel-division .ms-division-icon {
    background: linear-gradient(145deg, #087bce, var(--ms-cyan));
    box-shadow: 0 15px 30px rgba(35, 213, 232, 0.25);
}

.ms-document-division .ms-division-icon {
    background: linear-gradient(145deg, #ee631f, var(--ms-orange));
    box-shadow: 0 15px 30px rgba(255, 138, 50, 0.25);
}

.ms-technology-division .ms-division-icon {
    background: linear-gradient(145deg, #5741bc, #936ff4);
    box-shadow: 0 15px 30px rgba(111, 77, 207, 0.25);
}

.ms-division-number {
    position: absolute;
    top: 24px;
    right: 28px;
    color: rgba(7, 21, 44, 0.07);
    font-family: "Sora", sans-serif;
    font-size: 76px;
    font-weight: 800;
    line-height: 1;
}

.ms-division-card div {
    position: relative;
    z-index: 2;
}

.ms-division-card small {
    color: var(--ms-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.ms-document-division small {
    color: #df641f;
}

.ms-technology-division small {
    color: #6547c1;
}

.ms-division-card h3 {
    margin: 10px 0 14px;
    color: var(--ms-navy);
    font-size: 27px;
    font-weight: 800;
}

.ms-division-card p {
    min-height: 78px;
    margin-bottom: 23px;
    color: var(--ms-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ms-division-card strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ms-navy);
    font-size: 13px;
}

.ms-division-card:hover strong i {
    transform: translate(3px, -3px);
}

.ms-division-card strong i {
    transition: transform 0.25s ease;
}

.ms-aircraft-animation {
    position: absolute;
    right: -35px;
    bottom: 45px;
    color: rgba(35, 213, 232, 0.08);
    font-size: 115px;
    transform: rotate(-20deg);
    transition: transform 0.7s ease, color 0.35s ease;
}

.ms-travel-division:hover .ms-aircraft-animation {
    color: rgba(35, 213, 232, 0.17);
    transform: translate(25px, -30px) rotate(-8deg);
}

/* =========================================================
   SERVICES SECTIONS
   ========================================================= */

.ms-services-section {
    position: relative;
    padding: 110px 0;
}

.ms-travel-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(35, 213, 232, 0.11), transparent 27%),
        var(--ms-light);
}

.ms-document-section {
    background:
        radial-gradient(circle at 7% 65%, rgba(255, 138, 50, 0.1), transparent 28%),
        #ffffff;
}

.ms-technology-section {
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 15%, rgba(126, 92, 225, 0.25), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(23, 107, 255, 0.18), transparent 30%),
        linear-gradient(145deg, #070d20, #111d3d);
}

.ms-services-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.ms-services-heading > div {
    max-width: 720px;
}

.ms-services-heading > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    color: var(--ms-blue);
    font-size: 13px;
    font-weight: 800;
}

.ms-services-heading > a:hover {
    color: var(--ms-orange);
}

.ms-technology-section .ms-services-heading h2 {
    color: #ffffff;
}

.ms-technology-section .ms-services-heading p {
    color: rgba(255, 255, 255, 0.62);
}

.ms-technology-section .ms-services-heading > div > span,
.ms-technology-section .ms-services-heading > a {
    color: #aa91ff;
}

.ms-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.ms-service-card {
    overflow: hidden;
    border: 1px solid var(--ms-border);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 17px 40px rgba(12, 31, 62, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ms-service-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 27px 60px rgba(12, 31, 62, 0.17);
}

.ms-service-image {
    position: relative;
    height: 225px;
    overflow: hidden;
    background-color: var(--ms-navy-light);
    background-image:
        linear-gradient(145deg, rgba(7, 21, 44, 0.2), rgba(7, 21, 44, 0.72)),
        var(--service-image);
    background-position: center;
    background-size: cover;
    transition: background-size 0.7s ease;
}

.ms-service-card:hover .ms-service-image {
    background-size: 110%;
}

.ms-service-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(3, 12, 29, 0.72), transparent 70%),
        linear-gradient(135deg, rgba(23, 107, 255, 0.08), transparent);
}

.ms-service-icon {
    position: absolute;
    bottom: 18px;
    left: 18px;
    display: grid;
    width: 53px;
    height: 53px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    color: #ffffff;
    background: rgba(7, 21, 44, 0.65);
    backdrop-filter: blur(12px);
    font-size: 23px;
}

.ms-travel-section .ms-service-icon {
    color: var(--ms-cyan);
}

.ms-document-section .ms-service-icon {
    color: var(--ms-orange);
}

.ms-technology-section .ms-service-icon {
    color: #b9a5ff;
}

.ms-service-index {
    position: absolute;
    top: 16px;
    right: 17px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.ms-service-content {
    padding: 25px;
}

.ms-service-content h3 {
    margin-bottom: 12px;
    color: var(--ms-navy);
    font-size: 19px;
    font-weight: 800;
}

.ms-service-content p {
    min-height: 96px;
    margin-bottom: 19px;
    color: var(--ms-muted);
    font-size: 13px;
    line-height: 1.7;
}

.ms-service-content a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ms-blue);
    font-size: 12px;
    font-weight: 800;
}

.ms-document-section .ms-service-content a {
    color: #dd621f;
}

.ms-technology-section .ms-service-content a {
    color: #7350d0;
}

.ms-service-content a i {
    transition: transform 0.25s ease;
}

.ms-service-content a:hover i {
    transform: translate(3px, -3px);
}

.ms-technology-section .ms-service-card {
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.ms-visa-notice {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-top: 32px;
    padding: 20px;
    border: 1px solid rgba(255, 138, 50, 0.2);
    border-radius: 16px;
    color: #735538;
    background: #fff8f0;
    font-size: 13px;
    line-height: 1.7;
}

.ms-visa-notice i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--ms-orange);
    font-size: 20px;
}

.ms-visa-notice p {
    margin: 0;
}

/* =========================================================
   PROCESS
   ========================================================= */

.ms-process-section {
    padding: 110px 0;
    background:
        linear-gradient(rgba(7, 21, 44, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 21, 44, 0.035) 1px, transparent 1px),
        #f9fbfe;
    background-size: 45px 45px;
}

.ms-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ms-process-grid article {
    position: relative;
    padding: 36px;
    border: 1px solid var(--ms-border);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0 18px 45px rgba(13, 33, 67, 0.07);
}

.ms-process-grid article > span {
    position: absolute;
    top: 24px;
    right: 27px;
    color: rgba(7, 21, 44, 0.08);
    font-family: "Sora", sans-serif;
    font-size: 45px;
    font-weight: 800;
}

.ms-process-grid article > i {
    display: grid;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    place-items: center;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(145deg, var(--ms-blue), var(--ms-cyan));
    box-shadow: 0 13px 28px rgba(23, 107, 255, 0.22);
    font-size: 25px;
}

.ms-process-grid article:nth-child(2) > i {
    background: linear-gradient(145deg, #ee631f, var(--ms-orange));
    box-shadow: 0 13px 28px rgba(255, 138, 50, 0.22);
}

.ms-process-grid article:nth-child(3) > i {
    background: linear-gradient(145deg, #5741bc, #9576ee);
    box-shadow: 0 13px 28px rgba(111, 77, 207, 0.22);
}

.ms-process-grid h3 {
    margin-bottom: 13px;
    color: var(--ms-navy);
    font-size: 20px;
    font-weight: 800;
}

.ms-process-grid p {
    margin: 0;
    color: var(--ms-muted);
    font-size: 14px;
    line-height: 1.75;
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.ms-final-cta {
    padding: 90px 0;
    background: #ffffff;
}

.ms-final-cta-card {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 55px;
    border-radius: 32px;
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 20%, rgba(35, 213, 232, 0.22), transparent 25%),
        radial-gradient(circle at 15% 90%, rgba(255, 138, 50, 0.16), transparent 28%),
        linear-gradient(135deg, #07152c, #102d5c);
    box-shadow: 0 28px 70px rgba(7, 21, 44, 0.24);
}

.ms-final-cta-card::before {
    position: absolute;
    right: -100px;
    bottom: -170px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.ms-final-cta-card > div {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.ms-final-cta-card > div > span {
    color: var(--ms-cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.ms-final-cta-card h2 {
    margin: 13px 0 15px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
}

.ms-final-cta-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
}

.ms-final-cta-card > a {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 270px;
    align-items: center;
    gap: 13px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
    transition: 0.25s ease;
}

.ms-final-cta-card > a:hover {
    color: #ffffff;
    background: rgba(37, 211, 102, 0.16);
    transform: translateY(-3px);
}

.ms-final-cta-card > a > .bi-whatsapp {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    color: #ffffff;
    background: #25d366;
    font-size: 23px;
}

.ms-final-cta-card > a span {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ms-final-cta-card > a small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    letter-spacing: 0.1em;
}

.ms-final-cta-card > a strong {
    color: #ffffff;
    font-size: 13px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {
    .ms-hero {
        min-height: auto;
    }

    .ms-hero-row {
        padding-top: 85px;
    }

    .ms-hero-visual {
        min-height: 580px;
        margin-top: 45px;
    }

    .ms-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ms-service-content p {
        min-height: 68px;
    }
}

@media (max-width: 991.98px) {
    .ms-division-grid,
    .ms-process-grid {
        grid-template-columns: 1fr;
    }

    .ms-division-card {
        min-height: 330px;
    }

    .ms-division-icon {
        margin-bottom: 45px;
    }

    .ms-services-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .ms-final-cta-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .ms-topbar {
        min-height: 85px;
    }

    .ms-topbar-contact {
        width: 46px;
        padding: 0;
        font-size: 0;
    }

    .ms-topbar-contact i {
        font-size: 20px;
    }

    .ms-hero-row {
        padding: 65px 0 80px;
    }

    .ms-hero-content h1 {
        font-size: clamp(43px, 13vw, 63px);
    }

    .ms-hero-trust {
        align-items: flex-start;
        flex-direction: column;
    }

    .ms-hero-visual {
        min-height: 460px;
    }

    .ms-globe {
        width: 290px;
        height: 290px;
    }

    .ms-globe > .bi-globe-americas {
        font-size: 175px;
    }

    .ms-floating-card {
        min-width: 175px;
        padding: 10px 12px;
    }

    .ms-flight-card {
        left: 0;
    }

    .ms-document-card {
        right: 0;
    }

    .ms-division-navigation,
    .ms-services-section,
    .ms-process-section {
        padding: 75px 0;
    }

    .ms-service-grid {
        grid-template-columns: 1fr;
    }

    .ms-service-content p {
        min-height: auto;
    }

    .ms-final-cta {
        padding: 65px 0;
    }

    .ms-final-cta-card {
        padding: 38px 25px;
        border-radius: 25px;
    }

    .ms-final-cta-card > a {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 479.98px) {
    .ms-brand-symbol {
        width: 47px;
        height: 47px;
    }

    .ms-brand strong {
        font-size: 18px;
    }

    .ms-brand small {
        font-size: 8px;
    }

    .ms-hero-content h1 {
        font-size: 42px;
    }

    .ms-hero-actions {
        flex-direction: column;
    }

    .ms-primary-button,
    .ms-secondary-button {
        width: 100%;
    }

    .ms-hero-visual {
        min-height: 410px;
    }

    .ms-globe {
        width: 245px;
        height: 245px;
    }

    .ms-globe > .bi-globe-americas {
        font-size: 145px;
    }

    .ms-floating-card {
        min-width: 155px;
    }

    .ms-floating-card strong {
        font-size: 10px;
    }

    .ms-technology-card {
        left: 1%;
    }

    .ms-division-card {
        min-height: auto;
        padding: 27px;
    }

    .ms-service-image {
        height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-hero-light,
    .ms-globe,
    .ms-flight-path,
    .ms-floating-card {
        animation: none;
    }

    html {
        scroll-behavior: auto;
    }
}





/* =========================================================
   JAVASCRIPT REVEAL EFFECTS
   ========================================================= */

.ms-reveal-ready {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.75s ease var(--ms-reveal-delay, 0ms),
        transform 0.75s ease var(--ms-reveal-delay, 0ms);
}

.ms-reveal-ready.ms-reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.ms-hero-visual,
.ms-hero-light {
    transition: transform 0.3s ease-out;
}

.ms-division-card,
.ms-service-card {
    transform-style: preserve-3d;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .ms-reveal-ready {
        opacity: 1;
        transform: none;
        transition: none;
    }
}




/* Hide supermarket navigation only on Marhaba Services. */
body:has(.ms-page) .site-header {
    display: none !important;
}

/* Full-width professional aviation hero. */
.ms-hero {
    background-image:
        linear-gradient(90deg, rgba(3, 10, 25, 0.96) 0%, rgba(5, 18, 41, 0.82) 38%, rgba(5, 18, 41, 0.38) 70%, rgba(3, 10, 25, 0.62) 100%),
        url("../images/marhaba_services/travel/boeing-787-hero.ffa39c032a76.png") !important;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.ms-hero-grid {
    opacity: 0.08;
}

.ms-flight-path i {
    display: none;
}

.ms-real-flight {
    position: absolute;
    top: -37px;
    left: 50%;
    display: flex;
    width: 115px;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
}

.ms-real-flight img {
    display: block;
    width: 115px;
    height: auto;
    filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.5));
}

.ms-real-flight small {
    min-width: 105px;
    margin-top: -5px;
    padding: 6px 9px;
    border: 1px solid rgba(245, 199, 91, 0.55);
    border-radius: 999px;
    color: #07152c;
    background: #f5c75b;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .ms-hero {
        background-attachment: scroll;
    }

    .ms-real-flight {
        width: 80px;
    }

    .ms-real-flight img {
        width: 80px;
    }
}




/* =========================================================
   MARHABA SERVICES PAGE ISOLATION
   ========================================================= */

body:has(.ms-page) footer.site-footer {
    display: none !important;
}

/* =========================================================
   DYNAMIC DIVISION BACKGROUND
   ========================================================= */

.ms-division-navigation {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(35, 213, 232, 0.2), transparent 24%),
        radial-gradient(circle at 88% 75%, rgba(255, 138, 50, 0.18), transparent 25%),
        linear-gradient(135deg, #eaf4ff 0%, #f8fbff 45%, #eef1ff 100%) !important;
}

.ms-division-navigation::before,
.ms-division-navigation::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
    filter: blur(3px);
    pointer-events: none;
}

.ms-division-navigation::before {
    top: -170px;
    left: -130px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(23, 107, 255, 0.14);
    box-shadow:
        0 0 0 55px rgba(23, 107, 255, 0.035),
        0 0 0 110px rgba(35, 213, 232, 0.025);
    animation: msBackgroundOrbit 12s ease-in-out infinite;
}

.ms-division-navigation::after {
    right: -100px;
    bottom: -180px;
    width: 390px;
    height: 390px;
    background: rgba(255, 138, 50, 0.07);
    animation: msBackgroundFloat 9s ease-in-out infinite;
}

@keyframes msBackgroundOrbit {
    0%,
    100% {
        transform: translate(0, 0) rotate(0);
    }

    50% {
        transform: translate(45px, 30px) rotate(25deg);
    }
}

@keyframes msBackgroundFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-35px) scale(1.08);
    }
}

/* =========================================================
   DYNAMIC TRAVEL BACKGROUND
   ========================================================= */

.ms-travel-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5, 17, 40, 0.97), rgba(6, 35, 70, 0.88)),
        url("../images/marhaba_services/travel/airline-tickets.ff2d64c53273.jpg") center/cover fixed !important;
}

.ms-travel-section::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 55px 55px;
    content: "";
    pointer-events: none;
}

.ms-travel-section .ms-services-heading h2 {
    color: #ffffff;
}

.ms-travel-section .ms-services-heading p {
    color: rgba(255, 255, 255, 0.7);
}

.ms-travel-section .ms-services-heading > div > span,
.ms-travel-section .ms-services-heading > a {
    color: #58e5f4;
}

/* =========================================================
   DYNAMIC DOCUMENT BACKGROUND
   ========================================================= */

.ms-document-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 25%, rgba(255, 138, 50, 0.17), transparent 25%),
        radial-gradient(circle at 90% 78%, rgba(23, 107, 255, 0.13), transparent 27%),
        linear-gradient(145deg, #fff8ef, #f8fbff 52%, #eef5ff) !important;
}

.ms-document-section::after {
    position: absolute;
    top: 90px;
    right: -95px;
    z-index: -1;
    width: 330px;
    height: 440px;
    border: 1px solid rgba(255, 138, 50, 0.15);
    border-radius: 35px;
    content: "";
    transform: rotate(18deg);
    pointer-events: none;
}

/* =========================================================
   DYNAMIC PROCESS BACKGROUND
   ========================================================= */

.ms-process-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 20%, rgba(35, 213, 232, 0.16), transparent 27%),
        radial-gradient(circle at 90% 80%, rgba(255, 138, 50, 0.13), transparent 25%),
        linear-gradient(145deg, #061226, #0b2145 58%, #102d5a) !important;
}

.ms-process-section::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
}

.ms-process-section .ms-section-heading > span {
    color: #52e5f4;
}

.ms-process-section .ms-section-heading h2 {
    color: #ffffff;
}

.ms-process-grid article {
    border-color: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(15px);
}

.ms-process-grid article > span {
    color: rgba(255, 255, 255, 0.08);
}

.ms-process-grid h3 {
    color: #ffffff;
}

.ms-process-grid p {
    color: rgba(255, 255, 255, 0.64);
}

/* =========================================================
   MARHABA SERVICES FOOTER
   ========================================================= */

.ms-footer {
    color: #ffffff;
    background:
        radial-gradient(circle at 15% 20%, rgba(35, 213, 232, 0.13), transparent 25%),
        radial-gradient(circle at 85% 75%, rgba(255, 138, 50, 0.1), transparent 25%),
        linear-gradient(145deg, #040b1a, #07172f 55%, #0a2853);
    font-family: "Manrope", sans-serif;
}

.ms-footer-main {
    padding: 85px 0 45px;
}

.ms-footer-grid {
    display: grid;
    grid-template-columns: minmax(290px, 1.5fr) repeat(3, minmax(150px, 0.7fr));
    gap: 55px;
}

.ms-footer-company {
    max-width: 420px;
}

.ms-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #ffffff;
}

.ms-footer-brand:hover {
    color: #ffffff;
}

.ms-footer-brand > span:last-child {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.ms-footer-brand strong {
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.ms-footer-brand small {
    margin-top: 7px;
    color: #23d5e8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.ms-footer-company > p {
    margin: 25px 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.8;
}

.ms-footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 16px;
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 15px;
    color: #ffffff;
    background: rgba(37, 211, 102, 0.1);
}

.ms-footer-whatsapp:hover {
    color: #ffffff;
    background: rgba(37, 211, 102, 0.17);
    transform: translateY(-2px);
}

.ms-footer-whatsapp > i {
    color: #25d366;
    font-size: 24px;
}

.ms-footer-whatsapp span {
    display: flex;
    flex-direction: column;
}

.ms-footer-whatsapp small {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ms-footer-whatsapp strong {
    color: #ffffff;
    font-size: 13px;
}

.ms-footer-column h3 {
    margin-bottom: 23px;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.ms-footer-column ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ms-footer-column a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.ms-footer-column a:hover {
    padding-left: 4px;
    color: #23d5e8;
}

.ms-footer-disclaimer {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 48px;
    padding: 18px;
    border: 1px solid rgba(255, 138, 50, 0.16);
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.54);
    background: rgba(255, 138, 50, 0.06);
    font-size: 12px;
    line-height: 1.7;
}

.ms-footer-disclaimer i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #ff8a32;
    font-size: 18px;
}

.ms-footer-disclaimer p {
    margin: 0;
}

.ms-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.ms-footer-bottom-content {
    display: flex;
    min-height: 90px;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.ms-footer-bottom-content p,
.ms-footer-bottom-content > span {
    margin: 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}

.ms-supermarket-return {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    font-size: 12px;
    font-weight: 800;
}

.ms-supermarket-return:hover {
    border-color: #23d5e8;
    color: #ffffff;
    background: rgba(35, 213, 232, 0.1);
}

@media (max-width: 991.98px) {
    .ms-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .ms-travel-section {
        background-attachment: scroll !important;
    }

    .ms-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ms-footer-bottom-content {
        padding: 25px 0;
        flex-direction: column;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-division-navigation::before,
    .ms-division-navigation::after {
        animation: none;
    }
}



/* =========================================================
   PHOTOGRAPHIC SERVICE DIVISION CARDS
   ========================================================= */

.ms-division-navigation {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(35, 213, 232, 0.18), transparent 25%),
        radial-gradient(circle at 88% 78%, rgba(255, 138, 50, 0.14), transparent 25%),
        linear-gradient(145deg, #050d1f 0%, #0a1d3b 52%, #102c59 100%) !important;
}

.ms-division-navigation::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 55px 55px;
    box-shadow: none;
    content: "";
    animation: none;
}

.ms-division-navigation .ms-section-heading > span {
    color: #23d5e8;
}

.ms-division-navigation .ms-section-heading h2 {
    color: #ffffff;
}

.ms-division-navigation .ms-section-heading p {
    color: rgba(255, 255, 255, 0.67);
}

.ms-division-card {
    position: relative;
    isolation: isolate;
    min-height: 455px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    color: #ffffff;
    background-color: #07152c;
    background-position: center;
    background-size: cover;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.3);
}

.ms-travel-division {
    background-image: url("../images/marhaba_services/divisions/travel-holidays.fc56cb1c2338.jpg") !important;
}

.ms-document-division {
    background-image: url("../images/marhaba_services/divisions/documents-careers.a4e9ec3d8195.jpg") !important;
}

.ms-technology-division {
    background-image: url("../images/marhaba_services/divisions/web-software.e87156362688.jpg") !important;
}

.ms-division-card::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 1;
    background:
        linear-gradient(
            180deg,
            rgba(3, 10, 25, 0.18) 0%,
            rgba(3, 10, 25, 0.35) 32%,
            rgba(3, 10, 25, 0.94) 100%
        );
    content: "";
    transition: background 0.4s ease;
}

.ms-division-card::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background:
        linear-gradient(
            120deg,
            transparent 20%,
            rgba(255, 255, 255, 0.16) 45%,
            transparent 70%
        );
    content: "";
    transform: translateX(-100%);
    transition: opacity 0.35s ease;
}

.ms-division-card:hover {
    border-color: rgba(35, 213, 232, 0.55);
    color: #ffffff;
    background-size: 108%;
    transform: translateY(-12px);
    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(35, 213, 232, 0.12);
}

.ms-division-card:hover::before {
    opacity: 1;
    background:
        linear-gradient(
            180deg,
            rgba(3, 10, 25, 0.1) 0%,
            rgba(3, 10, 25, 0.3) 32%,
            rgba(3, 10, 25, 0.97) 100%
        );
}

.ms-division-card:hover::after {
    opacity: 1;
    animation: msDivisionShine 1.1s ease;
}

@keyframes msDivisionShine {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

.ms-division-card .ms-division-icon {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(6, 18, 42, 0.7);
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.28),
        inset 0 0 22px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.ms-travel-division .ms-division-icon {
    color: #23d5e8;
}

.ms-document-division .ms-division-icon {
    color: #ff9c50;
}

.ms-technology-division .ms-division-icon {
    color: #b79cff;
}

.ms-division-card .ms-division-number {
    color: rgba(255, 255, 255, 0.18);
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
}

.ms-division-card small,
.ms-document-division small,
.ms-technology-division small {
    color: #f5c75b;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.ms-division-card h3 {
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.75);
}

.ms-division-card p {
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.ms-division-card strong {
    color: #ffffff;
}

.ms-division-card strong i {
    color: #23d5e8;
}

.ms-aircraft-animation {
    color: rgba(255, 255, 255, 0.09);
}

.ms-travel-division:hover .ms-aircraft-animation {
    color: rgba(35, 213, 232, 0.22);
}

@media (max-width: 991.98px) {
    .ms-division-card {
        min-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .ms-division-card {
        min-height: 390px;
        padding: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-division-card:hover::after {
        animation: none;
    }
}






#ms-flight-region {
    opacity: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

#ms-flight-region.changing {
    opacity: 0;
    transform: translateY(5px);
}





/* =========================================================
   PAGE-SCROLL AIRCRAFT
   ========================================================= */

.ms-page-aircraft {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 125px;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    transition: opacity 0.35s ease;
}

.ms-page-aircraft.visible {
    opacity: 0.9;
}

.ms-page-aircraft img {
    position: relative;
    z-index: 2;
    display: block;
    width: 125px;
    height: auto;
    filter:
        drop-shadow(0 8px 10px rgba(0, 0, 0, 0.42))
        drop-shadow(0 0 10px rgba(35, 213, 232, 0.18));
}

.ms-page-aircraft-trail {
    position: absolute;
    top: 50%;
    right: 87%;
    width: 95px;
    height: 2px;
    opacity: 0.5;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.75) 0,
            rgba(255, 255, 255, 0.75) 9px,
            transparent 9px,
            transparent 17px
        );
    filter: drop-shadow(0 0 5px rgba(35, 213, 232, 0.6));
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .ms-page-aircraft {
        width: 82px;
    }

    .ms-page-aircraft img {
        width: 82px;
    }

    .ms-page-aircraft-trail {
        width: 55px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-page-aircraft {
        display: none;
    }
}




/* =========================================================
   CONTINENT LABEL
   ========================================================= */

#ms-flight-region {
    opacity: 1;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

#ms-flight-region.changing {
    opacity: 0;
    transform: translateY(5px);
}

/* =========================================================
   PAGE-SCROLL AIRCRAFT
   ========================================================= */

.ms-page-aircraft {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 125px;
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    transition: opacity 0.35s ease;
}

.ms-page-aircraft.visible {
    opacity: 0.92;
}

.ms-page-aircraft img {
    position: relative;
    z-index: 2;
    display: block;
    width: 125px;
    height: auto;
    filter:
        drop-shadow(0 8px 10px rgba(0, 0, 0, 0.42))
        drop-shadow(0 0 10px rgba(35, 213, 232, 0.22));
}

.ms-page-aircraft-trail {
    position: absolute;
    top: 50%;
    right: 87%;
    width: 95px;
    height: 2px;
    opacity: 0.5;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.78) 0,
            rgba(255, 255, 255, 0.78) 9px,
            transparent 9px,
            transparent 17px
        );
    filter: drop-shadow(0 0 5px rgba(35, 213, 232, 0.6));
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {
    .ms-page-aircraft {
        width: 82px;
    }

    .ms-page-aircraft img {
        width: 82px;
    }

    .ms-page-aircraft-trail {
        width: 55px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ms-page-aircraft {
        display: none;
    }
}




.ms-cv-studio-button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #6d5dfc, #3478f6);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(42, 83, 220, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ms-cv-studio-button > i:first-child {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    color: #162241;
    background: #ffffff;
    border-radius: 13px;
    font-size: 1.3rem;
}

.ms-cv-studio-button span {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.ms-cv-studio-button small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.ms-cv-studio-button strong {
    color: #ffffff;
    font-size: 1rem;
}

.ms-cv-studio-button > i:last-child {
    margin-left: 8px;
}

.ms-cv-studio-button:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 22px 50px rgba(42, 83, 220, 0.38);
}



.developer-credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px 12px;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    text-align: center;
}

.developer-credit span {
    color: rgba(255, 255, 255, 0.58);
}

.developer-credit strong {
    color: #ffffff;
    font-weight: 700;
}

.developer-credit a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #f5c85b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.developer-credit a:hover {
    color: #ffffff;
}




