html, body {
	width: 100%;
	overflow-x: hidden;
}

.newsletter-wrap {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.newsletter-wrap input[type="email"] {
    width: 100%;
    height: 64px;
    padding: 0 170px 0 28px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.newsletter-wrap input::placeholder {
    color: #9aa3af;
}

.newsletter-wrap input[type="submit"] {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 52px;
    padding: 0 32px;
    border-radius: 40px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
	font-family: outfit, sans-serif;
}

.newsletter-wrap input[type="submit"]:hover {
    background: #017B6E;
}

.wpcf7 form p {
    margin: 0;
}

.wpcf7-response-output {
    margin-top: 15px;
    border-radius: 8px;
}

.premium-blog-entry-meta {
	position: absolute;
	top: 250px;
	padding: 10px;
	border-radius: 30px;
	background-color: #fff;
	margin-left: 25px;
	color: #000 !important;
}
.premium-blog-post-container 
.premium-blog-content-wrapper {
	padding-top: 30px !important;
	background-color: transparent !important;
}
.premium-blog-post-outer-container:hover 
.premium-blog-entry-meta {
	background-color: #017B6E !important;
	color: #fff !important;
}
.premium-blog-post-outer-container:hover h2 a {
	color: #017B6E !important;
}
.hfe-post-content {
	text-align: center !important;
}

.hover-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.hover-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hover-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(1,123,110,0.45);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.hover-icon {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    font-size: 42px;
    z-index: 3;
    transition: all 0.4s ease;
}

.hover-card:hover img {
    transform: scale(1.1);
}

.hover-card:hover::after {
    opacity: 1;
}

.hover-card:hover .hover-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.sp_icon {
	display: none;
}

.amazing-section:hover .sp_icon {
	display: block;
}

.amazing-section:hover {
	background-color: #017B6E!important;
}

.amazing-section:hover h4 {
	color: #fff !important;
}

.wpr-testimonial-meta {
	display: none !important;
}
.wpr-testimonial-content-inner {
	margin: 0px !important;
}
div#wpr-testimonial-prev-9c5000d,
div#wpr-testimonial-next-9c5000d {
	height: 50px !important;
	width: 50px !important;
}
.wpr-testimonial-arrow {
	top: 47% !important;
}
.wpr-testimonial-prev-arrow {
	background-image: url(https://license.flextheme.net/demo-content/flex-travel-agency-pro/assets/images/left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: -10% !important;
}
.wpr-testimonial-next-arrow {
	background-image: url(https://license.flextheme.net/demo-content/flex-travel-agency-pro/assets/images/right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	right: -10% !important;
}

.tour-section,
.testimonial-section,
.footer-section  {
	background-size: 100% 100% !important;
}

.tour-card {
  height: 390px !important;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background: #000;
  color: #fff;
}

.tour-img,
.tour-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-img::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.2)) !important;
}

.tour-location {
  position: absolute;
  top: 275px;
  left: 0px !important;
  background: rgba(255, 255, 255, 0) !important;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 400;
  color: #fff;
  z-index: 10;
}

.tour-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.tour-meta .tour-time {
    line-height: 100%;
    font-weight: 400;
    font-family: 'Outfit';
    font-size: 14px;
    margin-right: 40px;
}

.tour-meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
}
.tour-content h3 {
	color: #fff !important;
	font-size: 20px;
    font-family: 'Outfit';
    font-weight: 500;
    line-height: 100%;
}

.tour-meta .tour-price {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Outfit';
    line-height: 100%;
}

.tour-link {
  display: block;
  text-decoration: none;
  color: inherit;
  traget: blank;
}

.tour-link:hover .tour-card {
  transform: translateY(-6px);
  transition: 0.3s ease;
}
.tour-link{
  display:block;
  text-decoration:none;
  color:inherit;
}
.single-tour-page {
	padding: 80px 0px 80px 0px !important;
	    background-color: #017B6E;
}
.main-tour,.tour-info {
	color: #fff;
}
.tour-info {
	padding-top: 20px !important;
}
.feature-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    background: #eaf4f2;
    padding: 30px 25px;
    border-radius: 18px;
    transition: 0.3s ease;
}

.feature-card:hover {
    background: #0f766e;
    color: #fff;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.feature-icon img {
    width: 36px;
    height: auto;
}

