
/* on mobile (768px and above) */
@media (max-width: 767.98px) {
 .short-inclusions-box {
    justify-content: center;
}
}

/* on desktop (768px and above) */
@media (min-width: 768px) {
  .short-inclusions-box {
    justify-content: left;
}
}


@media (max-width: 575.98px) { 
    .dbtns .col-md-4
    {
        margin-bottom: 18px;
    }
    .cbp-boxes
    {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }
    .js .cd-h-timeline__navigation--next {
        right: 5px;
    }
    .js .cd-h-timeline__navigation--prev {
        left: 5px;
    }

    .home-search-box {
        padding: 24px 30px!important;
    }
    .mainSearch__submit
    {
        margin-top: 12px;
    }
    .sb-booking-form-box {
        width: auto!important;
    }
    .tour-single-banner .image-layer {
        height:200px!important;
    }

    .dp-nav-container
    {
        width:100%;
    }

    .dp-nav
    {
        justify-content: center;
    }

}

@media (max-width: 767.98px) { 

}

@media (max-width: 991.98px) { 

}

@media (max-width: 1199.98px) { 

}

@media (max-width: 1399.98px) { 

}



.form-element
{
    border: 1px solid #dfdfdf!important;
    width: 100%;
}
.form-element-label
{

}

.num-field {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.num-field input {
  width: 100%;
  height: 52px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  border-radius: 0px;
}

.num-field input:focus {
  outline: 0;
}

.num-field-nav {
  float: left;
  position: relative;
  height: 52px;
}

.num-field-button {
  position: relative;
  cursor: pointer;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  width: 21px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
  background: #FAFAFA;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.num-field-button:active {
  background: #EAEAEA;
}

.num-field-button.num-field-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0 4px 0 0;
  line-height: 1.6
}

.num-field-button.num-field-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  border-radius: 0 0 4px 0;
}
/* ---- Num Field ---- */

.lr-col
{
    display: flex;
    justify-content: space-between;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #FFF!important;
    opacity: 1;
}

.i-group>.form-control, .i-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.aright
{
    text-align: right;
}

.aleft
{
    text-align: left;
}

/*.preloader {
    display: none!important;
}*/

.pagination {
    list-style-type: none;
    padding: 10px 0;
    display: inline-flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.pagination li {
    box-sizing: border-box;
    padding-right: 10px;
}
.pagination li a {
    box-sizing: border-box;
    background-color: #e2e6e6;
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #616872;
    border-radius: 4px;
}
.pagination li a:hover {
    background-color: #d4dada;
}
.pagination .next a, .pagination .prev a {
    text-transform: uppercase;
    font-size: 12px;
}
.pagination .currentpage a {
    background-color: #d83b31;
    color: #fff!important;
}
.pagination .currentpage a:hover {
    background-color: #518acb;
}
.select2-container .select2-selection--single
{
	height:52px!important;
}
.ps2 .select2-container .select2-selection--single
{
    height:40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height:50px!important;
}
.ps2 .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height:65px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
	top:50%!important;
	margin-left: -12px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height:52px!important;
}
.ps2 .select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height:44px!important;
}
.select2-container
{
	width:100%!important;
}
.select2 .selection
{
	text-align:left!important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
}
.ps2 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}
.ps2 label {
top: 16px;
}

