.search-outer1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.btn-yellow {
    border: 1px solid #f5ca04;
    padding: 7px 25px;
    display: inline-block;
    background: #f5ca04;
    color: #1b7d75;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.package-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 28rem;
}


.departure-text {
    margin: 0px !important;
    /* margin-top: -3rem !important; */
    font-weight: 800 !important;
    color: #c6a100 !important;
}

.package-item .package-image {
    flex: 1;
    box-shadow: -11px -7px 15px black;
}

.seats-box {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0% !important;
}

.style-2 .package-price-box {
    margin-top: 2rem !important;
}

.style-2 .departure-text {
    margin-top: 0.6rem !important;
}


.package-price-box .theme-heading {
    font-size: 1.8rem;
    font-weight: 800;
}

.package-icons {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.month-badge {
    right: 10% !important;
    left: 60% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.deals {
    padding: 10rem 0rem !important;
}

.search-outer1 i {
    margin-right: 0.8rem;
}

.package-icons span {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #1b7d75;
    margin-bottom: 5px;
}

.package-icons span i {
    color: #1b7d75;
    margin-right: 5px;
}

.package-detail-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.package-destinations {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.package-destinations span {
    flex: 1;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #1b7d75;
}

.package-content {
    padding-left: 25px !important;
}

.package-content h3 {
    font-size: 1.5rem;
    color: #1b7d75;
    margin-bottom: 0px;
    line-height: 1;
}

.style-2 .package-content h3 {
    margin-bottom: 10px !important;
}

.style-1 .package-content h3 {
    margin-top: 8px !important;
}

.package-days-badge {
    position: absolute;
    top: 5%;
    left: 5%;
    background-color: #104e48;
    border-radius: 50px;
    padding: 5px 10px 3px 10px;
    color: #f5ca04;
    font-family: "Josefin Sans", sans-serif;
}

.badge-popular {
    margin: 10px 0px !important;
}

.badge-popular {
    background-color: #f5ca04 !important;
    color: #1b7d75 !important;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 5px;
}

.package-item-box {
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 1.2rem;
    margin-bottom: 3rem;
    box-shadow: 3px 3px 20px #494949;
}

.package-item-box .package-content {
    border-bottom: none;
}

.package-item-box .package-image {
    height: 22rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 1.2rem;
}

.package-item-box .package-icons span i {
    margin-right: 10px;
}

.package-item-box .theme-heading {
    margin-top: 12px;
}

.package-item-box .package-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-left: 4rem;
    border-radius: 1.2rem;
}

.package-item-box:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* transform: translate3d(0, 0, 0); */
}

.about-us-section {
    background: #104f4914;
    padding: 60px 0;
    padding: 8rem 0rem;
}

.about-us-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-us-section .about-content {
    flex: 1 1 50%;
    min-width: 320px;
    max-width: 600px;
    padding-right: 40px;
}

.about-us-section .about-content h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #222;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px;
}

.about-us-section .about-content h3 {
    font-size: 1.5rem;
    font-style: italic;
    color: #8a99a7;
    margin-bottom: 5px;
    margin-top: 0px;
}

.about-us-section .about-content p {
    font-size: 14px;
    color: #222;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.about-us-section .about-content a {
    display: inline-block;
    background: #1B7D75;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.7rem 2rem;
    border-radius: 20rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    margin-top: 10px;
}


.about-us-section .about-content a:hover {
    display: inline-block;
    background: #f5ca04 !important;
    color: #1B7D75 !important;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.7rem 2rem;
    border-radius: 20rem;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    margin-top: 10px;
}


.enquiry-form {
    width: 100%;
    margin: auto;
    padding: 2rem;
    border-radius: 0.8rem;
    background-color: white;
    box-shadow: 0px 2px 14px 1px #b4b4b469;
}

.about-us-section .about-image {
    flex: 1 1 40%;
    min-width: 320px;
    text-align: right;
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about-us-section .about-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    height: auto;
    max-height: 36rem;
}

.slider-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-text-container p {
    width: 90%;
}

