@import url(/Content/css/variable.css);

/* //search engine// */
.homebanner {
  
    position: absolute;
    top: 85%;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 600px) {

    .home-banner-main .image-slider {
        height: 360px !important;
    }

    .homebanner {
        top: 86%;
    }

    .travels-holiday-icons {
        display: none;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        background-color: rgb(255, 255, 255);
        outline: none;
        height: 62px;
        margin-left: 0 !important;
        padding: 0px 10px;
        width: 100%;
        cursor: pointer;
        border: 3px solid var(--primary-color);
        border-radius: 7px;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        margin-left: 0px !important;
        border-radius: 10px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col {
        margin-bottom: 12px;
    }
}
.search-pan-differ {
    width: 70%;
}
.search-pan-differon {
    width: 30%;
}
.home-banner-main{
    background : #000;
}
.home-banner-main .image-slider {
opacity: 0.8;
}
.banner-text-position {
    position: absolute;
    top: 55%;
    z-index: 9;
    justify-content: center;
    align-items: center;
    left: 50%;
    /* right: 50%; */
    transform: translate(-50%, -50%);
}
.homebanner-section {
    position: relative;
    margin-top: 65px;
}
  
    .home-banner-main .image-slider {
        height: 90vh;
        object-fit: fill;
    }

.guest-reviews-section .progress-bar {
    background-color: #cd2c22 !important;
}

.banner-caption h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}

.offer-sec-heading h3 {
  font-weight: 400;
  color: #3e3e3e;
  font-size: 21px;

}

.rounded-section {
  background-color: #cd2c22 !important;
}

.banner-caption p {
    font-size: 18px;
    color: #fff;
    max-width: 850px;
    font-weight: 300;
    margin: auto;
    margin-bottom: 20px;
}

.banner-caption {
  padding-top: 30px;
}
.packagestop-images{
    width : 100%;
    height : 215px;
    object-fit : cover;
    border-radius : 10px;
}
/* //search panel start// */
.csideform .search-panel {
    max-width: 700px;
    margin: auto;
    cursor: pointer;
    background: #fff;
    border-radius: 40px;
}


.csideform .search-panel .sch-panel-div {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0px 8px;
}

.sch-panel-div .srch-panel-col ul.searchlist-category {
  width: 100%;
  height: 200px;
  overflow-y: scroll;

}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar {
  width: 5px;
}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sch-panel-div .srch-panel-col ul.searchlist-category::-webkit-scrollbar-thumb {
  background: #888;
}

.search-box .searchlist-category .drop-list {
  border-bottom: 1px solid rgba(204, 204, 204);
  color: #3e3e3e;
  font-weight: 550;
  font-size: 14px;
  padding: 10px 20px
}

.search-box .searchlist-category .drop-list:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.csideform .search-panel .sch-panel-div .srch-panel-col {
  /*width: 33% !important;*/
  margin: 0 2px;
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        background-color: transparent;
        outline: none;
        height: 62px;
        padding: 0 10px;
        width: 96%;
        cursor: pointer;
        border: none;
        border-radius: 7px;
        margin-left: 32px !important;
        margin: auto;
    }
  
    .travels-cat-icon {
        position: absolute;
        top: 17px;
        font-size: 18px;
        margin-left: -18px;
        color: var(--primary-color);
    }
.travels-holiday-icons {
    position: absolute;
    top: 17px;
    left: 10px;
    font-size: 18px;
    color: var(--primary-color);
}

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        width: 100%;
        height: 62px;
        background-color: var(--primary-color);
        outline: none;
        border: none;
        margin-left: 10px;
        text-align: center !important;
        text-align: left;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 0 10px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn:hover {
  background-color: var(--secondary-color);
}

.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
  font-size: 17px;
  color: #000;
}

/* //searchh panel end// */


/*testimonia-css*/

/*testimonial-End*/

/* //packacge service start// */
.service-section .header h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: capitalize;
}

.header h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: capitalize;
}

.card-spcl-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-special-about {
  background: #fff;
  padding: 20px 10px;
}

.crd-header h5 {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 28px;
}


.card-address strong {
    color: #060606;
    font-size: 16px;
    font-weight: 600;
}

.desti-crd h4 {
  color: #000;
  font-size: 13px;
}
.package-cards-btn {
    width: 100%;
    margin: 0 2px;
}
    .package-cards-btn a {
        width: 100%;
        border-radius: 6px;
   
    }
