@font-face {
    font-family: "F37Wicklow";
    src: url("../fonts/F37Wicklow-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "F37Wicklow";
    src: url("../font/F37Wicklow-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "OakesGrotesk";
    src: url("../font/OakesGrotesk-LightItalic.woff2") format("woff2"), url("../font/OakesGrotesk-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "OakesGrotesk";
    src: url("../font/OakesGrotesk-Light.woff2") format("woff2"), url("../font/OakesGrotesk-Light.woff") format("woff");
    font-weight: 300;
    /* Light weight */
    font-style: normal;
}

@font-face {
    font-family: "OakesGrotesk";
    src: url("../font/OakesGrotesk-Bold.woff2") format("woff2"), url("../font/OakesGrotesk-Bold.woff") format("woff"), url("../font/OakesGrotesk-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
.fs-normal {
    font-style: normal;
}

.primary-colr {
    color: #bd008b;
}

.primary-bg {
    background-color: #78006e;
}

.third-bg {
    background-color: #be008c;
}

.secondry-bg {
    background-color: #f9783b;
}

.primary-font {
    font-family: "F37Wicklow", serif;
}

.secondry-font {
    font-family: "OakesGrotesk", sans-serif;
    font-style: italic;
}

.banne h1 {
    font-size: 64px;
}
h2 {
    font-size: 40px;
}

body,
html {
    height: 100%;
	    font-family: "F37Wicklow", serif;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-nav li a {
    font-size: 14px;
    padding-right: 15px !important;
}
nav.navbar {
    background-image: url(../image/nav-bg.png);
    background-size: 72% 80%;
    background-repeat: no-repeat;
    background-position: 64% 61%;
    border-radius: 12px;
    padding: 0px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    height: 85px;
}

.navbar-toggler-icon {
    background: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-brand img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.nav-logo img {
    width: 100px;
}

.ms-custom {
    margin-left: 17%;
}

.hamburger {
    background: white;
    border: 2px solid #bd008b;
    padding: 5px;
    border-radius: 5px;
    width: 35px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    z-index: 999;
}

.hamburger span {
    width: 20px;
    height: 2px;
    background-color: #bd008b;
    transition: 0.3s ease;
    display: block;
    border-radius: 1px;
}

/* Animate to "X" on click */
.hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 3px);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

/* herobanner */

.her-img img {
    max-width: 100%;
    height: auto;
    width: 65%;
}

.home-hero-banner {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../image/home-banner.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.navbar-toggler-icon.custom-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
}

.place-discovered ul li a {
    font-size: 24px;
    color: #c6c6c6;
}

.place-discovered ul {
    position: relative;
}

.place-discovered ul::before {
    content: "";
    border-top: 2px solid #c6c6c652;
    top: -15px;
    width: 56%;
    position: absolute;
}

.discovery-link {
    font-size: 24px;
    color: #c6c6c6;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Border on active (clicked or manually assigned) */
.discovery-link.active::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    height: 4px;
    width: 100%;

    background-color: #c6c6c6;
}

/* herobanner */
/* discov-with-saudi */
.discov-with-saudi {
    padding-top: 20px;
    padding-bottom: 40px;
}

section.discov-with-saudi p {
    font-weight: 300;
}

.counter {
    font-size: 72px;
    font-weight: 700;
    vertical-align: middle;
}

.couter-bg {
    background-color: #fb996c;
}

section.discov-with-saudi h2 {
    font-weight: 700;
    font-size: 40px;
}

section.discov-with-saudi p {
    font-weight: 400;
    font-size: 24px;
}

section.discov-with-saudi p img {
    width: 20px;
    height: auto;
    object-fit: cover;
    margin-right: 8px;
    vertical-align: middle;
}

.counter-box {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tribal-strip {
    width: 100%;
    height: 62px;
    /* match the original strip height */
    background-image: url(../image/discovery-saudi-strip.png);
    background-repeat: repeat;
    background-size: 98% 100%;

    image-rendering: auto;
}

/* discov-with-saudi */
/* top-selling */
.top-selling h1 {
    font-size: 40px;
    font-weight: 400;
}

section.top-selling {
    padding-top: 20px;
    padding-bottom: 40px;
}

.card-tour {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #4c4cac;
    color: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); /* ← Stronger shadow */
    transition: box-shadow 0.3s ease-in-out;
    min-height: 90%;
}

.card-tour .image-wrap {
    position: relative;
    height: 250px;
    /* Adjust as needed */
    overflow: hidden;
    z-index: 0;
}

.card-tour .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-tour,
.card-tour .image-wrap img {
    border-radius: 20px;
}

.card-tour:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}

.d-n {
    font-size: 14px;
}

.city-details h5 {
    font-size: 18px;
}

.city-details p {
    font-size: 10px;
}

.location-place {
    font-size: 12px;
}

.card-body-tour {
    position: relative;
    z-index: 2;
}
.padding-lr {
    padding: 0 15%;
}

/* Gradient overlay to "melt" into card background */
.card-tour .image-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    /* Make gradient taller for a smoother blend */
    width: 100%;
    background: linear-gradient(to bottom, rgba(76, 76, 172, 0) 0%, #4c4cac 100%);
    z-index: 1;
}

.day-night-icon img {
    max-width: 20px;
    height: 20px;
    object-fit: fill;
    margin-right: 6px;
}
.enquire-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    z-index: 0;
    background-color: #636DC7; /* Initial button color */
    color: #fff;
    transition: color 0.9s ease;
}
 
.enquire-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #78006E;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: width 2.5s ease-out, height 2.5s ease-out;
}
 
.enquire-btn:hover::before,
.enquire-btn:focus-visible::before {
    width: 1000px;
    height: 1000px;
}
button.enquire-btn.mt-3 {
    background-color: #636dc7;
    color: #fff;
    font-family: "F37Wicklow", serif;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 17px;
    border-radius: 5px;
    border: 1px solid #639fdc;
}

/* top-selling */
.tribal-strip1 {
    width: 100%;
    height: 62px;
    background-image: url(../image/strip1.png);
    background-repeat: repeat-x;
    background-size: auto 62px;
    background-position: center;
    image-rendering: auto;
}

.btn.know-more-btn {
    background-color: #646ec8;
    border: 1px solid #639fdc;
    color: #fff;
    font-family: "F37Wicklow", serif;
    font-size: 16px;
    font-weight: 700;
}

.video-box,
.visa-text-box {
    height: 100%;
    /* adjust based on video or design */
}

.tribal-strip2 {
    width: 100%;
    height: 40px;
    background-image: url(../image/strip2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    image-rendering: auto;
}

.desert-card {
    overflow: hidden;
    border-radius: 1.5rem;
    /* Rounded corners like in your image */
}

.desert-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 1.5rem;
}

.desert-overlay {
    position: absolute;
    top: 31px;
    left: 20px;
    padding: 1.5rem;
    max-width: 91%;
    height: 100%;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.desert-overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.desert-overlay p {
    font-size: 1rem;
    color: #ddd;
}

section.desert-desk {
    background-color: #4a4a4a;
}

.desert-card h3 {
    font-size: 36px;
}

.desert-card p {
    font-size: 16px;
    font-weight: 400;
    width: 90%;
}

.desert-desk h1 {
    font-size: 90px;
    font-weight: 700;
    width: 100%;
    line-height: 82px;
}

.client-benefits {
    background-color: #b90d7f;
    /* Or use the exact HEX color from the banner */
}

.benefit-box {
    background-color: #78006e;
    transition: all 0.3s ease;
    width: 280px; /* ↑ increased for figma match */
    height: 230px; /* ← fixed height to match */
    padding: 30px 20px; /* ↑ more consistent spacing */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.benefit-box:hover {
    transform: translateY(-5px);
    background-color: #900a64;
}

.benefit-icon {
    max-width: 100px;
    height: 100px;
    width: 100%;
    object-fit: contain;
}

section.client-benefits p {
    font-family: "OakesGrotesk", sans-serif;
    font-weight: 300;
}

.benefit-box h5 {
    font-size: 28px;
    font-weight: 700;
}

.benefit-box p {
    font-size: 16px;
    font-family: "OakesGrotesk", sans-serif;
    font-weight: 300;
}

.tribal-strip3 {
    width: 100%;
    height: 42px;
    background-image: url(../image/strip3.png);
    background-repeat: no-repeat;
    background-size: cover;
    image-rendering: auto;
}
img.foot-logo {
    max-width: 176px;
    height: auto;
}

footer p {
    font-family: "OakesGrotesk", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

footer p b {
    font-weight: 700;
}

.con-us-btn {
    background-color: #0a84ff;
    border-radius: 42px;
    padding: 13px 61px;
    margin-top: 30px;
}

.soc-icon a i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.soc-icon a:hover i {
    transform: scale(1.3);
    color: #0077b5;
    /* Change to your brand color if needed */
}

.soc-icon a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px 11px;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer i.bi.bi-envelope-fill {
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-uspara {
    font-family: "OakesGrotesk", sans-serif;
    font-weight: 700;
    color: #05073c;
    display: flex;
    align-items: center;
    gap: 7px;
}

a.book-color {
    color: #eb662b;
    font-weight: 600;
}

.tribal-strip4 {
    width: 100%;
    height: 40px;
    background-image: url(../image/strip4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    image-rendering: auto;
}

.card-tour,
.benefit-box,
.desert-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card-tour:hover,
.benefit-box:hover,
.desert-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
/* riadh-page */
.riyadh-hero-banner {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../image/riyadh-hero.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.riyadh-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
section.riyadh-hero-banner .her-img img {
    max-width: 390px;
    width: 100%;
    text-align: center;
}
section.riyadh-hero-banner h1 {
    font-size: 64px;
    font-weight: 400;
}
section.riyadh-hero-banner small {
    font-size: 24px;
    font-weight: 400;
}
.riyadh-top-selling .card-tour {
    background-color: #bd008b;
    border-radius: 45px;
}
.riyadh-top-selling .card-tour .image-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(76, 76, 172, 0) 0%, #bd008b 100%);
    z-index: 1;
}
.riyadh-top-selling .city-details h5 {
    font-size: 18px;
}
section.top-selling.riyadh-top-selling .tour-meta.day-night-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 3px;
}
button.enquire-btn.riyad-enq-btn {
    background-color: #bd008b;
    border: 1px solid #993f92;
    padding: 6px 19px;
}
.green-shadow-top .card-tour {
    background-color: #3b9f6d;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
}
.green-shadow-top .card-tour .image-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(76, 76, 172, 0) 0%, #3b9f6d 100%) !important;
    z-index: 1;
}

/* riadh-page */
/* alula */
.her-img-banner img {
    max-width: 390px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.alula-hero-banner {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../image/ul-banner.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alula-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

/* alula */
.jeddah-hero-banner {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../image/jeddah-cover.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* albha */
.albaha-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 650px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.albaha-hero-banner {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../image/al-bha-cover.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1200px) {
    .desert-desk h1 {
        font-size: 42px;

        line-height: normal;
    }

    .card-body-tour {
        min-height: 200px;
    }
}
@media (min-width: 1200px) {
    .card-body-tour {
        min-height: auto;
    }
}
@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 992px) {
    .card-body-tour {
        min-height: auto;
    }

    nav.navbar {
        background-image: none;
        height: auto;
    }

    .ms-custom {
        margin-left: 3%;
    }

    .tribal-strip3 {
        background-image: url(../image/strip3.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .tribal-strip2 {
        width: 100%;
        height: 26px;
        background-image: url(../image/strip2.png);
        background-repeat: no-repeat;
    }

    .tribal-strip1 {
        width: 100%;
        height: 41px;
        background-image: url(../image/strip1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        image-rendering: auto;
    }

    h2 {
        font-size: 32px;
    }

    .desert-card h3 {
        font-size: 25px;
    }

    .desert-card p {
        font-size: 14px;
    }

    .counter {
        font-size: 32px;
    }

    section.discov-with-saudi p {
        font-size: 18px;
    }

    .con-us-btn {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
    }

    .hero-content h1 img {
        max-width: 100%;
    }

    .place-discovered ul {
        flex-direction: column;
        gap: 1rem !important;
    }

    .video-box .ratio {
        height: auto;
    }

    .benefit-box {
        width: 90%;
        height: auto;
        padding: 25px 15px;
    }

    .place-discovered ul::before {
        content: "";
        display: none;
    }

    .home-hero-banner,
    .riyadh-hero-banner {
        height: 100%;
    }

    .home-hero-banner::after {
        content: "";
        height: 100%;
    }
    .riyadh-hero-banner::after {
        content: "";

        height: 100%;
    }

    .discovery-link.active::after {
        display: none;
        content: none;
        /* optional, reinforces removal */
    }

    .counter-box {
        min-height: auto;
    }

    .benefit-box h5 {
        font-size: 20px;
    }

    .benefit-box p {
        font-size: 14px;
    }
    section.riyadh-hero-banner h1 {
        font-size: 50px;
    }
    section.riyadh-hero-banner small {
        font-size: 16px;
    }
    .banne h1 {
        font-size: 34px;
    }
}

@media (max-width: 576px) {
    .card-tour .tour-meta {
        flex-direction: column;
        align-items: start;
    }

    .tour-meta.day-night-icon span {
        display: inline-block;
        margin-right: 5px;
    }

    .client-benefits h2 {
        font-size: 1.25rem;
    }

    .desert-overlay h3 {
        font-size: 1.2rem;
    }

    .desert-overlay p {
        font-size: 0.875rem;
    }

    .home-hero-banner {
        height: 70%;
    }

    .her-img img {
        width: 100%;
    }
    section.riyadh-hero-banner h1 {
        font-size: 38px;
    }
    .hero-content {
        padding-top: 51px;
    }
    .place-discovered ul li a {
        font-size: 18px;
    }
    .padding-lr {
        padding: initial;
    }
}
/* ------------------------------ */
/* ------------------------------ */
.card-tour.d-flex.flex-column{    min-height: auto;position: relative;}
.card-body-tour.p-3{    position: absolute;bottom: 0px;    width: 100%;}


.hero-content small {
    font-size: 24px;
    font-weight: 400;
}