:root {
    --main-color: #b70000;
    --black-color: #000;
    --white-color: #ffff;
    scroll-behavior: auto;
}

.logo {
    width: 175px;
}


.header-area {
    background-color: var(--white-color);
    max-width: 100%;
}

.anchor span:first-child {
    color: var(--main-color);
    background-color: var(--black-color);
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header-area-content p {
    color: #000;
    font-weight: bold;
}

.squre {
    border: 1px solid #000;
    padding: 2px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background-color: var(--white-color);
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 13px !important;
}

.squre a i {
    color: var(--main-color);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.squre:hover {
    box-shadow: 0px 0px 4px var(--black-color);
}

.squre:hover i {
    color: var(--black-color);
}


.navbar {
    background-color: var(--white-color) !important;
    padding: 0 !important;
    position: sticky;
    top: 0;
    padding-top: 5px !important;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}


.collapse .nav-link {
    position: relative;
}

.collapse .nav-link::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    width: 2px;
    height: 1px;
    background-color: var(--main-color);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.collapse .nav-link:hover::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
}

.top-header {
    background-color: var(--main-color) !important;
}

.navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-item .nav-link {
    color: var(--black-color);
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus {
    color: var(--main-color);
}

.nav-item .nav-link.active {
    color: var(--main-color) !important;
    background-color: var(--white-color) !important;
}

.navbar .btn-booknow {
    padding: 10px 25px;
    border-radius: 50px;
    background: var(--main-color);
    color: var(--white-color);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.35s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(183, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

/* Shine effect */
.navbar .btn-booknow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: 0.5s;
}

.navbar .btn-booknow:hover::before {
    left: 100%;
}

/* Hover animation */
.navbar .btn-booknow:hover {
    background: #840000;
    /* darker tone */
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(183, 0, 0, 0.45);
    border-color: var(--white-color);
}

/* Pulse effect */
@keyframes pulseRed {
    0% {
        box-shadow: 0 0 0px rgba(183, 0, 0, 0.5);
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 0px rgba(183, 0, 0, 0.5);
    }
}

.navbar .btn-booknow.pulse {
    animation: pulseRed 2s infinite;
}


.carousel-item {
    height: 80vh;
    width: 100%;
    position: relative;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 12.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    display: block !important;
}

.carousel-caption h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.45),
        0 0 15px rgba(0, 0, 0, 0.35);
    letter-spacing: 1px;
}


.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-color: #ffffff69;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border-radius: 50%;
}

.intro-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    filter: grayscale(0);
    animation: color ease 1s;
    -webkit-animation: color ease 1s;
    -webkit-filter: grayscale(0);
}

@keyframes color {
    0% {
        filter: grayscale(100%) blur(3px);
        -webkit-filter: grayscale(100%) blur(3px);
        transform: translatex(10px);
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -ms-transform: translatex(10px);
        -o-transform: translatex(10px);
    }

    20% {
        filter: grayscale(0) blur(3px);
        -webkit-filter: grayscale(0) blur(3px);
    }

    50% {
        filter: grayscale(50%) blur(2px);
        -webkit-filter: grayscale(50%) blur(2px);
    }

    80% {
        filter: grayscale(80%) blur(1px);
        -webkit-filter: grayscale(80%) blur(1px);
    }

    100% {
        filter: grayscale(0) blur(0px);
        -webkit-filter: grayscale(0) blur(0px);
        transform: translatex(0px);
        -webkit-transform: translatex(0px);
        -moz-transform: translatex(0px);
        -ms-transform: translatex(0px);
        -o-transform: translatex(0px);
    }
}

.box-intro {
    animation: text ease 1s;
    -webkit-animation: text ease 1s;
}

@keyframes text {
    0% {
        transform: translatex(100px);
        -webkit-transform: translatex(100px);
        -moz-transform: translatex(100px);
        -ms-transform: translatex(100px);
        -o-transform: translatex(100px);
    }

    100% {
        transform: translatex(0px);
        -webkit-transform: translatex(0px);
        -moz-transform: translatex(0px);
        -ms-transform: translatex(0px);
        -o-transform: translatex(0px);
    }
}