.mainSearch .button-grid {
    padding-left: 32px;
    display: grid;
    grid-template-columns: 1fr 140px 20px auto;
}
.input-group {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
a {
    color: #383838!important;
    text-decoration: none!important;
}
.hidden
{
	display:none;
}
.bold
{
	font-weight:bold;
}
.fullwidth
{
	width:100%;
}
.no-padding
{
	padding:0px!important;
}
.flat-border
{
	border-radius:0px!important;
}
.nl-border
{
	border-left:0px!important;
}
.font-white, .font-white:hover
{
	color:#FFF!important;
}
.tbl-border
{
	border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}
.form-control
{
	border: 1px solid #ced4da!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #D83B31;
    border-color: #D83B31;
}
.modal-inner-center-box
{
	max-width:800px;
	margin:0 auto;
}
.pyt_mi_left
{
    background:#F2F2F2;	
}
.pyt_mi_right
{
    padding: 0px 28px;	
}

.pyh-btn
{
	height: 38px;
    border-radius: 0px;
    margin-right: 12px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: white !important;
    background-color: #D83B31 !important;
    border-color: #D83B31 !important;
}

.sectionTitle__title
{
	font-size: 20px;
}
.tour-box
{
	padding: 4px 4px 4px 4px;
    border: 1px solid #ededed;
}
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.sectionTitle__title_two {
    font-size: var(--text-24);
    margin-top: 0px!important;
}
.inline-block
{
	display:inline-block;
}
.left
{
	float:left;
}
.tour-thumb-days
{
	display: block;
    position: relative;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
}

.tour-thumb-destinations
{
	display:block;
}

.tour-thumb-meta
{
	position: relative;

}

.tour-thumb-meta-bottom
{
	display: flex;
    justify-content: space-between;
    background: #e3e3e3;
}

.tour-thumb-small-caption
{
	color: #000;
    font-size: 12px;
}

.tour-thumb-price-box
{
	color: #4CAF50;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 2px 0px 2px 4px;
}

.tour-thumb-gq-btn
{
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
    background: #d83b31;
    color: #FFF;
}

.iifilter-box {
    display: inline-flex;
    width: 300px;
    flex-direction: row;
    align-items: center;
}

.iifilter
{
	width:24px;
	height:24px;
	margin-right: 8px;
}

.day-wise-tour-title
{
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 18px;
    justify-content: space-between;
}
.pyt_hww
{
	color: #f4364f!important;
	font-size: 25px;
	margin-top: 12px;
}

.pyt_hww_two
{
	color: #f4364f!important;
	font-size: 22px;
	margin: 20px 0px 18px 0px;
}

.center
{
	text-align:center;
}

.pyt-hww-box {
    display: flex;
    margin-top: 15px;
}

.pyt-hww-box img {
    width: 60px;
    /*height: fit-content;*/
    float: left;
}

.hww-l
{
	margin-left: 8px;
    display: flex;
    flex-direction: column;
}

.hww-l1
{
	
}

.hww-l2
{
	font-size: 14px;
}

.c-boxes
{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}
.c-box-inner
{
	display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
}

.cbi_l1
{
	font-weight:bold;
}

.cbi_l2
{
	font-size:14px;
}

.pyt_call_box
{
	margin-top:20px;
	margin-bottom: 20px;
}

.pyt_call_box p i
{
	color: #f4364f;
}

.pyt_call_box .pyt_contact_number
{
	font-weight: bold;
    font-size: 20px;
    color: #000;
}

.pyt_input_group_b
{
	
}

.input-group-text
{
	background: none;
	color: #f4364f;
}

.pyt_hww_three {
    color: #f4364f!important;
    font-size: 22px;
    margin: 0px 0px 10px 0px;
}

.bg-gr
{
	background: #F2F2F2;
    padding: 36px 0px;
}

.ppi-intro-box
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppi-hiw
{
	font-size: 22px;
}

.ppi-cnb
{
	color: #2b9125;
}

.ppi-ahp
{
	font-size: 26px;
}

.ppi-iss
{
	
}

.ppi-icon-box
{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.ppi-icon
{
	height: 100px;
}

.ppi-l1
{
	font-size: 17px;
}

.ppi-l2
{
	font-size: 14px;
}
.help-paln-trip-sec
{
	margin-top: 30px;
}
.hpts-title
{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.hpts-title h5
{
	font-size: 28px;
}
.hpts-title span
{
	
}

.gb-round-btn
{
	border: 1px solid #fe3837;
    padding: 10px 26px;
    border-radius: 20px;
}

.gb-round-btn:hover
{
	background:#fe3837;
	color:#FFF!important;
}
.pph-title
{
	text-align: center;
    font-size: 22px;
    color: #2b9125;
    margin-bottom: 22px;
}
.pph-box
{
    margin-top: 40px;	
}
.pph-icon-box
{
    display: flex;
    flex-direction: column;
    align-items: center;	
}

.pph-icon
{
	height: 66px;
}

.pph-l1
{
	font-weight: bold;
    margin-top: 4px;
}

.pph-l2
{
	
}

.rd-border
{
	border-right: 1px dashed #bdbcbd;
}

.sectionTitle__title_three
{
	color: #979797;
}
.p-tour-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4px;
    justify-content: space-between;
}
.p-tour-thumb-meta h5
{
	font-size: 15px;
}

.p-tour-thumb-meta-bottom
{
	display: flex;
    justify-content: space-between;
}
.p-tour-thumb-price-box
{
	margin-right:10px;
}
.p-tour-thumb-price-box
{
	margin-right: 10px;
    color: #20a397;
}
.testimonials-sec
{
	padding-top:60px;
	padding-bottom:60px;
}

.pyh-sec
{
	background:#FFF;
	margin-top: 30px;
    margin-bottom: 30px;
}

.footer-logo
{
	width: 168px;
}

.rb-text
{
	
}

.rb-text span
{
	color:#D83B31;
}

.loader-img
{
	width:38px;
	height:38px;
}
.hww-box
{
	margin-top:20px;
	
}

.rb-font-size
{
	font-size:20px;
}
.cbp-icon
{
	height:66px;
}

.cbp-hiw
{
	font-size: 22px;
    color: #2b9125;
    margin-bottom: 22px;
}

.tce-title
{
	margin-bottom: 15px;
}

.cb-cname
{
	padding-left: 12px;
    background: #d83b31;
    color: #FFF;
}
.rbox
{
	margin-bottom: 30px;
}
.pyh-btn-box
{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pyh-btn-white
{
	color: #fff!important;
    font-size: 22px;
    border: 2px solid #fff;
    padding: 2px 16px;
    border-radius: 6px;
}
.pyh-btn-white:hover
{		
	color: #D83B31!important;
    font-size: 22px;
    border: 2px solid #D83B31;
    padding: 2px 16px;
    border-radius: 6px;
    background:#FFF;
}
.mt-90
{
	margin-top:90px;
}
.tour-banner
{
	width: 100%;
    -o-object-fit: cover;
    margin-top: 90px;
}
.tour-single-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-top: 90px;
}
.tour-single-banner .content-box {
 position: relative;
 display: block;
 /* height: 600px; */
 margin-top: -72px;
}

.tour-single-banner
{
    margin-top:134px;
}

@media (max-width: 768px) {
    .tour-single-banner
{
    margin-top:126px;
}
}

.tour-single-banner .content {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
}
.tour-single-banner .content-box .t-type {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 14px;
    min-height: 62px;
    padding-left: 77px;
    padding-top: 5px;
}
.tour-single-banner .content-box .t-type .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
}
.tour-single-banner .content-box .links {
    float: right;
    width: 33.333%;
    padding-left: 35px;
}
.tour-single-banner .content-box .links ul {
    position: absolute;
    bottom: 0px;
}
.tour-single-banner .content-box .links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.tour-single-banner .content-box .links li a {
    position: relative;
    display: block;
    background: #ffffff;
    color: #2d3434;
    font-size: 18px;
    font-family: 'Gilroy_Bold', sans-serif;
    line-height: 24px;
    padding: 8px 20px;
    border-radius: 20px;
}
.tour-single-banner .content-box .links li i {
    position: relative;
    padding-left: 5px;
    color: #ec1000;
}

.fields {
    position: relative;
    padding-bottom: 20px;
}

.fields .form-group {
    padding-left: 70px;
    margin-bottom: 10px;
    position: relative;
}

.fields .form-group .field-label {
    position: absolute;
    left: 0;
    top: 12px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    color: #2d3434;
}
.site-form form .form-group .field-inner {
    position: relative;
    display: block;
}

.site-form form .form-group input[type="text"], .site-form form .form-group input[type="email"], .site-form form .form-group input[type="password"], .site-form form .form-group input[type="url"], .site-form form .form-group input[type="number"], .site-form form .form-group input[type="file"], .site-form form .form-group input[type="range"], .site-form form .form-group select, .site-form form .form-group textarea {
    height: 54px;
    line-height: 24px;
    padding: 11px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #2d3434;
    font-weight: 400;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.site-form form .form-group .field-inner .alt-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    color: #a8b1b5;
    font-size: 16px;
    line-height: 30px;
    pointer-events: none;
    z-index: 1;
}

.tickets {
    position: relative;
    padding-bottom: 20px;
}
.tickets .ticket-block {
    position: relative;
    margin-bottom: 10px;
}
.tickets .tick-ttl {
    position: relative;
    line-height: 30px;
    padding: 12px 0;
    float: left;
}
.tickets .tick-sel {
    position: relative;
    float: right;
}
.tickets .tick-ttl {
    position: relative;
    line-height: 30px;
    padding: 12px 0;
    float: left;
}
.tickets .tick-sel {
    position: relative;
    float: right;
}
.quantity-box .item-quantity {
    position: relative;
    display: inline-block;
    max-width: 140px;
    width: 100%;
    float: left;
    padding: 0px 45px;
}
.quantity-box .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 124px;
    width: 100%;
    height: 54px;
}
.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}
.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 54px;
    width: 35px;
    background: none;
    padding: 12px 0px !important;
    line-height: 30px;
    right: -40px;
    top: -54px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    margin: 0;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 54px;
    width: 35px;
    background: none;
    padding: 12px 0px !important;
    line-height: 30px;
    left: -40px;
    top: -54px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    margin: 0;
}

