/*=====================================================
            PROJECT HERO
======================================================*/

.project-hero {

    position: relative;

    min-height: 100vh;

    padding: 160px 0 100px;

    background: url('images/project-banner.jpg') center center/cover no-repeat;

    overflow: hidden;

    display: flex;

    align-items: center;

}

.project-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(90deg,
            rgba(6, 20, 44, .90) 5%,
            rgba(6, 20, 44, .70) 40%,
            rgba(6, 20, 44, .35) 100%);

}

.project-hero .container {

    position: relative;

    z-index: 10;

}

/*========================================
Breadcrumb
========================================*/

.breadcrumb-nav {

    margin-bottom: 40px;

    font-size: 15px;

}

.breadcrumb-nav a {

    color: #ffffffb5;

    text-decoration: none;

    transition: .3s;

}

.breadcrumb-nav a:hover {

    color: #C59D2A;

}

.breadcrumb-nav span {

    color: #fff;

    margin: 0 8px;

}

.breadcrumb-nav .active {

    color: #C59D2A;

}

/*========================================
Content
========================================*/

.project-content {

    color: #fff;

}

.project-status {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    background: rgba(255, 255, 255, .10);

    backdrop-filter: blur(15px);

    padding: 12px 22px;

    border-radius: 50px;

    margin-bottom: 30px;

    border: 1px solid rgba(255, 255, 255, .15);

    color: #C59D2A;

    font-weight: 600;

}

.project-status i {

    color: #30D158;

}

.project-content h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 72px;

    font-weight: 800;

    line-height: 1.1;

    color: #fff;

    margin-bottom: 10px;

}

.project-content h2 {

    font-size: 42px;

    font-weight: 500;

    color: #C59D2A;

    margin-bottom: 25px;

}

.project-content p {

    max-width: 650px;

    font-size: 18px;

    line-height: 28px;

    color: #f3f3f3;

    margin-bottom: 30px;

}

.project-location {

    display: flex;

    align-items: center;

    gap: 12px;

    font-size: 18px;

    color: #fff;

    margin-bottom: 35px;

}

.project-location i {

    color: #C59D2A;

}

/*========================================
Price
========================================*/

.starting-price {

    margin-bottom: 35px;

}

.starting-price span {

    color: #d9d9d9;

    font-size: 16px;

}

.starting-price h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 50px;

    font-weight: 800;

    color: #C59D2A;

}

/*========================================
Buttons
========================================*/

.hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 18px;

    margin-bottom: 45px;

}

.hero-buttons .btn {

    height: 58px;

    padding: 0 30px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    font-weight: 600;

    transition: .35s;

}

.hero-buttons .btn-gold {

    background: #C59D2A;

    color: #fff;

    border: none;

}

.hero-buttons .btn-gold:hover {

    transform: translateY(-4px);

    box-shadow: 0 20px 35px rgba(197, 157, 42, .35);

}

.hero-buttons .btn-outline-light {

    background: transparent;

    border: 2px solid rgba(255, 255, 255, .25);

    color: #fff;

}

.hero-buttons .btn-outline-light:hover {

    background: #25D366;

    border-color: #25D366;

}

.hero-buttons .btn-light {

    color: #0B234A;

}

.hero-buttons .btn-light:hover {

    transform: translateY(-4px);

}

/*========================================
Stats
========================================*/

.project-features {

    display: flex;

    gap: 25px;

    flex-wrap: wrap;

}

.project-features div {

    min-width: 140px;

    padding: 22px;

    text-align: center;

    border-radius: 18px;

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, .08);

}

.project-features h4 {
    font-family: 'Outfit', sans-serif;

    color: #C59D2A;

    font-size: 34px;

    font-weight: 700;

    margin-bottom: 8px;

}

.project-features span {

    color: #fff;

}

/*========================================
Property Card
========================================*/

.project-card {

    background: rgba(255, 255, 255, .10);

    backdrop-filter: blur(25px);

    border-radius: 30px;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .12);

    /* box-shadow: 0 35px 70px rgba(0, 0, 0, .30); */

    animation: floatCard 4s ease-in-out infinite;

}

.project-image {

    position: relative;

}

.project-image img {

    width: 100%;

    height: 330px;

    object-fit: cover;

}

.project-badge {

    position: absolute;

    top: 20px;

    left: 20px;

    background: #C59D2A;

    color: #fff;

    padding: 10px 18px;

    border-radius: 30px;

    font-size: 14px;

}

.project-card .card-body {

    padding: 30px;

    color: #fff;

}

.project-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 32px;

    margin-bottom: 10px;

}

.project-card p {

    color: #9f9f9f;

    margin-bottom: 0px;

}