.layer-caruosel {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.content-banner {
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 50px;
    z-index: 1;
    background-color: #1a1a1a3d;
    width: 100%;
    height: 100%;
}





.content-banner h1,
.content-banner h2,
.content-banner h5,
.content-banner svg {
    font-size: 65px;
    font-weight: 600;
    animation: text alternate 3s;
    -webkit-animation: text alternate 3s;
}

.content-banner h5 {
    color: var(--white-color);
    font-size: 20px;
}

@keyframes text {
    0% {
        opacity: 0;
        transform: translatex(-100px);
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -ms-transform: translatex(-100px);
        -o-transform: translatex(-100px);
    }

    100% {
        opacity: 1;
        transform: translatex(0px);
        -webkit-transform: translatex(0px);
        -moz-transform: translatex(0px);
        -ms-transform: translatex(0px);
        -o-transform: translatex(0px);
    }
}

.btn-orange {
    color: var(--white-color);
    margin-top: 30px;
    padding: 10px 25px;
    border-radius: 0 !important;
    font-weight: 600;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -o-transition: all 0.7s;
    position: relative;
    z-index: 1555;

}

.btn-orange span {
    background-color: var(--black-color);
    padding: 5px 10px;
    margin-left: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.btn-orange .rotate {
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}



.btn-orange:hover {
    color: var(--white-color);
    border-bottom: 1px solid #b8b8b8;
}

.btn-orange:hover span {
    margin-left: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btn-orange:hover i {
    color: var(--main-color);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


.btn-orange:hover span {
    background-color: var(--white-color);
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--main-color);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target].active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--white-color);
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10%;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-direction: column;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 0%;
    width: 100%;
    padding: 20px;
}

.banner-intro {
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.social-icon {
    width: 100% !important;
}

.anchor {
    color: var(--black-color);
    margin-right: 20px;
}

.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler span {
    color: var(--main-color);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}


.navbar-nav .dropdown-menu {
    background-color: #fff;
    border-color: var(--white-color);
    border-top: 2px solid var(--red-color);
    border-bottom: 2px solid var(--main-color);
}

.navbar-nav .dropdown-menu .dropdown-item {
    color: #000;
}

.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.dropdown-menu.Services {
    width: 300px;
}


@keyframes fadeUp {
    from {
        opacity: 0;
        margin-top: 0 !important;
        transform: perspective(500px) rotateX(-40deg);
        transform-origin: 50% 0%;
        -webkit-transform: perspective(500px) rotateX(-40deg);
        -moz-transform: perspective(500px) rotateX(-40deg);
        -ms-transform: perspective(500px) rotateX(-40deg);
        -o-transform: perspective(500px) rotateX(-40deg);
    }
}

to {
    opacity: 1;
    margin-top: 0 !important;
    transform: perspective(500px) rotateX(-20deg);
    transform-origin: 50% 0%;
    -webkit-transform: perspective(500px) rotateX(-20deg);
    -moz-transform: perspective(500px) rotateX(-20deg);
    -ms-transform: perspective(500px) rotateX(-20deg);
    -o-transform: perspective(500px) rotateX(-20deg);
}


/* .layer-img {
    position: absolute;
    bottom: -50px;
    right: 100px;
} */



.layer-text {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white-color);
    font-weight: bold;
    font-size: 30px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 30px;
}

.carousel-inner {
    overflow: unset !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -65px;
    margin-top: var(--bs-dropdown-spacer);
}


.svg-Text {
    display: flex;
    align-items: center;
}

svg {
    width: 25px;
    margin-right: 10px;
}

.content-banner :where(h1) {
    color: var(--white-color);
}

.content-banner :where(h2) {
    color: var(--white-color);
    font-size: 40px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>> Header <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

@media (max-width:1200px) {
    .content-banner h1 {
        font-size: 50px;
    }

    .nav-link::after {
        content: "";
        position: absolute;
        top: unset;
        bottom: 0px;
        left: 0px;
        width: 0;
        height: 3px;
        background-color: var(--main-color);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
    }

    .nav-link:hover::after {
        content: "";
        position: absolute;
        top: unset;
        bottom: 0px;
        left: 0px;
        width: 20%;
        height: 3px;
        background-color: var(--main-color);
    }

    .content-banner {
        backdrop-filter: unset;
        clip-path: unset;
        justify-content: unset;
        align-items: unset;
    }
}

@media (max-width:992px) {
    .nav-link::after {
        content: unset;
    }

    .nav-link:hover::after {
        content: unset;
    }

    .content-banner {
        padding: 10px;
    }

    .content-banner h1 {
        font-size: 30px;
    }

    .content-banner h2 {
        font-size: 20px;
    }

    .content-banner h5 {
        font-size: 15px;
    }

    .content-banner .svg-Text {
        font-size: 20px;
    }

    .content-banner {
        backdrop-filter: unset;
        clip-path: unset;
        justify-content: unset;
        align-items: unset;
    }

    .carousel-item {
        height: 100vh;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 0%;
        width: 100%;
        padding: 20px;
    }

    .MobailBar {
        display: flex;
    }
}

@media (min-width:370px) and (max-width:991px) {
    .content-banner h1 {
        font-size: 20px;
    }

    .content-banner .svg-Text {
        font-size: 15px;
    }

    .content-banner h5 {
        font-size: 15px;
    }

    .content-banner {
        backdrop-filter: unset;
        clip-path: unset;
        justify-content: unset;
        align-items: unset;
    }

    .form-bg .d-flex {
        flex-wrap: wrap;
    }

    .form-bg .d-flex .w-50 {
        width: 100% !important;
    }
}


.squer-box {
    height: 150px;
    color: var(--white-color);
    width: 230px;
    padding: 10px;
    margin: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.squer-box::after {
    position: absolute;
    left: -50px;
    top: 50%;
    height: 1px;
    width: 50px;
    background-color: var(--white-color);
    content: '';
}

.Boxs :first-child::after {
    content: unset;
}

.Boxs {
    /* border-bottom: 1px solid #ddd; */
}

.squer-box:nth-child(even) {
    margin-top: 50px;
}


.squer-box p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.squer-box span {
    font-weight: 800;
    font-size: 45px;
}

.squer-box span i {
    font-size: 20px;
}


@media (max-width:992px) {
    .Boxs {
        display: flex;
        justify-content: center;
        width: 100%;
        /* flex-wrap: wrap; */
    }

    .squer-box:nth-child(3)::after {
        content: unset;
    }

    .squer-box:nth-child(even) {
        margin-top: 20px;
    }

}

@media (max-width:600px) {
    .Boxs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .squer-box::after {
        content: unset !important;
    }

    .squer-box:nth-child(even) {
        margin-top: 5px;
    }

    .squer-box {
        margin: 0;
        height: 100px;
    }

}


.bg-section {
    position: relative;
    background-color: var(--main-color);
    padding: 40px 0;
    z-index: 1;
    /* margin-top: 8%; */
}


.bg-section::after {
    position: absolute;
    top: -10%;
    left: -9%;
    width: 450px;
    height: 400px;
    background-image: url(images/12234.png);
    background-size: cover;
    content: "";
    z-index: 0;
    opacity: 1;
    filter: invert(100%) brightness(200%);
}


/* Project // ----- */

/* .card-project {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.card-project img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}


.layer-project {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff7c;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.text-project {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--black-color);
    padding: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.card-project:hover .layer-project {
    opacity: 1;
    z-index: 1;
}

.card-project:hover .layer-proj-name {
    opacity: 0;
    z-index: -1;
}

.card-project:hover .text-project {
    transform: translate(10px);
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
}


.text-project {
    color: var(--black-color);
}

.text-project h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.layer-proj-name {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px;
    width: 200px;
    background-color: #000;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.layer-proj-name h3 {
    font-size: 20px;
}


@media (min-width:993px) and (max-width:1200px) {
    .layer-proj-name {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px;
        width: 100px;
        background-color: #000;
        color: var(--main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
    }

    .layer-proj-name h3 {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .layer-proj-name {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 200px;
        background-color: #000;
        color: var(--main-color);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
    }

    .layer-proj-name h3 {
        font-size: 14px;
    }


    .hide-sm {
        font-size: 10px;
    }
} */


.services-section {
    padding-top: 8%;
    padding-bottom: 5%;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #b70000;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #b70000, #ff7575);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s, box-shadow 0.4s;
}

.service-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s;
}

.service-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(183, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(30px);
}

.service-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.overlay h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.overlay p {
    font-size: 16px;
    margin-bottom: 20px;
}

.overlay .btn {
    padding: 10px 25px;
    background: #ff7575;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
    text-decoration: none;
}

.overlay .btn:hover {
    background: #b70000;
    color: #fff;
}

/* Responsive */
@media(max-width:992px) {
    .service-card img {
        height: 250px;
    }
}

@media(max-width:576px) {
    .service-card img {
        height: 200px;
    }

    .overlay h4 {
        font-size: 20px;
    }

    .overlay p {
        font-size: 14px;
    }
}

/* New sticky title */
.service-head {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    text-align: center;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #b70000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 0.4s;
    z-index: 2;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* Slight lift on hover for premium feel */
.service-card:hover .service-head {
    background: #fff;
    color: #ff3a3a;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-card {
    perspective: 1000px;
    /* Enables 3D space */
    height: 320px;
    border-radius: 15px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
    border-radius: 15px;
}

.service-card:hover .card-inner {
    transform: rotateY(180deg);
}

/* FRONT & BACK shared styles */
.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* FRONT SIDE */
.card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-title {
    position: absolute;
    bottom: 5%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 50%);
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    padding: 12px 25px;
    /* border-radius: 10px; */
    backdrop-filter: blur(0px);
    text-transform: capitalize;
    letter-spacing: normal;
    width: 100%;
}

/* BACK SIDE */
.card-back {
    background: linear-gradient(to bottom, #b70000, #5d0000);
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
}

.card-back h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.card-back p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.card-back .btn {
    padding: 10px 25px;
    background: #fff;
    color: #b70000;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.card-back .btn:hover {
    background: #ff7575;
    color: #fff;
}



.text-header h3 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    margin: 15px 0 0 0;

    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    /* Fade up duration */
}

/* بعد التمرير يظهر */
.text-header h3.fade-up {
    opacity: 1;
    transform: translateY(0);
}

/* ::after الخط الصغير يبقى كما هو */
.text-header h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--main-color);
    bottom: 0;
    left: calc(50% - 20px);
}


