html,
body {
    font-family: "Manrope", serif !important;
}

h1 {
    color: #fff;
}

.blog-banner {
    background-image: url(https://www.arabiers.in/app/images/banner/goldern-trangle-tour-banner.png);
    border-radius: 10px;
}

.banner-section {
    padding-bottom: 50px;
}

.common-banner {
    border-radius: 10px;
}

.banner-section .common-text {
    max-width: 563px;
    padding: 135px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.common-banner-button {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 45px;
    right: 30px;
    z-index: 1;
}

.common-banner-button .query-btn {
    width: max-content;
    min-height: 64px;
    padding: 10px;
    color: #000;
    background-color: #FFFFFFB5;
    border-radius: 10px;
    border: #FFFFFFB5;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 10px;
    transition: all 0.5s ease-in-out;
}

.common-banner-button .query-btn i {
    font-size: 25px;
    color: #46c756;
    margin-right: 10px;
}

.common-banner-button .query-btn i.fa-phone-volume {
    color: rgb(11 132 238) !important;
}

.bg-layer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    border-radius: 10px;
}

.banner-section .common-banner h3 {
    color: #fff;
}



/* blog-detail css */
.blog-detail-sec {
    padding: 20px 0 70px;
}

.blog-detail-sec .col-left {
    width: 75%;
}

.blog-detail-sec .col-right {
    width: 23%;
}

.blog-detail-sec .breadcrum ul li {
    color: #010208;
}

.blog-detail-sec .img-box figure img {
    width: 100%;
    border-radius: 20px;
    height: 350px;
    object-fit: cover;
}

.blog-detail-sec .title {
    margin: 30px 0;
}

.blog-detail-sec .author-detail .author {
    display: flex;
    align-items: center;
}

.blog-detail-sec .author-detail .author-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.blog-detail-sec .author-detail .author .author-name ul {
    margin-top: 10px;
}

.blog-social ul li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
}

.blog-social ul li a i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-social ul li a i.fa-facebook-f {
    background-color: #0d8af0;
}

.blog-social ul li a i.fa-twitter {
    background-color: #1da1f2;
}

.blog-social ul li a i.fa-instagram {
    background-color: #df167a;
}

.blog-social ul li a {
    color: #fff;
}

.blog-social ul li a i.fa-linkedin {
    background-color: #0077b5;
}

.blog-social ul li a i.fa-whatsapp {
    background-color: #27d045;
}

.blog-detail-sec .content-text {
    margin: 20px 0;
}

.blog-detail-sec .content-text p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #3e3b3b;
}

.blog-detail-sec .table-responsive {
    width: 100%;
    overflow-x: auto;
}

.blog-detail-sec .table-responsive table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.blog-detail-sec .table-responsive table th {
    background-color: #E9DF1E;
}

.blog-detail-sec .table-responsive table td,
.blog-detail-sec .table-responsive table th {
    padding: 12px;
    text-align: left;
    color: white;
    border: 1px solid #ddd;
}

.blog-detail-sec .table-responsive table td,
.blog-detail-sec .table-responsive table th {
    color: #000;
}

.blog-detail-sec .table-responsive table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.blog-detail-sec .table-responsive table tr:hover {
    background-color: #ddd;
}

.blog-detail-sec .table-responsive table tr.bg-green {
    background-color: #33D13F;
}

.table-content-title {
    background-color: #efeeeef3;
    padding: 10px 20px;
    border-radius: 10px 10px;
    cursor: pointer;
}

.table-content-title h2 {
    font-size: 20px;
    color: #33b6bb;
}

.table-content-title i {
    font-size: 25px;
    transition: all 0.5s ease-in-out;
}

.table-content-title.active i {
    transform: rotate(180deg);
    border-radius: 10px 10px 0 0;
}

.table-content-list {
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0 0 16px 16px;
}

.table-content ul li {
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}

.table-content ul li a {
    font-size: 15px;
    color: #000000;
}

.table-content ul li:hover {
    color: #24B4BD;
    cursor: pointer;
}


.table-content ul li a:hover {
    color: #24B4BD;
    transition: all 0.5s ease-in-out;
}



.blog-detail-sec .tab-section {
    position: relative;
    margin-top: 30px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
}

.blog-detail-sec .tab-section h2 {
    margin-bottom: 16px;
}

.blog-detail-sec .tab-section h2 span {
    margin-right: 10px;
    color: #d6ce33;
}

.blog-detail-sec .tab-section .img-box img {
    margin-bottom: 20px;
}

.blog-detail-sec .tab-section h3 {
    margin-bottom: 16px;
}

.blog-detail-sec .tab-section h3 span {
    font-size: 18px !important;
    font-family: "Manrope", serif !important;
}

.blog-detail-sec .tab-section p {
    font-size: 15px;
    color: #3e3b3b;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-detail-sec .tab-section p br {
    display: none;
}

.blog-detail-sec .tab-section p a,
.blog-detail-sec .tab-section li a {
    color: #33b6bb;
}

.blog-detail-sec .tab-section ul,
.blog-detail-sec .tab-section ol {
    margin: 20px 0;
    padding-left: 30px;
}

.blog-detail-sec .tab-section ul ol {
    margin: 20px 0;
    padding-left: 30px;

}

.blog-detail-sec .tab-section ol ul {
    margin: 20px 0;
    padding-left: 30px;
}