.feature-card h3 {
    font-size: 20px;
	font-family: 'Outfit';
	font-weight: 700;
    margin-bottom: 10px;
	color: #000 !important;
}
.feature-card:hover h3 {
	color: #fff !important;
}

.feature-card p {
    font-size: 16px;
    line-height: 24px;
	color: #000;
	font-family: 'Outfit';
    font-weight: 300;
	opacity: 1;
}

.feature-card:hover p {
	color: #fff !important;
}

.feature-card:hover .read-more {
	color: #fff !important;
}

.feature-card .read-more {
    display: inline-block;
	margin-top: 0px !important;
    font-weight: 500;
    text-decoration: none;
    color: #000;
	font-family: 'Outfit';
    font-size: 16px;
	line-height: 24px;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.destination-card {
    height: 300px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.destination-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.15));
    z-index: 1;
}

.destination-content {
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 6px 16px;
    transition: all 0.3s ease;
}

.destination-content h3 {
    color: #000;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.destination-number {
    width: 28px;
    height: 28px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.destination-card:hover .destination-content {
    background-color: #017B6E;
}

.destination-card:hover .destination-content h3 {
    color: #fff;
}

.main-colum {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(3px);
	border-radius: 30px;
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset 0 1px 1px rgba(255,255,255,0.35),
        0 10px 40px rgba(0,0,0,0.25);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	display: none; 
}
.swiper-button-next::before {
	content: "\f061"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
} 
.swiper-button-next {
	width: 50px !important; 
	height: 50px !important; 
	color: #fff !important;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.25); 
} 
.swiper-button-prev::before { 
	content: "\f060"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
} 
.swiper-button-prev { 
	width: 50px !important; 
	height: 50px !important; 
	color: #fff !important;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.25);  
}

.breadcrumb-area {
	background-image: url(https://license.flextheme.net/theme-images/flex-travel-agency-pro/home-banner.png) !important;
	height: 550px !important;
}
.breadcrumb-title {
	font-family: outfit;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.flex-med-breadcrumb-title {
	font-family: outfit;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.post-thumbnail {
	justify-content: left !important;
}

._dLayout.wbtm_search_area.inputInline {
	padding: 50px;
	background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(3px);
	border-radius: 0px 30px 30px 30px;
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset 0 1px 1px rgba(255,255,255,0.35),
        0 10px 40px rgba(0,0,0,0.25);
}
._dLayout.wbtm_search_area.inputInline h4 {
	display: none;
}
.wbtm_style .wbtm_search_area {
	margin-bottom: 0px !important;
	background: transparent !important;
}
.wbtm_style {
	background: none !important;
}
.wtbm_fdColumn {
	color: #fff !important;
	font-size: 15px;
	font-family: outfit !important;
	font-weight: 500 !important;
}
.wbtm_style .themeButton, .wbtm_style [class*=_themeButton] {
	background-color: #000 !important;
}
.wbtm_search_location_toggle {
	display: none !important;
}

.cf7-contact-form {
    max-width: 900px;
    margin: auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-col {
    width: 50%;
}

.cf7-col-full {
    width: 100%;
}

.cf7-contact-form input,
.cf7-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
    background: #f9f9f9;
}

.cf7-contact-form input:focus,
.cf7-contact-form textarea:focus {
    border-color: #017B6E;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(1,123,110,0.15);
}

.cf7-contact-form input[type="submit"] {
    background: #017B6E;
    color: #ffffff;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 12px;
    transition: 0.3s;
}

.cf7-contact-form input[type="submit"]:hover {
    background: #015e55;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    color: red;
    margin-top: 5px;
}

.wpcf7-response-output {
    margin-top: 20px;
    border-radius: 10px;
    padding: 12px;
}

.testimonial-wrapper {
    margin: auto;
    text-align: center;
}

.testimonial-images {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.testimonial-thumb {
    width: 120px;
    height: 70px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    border: 3px solid transparent;
}

.testimonial-thumb.active {
	border-radius: 100%;
    opacity: 1;
    transform: scale(1.15) translateY(-15px);
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    z-index: 10;
}

.testimonial-slider {
    background: #fff;
    border-radius: 100px;
    padding: 40px;
}

.testimonial-slide {
    display: none;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-slide h3 {
    margin-bottom: 5px;
}

.stars {
    color: #f4b400;
    font-size: 18px;
}

.testimonial-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.testimonial-slider {
    background: #fff;
    border-radius: 150px;
    padding: 60px 80px;
    position: relative;
    z-index: 2;
}

.testimonial-wrapper .nav {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-size: 20px;       
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    line-height: 1;     
    position: absolute;
    top: 68%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}

.testimonial-wrapper .prev {
    left: -70px;
}

.testimonial-wrapper .next {
    right: -70px;
}

.wbtm_style {
	padding: 0px !important;
}

.eael-simple-menu-container {
	border-radius: 50px !important;
}
.travica-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background: rgba(0,0,0,0.4);
}

.travica-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.travica-menu li {
    margin: 0 14px;
}

.menu-logo {
    margin: 0 50px;
    font-size: 22px;
    font-weight: 700;
}

.menu-logo a {
    color: #fff;
    text-decoration: none;
}

.menu-left a,
.menu-right a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.menu-btn a {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
}

.search-box {
    padding: 6px 14px;
    border-radius: 20px;
    background: #000;
    color: #fff;
    font-size: 14px;
}

.breadcrum-con {
	text-align: center;
}
.flex-service-section {
    background: #fff;
    padding: 80px 0;
    color: #fff;
}

.service-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
	color: #000;
}

.service-description p {
    color: #000 !important;
    line-height: 1.8;
    margin-bottom: 18px;
	font-family: 'Outfit';
    font-size: 18px;
}

.service-points {
    margin-top: 30px;
}

.service-points li {
    margin-bottom: 12px;
    list-style: disc;
}

.related-services {
    background: #171717;
    color: #fff;
    border-radius: 12px;
    padding: 25px;
}

.related-services h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.related-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.related-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
	filter: invert(1);
}

.related-item h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.related-item p {
    font-size: 14px;
    color: #000;
}

.related-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    text-decoration: none;
    color: #000;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.related-item h5,
.related-item p {
    transition: color 0.3s ease;
}

.related-item:hover {
    background: #017B6E;
}

.service-points li {
	color: #000;
}

.related-item h5 {
	color: #fff;
} 
.related-item p {
	color: #fff;
} 

.related-item:hover h5 {
    color: #fff;
}

.related-item:hover p {
    color: #fff;
}

.dest-section {
    padding: 80px 0;
}

.dest-image img {
    width: 100%;
    border-radius: 20px;
}

.dest-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: outfit;
}

.dest-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
}

.dest-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    border: 1px solid #017b6e;
    border-radius: 30px;
    color: #017b6e;
    text-decoration: none;
    transition: all 0.3s ease;
	font-family: outfit;
	font-size: 18px;
	font-weight: 500;
}