.info-row {

    display: flex;

    justify-content: space-between;

    margin-bottom: 15px;

    border-bottom: 1px dashed rgba(255, 255, 255, .15);

    padding-bottom: 10px;

}

.info-row span {

    color: #ddd;

}

.info-row strong {

    color: #fff;

}

.price-box {

    text-align: center;

    padding: 25px;

    background: #C59D2A;

    color: #fff;

    border-radius: 18px;

    margin: 25px 0;

}

.price-box h2 {

    margin: 10px 0 0;

    font-size: 42px;

    font-weight: 800;

}

/*========================================
Scroll Down
========================================*/

.scroll-down {

    position: absolute;

    left: 50%;

    bottom: 30px;

    transform: translateX(-50%);

    color: #fff;

    text-align: center;

    animation: bounce 2s infinite;

}

.scroll-down span {

    display: block;

    margin-bottom: 8px;

    font-size: 13px;

    letter-spacing: 3px;

    text-transform: uppercase;

}

.scroll-down i {

    font-size: 22px;

    color: #C59D2A;

}

/*========================================
Animations
========================================*/

@keyframes floatCard {

    50% {

        transform: translateY(-12px);

    }

}

@keyframes bounce {

    50% {

        transform: translate(-50%, 8px);

    }

}

/*========================================
Responsive
========================================*/

@media(max-width:991px) {

    .project-hero {

        padding: 130px 0 100px;

    }

    .project-content {

        text-align: center;

    }

    .project-content h1 {
        font-family: 'Outfit', sans-serif;
        font-size: 42px;

    }

    .project-content h2 {
        font-family: 'Outfit', sans-serif;
        font-size: 26px;

    }

    .project-content p {
        font-size: 16px;
        /*line-height: 0;*/
        /*margin: 0;*/
        padding: 0;
        padding-top: 11px;
    }

    .project-location {

        justify-content: center;

    }

    .hero-buttons {

        justify-content: center;

    }

    .hero-buttons .btn {

        width: 100%;

    }

    .project-features {

        justify-content: center;

    }

    .project-features div {

        width: 45%;

        min-width: 140px;

    }

    .project-card {

        margin-top: 50px;

    }

}

@media(max-width:576px) {

    .project-content h1 {
        font-family: 'Outfit', sans-serif;
        font-size: 34px;

    }

    .project-content h2 {
        font-family: 'Outfit', sans-serif;
        font-size: 22px;

    }

    .project-features div {

        width: 100%;

    }

    .price-box h2 {
        font-family: 'Outfit', sans-serif;
        font-size: 34px;

    }

}

/* Animated Luxury Overlay */

.project-overlay {

    position: absolute;
    inset: 0;

    /* background: linear-gradient(120deg,
            rgba(7, 20, 42, .92),
            rgba(11, 35, 74, .72),
            rgba(197, 157, 42, .20),
            rgba(7, 20, 42, .90));

    background-size: 300% 300%; */

    /* animation: gradientMove 12s ease infinite; */

}

@keyframes gradientMove {

    0% {

        background-position: 0% 50%;

    }

    50% {

        background-position: 100% 50%;

    }

    100% {

        background-position: 0% 50%;

    }

}

.project-hero::before {

    content: '';

    position: absolute;

    width: 600px;
    height: 600px;

    right: -220px;
    top: -180px;

    background: radial-gradient(circle,
            rgba(197, 157, 42, .35),
            transparent 70%);

    filter: blur(60px);

    animation: goldGlow 8s infinite alternate;

}

@keyframes goldGlow {

    0% {

        transform: scale(.9);

        opacity: .6;

    }

    100% {

        transform: scale(1.25);

        opacity: 1;

    }

}

.registry-ribbon {

    position: absolute;

    top: 49px;
    right: -64px;

    background: #C59D2A;

    color: #fff;

    padding: 12px 60px;

    font-weight: 700;

    font-size: 14px;

    transform: rotate(45deg);

    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);

    z-index: 99;

}

.view360 {

    position: absolute;

    left: 20px;
    bottom: 20px;

    padding: 12px 20px;

    border-radius: 40px;

    background: rgba(255, 255, 255, .18);

    backdrop-filter: blur(15px);

    color: #fff;

    text-decoration: none;

    transition: .35s;

}

.view360:hover {

    background: #C59D2A;

}

.particles span {

    position: absolute;

    width: 8px;
    height: 8px;

    background: #C59D2A;

    border-radius: 50%;

    animation: particle 10s linear infinite;

    opacity: .5;

}

.particles span:nth-child(1) {

    left: 12%;
    top: 85%;

    animation-delay: 0s;

}