.cube-slider-container {
    /* perspective: 1000px; */
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cube {
    width: 34rem;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s ease;
}

.cube-face .package-image {
    height: 22rem !important;
}

.hajj-text {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    margin-top: -3rem;
    font-weight: 600;
}

.hajj-text-sub {
    color: #f5ca04;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: 700;
    margin-top: -3rem;
}

.cube-face {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    backface-visibility: hidden;
}

/* .cube-face .package-days-badge {
    font-size: 1rem;
} */

/* .cube-face .package-price-box .theme-heading {
    font-size: 1.5rem;
} */

/* .cube-face .small {
    font-size: 65%;
} */

.cube-face .package-item-box {
    box-shadow: 3px 3px 20px #cfcfcf;
}

/* .cube-face .badge-popular {
    font-size: 0.8rem;
    margin: 5px 0px !important;
} */

.about-us-section .about-content .cube-face h3 {
    font-size: 1.4rem;
    color: #1b7d75;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    margin: 1.2rem 0rem;
}

/* 
.cube-face .package-icons span {
    font-size: 1rem;
    color: #1b7d75;
} */

.cube-face:nth-child(1) {
    transform: rotateY(0deg) translateZ(150px);
}

.cube-face:nth-child(2) {
    transform: rotateY(90deg) translateZ(150px);
}

.cube-face:nth-child(3) {
    transform: rotateY(180deg) translateZ(150px);
}

.cube-face:nth-child(4) {
    transform: rotateY(-90deg) translateZ(150px);
}

.nav-button {
    position: relative;
    top: 50%;
    transform: translateY(550%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #337ab7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 10;
}

#prevBtn {
    left: -20rem;
}

#nextBtn {
    right: -20rem;
    background-color: #5cb85c;
}

@media screen and (max-width: 480px) {
    .cube-slider-container {
        max-width: 90%;
        height: 220px;
    }

    #prevBtn {
        left: -40px;
    }

    #nextBtn {
        right: -40px;
    }
}

@media (max-width: 991px) {
    .about-us-section .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-us-section .about-content {
        padding-right: 0;
        max-width: 100%;
    }

    .about-us-section .about-image {
        justify-content: center;
        text-align: center;
        height: auto;
        margin-top: 2rem;
        width: 100%;
    }

    .about-us-section .about-image img {
        max-width: 90vw;
        max-height: 20rem;
    }
}

@media (max-width: 600px) {
    .about-us-section {
        padding: 30px 0;
    }

    .about-us-section .about-content h2 {
        font-size: 1.3rem;
    }

    .about-us-section .about-content h3 {
        font-size: 1rem;
    }

    .about-us-section .about-content p {
        font-size: 1rem;
    }

    .about-us-section .about-content a {
        font-size: 1rem;
        padding: 12px 20px;
    }
}



.badge {}

.small-text {}

.btn-yellow a {
    color: #1b7d75 !important;
}

@media (max-width: 767px) {
    .style-1 .package-image {
        width: 0% !important;
    }

    .cube-slider-container {
        padding: 2rem 5rem;
        margin-bottom: 28rem;
    }

    .cube {
        width: 30rem;
        margin-left: 1.2rem;
    }

    .package-item {
        height: 23.5rem;
    }

    .nav-button {
        top: 80%;
    }

    .style-1 .package-content h3 {
        margin-top: 14px !important;
    }

    .departure-text {
        font-size: 0.9rem;
    }

    .style-2 .package-price-box {
        margin-top: 1rem !important;
    }

    .style-2 .theme-heading {
        font-size: 1.4rem;
    }

    .style-2 .package-days-badge {
        font-size: 1rem !important;
    }

    .style-2 .badge-popular {
        font-size: 1rem;
    }

    .style-2 .package-icons span {
        font-size: 1rem;
    }

    .style-2 .departure-text {
        font-size: 1.2rem;
    }

    .style-1 .package-content {
        padding: 0px 0px 10px 10px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hajj-text {
        margin-top: 0rem !important;
        line-height: 3rem;
        margin-bottom: 5rem;
    }

    .hajj-text-sub {
        line-height: 2.2rem;
        padding: 0rem 2rem;
    }

    .hajj-form {
        width: 100%;
        margin-top: 5rem;
    }

    .package-icons span {
        font-size: 0.8rem;
    }

    .package-item-box .package-price-box {
        flex-direction: row;
    }

    .badge-popular {
        font-size: 0.7rem;
        margin: 5px 0px !important;
    }

    .style-1 .badge-popular {
        font-size: 0.6rem;
        margin-top: 0px !important;
    }

    .package-content h3 {
        font-size: 1.2rem;
        color: #1b7d75;
        margin-bottom: 10px;
        line-height: 1;
        margin-top: 15px;
    }

    .small {
        font-size: 0.7rem;
        text-align: center;
    }

    .package-price-box .theme-heading {
        font-size: 1.4rem;
    }

    .package-price-box {
        flex-direction: column;
    }

    .btn-style-1 {
        border-radius: 25px;
        padding: 6px 25px;
        font-size: 1rem;
        margin-top: 5px;
    }

    .package-days-badge {
        font-size: 0.8rem !important;
    }
}

.experience-gallery-section {
    background: #f5fafd;
    padding: 60px 0 100px 0;
}

.experience-gallery-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gallery-title {
    text-align: center;
    font-size: 3rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #104e48;
    margin-bottom: 2rem;
}

.gallery-highlight {
    color: #f5ca04;
    font-style: italic;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.gallery-grid img:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .gallery-title {
        font-size: 1.5rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 12px;
    }

    .gallery-grid img {
        height: 140px;
    }
}

@media (max-width: 600px) {
    .experience-gallery-section {
        padding: 30px 0 20px 0;
    }

    .gallery-title {
        font-size: 1.1rem;
    }

    .gallery-grid {
        gap: 7px;
    }

    .gallery-grid img {
        height: 90px;
    }
}

#custom-lightbox {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.2s;
}

