:root {
    --amd-blue: #073b78;
    --amd-blue-2: #0a5da6;
    --amd-teal: #078b98;
    --amd-teal-dark: #05727d;
    --amd-orange: #f58216;
    --amd-gold: #ffc247;
    --amd-ink: #0b1d36;
    --amd-muted: #48586a;
    --amd-line: #dce8f3;
    --amd-soft: #f5fbff;
    --amd-white: #ffffff;
    --amd-shadow: 0 18px 45px rgba(7, 59, 120, .11);
    --amd-radius: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--amd-white);
    color: var(--amd-ink);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -48px;
    z-index: 2000;
    padding: 10px 14px;
    color: #fff;
    background: var(--amd-blue);
    border-radius: 8px;
    font-weight: 800;
}

.skip-link:focus {
    top: 16px;
}

a {
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(245, 130, 22, .5);
    outline-offset: 3px;
}

img {
    max-width: 100%;
}

.container-xxl {
    max-width: 1360px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 24px rgba(4, 36, 72, .06);
    backdrop-filter: blur(12px);
}

.topbar {
    color: #fff;
    background: linear-gradient(90deg, #052b61, var(--amd-blue));
    font-size: 13px;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
}

.topbar a,
.topbar span {
    color: #fff;
}

.topbar strong {
    color: #fff;
}

.amd-navbar {
    min-height: 108px;
    padding: 1.05rem 0;
}

.amd-brand img:first-child {
    width: 178px;
    height: auto;
}

.navbar-nav {
    align-items: center;
    gap: 6px;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item + .nav-item::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #d9e5ef;
    transform: translateY(-50%);
}

.navbar-nav .nav-link {
    color: #122743;
    position: relative;
    font-size: 13px;
    font-weight: 800;
    padding: .62rem .9rem !important;
    white-space: nowrap;
    transition: color .2s ease, transform .2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
    color: var(--amd-orange);
}

.navbar-nav .nav-link:hover {
    transform: translateY(-1px);
}

.navbar-nav .nav-link::after {
    transition: color .2s ease, border-color .2s ease;
}

.navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    left: .9rem;
    right: .9rem;
    bottom: .28rem;
    width: auto;
    height: 2px;
    background: var(--amd-orange);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .2s ease;
}

.navbar-nav > .nav-item > .nav-link:hover::before,
.navbar-nav > .nav-item > .nav-link.active::before {
    transform: scaleX(1);
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 13px 24px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
}

.btn:active {
    transform: translateY(0) scale(.98);
}

.btn-amd-orange {
    background: linear-gradient(135deg, #ff9b29, var(--amd-orange));
    color: #fff;
    border: 0;
    box-shadow: 0 12px 22px rgba(245, 130, 22, .28);
}

.btn-amd-orange:hover,
.btn-amd-orange:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--amd-orange), #dd6d05);
}

.btn-amd-teal {
    background: linear-gradient(135deg, #09a7b3, var(--amd-teal));
    color: #fff;
    border: 0;
    box-shadow: 0 12px 22px rgba(7, 139, 152, .24);
}

.btn-amd-teal:hover,
.btn-amd-teal:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-teal-dark));
}

.btn-amd-outline {
    border: 2px solid #1b65a8;
    color: var(--amd-blue);
    background: #fff;
}

.btn-amd-outline:hover,
.btn-amd-outline:focus {
    color: #fff;
    background: var(--amd-blue);
}

.btn.compact {
    padding: 8px 20px;
    font-size: 13px;
}

.nav-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    padding: 10px 18px;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-blue-2));
    box-shadow: 0 12px 26px rgba(7, 139, 152, .22);
}

.nav-whatsapp i {
    font-size: 18px;
    line-height: 1;
}

.nav-whatsapp:hover,
.nav-whatsapp:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--amd-blue-2), var(--amd-blue));
    box-shadow: 0 15px 34px rgba(7, 59, 120, .28);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 20px;
}

.header-partner-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 220px;
    height: 105px;
    padding: 2px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
    transition: transform .25s ease;
}

.header-partner-logo img {
    width: auto;
    max-width: 210px;
    max-height: 100px;
    object-fit: contain;
}

.hero-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-blue-2));
    box-shadow: 0 14px 28px rgba(7, 139, 152, .24);
}

.hero-whatsapp i {
    font-size: 20px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 52px 0 26px;
    background:
        radial-gradient(circle at 72% 45%, rgba(5, 138, 153, .12), transparent 31%),
        linear-gradient(180deg, #ffffff 0%, #eef9ff 100%);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--amd-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.section-kicker span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--amd-orange);
}

.hero-section h1 {
    color: var(--amd-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 76px);
    font-weight: 800;
    line-height: .98;
    margin: 0 0 16px;
}

.hero-section h1::first-line {
    color: var(--amd-blue);
}

.hero-section h1 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

.hero-section h1,
.about-band h2,
.why-section h2,
.destinations-section h2,
.contact-cta h2 {
    letter-spacing: 0;
}

.hero-lead {
    color: #0a2545;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 18px;
}

.hero-copy {
    color: #52677d;
    font-size: 16px;
    max-width: 610px;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 30px;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.glass-strip {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 24px 32px;
    box-shadow: 0 16px 42px rgba(7, 59, 120, 0.08);
    position: relative;
    z-index: 10;
    margin-top: 32px;
}

.trust-strip div {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 10px;
    align-items: center;
}

.trust-strip i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 2px solid #c5e7f2;
    border-radius: 14px;
    color: var(--amd-blue-2);
    font-size: 21px;
}

.trust-strip strong {
    display: block;
    color: var(--amd-blue);
    font-size: 13px;
    line-height: 1.2;
}

.trust-strip span {
    color: #547085;
    font-size: 12px;
    line-height: 1.2;
}

.hero-visual {
    position: relative;
    min-height: 420px;
    border-radius: 52% 0 0 52%;
    overflow: hidden;
    background: #dff3ff;
    box-shadow: inset 22px 0 60px rgba(255, 255, 255, .8), 0 20px 60px rgba(7, 59, 120, .13);
}

.hero-main-img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center;
}