/* ::before الخط الطويل */
.text-header h3::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #9e9d9d;
    bottom: 1px;
    left: calc(50% - 60px);
    transition: width 0.8s ease-out 0.8s;
    /* ← هنا: 0.8s delay بعد Fade Up */
}



/* بعد التمرير نوسع الخط */
.text-header h3.fade-up::before {
    width: 120px;
}


.form-bg {
    /* background-color: #00000099; */
    /* box-shadow: 1px 1px 10px #0000004d; */
    padding: 0px 10px;
    /* backdrop-filter: blur(2px); */
}

.form-bg .btn-orange {
    color: var(--main-color);
}

.form-bg h2 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 20px;
}

.form-control,
.form-select {
    border: 0 !important;
    background-color: #e5e1e3;
    padding: 10px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.form-control:focus,
.form-control:hover,
.form-select:focus,
.form-select:hover {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--main-color) !important;
    outline: 0;
    box-shadow: 0 0 0 1px var(--main-color) !important;
}

.bg-form-sec {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 4rem 0;
}

.bg-sec-form h3 {
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 20px;
}

.bg-sec-form p {
    color: var(--white-color);
}



/* Section Header */
.travel-offers-section .text-header h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: var(--dark-text);
    margin-bottom: 50px;
}

.offers-slider-wrapper {
    display: flex;
    overflow: hidden;
    gap: 30px;
    scroll-behavior: smooth;
    padding: 40px 0;
    justify-content: flex-start;
}

.offers-slider {
    display: flex;
    gap: 30px;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    /* prevent wrapping */
}

.offer-card-link {
    flex: 0 0 auto;
    /* ensures all cards stay in one row */
    width: 300px;
    /* or any fixed width for card */
    transition: transform 0.5s ease;
    color: azure;
}

/* Individual Card Styling */
.offer-card {
    background: var(--white-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(224, 40, 60, 0.2);
}

.offer-image-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
    /* border-bottom: 5px solid var(--main-color); */
}

.offer-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.offer-card:hover .offer-image-wrapper img {
    transform: scale(1.05) rotate(0.5deg);
}

.offer-location {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: var(--white-color);
}

.offer-location h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.offer-location span {
    font-size: 14px;
    opacity: 0.8;
}

.offer-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--main-color);
    color: var(--dark-text);
    padding: 5px 12px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.card-body-content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.offer-details {
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 0px;
}

.offer-details p {
    font-size: 15px;
    color: #666;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.price-info {
    text-align: left;
    padding: 0 10px;
}

.price-info .from-text {
    font-size: 12px;
    color: #999;
    display: block;
}

.price-info .price-value {
    font-size: 30px;
    font-weight: 900;
    color: var(--main-color);
    margin: 0;
    line-height: 1;
}

.price-info .per-person {
    font-size: 12px;
    color: #777;
    display: block;
    margin-top: 5px;
}

.btn-book {
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid var(--main-color);
}

.btn-book:hover {
    background-color: var(--white-color);
    color: var(--main-color);
    transform: translateX(3px);
}

