html {
    scroll-padding-top: 110px;
}

.validation-error {
    color: red !important;
}

.style_thanks {
    margin-top: 180px;
}

.checkiconThanks {
    font-family: 'FontAwesome' !important;
    color: green;
    font-size: 50px;
}

.delayed-load {
    opacity: 1;
    transition: opacity 1s ease;
}

.main-banner-area h1.slider_title {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(355deg);
    margin-top: -101px;
    opacity: .13;
}


/*======================================================
Why Travel With Fayed Travel?
  ====================================================== */

.confidence-card {
    position: relative;
}

.number-circle {
    width: 60px;
    height: 60px;
    background: var(--main-color-two);
    border-radius: 50%;
    margin: 0 auto -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: white;
    position: relative;
    z-index: 2;
}

.card-box {
    height: 448px;
    background: rgba(245, 176, 0, 0.05);
    border: 4px solid #fff;
    border-radius: 24px;
    padding: 15px;
    min-height: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
}

.card-box img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-right: 12px;
}

.card-box-title {
    font-size: 20px !important;
    color: var(--heading-color);
    font-weight: 600 !important;
    margin: 10px auto 5px !important;
}

.card-box p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
    border-bottom: 1px solid;
    padding: 9px;
}

.card-box p:last-of-type {
    border-bottom: none;
}

/*======================================================
Why Travel With Fayed Travel?
  ====================================================== */
.nav-pills .nav-link {
    border-radius: 30px;
    font-weight: 600;
    color: #1d2d53;
}

.nav-pills .nav-link.active {
    background-color: #cf8f0b;
    color: #fff;
    flex: 1;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    transition: 0.25s ease;
}

.tabs-header {
    display: flex;
    background: #fff;
    border-radius: 12px;
    padding: 6px;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
}


.nav-item {
    font-size: 20px;
}

.about-wrapper-right {
    padding: 28px;
    background: rgba(245, 176, 0, 0.05);
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.about-wrapper .about-wrapper-left {
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    margin-bottom: 10px;
}

.about-wrapper-left img {
    height: 353px !important;
    border-radius: 29px !important;
    width: 584px !important;
    -webkit-border-radius: 29px !important;
    -moz-border-radius: 29px !important;
    -ms-border-radius: 29px !important;
    -o-border-radius: 29px !important;
}

.about-wrapper-right p {
    line-height: 1.7;
    margin-bottom: 0.9rem;
    color: var(--para-color);
}

.about-wrapper-right ul {
    margin-left: 20px;
    margin-bottom: 1rem;
}

.about-wrapper-right li {
    margin-bottom: 0.4rem;
    display: list-item;
    list-style: disc;
}

.about-wrapper-right li::marker {
    color: var(--main-color);
    font-size: 1.2em;
}

.about-wrapper-right strong {
    color: var(--black-color);
    font-weight: 600;
}

.about-wrapper-Specialists {
    padding: 28px;
    background: rgba(245, 176, 0, 0.05);
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* =======================================
    free page

/*==========================================*/
.pictures-section img {
    transition: 0.3s ease;
    boject-fit: cover;
}

.pictures-section img:hover {
    transform: scale(1.05);
}

.social-icon li a {
    height: 40px;
    width: 40px;
    font-size: 15px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    border: 2px solid rgba(255, 255, 255, .2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
    justify-content: center;
    align-items: center;
}


.tp-form-wrap {
    padding: 13px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.multi-select {
    /* width: 300px; */
    font-family: sans-serif;
    position: relative;
}

.selection-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 35px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    cursor: text;
}

.selected-item {
    background-color: #0088dd;
    color: white;
    padding: 2px 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.selected-item button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.selection-box input {
    border: none;
    flex: 1;
    min-width: 80px;
    outline: none;
}

.options-list {
    list-style: none;
    padding: 5px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    background-color: white;
    z-index: 10;
    display: none;
}

.options-list li {
    padding: 5px;
    cursor: pointer;
}

.options-list li:hover {
    background-color: #f0f0f0;
}

.counter {
    display: flex;
    gap: 12px;
    background: transparent;
    border-radius: 10px;
    padding: 4px;
    align-items: center;
}

.counter button {
    width: 36px;
    height: 36px;
    border: none;
    background: #f8f9fa;
    color: var(--main-color);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(18, 142, 143, 0.1);

}

.counter button:hover {
    background: var(--main-color);
    color: var(--white-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(18, 142, 143, 0.2);
}

.counter button:active {
    transform: translateY(0);
}

.counter button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background: #e6e6e6;
    color: #198754;
    border-radius: 50%;
}

.counter button:disabled:hover {
    transform: none;
    box-shadow: 0 2px 4px #fff;
}

.counter input {
    width: 48px;
    height: 36px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--black-color);
    outline: none;
    padding: 0;
}

.counter input::-webkit-outer-spin-button,
.counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.counter input[type=number] {
    -moz-appearance: textfield;
}

.single-input-wrap {
    width: 100%;
    margin-bottom: 5px;
}

.single-input-wrap.style-two textarea {
    height: 94px;
}

.left-section-heading h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    color: #09415d;
}

/*------------------------------ Left Side (FAQ) ------------------------------*/
.codebrillo-faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}


.codebrillo-faq-title h2 {
    position: relative;
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-size: 27px;
}

.codebrillo-faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #8a6e33;
    bottom: -25px;
    margin-left: -30px;
}