.hero-plane {
    position: absolute;
    top: 34px;
    right: 18%;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    color: #fff;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-blue-2));
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(7, 59, 120, .2);
    font-size: 31px;
    transform: rotate(-18deg);
}

.service-overview {
    margin-top: -8px;
    padding: 22px 0 12px;
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #f9fdff 100%);
}

.service-overview .row > [class*="col-"] {
    display: flex;
}

.service-card {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-areas:
        "icon title"
        "icon text";
    column-gap: 16px;
    align-content: center;
    width: 100%;
    height: 100%;
    min-height: 132px;
    padding: 22px 54px 22px 22px;
    color: var(--amd-ink);
    background: #fff;
    border: 1px solid #d7e8f4;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(7, 59, 120, .08);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.service-card:hover {
    color: var(--amd-ink);
    border-color: #b8d9ee;
    background: linear-gradient(180deg, #fff, #f8fdff);
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 48px rgba(7, 59, 120, .14);
}

.service-card:active {
    transform: translateY(-1px) scale(.992);
}

.service-card:hover .card-arrow {
    color: #fff;
    background: var(--amd-orange);
    transform: translateX(4px) scale(1.08);
}

.service-card strong {
    grid-area: title;
    display: block;
    margin: 0 0 6px;
    color: #102642;
    font-size: 18px;
    line-height: 1.25;
}

.service-card p {
    grid-area: text;
    margin: 0;
    color: #5e6e7e;
    font-size: 13px;
    line-height: 1.55;
}

.service-icon {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    align-self: start;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dce8f3;
    font-size: 25px;
    transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.service-card:hover .service-icon {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-blue-2));
    transform: rotate(-3deg) scale(1.05);
}

.service-icon.teal {
    color: var(--amd-teal);
}

.service-icon.blue {
    color: var(--amd-blue-2);
}

.service-icon.orange {
    color: var(--amd-orange);
}

.card-arrow {
    position: absolute;
    right: 21px;
    bottom: 21px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: var(--amd-orange);
    border-radius: 50%;
    font-size: 20px;
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.about-band,
.why-section,
.destinations-section,
.split-services {
    padding: 36px 0;
}

.about-band {
    padding-bottom: 20px;
}

.section-light {
    background-color: #f8fdff;
    border-top: 1px solid #eef7fc;
    border-bottom: 1px solid #eef7fc;
}

.about-band .row {
    align-items: stretch !important;
}

.about-band .col-lg-5,
.about-band .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-band .section-kicker {
    margin-bottom: 5px;
}

.why-section {
    padding-top: 16px;
}

.mission-photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 312px;
    border-radius: 18px;
    box-shadow: var(--amd-shadow);
}

.mission-photo img {
    width: 100%;
    height: 100%;
    min-height: 370px;
    object-fit: cover;
}

.mission-card {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 330px;
    padding: 22px;
    background: rgba(7, 139, 152, .94);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .18);
}

.mission-card span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .65);
    font-size: 28px;
    flex: 0 0 auto;
}

.mission-card strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
}

.mission-card p {
    margin: 4px 0 0;
    color: #e9feff;
    font-size: 14px;
    line-height: 1.35;
}

.about-band h2,
.why-section h2,
.destinations-section h2 {
    color: var(--amd-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.1;
}

.about-band p {
    color: #4e6074;
}

.about-band .mission-card p {
    color: #e9feff;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
    border: 1px solid var(--amd-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(7, 59, 120, .07);
    overflow: hidden;
}

.stats-row div {
    padding: 15px 16px;
    border-right: 1px solid var(--amd-line);
}

.stats-row div:last-child {
    border-right: 0;
}

.stats-row strong {
    display: block;
    color: var(--amd-blue-2);
    font-size: 22px;
}

.stats-row span {
    color: #607388;
    font-size: 12px;
    line-height: 1.2;
}

.section-heading {
    margin-bottom: 22px;
}

.why-section .section-heading {
    margin-bottom: 18px;
}

.why-section .section-kicker {
    margin-bottom: 7px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 16px;
    border: 1px solid var(--amd-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(7, 59, 120, .08);
}

.why-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    align-content: start;
    padding: 20px 18px;
    border-right: 1px solid var(--amd-line);
    transition: background .22s ease, transform .22s ease;
}

.why-item:hover {
    background: #f8fdff;
    transform: translateY(-2px);
}

.why-item:last-child {
    border-right: 0;
}

.why-item i {
    display: grid;
    place-items: center;
    grid-row: span 2;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    border-radius: 14px;
    background: #ecfbfd;
    color: var(--amd-teal);
    border: 1px solid #d2eef4;
    font-size: 20px;
    transition: transform .22s ease, background .22s ease, color .22s ease;
}

.why-item:hover i {
    color: #fff;
    background: var(--amd-teal);
    transform: scale(1.05);
}

.why-item strong {
    display: block;
    color: var(--amd-blue);
    line-height: 1.25;
}

.why-item p {
    margin: 5px 0 0;
    color: #5e7081;
    font-size: 13px;
    line-height: 1.35;
}

.hajj-promo {
    padding: 10px 0 28px;
}

.hajj-banner {
    position: relative;
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr) 124px;
    gap: 14px;
    align-items: center;
    min-height: 188px;
    padding: 16px 20px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 194, 71, .17), transparent 24%),
        linear-gradient(135deg, #063975 0%, #06549b 100%);
    border-radius: 16px;
    box-shadow: var(--amd-shadow);
}