.pacakage-tourism-card {
    background: #fff;
    border: none;
}
.card-activity .list-activity {
    margin: 0;
    padding: 0;
    display: inline-block;
   
    margin-left: 0;
    font-size: 80%;
    margin-bottom: 6px;
}
    .card-activity .list-activity li {
        float: left;
        list-style: none;
        line-height: 1;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        position: relative;
        padding: 0 12px !important;
        margin: 1.5px 0;
        margin-bottom: 14px;
        margin-right: 4px;
    }
        .card-activity .list-activity li::after {
            content: "";
            position: absolute;
            background-color: var(--secondary-color);
            width: 2px;
            height: 17px;
            left: 0;
            top: 50%;
            margin-top: -8px;
        }
        .card-activity .list-activity li:nth-child(1)::after {
           display : none !important;
        }
        .card-activity .list-activity li:nth-child(1) {
            padding-right: 12px !important;
            margin-right: 4px !important;
            padding-left: 0 !important;
        }
.imageiclusion-iconsdiv {
    height: 24px ;
    border-radius: 0 ;
    width:auto !important;
  
}

.discrout-price-label {
    font-size: 13px;
    color: #5d6f7d;
    font-weight: 400;
}

.ondemandpack-color {
    color: var(--brand-color) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
    .crd-btn a {
    padding: 8px 4px;
    background: var(--primary-color);
    font-size: 14px;
    color: #fff;
}
@media(max-width:768px){
    .crd-btn a{
        font-size:12px;
    }
}
.card-special-image {
  overflow: hidden;
}

.card-spcl-img {
  transition: 0.1s;
}

.card-spcl-img:hover {
  transform: scale(1.1);
}

.card-special-about .price {
  font-weight: 600;
}

.card-address .rt-stars {
  position: relative;
  vertical-align: top;
  color: #fbc40f;
  display: inline-block;
  margin-right: 5px;

}
.destination-head .city {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 400 !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* //packacge service end// */
/* //holiday service start// */
.tp-dest {
    padding: 50px 0px;
    background: #f2f2f2;
    margin: 30px 0px;
}

.dest-strt {
  position: relative;
}

.dest-con {
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.dest-con h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  
}

.dest-con span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;

}
 .dest-img {
    background: #000;
    border-radius : 15px;
}

.dest-img img {
    border-radius: 15px;
    width: 100%;
    height: 190px;
    object-fit: cover;
    opacity : 0.7;
}

.des-imgtwo {
  margin-top: 12px;
}

.dest-img-cen img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 15px;
  opacity : 0.7;
}

/* //holiday service end// */

/* //hotel start.. */
.card-image-wrap {
  position: relative;
}

.time-card {
  position: absolute;
  background-color: #ffffff;
  top: 15px;
  padding: 6px;
  border-radius: 18px;
  left: 15px;
  color: #000000;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
}

.time-card img {
  height: 20px;
  width: 20px !important;
  min-height: inherit;
  -o-object-fit: inherit;
  object-fit: inherit;
}

.blog-body {
  padding: 0px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0px;
  -webkit-box-shadow: 0px 7px 16px 0px rgba(9, 28, 58, 0.07);
  box-shadow: none;
  position: relative;
}

.blog-body a {
  margin-top: 10px;
  font-weight: 600;
  line-height: 19px;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-popular-hotels {
  position: relative;
  margin-bottom: 30px;
}

.hotel-img {
  object-fit: cover;
  height: 200px;
}

.card-hotel-box {
  display: flex;
  justify-content: center;
  /* position: absolute;
  bottom: -34%; */
  width: 100%;
}
#package-slider-panel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    /*display: block !important;*/
    position: absolute;
    display: none;
    top: -82px;
    right: 6px;
    opacity: 1 !important;
}
/*#package-slider-panel .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot, button.owl-next {
    padding: 0 !important;
    font: inherit;
    background: var(--primary-color) !important;
    width: 40px !important;
    color: #fff !important;
    height: 40px !important;
    border-radius: 100% !important;
    opacity : 1 !important;
}*/
.banner-offer-images .slider-images {
    width: 100%;
    border-radius: 8px;
    height: 150px;
    /*aspect-ratio: 2/2;
    object-fit: cover;*/
}
.aminities-list {
    display: flex;
    gap: 20px;
    /*margin-left: -28px;*/
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    padding-left:0px;
}
    .aminities-list li {
        list-style: none;
        flex: initial;
    }
