@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
  --color-primary: #EA5D0E;
  --color-bg-black: #000000;
  --color-bg-white: #ffffff;
  
  --color-text-white: #ffffff;
  --color-text-black: #000000;
}

/* start  */
.card_section_newPart_nbp {
    text-align: center;
    margin-bottom: 3%;
    font-size: 38px;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    padding: 0;
    margin-top: 0;
}

.wrapper_card_section_n {
    width: 100%;
    margin-bottom: 25px;
    float: left;
}

.wrapper_card_section_nwp {
    width: 50%;
    float: left;
}

.wrapper_card_section_nwp img {
    width: 50%;
    float: right;
    margin-right: 25px;
    border-radius: 6px;
}

h3.wrapper_card_section_nwp_h4 {
    font-size: 25px;
    font-family: "DM Serif Display", serif;
    margin: 0;
    padding-bottom: 10px;
}

.wrapper_card_section_nwp button {
    float: left !important;
}

.wrapper_card_section_nwp button a {
    color: #F1E9A1 !important;}

    /* end  */

.card_imges_content h4 {
    font-size: 15px;
    padding-left: 38%;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 8px;
    padding-right: 0;
    line-height: 21px;
}

section.card_section_newPart button a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

  section.card_section_newPart {
    width: 100%;
    padding: 45px 0;
    float: left;
    background: #f3f3f3;
}

section.card_section_newPart ul {
    float: left; 
    width: 100%;
}

section.card_section_newPart li {
    border: 1px solid #cfc8c8;
    border-radius: 6px;
    padding: 10px;
    display: inline-block;
    width: 48%;
    margin: 1%;
    float: left;
    background: #fff;
}

.card_imges_content {
    width: 100%;
    float: left;
}

.card_imges_content p {
    padding: 0 15px;
    text-align: left;
    color: #747474;
    text-transform: capitalize;
    font-size: 12px;
    float: left;
    width: 65%;
    line-height: 23px;
    font-weight: 400;
    height: 100px;
    max-height: 100%;
    overflow-y: auto;
}

.card_imges_content img {
    width: 35%;
    height: 160px;
    float: left;
}

section.card_section_newPart button {
    float: right;
    padding: 6px 10px;
    text-transform: capitalize;
    border-radius: 6px;
    background: #006039;
    border: none;
    color: #fff;
}

  .owl-prev {
    display: none;
}

.owl-next {
    display: none;
}
  .testimonial {
  padding: 30px 0;
}
.sec-heading {
  margin-bottom: 60px;
  /*font-family: 'Allura', cursive;*/
  font-weight: 900;
}
.single-box {
  /*border: 3px solid #e6f0fa;*/
  padding: 10px 10px;
  border-radius: 20px;
  background: #fff;
  min-height:330px;
}
.img-area {
  margin: 45px 0 20px;
}
.single-box img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto
}
.single-box h4 {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  /*font-family: 'Allura', cursive;*/
  /*font-size: 35px;*/
}
.single-box {
  overflow: hidden
}
.single-box .img-area {
  width: 30%;
  float: left;
  margin: 0
}
h3.testimonial_client{
    font-weight: 600;
    margin-left:50%;
}
.single-box .content {
  width: 70%;
  float: left;
  padding-left: 10px
}
.single-box p {
  /*margin: 10px 0 25px;*/
  font-size: 13px;
  min-height: 250px;
}
.testi-carousel-three .single-box {
  border: 0;
  padding: 0 50px;
}
.testi-carousel .owl-dots, .clients-carousel .owl-dots, .testi-carousel-three .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  text-align: center;
  width: 100%;
}
.testi-carousel .owl-dot, .clients-carousel .owl-dot, .testi-carousel-three .owl-dot {
  width: 16px;
  height: 16px;
  background-color: #ddd;
  display: inline-block;
  margin: 0 6px;
  text-align: center;
  border-radius: 50%;
}
.testi-carousel .owl-dot.active, .clients-carousel .owl-dot.active, .testi-carousel-three .owl-dot.active {
  background-color: blueviolet;
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .testimonial {
    padding: 70px 0 130px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .testimonial {
    padding: 70px 0 130px;
  }
  .single-box {
    padding: 50px 0 40px;
  }
  .single-box .img-area {
    width: 100%;
    float: none;
  }
  .single-box .content {
    width: 100%;
    float: none;
  }
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: block !important;
}
.package_grid_main {
    background: #fff;
    padding: 30px 0;
}
.packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    justify-items: center;
}