.dest-btn:hover {
    background: #017b6e;
    color: #fff;
}

.tours-section {
    padding: 80px 0;
}

.tours-image img {
    border-radius: 12px;
    width: 100%;
}

.tours-content .hid {
    font-size: 36px;
    margin-bottom: 20px;
	color: #000;
	font-family: 'Outfit';
    font-weight: 700;
}

.tours-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}

.tours-info {
    list-style: none;
    padding: 0;
    margin-top: 25px;
	color: #000;
}

.tours-info li {
    margin-bottom: 10px;
    font-size: 16px;
}
.tour-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.tour-content {
    width: 100%;
}

.top-same-gradient {
    background: linear-gradient(
        180deg,
        rgb(252, 254, 253) 0%
        rgb(252, 254, 253) 40%,
        rgb(236, 248, 244) 70%, 
        rgb(231, 245, 240) 100% 
    );
}

.about-sed .elementor-counter-number-wrapper::after { 
	content: '';
	position: absolute;
	width: 55%;
	height: 40%;
	top: 9px;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	left: 42px;
}

.col-conter .elementor-counter-number-wrapper::after { 
	content: '';
	position: absolute;
	width: 100%;
	height: 75%;
	top: 0px;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	left: 0px;
}
.blog-con {
	padding-top: 40px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #017B6E;
  width: 45px;
  height: 45px;
 display: flex !important;
    align-items: center !important;
    justify-content: center;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
}

#return-to-top:hover {
	background-color: #000;
}

.featured-destinations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.destination-card {
  position: relative;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.destination-card::before {
  display: none;
}

.card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 18px;
}