.quantity-box .item-quantity input.qty-spinner {
    line-height: 54px;
    height: 54px;
    width: 54px !important;
    padding: 12px 0px !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    border-radius: 5px !important;
}
.add-ser {
    position: relative;
    padding-bottom: 20px;
}
.mrtd {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mradio {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.rb-label {
    margin-bottom: 0px;
}
.ptb-btn
{
	width: 100%;
    background: #d83b31;
    color: #fff;
    padding: 10px;
}
.bi-form-title
{
	background: #ebebeb;
    width: 100%;
    padding: 14px;
    text-align: center;
}
.t-book-header {
	width: 100%;
    position: relative;
    background: #ec1000;
    color: #ffffff;
    padding: 20px 30px 20px 45px;
    /*border-radius: 10px 10px 0 0;*/
}
.t-book-header .st-txt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    padding-right: 10px;
}
.t-book-header .amount {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 50px;
    font-family: 'Gilroy_Bold', sans-serif;
}
.t-book-header .qty {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Gilroy_Bold', sans-serif;
}
.sp-header
{
	margin-bottom: 14px;
}
.sp-header .info {
    display:flex;
}

.sp-header .info .duration {
    margin-right:10px;
}

.basic-info {
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
}
.basic-info .i-block {
    position: relative;
    padding: 8px 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
    line-height: 28px;
}
.basic-info .i-block .i-title {
    position: relative;
    float: left;
    color: #2d3434;
    font-family: 'Gilroy_Bold', sans-serif;
    width: 30%;
}
.basic-info .i-block .i-content {
    position: relative;
    float: left;
    width: 70%;
    padding-left: 20px;
}
.styled-list-two li, .styled-list-three li
{
    position: relative;	
}
.styled-list-two li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: -28px;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: #28ac28;
}
.styled-list-three li:before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: -28px;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: #D83B31;
}

.t-reviews .rev-info {
    position: relative;
    
}
.t-reviews .rev-info .inner {
    position: relative;
    display: block;
    background: #f8fafe;
    padding: 50px 45px 15px;
    border-radius: 10px;
}
.t-reviews .rev-info .rev-left {
    position: relative;
    text-align: center;
    /* border-right: 1px solid rgba(0, 0, 0, 0.20); */
    margin-bottom: 30px;
}
.t-reviews .rev-info .rev-left .count {
    position: relative;
    font-size: 90px;
    line-height: 1.15em;
    color: #2d3434;
    font-family: 'Gilroy_Bold', sans-serif;
    margin-bottom: 5px;
}
.t-reviews .rev-info .rev-left .level {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #2d3434;
    font-family: 'Gilroy_Bold', sans-serif;
    margin-bottom: 10px;
}
.t-reviews .rev-info .rev-left .b-on {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #a8b1b5;
}
.t-reviews .rev-info .rev-right {
    position: relative;
    /* padding-left: 45px; */
    margin-bottom: 30px;
    /* display: flex; */
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.t-reviews .rev-info .cat:last-child {
    margin-bottom: 0;
}
.t-reviews .rev-info .cat {

}
.t-reviews .rev-info .cat .c-title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 24px;
    color: #2d3434;
    font-family: 'Gilroy_Bold', sans-serif;
    width: 130px;
}
.t-reviews .rev-info .cat .p-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background: #d1d1d1;
    border-radius: 3px;
}

.t-reviews .rev-info .cat .p-bar .p-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #ec1000;
    transition: all 2000ms linear;
    border-radius: 3px;
}
.t-reviews .rev-info .cat .c-per {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #6c7171;
}