.codebrillo-faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.codebrillo-faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.codebrillo-faq .codebrillo-card {
    border: none;
    background: none;
    border-bottom: 1px dashed #cee1f8;
}

.codebrillo-faq .codebrillo-card .codebrillo-card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.codebrillo-faq .codebrillo-card .codebrillo-card-header:hover {
    background: var(--codebrillo-hover-color);
    padding-left: 10px;
}

.codebrillo-faq .codebrillo-card .codebrillo-card-header .codebrillo-faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3b566e;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.codebrillo-faq .codebrillo-card .codebrillo-card-header .codebrillo-faq-title .badge {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 12px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #8a6e33;
    color: #fff;
    font-size: 18px;
    margin-right: 21px;
}

.codebrillo-faq .codebrillo-card .codebrillo-card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}

.codebrillo-faq .codebrillo-card .codebrillo-card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .codebrillo-faq {
        margin-bottom: 30px;
    }

    .codebrillo-faq .codebrillo-card .codebrillo-card-header .codebrillo-faq-title {
        line-height: 26px;
        margin-top: 10px;
    }

    .section-title .title {
        font-size: 21px;
    }

    .left-section-heading h2 {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        color: #09415d;
    }

    .codebrillo-faq .codebrillo-card .codebrillo-card-header .codebrillo-faq-title {
        width: 100%;
        text-align: left;
        padding: 0px;
        padding-left: 11px;
        padding-right: 10px;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
        color: #3b566e;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .codebrillo-faq .codebrillo-card .codebrillo-card-body {
        padding: 13px;
        padding-left: 11px;
    }

    .tabs-header {
        display: flex;
        background: #fff;
        border-radius: 12px;
        padding: 6px;
        border: 1px solid #ddd;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .tabs-header::-webkit-scrollbar {
        display: none;
    }

    .about-wrapper-right {
        padding: 13px;
    }

    .confidence-card {
        position: relative;
        margin-top: 12px;
    }

    .about-wrapper-Specialists {
        padding: 0;
    }
}

/*------------------------------ Tailor a Tour End Css ------------------------------*/


/*==================================================
    # blog section
====================================================*/

/* .cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
} */

.category-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.category-card:hover {
    transform: translateY(-12px);
    box-shadow: rgba(207, 143, 11, 0.15) 0px 20px 40px,
        rgba(207, 143, 11, 0.1) 0px 10px 20px;
}

.card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}


.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    padding: 10px;
    border-radius: 20px;
}

.category-card:hover .card-image img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgb(222 207 177 / 35%) 100%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.category-card:hover .card-overlay {
    opacity: 0.6;
}

.card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--main-color);
    color: var(--white-color);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.card-stats {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 15px;
    z-index: 2;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white-color);
    font-size: 13px;
}

.stat-item svg {
    width: 16px;
    height: 16px;
    fill: var(--light-color);
}

.card-content {
    padding: 12px;
}

.card-title {
    font-size: 22px;
    font-weight: 600;
    color: #071c55;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.card-title:hover {
    color: #e9d292;
}

.card-description {
    color: var(--para-color);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #dcdcdc;
}

.card-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-info p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #071c55;
}

.author-info span {
    font-size: 12px;
    color: #071c55;
}

.explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #8a6e33, #896e33);
    color: #fff;
    padding: 5px 19px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.explore-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.explore-btn:hover svg {
    transform: translateX(3px);
}


@media (max-width: 900px) {
    .featured-card {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }

    .featured-card .card-image {
        min-height: 220px;
    }
}

@media (max-width: 480px) {
    .section-header h2 {
        font-size: 32px;
    }

    /* .cards-container {
        grid-template-columns: 1fr;
    } */

    .card-footer {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}


/*==================================================
# blog section
====================================================*/
.blog__section {
    display: flex;
    flex-wrap: wrap;
}

.blog-card {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 11%);
    transition: all .5s ease-out;
    margin: 4px;
}

.blog-card .blog-card-img-wrap {
    position: relative;
    overflow: hidden;
    transition: all .5s ease-out;
    padding: 7px;
}

@media(max-width: 767px) {
    .blog-card .blog-card-img-wrap {
        width: 100%
    }
}

.blog-card .blog-card-img-wrap .card-img {
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out;
    height: 300px;
}

.blog-card .blog-card-img-wrap .card-img img {
    border-radius: 5px;
    transition: all .5s ease-out;
    min-width: 100%;
    /* height: 268px; */
    object-fit: cover;
    width: 100%;
}

@media(max-width: 991px) {
    .blog-card .blog-card-img-wrap .card-img img {
        width: 100%
    }
}

.blog-card .blog-card-img-wrap .card-img::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.blog-card .blog-card-img-wrap .date {
    position: absolute;
    top: 13px;
    right: 16px;
    text-align: center;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    -webkit-backdrop-filter: blur(1.7px);
    backdrop-filter: blur(1.7px);
    transition: .5s;
    z-index: 9
}

