  :root {
    --back-desk: #36575f;
    --back-mob: #99c364;
    --black: #000;
    --white: #fff;
    --gray: #ccc;
    --gray2: #f1f1f1;
  }
  
.banner {
    position: relative;
}
  .banner .flt {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.banner p {
    color: var(--white);
    text-align: center;
    font-size: 16px;
        margin-bottom: 50px;
}
.banner h1 {
    color: var(--white);
    text-align: center;
}
.banner img {
    width: 100%;
}

.deals .del {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}
.deals h2 {
      font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.deals p {
     font-size: 16px;
    text-align: center;
     margin-bottom: 30px;
}
.ofer-cnt {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px var(--gray);
        padding-top: 15px;
        border-radius: 0 0 7px 7px;
}
.ofer-cnt-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 0 15px;
        margin-top: 15px;
}
.ofer-cnt-1 p {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-align: left;
    line-height: 25px;
        margin: 0;
}
.ofer-cnt-1 p:nth-child(2) {
    text-align: right;
}
.dt-tm {
    padding: 0 15px;
    margin: 5px 0 10px 0;
}
.bk {
    background: var(--back-desk);
    padding: 5px 15px;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 7px 7px;
    border-bottom: 5px solid #000;
}
.ofer-cnt-1 span {
    color: gray;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dt-tm p {
    color: var(--black);
    font-weight: 600;
    font-size: 15px;
    margin: 15px 0;
}
.deals {
    padding: 95px 0 80px;
}
.del {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 3px 10px #ccc;
}
.offer .ofr-cnt h3 {
    font-size: 18px;
    color: var(--white);
}

.offer .ofr-cnt {
position: absolute;
    bottom: 30px;
    padding: 15px 16px 0px 15px;
}
.offer .ofr-cnt p {
    font-size: 14px;
    color: var(--white);
}
.ofr-cnt span {
    position: absolute;
    background: var(--black);
    padding: 5px 15px;
    border-radius: 7px;
    color: var(--white);
    font-size: 14px;
    bottom: -40px;
}
section.offer {
    position: relative;
}

.trend-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
section.offer {
    padding-top: 80px;
}

.det-nm h5 {
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 18px;
}

.trend-item-2 {
    background: var(--white);
    box-shadow: 0 6px 7px #ccc;
    padding: 15px;
    border-radius: 7px;
}
.hm-destn {
    background: var(--back-desk);
    padding: 80px 0;
}
.trend-item-2 img {
    border-radius: 7px;
}
.hm-destn h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
        font-weight: bold;
        color: var(--white);
}
.hm-destn p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
color: var(--white);
}

.slick-prev, .slick-next {
    background: var(--white) !important;
}
.slick-prev:before, .slick-next:before {
    color: var(--background) !important;

}
.hm-cnt p {
    padding-bottom: 8px;
    font-size: 15px;
    text-align: justify;
}
.hm-cnt strong {
    color: var(--black);
}
.hm-cnt {
    padding: 70px 0;
}
.hm-cnt-7 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.ofer-cnt-1 img {
    width: 30px;
}
.hm-faq h1 {
    font-size: 25px;
    color: var(--background) !important;
}
.tp-newsletter-area {
    background: #ecf5fc;
        padding: 50px 0;
            margin-top: 80px;
}
.tp-newsletter-area h3 {
    font-size: 26px;
    color: var(--black)!important;
}

.tp-newsletter-area .row {
    display: flex;
    align-items: center;
}




.faq-container {
    margin: 50px auto 0;
    flex: 1;
}
.accordion-button {
    background-color: #ffffff;
    color: #333;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
    background-color: var(--background);
    color: white;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 34, 138, 0.25);
}
.accordion-body {
    background-color: #f8f9fa;
    border-left: 4px solid var(--background);
    animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.faq-icon {
    margin-right: 10px;
}
.tp-footer-area-relative {
    background: var(--black);
    color: white;
    padding: 10px;
    margin-top: auto;
}
.tp-footer-area-relative p {
    margin-bottom: 0px !important;
}
.tp-footer-area-relative a {
    color: #edbe00;
    text-decoration: none;
    font-weight: bold;
}
.tp-footer-area-relative a:hover {
    text-decoration: underline;
}
.accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.hm-cnt h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tp-about-point-ptb.pt-130.pb-110 {
    background: var(--black);
}
.hm-fares {
     background: var(--back-desk);
    padding: 80px 0 40px;
    margin-top: 80px;
}
.hm-fares h5 {
    color: var(--white);
    margin-bottom: 12px;
}
.hm-fares p {
    color: var(--white);
    text-align: justify;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
.hm-fares ul li {
    color: var(--white);
     font-size: 15px;
    letter-spacing: 1px;
}
.hm-route {
    background: var(--back-desk);
    padding-bottom: 40px;
    /*margin-bottom: 80px;*/
}   
.hm-route .ft-fre {
      display: flex;
    align-items: center;
    color: var(--white);
    justify-content: space-between;
    border: 1px dashed;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;    
}
.hm-route .ft-fre p {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
}
.hm-route .ft-fre p span {
    font-size: 14px;
    font-weight: normal;
}
.hm-route h5 {
    color: var(--white);
    margin-bottom: 20px;
}

.hm-specl-offer .trend-item-2 {
    background: transparent;
        box-shadow: 0 10px 10px #ccc;
    padding: 0;
}

.hm-specl-offer .trend-item .det-nm {
       display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: var(--white);
    width: 92.2%;
    padding: 0 30px 15px 30px;
    border-radius: 0 0 6px 6px;
margin: 0 auto;
}

.hm-specl-offer .trend-item.last {
    padding-right: 0px;
}

.hm-specl-offer .slick-slide {
       padding: 0;
    margin: 30px 0;
}
.hm-specl-offer .trend-item .det-nm h5 {
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
}
.hm-specl-offer .trend-item .det-nm span {
      color: var(--white);
    font-size: 15px;
    font-weight: 700;
    background: var(--black);
    padding: 2px 15px;
    border-radius: 10px;
    margin-top: 18px;
}
.list ul li:before {
    content: '\f0e7';
    font-family: fontawesome;
    transform: rotate(;
    position: absolute;
    left: 15px;
}
.hm-specl-offer .col-lg-4.mar-bottom-30.box-2 {
    margin-bottom: 30px;
}
.ofer-cnt-1 .cty {
    text-align: right;
}
.strar i {
    color: var(--back-desk);
}