.particles span:nth-child(2) {

    left: 35%;
    top: 70%;

    animation-delay: 2s;

}

.particles span:nth-child(3) {

    left: 60%;
    top: 90%;

    animation-delay: 4s;

}

.particles span:nth-child(4) {

    left: 80%;
    top: 65%;

    animation-delay: 6s;

}

.particles span:nth-child(5) {

    left: 92%;
    top: 82%;

    animation-delay: 8s;

}

@keyframes particle {

    0% {

        transform: translateY(0);

        opacity: 0;

    }

    30% {

        opacity: 1;

    }

    100% {

        transform: translateY(-220px);

        opacity: 0;

    }

}

.project-card {

    transition: transform .15s linear;

    transform-style: preserve-3d;

    will-change: transform;

}

.project-image {

    position: relative;

    overflow: hidden;

}

.project-image::before {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 60%;

    height: 100%;

    background: linear-gradient(90deg,

            transparent,

            rgba(255, 255, 255, .35),

            transparent);

    transform: skewX(-20deg);

}

.project-card:hover .project-image::before {

    animation: shine 1.2s;

}

@keyframes shine {

    100% {

        left: 180%;

    }

}

.scroll-down {

    animation: bounce 2s infinite;

}

@keyframes bounce {

    0%,
    100% {

        transform: translateX(-50%) translateY(0);

    }

    50% {

        transform: translateX(-50%) translateY(12px);

    }

}



/*==================================
        PROJECT GALLERY
===================================*/

.project-gallery {

    position: relative;

    padding: 70px 0;

    background: linear-gradient(180deg,
            #f8fafc 0%,
            #ffffff 50%,
            #f5f7fb 100%);

    overflow: hidden;

}

.project-gallery::before {

    content: '';

    position: absolute;

    width: 450px;
    height: 450px;

    background: rgba(197, 157, 42, .08);

    border-radius: 50%;

    top: -180px;
    left: -150px;

    filter: blur(100px);

}

.project-gallery::after {

    content: '';

    position: absolute;

    width: 350px;
    height: 350px;

    background: rgba(11, 35, 74, .05);

    border-radius: 50%;

    bottom: -120px;
    right: -100px;

    filter: blur(100px);

}


.gallery-item {

    position: relative;

    display: block;

    overflow: hidden;

    border-radius: 22px;

    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);

}

.gallery-item img {

    width: 100%;

    height: 260px;

    object-fit: cover;

    transition: .7s;

}

.large-gallery img {

    height: 544px;

}

.gallery-overlay {

    position: absolute;

    inset: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(180deg,

            rgba(0, 0, 0, .05),

            rgba(0, 0, 0, .65));

    opacity: 0;

    transition: .4s;

}

.gallery-overlay i {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    background: #C59D2A;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 24px;

    transform: scale(.5);

    transition: .4s;

}

.gallery-item:hover img {

    transform: scale(1.12);

}

.gallery-item:hover .gallery-overlay {

    opacity: 1;

}

.gallery-item:hover .gallery-overlay i {

    transform: scale(1);

}

.gallery-item {

    transition: .4s;

}

.gallery-item:hover {

    box-shadow: 0 30px 60px rgba(0, 0, 0, .20);

    transform: translateY(-8px);

}

/* Mobile */

@media(max-width:991px) {

    .large-gallery img {

        height: 320px;

    }

    .gallery-item img {

        height: 160px;

    }

}

/*==================================
        ABOUT PROJECT
===================================*/

.about-project {

    padding: 70px 0;

    background:

        linear-gradient(135deg,

            #f7f8fb 0%,

            #eef3f8 100%);

    position: relative;

}

.about-content {

    padding-right: 40px;

}

.about-content p {

    font-size: 17px;

    line-height: 32px;

    color: #666;

    margin-bottom: 20px;

}

.highlight-item {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 22px 22px 6px 22px;

    margin-bottom: 22px;

    border-radius: 18px;

    background: #fff;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);

    transition: .35s;

    height: 100%;

}

.highlight-item:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);

}

.highlight-item i {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #FFF7E6;

    color: #C59D2A;

    font-size: 26px;

    flex-shrink: 0;

}

.highlight-item h5 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;

    font-weight: 700;

    margin-bottom: 8px;

    color: #0B234A;

}

.highlight-item p {

    margin: 0;

    font-size: 15px;

    line-height: 26px;

}

.about-buttons {

    margin-top: 40px;

    display: flex;

    gap: 18px;

}

.about-buttons .btn {

    height: 56px;

    padding: 0 35px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 600;

}

.about-image {

    position: relative;

    overflow: hidden;

    border-radius: 28px;

}

