h1 {
    font-size: 36px;
    margin: 31px 0 12px;
    color: #000000;
}

.breadcrumb ul {
    gap: 6px;
    margin: 10px 0 15px;
}

.banner-sec {
    width: 100%;
    margin-top: 10px;
}

.banner-sec .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.banner-sec .col-left {
    position: relative;
}

.banner-sec .img-box img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.banner-sec .col-right .img-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.banner-sec h2 {
    font-size: 25px;
    color: #828282;
}

.banner-sec .review-img {
    gap: 45px;
    margin: 34px 0 30px;
}

.banner-sec .view-img {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background-color: #F5F5F5;
    padding: 7px;
    position: absolute;
    left: 26px;
    bottom: 28px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.banner-sec .btn {
    width: max-content;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    outline: none;
    background-color: #27BDBE;
    color: #fff;
    border-radius: 12px;
    padding: 18px 24px 18px 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}

/* book-arabiers */
.book-arabiers {
    margin: 15px 0 123px;
}

.book-arabiers .row {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 30px 50px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.book-arabiers h2 {
    font-weight: 700;
}

.book-arabiers .col-left {
    width: 28%;
}

.book-arabiers .col-right {
    width: 64%;
}

.book-arabiers .col-right {
    display: flex;
    align-items: center;
    gap: 26px 95px;
    flex-wrap: wrap;
}

.book-arabiers .box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.book-arabiers .box p {
    color: #000000;
    font-weight: 600;
}

/* info-detail-sec  */
.info-detail-sec .info-box {
    max-width: 914px;
    overflow: hidden;
    margin: 0 auto 42px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}

.info-detail-sec .title {
    background-color: #D9D9D9;
    padding: 29px;
}

.info-detail-sec .title h2 {
    font-size: 25px;
}

.info-detail-sec .content {
    padding: 32px;
}

.info-detail-sec .content .inner-col {
    width: 48%;
}

.info-detail-sec .content .inner-col img {
    margin: 0 auto;
    object-fit: cover;
}

.info-detail-sec .content .img-box {
    margin: 20px 0 0;
}

.info-detail-sec .content h3 {
    margin: 16px 0;
    font-size: 20px;
    color: #27BDBE;
}

.info-detail-sec .content p {
    line-height: 1.5;
    margin-bottom: 16px;
}

.info-detail-sec .content ul {
    padding-left: 20px;
    margin: 10px 0;
}

.info-detail-sec .content ul li {
    margin-bottom: 4px;
    list-style: disc;
    line-height: 1.7;
    font-weight: 500;
}

.info-detail-sec .content ul li::marker {
    color: #27BDBE;
}

.info-detail-sec .content ul li:nth-last-of-type(1),
.info-detail-sec .content p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.info-detail-sec .table-responsive {
    width: 100%;
    overflow: auto;
    margin-top: 20px;
}

.info-detail-sec .table-responsive table {
    width: 100%;
    border-collapse: collapse;
}

.info-detail-sec .table-responsive table th {
    background: #27BDBE;
    border: 1px solid #31b6bd;
}

.info-detail-sec .table-responsive table th,
.info-detail-sec .table-responsive table td {
    padding: 15px;
    text-align: left;
}

.info-detail-sec .table-responsive table td {
    border: 1px solid #eee;
}

.info-detail-sec .support-box .inner-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.info-detail-sec .support-box .inner-col {
    width: 40%;

}

.info-detail-sec .support-box .inner-col:nth-last-of-type(1) {
    width: 57%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.info-detail-sec .support-box .inner-box {
    background-color: #D9D9D9;
    border-radius: 10px;
    padding: 14px 8px;
}

.info-detail-sec .support-box .icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.info-detail-sec .support-box h3 {
    font-size: 20px;
}

.info-detail-sec .support-box .contact-box {
    padding: 9px;
    border: 1px solid #b9b9b9;
    text-align: center;
    margin-bottom: 14px;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    width: max-content;
    margin: 0 auto 10px;
}

.info-detail-sec .support-box .contact-box:hover {
    background-color: #fff;
}

.info-detail-sec .support-box .contact-box:nth-last-of-type(1) {
    margin-bottom: 0;
}

.iternary-box h3 {
    font-size: 20px;
    color: #27BDBE;
    margin-bottom: 20px;
}

.accordion-common {
    max-width: 860px;
    margin: 0 auto;
}

.accordion-common .at-tab {
    display: none;
    padding: 0 42px 0 20px;
}

.accordion-common .at-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}

.accordion-common .at-item:nth-last-of-type(1) {
    border-bottom: 0;
    margin-bottom: 0;
}

.accordion-common .at-item.active {
    background-color: #F5F5F5;
    padding: 16px 0;
    border-top: 1px solid #ddd;
}

.accordion-common .at-title {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

.accordion-common .at-title span {
    font-weight: bold;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.accordion-common .at-title.active:after {
    content: "-";
}


.accordion-common .at-item:nth-last-of-type(1) .at-title {
    margin-bottom: 0;
}

.accordion-common .at-title .tittle-name {
    font-size: 16px;
    font-weight: 600;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}

.accordion-common .at-tab .img-box {
    width: 50%;
    margin: 16px 0;
}

.accordion-common .at-tab .img-box img {
    width: 100%;
    border-radius: 6px;
}

/* tripadvisor-review-box  */
.tripadvisor-review-box .btn-wrapper img {
    margin: 0 auto;
}

.tripadvisor-review-box .heading {
    margin: 20px 0;
}

.guide-sec .img-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.guide-sec .img-box {
    width: 31%;
}

.guide-sec .img-box img {
    border-radius: 10px;
}

.releted-package h2 {
    margin-bottom: 30px;
}

.releted-box {
    margin: 8px;
    display: inline-block;
}

.releted-box .img-box img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.releted-box .content {
    padding: 10px;
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
}

.releted-box small {
    font-size: 18px;
    color: #828282;
    font-weight: 600;
}

.releted-box h3 {
    font-size: 20px;
    margin: 10px 0 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.releted-box ul {
    margin: 10px 0;
    padding-left: 20px;
}

.releted-box ul li {
    font-size: 15px;
    margin-bottom: 10px;
    list-style: disc;
}

.releted-box ul li::marker {
    color: #27BDBE;
}

.releted-box ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.releted-box .price span {
    font-size: 18px;
    font-weight: 600;
    color: #828282;
}

.releted-box .price h4 {
    margin: 7px 0 10px;
    font-weight: 700;
}

.releted-box .price h4 span {
    font-size: 16px;
    color: #000000;
}

.releted-box .btn img {
    width: 100%;
}

.popup-slider .slick-arrow,
.releted-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 47%;
    left: -15px;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    background-color: #c3c3c3b8;
    transition: all 0.5s ease-in-out;
}

.popup-slider .slick-arrow::after,
.releted-wrapper .slick-arrow::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../images/abu-dhabi-mosque-tour/angle-down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    display: block;
    transform: rotate(90deg);
}

.popup-slider .slick-next,
.releted-wrapper .slick-next {
    left: auto;
    right: -15px;
}

.popup-slider .slick-next::after,
.releted-wrapper .slick-next::after {
    background-image: url("../../images/abu-dhabi-mosque-tour/angle-down-arrow.png");
    transform: rotate(-90deg);
}

/* Popup */
.img-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: relative;
    max-width: 800px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 15px;
    border-radius: 12px;
}

.popup-slider .img-box {
    margin: 10px;
}

.popup-slider img {
    border-radius: 10px;
}

.close-popup {
    position: absolute;
    top: -52px;
    right: 0;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.close-popup span {
    width: 30px;
    height: 2px;
    background-color: #000000;
    transform: rotate(-45deg);
}

.close-popup span:nth-last-of-type(1) {
    transform: rotate(45deg);
    margin: -2px 0 0px 0px;
}

/* Default (Desktop) */
.show-hide {
    max-height: none;
    overflow: visible;
}

.show-hide-btn {
    display: none;
    margin-top: 10px;
    background: none;
    border: none;
    color: #007bff;
    font-weight: 600;
    cursor: pointer;
}


/* Slick arrows */


@media (max-width:1320px) {
    h1 {
        margin: 24px 0 12px;
    }

    .book-arabiers .col-right {
        gap: 26px 80px;
    }
}

@media (max-width:1300px) {
    h1 {
        margin: 16px 0 12px;
    }
}

@media (max-width:1280px) {
    .banner-sec .review-img {
        margin: 16px 0;
    }

    .book-arabiers .col-right {
        gap: 26px 66px;
    }

    .book-arabiers .col-left {
        width: 29%;
    }

    .book-arabiers .row {
        gap: 90px;
    }
}

@media (max-width:1240px) {
    .book-arabiers .col-left {
        width: 30%;
    }

    .book-arabiers .row {
        gap: 68px;
    }

    .book-arabiers .col-right {
        gap: 25px 50px;
    }
}

@media (max-width:1200px) {
    .banner-sec .btn {
        padding: 25px 22px 25px 33px;
    }

    .book-arabiers .row {
        gap: 20px;
    }

    .book-arabiers .col-left {
        width: 34%;
    }

}

@media (max-width:1140px) {
    .banner-sec .btn {
        padding: 15px 22px 15px 33px;
        width: max-content;
        gap: 20px;
        margin: 0 auto;
    }

    .book-arabiers .col-right {
        gap: 25px 40px;
    }
}

@media (max-width:1080px) {
    .book-arabiers .row {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .book-arabiers .col-left,
    .book-arabiers .col-right {
        width: 100%;
    }

    .book-arabiers h2 br {
        display: none;
    }

    .book-arabiers .col-right {
        gap: 25px 160px;
    }

}

@media (max-width:1040px) {
    .book-arabiers {
        margin: 20px 0 50px;
    }
}


@media (max-width:992px) {
    .book-arabiers .col-right {
        gap: 25px 60px;
    }

    .info-detail-sec .support-box .inner-col,
    .info-detail-sec .support-box .inner-col img {
        height: 100%;
    }


}

@media (max-width:850px) {
    h1 {
        font-size: 28px;
    }

    .banner-sec h2 {
        font-size: 20px;
    }

    .banner-sec .review-img {
        flex-wrap: nowrap;
        gap: 24px;
    }

    .book-arabiers .col-right {
        gap: 25px 38px;
    }

    .info-detail-sec .title {
        padding: 16px 30px;
    }

    .info-detail-sec .title h2 {
        font-size: 22px;
    }

    .info-detail-sec .support-box h3 {
        font-size: 16px;
    }

    .info-detail-sec .support-box .icon-box img {
        width: 40px;
    }

    .popup-content {
        margin: 0 auto;
        width: 90%;
    }
}


@media (max-width:767px) {
    .banner-sec .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .info-detail-sec .support-box .inner-col {
        width: 100% !important;
    }

    .info-detail-sec .support-box .inner-col:nth-last-of-type(2) img {
        width: 100%;
    }

    .tripadvisor-review-box .content {
        overflow-x: auto;
    }

    .tripadvisor-review-box .sub-content-wrapper {
        width: 480px;
    }

    .accordion-common .at-title .tittle-name {
        width: 85%;
    }

    .info-detail-sec .content .inner-row {
        gap: 20px;
    }

    .info-detail-sec .content .inner-col {
        width: 100%;
    }

    .releted-box {
        margin: 0;
    }

    .show-hide {
        max-height: 105px;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .show-hide-btn {
        display: inline-block;
        margin-top: 10px;
        background: none;
        border: none;
        color: #007bff;
        font-weight: 600;
        cursor: pointer;
    }
}

@media (max-width:580px) {
    .banner-sec .col-left .img-box img {
        height: 300px;
        object-fit: cover;
    }

    .banner-sec .btn img {
        width: 38px;
        height: 28px;
    }

    .info-detail-sec .support-box .inner-col:nth-last-of-type(1) {
        display: flex;
        flex-wrap: wrap;
    }

    .info-detail-sec .support-box .inner-box {
        width: calc(50% - 10px);
    }

    .info-detail-sec .support-box .icon-box img {
        width: 30px;
    }

    .info-detail-sec .support-box h3 {
        font-size: 15px;
    }

    .info-detail-sec .content p,
    .info-detail-sec .content a {
        font-size: 14px;
    }

    .info-detail-sec .table-responsive table {
        width: 500px;
    }

    .guide-sec .img-box {
        width: 100%;
    }
}

@media (max-width:480px) {
    h1 {
        font-size: 24px;
    }

    h1 br {
        display: none;
    }

    h2 {
        font-size: 22px;
    }

    .banner-sec h2 {
        font-size: 20px;
    }

    .banner-sec .img-box img {
        height: 150px;
    }

    .banner-sec .btn img {
        width: 30px;
    }

    .banner-sec .review-img img {
        width: 140px;

    }

    .book-arabiers .row {
        padding: 20px;
    }

    .book-arabiers .box {
        width: 100%;
    }

    .book-arabiers .box .icon-box {
        width: 40px;
    }

    .info-detail-sec .content {
        padding: 30px 20px;
    }

    .info-detail-sec .support-box .inner-box {
        width: 100%;
    }

    .info-detail-sec .support-box .icon-box {
        justify-content: center;
    }
}