#custom-lightbox .lightbox-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

#custom-lightbox .lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
    object-fit: contain;
    display: block;
    margin: auto;
    background: #fff;
    pointer-events: auto;
}

.lightbox-close {
    position: fixed;
    top: 40px;
    right: 50px;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 100001;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.lightbox-close:hover {
    background: rgba(0, 0, 0, 0.7);
}

.lightbox-prev,
.lightbox-next {
    position: fixed;
    top: 50%;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
    z-index: 100001;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

@media (max-width: 600px) {
    #custom-lightbox .lightbox-img {
        max-width: 98vw;
        max-height: 60vh;
    }

    .lightbox-close {
        top: 10px;
        right: 10px;
        font-size: 2rem;
        width: 36px;
        height: 36px;
    }

    .lightbox-prev,
    .lightbox-next {
        font-size: 2rem;
        width: 36px;
        height: 36px;
        left: 10px;
        right: 10px;
    }
}

#home_banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    left: 0%;
    right: 0%;
    max-width: 100vw;
    overflow: hidden;
    padding: 0;
}

#home_banner>div.carousel {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 auto;
    padding: 0;
}

#home_banner .carousel-inner,
#home_banner .item,
#home_banner .item img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 85vh;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    display: block;
    background: #000;
}

@media (max-width: 991px) {
    #home_banner .item img {
        height: 60vh;
        min-height: 180px;
    }
}

.customer-reviews-section {
    background: #104f4914 !important;
    padding: 10rem 0;
}

.reviews-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

.reviews-slider {
    margin-bottom: 0;
}

.review-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    padding: 36px 32px 32px 32px;
    text-align: center;
    min-width: 320px;
    max-width: 370px;
    margin: 10px 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-stars {
    color: #f5ca04;
    font-size: 1.5rem;
    margin-bottom: 18px;
}

.review-text {
    color: #888;
    font-size: 1.08rem;
    margin-bottom: 18px;
    min-height: 90px;
}

.review-author {
    margin-top: 18px;
}

.review-name {
    font-weight: 700;
    font-size: 1.15rem;
    color: #222;
    display: block;
}

.review-location {
    color: #888;
    font-size: 1rem;
    display: block;
}

.slick-prev-custom,
.slick-next-custom {
    background: #fff;
    border: none;
    color: #f5ca04;
    font-size: 2.2rem;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.slick-prev-custom {
    left: -24px;
}

.slick-next-custom {
    right: -24px;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
    background: #f5ca04;
    color: #fff;
}

@media (max-width: 991px) {
    .reviews-slider {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .slick-prev-custom,
    .slick-next-custom {
        top: auto;
        bottom: -60px;
        left: 30%;
        right: 30%;
        transform: none;
    }

    .slick-prev-custom {
        left: 30%;
        right: auto;
    }

    .slick-next-custom {
        right: 30%;
        left: auto;
    }
}

.btn-gallery-viewall {

    display: inline-block;
    background: #f5ca04;
    color: #1B7D75;
    font-size: 1.6742rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    padding: 1.2rem 5.5rem;
    border-radius: 10rem;
    box-shadow: 0 2px 12px rgba(31, 125, 117, 0.08);
    border: none;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    margin-top: 1.5rem;
    letter-spacing: 0.5px;
    padding-top: 1.6rem;
}

.btn-gallery-viewall:hover {
    background: #1B7D75;
    color: #fff;
    box-shadow: 0 4px 18px rgba(245, 202, 4, 0.15);
    text-decoration: none;
}

@media (max-width: 600px) {
    .btn-gallery-viewall {
        font-size: 1rem;
        padding: 0.7rem 1.5rem;
        margin-bottom: 3rem;
    }
}

.package-days-badge1 {
    position: absolute;
    top: 88%;
    left: 61%;
    background-color: #104e48;
    border-radius: 50px;
    padding: 3px 10px;
    color: #f5ca04;
    font-family: "Josefin Sans", sans-serif;
}