.about-image img {

    width: 100%;

    border-radius: 28px;

    transition: .6s;

}

.about-image:hover img {

    transform: scale(1.08);

}

.experience-box {

    position: absolute;

    right: 25px;

    bottom: 25px;

    background: #C59D2A;

    padding: 28px 35px;

    border-radius: 20px;

    color: #fff;

    text-align: center;

    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);

    animation: floatBox 3s ease-in-out infinite;

}

.experience-box h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 46px;

    font-weight: 800;

    margin: 0;

}

.experience-box span {

    font-size: 15px;

}

@keyframes floatBox {

    50% {

        transform: translateY(-10px);

    }

}

/* Mobile */

@media(max-width:991px) {

    .about-content {

        padding-right: 0;

        margin-bottom: 40px;

    }

    .about-buttons {

        flex-direction: column;

    }

    .about-buttons .btn {

        width: 100%;

    }

    .experience-box {

        position: absolute;

        right: 25px;

        bottom: 25px;

        margin: 20px auto 0;

        width: 220px;

    }

}

/*==============================
        COMPACT CTA
===============================*/

.compact-cta {

    padding: 70px 0;

    background: #fff;

}

.cta-box {

    position: relative;

    padding: 45px 50px;

    border-radius: 28px;

    background: linear-gradient(135deg, #081B36, #163A69);

    overflow: hidden;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

}

.cta-box::before {

    content: "";

    position: absolute;

    right: -120px;

    top: -120px;

    width: 280px;

    height: 280px;

    background: #C59D2A30;

    border-radius: 50%;

    filter: blur(70px);

}

.cta-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 10px 18px;

    border-radius: 40px;

    background: rgba(255, 255, 255, .10);

    color: #FFD166;

    font-size: 14px;

    margin-bottom: 18px;

}

.cta-box h2 {
    font-family: 'Outfit', sans-serif;
    color: #fff;

    font-size: 38px;

    font-weight: 700;

    margin-bottom: 12px;

}

.cta-box p {

    color: #d8d8d8;

    font-size: 17px;

    margin: 0;

    line-height: 30px;

}

.cta-action {

    display: flex;

    justify-content: end;

    align-items: center;

    gap: 15px;

}

.cta-action .btn {

    height: 58px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 600;

    transition: .35s;

}

.btn-gold {

    padding: 15px 28px;

    background: #C59D2A;

    color: #fff;

}

.btn-call {

    width: 58px;

    background: #fff;

    color: #081B36;

}

.btn-whatsapp {

    width: 58px;

    background: #25D366;

    color: #fff;

}

.cta-action .btn:hover {

    transform: translateY(-5px);

}

@media(max-width:991px) {

    .cta-box {

        padding: 35px 25px;

        text-align: center;

    }

    .cta-box h2 {
        font-family: 'Outfit', sans-serif;
        font-size: 28px;

    }

    .cta-action {

        margin-top: 25px;

        justify-content: center;

        flex-wrap: wrap;

    }

    .btn-gold {

        width: 100%;

    }

}

/*==============================
        MASTER PLAN
===============================*/
.mendori {

    padding: 70px 0;

    background: #081B36;

    color: #fff;

}

.mendori h2,
.mendori h3 {
    font-family: 'Outfit', sans-serif;
    color: #fff;

}

.mendori p {

    color: #d8d8d8;

}

.master-image {

    position: relative;

    overflow: hidden;

    border-radius: 25px;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);

}

.master-image img {

    width: 100%;

    transition: .6s;

}

.master-image:hover img {

    transform: scale(1.05);

}

.master-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(180deg,

            transparent,

            rgba(0, 0, 0, .55));

    display: flex;

    align-items: flex-end;

    justify-content: center;

    padding: 35px;

    opacity: 0;

    transition: .4s;

}

.master-image:hover .master-overlay {

    opacity: 1;

}

.zoom-btn {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 15px 30px;

    background: #fff;

    color: #081B36;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 600;

    transition: .35s;

}

.zoom-btn:hover {

    background: #C59D2A;

    color: #fff;

}

.master-list {

    padding: 0;

    margin: 35px 0;

}

.master-list li {

    list-style: none;

    padding: 12px 0;

    font-size: 17px;

    color: #d8d8d8;

}


.master-list i {

    color: #C59D2A;

    margin-right: 10px;

}

.master-btn {

    margin-top: 35px;

}

.master-btn .btn {

    height: 55px;

    padding: 0 30px;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    border-radius: 50px;

}

@media(max-width:991px) {

    .master-image {

        margin-top: 40px;

    }

}

