/*
Theme Name: tourm-child
Template: tourm
Version: 1.0
*/

/* Global */
:root {
  --theme-color: #4ab663;
  --primary-color: #3a6d43;
  --title-color: #3a6d43;
  --body-color: #6E7070;
  --smoke-color: #edfad7;
  --smoke-color2: #a5d84a;
}

/* Header */
.header-logo .logo img {
	margin: 0 !important;
    height: auto !important;
    width: 150px;
}

.header-layout1 .main-menu{
	padding-left: 350px !important;
}

@media (max-width: 1199px) {
	.header-layout1 .sticky-wrapper .menu-area {
		padding: 0;
	}
}

/* Home */
@media (min-width: 1024px) {
	.hero-style7 {
		padding: 180px 40px !important; 
	}
}

.hero-style7{
	padding: 120px 20px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
	display: none;
}

.th-widget-about img:not([draggable]){
	max-width: 50% !important;
}

/* About */
.about-item{
	max-width: 500px;
}

.choose-item .box-icon{
	background: #3a6d43;
	border-radius: 50%;
}

.about-item_img img{
	width: 40px !important;
}

/* Testimonial */
.testi-card{
	background-color: #edfad7;
}

.testi-card_text{
	font-size: 16px !important;
}

.box-title{
	font-size: 20px;
	font-weight: 700;
}

/* Services */
.destination-item .destination-text{
	margin-bottom: 0;
}

.destination-item .th-btn{
	display: none;
}

.price-box .col-xl-4{
	width: 50%;
}

@media (max-width: 1028px) {
  .price-box .col-xl-4 {
    width: 100%;
  }
}


/* Banner Overlay */
.breadcumb-wrapper {
  position: relative;
  overflow: hidden;
}

.breadcumb-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.breadcumb-wrapper .breadcumb-content {
  position: relative;
  z-index: 2;
}

.price-card_content{
	padding: 0 30px;
}

.price-card_wrapp{
	padding: 30px !important;
}

.price-card_icon{
	width: 30px;
	height: auto;
}

.price-card .box-title{
	font-size: 22px;
}

.price-card .th-btn{
	margin-top: 30px;
}


.checklist li::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10' stroke='%233a6d43' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5' stroke='%233a6d43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 2px;
}

/* Contact */
.contact-form2{
	border-radius: 20px;
}



