@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
		--background-primary: #5dace1;
		--text: #76809B;
}
body{
		font-family: "Roboto", sans-serif;
}
*{
		box-sizing: border-box;
}
img{
		max-width: 100%;
}	
.col-inner:last-child{
		padding-bottom: 0;
}
a{
		transition: all .25s ease;
}
p{
		margin-bottom: 0;
}
p:last-child, * p:last-child{
		margin-bottom: 0 !important;
}
.header-nav-main.nav-pills > li > a {
    padding: 10px 14px;
    font-size: 15px;
    border-radius: 12px;
}
.stuck .header-main .nav > li > a {
    line-height: 24px !important;
}
.header-nav-main.nav-pills > li.active > a, .header-nav-main.nav-pills > li > a:hover, .nav li.header-search a{
    color: var(--primary-color) !important;
    background-color: var(--background-primary) !important;
}
.header-nav-main i.icon-search {
    color: #fff;
}
.footer-edit h3 {
    font-size: 16px;
}
.footer-edit p {
    font-size: 13px;
		margin-bottom: 8px;
}
.footer-edit p:last-child, ul li:last-child, .footer-edit ul {
		margin-bottom: 0px;
}
.footer-edit p strong{
    font-size: 14px;
}
.footer-edit ul li{
		list-style-type: none;
		margin-left: 0;
}
.footer-edit ul li, .footer-edit ul li a{
		font-size: 13px;
		border-left: 1px solid transparent;
}
.footer-edit ul li a{
		display: inline-block;
}
.footer-edit ul li a:hover{
		color: var(--primary-color);
		padding-left: 5px !important;
		border-left: 1px solid var(--primary-color);
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.box-image .overlay.fill {
    display: none;
}
.edit-payment-card img {
    height: 30px;
    object-fit: contain;
}
.absolute-footer {
    display: none;
}
.p-0 .ux-logo-link, .p-0 {
    padding: 0 !important;
}
.text-copyright a {
    color: var(--primary-color);
}
.dark, .dark p, .dark td{
		color: #fff;
}
.form-follow-all{
		max-width: 400px;
		position: relative;
		margin: auto;
}
.form-follow-all input[type="email"] {
    height: 58px;
    border-radius: 50px;
    padding: 0 120px 0 20px;
    position: relative;
    font-size: 14px;
		margin-bottom: 0;
}
.stuck .header-main .nav > li > a{
		line-height: 1;
}
.wpcf7-spinner{
		display: none;
}
.form-follow-all .wpcf7-submit {
    position: absolute;
    top: 50%;
    right: 12px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50px;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
		z-index: 1;
}
.session-tranform {
    transform: translatey(53%);
    height: 175px;
    z-index: 1;
}
.footer-edit {
    z-index: 0;
}
.form-follow-all ~ .wpcf7-response-output {
    display: none;
}
.form-follow-all .wpcf7-not-valid-tip {
    position: absolute;
    margin-top: 10px;
    font-size: 14px;
}
.header-button a{
		animation: shake-bottom 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1s infinite both;

}
@keyframes shake-bottom {
  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
.border-whychoose {
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.border-whychoose h3 {
    margin-bottom: 0;
}
.border-whychoose p {
    font-size: 14px;
    color: var(--text);
	
}
.booking-with-us h3 {
    margin-bottom: 0;
}
.booking-with-us img {
    height: 100px;
    object-fit: contain;
		padding-bottom: 0;
}
.booking-with-us p {
    color: var(--text);
}
.booking-with-us .icon-box-text p {
    font-size: 14px;
}
.booking-with-us:after{
		content: '';
		position: absolute;
		background-image: url(/wp-content/uploads/2025/08/bg-step.webp);
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 150px;
		top: 53%;
}
.frame-text p {
    margin-bottom: 12px;
		color: var(--text);
}
.frame-text span {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}
.frame-text h2 {
    font-size: 32px;
}
.frame-text ul li {
    list-style-type: none;
    margin-left: 0;
}
.frame-text ul li i {
    background: var(--background-primary);
    color: var(--primary-color);
    font-size: 12px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
}
.item-services .icon-box-text {
    background: var(--background-primary);
    border-radius: 50px;
    padding: 4px 0;
    transition: all .25s ease;
}
.item-services .icon-box-text *{
    font-size: 14px;
	font-weight: 400;
    color: #fff;
    line-height: 1.3;
		transition: all .25s ease;
}
.item-services:hover .icon-box-text{
		background: var(--primary-color);
}
.item-services:hover .icon-box-text *{
		color: #fff;
}
.destination-favourite .box-image {
    border-radius: 15px;
		overflow: hidden;
}
.destination-favourite .overlay {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.17) 36.66%, transparent 100%);
}
.box-overlay.dark .box-text, .box-shade.dark .box-text{
		text-shadow: none;
}
.destination-favourite h4 {
    font-size: 24px;
}
.destination-favourite{
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.item-cus .col-inner {
    border: 1px solid #E2E6F2;
    margin-bottom: 10px;
} 
.item-cus .col-inner p {
    font-size: 14px;
}
.item-cus .frame-star {
    margin: 5px 0;
}
.item-cus .frame-star i{
    margin: 0 5px;
		color: #FFB800;
}
.item-cus img {
    padding: 0;
    border-radius: 50%;
}
.is-selected .item-cus .col-inner {
    border: 2px solid var(--primary-color);
}
img.frame-partner-logo {
    height: 72px;
    object-fit: contain;
}
.cus-review:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/08/background-cus-review.webp);
    position: absolute;
    width: 100%;
    height: 108%;
    background-size: cover;
    background-position: center;
		top: 5%;
}
.back-to-top {
    height: 74px;
    width: 74px;
    background-color: rgba(3, 150, 255, 0.3) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    position: relative;
    border: 0 !important;
		transition: all .25s ease;
}
.back-to-top:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: var(--primary-color);
    opacity: .4;
    width: 55px;
    height: 55px;
		transition: all .25s ease;
}
.back-to-top:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: var(--primary-color);
    opacity: .7;
    width: 40px;
    height: 40px;
		transition: all .25s ease;
}
.back-to-top:hover{
		background-color: #0001 !important;
}
.back-to-top:hover:after{
		background-color: #0006 !important;
}
.back-to-top:hover:before{
		background-color: #000 !important;
}
.session-tranform .col-inner {
    background: linear-gradient(331deg, rgba(3, 150, 255, 1) 0%, rgba(0, 99, 188, 1) 100%);
}
.wte-trip-facts svg {
    color: var(--primary-color);
    background-color: var(--background-primary);
    padding: 10px;
    border-radius: 8px;
}
.trip-content-area{
		max-width: 1240px;
}
.single-trip .trip-content-area>.row {
    margin: 0 !important;
    max-width: 100%;
}
div#wte_enquiry_form_scroll_wrapper, .wpte-booking-area .wpte-booking-footer-text {
    display: none;
}
.single-trip #main {
    margin-top: 30px;
}
.wpte-material-ui-input-control {
    padding: 15px;
}
.wpte-material-ui-input-control input[type=text], .wpte-material-ui-input-control input[type=email], .wpte-material-ui-input-control input[type=tel], .wpte-material-ui-input-control input[type=number], .wpte-material-ui-input-control input[type=password], .wpte-material-ui-input-control input[type=date], .wpte-material-ui-input-control select, .wpte-material-ui-input-control textarea {
    margin-bottom: 0;
}
.button, button, fieldset, input, select, textarea {
    margin-bottom: 0;
}
.wpte-thankyou__date-label {
    margin-bottom: 0 !important;
}
.button, button, input[type=button], input[type=reset], input[type=submit]{
		margin-right: 0;
}
.wpte-thankyou__description {
    margin-bottom: 30px;
    background: #ceefce;
    color: green;
    padding: 10px;
    border-radius: 4px;
}
.nav-dropdown {
    padding: 0;
}
.header-search-form-wrapper {
    border-radius: 5px;
    overflow: hidden;
}
.widget.wpte-booking-area-wrapper {
    position: sticky;
    top: 90px;
}
body.admin-bar .widget.wpte-booking-area-wrapper.wpte-bf-outer{
  	top: 115px;
}
button.toggle-map {
    display: none !important;
}
.advanced-search-header .clear-search-criteria {
    min-width: 125px;
    font-size: 14px;
    text-align: right;
}
.wpte-gallery-wrapper .splide__pagination>li {
    margin-left: 4px;
}
.wpte-gallery-wrapper .splide__pagination .splide__pagination__page {
    width: 10px !important;
    min-height: 10px;
}
.wpte-gallery-wrapper .splide .splide__slide{
		margin-left: 0;
}
.advanced-search-wrapper .sidebar {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #E2E6F2;
}
.widget {
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 10px;
}
.widget .is-divider {
    display: none;
}
.widget-title {
    height: 40px;
    display: inline-flex
;
    background: var(--background-primary);
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    color: var(--primary-color);
    border-radius: 8px;
}
.widget ul {
    margin-top: 12px;
    border-top: 1px solid #E2E6F2;
    padding-top: 10px;
}
.badge.post-date {
    width: 90px;
    height: 55px;
}
.recent-blog-posts a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.3;
}
.blog-wrapper.blog-archive .col-inner {
    border: 1px solid #E2E6F2;
    border-radius: 16px;
    padding: 10px;
}
.blog-wrapper.blog-archive .col-inner .wp-post-image {
    border-radius: 8px;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border-radius: 4px;
    border: 1px solid;
}
span.post_comments.block {
    display: none;
}
.contact-iconbox .col-inner {
    border: 1px solid #f1f1f1;
    border-radius: 16px;
    background: #fdfdfd;
    padding: 35px 15px;
    text-align: center;
}
.all-form-contact input, .all-form-contact textarea {
    border: 1px solid #f1f1f1;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 8px;
    background: #fdfdfd;
    box-shadow: none !important;
    padding: 10px 20px;
}
textarea{
		resize: vertical;
}
.all-form-contact .wpcf7-submit {
    width: max-content;
    text-transform: none;
    font-size: 16px;
    padding: 0px 18px;
}
#wp-travel-trip-wrapper .page-title {
    text-align: center;
    margin: 30px 0;
}
.mfp-content{
		max-height: 100%;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    width: 330px;
}
.wpte-toolbar-container {
    z-index: 0;
    position: relative;
}
.single-trip .content-area {
    padding: 0 !important;
}