.blog-card .blog-card-img-wrap .date span {
    color: var(--white-color);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .22px;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s
}

.blog-card .blog-card-img-wrap .date span strong {
    font-size: 17px;
    font-weight: 600
}

@media(min-width: 992px) and (max-width:1199px) {
    .blog-card .blog-card-img-wrap .date {
        top: 5px;
        left: 5px;
        width: 60px;
        height: 60px
    }

    .blog-card .blog-card-img-wrap .date span {
        font-size: 10px
    }

    .blog-card .blog-card-img-wrap .date span strong {
        font-size: 16px
    }
}

@media(max-width: 576px) {
    .blog-card .blog-card-img-wrap .date {
        top: 5px;
        left: 5px;
        width: 60px;
        height: 60px
    }

    .blog-card .blog-card-img-wrap .date span {
        font-size: 10px
    }

    .blog-card .blog-card-img-wrap .date span strong {
        font-size: 16px
    }
}

.blog-card .blog-card-content {
    padding: 0px 15px;
}

@media(max-width: 767px) {
    .blog-card .blog-card-content {
        padding: 20px
    }
}

.blog-card .blog-card-content .blog-card-content-top>ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px
}

@media(min-width: 992px) and (max-width:1199px) {
    .blog-card .blog-card-content .blog-card-content-top>ul {
        margin-bottom: 15px
    }
}

@media(max-width: 576px) {
    .blog-card .blog-card-content .blog-card-content-top>ul {
        gap: 15px
    }
}

.blog-card .blog-card-content .blog-card-content-top>ul li {
    position: relative;
    color: #0f1a28;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .26px;
    text-transform: capitalize
}

.blog-card .blog-card-content .blog-card-content-top>ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    background-color: var(--second-color);
    width: 5px;
    height: 5px;
    border-radius: 50%
}

@media(max-width: 576px) {
    .blog-card .blog-card-content .blog-card-content-top>ul li::before {
        left: -10px
    }
}

.blog-card .blog-card-content .blog-card-content-top>ul li:first-child::before {
    display: none
}

.blog-card .blog-card-content .blog-card-content-top>ul li a {
    color: rgba(16, 12, 8, .5);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .26px;
    text-transform: capitalize;
    text-decoration: underline;
    transition: .5s
}

.blog-card .blog-card-content .blog-card-content-top>ul li a:hover {
    color: var(--second-color)
}

.blog-card .blog-card-content .blog-card-content-top>ul li:nth-child(2) a {
    text-decoration: none
}

.blog-card .blog-card-content .blog-card-content-top .blog-date {
    display: flex;
    align-items: center;
    gap: 5px
}

.blog-card .blog-card-content .blog-card-content-top .blog-date svg {
    fill: var(--main-color);
    opacity: .5
}