.package-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    border: 1px solid #E7E7E7;
    transition: all 0.3s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.package-image {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.package-image img {
    width: 100%;
    height: 100%;
}
.package-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
}

.package-content {
    padding: 10px;
}

.package-title {
    font-size: 16px;
    color: #2c3e50;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.3;
}

.package-country {
    color: #666666;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap:6px;
}

.pack_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-top: 1px solid #E7E7E7;
    padding-top: 10px;
}

.package-duration {
    display: inline-block;
    color: #666666;
    font-weight: 600;
    font-size: 14px;
}

.view-details-btn {
    display: inline-block;
    background-color: transparent;
    color: #EA5D0E;
    border: 1px solid #EA5D0E;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Responsive design */
@media (max-width: 768px) {
    .sm_flex_wrap {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .sm_flex_wrap .section-title {
        margin-bottom: 0px;
    }
    .packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile_height, #hotel_search .totlall {
        height: 60px !important;
    }
}

@media (max-width: 576px) {
    .navbar-collapse.navbdclose {
        width: 277% !important;
        background: rgb(255, 255, 255);
        top: 50px !important;
    }
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .package-card {
        max-width: 100%;
    }
}

/* Animation for cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.package-card {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.package-card:nth-child(1) {
    animation-delay: 0.1s;
}

.package-card:nth-child(2) {
    animation-delay: 0.2s;
}

.package-card:nth-child(3) {
    animation-delay: 0.3s;
}

.package-card:nth-child(4) {
    animation-delay: 0.4s;
}



.normalinput{
    border-right:1px solid #ccc!important;
}
.scnd_hdr { display: none; }
.second_sec2::before { background-position: 57% 0%; top: -226px; background-size: 100%;}
.fromtopmargin .container {background: transparent;padding: 0 15px;}
.relfst {
    position: relative;
    background: transparent;
    z-index: 999;
}
.ui-state-focus a, .ui-state-focus a:hover{
    background: #f15a22 !important;
    color:#fff;
}
.navbar-inverse{border-color: #fff;}
.pad65{padding:65px;}
input#flight-form-submit:after{
    content: "";
    bottom: 0;
    color: #333;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    left: 3px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 11px;
    width: 35px;
    font-weight: 300;
    background: url(http://provab.net/Al-Sayed/extras/system/template_list/template_v1/images/from_aroow.jpg) no-repeat;
}
.search_panel_bg{
    margin-bottom: 190px;
    background-color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.footername.provab-logo a img {
    float: right;
    color: #fff;
    font-size: 25px;
    margin-right: 12px;
    margin-top: 15px;
}

@media screen and (min-width:992px) and (max-width:1200px){
    .search_panel_bg {
        margin: 99px 0px 58px !important;
    }
    .include_bg {
        min-height: 620px;
        max-height: 620px;
    }
    .package_grid_main {
        padding: 60px 0;
    }
}
@media screen and (min-width:1200px){
    .cruise_search_info_section {
        flex-direction: row !important;
    }
    .search_section_right {
        border-left: 1px solid #C7C7C7;
        padding-left: 20px;
    }
    .index_page .container {
        width: 1300px;
    }
    .tophedsectn .collapse {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .pad65 .container{
        height: 600px !important;
        align-items: center !important;
        display: flex !important;
    }
    .search_panel_bg{
        margin:75px 0px !important;
    }
}
/* new start  */
section.whywe_arebest {
    padding-top: 10px;
}

section.whywe_arebest h3 {
    font-size: 30px;
    font-weight: 600;
}

.whywe_arebest h4 {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    padding-left: 25px;
}

.whywe_arebest h4:before {
    content: '';
    background: #006039;
    height: 10px;
    position: absolute;
    float: left;
    border-radius: 50%;
    width: 10px;
    top: 7px;
    left: 4px;
}

.panel-group .panel+.panel {
    border: none;
    margin: 0;
}

.panel-body.zero_byd_pad {
    padding: 0 0 0 40px;
    border: none !important;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    color: black;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    text-decoration:none;
}
.testmonial_ndq_wrap {
    background: #006039;
    border-radius: 25px;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.testmonial_ndq_wrap_star {
    padding: 15px 15px 0 15px;
}

.testmonial_ndq_wrap_star ul {
    display: flex;
    justify-content: center;
}

.testmonial_ndq_wrap_star i {
    color: yellow;
    font-size: 23px;
}

.testmonial_ndq_wrap_star li {
    margin: 0 3px;
}

.testmonial_ndq_wrap_data {
    float: left;
    width: 100%;
    color: #fff;
    padding: 15px;
}

.testmonial_ndq_wrap_data p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    white-space: normal;
}

.testmonial_ndq_wrap_data span {
    text-align: center;
    width: 100%;
    float: left;
    padding: 5px 0;
}

section.testmonial_ndq {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 20px 0 3%;
}

section.testimonial {
    float: left;
    width: 100%;
    background: red;
}

section.testmonial_ndq h3 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 38px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}