.package-pricediv {
    color: var(--brand-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
.perpersondivpack {
    color: #000;
    font-size: 13px;
    margin: 3px 12px;
    font-weight: 600;
}

.aminities-list li {
  list-style: none;
}

.aminities-list li span .icon {
  padding-right: 19px;
  font-size: 19px;
  color: var(--primary-color);
}


.card-hoteldata {
  background: #fff;
  padding: 18px 12px 12px 12px;
  box-shadow: 0 -2px 19px 0 rgba(0, 0, 0, .16);
  width: 100%;
  /* margin: auto; */
  border-radius: 5px;
}

.card-hotel-box .card-hoteldata .card-details-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-details-wrap .card-about .crd-header h5 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.card-details-wrap .card-about .card-address strong {
  color: var(--primary-color);
  font-size: 12px;
}

.card-details-wrap .card-about .price-contant p {
  font-size: 14px;
  color: #4caf50;
  font-weight: 600;
}

.card-details-wrap .card-about .price-contant p span {
  color: var(--secondary-color);
  margin-left: 4px;
}

.card-details-wrap .crd-btn a {
  padding: 5px 16px;
  background: var(--primary-color);
  font-size: 11px;
  color: #fff;
}

/* //hote; end// */

/* //flights service start// */
/* //flights service// */
.card-flight-about {
  padding: 8px 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.flight-segment .card-flight-about>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-segment .card-flight-about>div h4 {
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.flight-segment .card-flight-about .flcard-flight h4 {
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
}

.flight-segment .card-flight-about .flcard-flight h4 small {
  font-weight: 400;
  line-height: 1;
  font-size: 12x;
  color: #999;
}

/* //flight servie end// */

/* /themes service start// */
.pack-section .pack-sec-start {
  position: relative;
}

.holidayslider .owl-nav {
  display: none;
}

.pack-section .pack-sec-start .pack-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.1s;
  border-radius : 10px;
}

.pack-section .pack-sec-start .pack-img img:hover {
  transform: scale(1.1);
}

.pack-section .pack-sec-start .pack-img {
    overflow: hidden;
    background-color: #000;
    border-radius: 10px;
}

.pack-section .pack-sec-start .pack-contant {
    position: absolute;
    bottom: 0px;
    /* left: 10px; */
    background: #0000009c;
    padding: -1px 12px 14px 18px;
    /* margin: -4px -1px -7px -10px; */
    border-radius: 0px 0px 10px 12px;
    width: 100%;
    height: 40px;
    /* margin-top: 22px; */
    text-align: center;
}

.pack-section .pack-sec-start .pack-contant h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.pack-section .pack-sec-start .pack-contant span {
  color: #fff;
  font-size: 16px;
  
}


/* /themes service end// */

@media only screen and (max-width: 600px) {
    .srch-panel {
        padding: 10px;
    }

    .expert-sec .exper-sec-description {
        margin-top: 0;
    }

    .offer-list-box .offer-content {
        margin-left: 0 !important;
    }

        .offer-list-box .offer-content h3 {
            font-size: 14px !important;
        }

        .offer-list-box .offer-content p {
            font-size: 12px !important;
        }

    .srch-panel .srch-btn {
        margin-top: 10px;
    }

    .start-img-dest .dest-img {
        margin-top: 10px;
    }

    .htlpackage .owl-theme .owl-nav {
        display: none !important;
    }

    .csideform .search-panel .sch-panel-div {
        flex-wrap: wrap;
        padding: 20px 0;
    }

        .csideform .search-panel .sch-panel-div .srch-panel-col {
            width: 100%;
            position: relative;
        }


            .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
                background-color: rgb(255, 255, 255);
                outline: none;
                height: 62px;
                margin-left: 32px;
                padding: 0px 10px;
                width: 100%;
                cursor: pointer;
                border: 1px solid rgb(218, 223, 230);
                border-radius: 7px;
            }

            .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
                margin-top: 5px;
            }

    .homebanner {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        text-align: center;
    }

    .offer-list-box {
        flex-wrap: wrap;
    }

    .offer-list-div {
        height: 100% !important;
    }

    .offer-list-box .offer-content {
        margin-left: 0px;
        margin-top: 15px;
    }

    .offer-list-box .offer-content {
        width: 100%;
        height: 100%;
    }

    .best-offers-sec .offer-landingcard {
        padding: 11px !important;
    }

    .best-offers-sec .offer-section-tabs .nav-link {
        font-size: 10px !important;
    }
}

/* //searchlist// */
.searchlist .search-dropdown {
  padding: 0;
}

.searchlist .search-dropdown li {
  padding: 12px 16px;
  list-style: none;
}

.searchlist .search-dropdown li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.searchlist .search-dropdown li:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.search-inptbox {
  position: relative;
}

.search-inptbox .searchlist {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 10px -4px;
  z-index: 99;
  width: 100%;
}

/* //best offer section start// */
.best-offers-sec .offer-section-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: none;
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 0;
}