.blog-card .blog-card-content .blog-card-content-top .blog-date a {
    color: var(--main-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .26px;
    text-transform: capitalize;
    transition: .5s
}

.blog-card .blog-card-content .blog-card-content-top .blog-date a:hover {
    color: var(--second-color)
}

.blog-card .blog-card-content h5 {
    margin-bottom: 0;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
}

.blog-card .blog-card-content h5 a {
    color: #1f3e66;
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    letter-spacing: 0.23px;
    transition: .5s
}

.blog-brif {
    height: 90px;
    margin-bottom: 10px;
}

.blog-brif p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media(min-width: 1200px) and (max-width:1399px) {
    .blog-card .blog-card-content h5 a {
        font-size: 20px
    }
}

@media(max-width: 1199px) {
    .blog-card .blog-card-content h5 a {
        font-size: 18px
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .blog-card .blog-card-content h5 {
        margin-bottom: 20px
    }
}

.blog-card .blog-card-content h5:hover a {
    color: var(--main-color);
}

.blog-card .blog-card-content .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.blog-card .blog-card-content .bottom-area>a {
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    /* text-decoration-line: underline; */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .5s;
}

.blog-card .blog-card-content .bottom-area>a>span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.blog-card .blog-card-content .bottom-area>a>span svg {
    stroke: var(--main-color);
    transition: .5s
}

.blog-card .blog-card-content .bottom-area>a:hover {
    color: var(--main-color);
}

.blog-card .blog-card-content .bottom-area>a:hover span {
    border-color: var(--main-color);
}

.blog-card .blog-card-content .bottom-area>a:hover span svg {
    transform: rotate(48deg);
    stroke: var(--main-color);
}

.blog-card .blog-card-content .bottom-area .social-list {
    display: flex;
    align-items: center;
    gap: 30px
}

.blog-card .blog-card-content .bottom-area .social-list li {
    position: relative;
    transition: .5s
}

.blog-card .blog-card-content .bottom-area .social-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    background: rgba(16, 12, 8, .2);
    width: 3px;
    height: 3px;
    border-radius: 50%
}

.blog-card .blog-card-content .bottom-area .social-list li:first-child::before {
    display: none
}

.blog-card .blog-card-content .bottom-area .social-list li a {
    color: rgba(16, 12, 8, .5);
    transition: .5s
}

.blog-card .blog-card-content .bottom-area .social-list li a i {
    font-size: 16px
}

.blog-card .blog-card-content .bottom-area .social-list li:hover a {
    color: var(--main-color)
}

.blog-card .blog-card-content .bottom-area>span {
    color: rgba(16, 12, 8, .5);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px
}

.blog-card .blog-card-content .bottom-area>span svg {
    fill: rgba(16, 12, 8, .5)
}

@media(min-width: 992px) and (max-width:1199px) {
    .blog-card .blog-card-content.two {
        padding: 25px 15px
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .blog-card .blog-card-content.two h5 a {
        font-size: 17px
    }
}

.blog-card:hover .blog-card-img-wrap .card-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.blog-card:hover .blog-card-img-wrap .card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.blog-card:hover .blog-card-img-wrap .date {
    background-color: var(--second-color)
}

.blog-section {
    position: relative;
}

.blog-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1
}

.blog-card-content p {
    font-weight: 400;
    margin-bottom: 9px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 96px !important;
}


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

.blog-card.one {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.blog-card .blog-card-content h3 a {
    color: #1f3e66;
    font-size: 20px;
    font-weight: 600;
    line-height: 0;
    letter-spacing: 0.23px;
    transition: .5s;
}

.blog-card.firist {
    display: flex;
    align-items: center;
}

.blog-card.firist .blog-card-img-wrap .card-img img {
    border-radius: 5px;
    transition: all .5s ease-out;
    min-width: 100%;
    height: 304px;
    object-fit: cover;
    width: 100%;
}

.blog-card.firist .blog-card-content {
    padding: 0;
}

.hr {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #212529;
    height: 4px !important;
}

/*==================================================
    # blog section
====================================================*/
.blog-post-detail {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(211, 211, 211);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}

.blog-img.back-img img {
    position: relative;
    height: 500px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
    min-width: 100%;
}

.blog-img .blog-date {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    padding: 1rem;
    background: rgba(0, 0, 0, .1);
    border-radius: 0;
    backdrop-filter: blur(5px);
    justify-content: space-between;
    color: #000;
}

.blog-img .blog-date a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.3s;
}

.blog-img .blog-date a i {
    margin-right: 7px;
}

.h3-title {
    font-size: 25px;
    line-height: 35px;
    color: #036;
    font-weight: 400;
    margin-bottom: 15px;
}

/* div class="col-lg-4 recent-post */
.recent-post {
    margin-bottom: 63px;
    position: sticky;
    top: 86px;
    z-index: 44;
}

.recent-post {
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(211, 211, 211);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}

.sidebar-title {
    font-size: 29px;
    line-height: 35px;
    color: #036;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 4px;
}

.sidebar-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: linear-gradient(to right, #886c32, #22386c);
    transform: skew(327deg, 0deg);
}

.text_blog {
    font-size: 27px;
    line-height: 35px;
    color: #886c32;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
}

.blockquote_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 396px;
    overflow-y: auto;
    padding-right: 5px;
}

.blockquote_list .title {
    font-size: 20px;
}

.blockquote_list .title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.recent-post .social-icon li a {
    color: #071c55;
    border: 2px solid #8a6e33;
}

.news_articles_area a {
    display: block;
    color: #000;
    margin: 10px 0 0 0;
}


.recent-post ul li {
    list-style: none;
}

.recent-post ul {
    padding-left: 0;
}

.recent-post-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.recent-post-img {
    display: inline-block;
    position: relative;
}

.recent-post-img img {
    width: 106px;
    height: 106px;
    border-radius: 10px;
    object-fit: cover;
}

.recent-post-text {
    width: calc(100% - 110px);
    display: inline-block;
    padding-left: 20px;
}

.news_articles_area ul li a:hover {
    background-size: 100% 1px;
    letter-spacing: 2px;
    color: #8a6e33;
}

.recent-post-text p {
    margin-bottom: 0;
}

.recent-post-text img {
    filter: hue-rotate(155deg) saturate(7.6) brightness(0.05);
}

.recent-post-text p i {
    color: #000;
}





