.banner-section {
    width: 100%;
    background-image: url(https://www.arabiers.in/app/images/banner/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-section .bg-layer {
    border-radius: 10px;
}

.bg-layer::after {
    border-radius: 10px;
}

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

.destinations-tour-banner {
    width: 100%;
    background-image: url(https://www.arabiers.in/app/images/banner/destinations-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.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 {
    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.fa-phone-volume {
    color: rgb(11 132 238) !important;
}

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

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

.destination-sec .row2 {
    margin-top: 20px;
    padding-bottom: 20px;
}


.common-text-heading {
    margin-bottom: 20px;
}

.common-text-heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* golden-trangle-sec css */
.golden-trngle-wrapper .trangle-box {
    display: inline-block;
    margin: 0 20px;
}

.golden-trngle-wrapper img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.golden-trngle-wrapper .content-box {
    padding: 20px 15px;
    background-color: #f5f5f5;
    border-radius: 0 0 10px 10px;
}

.golden-trngle-wrapper .content-box p {
    margin: 5px 0 10px;
    font-size: 15px;
}

/* common-btn-sec css */
.common-btn-sec .plan-your-trip-box {
    position: relative;

}

.common-btn-sec .yellow-btn {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.common-btn-sec .yellow-btn::after,
.common-btn-sec .yellow-btn::before {
    content: "";
    width: 42%;
    height: 0.5px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common-btn-sec .yellow-btn::before {
    left: 0;
}

/* top-places-sec css */
.top-places-sec .tourist-places {
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.top-places-sec .tab-list {
    margin-bottom: 40px;
}

.top-places-sec .tab-list li {
    padding: 10px 12px;
    border-radius: 30px;
    background-color: #D5CC2E;
    color: #000;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.top-places-sec .tab-list li:hover,
.top-places-sec .tab-list li.active {
    background-color: #24B4BD;
    color: #fff;
}

.top-places-sec .tab-list li {
    margin-bottom: 10px;
}

.top-places-sec .tab-list li:not(:nth-last-of-type(1)) {
    margin-right: 30px;
}

.delhi-top-places .tab-list li i {
    margin-left: 5px;
}

.top-places-sec .tab-content {
    display: none;
}

.top-places-sec .tab-content.active {
    display: block;
}

.top-places-sec .tab-content p {
    text-align: justify;
    margin-top: 14px;
}

.top-places-sec .tab-content img {
    margin: 0 auto;
    border-radius: 10px;
}

.delhi-top-places .tourist-places {
    max-width: 100%;
}

.delhi-top-places .tab-list li:not(:nth-last-of-type(1)) {
    margin-right: 20px;
}

.jaipur-top-places .tourist-places {
    max-width: 100%;
}

.jaipur-top-places .tab-list li:not(:nth-last-of-type(1)) {
    margin-right: 8px;
}

/* guest-satisfaction css */
.guest-satisfaction {
    background-color: #f5f5f5;
}

.feedback-matter .inner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-matter .inner-col {
    width: 58%;

}

.feedback-matter .inner-col:nth-of-type(1) {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-matter .inner-col .img-box1 {
    width: 48%;
}

.feedback-matter .inner-col .img-box1 img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.feedback-matter .inner-col:nth-last-of-type(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 20px;
}

.feedback-matter .inner-col .text-top h3 {
    margin-bottom: 10px;
}

.feedback-matter .inner-col .name-box h6 {
    color: #858585;
    font-weight: 600;
    font-size: 15px;
}

.feedback-matter .inner-col .text-bottom {
    display: flex;
    justify-content: space-between;
}

.feedback-matter .inner-col .text-bottom .cricle-img span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.feedback-matter .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
}

.feedback-matter .slick-dots .slick-active button {
    background-color: #000;
}

.feedback-matter .slick-dots li:not(:nth-last-of-type(1)) {
    margin-right: 10px;
}

.feedback-matter .slick-dots li button {
    font-size: 0;
    background-color: #bdbbbb;
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 50%;
}

.guest-satisfaction .trusted {
    width: 40%;
}

.guest-satisfaction .tab-link {
    padding: 10px 40px;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    background-color: #D9D9D9;
    letter-spacing: 1px;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.guest-satisfaction .tab-link.active {
    color: #27BDBE;
    background-color: #fff;
}

.guest-satisfaction .tab-link:nth-of-type(1) {
    border-radius: 10px 0 0 0;
}

.guest-satisfaction .tab-link:nth-of-type(3) {
    border-radius: 0 10px 0 0;
}

.guest-satisfaction .content-wrapper {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 16px;
}

.guest-satisfaction .tab-content {
    display: none;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    transform: translateY(15px);
}

.guest-satisfaction .tab-content.active {
    display: block
}

.user-pic {
    display: flex;
    align-items: center;
}

.user-pic img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.user-pic h6 {
    font-size: 15px;
    font-weight: 600;
}

.user-pic span {
    font-size: 12px;
    color: #b1b1b1;
    letter-spacing: 0.5px;
}
/* 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;
}