.whywe_arebest {
    padding-bottom: 0;
}
.testminols_ndw_htls {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 20px 0 3%;
}
.testminols_ndw_htls h3 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 38px;
    font-weight: 400;
    font-family: "DM Serif Display", serif;
}
.team_members_our_wrap_new {
    border-radius:15px;
    background: red;
    float: left;
    width: 100%;
    position: relative;
}

.team_members_our_wrap_new img {width: 100%;height: 250px;object-fit: cover;border-radius:15px;}

.team_members_our_wrap_new_content {
    background: #006039;
    color: #fff;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding-left: 15px;
}
.nav-btn {
    background-color: #fff; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    padding: 10px; 
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.prev-btn {left: 10px;}
.next-btn {right: 10px;}
.team_members_our_wrap_new_content h4 {color: #f3eaa2;}
.owl-item {padding: 0px 10px;} 
/* new end  */


/* Trending Section */
.trending-section {
    padding: 80px 0;
    background: #EEF6FF;
    position: relative;
}

/* Swiper Container */
.trending-swiper {
    padding: 20px 0 60px;
    position: relative;
}

.trending-swiper .swiper-wrapper {
    height: auto;
    padding-bottom: 4%;
}

.trending-swiper .swiper-slide {
    height: auto;
}

.trending-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.trending-card:hover {
    transform: translateY(-5px);
}

.trending-image {
    width: 100%;
    height: 336px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    flex-shrink: 0;
    overflow: hidden;
}

.trending-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending-content {
    padding: 20px;
    flex: 1;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: space-between;
}

.trending-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
    color: #000;
}

.trending-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0px;
}

/* Swiper Navigation Buttons */
.trending-swiper .swiper-button-next,
.trending-swiper .swiper-button-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    color: #FF6B35;
    transition: all 0.3s;
}

.trending-swiper .swiper-button-next:after,
.trending-swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.trending-swiper .swiper-button-next:hover,
.trending-swiper .swiper-button-prev:hover {
    background: #FF6B35;
    color: #fff;
    transform: scale(1.1);
}

.trending-swiper .swiper-button-next {
    right: 10px;
}

.trending-swiper .swiper-button-prev {
    left: 10px;
}

/* Swiper Pagination */
.trending-swiper .swiper-pagination {
    bottom: 0;
}

.trending-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s;
}

.trending-swiper .swiper-pagination-bullet-active {
    background: #FF6B35;
    width: 30px;
    border-radius: 6px;
}


/* Articles Section */
.articles-section {
    padding: 80px 0;
    background: #fff;
}

/* Articles content now uses Bootstrap row/col classes */
.articles-left {
    position: relative;
}

.article-graphic {
    width: 100%;    
    border-radius: 20px;
    overflow: hidden;
}

.article-graphic img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.articles-right {
    position: relative;
    height: 600px;
}

/* Articles Vertical Swiper */
.articles-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 50px;
}

.articles-swiper .swiper-wrapper {
    height: auto;
}

.articles-swiper .swiper-slide {
    height: auto;
    min-height: 0;
    display: flex;
    box-sizing: border-box;
}

.article-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #DEDEDE;
}

.article-image {
    min-width: 150px;
    height: 100%;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.article-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.article-text h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    color: #000;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-text p {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.read-more {
    color: #FF6B35;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
    display: inline-block;
    white-space: nowrap;
}