.best-offers-sec .offer-section-tabs .nav-link {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

.best-offers-sec .offer-landingcard .offer-section-tabs .nav-link img {
  width: 30px;
}

.best-offers-sec .offer-landingcard {
  border-radius: 10px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 25px 40px 40px;
}

.offer-list-div {
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 14px;
  cursor: pointer;
  margin: 4px;
  height: 195px;
}



.offer-list-box {
  display: flex;
}

.offer-list-box .offer-content {
  margin-left: 20px;
}

.offer-list-box .offer-content h4 {
  color: #4a4a4a;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.offer-list-box .offer-content h3 {
  font-size: 17px;
  color: #000;
  font-weight: 800;
}

.offer-list-box .offer-content p {
  color: #5d6f7d;
  font-size: 13px;
  text-align: justify;
  font-weight: 400;
}

.slider-foot .slider-foot-left span {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 600;
}

.slider-foot .slider-foot-right .btn {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-foot .slider-foot-right .btn:hover {
  color: var(--secondary-color);
}

/* //best offer section end// */

/* //guide banner start// */
.guide-banner-sec {
  /* background: #f2f2f2; */
  width: 100%;
  padding: 40px;
}

.guide-banner-box {
  max-width: 1000px;
  margin: auto;
}

.guide-pack-content .main-head h4 {
  font-size: 1.25rem;
  /*margin-bottom: 2rem;*/
  /* color: #3e3e3e; */
  color: #fff;
  
  font-weight: bold;
}

.guide-pack-content .contant h5 {
  font-size: 14px;
  color: var(--primary-color);
  
  font-weight: 600;
}

.guide-pack-content .contant h1 {
  font-size: 40px;
  /* color: #3e3e3e; */
  
  color: #fff;
  font-weight: 900;
}

.guide-pack-content .contant p {
    font-size: 18px;
    color: #fff;
    /* color: #000; */
    font-weight: 400;
    margin-top: 16px;
    margin-bottom : 0px;
}

.guide-pack-content .contant span {
    color: #ffd800;
}

.guide-banner-box .guide-data .guideimg img {
  width: 60px;
  border-radius: 100%;
}

.guide-banner-box .guide-data .main-head h3 {
  font-size: 18px;
  /* color: #3e3e3e; */
  color: #fff;
  
  font-weight: 700;
}

.guide-banner-box .guide-data .main-head p {
  font-size: 15px;
  /* color: #3e3e3e; */
  color: #fff;
  
}

.guide-icon span i {
  font-size: 50px;
  /* color: var(--primary-color); */
  color: #fff;
}

/* //guide banner end// */

/* //expert section start// */
.expert-sec .exper-sec-description {
    padding: 30px 96px;
    border: 1px solid #f2f2f2;
    /* max-width: 1150px; */
    width: 100%;
    /* margin: auto; */
    background-attachment: fixed;
    background-image: linear-gradient( #5a5656, transparent), url('/Content/images/pacakge/home/windmills-1850214_1280.jpg');
    margin-top: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.expert-sec .exper-sec-description .expert-con h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 400
}

.expert-sec .exper-sec-description .expert-con p {
  font-size: 14px;
  color: #b2b2b2
}

    .expert-sec .exper-sec-description .expert-btn button {
        padding: 11px 24px;
        background-color: #fff;
        border: none;
        color: #ef9f48;
        /* width: 100%; */
        margin-top: 23px;
        font-weight: 400;
        font-size: 14px;
        border-radius: 9px;
    }

/* //expert section end// */

/* //carausel css start// */
.offerslider .owl-nav {
  display: none;
}

.themeslider .owl-nav {
  display: none;
}

/* //carausel css end// */

/* //booking preview page css start// */
.booking-preview-page {
  background-color: #f1f5f8;
}

.booking-page-card {
  border: none !important;
  padding: 20px 10px;
}

.booking-page-card .card-header {
  background-color: #fff;
}

.booking-page-card .card-header .text {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  
}

.booking-page-card .card-header .tittle {
  font-size: 15px;
  font-weight: 400;
  color: #3e3e3e;
}

.booking-page-card .card-header .card-activity .list-activity li {
  font-size: 12px !important;
  font-weight: 400;
}

.booking-page-card .card-header .card-activity .list-activity {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 0;
  font-size: 80%;
  margin-bottom: 0 !important;
}

.booking-form .frmlabel {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.booking-form .frminput {
  height: 56px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #dadfe6;
  background-clip: initial;
  margin-bottom: 25px;
}

.booking-form .frmselect {
  height: 56px;
  font-size: 12px;
  box-shadow: none;
  border: 1px solid #dadfe6;
  background-clip: initial;
  margin-bottom: 25px;
}

.booking-form .frminput::placeholder {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.booking-form .frmselect::placeholder {
  color: #000;
}

.booking-form .frminput:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}

.booking-form .frmselect:focus {
  box-shadow: none;
  border: 2px solid var(--primary-color);
}

.booking-form .frmbtn {
  padding: 10px 20px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  color: #ffff;
  
}

.booking-form .frmbtn:hover {
  background-color: var(--secondary-color);
  color: #ffff;

}

.imp-box-known {
  border: 1px solid #ddd;
  padding: 20px;
}

.imp-box-known .text {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  
}

.imp-box-known .content {
  font-size: 14px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.imp-box-known .policy-note ul li {
  list-style: none;
}

.imp-box-known .policy-note ul li .text-span {
  font-size: 13px;
}

.reservation-card-details {
  border: none !important;
  padding: 20px 10px;
}

.reservation-card-details .text {
  color: #000;
  font-weight: 400;
  font-size: 17px;
  
}

.reservation-card-details .dates-block {
  border: 1px dashed #dee2e6;
}

.reservation-card-details .dates-card {
  background-color: #f7f9fc;
}

.reservation-card-details .dates-card .check {
  font-size: 10px;
  font-weight: 400;
  color: #000;
}

.reservation-card-details .dates-card .date {
  font-size: 12px;
  color: #000;
}

.reservation-card-details .dates-card .time {
  font-size: 11px;
  font-weight: 400;
  color: #000;
}

.reservation-card-details .days-text {
  color: #455873;
  font-size: 11px;
  font-weight: 600;
}

.reservation-card-details .room-detail {
  font-size: 13px;
  color: #5d6f7d;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.reservation-card-details .room-detail a {
  text-decoration: none;
}

.reservation-card-details .nights-card .icons {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #04765f;
  background-color: #b2e7dc;
  font-size: 12px;
}

.reservation-card-details .nights-card .night {
  font-size: 12px;
  font-weight: 400;
  
}

.reservation-card-details .total-price-list ul li .text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  
}

.reservation-card-details .request-btn {
  padding: 10px 20px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  color: #ffff;
  
}

.reservation-card-details .request-btn:hover {
  background-color: var(--secondary-color);
  color: #fff;
}



@media only screen and (max-width: 600px) {
    .csideform .search-panel {
        max-width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 57px !important;
        padding: 5px;
    }

        .csideform .search-panel .sch-panel-div {
            display: flex !important;
            align-items: center !important;
            flex-wrap: nowrap;
            padding: 0px;
        }

    .srch-panel-col.search-pan-differ {
        width: 90% !important;
    }

    .srch-panel-col.search-pan-differon {
        width: 15% !important;
        border-radius: 50% !important;
    }

    .search-box button {
        border-radius: 50% !important;
        height: 49px !important;
        margin: 0px !important;
    }

    #newsearch {
        border-radius: 50% !important;
        width: 45px;
        height: 45px;
        float: right;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        border: none !important;
        border-right: 1px solid #ddd !important;
        border-radius: 0px !important;
        padding: 0px !important;
        height: 36px !important;
    }

        .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput::placeholder {
            font-size: 15px;
        }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
        padding: 0px 10px !important;
    }
}

/* //booking preview page css end// */

/*//latest media query start//*/

/*/Tab view  start/*/
@media only screen and (max-width: 768px) {

    .home-banner-main .image-slider {
        height: 320px;
    }

    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .search-btn {
        padding: 10px;
        font-size: 16px;
        cursor: pointer;
    }
    /* .banner-text-position {
        top: 55%;
    }*/

    .travels-holiday-icons {
        top: 18px;
    }

    .banner-caption h1 {
        font-size: 30px;
    }

    .csideform .search-panel {
        max-width: 100%;
        margin: auto;
        cursor: pointer;
        border-radius: 57px !important;
        padding: 5px;
    }

        .csideform .search-panel .sch-panel-div {
            display: flex !important;
            align-items: center !important;
            flex-wrap: nowrap;
            padding: 0px;
        }

    .srch-panel-col.search-pan-differ {
        width: 90% !important;
    }

    .srch-panel-col.search-pan-differon {
        width: 15% !important;
        border-radius: 50% !important;
    }

    .search-box button {
        height: 100% !important;
        margin: 0px !important;
    }

    #newsearch {
        border-radius: 50% !important;
    }
    /*/Tab view  end/*/
    /*/Mobile view tab start/*/

}
    @media only screen and (max-width: 992px) {
        .home-banner-main .image-slider {
            height: 321px;
        }
    }
    @media only screen and (max-width: 768px) {
        .dest-con h4 {
            color: #fff;
            font-size: 19px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .card-activity .list-activity {
            margin: 0;
            padding: 0;
            display: none;
            margin-left: 0;
            font-size: 80%;
            margin-bottom: 6px;
        }

        .dest-con span {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
        }

        .destination-head .city {
            font-size: 18px;
        }

        .card-address strong {
            font-size: 14px;
            font-weight: 400;
        }

        .card-activity .list-activity li {
            font-size: 13px;
        }

        .ondemandpack-color {
            font-size: 16px !important;
        }

        .banner-offer-images .slider-images {
            width: 100%;
            border-radius: 18px;
            height: 105px;
            object-fit: cover;
        }

        .pack-section .pack-sec-start .pack-contant h4 {
            font-size: 15px;
        }
    }
    @media only screen and (min-width : 768px) {
        .banner-caption h1 {
            color: #fff;
            font-size: 38px;
            font-weight: 400;
        }
    }
    @media only screen and (min-width : 992px) {
        .banner-caption h1 {
            color: #fff;
            font-size: 38px !important;
            font-weight: 400;
        }
    }
    @media(max-width:768px){
    section.homebanner-section {
        margin-top: 4rem;
    }
    .banner-text-position{
        width:100%;
    }
    .banner-caption p {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
    }
 }

.swj-care-section {
    margin-bottom: 60px;
}

.swj-main-title {
    font-size: 36px;
    font-weight: 700;
}

.swj-item {
    /*                background: #f6f6f6;*/
    padding: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    /*                box-shadow: 0 10px 30px rgba(0,0,0,0.06);*/
}

.swj-item-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.swj-check {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.swj-item:hover {
    border-color: var(--brand-color);
    box-shadow: 0 6px 12px rgb(224 158 50 / 38%);
    transform: translateY(-2px);
}

.swj-item-desc {
    color: #4b5563;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2px;
}

/* Fixed image size */
.swj-img-fixed {
    width: 100%;
    max-width: 380px;
    height: 230px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 14px;
}

.flex-lg-row-reverse .swj-img-fixed {
    margin-left: 0;
    margin-right: auto;
}

.swj-img-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*why choose us css strt here*/
.sadhakwhyry {
    /*        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', sans-serif;*/
    background: #ffffff;
    color: #1a1a1a;
    line-height: 1.6;
    padding: 50px 0px 20px;
}

    .sadhakwhyry .swj-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 24px;
    }

    .sadhakwhyry .swj-hero {
        text-align: center;
        margin-bottom: 50px;
    }

    .sadhakwhyry .swj-hero-title {
        font-size: 2rem;
        font-weight: 700;
        color: #2F2F2F;
        margin-bottom: 24px;
        letter-spacing: -0.02em;
    }

    .sadhakwhyry .swj-hero-subtitle {
        font-size: 1.2rem;
        color: #2E2E2E;
        max-width: 900px;
        margin: 0 auto 32px;
        line-height: 1.8;
        font-weight: 400;
    }

    .sadhakwhyry .swj-intro-box {
        background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
        padding: 40px 48px;
        border-radius: 16px;
        max-width: 1000px;
        margin: 0 auto;
        box-shadow: 0 20px 60px rgba(255, 107, 53, 0.15);
    }

    .sadhakwhyry .swj-intro-text {
        font-size: 1.2rem;
        color: #ffffff;
        line-height: 1.8;
        font-weight: 400;
    }

    .sadhakwhyry .swj-category-section {
        margin-bottom: 60px;
    }

    .sadhakwhyry .swj-category-header {
        text-align: center;
        margin-bottom: 56px;
    }

    .sadhakwhyry .swj-category-title {
        font-size: 1.8rem;
        font-weight: 700;
        color: #2F2F2F;
        margin-bottom: 12px;
        letter-spacing: -0.01em;
    }

    .sadhakwhyry .swj-category-subtitle {
        font-size: 1.125rem;
        color: #6b7280;
    }

    .sadhakwhyry .swj-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: start;
    }

    .sadhakwhyry .swj-points-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .sadhakwhyry .swj-point-item {
        background: #ffffff;
        padding: 7px 25px;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .sadhakwhyry .swj-point-item:hover {
            border-color: var(--brand-color);
            box-shadow: 0 6px 12px rgb(224 158 50 / 38%);
            transform: translateY(-2px);
        }

    .sadhakwhyry .swj-point-title {
        font-size: 1.25rem;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .sadhakwhyry .swj-point-icon {
        width: 24px;
        height: 24px;
        background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 14px;
        font-weight: 700;
        flex-shrink: 0;
    }

    .sadhakwhyry .swj-point-desc {
        color: #4b5563;
        font-size: 1.2rem;
        line-height: 1.7;
        margin-bottom: 2px;
    }

    .sadhakwhyry .swj-images-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .sadhakwhyry .swj-image-card {
        aspect-ratio: 1;
        background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        transition: all 0.3s ease;
        border: 1px solid #e5e7eb;
        position: relative;
        overflow: hidden;
    }

        .sadhakwhyry .swj-image-card:hover {
            transform: scale(1.02);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        }

    .sadhakwhyry .swj-image-icon {
        font-size: 3rem;
        filter: grayscale(0.3);
    }

    .sadhakwhyry .swj-image-label {
        font-size: 0.875rem;
        font-weight: 600;
        color: #4b5563;
        text-align: center;
        padding: 0 16px;
    }

    .sadhakwhyry .swj-category-section:nth-child(odd) .swj-content-wrapper {
        grid-template-columns: 1fr 1fr;
    }
    @media(max-width:798px){
        .sadhakwhyry .swj-category-section:nth-child(odd) .swj-content-wrapper {
            grid-template-columns: 1fr !important;  
        }
    }
    .sadhakwhyry .swj-category-section:nth-child(even) .swj-content-wrapper {
        grid-template-columns: 1fr 1fr;
        direction: rtl;
    }

    .sadhakwhyry .swj-category-section:nth-child(even) .swj-points-list,
    .sadhakwhyry .swj-category-section:nth-child(even) .swj-images-grid {
        direction: ltr;
    }
    /*
        .sadhakwhyry .swj-images-grid.swj-grid-3 {
            grid-template-columns: repeat(3, 1fr);
        } */

    .sadhakwhyry .swj-images-grid.swj-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sadhakwhyry .swj-closing {
        text-align: center;
        margin-top: 60px;
        padding: 20px 30px 25px 30px;
        background: var(--primary-color);
        border-radius: 20px;
        color: white;
    }

    .sadhakwhyry .swj-closing-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        letter-spacing: -0.01em;
    }

    .sadhakwhyry .swj-closing-text {
        font-size: 1.25rem;
        color: #d1d5db;
        margin-bottom: 12px;
        line-height: 1.8;
    }

    .sadhakwhyry .swj-closing-highlight {
        font-size: 1.5rem;
        font-weight: 600;
        color: yellow;
        margin-top: 0;
    }

@media (max-width: 1024px) {
    .sadhakwhyry .swj-content-wrapper,
    .sadhakwhyry .swj-category-section:nth-child(even) .swj-content-wrapper {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 40px;
    }

    .sadhakwhyry .swj-images-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@@media (max-width: 768px) {

    .swj-care-section {
        margin-bottom: 30px;
    }

    .sadhakwhyry {
        padding: 48px 0;
    }

        .sadhakwhyry .swj-category-header {
            text-align: center;
            margin-bottom: 27px !important;
        }

    .swj-main-title {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .sadhakwhyry .swj-category-section:nth-child(odd) .swj-content-wrapper {
        grid-template-columns: 1fr;
    }

    .sadhakwhyry .swj-hero-title {
        font-size: 2.25rem;
    }

    .sadhakwhyry .swj-hero-subtitle {
        font-size: 1.2rem;
        margin: 0;
    }

    .sadhakwhyry .swj-intro-box {
        padding: 32px 24px;
    }

    .sadhakwhyry .swj-category-title {
        font-size: 1.6rem;
    }

    .sadhakwhyry .swj-images-grid {
        grid-template-columns: repeat(2, 1fr);
    }

        .sadhakwhyry .swj-images-grid.swj-grid-3 {
            grid-template-columns: repeat(2, 1fr);
        }

    .sadhakwhyry .swj-closing {
        padding: 17px 11px;
        margin-top: 32px !important;
    }

    .sadhakwhyry .swj-closing-title {
        font-size: 1.75rem;
    }
}
/*our journery section css start here*/
.ourjournycustomry {
    padding: 50px 0;
    background: #faf9f6;
}

.ourjourney-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}

.ourjourney-content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.ourjourney-content .subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 25px;
}

.journey-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .journey-list li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 10px 0;
        font-size: 1.2rem;
        color: #333;
    }

        .journey-list li i {
            font-size: 28px;
            color: var(--brand-color); /* spiritual gold */
            min-width: 22px;
            margin-top: 3px;
        }

.ourjourney-image {
    height: 700px;
}

    .ourjourney-image img {
        width: 100%;
        border-radius: 16px;
        object-fit: fill;
        height: 100%;
    }

/* Responsive */
@media (max-width: 991px) {
    .ourjourney-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ourjourney-image {
        height: 500px;
    }

    .journey-list li {
        /*            justify-content: center;*/
        text-align: left;
    }
}
/*ABOUTUS CSS SECTION START HERE*/
.about-spiritual-section {
    position: relative;
    background-image: url('../../Content/images/HomeImages/aboutusimg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
    color: #fff;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.mainaboutbox {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 80px;
    gap: 40px;
    align-items: center;
}

.textbox h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.textbox p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 14px;
    color: #fff;
}

.read-more-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #9E1B1E, #C9A24D);
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

    .read-more-btn:hover {
        background: #ffd966;
    }

/* Social Media Vertical Bar */
.socialmeidabox {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;
}

    .social-icon:hover {
        background: var(--brand-color);
        color: #000;
        transform: translateY(-4px);
    }

/* Responsive */
@media (max-width: 768px) {
    .mainaboutbox {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .socialmeidabox {
        flex-direction: row;
        justify-content: center;
    }

    .textbox h2 {
        font-size: 28px;
    }
}
/*wellness and our philospy section css*/
.senior-wellness-section {
    padding: 30px 0;
    background: #fdfaf5;
}

/* Section Head */
.section-head h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 10px;
}

.section-head p {
    font-size: 1rem;
    color: #666;
    max-width: 700px;
    margin: auto;
}

.section-tag {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9c7a2f;
    font-weight: 600;
}

/* Cards */
.wellness-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 60px;
}