.rating-box {
    position: relative;
    background: #fff;
    padding: 25px 50px 35px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.rating-box header {
  font-size: 22px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.rating-box .stars {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: row;
  justify-content: center;
}
.stars i {
  color: #e6e6e6;
  font-size: 35px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.stars i.active {
  color: #ff9c1a;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    
    margin: 0;
    line-height: 26px;
    padding: 10px 40px 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    background: #D83B31;
    border: 2px solid #D83B31;
    border-radius: 5px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-one:hover {
    color: #D83B31;
    background: none;
    border-color: #D83B31;
}
.review-ta
{
	height:136px;
}
.t-gallery {
    position: relative;
}
.t-gallery .images ul {
    position: relative;
    margin: 0 -6px;
}
.t-gallery .images ul li {
    position: relative;
    float: left;
    width: 23%;
    padding: 0 0px;
    margin-bottom: 2px;
}
.t-gallery .images ul li .image {
    height: 100px;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.t-gallery .images ul li .image img {
 position: relative;
    display: block;
    width: 98%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 300ms linear;
}
.s-gallery {
    position: relative;
}
.s-gallery .images ul {
    position: relative;
    margin: 0 -6px;
}
.s-gallery .images ul li {
    position: relative;
    float: right;
    width: 25%;
    padding: 0 6px;
    margin-bottom: 12px;
}
.s-gallery .images ul li .image {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.s-gallery .images ul li .image img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    transition: all 300ms linear;
}
.sb-booking-form-box
{
	width: 400px;
}
.text-orange
{
	color:#f07c00
}
.text-red
{
    color:#d83b31;
}
.tprice
{
	font-size: 28px;
}
.tprice span
{
	color: #7c7c7c;
    font-size: 14px;
    line-height: 12px;
    display: block;
}
.flex {
    display: flex!important;
}
.alignCenter {
    align-items: center;
}
.mr8 {
    margin-right: 8px!important;
}
.radio-common-circle {
    display: none;
}
.radio-common-circle {
    display: none;
}
.radio-common-circle:checked+label {
    color: #3e3e3e;
}
.radio-common-circle+label {
    display: inline-block;
    line-height: 18px;
    min-height: 18px;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    color: #3e3e3e;
    font-size: 14px;
    word-wrap: break-word;
    padding: 12px 8px 0 26px;
    margin-bottom: 17px;
}
.pr0 {
    padding-right: 0!important;
}
.pt0 {
    padding-top: 0!important;
}
.radio-common-circle:checked+label:before {
    border-color: #20a397;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%;
}
.radio-common-circle+label:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    border: 1px solid #3e3e3e;
}
.radio-common-circle+label:before, .radius100 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}
.radio-common-circle:checked+label:after {
    background-color: #20a397;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 4px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 80%;
}
.s-tour-si-box
{
	text-align: center;
}
.s-tour-si
{
	display: flex;
    justify-content: space-between;
}
.s-tour-si img
{
	width:20px;
}
.s-tour-si-box span
{
	font-size: 12px;
}
.s-tour-ibox
{
    padding: 12px;
    border: 1px solid #ededed;	
}
.tf-top-border
{
	border-top: 1px solid #ededed;
}
.br-dashed-gray
{
	border-right: 1px dashed #9d9d9d;
}

/* Table CSS */
.table-wrapper{
    overflow-x: auto;
    margin: 10px 0px 20px 0px;
}

.fl-table {
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 16px;
}

.fl-table thead th {
    color: #ffffff;
    background: #d83b31;
}


.s-tour-si-btns
{
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 8px;
}

.s-tour-si-btns button
{
	background: #d83b31;
    color: #FFF;
    padding: 2px 18px;
    border-radius: 16px;
}

.tl-chat-now-btn
{
    background: #4caf50;
    color: #FFF !important;
    padding: 2px 18px;
    border-radius: 16px;
}

.tl-vd-btn
{
    background: #194269;
    color: #FFF !important;
    padding: 2px 18px;
    border-radius: 16px;
}

.tl-call-now-btn
{
    background: #d17517;
    color: #FFF !important;
    padding: 2px 18px;
    border-radius: 16px;
}

.about-page-title-bg
{
	background-image: url('../img/about-page-title-bg.jpg');
	padding-bottom: 66px;
	padding-top: 66px;
	margin-top: 100px;
}
.about-intro-sec
{
	padding:30px 0px;
}
.about-intro p
{
	margin-top: 14px;
    color: #000;
}

.ptb-iwt {
  padding-top: 30px;
  padding-bottom: 52px
}
.submit-btn
{
	height: 50px;
    margin-right: 12px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: white !important;
    background-color: #D83B31 !important;
    border-color: #D83B31 !important;
}
.stories-sec
{
    padding: 60px 0px;	
}
.blog-box-border
{
	border: 1px solid #d5d5d5;
    padding: 8px;
}
.our-team-sec
{
    padding: 26px 0px;	
}
.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
}
#fl-table tr:nth-child(even) {
    background: #dddcdc!important;
}
#fl-table th {
    padding: 2px!important;
}
.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

.fl-table th {
	font-weight: bold;
}



/* Table CSS End */

.black-font *
{
	color:#000;
}

.page-left-column
{
	padding-bottom: 50px;
	padding-right: 10px;
}

.swiper-wrapper
{
	height:auto!important;
}

.stars-jc-center
{
	justify-content: center;
	margin-top: 6px;
}

.tl-sec-pt
{
	margin-top: 100px;
}
.h-destination-select
{
    padding-right: 20px;
}
.mainSearch__submit
{
    height: 52px;
}

.h-top-destinations
{
    text-align: center;
    margin-top: 12px;
}

.h-top-destinations p
{
    font-size: 14px;
    color: #000;
}

.active-star
{
    color: #ffd638;
}

.inactive-star
{
 color: #d7d7d7; 
}

.red-btn
{
    background: #d83b31;
    color: #FFF;
    padding: 6px 18px;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.blog-sec
{
    padding-top:60px;
    padding-bottom: 60px;
}

.h-blog-thumb-img
{

}

.h-blog-thumb-title
{
    line-height: 24px;
}

.p-box
{
    border: 1px solid #e1e1e1;
    margin-bottom: 6px;
    padding: 4px;
}

.story-detail-box
{
    margin-top:20px;
}

.story-detail-box img
{
    width:100%!important;

}

.story-detail-box *
{
    color:#000!important;
    text-align: justify!important;
}


.h-blog-thumb-nov
{

}

.h-blog-thumb-nov i
{
    font-weight: bold;
    color: #d83b31;
}

.h-blog-thumb-nov span
{
    font-weight: bold;
}
.h-m-blog-box
{
    border: 1px solid #dfdfdf;
}
.h-m-blog-views
{
    font-size: 20px;
    margin-bottom: 5px
}

.h-m-blog-views i
{
    font-weight: bold;
    color: #d83b31;
}

.h-m-blog-views span
{
    font-weight: bold;
}

.h-m-blog-title
{
    font-size: 20px;
    display: inline-block;
    margin-top: 15px;
}

.ts-thumb
{
    width:80px;
    height: 80px;
    border-radius: 50%;
}
.one-line
{
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
}
.two-lines
{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
}

.story-detail-tl p
{
    margin:0;
}

.ts-p
{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   line-clamp: 4;
   -webkit-box-orient: vertical;
}

.collasped
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;  
}