@media (max-width: 768px) {
    .blog-post-detail {
        padding: 10px;
    }

    .blog-img.back-img img {
        height: 341px;
    }

    .blog-img .blog-date {
        flex-wrap: wrap;
        gap: 4px;
    }

    .recent-post {
        padding: 11px;
    }

    .recent-post-box {
        display: flex;
        flex-wrap: wrap;
    }

    .recent-post-img img {
        width: 100%;
        height: 100%;
    }

    .recent-post-text {
        width: 100%;
        display: inline-block;
        padding-left: 20px;
        padding-top: 7px;
    }


    .blog-card.firist {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .blog-card.firist .blog-card-img-wrap .card-img img {
        height: 100%;
    }










}



/*======================================================
    Start FAQ
 ======================================================*/
.faq-one {
    position: relative;
    display: block;
    background: var(--white-color)fff;
    padding: 120px 0px 120px;
}

.faq-one .section-title {
    margin-bottom: 59px;
}

.faq-one__content-box {
    position: relative;
    display: block;
}

.faq-one__content-box .accrodion {
    position: relative;
    display: block;
    border-radius: 7px;
    /* background-color: rgb(255, 255, 255); */
    box-shadow: 0px 10px 60px 0px #d3d3d3;
    margin-bottom: 10px;
    transition: all 500ms ease;
    /* border: 2px solid #d3d3d3; */
}

.faq-one__content-box .accrodion.last-chiled {
    margin-bottom: 0;
}

.faq-one__content-box .accrodion.active::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 100%;
    background: transparent;
    border-radius: 7px;
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion .accrodion-title {
    position: relative;
    display: block;
    padding: 15px 13px 15px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-image: url(https://wordpress.themeholy.com/tourm/wp-content/uploads/2025/04/blog_bg_1.png);
}

.faq-one__content-box .accrodion.active .accrodion-title {
    padding: 15px 13px 5px;
}

.faq-one__content-box .accrodion .accrodion-title h4 {
    position: relative;
    color: #16243d;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion .accrodion-title h4::before {
    content: "➤";
    font: var(--fa-font-solid);
    font-weight: 900;
    font-size: 20px;
    color: #8a6e33;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

.faq-one__content-box .accrodion.active .accrodion-title h4::before {
    transform: rotate(90deg);
}

.faq-one__content-box .accrodion .accrodion-content {
    position: relative;
    padding: 5px 19px 17px;
}

.faq-one__content-box .accrodion .accrodion-content .inner {
    position: relative;
    display: block;
}

.faq-one__content-box .accrodion .accrodion-content .inner p {
    margin: 0;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-section {
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.accrodion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.accrodion.active .accrodion-content {
    max-height: 500px;
    /* Adjust this based on your content height */
}

.thumb img {
    border-radius: 10px;
    margin-bottom: 21px;
    height: 542px;
    object-fit: cover;
}

.side-blog-content {
    text-align: center;
}

/*======================================================
    end FAQ
 ======================================================*/
@media (max-width: 991px) {
    .navbar-area {
        padding: 13px 0;
        background: #8a6e33;
    }
}

@media (max-width: 991px) {
    .nav-right-content ul li {
        color: #fff;
    }

    .responsive-mobile-menu .navbar-toggle-icon .line {
        color: #fff;
        background: #fff;
    }
}

@media (max-width: 991px) {
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 13px;
        border-top: 1px solid #cfd3de;
        padding-top: 10px;
        color: #fff;
    }

    .banner_home_top {
        padding: 0;
    }

    .filter-top {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .tabs-header {
        flex-wrap: nowrap;
    }

    .thumb img {
        border-radius: 10px;
        margin-bottom: 21px;
        height: 316px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 575px) {
    .responsive-mobile-menu .mobile-logo img {
        width: 125px;
        margin-top: 0;
    }
}



.menu-mobile-fixed {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    border-top: 1px solid #ddd;
    box-shadow: -1px -3px 30px 0 rgba(0, 0, 0, .1);
    z-index: 2222222222;
    padding: 12px;
}

.menu-mobile-fixed a {
    color: #032040;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px
}

.menu-mobile-fixed a i,
.s-block h4 {
    font-size: 22px;
    font-weight: 600
}

@media only screen and (max-width: 575px) {
    .responsive-mobile-menu .mobile-logo img {
        width: 125px;
        margin-top: 0;
        filter: brightness(0) invert(1);
    }
}

@media only screen and (max-width: 575px) {
    .footer-area {
        padding-top: 80px;
        padding-bottom: 85px;
    }
}

.about_us_widget .footer-logo img {
    max-width: 200px;
    filter: brightness(0) invert(1);
}

.related_tours_view li {
    display: flex;
    align-items: center;
}

.blog__details,
.blog__details>.row {
    overflow: visible !important;
}

.blog-sidebar {

    position: sticky;
    top: 86px;
    z-index: 44;
}

@media (max-width: 768px) {
    .recent-post-img img {
        width: 500px;
        height: 152px;
        object-fit: cover;
    }
}

/******tour details ******/
/* =========================================================================
   TOUR DETAILS — REDESIGN LAYER
   يتم تحميل هذا الملف بعد tour-details.css و main.css الحاليين
   لا يمس أي CSS قديم — فقط يضيف/يعدّل شكل صفحة تفاصيل الرحلة الحالية
   ========================================================================= */

/* -------------------------------------------------------------------------
   1) جسر المتغيرات: بيربط أسماء متغيرات تصميم الـ reference
   بمتغيرات الهوية الحالية للموقع (Gold/Navy) عشان الألوان تطلع صح
   من غير ما نلمس main.css
------------------------------------------------------------------------- */
:root {
    --color-primary: var(--heading-color, #22386c);
    --color-primary-dark: #17244a;
    --color-secondary: var(--main-color-two, #8a6e33);
    --color-accent: var(--main-color-one, #e1a62f);
    --color-accent-dark: var(--main-color-two, #8a6e33);
    --color-accent-light: #f3d488;
    --color-white: #ffffff;
    --color-off-white: #fbfbfb;
    --color-gray-100: #f8f8f8;
    --color-gray-200: #eaeaea;
    --color-gray-300: #cfd3de;
    --color-gray-400: #9499a6;
    --color-gray-500: #76819f;
    --color-gray-700: var(--paragraph-color, #666);
    --color-gray-900: #222;
    --color-bg-gold: rgba(225, 166, 47, .08);
    --color-blue-tint: rgba(34, 56, 108, .06);
    --font-heading: var(--heading-font, "Playfair Display", serif);
    --font-body: var(--body-font, "Poppins", sans-serif);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --shadow-sm: 0 2px 10px rgba(7, 28, 85, .07);
    --shadow-md: 0 8px 22px rgba(7, 28, 85, .12);
    --shadow-lg: 0 12px 35px rgba(7, 28, 85, .16);
    --gradient-main: linear-gradient(135deg, var(--heading-color, #22386c), var(--main-color-two, #8a6e33));
    --gradient-accent: linear-gradient(135deg, var(--main-color-one, #e1a62f), var(--main-color-two, #8a6e33));
    --gradient-hover: linear-gradient(135deg, var(--main-color-two, #8a6e33), var(--heading-color, #22386c));
    --clr-btn: var(--main-color-one, #e1a62f);
}

/* -------------------------------------------------------------------------
   2) مكونات منقولة من تصميم الـ reference (tour-block / itinerary / booking-form)
   وتم إعادة توجيه الـ id الخاص بالفورم من #reservationForm إلى #bookingForm
   عشان نفس كود الـ AJAX الحالي (submit-contact) يفضل شغال زي ما هو
------------------------------------------------------------------------- */

.tour-layout {
    margin: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
    gap: 2.6rem;
    align-items: start;
    width: 100%;
    padding-bottom: 60px;
    max-width: 1500px;
}

.tour-main,
.booking-form-wrap {
    min-width: 0;
}

.tour-layout ul .tour-layout ol,
.tour-layout li {
    list-style: disc;
    margin: 0;
    padding-left: 10px;
    display: block;
}

.tour-main>*+* {
    margin-top: 2.4rem;
}

.tour-block {
    /* display: flex; */
    align-items: flex-start;
    gap: 1.5rem;
    background: var(--color-white);
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-lg);
    padding: 1.8rem 2rem;
    overflow: hidden;
    position: relative;
}

.tour-block__label {
    flex: 0 0 150px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}

.tour-block__label h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--color-primary);
}

.tour-block__label .bar {
    width: 10px;
    height: 10px;
    background: #01b9b7;
    border-radius: 2px;
    flex-shrink: 0;
    top: 35%;
    position: absolute;
    left: -8px;
    border-radius: 50%;
}

.tour-block__content {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.tour-block__toggle {
    display: none;
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: var(--gradient-accent);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform .3s ease;
}

.tour-block__toggle svg {
    stroke: var(--color-white);
}

.tour-block.is-block-collapsed .tour-block__toggle {
    transform: rotate(180deg);
}

.tour-block__content-head .itinerary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.itinerary-toggle-all {
    background: none;
    border: 1px solid var(--color-gray-300);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--color-primary);
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

.itinerary-toggle-all:hover {
    background: var(--color-off-white);
    border-color: var(--color-primary);
}

.itinerary {
    position: relative;
}

.itinerary::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--color-gray-200);
}

.itin-day {
    position: relative;
    padding-left: 52px;
    margin-bottom: 4px;
}

.itin-day__dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-white);
    border: 2px solid var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--color-accent-dark);
    z-index: 1;
}

.itin-day__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: 8px 0;
}

.itin-day__head h4 {
    margin: 0;
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--color-gray-900);
}

.itin-day__head .sub {
    font-weight: 500;
    color: var(--color-gray-500);
    font-size: 0.82rem;
}

.itin-day__chevron {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--color-off-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease, background .2s ease;
}

.itin-day.is-open .itin-day__chevron {
    transform: rotate(180deg);
    background: var(--color-accent);
}

.itin-day.is-open .itin-day__chevron svg {
    stroke: var(--color-white);
}

.itin-day__chevron svg {
    stroke: var(--color-primary);
}

.itin-day__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .4s ease, opacity .3s ease, margin .4s ease;
}

.itin-day__body img {
    border-radius: 20px;
}

.itin-day.is-open .itin-day__body {
    max-height: 300px;
    opacity: 1;
    margin-bottom: 1.4rem;
}

.itin-day__body p {
    margin: 0 0 0.6rem;
    font-size: 0.86rem;
    line-height: 1.65;
    color: var(--color-gray-500);
}

.itin-day__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.itin-day__tags span {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--color-primary);
    background: var(--color-off-white);
    padding: 4px 10px;
    border-radius: 999px;
}

/* =========================================================
       FAQ (reused pattern)
    ========================================================= */
.booking-form-wrap {
    position: sticky;
    top: 100px;
}

.booking-form {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.booking-form__price {
    background: var(--gradient-main);
    color: var(--color-white);
    padding: 1.3rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid var(--color-gray-200);
}

.booking-form__price-info {
    position: relative;
    z-index: 20;
    color: var(--color-white);
    /* text-shadow: 1px 2px 13px; */
}

.booking-form__price-info span {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: .05em;
}

.booking-form__price-info strong {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    animation: text-shining 4s ease-in-out infinite alternate;
}

.booking-form__price-info small {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
}

.booking-form__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
}

.booking-form__rating svg {
    fill: var(--color-accent-light);
}

.booking-form__collapse-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform .3s ease;
    z-index: 20;
}

.booking-form.is-collapsed .booking-form__collapse-btn {
    transform: rotate(180deg);
}

.booking-form__collapse-btn svg {
    stroke: var(--color-primary);
}

.booking-form__body {
    padding: 1.5rem;
    max-height: 1400px;
    overflow: hidden;
    transition: max-height .45s ease, padding .45s ease, opacity .3s ease;
}

.booking-form.is-collapsed .booking-form__body {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

.form-field {
    margin-bottom: 1rem;
}

.form-field label {
    display: block;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--color-gray-700);
    margin-bottom: 6px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-sm);
    padding: 10px 12px;
    font-family: var(--font-body);
    font-size: 0.86rem;
    color: var(--color-gray-900);
    background: var(--color-white);
    outline: none;
    transition: border-color .2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--color-accent);
}

.form-field textarea {
    resize: vertical;
    min-height: 70px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.form-row--phone {
    grid-template-columns: 90px 1fr;
}

.form-field__counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-sm);
    padding: 6px 12px;
}

.form-field__counter-label {
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--color-gray-900);
}

.form-field__counter-label small {
    display: block;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--color-gray-500);
}

.form-field__counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-field__counter-controls button {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--color-gray-300);
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    color: var(--color-primary);
    line-height: 1;
    transition: background .2s ease;
}