.blog-detail-sec .tab-section li {
    margin-bottom: 10px;
    list-style: disc;
}

.blog-detail-sec .tab-section img {
    width: 100% !important;
    height: 380px;
    margin: 10px 0;
    border-radius: 12px;
    object-fit: cover;
}

.blog-detail-sec .tab-section li::marker {
    color: #28b2b2;
}

.blog-detail-sec .other-information {
    position: sticky;
    top: 170px;
}

.blog-detail-sec .other-information .popular-package {
    height: unset;
    overflow-y: auto;

}

.blog-detail-sec .other-information .popular-package,
.other-information .tour-information {
    border: none !important;
}

.blog-detail-sec .other-information .tour-information h3 {
    border-bottom: 2px dashed #ddd;
}

.blog-detail-sec .other-information .tour-information .popular-box {
    padding: 20px 0 0;
}

/* other-information tour css */
.other-information {
    position: sticky;
    top: 0;
}

.other-information .tour-information {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.other-information .tour-information h3 {
    font-size: 16px;
    line-height: normal;
    background: #24B4BD;
    color: #ffffff;
    background-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 8px;
}

.other-information .tour-information ul {
    padding: 15px;
}

.other-information .tour-information ul li {
    font-size: 13px;
    color: #000;
    padding-bottom: 8px;
}

.other-information .tour-information ul li i {
    margin-right: 10px;
}

.other-information .tour-information .social-icons li a {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.other-information .tour-information .popular-box {
    padding: 20px;
}

.other-information .popular-box h4 {
    font-size: 16px;
    margin: 6px 0;
}

.other-information .popular-box img {
    width: 100%;
    height: 150px;
    border-radius: 6px;
    object-fit: cover;
}


.other-information .popular-package {
    height: 662px;
    overflow-y: auto;
}

.other-information .popular-package h3 {
    position: sticky;
    top: 0;
}


/* faq-sec css */

.accordion-common .at-tab {
    display: none;
    padding: 15px;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #ddd;
}

.accordion-common .at-title:hover {
    background-color: #e0e0e0;
}

.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 {
    border-radius: 5px;
}

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

.accordion-common .at-title .tittle-name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0;
}

.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;
}

/* all-tour-travel */
.all-tour-travel .tour-travel {
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 10px;
    transition: all 0.5s ease-in-out;
}

.all-tour-travel .tour-travel .img-box {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.all-tour-travel .tour-travel .img-box img {
    border-radius: 15px 15px 0 0;
    transition: all 0.5s ease-in-out;
}

.all-tour-travel .tour-travel .text {
    padding: 20px 20px 20px 20px;
}

.all-tour-travel .tour-travel .text h3 {
    transition: all 0.5s ease-in-out;
}

.all-tour-travel .tour-travel .text h3 i {
    margin-left: 10px;
    color: red;
}

.all-tour-travel .tour-travel .text p {
    margin: 10px 0;
}

.all-tour-travel .tour-travel:hover .img-box img {
    transform: scale(1.4);
}

.all-tour-travel .tour-travel:hover .text h3 {
    color: #25bdc1;
}

.related-posts .all-tour-travel .tour-travel .img-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.all-tour-travel .slick-arrow {
    display: none !important;
}

/* related-posts */
.related-posts h3 {
    font-size: 18px;
}

.leave-reply .form-wrapper {
    max-width: 750px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.leave-reply .form-wrapper button {
    width: max-content;

}

.leave-reply .form-wrapper textarea {
    min-height: 100px;
    resize: vertical;
}

@media (max-width: 1200px) {
    .banner-section .common-text {
        padding: 70px 0;
    }
}

@media (max-width: 1100px) {
    .blog-detail-sec .row {
        row-gap: 20px;
    }

    .blog-detail-sec .col-left,
    .blog-detail-sec .col-right {
        width: 100%;
    }

    .other-information .tour-information {
        margin-top: 20px;
    }

    .other-information .popular-package-row {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
    }

    .all-tour-travel .tour-travel {
        display: block;
    }
}

@media (max-width: 1080px) {
    .banner-section .row {
        row-gap: 20px;
    }

    .banner-section .row .col-7 {
        width: 100%;
    }

    .banner-section .row .col-5 {
        width: 40%;
    }
}

@media (max-width: 992px) {
    .blog-sec .blog-box .content-box h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

@media (max-width: 850px) {
    .banner-section .row .col-5 {
        width: 70%;
    }

    .common-banner-button {
        display: none;
    }

}

@media (max-width: 767px) {

    .other-information .popular-package-row {
        grid-template-columns: auto auto;
    }
}

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

    .banner-section .common-text {
        padding: 50px 20px;
    }

    .banner-section .row .col-5 {
        width: 100%;
    }

    .blog-detail-sec .tab-section img {
        height: 300px;
    }

    .related-posts h3 {
        font-size: 16px;
    }

    .accordion-common .at-title .tittle-name {
        font-size: 16px;
        width: 95%;
    }

    .blog-detail-sec .author-detail .author {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .blog-detail-sec .tab-section img {
        height: auto;
    }

    .other-information .popular-package-row {
        grid-template-columns: auto;
    }

    .other-information .popular-box img {
        height: 200px;
    }

    .leave-reply .form-wrapper .form-group {
        width: 100%;
    }
}