/* Articles Swiper Navigation Buttons (Vertical) */
.articles-swiper .articles-next,
.articles-swiper .articles-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    color: #FF6B35;
    transition: all 0.3s;
    position: absolute;
    right: 20px;
    left: auto;
    z-index: 10;
    margin-top: 0;
}

.articles-swiper .articles-next:after,
.articles-swiper .articles-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.articles-swiper .articles-next:hover,
.articles-swiper .articles-prev:hover {
    background: #FF6B35;
    color: #fff;
    transform: scale(1.1);
}

.articles-swiper .articles-next {
    bottom: 50px;
    top: auto;
}

.articles-swiper .articles-prev {
    top: 10px;
    bottom: auto;
}

/* Articles Swiper Pagination */
.articles-swiper .articles-pagination {
    right: 20px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.articles-swiper .articles-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s;
    margin: 0;
}

.articles-swiper .articles-pagination .swiper-pagination-bullet-active {
    background: #FF6B35;
    width: 12px;
    height: 30px;
    border-radius: 6px;
}

.read-more:hover {
    text-decoration: underline;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: #EEF6FF;
}

/* Testimonials Swiper */
.testimonials-swiper {
    padding: 20px 0 36px;
    position: relative;
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    /*height: 100%;*/
    transition: transform 0.3s;
}

.testimonials-swiper .swiper-wrapper {
    height: auto !important;
    padding-bottom: 4%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.testimonial-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Testimonials Swiper Navigation Buttons */
.testimonials-swiper .testimonials-next,
.testimonials-swiper .testimonials-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    color: #FF6B35;
    transition: all 0.3s;
}

.testimonials-swiper .testimonials-next:after,
.testimonials-swiper .testimonials-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.testimonials-swiper .testimonials-next:hover,
.testimonials-swiper .testimonials-prev:hover {
    background: #FF6B35;
    color: #fff;
    transform: scale(1.1);
}

.testimonials-swiper .testimonials-next {
    right: 10px;
}

.testimonials-swiper .testimonials-prev {
    left: 10px;
}

/* Testimonials Swiper Pagination */
.testimonials-swiper .testimonials-pagination {
    bottom: 0;
}

.testimonials-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    background: #FF6B35;
    width: 30px;
    border-radius: 6px;
}
.swiper-wrapper {
    height: auto;
}


/* Newsletter Section */
.newsletter-main-sec {
    background: #fff;
    margin-top: 60px;
}
.newsletter-section {
    padding: 80px 0;
    background: url('/dev/assets/system/template_list/template_v1/images/newsletter-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.newsletter-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.newsletter-container h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.newsletter-container p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.newsletter-form {
    display: flex;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
}

.subscribe-btn {
    background: #FF6B35;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.subscribe-btn:hover {
    background: #e55a2b;
}


/* FAQ Section */
.faq-section {
    padding: 40px 0 30px;
    background: #fff;
}

.faq-section .accordion {
    max-width: 900px;
    margin: 40px auto 0;
}

.faq-section .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s;
}

.faq-section .accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #FF6B35;
}

.faq-section .accordion-button {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    position: relative;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
}

/*.faq-section .accordion-button:not(.collapsed) {*/
/*    background: #fff;*/
/*    color: #FF6B35;*/
/*    box-shadow: none;*/
/*}*/

.faq-section .accordion-button:not(.collapsed)::after {
    content: "";
    display: inline-block;
    float: right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF6B35'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.faq-section .accordion-button::after {
    content: "";
    display: inline-block;
    float: right;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 1.50rem;
    height: 1.50rem;
    transition: transform 0.3s;
}

.faq-section .accordion-button:focus {
    border-color: #FF6B35;
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
}

.faq-section .accordion-body {
    padding: 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    background: #f8f9fa;
}
.faq-section .accordion-header {
    margin: 0;
}

.faq-section .accordion-body ul,
.faq-section .accordion-body ol {
    margin: 15px 0;
    padding-left: 25px;
}

.faq-section .accordion-body li {
    margin-bottom: 10px;
}

.faq-section .accordion-body strong {
    color: #000;
    font-weight: 600;
}


footer {
    background: #01173C !important;
}

.outfooter {
    padding: 0 !important;
}

.navbar {
    min-height: auto;
}

/* CSS-only dropdown styles */
.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.nav-link .icon {
    margin-right: 8px;
}