.form-field__counter-controls button:hover {
    background: var(--color-off-white);
}

.form-field__counter-controls span {
    min-width: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 0.86rem;
}

/* start  form validation */
#bookingForm .ff-wrap {
    /* margin-bottom: 1rem; */
}

#bookingForm .ff-field {
    position: relative;
    display: flex;
    align-items: center;
}

#bookingForm .ff-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    font-family: var(--font-body, "Manrope", sans-serif);
    font-size: 0.92rem;
    color: var(--color-gray-900, #1c2733);
    background: var(--color-white, #fff);
    border: 1.5px solid var(--color-gray-300, #d5dbe2);
    border-radius: var(--radius-sm, 6px);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

#bookingForm textarea.ff-input {
    min-height: 90px;
    resize: vertical;
    padding-top: 1.3rem;
    height: 150px;
}

#bookingForm .ff-input:focus {
    border-color: var(--color-secondary, #16507d);
    box-shadow: 0 0 0 3px rgba(22, 80, 125, .12);
}

#bookingForm .ff-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#bookingForm .ff-field--select::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--color-gray-400, #9aa7b3);
    border-bottom: 1.5px solid var(--color-gray-400, #9aa7b3);
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

#bookingForm .ff-field--date input {
    cursor: pointer;
}

/* Floating label: sits over the input at rest, floats up on focus/value */
#bookingForm .ff-label {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-body, "Manrope", sans-serif);
    font-size: 0.92rem;
    color: var(--color-gray-500, #6c7782);
    pointer-events: none;
    background: transparent;
    padding: 0 4px;
    transition: transform .18s ease, font-size .18s ease, top .18s ease, color .18s ease, background .18s ease;
}

#bookingForm .ff-field--select .ff-label,
#bookingForm .ff-field.ff-active .ff-label,
#bookingForm .ff-field:focus-within .ff-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--color-secondary, #16507d);
    background: var(--color-white, #fff);
}

#bookingForm .ff-req {
    color: #c0392b;
}

/* Error / valid states */
#bookingForm .ff-wrap.ff-error .ff-input {
    border-color: #c0392b;
}