.text-justify
{
    text-align: justify;
}

.text-justify *
{
    text-align: justify;
}

.lines-two
{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
}


.lines-three
{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   line-clamp: 3;
   -webkit-box-orient: vertical;
}

.lines-four
{
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   line-clamp: 4;
   -webkit-box-orient: vertical;
}

.red-font
{
    color:#D83B31;
}

.pleft-img
{
    float: left;
    margin-right: 16px;
    width: 300px;
    border: 1px solid #ebebeb;
    padding: 4px;
}

.news-single-sec {
    padding: 30px 0px;
}

.news-single-sec *
{
    color:#000!important;
}
.inner-page-box
{
    padding-top:20px;
    padding-bottom: 20px;
}
.inner-page-box *
{
    color:#000!important;
}

.home_sec_1
{
    margin-top: 30px;
}

.home_sec_2
{
  margin-top: 30px;  
}

.home_sec_3
{
 margin-top: 0px; 
}

.home_sec_4
{
 margin-top: -30px; 
}

.home_sec_5
{
  margin-top: 30px;  
}

.home_sec_6
{
 margin-top: 0px; 
}

.home_sec_7
{
  margin-top: 40px;  
}

.home_sec_8
{
  margin-top: 0px;  
}

.home_sec_9
{
 margin-top: 30px; 
}

.home_sec_10
{
 margin-top: 30px; 
}

.oteam_box
{

}

.oteam_box img
{

}

.oteam_detail
{
    text-align: center;
}

.oteam_name
{
    font-size: 20px;
    color: #FFF;
    background: #d83b31;
}

.oteam_designation
{
    background: #2f4960;
    color: #FFF;
}

.big-btn
{
    height:52px;
}

.input-group-small .select2-container .select2-selection--single {
    height: 38px!important;
}

.input-group-small .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px!important;
}

.input-group-small .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px!important;
}

.small-input
{
    height: 38px!important;
}

.num-field-small input
{
    height: 38px!important;
}

.num-field-small .num-field-nav
{
    height:39px!important;
}

.small-font
{
    font-size: 12px;
}

.cblack
{
    color:#000;
}

.home-search-box
{
    padding: 0px 30px;
}

.pnfh5
{
    margin-bottom: 30px;
}

.tour_banner_image
{
    width: 100%;
}