.wellness-card {
    background: #fff;
    border-radius: 22px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

    .wellness-card img {
        width: 100%;
        height: 200px;
        object-fit: fill;
        border-radius: 18px;
        margin-bottom: 18px;
    }

    .wellness-card h4 {
        font-size: 20px;
        font-weight: 600;
        color: #3b3b3b;
        margin-bottom: 10px;
    }

    .wellness-card p {
        font-size: 1.1rem;
        line-height: 1.1;
        color: #555;
    }

/* Philosophy */
.philosophy-senior-box {
    margin: 40px auto 0;
    padding: 25px;
    background: #fff;
    text-align: center;
}

    .philosophy-senior-box h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .philosophy-senior-box p {
        font-size: 1.2rem;
        line-height: 1;
        color: #333;
        margin-bottom: 15px;
    }

.highlight-text {
    font-size: 18px;
    font-weight: 600;
    color: #7a5a1a;
}

/* Responsive */
@media (max-width: 768px) {
    .wellness-card-grid {
        grid-template-columns: 1fr;
    }

    .section-head h2 {
        font-size: 28px;
    }

    .ourjourney-content h2 {
        font-size: 1.6rem;
    }
}
/**cta for SECTION CSS --**/
.ctaforsadhak {
    position: relative;
    padding: 90px 0;
    background: linear-gradient( 135deg, #f7b733, /* saffron */
    #fbe2b8, /* soft beige */
    #fffaf0 /* warm white */
    );
    overflow: hidden;
}

    /* Soft circular waves */
    .ctaforsadhak .cta-bg-waves::before,
    .ctaforsadhak .cta-bg-waves::after {
        content: "";
        position: absolute;
        right: -220px;
        top: 50%;
        border-radius: 50%;
        transform: translateY(-50%);
        background: radial-gradient(circle, rgb(254 250 245), rgba(255, 255, 255, 0.08));
    }

    .ctaforsadhak .cta-bg-waves::before {
        width: 520px;
        height: 520px;
    }

    .ctaforsadhak .cta-bg-waves::after {
        width: 820px;
        height: 820px;
        opacity: 0.45;
    }

    /* Content */
    .ctaforsadhak .cta-content {
        position: relative;
        color: #3f2f14;
    }

    .ctaforsadhak h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 14px;
        line-height: 1.25;
        color: #2F2F2F;
    }

    .ctaforsadhak p {
        font-size: 17px;
        line-height: 1.8;
        max-width: 560px;
        color: #2E2E2E;
    }

    /* Buttons */
    .ctaforsadhak .cta-btn-group {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    /* Pills */
    .ctaforsadhak .cta-pill {
        padding: 14px 34px;
        border-radius: 40px;
        font-size: 15.5px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

        /* Primary (Black) */
        .ctaforsadhak .cta-pill.primary {
            background: linear-gradient(135deg, #B31217, #D4A037);
            color: #fff;
        }

            .ctaforsadhak .cta-pill.primary:hover {
                background: linear-gradient(135deg, #9E1B1E, #C9A24D);
                transform: translateY(-2px);
            }

        /* Secondary (Soft Outline) */
        .ctaforsadhak .cta-pill.secondary {
            background: transparent;
            color: #B31217;
            border: 2px solid #D4A037;
            border-radius: 40px;
            padding: 12px 26px;
            font-size: 15px;
        }

            .ctaforsadhak .cta-pill.secondary:hover {
                background: #F9F4EC;
            }

/* Responsive */
@media (max-width: 768px) {
    .ctaforsadhak {
        padding: 70px 0;
    }

        .ctaforsadhak .cta-content {
            flex-direction: column;
            text-align: center;
            gap: 25px;
        }

        .ctaforsadhak h2 {
            font-size: 30px;
        }

        .ctaforsadhak p {
            font-size: 16px;
        }
}
.dhusa-faq-001-box {
    max-width: 900px;
    margin: 0 auto;
}

.dhusa-faq-001-item {
    background: #fff;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    overflow: hidden;
    border-left: 5px solid var(--brand-color);
}

.dhusa-faq-001-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 22px;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dhusa-faq-001-answer {
    max-height: 0;
    overflow: hidden;
    background: #f7faff;
    padding: 0 22px;
    transition: all 0.3s ease;
}

    .dhusa-faq-001-answer p {
        padding: 12px 0 18px 0;
        margin: 0;
        color: #444;
    }

.dhusa-faq-001-item.active .dhusa-faq-001-answer {
    max-height: 200px;
}

.dhusa-faq-001-icon {
    font-size: 22px;
    font-weight: 700;
}

.dhusa-faq-001-item.active .dhusa-faq-001-icon {
    transform: rotate(45deg);
}