#bookingForm .ff-wrap.ff-error .ff-field:focus-within .ff-label,
#bookingForm .ff-wrap.ff-error .ff-field.ff-active .ff-label {
    color: #c0392b;
}

#bookingForm .ff-wrap.ff-valid .ff-input {
    border-color: #1c8a4b;
}

#bookingForm .ff-err-msg {
    display: block;
    min-height: 0;
    font-size: 0.76rem;
    color: #c0392b;
    margin-top: 4px;
    line-height: 1.4;
}

#bookingForm .form-row--phone {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

#bookingForm .form-row--phone .ff-wrap:first-child {
    width: 110px;
    flex: 0 0 auto;
}

#bookingForm .form-row--phone .ff-wrap:last-child {
    flex: 1;
}

/* end form validation */
.bf-accordion {
    margin-bottom: 1rem;
}

.bf-accordion-item .booking-form__submit {
    width: 100%;
    margin-top: 0.6rem;
    justify-content: center;
    font-size: 0.9rem;
    padding: 0.9rem 1rem;
}

.booking-form__note {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 0.9rem;
    font-size: 0.76rem;
    color: var(--color-gray-500);
}

.booking-form__note svg {
    stroke: #1a8a4a;
    flex-shrink: 0;
}

/* =========================================================
     TOUR LOCATION MAP CARD (sidebar, after the booking form)
  ========================================================= */
.td-pricing-type {
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--color-off-white);
    min-width: 350px;
    overflow-x: auto;
}