.mms-menu
{
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bg-red
{
    background-color: #d83b31!important;
    color: #FFF;
}

.button.-red-1:hover {
 border-color: #093660;
 background-color: #093660 !important;
 color: white !important;
}

.signup-form-box small
{
    display: block;
    margin-bottom: .25rem !important;
}
.req-star
{
    display: inline-block;
    margin-left: 2px;
    font-weight: bold;
    color: #D83B31 !important;
}

.signup-form-box .form-label
{
    margin-bottom: .10rem !important;
}

.signup-form-btns
{
    margin-top:20px;
}

.signup-form-btns i
{
    display: inline-block;
    margin-right: 6px;
}

.submenu {
    position: absolute;
    top: 100%;
    background-color: white;
    border-radius: 4px;
    color: var(--color-dark-1) !important;
    min-width: 240px;
    padding: 20px;
    box-shadow: 0px 10px 60px 0px #0510360D;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.submenu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: white;
    transform: rotate(45deg);
}

.submenu > li > a {
    padding: 5px 15px;
    border-radius: 4px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.submenu > li > a:hover {
    color: var(--color-blue-1);
    background-color: rgba(53, 84, 209, 0.05);
}

.header-banner
{
    z-index: 1001;
}

.user-img
{
    width: 24px;
    height: 24px;
}

.icon-play-store img
{
    height: 40px;
}
.mobile-app-link h5
{
    margin-bottom: 8px;
}

.side-menu li
{
    border: 1px solid #d5d5d5;
    padding: 4px 16px;
    border-left: 4px solid #d83b31;
    margin-top: 8px;
}

.side-menu li:hover
{
  background: #ffd7d4;  
}

form input, form textarea
{
    width: 100%;
}

.dpl label
{
    top: 20px;
}
.inline-btn
{
    display: inline-block;
    background: #d83b31;
    padding: 0px 10px;
    color: #FFF !important;
    border-radius: 4px;
    margin-right: 10px;
}


.pp-tbl-margin
{
    margin-top: 20px;
    margin-bottom: 14px;
    border-top: 1px solid #d9d9d9;
}
.wishlist-btn
{
    z-index: 99;
    position: absolute;
    top: 10px;
    left: 10px;
}
#profile-update-btn
{
    display: flex;
    width: 100%;
    padding: 25px 0px;
}

.dal
{
    list-style: auto;
}
.dal li
{
    list-style: auto;
    margin-left: 25px;
}

.bg-blue-1
{
color: #FFF !important;

}
.app_download_icons
{
    display: flex;
    gap: 10px;
}
.tpr-box
{
    flex-basis: auto;
    max-width: 100%;
}
.cardImage__content img
{
    max-width: 100%;
}

.tour-info-two
{
   display: flex;
    gap: 20px; 
}
    .tour-duration-two
    {
      display: flex;
    gap: 10px;  
    align-items: center;
    }
    
    .tour-duration-two i
    {
        font-size: 30px;
    color: #3e3e3e;
    }
.tour-nd
{
    display: flex;
    flex-direction: row;
}

.tour-nd .tour-nights
{
    display: inline-block;
    background: #fe3837;
    color: #FFF;
    padding: 0px 10px 0px 15px;
    border-top-left-radius: 10px;
}

.tour-nd .tour-days
{
   display: inline-block;
    background: #19436a;
    color: #FFF;
    padding: 0px 15px 0px 10px;
    border-bottom-right-radius: 10px; 
}

.sp-header-two .tour-persons
{
    display: flex;
}
.sp-header-two .tour-persons .book-number
{
   font-weight: bold;
    background: #646464;
    color: #FFF;
    padding: 0px 10px; 
}

.sp-header-two .tour-persons .book-number-label
{
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    padding-right: 12px;
    border-top-right-radius: 10px;
}

.sp-header-two
{
   margin-top: 20px; 
}

.short-inclusions-box
{
    width: 100%;
    display: flex;
    gap: 12px;
    margin-top: 20px;
    border-top: 1px dashed #dadcdd;
    border-bottom: 1px dashed #dadcdd;
    padding: 10px 0px;
    flex-wrap: wrap;
}

.tour-overview-box
{
    margin-top: 50px;
    background-color: #fff6f5;
    padding: 14px;
    border: 1px solid #ffd8d7;
    border-radius: 16px;
}

.tour-overview-box .title
{
    background: #fde4e2;
    display: inline-block;
    margin-top: -36px;
    position: absolute;
    padding: 0px 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.package-in-ex-box {
    border: 1px dashed #b7b7b7;
    border-radius: 10px;     
    padding: 20px;
    position: relative;
}

.package-in-ex-box .title {
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 12px;
    padding-bottom: 15px;
}
.package-in-ex-box .row {
    position: relative;
}

.package-in-ex-box .col-md-6 {
    padding: 15px;
}


.package-in-ex-box .col-md-6:first-child {
    border-right: 1px dashed #b7b7b7;
}

.styled-list-in{
    padding-left: 25px;
    margin-top: 12px;
}
.styled-list-in li {
position: relative;
}

.styled-list-in li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: -28px;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: #28ac28;
}

.styled-list-ex{
    padding-left: 25px;
    margin-top: 12px;
}
.styled-list-ex li {
position: relative;
}

.styled-list-ex li:before {
    content: "\f057";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    left: -28px;
    top: 0;
    line-height: 28px;
    text-align: center;
    color: #D83B31;
}

/*  Itinerary  */

.itinerary-header-layout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.day-pill {
    background-color: #dc3545;
    color: white;
    padding: 5px 12px;
    border-radius: 50px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    min-width: 40px;
}

.day-pill .day-text {
    font-size: 0.75rem;
}

.day-pill .day-number {
    font-size: 1rem;
}

.itinerary-header-detail {
    display: flex;
    flex-direction: column;
}

.itinerary-city-name {
    font-size: 0.85rem;
    font-weight: bold;
    color: #666;
}

.itinerary-title {
    font-size: 1rem;
    font-weight: 500;
}

.itinerary-accordion .accordion-item {
    margin-bottom: 10px;               /* ✅ Gap between items */
    border: 1px solid #dee2e6;          /* Full border */
    border-radius: 0.5rem;              /* Rounded corners */
    overflow: hidden;                   /* Keep inner content inside radius */
}

.itinerary-accordion .accordion-button {
    background-color: white !important; /* Remove light blue */
    color: #333;
    border-bottom: 1px solid #dee2e6;    /* Divider between header & body */
    border-radius: 0 !important;         /* Keep button edges aligned */
    box-shadow: none;
}

.itinerary-accordion .accordion-button:not(.collapsed) {
    background-color: white !important; /* Keep white when open */
    color: #333;
    box-shadow: none;
}

.itinerary-accordion .accordion-button::after {
    filter: invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(90%);
}

.itinerary-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(90%);
}

.itinerary-box
{
    margin-top:10px;
}

/* Tab Items */
.itinerary-tab-content
{
   margin-top:30px; 
}

.tab-container {
    background-color: #F4F6F9;
    padding: 8px;
    border-radius: 8px;
}

.nav-tabs-custom {
    display: flex;
    justify-content: flex-start;
    gap: 8px; 
    border-bottom: none;
    width: 100%;
}

.nav-tabs-custom .nav-link {
    background-color: white;
    border-radius: 6px;
    padding: 10px 14px;
    color: #444;
    font-weight: 500;
    border: none;
    flex: 1; /* make buttons equal width */
    text-align: center;
    box-shadow: 0 0 10px 1px #00000012;
}

.nav-tabs-custom .nav-link.active {
    background-color: #FE3837;
    color: white;
}

.nav-tabs-custom .nav-link:hover {
    background-color: #eee;
    color: #000;
}

/* Policies Accordian */

.policies-title {
    font-size: 1rem;
    font-weight: 500;
}

.policies-accordion .accordion-item {
    margin-bottom: 10px;               /* ✅ Gap between items */
    border: 1px solid #dee2e6;          /* Full border */
    border-radius: 0.5rem;              /* Rounded corners */
    overflow: hidden;                   /* Keep inner content inside radius */
}

.policies-accordion .accordion-button {
    background-color: white !important; /* Remove light blue */
    color: #333;
    border-bottom: 1px solid #dee2e6;    /* Divider between header & body */
    border-radius: 0 !important;         /* Keep button edges aligned */
    box-shadow: none;
}

.policies-accordion .accordion-button:not(.collapsed) {
    background-color: white !important; /* Keep white when open */
    color: #333;
    box-shadow: none;
}

.policies-accordion .accordion-button::after {
    filter: invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(90%);
}

.policies-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(90%);
}