.hajj-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, rgba(255,255,255,.05) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.05) 50%, rgba(255,255,255,.05) 75%, transparent 75%, transparent);
    background-size: 28px 28px;
    opacity: .35;
}

.hajj-photo,
.hajj-content,
.quality-badge {
    position: relative;
    z-index: 1;
}

.hajj-photo img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    border: 3px solid rgba(255, 194, 71, .9);
}

.hajj-content {
    text-align: center;
    align-self: stretch;
    display: grid;
    align-content: center;
}

.hajj-content h2 {
    margin: 0;
    color: var(--amd-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hajj-content p {
    margin: 0 0 12px;
    font-size: 17px;
}

.hajj-features {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, .32);
    padding-top: 12px;
}

.hajj-features span {
    display: grid;
    gap: 5px;
    justify-items: center;
    align-content: center;
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    min-height: 58px;
    padding: 0 7px;
    border-right: 1px solid rgba(255, 255, 255, .32);
}

.hajj-features span:last-child {
    border-right: 0;
}

.hajj-features i {
    color: var(--amd-gold);
    font-size: 22px;
}

.quality-badge {
    display: grid;
    place-items: center;
    width: 124px;
    min-height: 108px;
    margin-left: auto;
    color: var(--amd-blue);
    background: #fff;
    border: 4px solid var(--amd-orange);
    border-radius: 28px;
    text-align: center;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.55;
}

.destinations-section {
    background: linear-gradient(180deg, #fff 0%, #f4fbff 100%);
    overflow: hidden;
}

.destinations-section .section-heading {
    margin-bottom: 15px;
}

.destinations-section h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: clamp(26px, 3vw, 36px);
    letter-spacing: .08em;
}

.destinations-section p {
    margin: 0;
    color: #557086;
}

.destination-swiper {
    padding: 10px 48px 20px;
}

.swiper-slide {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--amd-line);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(7, 59, 120, .07);
    transition: transform .22s ease, box-shadow .22s ease;
}

.swiper-slide:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(7, 59, 120, .14);
}

.swiper-slide img {
    width: 100%;
    height: 104px;
    object-fit: cover;
}

.swiper-slide strong,
.swiper-slide span {
    display: block;
    padding: 0 13px;
}

.swiper-slide strong {
    padding-top: 10px;
    color: var(--amd-blue);
}

.swiper-slide span {
    padding-bottom: 12px;
    color: #5f7285;
    font-size: 13px;
}

.destination-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-blue-2));
    box-shadow: 0 12px 24px rgba(7, 59, 120, .22);
    transform: translateY(-50%);
    transition: transform .2s ease, box-shadow .2s ease;
    cursor: pointer;
}

.destination-arrow:hover,
.destination-arrow:focus {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 16px 30px rgba(7, 59, 120, .28);
}

.destination-arrow.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.destination-prev {
    left: 0;
}

.destination-next {
    right: 0;
}

.split-services {
    padding-top: 8px;
}

.split-services .row > [class*="col-"] {
    display: flex;
}