.master-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(15px);
    padding: 12px 20px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .2);
}

/*==================================
      PREMIUM LAYOUT
===================================*/

.layout-section {

    padding: 60px 0;

    background: linear-gradient(180deg, #fff, #F8FAFD);

}

.layout-wrapper {

    position: relative;

    overflow: hidden;

    border-radius: 28px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .12);

    margin-top: 60px;

}

.layout-wrapper img {

    width: 100%;

    transition: .7s;

}

.layout-wrapper:hover img {

    transform: scale(1.03);

}

.layout-action {

    position: absolute;

    right: 30px;

    bottom: 30px;

}

.btn-layout {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 16px 28px;

    background: rgba(255, 255, 255, .92);

    backdrop-filter: blur(20px);

    border-radius: 50px;

    font-weight: 600;

    color: #081B36;

    text-decoration: none;

    transition: .35s;

}

.btn-layout:hover {

    background: #C59D2A;

    color: #fff;

}

.plot-size-box {

    margin-top: 45px;

    padding: 35px;

    border-radius: 25px;

    background: #fff;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.size-title {

    font-size: 24px;

    font-weight: 700;

    text-align: center;

    margin-bottom: 30px;

    color: #081B36;

}

.size-list {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 20px;

}

.size-btn {

    width: 130px;

    height: 90px;

    border-radius: 18px;

    background: #F8F9FC;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    color: #081B36;

    font-size: 30px;

    font-weight: 700;

    transition: .35s;

    border: 2px solid transparent;

}

.size-btn span {

    font-size: 14px;

    font-weight: 500;

    margin-top: 5px;

}

.size-btn:hover,

.size-btn.active {

    background: #081B36;

    color: #fff;

    border-color: #C59D2A;

    transform: translateY(-8px);

}

.layout-cta {

    margin-top: 40px;

    display: flex;

    justify-content: center;

    gap: 18px;

    flex-wrap: wrap;

}

.layout-cta .btn {

    height: 56px;

    padding: 0 32px;

    border-radius: 50px;

    display: flex;

    align-items: center;

    gap: 10px;

    font-weight: 600;

}

.btn-success {

    background: #25D366;

    border: none;

}

.btn-success:hover {

    background: #20b85a;

}

@media(max-width:991px) {

    .layout-section {

        padding: 80px 0;

    }

    .layout-action {

        left: 50%;

        right: auto;

        transform: translateX(-50%);

        bottom: 20px;

    }

    .plot-size-box {

        padding: 25px;

    }

    .size-btn {

        width: 46%;

        height: 85px;

        font-size: 24px;

    }

    .layout-cta .btn {

        width: 100%;

        justify-content: center;

    }

}

@media(max-width:576px) {

    .size-btn {

        width: 100%;

    }

}

/*==================================
      BOOKING PROCESS
===================================*/

.booking-process {

    padding: 70px 0;

    background: #081B36;

    position: relative;

    overflow: hidden;

}

.booking-process::before {

    content: "";

    position: absolute;

    width: 450px;
    height: 450px;

    top: -180px;
    right: -180px;

    background: rgba(197, 157, 42, .15);

    border-radius: 50%;

    filter: blur(80px);

}

.booking-process .section-title {
    font-family: 'Outfit', sans-serif;
    color: #ccc;
}

.booking-timeline {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 15px;

    margin-top: 70px;

    flex-wrap: nowrap;

}


.booking-step {

    position: relative;

    background: #fff;

    border-radius: 24px;

    padding: 35px 25px;

    text-align: center;

    flex: 1;

    transition: .35s;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.booking-step:hover {

    transform: translateY(-12px);

}

.step-number {

    position: absolute;

    top: 18px;

    right: 18px;

    font-size: 14px;

    font-weight: 700;

    color: #C59D2A;

}

.step-icon {

    width: 85px;

    height: 85px;

    margin: 0 auto 20px;

    background: #FFF6E4;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 34px;

    color: #C59D2A;

}

.booking-step h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;

    font-weight: 700;

    margin-bottom: 12px;

    color: #081B36;

}

.booking-step p {

    font-size: 15px;

    line-height: 26px;

    color: #666;

    margin: 0;

}

.timeline-arrow {

    font-size: 28px;

    color: #C59D2A;

    flex-shrink: 0;

}

/* Mobile */

@media(max-width:991px) {

    .booking-timeline {

        flex-direction: column;

    }

    .timeline-arrow {

        transform: rotate(90deg);

        margin: 5px 0;

    }

    .booking-step {

        width: 100%;

    }

    .booking-process::before {
        display: none;
    }

}

 .booking-process .section-desc{
      color: #d8d8d8 !important;
  }