.card-label {
  background: #fff;
  z-index: 999;
  width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.destination-card:hover .card-label {
	background-color: #017B6E;
}
.destination-card:hover .destination-name, .destination-count {
	color: #fff !important;
}

.destination-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.destination-count {
  width: 28px;
  height: 28px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.destination-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu_icon, .hfe-search-submit, .fa-search {
	cursor: pointer;
}
.menu_icon .e-font-icon-svg {
	cursor: pointer;
}

.taxonomy-page {
    display: flex;
    gap: 20px;
    width: 1360px;
    margin: 40px auto;
}

.taxonomy-sidebar {
	padding: 30px;
    border: 1px solid #dee2e6 !important;
    border-radius: 20px;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
}
.taxonomy-content {
    padding: 15px;
    border: 1px solid #dee2e6 !important;
    border-radius: 20px;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
}

.ta
.child-terms-box {
    border: 1px solid #ddd;
    padding: 20px;
}

.child-terms-box h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.child-terms-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.child-terms-box li {
    margin-bottom: 10px;
}

.child-terms-box a {
    text-decoration: none;
}

.child-terms-box a:hover {
    color: #017B6E;
}

.taxonomy-post {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.taxonomy-term-banner {
    margin-bottom: 30px;
}

.taxonomy-term-banner img {
    height: 380px;
	max-width: 335px;
    object-fit: cover;
    border-radius: 18px;
}

.taxonomy-post {
    margin-bottom: 40px;
}

.taxonomy-post-image img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 15px;
}

.taxonomy-description {
    max-width: 800px;
    margin-bottom: 40px;
}
.child-terms-box h3 {
	font-family: outfit;
	font-weight: 600;
	color: #017B6E !important;
	font-size: 20px !important;
}
.child-terms-list li {
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 500;
    line-height: 100%;
    color: #000 !important;
    opacity: 1;
}
.taxonomy-term-title {
	font-family: 'Outfit';
    font-size: 40px;
    font-weight: 700;
}
.taxonomy-empty-message {
	font-family: 'Outfit';
    font-size: 16px;
    font-weight: 400;
	color: #000;
}

/* Responsive CSS */

@media only screen and (min-width: 10px) {
    div.wbtm_container {
        width: 100%;
        max-width: 1200px;
        margin: 0px !important;
    }
}

@media (max-width: 1024px) {
	.col-lg-3, .col-lg-9 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.taxonomy-page {
		    display: flex;
        gap: 10px;
        width: 100%;
        margin: 0px;
		padding: 50px 20px;
	}
    .destination-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .destination-card {
        height: 260px;
    }

    .destination-content h3 {
        font-size: 16px;
    }
    .feature-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .tour-location {
		top: 255px;
	}
    .hover-icon {
		left: 50% !important;
		top: 50% !important;
	}
    .premium-blog-entry-meta {
		position: static !important;
		margin: 0px !important;
	}
	.about-sed .elementor-counter-number-wrapper::after {
		top: 22px;
	}
	.col-conter .elementor-counter-number-wrapper::after {
		top: -5px;
	}
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 0% !important;
        /* flex: 0 0 25%; */
        /* max-width: 25%; */
    }
}

@media (max-width: 991px) {

    .testimonial-thumb {
        width: 90px;
        height: 55px;
    }

    .testimonial-slider {
        padding: 40px 50px;
        border-radius: 100px;
    }

    .testimonial-wrapper .nav {
        width: 46px;
        height: 46px;
        font-size: 18px;
        top: 65%;
    }

    .testimonial-wrapper .prev {
        left: -55px;
    }

    .testimonial-wrapper .next {
        right: -55px;
    }
}

@media (max-width: 769px) {
	.sp_icon {
		left: 8px !important;
	}
}


@media  (max-width: 768px) {
	.col-lg-9 {
		width: 75% !important;
	}
	.col-lg-3 {
		width: 25% !important;
	}
	.taxonomy-sidebar {
		margin-bottom: 30px !important;
		padding: 15px !important;
	}
	.taxonomy-page {
		display: flex !important;
        gap: 20px;
        width: 100%;
        margin: 0px;
		padding: 50px 20px;
	}
    .premium-blog-entry-meta {
		position: static !important;
		margin: 0px !important;
	}
	.elementor-462
	.elementor-element
	.elementor-element-75b45ccc 
	.premium-blog-post-outer-container {
		padding: 0px !important;
	}
	.about-sed .elementor-counter-number-wrapper::after {
		width: 65% !important;
		left: 20px;
	}
	.featured-destinations-grid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
	}
}