.num-pill
{
    background-color: #5487b7;
    color: white;
    padding: 4px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

/* Stay accordian */

.stay-package-one {
        background-color: #6c6c6c;
        color: white;
    }
    .stay-package-two {
        background-color: #1cc88a;
        color: white;
    }
    .stay-package-three {
        background-color: #d83b31;
        color: white;
    }
    .stay-package-four {
        background-color: #f6c23e;
        color: #2c3e50;
    }
    .stay-package-five {
        background-color: #e74a3b;
        color: white;
    }

#packagesAccordion .accordion-button:not(.collapsed) {
            background-color: #f8f9fa;
            color: #0d6efd;
            box-shadow: none;
        }
        
        #packagesAccordion .package-header {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }
        #packagesAccordion .badge-package {
            padding: 0.5em 0.8em;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
        }
        #packagesAccordion .hotel-card {
            border-left: 4px solid #d83b31;
            border-radius: 0.25rem;
        }
        #packagesAccordion .hotel-item {
           margin: 7px 0px;
        }
         #packagesAccordion .hotel-name {
          color: #357abb;
        }
         #packagesAccordion .starting-from {
        margin-right: 10px;
    font-weight: 200;
    font-size: 22px;
        }
        #packagesAccordion .price-table th {
            white-space: nowrap;
        }
        #packagesAccordion .stars {
            color: #ffc107;
            font-size: 1rem;
        }
        
        #packagesAccordion .price-table th
        {
            padding: 12px 30px;
            background: #efefef;
        }
        
         #packagesAccordion .price-table td
        {
           font-size: 16px;
           padding: 4px 32px;
        }
        
   
#packagesAccordion .accordion-item {
    margin-bottom: 10px;             
    border: 1px solid #dee2e6;       
    border-radius: 0.5rem;           
    overflow: hidden;                
}

 #packagesAccordion .accordion-button {
    background-color: white !important; 
    color: #333;
    border-bottom: 1px solid #dee2e6;   
    border-radius: 0 !important;        
    box-shadow: none;
}

 #packagesAccordion .accordion-button:not(.collapsed) {
    background-color: white !important;
    color: #333;
    box-shadow: none;
}

 #packagesAccordion .accordion-button::after {
    filter: invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(90%);
}

 #packagesAccordion .accordion-button:not(.collapsed)::after {
    filter: invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(90%);
}

/* Ad Box */

.tour-ad-box {
    margin-top: 30px;
    position: relative;
    background: url('/img/tp.jpg') center/cover no-repeat;
    border-radius: 15px;
    min-height: 300px; /* adjust as needed */
}

.tour-ad-box .content {
    width: 50%;
    position: absolute;
    top: 40px;
    left: 30px;
}

.tour-ad-box .title
{
    font-size: 35px;
    color: #eee244;
    line-height: 48px;
}

.tour-ad-box .small-text
{
    color: #FFF;
}

.tour-ad-box .ad-btn
{
   background: #ffcaca;
    padding: 8px 22px;
    border-radius: 26px;
    margin-top: 20px;
    display: inline-block; 
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tour-ad-box {
        min-height: auto; /* Let height adjust to content */
        padding: 20px; /* Add padding so text isn’t against edges */
    }

    .tour-ad-box .content {
        position: static; /* Remove absolute positioning */
        width: 100%;
        text-align: center;
    }

    .tour-ad-box .title {
       font-size: 28px;
        color: #eee244;
        line-height: 34px;
    }

    .tour-ad-box .small-text {
        font-size: 14px;
        color: #FFF;
    }

    .tour-ad-box .ad-btn {
        background: #ffcaca;
    padding: 8px 22px;
    border-radius: 26px;
    margin-top: 20px;
    display: inline-block; 
    }
}

.main-img {
  object-fit: cover;
  width: 100%;
  height: 490px;
}

.sub-img {
  object-fit: cover;
  width: 100%;
  height: 236px;
}

.sub-img:hover,
.main-img:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.similar-package-slider
{
    margin-top:30px;
    margin-bottom: 30px;
}

/* slider */
.tour-swiper-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.tour-swiper {
    flex: 1;
    overflow: hidden; /* safe for slider */
}

/* Glass-style arrow buttons */
.swiper-button-prev.tour-prev,
.swiper-button-next.tour-next {
    color: #000; /* black arrow */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    width: 38px; /* smaller size */
    height: 38px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .25s ease;
    z-index: 10;
    flex-shrink: 0;
}

/* On hover: make it brighter */
.swiper-button-prev.tour-prev:hover,
.swiper-button-next.tour-next:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(0,0,0,0.4);
    transform: scale(1.05);
}

/* Make arrow icons slightly bolder */
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
}

/* Optional: position tweak */
.swiper-button-prev {
    left: -18px;
}
.swiper-button-next {
    right: -18px;
}

/*-- tour box --*/

.similar-tour-box {
    background: #fff; /* white card background */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid #efefef
}

.similar-tour-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Image styling */
.similar-tour-box img.fullwidth {
    width: 100%;
    height: 200px; /* fixed height, adjust as needed */
    object-fit: cover;
    display: block;
}

