.main-wrapper {
    border-top: 1px solid #cecece;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.breadcrumb li {
    font-size: 14px;
    color: #8b8b8b;
}

.breadcrumb a {
    color: #000;
    font-weight: 600;
}

h1 {
    font-size: 30px;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    background-color: #0B5ED7;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.slick-arrow::after {
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "font awesome 5 free";
    width: 40px;
    height: 40px;
    z-index: 11;
    display: grid;
    place-items: center;
    font-size: 20px;
    font-weight: 900;
}

.slick-next::after {
    content: "\f105";
}

.slick-next {
    right: 20px;
    left: auto;
}

.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slick-dots li {
    background-color: #ffffff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.slick-dots .slick-active {
    background-color: #0B5ED7;
    transform: scale(1.4);
}

.slick-dots li button {
    font-size: 0;
    background-color: transparent;
}

/* pages css */
.package-detail-sec {
    padding: 30px 0 60px;
}

.package-detail-sec .col-left {
    width: 68%;
}

.package-detail-sec .col-right {
    width: 30%;
}

.img-wrapper .img-box {
    position: relative;
}

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

.img-wrapper .img-text {
    color: #fff;
    position: absolute;
    font-size: clamp(18px, 3vw, 28px);
    font-weight: bold;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.package-overview {
    padding: 20px 16px;
    border-radius: 10px;
    margin: 20px 0;
}

.package-overview h3 {
    margin-bottom: 10px;
}

.package-overview p {
    font-size: 15px;
    color: #838484;
    letter-spacing: 0.5px;
    line-height: 1.7;
}

.package-overview p strong,
.package-overview p b,
.package-overview p a {
    color: #0B5ED7;
}

.detail-information {
    padding: 30px 0;
}

.btns-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.btns-wrapper a {
    background-color: #0B5ED7;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
}

.info-box {
    margin-bottom: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px 16px;
    border-radius: 8px;
}

.inner-box {
    padding: 20px 16px;
    margin-bottom: 40px;
}

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

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.heading h2 {
    color: #616161;
}

.expand-all {
    font-size: 18px;
    font-weight: 600;
    color: #0B5ED7;
    border: 2px solid #FF9933;
    padding: 10px 20px;
    border-radius: 30px;
}

/* included-box css */
.included-box .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.included-list h3 {
    margin-bottom: 10px;
}

.included-list li {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.included-list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.included-list i {
    margin-right: 10px;
    color: #02c23b;
}

.not-included-list i {
    color: rgb(248, 8, 8);
}

.imp-note {
    background-color: #f5faf5;
    padding: 20px;
    border-radius: 8px;
}

.imp-note p strong {
    color: #0B5ED7;
}

.package-detail-sec .col-right .info-box {
    margin-bottom: 20px;
    position: relative;
}

.package-detail-sec .col-right .info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ca7723, #0f63b8, #19c50a);
}

.best-price {
    background: linear-gradient(135deg, #FF9933, #FF6B35);
    color: white;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
    margin: 0 auto;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.price-text {
    margin: 10px 0;
    text-align: center;
}

.price-text .price {
    font-size: 20px;
    font-weight: bolder;
    color: #0B5ED7;
    margin: 4px 0;
}

.price-text strong,
.price-text span {
    color: #8b8b8b;
    font-size: 14px;
    display: block;
}

.star-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.star-rating i {
    color: #FFD700;
    font-size: 13px;
}


.check-list {
    margin: 12px 0;
    padding-left: 10px;
}

.check-list li {
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 6px;
}

.check-list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.check-list i {
    color: #02c23b;
    margin-right: 6px;
}

.check-availbility p {
    font-size: 14px;
    color: #838484;
}

.check-availbility p a {
    color: #0B5ED7;
}

.availbility-btn {
    background-color: #e48e45;
    padding: 14px 20px;
    border-radius: 8px;
    border: 1px solid #ca7723;
    display: block;
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


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

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

}

.accordion-common .at-item {
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #F5F5F5;
}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
    padding: 12px 20px;
}

.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: 18px;
    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 p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.accordion-common .at-tab p a {
    color: #0B5ED7;
}

.plan-your-trip {
    background-color: #95bfc08c;
}

.iti {
    width: 100%;
}

.package-detail-sec .col-right .info-box h3 {
    text-align: center;
    margin-bottom: 20px;
}

.plan-your-trip p {
    font-size: 14px;
}

.plan-your-trip .form-group {
    margin-bottom: 16px;
}

.plan-your-trip textarea {
    min-height: 90px;
    resize: vertical;
}

.plan-your-trip .btn {
    width: 100%;
    border: none;
    justify-content: center;
}

.address-info .contact-item {
    margin-bottom: 10px;
}

.address-info .contact-label {
    color: #000 !important;
    margin-bottom: 6px !important;
}

.address-info .contact-text {
    color: #838484 !important;
}

.address-info .contact-item a,
.address-info i {
    color: #0B5ED7 !important;
}

.whatsapp-box .icon-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.whatsapp-box .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #02c23b;
    color: #fff;
    margin-left: auto;
    font-size: 30px;
    display: grid;
    place-items: center;
}

.whatsapp-box .text h4 {
    font-size: 15px;
    font-weight: 600;
}

.whatsapp-box .text span {
    font-size: 13px;
}

.whatsapp-box strong {
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 10px 0;
}

.whatsapp-box .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.whatsapp-box .btn:hover {
    background-color: #1aa544;
}

.whatsapp-box .btn i {
    font-size: 30px;
}

.package-card {
    /* width: 25%; */
    display: block;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: all .4s ease-in-out;
}

.package-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.package-img .img-text {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 8px 8px 8px 20px;
    border-radius: 30px 0 0 0;
    font-size: 14px;
}

.package-img img {
    border-radius: 10px 10px 0 0;
    transition: all .4s ease-in-out;
}

.package-img:hover img,
.package-card:hover .package-img img {
    transform: scale(1.4);
}

.package-card .text {
    padding: 10px;

}

.package-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}


.rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
}

.rating i {
    font-size: 12px;
    color: #fad502;
}

.package-card .package-destination {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    margin: 8px 0;
    font-size: 13px;
    color: #a0a0a0;
}

.package-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.package-price .price {
    color: #1a6fc4;
    font-size: 20px;
    font-weight: bold;
}

.package-price .price span {
    font-size: 14px;
    color: #b6b6b6;
    font-weight: 600;
}

.package-price .btn {
    padding: 7px 20px;
    font-size: 15px;
}

.releted-wrapper .slick-slide {
    margin: 0 12px;
}

.releted-wrapper .slick-list {
    margin: 0 -12px;
}

@media (max-width:1240px) {
    .package-img .img-text {
        bottom: auto;
        top: 0;
        border-radius: 0 0 0 30px;
    }
}

@media (max-width:1180px) {
    .whatsapp-box .btn {
        padding: 8px 10px;
    }
}

@media (max-width:1140px) {}

@media (max-width:1100px) {}

@media (max-width:1080px) {
    .package-detail-sec .col-left {
        width: 57%;
    }

    .package-detail-sec .col-right {
        width: 40%;
    }
}

@media (max-width:1024px) {

    .package-detail-sec .row {
        gap: 30px;
    }

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

    .package-detail-sec .col-right {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .package-detail-sec .col-right .info-box:nth-of-type(1),
    .package-detail-sec .col-right .info-box:nth-of-type(2) {
        width: 100%;
    }

    .package-detail-sec .col-right .info-box {
        width: 48%;
    }

    .package-detail-sec .col-right .info-box:nth-last-of-type(1) {
        width: 100%;
    }

    .package-detail-sec .col-right iframe {
        height: 360px;
    }

    .package-detail-sec .col-right .price-box {
        height: min-content;
    }
}


@media (max-width:850px) {
    .package-detail-sec .col-right .info-box {
        width: 47%;
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 24px;
    }

    .expand-all {
        font-size: 16px;
        padding: 8px 16px;
    }

    .included-box .content {
        grid-template-columns: repeat(1, 1fr);
    }

    .package-detail-sec .col-right .info-box {
        width: 100%;
    }
}

@media (max-width:580px) {
    .accordion-common .at-title .tittle-name {
        width: 90%;
    }
}

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

    h3 {
        font-size: 18px;
    }

    .inner-box {
        padding: 0;
    }

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

    .package-detail-sec .col-right iframe {
        height: 300px;
    }

    .btns-wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width:400px) {}