.nav-link .icon img {
    width: 16px;
    height: 16px;
}

/* Dropdown styles */
.nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 220px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-radius: 4px;
    padding: 8px 0;
    z-index: 1000;
    list-style: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

.dropdown-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 8px 0;
    border: none;
}

/* Add dropdown arrow */
.nav-item.dropdown .nav-link::after {
    content: "▾";
    margin-left: 4px;
    font-size: 0.9em;
}

body {
    padding-top: 65px;
}

.include_bg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.form-item{
    position: relative;
    margin-bottom: 15px;
    padding: 0 4px;
}
.form-item input{
    display: block;
    width: 100%;
    height: 60px;
    background: transparent;
    border: solid 1px #C7C7C7;
    transition: all .3s ease;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #000;
}
.form-item input:focus{
    border-color: #EA5D0E !important;
}
.way-trip li a {
    color: #000000 !important;
}

.flight-search-container .form-item .dropdown:after {
    border: none;
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.form-item label{
    position: absolute;
    cursor: text;
    z-index: 2;
    left: 10px;
    top: -10px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    padding: 0 6px;
    color: #6C7380;
    transition: all .3s ease
}
.form-item input:focus + label,
.form-item input:valid + label{
    font-size: 14px;
    top: -10px;
}
.form-item input:focus + label{
    color: #EA5D0E;
}
.form-item select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: white;
    color: #333;
    height: 60px;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer;
}

.form-item select:focus {
    outline: none; 
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-item select + label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: white;
    padding: 0 8px;
    font-size: 13px;
    color: #6C7380;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.form-item select:focus + label,
.form-item select:valid + label {
    opacity: 1;
    transform: translateY(0);
}
div#passenger_cabin_options label {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}
div#passenger_cabin_options input {
    height: auto;
    width: auto;
    margin: 0;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}
.search_panel {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
    position: relative;
}
.search-panel {
    margin-bottom: 25px;
}

button.search-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px);
    background: var(--color-primary);
    border: 0;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    width: auto !important;
}
.search_panel_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 620px;
}

.hero_heading {
    width: fit-content;
    margin-bottom: 50px;
}

.hero_heading h2 {
    font-size: 48px;
    font-weight: 800;
    color: var(--color-text-black);
    font-family: "Open Sans", sans-serif;
}
.hero_heading p {
    font-size: 26px;
    color: var(--color-text-black);
    font-family: "Open Sans", sans-serif;
    width: 80%;
    line-height: 1.4;
    font-weight: 600;
}
.tabs .custom_tab {
    border: 1px solid #C7C7C7;
    border-radius: 30px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tabs .custom_tab a {
    padding: 8px 24px;
    color: #000;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #C7C7C7;
}
.tabs .custom_tab.active {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-text-white);
}
.tabs .custom_tab.active a{ 
    color: var(--color-text-white);
}
.tabs .custom_tab.active img{
     filter: invert(1);
}
.colinsides .navbar-header.myheder {
    min-width: 300px;
}
.section-title {
    font-family: "Open Sans", sans-serif;
    color: var(--color-text-black);
    font-weight: bold;
    margin-bottom: 40px;
}

/*app section design css here*/
.app_design_section {
    background: var(--color-text-white);
}
.app_section_wrapper {
    background: var(--color-primary);
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 0;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    bottom: -30px;
    z-index: 99;
}

.map_icon {
    position: absolute;
    top: 0;
    right: 0;
}

.app_content_wrapper .section_subtitle {
    color: var(--color-text-white);
    font-size: 16px;
    font-weight: 400;
}
.app_content_wrapper .section_title {
    margin: 0;
    color: var(--color-text-white);
    font-size: 32px;
    font-weight: bold;
}
.app_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 198px;
    padding-bottom: 40px;
}
.app_logo_sec {
    display: flex;
    gap: 10px;
}
.footer_section {
    padding: 80px 0px 20px;
}
.cust-suport h4 {
    font-weight: bold;
    text-decoration: none;
}
.foot_addres {
    display: flex;
    gap: 12px;
}
.footer_icon {
    padding-left: 6px;
    flex: 0 0 8%;
}

.mylogo {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.flight_top_sec {
    margin-bottom: 30px;
}
.way-trip #flight_menu .tt.tab.active {
    background: #eb5d0f;
    color: var(--color-text-white) !important;
}
.hotel-panel button.search-btn {
    transform: translate(-50%, 40px);
}