.split-card {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-height: 272px;
    padding: 22px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #bfe8ef;
    background: linear-gradient(135deg, #eafcff, #f8ffff);
    box-shadow: 0 10px 25px rgba(7, 59, 120, .06);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.split-card:hover {
    border-color: #a4dbe7;
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(7, 59, 120, .11);
}

.work-card {
    grid-template-columns: 1fr 180px;
    border-color: #ffd4aa;
    background: linear-gradient(135deg, #fff6eb, #fffdf8);
}

.split-person {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 16px;
}

.split-copy h2 {
    margin: 0 0 2px;
    color: var(--amd-teal);
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.work-card h2 {
    color: var(--amd-orange);
}

.split-copy p {
    margin-bottom: 8px;
    color: #26435f;
    font-weight: 700;
}

.split-copy ul {
    padding-left: 18px;
    margin-bottom: 12px;
    color: #213a55;
    font-size: 13px;
}

.contact-cta {
    padding: 6px 0 0;
}

.cta-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 26px 32px;
    color: #fff;
    background:
        radial-gradient(circle at 95% 30%, rgba(255, 255, 255, .19), transparent 22%),
        linear-gradient(135deg, #0689ac, #075b99);
    border-radius: 18px 18px 0 0;
}

.cta-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cta-title > span {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    min-width: 76px;
    flex: 0 0 76px;
    aspect-ratio: 1 / 1;
    color: #0b6da0;
    background: #fff;
    border-radius: 50%;
    font-size: 34px;
}

.cta-title h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 42px);
}

.cta-title p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.cta-contact {
    display: grid;
    gap: 5px;
    padding-left: 24px;
    border-left: 1px dashed rgba(255, 255, 255, .55);
}

.cta-contact a,
.cta-contact span {
    color: #fff;
    font-weight: 700;
}

.cta-contact i {
    width: 22px;
}

.cta-whatsapp {
    background: #fff;
    color: #087d89;
    white-space: nowrap;
}

.cta-whatsapp:hover {
    background: #eafffb;
    color: #055d66;
}

.amd-footer {
    padding: 28px 0 24px;
    color: #dcecff;
    background: linear-gradient(135deg, #04316a, #052b61 48%, #031f49);
}

.footer-logo {
    width: 164px;
    display: block;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #fff;
}

.amd-footer h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.amd-footer p,
.amd-footer span,
.amd-footer a {
    color: #dcecff;
    font-size: 13px;
}

.amd-footer a,
.amd-footer span {
    display: block;
    margin-bottom: 7px;
}

.amd-footer a:hover {
    color: var(--amd-gold);
}

.copyright {
    margin-top: 10px;
    opacity: .85;
}

.social-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.social-row a {
    display: inline-grid !important;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    margin: 0 !important;
    color: #fff;
    border-radius: 999px;
    font-size: 18px;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.social-row a:hover,
.social-row a:focus {
    color: #fff;
    filter: brightness(1.08);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    transform: translateY(-2px);
}

.social-row a svg {
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 !important;
}

.social-row a:nth-child(1) { background: #1877f2; }
.social-row a:nth-child(2) { background: #e4405f; }
.social-row a:nth-child(3) { background: #111; }
.social-row a:nth-child(4) { background: #0a66c2; }
.social-row a:nth-child(5) { background: #25d366; }

.footer-mini-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-mini-links a {
    margin: 0;
    font-size: 12px;
}

.page-hero {
    padding: 64px 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(4, 49, 106, .94), rgba(7, 139, 152, .78)),
        url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1500&q=80") center/cover;
}

.page-hero h1 {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 800;
}

.page-content {
    padding: 56px 0;
}

.content-panel {
    padding: 32px;
    border: 1px solid var(--amd-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--amd-shadow);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.policy-hero {
    background:
        linear-gradient(135deg, rgba(4, 49, 106, .94), rgba(7, 139, 152, .82)),
        url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1500&q=80") center/cover;
}

.policy-layout {
    display: grid;
    grid-template-columns: minmax(270px, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.policy-summary,
.policy-card {
    border: 1px solid var(--amd-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--amd-shadow);
}

.policy-summary {
    position: sticky;
    top: 150px;
    padding: 28px;
    background: linear-gradient(145deg, #ffffff, #eefaff);
}

.policy-summary h2,
.policy-card h2 {
    margin: 0 0 12px;
    color: var(--amd-blue);
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
}

.policy-summary p,
.policy-card p {
    color: #29435f;
}

.policy-summary .btn {
    margin-top: 10px;
}

.policy-stack {
    display: grid;
    gap: 16px;
}

.policy-card {
    padding: 28px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.policy-card:hover {
    border-color: rgba(7, 139, 152, .35);
    box-shadow: 0 22px 48px rgba(7, 59, 120, .14);
    transform: translateY(-2px);
}

.policy-card p:last-child {
    margin-bottom: 0;
}

.content-panel:hover {
    border-color: #c5ddeb;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(7, 59, 120, .1);
}

.content-panel h2,
.content-panel h3 {
    color: var(--amd-blue);
    font-weight: 900;
}

.checked-list {
    display: grid;
    gap: 11px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.checked-list li {
    position: relative;
    padding-left: 30px;
    color: #415870;
}

.checked-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: FontAwesome;
    color: var(--amd-teal);
}

.core-values-list {
    display: grid;
    gap: 9px;
    padding: 0;
    list-style: none;
}

.core-values-list li {
    position: relative;
    display: block;
    padding-left: 29px;
    color: #18324d;
    line-height: 1.45;
}

.core-values-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    color: var(--amd-teal);
    text-align: center;
}

.content-panel .core-values-list li {
    color: #18324d;
}

.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 900;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #fff;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 18px 35px rgba(37, 211, 102, .32);
    font-size: 29px;
    animation: whatsapp-attention 4.8s ease-in-out infinite;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease;
}

.whatsapp-float::before,
.whatsapp-float::after {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(37, 211, 102, .42);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    animation: whatsapp-pulse 2.8s ease-out infinite;
}

.whatsapp-float::after {
    animation-delay: 1.4s;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #fff;
    background: #1fbd5b;
    box-shadow: 0 22px 42px rgba(37, 211, 102, .4);
    transform: translateY(-4px) scale(1.04);
    animation-play-state: paused;
}

.whatsapp-float:hover::before,
.whatsapp-float:hover::after,
.whatsapp-float:focus::before,
.whatsapp-float:focus::after {
    animation-play-state: paused;
}

@keyframes whatsapp-pulse {
    0% {
        opacity: .5;
        transform: scale(.82);
    }
    70% {
        opacity: 0;
        transform: scale(1.34);
    }
    100% {
        opacity: 0;
        transform: scale(1.34);
    }
}

@keyframes whatsapp-attention {
    0%, 72%, 100% {
        transform: translateY(0) scale(1);
    }
    78% {
        transform: translateY(-5px) scale(1.03);
    }
    84% {
        transform: translateY(0) scale(1);
    }
    90% {
        transform: translateY(-3px) scale(1.02);
    }
}

.notice-panel {
    padding: 18px 20px;
    color: #744909;
    background: #fff8ed;
    border: 1px solid #ffe0b9;
    border-radius: 16px;
}

.notice {
    padding: 12px 14px;
    color: #744909;
    background: #fff8ed;
    border: 1px solid #ffe0b9;
    border-radius: 12px;
    font-size: 14px;
}

.form-grid {
    display: grid;
    gap: 14px;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--amd-ink);
    background: #fff;
    border: 1px solid #d5e4ef;
    border-radius: 14px;
    font: inherit;
}

.form-grid textarea {
    min-height: 140px;
    resize: vertical;
}

.form-feedback {
    min-height: 22px;
    margin: 0;
    color: var(--amd-muted);
    font-size: 14px;
    font-weight: 700;
}

.form-feedback a {
    color: var(--amd-teal-dark);
    text-decoration: underline;
}

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

.package-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--amd-line);
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(7, 59, 120, .07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.package-card:hover {
    border-color: #b8d9ee;
    transform: translateY(-5px);
    box-shadow: var(--amd-shadow);
}

.package-card .pill {
    align-self: flex-start;
    display: inline-flex;
    padding: 7px 12px;
    color: var(--amd-teal-dark);
    background: #e9f8fb;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.package-card h3 {
    margin: 0;
    color: var(--amd-blue);
    font-size: 22px;
    font-weight: 900;
}

.package-price {
    color: var(--amd-blue-2);
    font-size: 26px;
    font-weight: 900;
}

.package-showcase .card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--amd-line) !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 30px rgba(7, 59, 120, .08) !important;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.package-showcase .card:hover {
    border-color: #b8d9ee !important;
    transform: translateY(-4px);
    box-shadow: var(--amd-shadow) !important;
}

.package-showcase .card-img-top {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.package-showcase .card-title {
    color: var(--amd-blue) !important;
    font-size: 20px;
    font-weight: 900 !important;
}

.package-showcase .text-danger {
    display: block;
    padding: 10px 12px;
    color: #8a4b00 !important;
    background: #fff7ec;
    border: 1px solid #ffe0b9;
    border-radius: 10px;
    line-height: 1.45;
}

.faq-list {
    border-top: 1px solid var(--amd-line);
}

.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--amd-line);
}

.faq-item h3 {
    color: var(--amd-blue);
    font-size: 19px;
    font-weight: 900;
}

.faq-item p {
    margin: 0;
    color: var(--amd-muted);
}

.page-intro {
    max-width: 760px;
    margin-bottom: 30px;
}

.page-intro .section-kicker {
    margin-bottom: 8px;
}

.page-intro h2 {
    color: var(--amd-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
}

.page-intro p {
    color: var(--amd-muted);
    font-size: 16px;
}

.services-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.services-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    color: #26425f;
    background: #fff;
    border: 1px solid #d6e5f2;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.services-tabs a:hover,
.services-tabs a:focus {
    color: #fff;
    background: var(--amd-blue);
    border-color: var(--amd-blue);
}

.service-detail-row {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 26px;
    margin-bottom: 30px;
    align-items: stretch;
}

.service-detail-row.reverse {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.detail-panel,
.visual-panel {
    min-height: 420px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--amd-line);
    background: #fff;
    box-shadow: 0 12px 32px rgba(7, 59, 120, .08);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.detail-panel:hover,
.visual-panel:hover {
    border-color: #b8d9ee;
    transform: translateY(-4px);
    box-shadow: var(--amd-shadow);
}

.detail-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.detail-panel.highlight {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #073779, #0b91a9);
}

.detail-panel h3 {
    margin: 0 0 14px;
    color: var(--amd-blue);
    font-size: clamp(27px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.12;
}

.detail-panel.highlight h3 {
    color: #fff;
}

.detail-panel p {
    color: #55697d;
    font-size: 15px;
}

.detail-panel.highlight p {
    color: rgba(255, 255, 255, .88);
}

.service-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    padding: 9px 14px;
    color: var(--amd-orange);
    background: rgba(245, 130, 22, .1);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.detail-panel.highlight .service-pill {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.detail-bullets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.detail-bullets span {
    position: relative;
    padding-left: 31px;
    color: #1e3956;
    font-size: 14px;
    font-weight: 750;
}

.detail-panel.highlight .detail-bullets span {
    color: #fff;
}

.detail-bullets span::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    color: var(--amd-teal);
    background: #e8f8fb;
    border-radius: 50%;
    font-family: FontAwesome;
    font-size: 11px;
}

.detail-panel.highlight .detail-bullets span::before {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.visual-panel {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.visual-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 38, 84, .04), rgba(6, 38, 84, .62));
    transition: background .24s ease;
}

.visual-panel:hover::before {
    background: linear-gradient(180deg, rgba(6, 38, 84, .0), rgba(6, 38, 84, .54));
}

.visual-panel.umrah {
    background-image: url("../images/hajj-banner-source.jpeg");
    background-size: cover;
    background-position: center;
}

.visual-panel.tours {
    background-image: url("../images/international-tours-collage.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #073b78;
}
.visual-panel.study {
    background-image: url("../images/study-abroad-photo.jpeg");
    background-size: cover;
    background-position: center;
}
.visual-panel.work {
    background-image: url("../images/work-visa-photo.png");
    background-size: cover;
    background-position: center;
}

.umrah-media-showcase {
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid rgba(7, 59, 120, .12);
    border-radius: 18px;
    background: #073b78;
    box-shadow: 0 16px 38px rgba(7, 59, 120, .12);
}

.umrah-media-showcase img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1280 / 456;
    object-fit: contain;
}

.umrah-content-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: 28px;
    align-items: center;
    padding: 32px;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(135deg, #073779, #0b91a9);
    box-shadow: 0 16px 38px rgba(7, 59, 120, .12);
}

.umrah-content-panel .service-pill {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.umrah-content-panel h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(29px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.1;
}

.umrah-content-panel p {
    color: rgba(255, 255, 255, .88);
}

.umrah-content-panel .detail-bullets {
    margin-top: 0;
}

.umrah-content-panel .detail-bullets span {
    color: #fff;
}

.umrah-content-panel .detail-bullets span::before {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.umrah-support {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.visual-label {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    max-width: 290px;
    padding: 16px 18px;
    color: var(--amd-blue);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(7, 59, 120, .16);
    font-weight: 900;
}

.visual-label small {
    display: block;
    margin-top: 3px;
    color: var(--amd-muted);
    font-size: 12px;
    font-weight: 700;
}

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

.process-step {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 16px;
    padding: 25px;
    background: #fff;
    border: 1px solid var(--amd-line);
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(7, 59, 120, .07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.content-panel {
    display: flex;
    flex-direction: column;
    padding: 38px;
    background: #fff;
    border: 1px solid var(--amd-line);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(7, 59, 120, 0.04);
    height: 100%;
}

.content-panel > :last-child {
    margin-bottom: 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.about-grid > .visual-panel {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
}

@media (min-width: 992px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about-grid .wide-panel {
        grid-row: span 2;
    }
}

@media (min-width: 1200px) {
    .about-grid {
        grid-template-columns: 7fr 5fr;
    }
}

.process-step:hover {
    border-color: #ffd0a0;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 42px rgba(245, 130, 22, .18);
}

.process-step span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    grid-row: span 2;
    margin-bottom: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--amd-orange), #ffb24a);
    border-radius: 14px;
    font-weight: 900;
    transition: transform .24s ease;
}

.process-step:hover span {
    transform: rotate(-4deg) scale(1.06);
}

.process-step h3 {
    margin-bottom: 6px;
    color: var(--amd-blue);
    font-size: 18px;
    font-weight: 900;
}

.process-step p {
    margin: 0;
    color: var(--amd-muted);
    font-size: 14px;
}

.support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
    gap: 28px;
    align-items: stretch;
}

.support-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 318px;
    padding: 30px 34px;
    color: #fff;
    background: linear-gradient(135deg, #062b61, #079ab2);
    border-radius: 24px;
    box-shadow: var(--amd-shadow);
    transition: transform .24s ease, box-shadow .24s ease;
}

.support-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 24px 60px rgba(7, 59, 120, .20);
}

.support-card h2 {
    max-width: 720px;
    margin-bottom: 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3.4vw, 40px);
    line-height: 1.1;
}

.support-card p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .87);
}

.support-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.support-list span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 13px;
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}

.support-list span:hover {
    background: rgba(255, 255, 255, .18);
    transform: translateY(-2px);
}

.request-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 318px;
    padding: 30px 34px;
    background: #fff;
    border: 1px solid var(--amd-line);
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(7, 59, 120, .07);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.request-panel:hover {
    border-color: #c5ddeb;
    transform: translateY(-4px);
    box-shadow: var(--amd-shadow);
}

.request-panel h3 {
    margin-bottom: 10px;
    color: var(--amd-blue);
    font-size: 26px;
    font-weight: 900;
}

.request-panel p {
    margin-bottom: 18px;
    color: var(--amd-muted);
}

.request-quick-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.request-quick-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #1f3e5c;
    font-size: 14px;
    font-weight: 800;
}

.request-quick-list span {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--amd-orange), #ff9f2d);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.request-fields {
    display: grid;
    gap: 12px;
}

.request-fields .form-control,
.request-fields .form-select {
    min-height: 50px;
    border-color: #d5e4ef;
    border-radius: 14px;
}

.service-quick-links {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.service-quick-links a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: var(--amd-blue);
    background: #f7fbfe;
    border: 1px solid var(--amd-line);
    border-radius: 12px;
    font-weight: 800;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.service-quick-links a:hover,
.service-quick-links a:focus {
    color: #fff;
    background: var(--amd-blue);
    transform: translateX(3px);
}

@media (max-width: 1199px) {
    .navbar-nav .nav-link {
        font-size: 12.5px;
        padding-left: .62rem !important;
        padding-right: .62rem !important;
    }

    .navbar-nav {
        gap: 2px;
    }

    .header-actions {
        gap: 10px;
        margin-left: 12px;
    }

    .header-partner-logo {
        width: 150px;
        height: 70px;
    }

    .header-partner-logo img {
        max-width: 142px;
        max-height: 66px;
    }

    .nav-whatsapp {
        padding: 9px 14px;
        font-size: 12px;
    }

    .navbar-nav .nav-item + .nav-item::before {
        left: -2px;
    }



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

    .hajj-banner {
        grid-template-columns: 330px minmax(0, 1fr) 120px;
        gap: 14px;
    }

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

    .why-item {
        border-right: 0;
        border-bottom: 1px solid var(--amd-line);
    }
}

@media (max-width: 991px) {
    .amd-navbar {
        min-height: 78px;
        padding: .7rem 0;
    }

    .amd-brand img:first-child {
        width: 140px;
    }

    .navbar-nav {
        align-items: stretch;
        gap: 4px;
        padding-top: 12px;
    }

    .navbar-nav .nav-item + .nav-item::before {
        display: none;
    }

    .navbar-nav .nav-link {
        padding: .75rem 1rem !important;
        border-radius: 10px;
        background: #f7fbfe;
    }

    .navbar-nav > .nav-item > .nav-link::before {
        left: 1rem;
        right: 1rem;
    }

    .nav-whatsapp {
        justify-content: center;
    }

    .header-actions {
        justify-content: center;
        flex-wrap: wrap;
        margin: 12px 0 4px;
    }

    .header-partner-logo {
        width: 140px;
        height: 64px;
    }

    .header-partner-logo img {
        max-width: 132px;
        max-height: 60px;
    }

    .hero-section {
        padding-top: 40px;
    }

    .hero-visual {
        min-height: 330px;
        border-radius: 28px;
    }

    .hero-main-img {
        min-height: 340px;
    }

    .trust-strip,
    .stats-row,
    .hajj-banner,
    .cta-inner,
    .service-detail-row,
    .service-detail-row.reverse,
    .support-grid,
    .package-grid,
    .umrah-content-panel,
    .policy-layout {
        grid-template-columns: 1fr;
    }

    .umrah-media-showcase {
        border-radius: 14px;
    }

    .umrah-content-panel {
        padding: 26px;
    }

    .umrah-support {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding-top: 22px;
    }

    .policy-summary {
        position: static;
    }

    .topbar-inner {
        flex-direction: column;
        gap: 4px;
    }

    .hajj-content {
        text-align: left;
    }

    .hajj-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        border-top: 0;
        padding-top: 0;
    }

    .hajj-features span {
        border-right: 0;
        justify-items: start;
        min-height: auto;
        padding: 0;
    }

    .quality-badge {
        margin: 0;
    }

    .cta-contact {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 43px;
    }

    .hero-actions {
        display: grid;
    }

    .service-card {
        min-height: auto;
        grid-template-columns: 48px minmax(0, 1fr);
        padding-right: 46px;
    }

    .service-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

    .stats-row,
    .why-grid,
    .detail-bullets,
    .process-grid,
    .support-list {
        grid-template-columns: 1fr;
    }

    .destination-swiper {
        padding: 0 42px;
    }

    .stats-row div {
        border-right: 0;
        border-bottom: 1px solid var(--amd-line);
    }

    .stats-row div:last-child {
        border-bottom: 0;
    }

    .mission-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        max-width: none;
    }

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

    .split-card,
    .work-card {
        grid-template-columns: 1fr;
    }

    .work-card .split-person {
        order: -1;
    }

    .cta-inner {
        padding: 22px;
    }

    .cta-title {
        align-items: flex-start;
    }

    .cta-title > span {
        width: 58px;
        height: 58px;
        min-width: 58px;
        flex-basis: 58px;
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .btn:hover,
    .navbar-nav .nav-link:hover,
    .service-card:hover,
    .why-item:hover,
    .process-step:hover,
    .content-panel:hover,
    .detail-panel:hover,
    .visual-panel:hover,
    .package-card:hover,
    .support-card:hover,
    .request-panel:hover {
        transform: none;
    }

    .whatsapp-float,
    .whatsapp-float::before,
    .whatsapp-float::after {
        animation: none !important;
    }
}

@media (max-width: 460px) {
    .hero-section h1 {
        font-size: 36px;
    }

    .hero-lead {
        font-size: 18px;
    }

    .hajj-features {
        grid-template-columns: 1fr;
    }

    .swiper-slide img {
        height: 150px;
    }

    .umrah-media-showcase {
        margin-left: -12px;
        margin-right: -12px;
        border-radius: 0;
    }
}

/* Capitalize bullet points as requested */
.support-list span, .detail-bullets span, .core-values-list li, .checked-list li, .swiper-slide span { text-transform: capitalize; }

/* ============================================================
   INNER PAGE STYLES  (about, contact, policies, services/*)
   These pages use a separate class vocabulary than the homepage
   (page-header, content-card, kicker, btn-orange, image-card ...)
   that was never defined, so they rendered largely unstyled.
   The rules below restore them in the same design language.
   The homepage uses different class names and is unaffected.
   ============================================================ */

/* --- Page header / hero band --- */
.page-header {
    padding: 56px 0 48px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 194, 71, .14), transparent 30%),
        linear-gradient(135deg, #04316a 0%, #073b78 45%, #078b98 100%);
}

.page-header h1 {
    margin: 0 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 800;
    line-height: 1.08;
}

.page-header .lead {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
}

/* --- Section spacing --- */
.section {
    padding: 56px 0;
}

.section-soft {
    background-color: #f8fdff;
    border-top: 1px solid #eef7fc;
    border-bottom: 1px solid #eef7fc;
}

/* --- Kicker label (inner-page equivalent of .section-kicker) --- */
.kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--amd-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* --- Content cards --- */
.content-card {
    padding: 32px;
    background: #fff;
    border: 1px solid var(--amd-line);
    border-radius: var(--amd-radius);
    box-shadow: var(--amd-shadow);
}

.content-card > :last-child {
    margin-bottom: 0;
}

.content-card h2 {
    margin: 0 0 12px;
    color: var(--amd-blue);
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 900;
    line-height: 1.15;
}

.content-card p {
    color: #4e6074;
}

.content-card .btn {
    margin-top: 18px;
}

/* Dark variant of a content card (white text on gradient) */
.dark-panel {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #073779, #0b91a9);
}

.dark-panel h2,
.dark-panel .kicker {
    color: #fff;
}

.dark-panel p {
    color: rgba(255, 255, 255, .88);
}

.dark-panel .checked-list li,
.dark-panel .checked-list li::before {
    color: #fff;
}

.dark-panel a:not(.btn) {
    color: var(--amd-gold);
    text-decoration: underline;
}

/* --- Two-column grid --- */
.two-col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
}

/* --- Button colour variants (inner-page equivalents) --- */
.btn-orange {
    background: linear-gradient(135deg, #ff9b29, var(--amd-orange));
    color: #fff;
    border: 0;
    box-shadow: 0 12px 22px rgba(245, 130, 22, .28);
}

.btn-orange:hover,
.btn-orange:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--amd-orange), #dd6d05);
}

.btn-teal {
    background: linear-gradient(135deg, #09a7b3, var(--amd-teal));
    color: #fff;
    border: 0;
    box-shadow: 0 12px 22px rgba(7, 139, 152, .24);
}

.btn-teal:hover,
.btn-teal:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-teal-dark));
}

/* --- Image cards (background-image panels) --- */
.image-card {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: var(--amd-radius);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #073b78;
    box-shadow: var(--amd-shadow);
}

.image-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 38, 84, .05), rgba(6, 38, 84, .55));
}