.slider-nav-offers button {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.slider-nav-offers button:hover {
    background: #940000;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 1200px) {
    .offer-card-link {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .offer-card-link {
        width: 350px;
    }
}




/* footer */

.footer {
    padding: 3rem;
    /* background-color: var(--eggplant-color); */
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    z-index: 1 !important;
}



.logo-footer img {
    width: 200px;
}


.Footer-list {
    list-style: none;
    padding-left: 0 !important;

}

.Footer-list li {
    width: 50%;
    float: left;
    margin: 15px 0;

}

.Footer-list li a {
    color: var(--white-color);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.Footer-list li a:hover {
    color: var(--black-color);
}

.footer-contact {
    list-style: none;
    padding-left: 0 !important;
}

.footer-contact li {
    margin: 20px 0;
}


.fotter-text h4 {
    color: var(--main-color);
}

.fotter-text li a {
    color: var(--white-color);
}

.fotter-text li a:hover {
    color: var(--main-color);
}

.img-footer {
    width: 100px;
    height: 100px;
}

.serv-footer {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.serv-footer a {
    color: var(--white-color);
    margin-left: 10px;
}

.serv-footer a:hover {
    color: var(--main-color);
}


.icon-footer {
    color: var(--main-color);
    background-color: var(--white-color);
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.copyright {
    font-weight: 100 !important;
    color: var(--main-color);
}

.copyright a {
    color: var(--main-color);
}

.last-footer {
    background: var(--white-color);
    padding: 10px 0;
}


@media (max-width:992px) {
    .footer {
        padding: 2rem;
    }
}




.social-icon-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Glass Morphism Style */
.social-icon-footer .squre {
    height: 55px;
    width: 55px;
    border-radius: 15px;
    backdrop-filter: blur(6px);
    background: rgb(255 255 255 / 57%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Default Icon Style */
.social-icon-footer .squre i {
    font-size: 22px;
    color: var(--main-color);
    transition: 0.4s ease;
}

/* Hover Effects */
.social-icon-footer .squre:hover {
    transform: translateY(-6px) scale(1.05);
    background: var(--main-color);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}

/* Icon Color On Hover */
.social-icon-footer .squre:hover i {
    color: var(--main-color);
}

/* Animated Shine On Hover */
.social-icon-footer .squre::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transform: rotate(25deg);
    transition: 0.6s;
}

.social-icon-footer .squre:hover::after {
    top: -30%;
    left: -30%;
}


.bg-sections {
    background-repeat: no-repeat;
    padding: 8rem 0;
    position: relative;
}

.bg-sections::after {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-image: url(images/bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
    content: '';
    z-index: -1;
}

.nav-link.nav-tap {
    color: var(--white-color) !important;
    background-color: var(--black-color) !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.nav-link.nav-tap.active {
    color: var(--main-color) !important;
    background-color: #F6F4F5 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

label {
    font-weight: 700;
    margin: 5px 0;
    color: var(--main-color);
}


/* flag */

.flag {
    margin: 0 5px;
    border-radius: 2px;
    width: 25px;
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.color {
    color: var(--main-color);
}



.bannerpage {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content h1 {
    color: var(--white-color);
    border-bottom: 2px solid #fff;
}

.board-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form {
    background-color: #00000091;
    padding: 4rem 1rem;
    border-radius: 10px;
}


.form-icon i {
    font-size: 20px;
    color: var(--main-color);
    margin: 0 20px;
    background-color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.form-icon i:hover {
    background-color: #fff;
}

.branch {
    background-color: #000;
    padding: 20px;
    margin: 20px;
    color: var(--main-color);
    border-radius: 10px;
}

.carousel-item.product-item {
    height: auto !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-det ul {
    list-style: none;
    padding: 0;
}

.info-det ul li {
    margin: 10px 0;
}

.arr-lr {
    font-size: 30px;
}

.project-d-section {
    margin: 50px 0;
    padding: 20px 0;
}

.projec-d-summry h4 {
    color: var(--main-color);
}

.projec-d-summry p {
    color: #6d6d6d;
    font-size: 14px;
}

.card-project-d-head {
    background-color: var(--main-color);
}

.card-project-d-head h4 {
    color: var(--white-color);
}

.perant {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding: 15px;
}

.infro-icon {
    padding: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: var(--main-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)
}

.infor-name :first-child {
    color: var(--eggplant-color);
    font-weight: 600;
}

.infor-name :last-child {
    color: #6e6e6e;
}

.perant:last-child {
    border-bottom: 0px solid #dddddd;
}

@media (max-width:992px) {
    .convert {
        flex-direction: column-reverse;
    }
}


.card-project {
    background-color: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    margin-right: 15px;
    margin-bottom: 15px;
}

.card-project img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}


.layer-project {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: #ffffff7c; */
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}


.icon-project a {
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 30px;
    padding: 8px 15px;
    display: inline-block;
    float: right;
}


.product-carsoule {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item {
    position: relative;
}

.layer-vid {
    background-color: #00000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
}

.layer-vid i {
    color: var(--white-color);
    font-size: 40px;
    cursor: pointer;
}


form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input,
textarea,
select {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #45a049;
}

.flags {
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.nav-pills.hotel .nav-link {
    color: var(--white-color) !important;
    background-color: var(--main-color) !important;
    margin: 10px;
}

.nav-pills .nav-link.active .tapflag {
    color: var(--white-color) !important;
}

.nav-link.active {
    background-color: var(--black-color) !important;
}


@media (max-width:600px) {
    .shadow.rounded-3 .d-flex input {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .shadow.rounded-3 .d-flex select {
        width: 100% !important;
        margin: 10px 0 !important;
    }


    .shadow.rounded-3 .d-flex {
        flex-direction: column !important;
    }

}

.bank {
    width: 200px;
    /* height: 100px; */
}

.nav-pills .nav-item .nav-link.active {
    color: var(--white-color) !important;
    background-color: var(--main-color) !important;
}

.booking-container {
    background-color: #fff;
    /* background-color: #00000099; */
    width: 85%;
    margin: 0 auto;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15),
        /* Right shadow */
        -5px 0 15px rgba(0, 0, 0, 0.15),
        /* Left shadow  */
        0 8px 20px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding-top: 5px;
    margin-top: -4%;
    margin-bottom: 8%;
}

/* Base card style */
.card-services-mem {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border-radius: 20px;
    padding: 20px;
    margin: 25px 0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 5px solid rgba(0, 0, 0, 0.25);
}

/* Add shadow and scale on hover */
.card-services-mem:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Icon container */
.card-services-mem .icon {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.4s ease;
    /* background: radial-gradient(circle at center, #ffd700 0%, #ff8c00 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon image */
.card-services-mem .icon img {
    width: 80%;
    transition: all 0.4s ease;
    border-radius: 50%;
}

/* Icon hover effect */
.card-services-mem:hover .icon img {
    transform: rotate(15deg) scale(1.1);
    /* filter: drop-shadow(0 0 10px #ff8c00); */
}

/* Animated background circle behind icon */
.card-services-mem .icon::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    /* background: radial-gradient(circle, rgba(255,140,0,0.2) 0%, transparent 70%); */
    top: -50%;
    left: -50%;
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: 0;
}

.card-services-mem:hover .icon::before {
    transform: scale(1.2) rotate(10deg);
}

/* Card title */
.card-services-mem h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.card-services-mem h3 a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
}

.card-services-mem:hover h3 a {
    color: var(--main-color);
}

/* Card paragraphs */
.card-services-mem p {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

/* Button style */
.card-services-mem .btn-book {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 10px;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff8c00, #ffd700);
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.card-services-mem .btn-book:hover {
    background: linear-gradient(90deg, #ffd700, #ff8c00);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 140, 0, 0.5);
}

/* Limit paragraph text lines */
.card-services-mem p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Optional: subtle card background animation */
/* @keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
} */

/* .card-services-mem {
    background: linear-gradient(135deg, #ffffff, #f0f0f0, #ffe5b4, #fff9e5);
    background-size: 400% 400%;
    animation: gradientShift 10s ease infinite;
} */

.card-services-mem .btn-book {
    padding: 10px 25px;
    border-radius: 50px;
    background: var(--main-color);
    color: var(--white-color);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.35s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(183, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

/* Shine effect */
.card-services-mem .btn-book::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);
    transition: 0.5s;
}

.card-services-mem .btn-book:hover::before {
    left: 100%;
}

/* Hover animation */
.card-services-mem .btn-book:hover {
    background: #840000;
    /* darker tone */
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(183, 0, 0, 0.45);
    border-color: var(--white-color);
}

.my-5 {
    /* margin-top: 8% !important; */
}

.bg-light {
    margin-top: 8% !important;
}

.bg-sections {
    margin-top: 0 !important;
}

.dropdown-menu.show {
    z-index: 10000;
}

/* --- Original Slider CSS (Keep your existing styles) --- */
.reviews-section {
    padding: 8% 0;
    background: #f9f9f9;
}

.reviews-section .section-header h3,
.reviews-section .text-header h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 40px;
}

/* Slider container */
.reviews-slider {
    display: flex;
    overflow: hidden;
    gap: 30px;
    scroll-behavior: smooth;
    padding: 40px 0;
    justify-content: flex-start;
}

/* Individual cards */
.review-card {
    min-width: 300px;
    background: #fff;
    border-radius: 20px;
    /* padding: 30px 25px; */
    padding-bottom: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    /* IMPORTANT: The media wrapper will dictate the top margin */
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.review-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    font-style: italic;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Reviewer name */
.review-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 10px;
}

/* Stars */
.review-stars {
    font-size: 20px;
    color: #ffb400;
    display: flex;
    justify-content: center;
    gap: 3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Navigation buttons */
.slider-nav {
    text-align: center;
    margin-top: 20px;
}

.slider-nav button {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 50px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 20px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.slider-nav button:hover {
    transform: scale(1.1);
    background: #940000;
}

/* --- NEW INTERACTIVITY CSS --- */

/* Wrapper for image/video inside the card */
.media-wrapper {
    position: relative;
    /* width: 100px; */
    /* Adjust size as needed */
    /* height: 100px; */
    /* Adjust size as needed */
    /* border-radius: 50%; */
    overflow: hidden;
    /* margin: 0 auto 20px; */
    /* Center and add bottom space */
    cursor: pointer;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: box-shadow 0.3s ease;
}

.media-wrapper img,
.media-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hover Overlay and Icon */
.hover-overlay {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    /* height: 185px; */
    /* background: rgba(0, 0, 0, 0.6); */
    /* Darker overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.media-wrapper:hover .hover-overlay {
    opacity: 1;
}

/* Play Icon (Video) */
.play-icon {
    font-size: 30px;
    color: var(--main-color);
    border: 3px solid var(--main-color);
    border-radius: 50%;
    padding: 10px;
    transition: transform 0.3s ease;
}

.media-wrapper:hover .play-icon {
    transform: scale(1.1);
    color: var(--main-color);
    /* Highlight color */
    border-color: var(--main-color);
}

/* Search/Plus Icon (Image) */
.search-icon {
    font-size: 30px;
    color: var(--main-color);
    background: none;
    /* Background for a creative look */
    border-radius: 50%;
    padding: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.media-wrapper:hover .search-icon {
    transform: scale(1.2);
}

/* Hidden Gallery Content */
.modal-gallery {
    display: none;
    /* Hide the gallery container */
}

/* --- MODAL STYLES --- */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 100000;
    /* High z-index to be on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: clip;
    background-color: rgba(0, 0, 0, 0.9);
    /* Semi-transparent black background */
    padding-top: 60px;
}

.modal-content {
    margin: 5% auto;
    /* 5% from the top and centered */
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: auto;
    position: relative;
    box-shadow: none;
    animation: fadeIn 0.3s;
}

/* Close button */
.close-btn {
    color: #fff;
    float: right;
    font-size: 55px;
    font-weight: bold;
    position: absolute;
    top: -50px;
    right: -10px;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 1000;
}

.close-btn:hover,
.close-btn:focus {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}

/* Video inside modal */
#modal-body video {
    width: 75%;
    margin: 0 auto;
    height: 100%;
    display: block;
    border-radius: 8px;
}

/* Image Slider inside modal (for gallery) */
.image-modal-slider {
    position: relative;
    overflow: hidden;
}

.image-modal-slider .slide-item {
    display: none;
    width: 100%;
    text-align: center;
}

.image-modal-slider .slide-item.active {
    display: block;
}

.image-modal-slider .slide-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 70vh;
    /* Attractive height control */
    object-fit: contain;
}

/* Slider Arrows */
.slider-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: var(--main-color);
    font-weight: bold;
    font-size: 25px;
    /* transition: 0.6s ease; */
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.slider-arrow.prev-slide {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.slider-arrow.next-slide {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slider-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive adjustments for reviews-slider */
@media (max-width: 768px) {
    .reviews-slider {
        padding: 40px 10px;
        /* Reduced padding on small screens */
    }

    .modal-content {
        width: 95%;
        margin: 20% auto;
    }
}

@media (max-width: 768px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 18%;
    }

    .social-icon {
        margin-left: 0 !important;
    }

    .bg-section::after {
        display: none;
    }

    .text-header h3 {
        font-size: 30px;
    }

    .reviews-slider {
        padding: 40px 28px;
    }

    .navbar .btn-booknow {
        margin-left: 0px;
    }

    .close-btn {
        font-size: 40px;
        top: -30px;
        right: 0px;
    }

}

.text-about .text-header {
    color: var(--main-color);
    font-size: 25px;
    margin-top: 10px;
}

.service-section {
    padding: 6rem 0;
    position: relative;
    background: #f9f9f9;
}

.service-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: linear-gradient(to bottom, var(--main-color), #fff);
    margin: 2% 0;
    transform: translateX(-50%);
}

/* Fade items initial state */
.fade-item {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s ease;
}

/* Fade from right to left for right column */
.content-right .fade-item {
    transform: translateX(-50px);
}

/* When visible */
.fade-item.show {
    opacity: 1;
    transform: translateX(0);
}

/* Social icons */
.social-icons {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    transition: transform 0.3s, background 0.3s;
    text-decoration: none;
}

.social-icons a:hover {
    transform: scale(1.2);
    background: #cb1d1d;
}

/* Text styling */
.service-section h3,
.service-section h4,
.service-section p {
    color: #333;
    line-height: 1.7;
}

.fade-column {
    opacity: 0;
    /* start invisible */
    transition: opacity 0.8s ease;
    /* smooth fade only */
}

.fade-column.show {
    opacity: 1;
    /* fully visible */
}

.p-left {
    padding-left: 3%;
}

.service-section h3,
.service-section h4 {
    color: var(--main-color);
}

.bg-ifram {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

/* Image inside review card */
.review-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect */
.review-card:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Video inside review card */
.review-card video {
    width: 100%;
    height: 180px;
    border-radius: 15px;
    margin-bottom: 20px;
    object-fit: cover;
    background: #000;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Video hover effect */
.review-card:hover video {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* ⭐ Make text come after image/video naturally */
.review-card p,
.review-card h4,
.review-stars {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .service-section::before {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        transform: none;
        background: var(--main-color);
    }

    .form-sect {
        padding: 5px !important;
    }

    .form {
        margin-top: 5px;
    }

    .service-section {
        padding: 3rem 0;
    }
}

.modal.fade.show {
    z-index: 1000000;
}

/* ===== WHO WE ARE ===== */
.about-section {
    position: relative;
}

.creative-text {
    background: linear-gradient(135deg, #ffffff, #f2f6ff);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}

.text-header {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(90deg, var(--main-color), #c00714);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    margin-bottom: 20px;
}

.creative-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

/* Creative Image Box */
.creative-img {
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease;
    background-size: cover;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, rgba(0,70,182,0.3), rgba(0,192,255,0.3)); */
}

/* ===== MISSION - VISION - VALUES ===== */
.mvv-card.creative-card {
    position: relative;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 25px;
    text-align: center;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    animation: fadeUp 1s ease forwards;
    opacity: 0;
    margin-bottom: 25%;
    margin-top: 25%;
}

.mvv-card.creative-card:hover {
    transform: translateY(-15px) rotate(-1deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.mvv-icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.mvv-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 15px;
}

.mvv-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

/* Animations */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MVV Card Icons Gradient */
.mvv-icon i {
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    background: linear-gradient(135deg, #b70000, #ff7575, #b70000, #ff7575);
    background-size: 400% 400%;
    /* Make gradient larger than element */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientLoop 5s linear infinite;
}

/* Animate the gradient moving */
@keyframes gradientLoop {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Bounce animation for icons */
@keyframes bounceIcon {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}



/* Card Hover Effect */
.mvv-card.creative-card {
    position: relative;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 25px;
    text-align: center;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 300px;
}

.mvv-card.creative-card:hover {
    transform: translateY(-15px) rotate(-1deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.booking-section {
    background: #f8f9fa;
}

.booking-form {
    background: #fff;
    border-radius: 18px;
    animation: fadeIn 0.8s ease-in-out;
}

.btn-book {
    background: linear-gradient(135deg, #b70000, #ff7575);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    transition: 0.3s ease;
}

.btn-book:hover {
    opacity: 0.9;
    transform: translateY(-3px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Submenu container */
.dropdown-submenu {
    position: relative;
}

/* Show submenu on the RIGHT side */
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-right: 2px;
    border-radius: 6px;
    display: none;
    transform: translateX(0px);
}

/* Show submenu on hover */


.dropdown-submenu>.dropdown-toggle::after {
    display: none;
}


.dropdown-submenu>.dropdown-toggle::after {
    display: none;
}


/* لو Bootstrap شامله caret icon */
.services .dropdown-toggle::after {
    border: none;
}

/* Service Section Container */
.service-about {
    padding: 60px 0;
    background: #f9f9f9;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 60px;
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}

.service-intro h2 {
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(90deg, #b70000, #ff7575);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    text-align: center;
}

.service-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}


.tour-service {
    padding: 60px 20px;
    /* background: #f9f9f9; */
    border-radius: 20px;
    /* box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05); */
}

.tour-section {
    padding: 40px 20px;
    margin-bottom: 50px;
    border-left: 5px solid #b70000;
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}

.tour-section.reverse {
    border-left: none;
    border-right: 5px solid #b70000;
}

.tour-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #b70000;
    margin-bottom: 15px;
}

.tour-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tour-section p,
.tour-section ul {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

.tour-section ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
}


.tour-section ul li::marker {

    color: #b70000;
}

/* Fade-up animation */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.travel-packages {
    padding: 60px 20px;
    /* background: linear-gradient(135deg, #ffe5e5, #fce5e5); */
    font-family: 'Arial', sans-serif;
}

.travel-packages .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.travel-packages .content {
    flex: 1 1 45%;
    padding: 20px;
    animation: fadeInLeft 1s ease forwards;
}

.travel-packages h2 {
    font-size: 36px;
    color: #b70000;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #b70000, #ff7575);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.travel-packages p {
    font-size: 18px;
    line-height: 1.6;
    color: #4d0000;
    margin-bottom: 25px;
}

.travel-packages .btn {
    display: inline-block;
    padding: 12px 30px;
    background: #b70000;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.travel-packages .btn:hover {
    background: #ff7575;
    color: white;
}

.travel-packages .slider {
    flex: 1 1 50%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(183, 0, 0, 0.2);
    animation: fadeInRight 1s ease forwards;
}

.travel-packages .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.travel-packages .slides img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.travel-packages .slides img:hover {
    transform: scale(1.05);
}

.travel-packages .slider-controls button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(183, 0, 0, 0.7);
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    transition: 0.3s;
}

.travel-packages .slider-controls button:hover {
    background: #ff7575;
    color: white;
}

.travel-packages .slider-controls .prev {
    left: 10px;
}

.travel-packages .slider-controls .next {
    right: 10px;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media(max-width: 900px) {
    .travel-packages .container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .travel-packages .content,
    .travel-packages .slider {
        flex: 1 1 100%;
    }

    .travel-packages .slider {
        margin-bottom: 30px;
    }
}

.social-icon-footer .squre:hover {
    background-color: #fff;
}

/* Fade Up Animation */
.tour-section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}

.tour-section.show {
    opacity: 1;
    transform: translateY(0);
}

/* Background for summary box */
.bg-light-custom {
    background-color: var(--light-bg);
}

.projec-d-summry {
    border-left: 5px solid var(--main-color);
}

.projec-d-summry h4.offer-title {
    color: var(--black-color);
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

/* Feature List */
.feature-heading {
    color: var(--main-color);
    font-weight: 600;
}

.package-features li {
    font-size: 1rem;
    color: var(--dark-grey);
    padding-left: 5px;
}

.icon-feature {
    color: var(--main-color);
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Book Now Button */
.btn-book {
    background-color: var(--main-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(238, 32, 37, 0.4);
}

.btn-book:hover {
    background-color: var(--black-color);
    color: var(--main-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}

/* --- Offer Information Card --- */
.card-information {
    border: 1px solid #ddd !important;
    overflow: hidden;
}

.card-project-d-head {
    background-color: var(--black-color);
    /* Black Header */
}

/* Price Highlight Block */
.price-block {
    background-color: var(--main-color);
    /* Red Background */
    padding: 20px !important;
    animation: fadeIn 1s ease-in-out;
}

.offer-tag {
    background-color: var(--black-color) !important;
    font-weight: bold;
}

.price-value {
    color: var(--white-color);
    line-height: 1;
}

.currency-symbol {
    font-size: 0.4em;
    font-weight: normal;
    display: block;
    /* margin-bottom: -5px; */
}

/* Individual Detail Rows */
.perant {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding: 15px;
    transition: background-color 0.3s ease;
}

.perant:hover {
    background-color: #fafafa;
}

.infro-icon {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    color: var(--main-color);
    /* Red icon color */
    border-radius: 50%;
    margin-right: 15px;
    font-size: 1rem;
}

.infor-name {
    display: flex;
    flex-direction: column;
}

.infor-name span:first-child {
    color: var(--black-color);
    font-weight: 600;
    font-size: 0.85rem;
}

.infor-name span:last-child {
    color: var(--dark-grey);
    font-size: 0.95rem;
}

/* Responsive adjustment to keep info card on top of summary on mobile */
@media (max-width: 992px) {
    .convert {
        flex-direction: column;
        /* Changed from column-reverse to keep the card visible first */
    }
}

/* Subtle animation for the price block on load */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Overall Feature Block Styling */
.all-inclusive-services-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.all-inclusive-services-block .feature-heading {
    color: var(--black-color);
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
}

.all-inclusive-services-block .feature-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--main-color);
    border-radius: 5px;
}

/* Individual Feature Card Styling */
.feature-card {
    background-color: var(--light-bg);
    border: 1px solid #eee;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    /* Lift effect */
    border-color: var(--main-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.feature-title {
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 0.9rem;
    color: #666 !important;
}


/* Feature Icon Circle */
.feature-icon-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    /* Vertically center icon */
    background-color: var(--black-color);
    color: var(--main-color);
    font-size: 28px;
    border-radius: 50%;
    transition: all 0.4s ease;
    border: 3px solid var(--black-color);
}

.feature-card:hover .feature-icon-circle {
    background-color: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.offer-details-section .projec-d-summry {
    border-left: none;
}

.offer-details-section .projec-d-summry h4.offer-title {
    color: var(--main-color);
    border-bottom: none;
    padding-bottom: 10px;
}

.gallery-h {
    color: var(--main-color);
}

.vid-sec {
    margin-top: 10%;
}

#offerGalleryCarousel .carousel-item img {
    height: 600px;
    object-fit: cover;
}


#offerGalleryCarousel .carousel-control-next-icon,
#offerGalleryCarousel .carousel-control-prev-icon {
    background-color: var(--main-color);
}

.modal-v {
    padding-top: 0 !important;
}

.modal-v .modal-content {
    margin: 0% auto;
}

.offers-slider-wrapper .btn-book,
.offers-grid .btn-book {
    padding: 10px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.offers-grid {
    display: flex;
    flex-wrap: wrap;
    /* allow items to go to the next row */
    gap: 30px;
    /* space between cards */
    justify-content: center;
    /* optional: center the row */
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Each card takes 1/3 of the row minus gap */
.offers-grid .offer-card-link {
    flex: 0 0 calc(33.333% - 20px);
    /* 3 items per row */
    box-sizing: border-box;
}

/* Medium screens: 2 items per row */
@media (max-width: 1200px) {
    .offers-grid .offer-card-link {
        /* flex: 0 0 calc(50% - 15px); */
    }
}

/* Small screens: 1 item per row */
@media (max-width: 768px) {
    .offers-grid .offer-card-link {
        /* flex: 0 0 100%; */
    }
}

.offers-price {
    padding: 0;
}

.travel-regions {
    text-align: center;
    padding: 10% 0;
    /* background: #f7f9fc; */
}

/* Container for cards */
.regions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* Card */
.region-card {
    position: relative;
    width: 30%;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


.region-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Moving white ribbon effect */
.region-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(25deg);
    transition: all 0.8s ease;
    pointer-events: none;
}

.region-card:hover::after {
    left: 150%;
}

/* Overlay */
.region-card .overlay {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(25deg);
    transition: all 0.5s ease;
    pointer-events: none;
}

/* Heading */
.region-card h3 {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    z-index: 10;
    transition: all 0.4s ease;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    animation: fadeDown 1s ease-in-out forwards;
    /* <-- fadeDown now works */
}


/* Fade-down keyframes */
@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.travel-regions .region-card {
    position: relative;
    width: 30%;
    border-left: 8px solid var(--main-color);
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.8s ease, box-shadow 0.8s ease;
    /* slower for smooth hover */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.region-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
    /* slower zoom */
}

/* Gradient overlay from bottom to top */
.region-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    transform: none;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1)30%, rgba(0, 0, 0, 0));
    /* dark at bottom, transparent at top */
    transition: all 0.8s ease;
    pointer-events: none;
    z-index: 5;
}

/* Moving white ribbon */
.region-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(25deg);
    transition: all 0.8s ease;
    pointer-events: none;
}

.region-card:hover::after {
    left: 150%;
}

/* Hover effect for card */
.region-card:hover {
    transform: scale(1);
    /* bigger scale */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.region-card:hover img {
    transform: scale(1.2);
}

.region-card:hover h3 {
    bottom: 25px;
}


/* Responsive */
@media (max-width: 1200px) {
    .region-card {
        width: 45% !important;
    }
}

@media (max-width: 768px) {
    .region-card {
        width: 100% !important;
    }

    .regions-container {
        gap: 25px;
        padding: 0 5%;
    }

    .region-card img {
        height: 250px;
    }

    .offers-slider {
        gap: 9px;
    }

    .service-title {
        bottom: 7%;
        letter-spacing: normal;
    }

    .navbar-nav .dropdown-menu {
        border-bottom: none;
    }

    .navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item {
        padding-left: 25px;
    }

    .offers-slider-wrapper .btn-book,
    .offers-grid .btn-book {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        z-index: 2000000;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
}

.travel-regions-inner {
    padding: 6% 0;
}

.header-p h3 {
    color: var(--main-color);
    font-size: 2.5rem;
}

.form-sect-home .form {
    background-color: #fff;
    padding: 2rem 1rem;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10),
        0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}


.form-sect-home .text-white {
    color: #000 !important;
}

.form-sect-home .btn-orange {
    color: var(--main-color);
}

.top-header {
    background-color: #fff !important;
    border-bottom: 1px solid #333;
}


.navbar-container {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}


.navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    z-index: 100000;
    background: var(--main-color);
    margin-left: 9%;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.header-area .justify-content-end {
    margin-right: 8%;
}

.navbar-mobile {
    display: none;
}

@media (max-width: 768px) {
    .navbar-screen {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }

    .navbar-brand {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
        z-index: 100000;
        background: none;
        margin-left: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

/* Title under icon */
.reward-title {
    position: relative;
    left: 9%;
    background: #fff;
    color: var(--main-color);
    font-size: 13px;
    /* padding: 6px 12px; */
    border-radius: 8px;
    font-weight: 600;
    /* box-shadow: 0 4px 12px rgba(0,0,0,.15); */
    transition: .3s ease;
    white-space: nowrap;
}


/* ---------- Tabs Style ---------- */
.hotel .nav-link {
    background: #f6f6f6;
    border-radius: 50px;
    padding: 6px 15px;
    margin: 0 6px;
    cursor: pointer;
    transition: .4s ease;
    border: 2px solid transparent;
    position: relative;
    display: flex;
    align-items: center;
}
.hotel .nav-link .tapflag {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hotel .nav-link .tapflag span {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

/* Flag icons */
.flags {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
    transition: .4s ease;
}

/* Hover Effects */
.hotel .nav-link:hover .flags {
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hotel .nav-link:hover {
    border-color: #d9d9d9;
    transform: translateY(-2px);
}

/* Active Tab */
.hotel .nav-link.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    box-shadow: 0 7px 20px rgba(0,0,0,0.15);
}

.hotel .nav-link.active .flags {
    border-color: #fff;
}

/* ---------- Tab underline animation ---------- */
.hotel .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    /* background: var(--main-color); */
    border-radius: 4px;
    animation: tabLine .4s ease forwards;
}

@keyframes tabLine {
    from { width: 0; opacity: 0; }
    to { width: 60%; opacity: 1; }
}

/* ---------- Cards Style ---------- */
.card-project {
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    transition: .4s ease;
    box-shadow: 0 5px 18px rgba(0,0,0,.1);
}

.card-project img {
    transition: .7s ease;
}

/* Image Zoom on Hover */
.card-project:hover img {
    transform: scale(1.08);
}

/* Overlay Layer */
.layer-project {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,.7));
    opacity: 0;
    transition: .4s ease;
    display: flex;
    align-items: flex-end;
}
.card-project:hover .layer-project {
    opacity: 1;
}

/* Project Text */
.text-project h4 {
    color: #fff;
    font-weight: 700;
}
.text-project h6 {
    font-size: 13px;
    color: #ddd;
    margin-top: 6px;
}

/* Project Name Tag */
.layer-proj-name {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--main-color);
    color: #fff;
    padding: 4px 13px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    animation: slideDown .5s ease;
}

.layer-project .text-project {
    padding: 10px;
}

.layer-proj-name h5 {
    margin-bottom: 0;
}

@keyframes slideDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


.destination-info p {
    font-size: 16px;
    line-height: 1.8; 
    color: #555;
}

.destination-info {
    padding-bottom: 0rem !important;
}

.bg-p {
    padding-top: 1rem !important;
}

#mediaModal .modal-content {
    margin: 0 auto;
}