.form-item {
    position: relative;
}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-text-white);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 4px;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
}

.autocomplete-list.active {
    display: block;
}

.autocomplete-header {
    padding: 12px 16px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
}

.autocomplete-items {
    padding: 4px 0;
}

.autocomplete-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.2s;
    gap: 12px;
}

.autocomplete-item[style*="display: none"] {
    display: none !important;
}

.autocomplete-item:hover {
    background: #f8f9fa;
}

.autocomplete-item.selected {
    background: #f0f7ff;
    border-left-color: #007bff;
}

.location-icon {
    font-size: 18px;
    flex-shrink: 0;
    color: #666;
}

.item-content {
    flex: 1;
    min-width: 0;
}

.item-primary {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.item-secondary {
    font-size: 12px;
    color: #999;
}

/* Custom scrollbar for autocomplete */
.autocomplete-list::-webkit-scrollbar {
    width: 6px;
}

.autocomplete-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.autocomplete-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.autocomplete-list::-webkit-scrollbar-thumb:hover {
    background: #999;
}
a.open_sign_in:focus {
    color: var(--color-text-white);
}

.cruise_search_info_section {
    display: flex;
    flex-direction: column;
}
.search_section_left, .search_section_right {
    flex: 1;
}

.cruise_email_info, .cruise_phone_info {
    margin-bottom: 12px;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.btn_booking_inquiry {
    background: #24D366;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.btn_booking_inquiry .fa-whatsapp {
    font-size: 20px;
}
a:focus, a:hover {
    text-decoration: none;
}




@media(max-width:767px) {
    .totlall.totlall_bg_htl label {
        top: -8px;
        height: auto;
    }
    .navbar-toggle{margin-right: 0 !important;}
    body {padding-top: 0;}
    .articles-right {margin-top: 10px;}
    .trending-section {padding: 40px 0;}
    .footlogo a {justify-content: flex-start;}
    .footlogo {padding: 0;}
    ul.customer-supp li a, .cust-suport h4{text-align: left;}
    .cust-suport h4 {font-size: 16px !important;}
    .testimonials-swiper .testimonials-pagination {display: none;}
    .testimonials-section, .articles-section {padding: 40px 0;}
    .app_content_wrapper .section_title {font-size: 22px;}
    .app_content_wrapper {
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .testimonials-section h2 {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 24px;
    }
    .articles-swiper .articles-pagination .swiper-pagination-bullet-active {
        height: auto;
    }
    .articles-right, .articles-swiper {
        max-height: 220px;
    }
    .articles-swiper .articles-pagination {
        justify-content: center;
        flex-direction: row;
        gap: 8px;
    }
    .trending-swiper .swiper-pagination {
        bottom: 0 !important;
    }
    button.search-btn{
        padding: 12px 20px !important;
    }
    .foot_addres img {
        width: 100%;
        margin: 0;
    }
    .col-md-12.col-sm-4.nopad.foot_addres {
        margin-bottom: 0px !important;
    }
    .newsletter-form {
        flex-direction: column;
    }
    .tophedsectn .navbar-nav > li > a {
        padding: 12px 15px;
        font-size: 14px;
    }
    .tophedsectn img {
        width: 18px;
    }
    .navbar-collapse {
        background: var(--color-text-white);
        border-top: 1px solid #ddd;
    }
    .navbar-toggle .icon-bar {
        background: #eb5d0f !important;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #ffffff;
    }
    .navbar-toggle {
        border: 1px solid #eb5d0f !important;
        border-color: #eb5d0f !important;
    }
    .hero_heading h2 {
        font-size: 32px;
    }
    .hero_heading p {
        font-size: 20px;
    }
    .hero_heading {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .search-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .search-tabs::-webkit-scrollbar {
        display: none;
    }

    .search-tabs > li {
        float: none;
        flex: 0 0 auto;
    }

    .search-tabs > li > a {
        padding: 10px 12px;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 80px;
    }

    .search-tabs img {
        width: 22px;
        height: 22px;
        margin-bottom: 4px;
    }

    .tab-label {
        font-size: 11px;
    }
}



@media (max-width: 479px) {
    .sidall {
        margin-top: 20px !important;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
