@media (max-width: 767px) {
	.taxonomy-page {
		display: block !important;
        gap: 10px;
        width: 100%;
        margin: 0px;
		padding: 50px 20px;
	}
	.col-lg-9 {
		width: 100% !important;
	}
	.col-lg-3 {
		width: 100% !important;
	}
    .testimonial-images {
        gap: 10px;
        margin-bottom: 20px;
    }

    .testimonial-thumb {
        width: 70px;
        height: 45px;
    }

    .testimonial-slider {
        padding: 30px 25px;
        border-radius: 40px;
    }

    .testimonial-slide h3 {
        font-size: 18px;
    }

    .testimonial-slide p {
        font-size: 14px;
        line-height: 1.6;
    }

    .stars {
        font-size: 16px;
    }

    .testimonial-wrapper .nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
        top: 60%;
    }

    .testimonial-wrapper .prev {
        display: none;
    }

    .testimonial-wrapper .next {
        display: none;
    }
    .cf7-row {
        flex-direction: column;
    }

    .cf7-col {
        width: 100%;
    }
	.review-wrapper {
		display: block !important;
		padding-top: 20px !important;
	}
    .breadcrumb-title {
		font-size: 25px;
	}
	.flex-med-breadcrumb-title {
		font-size: 15px;
	}
    .elementor-widget.elementor-mobile-align-center 
    .elementor-icon-list-item, .elementor-widget
    .elementor-mobile-align-center .elementor-icon-list-item a {
        justify-content: left !important;
    }
    .destination-grid {
        grid-template-columns: 1fr;
    }

    .destination-card {
        height: 300px;
    }

    .destination-content {
        bottom: 12px;
        left: 12px;
        right: 12px;
        padding: 6px 14px;
    }

    .destination-content h3 {
        font-size: 15px;
    }

    .destination-number {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }

	._dLayout.wbtm_search_area.inputInline {
		border-radius: 0px 0px 30px 30px !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}
	.hover-icon {
		left: 50% !important;
		top: 50% !important;
	}
}
@media  (max-width: 600px) {
    .feature-card-wrapper {
        grid-template-columns: 1fr;
    }
    .tour-content h3 {
		font-size: 18px !important;
	}
    .newsletter-wrap input[type="email"] {
        padding-right: 20px;
    }

    .newsletter-wrap input[type="submit"] {
        position: static;
        width: 100%;
        margin-top: 12px;
        height: 50px;
    }
	.featured-destinations-grid {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
	}
	.elementor-icon-list-item {
		text-align: center !important;
	}
	.testimonial-thumb.active {
		transform: scale(1.15) translateY(-3px);
	}
}

@media (max-width: 480px) {
	.child-terms-box {
		text-align: center;
	}
	.taxonomy-term-title {
		font-size: 35px !important;
		text-align: center;
	}
	.taxonomy-empty-message {
		text-align: center;
	}
	.dest-btn {
		display: block;
		text-align: center;
	}
	.taxonomy-term-banner img {
		width: 100% !important;
		max-width: 100% !important;
	}
    .testimonial-thumb {
        width: 60px;
        height: 40px;
    }

    .testimonial-slider {
        padding: 25px 20px;
        border-radius: 30px;
    }

    .testimonial-wrapper .nav {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
	.inner-col {
		width: 13% !important;
	}
	.inner-kar {
		width: 70% !important;
	}
}

@media (max-width: 425px) {
	._dLayout.wbtm_search_area.inputInline {
		padding: 20px !important;
	}
	.wtbm_fdColumn {
		font-size: 10px !important;
	}
}

@media (max-width: 376px) {
    .testimonial-thumb {
        width: 55px;
        height: 40px;
    }
}
@media (max-width: 360px) {
    .testimonial-thumb {
        width: 44px;
        height: 40px;
    }
}

@media (max-width: 340px) {
	.inner-col {
		width: 18% !important;
	}
	.inner-kar {
		width: 70% !important;
	}
}