/* Content area */
.similar-tour-box .p-tour-box-content {
    padding: 15px 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

/* Tour title */
.similar-tour-box .p-tour-thumb-days {
   font-size: 16px;
    font-weight: 500;
    color: #3b8fe1;
    margin-bottom: 6px;
    display: block;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Highlights */
.similar-tour-box .p-tour-thumb-meta h5 {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Bottom meta */
.similar-tour-box .p-tour-thumb-meta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #555;
}

/* Destinations / duration */
.similar-tour-box .tour-thumb-destinations {
    color: #777;
}

/* Price box */
.similar-tour-box .p-tour-thumb-price-box {
    font-weight: 600;
    color: #e74c3c;
    font-size: 20px;
}

/* Small caption inside price */
.similar-tour-box .tour-thumb-small-caption {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

 .side-widget
 {
     margin-top: 20px;
 }
 
 .side-widget-last
 {
     margin-bottom: 20px;
 }

.offer-box
{
    padding: 10px;
    border: 1px solid #dadcdd;
    border-radius: 12px;
}

.offer-img
{
    display: flex;
    align-items: center;
}

.proposal-booking-form-box
{
    padding: 10px;
    border: 1px solid #dadcdd;
    border-radius: 12px;
}

.proposal-booking-form-box .package_title
{
    font-size: 12px;
}

.proposal-booking-form-box .package_amounts
{
    
}

.proposal-booking-form-box .package_amounts .package_amount
{
    font-weight: bold;
}

.proposal-booking-form-box .package_amounts .package_wd_amount
{
    font-size: 14px;
    color: #5e5e5e;
    text-decoration: line-through;
}

.proposal-booking-form-box .package_amounts .package_save_amount
{
    font-size: 12px;
    color: #228E3E;
    background: #d0ffdc;
    padding: 4px 10px;
    font-weight: bold;
}

.floating-label-group {
  position: relative;
  margin-top: 20px;
}

.floating-label-group input {
  width: 100%;
  padding: 10px 10px 6px 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

 .floating-label-group select {
  width: 100%;
    padding: 10px 10px 6px 10px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="%23999" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 24px;
}

.floating-label-group input:focus, .floating-label-group select:focus {
  border-color: #007BFF;
  outline: none;
}

.floating-label-group .floating-label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  pointer-events: none;
  background-color: white;
  padding: 0 4px;
  transition: 0.2s ease all;
}

/* Float the label up when input is focused or has value */
.floating-label-group input:focus + .floating-label,
.floating-label-group input:not(:placeholder-shown) + .floating-label,
.floating-label-group select:focus + .floating-label,
.floating-label-group select:not(:placeholder-shown) + .floating-label {
 top: 2px;
    font-size: 12px;
    color: #4c4c4c;
}

/* Optional: icon positioning */
.floating-label-group i.alt-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-btn
{
    margin-top: 20px;
    background-color: #FE3837;
    color: white;
    border-radius: 6px;
    padding: 9px 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    box-shadow: 0 0 10px 1px #00000012;
    width: 100%;
}

.form-btn:hover
{
    color: #154068;
    background: #e9e9e9;
}

.my-quotes-box
{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.my-quote-box
{
    display: flex;
    padding: 10px;
    border: 1px solid #dadcdd;
    border-radius: 12px;
    flex-direction: row;
    justify-content: space-between;
}

.my-quote-box h5
{
    font-size: 16px;
}

.my-quote-box .pdf-link
{
    font-size: 30px;
    color: #d83b31 !important;
}

.my-quote-box .proposal-tour-link
{
    flex: 1;
}

.my-quote-box .r-date
{
   font-size: 14px;
    color: #7f7f7f; 
}

.my-quote-box:hover {
    border: 1px solid #84c4ff;
    background: #e6f3ff;
}

.wallet-box {
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    border-radius: 18px;
    padding: 26px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e7eb;
}

.wallet-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.wallet-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #d83b31, #fd6258);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(79,70,229,0.25);
}

.wallet-title {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 4px;
}

.wallet-amount {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.wallet-btn {
    background: linear-gradient(120deg, #d83b31, #fe736a);
    color: #fff !important;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
}

.wallet-btn i {
    margin-right: 6px;
}

.wallet-btn:hover {
    background: linear-gradient(135deg, #4338ca, #4f46e5);
    color: #fff;
}

.amount-btn.active {
    background: linear-gradient(120deg, #d83b31, #fe736a);
    color: #fff;
    border-color: transparent;
}

/* ===============================
   ADD MONEY WALLET BOX (BOTTOM)
================================ */

.wallet-add-box {
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    border-radius: 18px;
    padding: 26px 30px;
    border: 1px solid #e5e7eb;
    max-width: 100%;
    margin-top: 30px;
}

/* Align content similar to wallet box */
.wallet-add-left {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

/* Icon */
.wallet-add-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #10b981, #34d399);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(16,185,129,0.25);
}

/* Text */
.wallet-add-title {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 8px;
}

/* Amount buttons container */
.wallet-add-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

/* Form layout */
.wallet-add-form {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Input */
.wallet-add-form input {
    max-width: 220px;
}

/* Submit button */
.wallet-add-btn {
    background: linear-gradient(120deg, #d83b31, #fe736a);
    color: #fff;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    white-space: nowrap;
    width: 210px;
}

.wallet-add-btn i {
    margin-right: 6px;
}

.wallet-add-btn:hover {
    background: linear-gradient(135deg, #4338ca, #4f46e5);
    color: #fff;
}

/* Active preset button */
.amount-btn.active {
    background: linear-gradient(120deg, #d83b31, #fe736a);
    color: #fff;
    border-color: transparent;
}

.add-wallet-money-form
{
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Modal */
.payment-modal {
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Wallet Card */
.wallet-card {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
}

/* Custom checkbox */
.wallet-check {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.wallet-check input {
    display: none;
}

.wallet-check .checkmark {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #0d6efd;
    position: relative;
}

.wallet-check input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid #0d6efd;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wallet-text {
    line-height: 1.2;
}

/* Price Card */
.price-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e5e7eb;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 15px;
}

.price-total {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #d1d5db;
    font-size: 17px; 
    font-weight: 600;
}

/* Pay Button */
.pay-btn {
    padding: 10px 28px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}


.transaction-table {
  border-collapse: separate;
  border-spacing: 0 10px; /* space between rows */
}

.transaction-table thead th {
  background: #f8f9fa;
  font-weight: 600;
  border: 0;
  padding: 12px;
}

.transaction-table tbody tr {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

.transaction-table tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.transaction-table td {
  border: 0;
  padding: 14px 12px;
  vertical-align: middle;
}

/* Rounded corners */
.transaction-table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.transaction-table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}

@media (max-width: 576px) {
  .transaction-table thead {
    display: none;
  }

  .transaction-table tbody tr {
    display: block;
    margin-bottom: 15px;
  }

  .transaction-table td {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
  }

  .transaction-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #666;
  }
}