@media(max-width: 998px){
	.wte-trip-facts .widget-title{
			font-size: 28px
	}
	.single-trip .entry-header .entry-title {
    font-size: 32px;
	}
	.single-trip #main {
    margin-top: 0px;
	}
	.destination-favourite h5 {
		font-size: 16px;
	}
	.frame-text h2 {
		font-size: 28px;
	}
	.destination-favourite p {
		font-size: 12px;
	}
	.destination-favourite h4 {
		font-size: 16px;
	}
	.border-whychoose .icon-box.icon-box-left {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.border-whychoose .icon-box.icon-box-left .icon-box-text {
		text-align: center;
		margin-top: 12px;
		padding-left: 0;
	}
}
@media(max-width: 580px){
	.wte-trip-facts .widget-title{
			font-size: 20px;
	}
	.tab-content h2[class*=wpte], .tab-content .wte-fsd-list-header h2, .tab-content .trip-review-title {
    font-size: 24px;
	}
	.single-trip .entry-header .entry-title {
    margin-bottom: 15px;
    font-size: 24px;
	}
	.absolute-logo .text-right {
    text-align: center;
	}
	.text-copyright p {
    text-align: center;
	}
	.destination-favourite p {
		font-size: 16px;
	}
	.destination-favourite h4 {
		font-size: 22px;
	}
	.frame-text span {
    font-size: 18px;
	}
	.frame-text h2 {
		font-size: 26px;
	}
	.booking-with-us:after{
		content: none;
	}
}