.td-pricing-type-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1.1rem 1.4rem;
    background: var(--gradient-main);
}

.td-pricing-type-head h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--color-white);
}

.td-pricing-type-head strong {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .78);
    text-align: right;
    line-height: 1.3;
}

.td-price-table-wrap {
    overflow-x: auto;
}

.td-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.td-price-table thead th {
    text-align: left;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--color-gray-500);
    padding: 12px 1.4rem;
    border-bottom: 1px solid var(--color-gray-200);
}

.td-price-table tbody td {
    padding: 13px 1.4rem;
    color: var(--color-gray-700);
    border-bottom: 1px solid var(--color-gray-200);
}

.td-price-table tbody td:last-child {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-accent-dark);
}

.td-price-table tbody tr:last-child td {
    border-bottom: none;
}

.td-price-table tbody tr:hover td {
    background: var(--color-bg-gold);
}

/* =========================================================
       RELATED BLOGS — horizontal scroll of blog cards
    ========================================================= */


/* =========================================================================
   3) تخصيصات إضافية خاصة بصفحة تفاصيل الرحلة الحالية (Blade)
   ========================================================================= */

/* -- layout: نفس شبكة الـ reference لكن تعمل جوه الـ container-bg الحالي -- */
.td-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: 2.2rem;
    align-items: start;
    width: 100%;
}

@media (max-width: 991px) {
    .td-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .booking-form-wrap {
        position: static !important;
        margin-top: 40px;
    }
}

.tour-main>*+* {
    margin-top: 1.8rem;
}

/* -- عنوان الرحلة فوق البلوكات -- */
.td-title {
    font-weight: 700;
    margin-bottom: 6px;
}


.tour-block__content .utf_listing_features {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 10px 22px;
    margin: 0;
}

.tour-block__content .utf_listing_features li {
    font-size: .9rem;
    color: var(--color-gray-700);
}

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

/* -- Itinerary: تفعيل شكل الأيام الجديد itin-day بدون Bootstrap collapse -- */
.itin-day__head {
    cursor: pointer;
}

.itin-day__body p {
    margin: 0;
}

/* -- Pricing table: لو فيه أكتر من جدول أسعار (foreach) نديله مسافة بينهم -- */
.room_pricing_wrap+.room_pricing_wrap {
    margin-top: 1.6rem;
}

/* -- Sidebar sticky column -- */
.booking-form-wrap {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

/* -- Quick facts card (Duration / Location) — بديل مضغوط لـ utf_box_widget -- */
.quick-facts-card {
    background: var(--color-white);
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 1.2rem 1.3rem;
}

.quick-facts-card h3 {
    margin: 0 0 12px;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
}

.quick-facts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quick-facts-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    border-top: 1px solid var(--color-gray-200);
    font-size: .85rem;
    color: var(--color-gray-700);
}

.quick-facts-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.quick-facts-list li b {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--color-primary);
}

.quick-facts-list li b i {
    color: var(--color-accent);
    width: 16px;
    text-align: center;
}

/* -- Booking form: مضغوط شوية + بدون سعر وهمى مش موجود فى الـ Blade -- */
.booking-form__price--simple {
    justify-content: space-between;
}

.booking-form__price--simple h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--color-white);
}

.booking-form__price--simple .hint {
    display: block;
    font-size: .72rem;
    color: rgba(255, 255, 255, .75);
    font-weight: 400;
    margin-top: 2px;
}

.booking-form__body {
    padding: 1.15rem 1.25rem;
}

#bookingForm .form-field {
    margin-bottom: .8rem;
}

#bookingForm .ff-input {
    padding: 12px 12px 6px;
    font-size: .82rem;
    height: 46px;
}

#bookingForm textarea.ff-input {
    height: auto;
    min-height: 60px;
    padding-top: 14px;
}

#bookingForm .ff-label {
    font-size: .78rem;
}

/* .booking-form__submit {
    padding: 12px 20px;
    font-size: .88rem;
} */

.destinations-details-main-slider .d-details-main-slider-item img {
    border-radius: 10px;
    max-height: 700px;
    /* object-fit: cover; */
}
.related-tours-card {
    background: var(--color-white);
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 1.2rem 1.3rem;
}

.related-tours-card h3 {
    margin: 0 0 14px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-primary);
}

.related-tour-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid var(--color-gray-200);
    text-decoration: none;
    transition: transform .25s ease;
}

.related-tour-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.related-tour-item:hover {
    transform: translateX(-4px);
}

[dir="rtl"] .related-tour-item:hover {
    transform: translateX(4px);
}

.related-tour-item__img {
    width: 72px;
    height: 60px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    flex-shrink: 0;
}

.related-tour-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.related-tour-item:hover .related-tour-item__img img {
    transform: scale(1.1);
}

.related-tour-item__title {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: .87rem;
    line-height: 1.35;
    color: var(--color-primary);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .25s ease;
}

.related-tour-item:hover .related-tour-item__title {
    color: var(--color-accent-dark);
}

.destinations-details-main-slider {
    margin-bottom: 20px;
}

.tour-block__content-head {
    position: absolute;
    right: 20px;
    top: 20px;
}