.image-label {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    max-width: 300px;
    padding: 16px 18px;
    color: var(--amd-blue);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(7, 59, 120, .18);
    font-weight: 900;
    line-height: 1.25;
}

.image-label small {
    display: block;
    margin-top: 3px;
    color: var(--amd-muted);
    font-size: 12px;
    font-weight: 700;
}

/* --- About page: image + copy grid --- */
.split-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 26px;
    align-items: stretch;
}

/* --- Contact page: info + form grid --- */
.contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 26px;
    align-items: start;
}

/* --- Services listing: card grid --- */
.card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.card-grid .card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--amd-line);
    border-radius: var(--amd-radius);
    box-shadow: 0 12px 30px rgba(7, 59, 120, .08);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.card-grid .card:hover {
    border-color: #b8d9ee;
    transform: translateY(-5px);
    box-shadow: var(--amd-shadow);
}

.card-grid .card h3 {
    margin: 0;
    color: var(--amd-blue);
    font-size: 20px;
    font-weight: 900;
}

.card-grid .card p {
    margin: 0;
    flex-grow: 1;
    color: #5e6e7e;
    font-size: 14px;
}

.icon-badge {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #fff;
    background: linear-gradient(135deg, var(--amd-teal), var(--amd-blue-2));
    border-radius: 14px;
    font-size: 20px;
    font-weight: 900;
}

.arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 4px;
    color: var(--amd-orange);
    font-size: 14px;
    font-weight: 800;
}

.arrow-link::after {
    content: "\f0a9";
    font-family: FontAwesome;
    transition: transform .2s ease;
}

.arrow-link:hover {
    color: #dd6d05;
}

.arrow-link:hover::after {
    transform: translateX(3px);
}

/* --- Fix .hajj-banner collision on the Hajj & Umrah service page ---
   The homepage .hajj-banner is a 3-column promo grid; on the service
   page the same class only wraps a single image, so we reset it. */
.section .hajj-banner {
    display: block;
    grid-template-columns: none;
    min-height: 0;
    margin-bottom: 26px;
    padding: 0;
    color: inherit;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.section .hajj-banner::before {
    display: none;
}

.section .hajj-banner img {
    width: 100%;
    height: auto;
    max-height: 398px;
    border: 0;
    border-radius: var(--amd-radius);
    object-fit: cover;
    box-shadow: var(--amd-shadow);
}

/* --- Inner-page responsive --- */
@media (max-width: 991px) {
    .page-header {
        padding: 40px 0 34px;
    }

    .section {
        padding: 40px 0;
    }

    .two-col,
    .contact-grid,
    .split-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 575px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
}

