* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #1e1e1e;
	color: #fff;
	text-shadow: none;
}

body {
	padding: 42px 20px 18px;
}

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: block;
	z-index: 999999;
	transition: all 0.3s ease-in-out;
}

#masthead.hide {
  transform: translateY(-100%);
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
/* 	float: right; */
}

.hide-show-menu {
	display:none !important;
}

#masthead:has(.elementor-menu-toggle.elementor-active) {
    background-color: #ffffff;
}

.sticky .header-contact-info {
    display: none !important;
}

#masthead.sticky {
	background-color: #fff;
}

.sticky .elementor-menu-toggle svg path{
    fill: #141414;
}

.sticky .header-logo .elementor-widget-container{
    margin-top: 0px !important;
	margin-bottom: -24px !important;
}

.sticky .nav-bar a{
    color: #141414 !important;
}

.sticky .nav-bar a:hover{
    color: #20C210 !important;
}

.sticky .nav-bar .menu-item span svg path{
    fill: #141414 !important;
}

.sticky .header-options .elementor-icon-list-item span svg path{
    fill: #141414 !important;
}

.sticky .search-btn .tgs-search-icon-trigger {
	color: #141414 !important;
}

.header-options li:last-child {
    margin-right: 0 !important;
}

.header-container{
    overflow: visible !important;
}

.header-container .elementor-widget-container{
    overflow: visible !important;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

/* Hero section css */
/* 
.hero-section {
    position: relative;
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(307deg, rgba(0, 0, 0, 0.30) 10.03%, rgba(0, 0, 0, 0.12) 34.78%), 
        linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.15) 22.6%);
	border-radius: 10px;
    z-index: 1;
}
.hero-section > .e-con-boxed {
    position: relative;
    z-index: 2;
} */

.text-h1-700 {
	font-weight: 700;
	font-size: 52px;
	letter-spacing: 1.5px;
}

.text-h2-700 {
	font-weight: 700;
	letter-spacing: 0.9px;
}

.footer-text-700 {
	font-weight: 700;
}

.home-offer-text {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 1px;
}

.your-way-grd {
    position: relative;
    overflow: hidden;
}

.your-way-grd::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(30, 30, 30, 0.00) 16%,
        rgba(30, 30, 30, 0.80) 75%,
        #1E1E1E 100%
    );
    z-index: 1;
    pointer-events: none;
}

.testimonial-container{
    padding-left:calc((1280px - 100%) / -2) !important;
}

.footer-address {
	width: 24.8% !important;	
}

.footer-contificate,
.footer-logos {
	width: auto !important;
}

/* .footer-main-container {
	position: fixed !important;
	bottom: 20px;
} */

.info-section-list svg{
    margin: 0px !important;
}

.info-section-list .elementor-icon-list-text {
    padding-inline-start: 12px !important;
}

.hero-pro-image {
	position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
	height: 116px !important;
}


.hero-pro-image img,
.hero-pro-image a{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
	transition: transform 0.5s ease;
}

.home-await-img{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
	height: 200px !important;
}

.home-await-img img,
.home-await-img a{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
	transition: transform 0.5s ease;
}

.await-tou-container {
	flex-wrap: nowrap !important;
}

.await-tour-con2 {
	height: 100% !important;	
} 

.await-tou-container:hover .home-await-img img,
.banner-product-main:hover .hero-pro-image img{
    transform: scale(1.1);
}

.rotate-icon .elementor-icon svg{
    transition: transform 0.3s ease, fill 0.3s ease;
    transform-origin: center;
}

.rotate-icon a,
.nav-bar .elementor-menu-toggle__icon--open svg{
	display: block;
}

.await-tou-container:hover .rotate-icon .elementor-icon svg,
.banner-product-main:hover .rotate-icon .elementor-icon svg{
    transform: rotate(45deg);
}

.await-tou-container:hover .rotate-icon svg rect,
.banner-product-main:hover .rotate-icon svg rect{
    fill: #20C210;
}

.await-tou-container:hover .rotate-icon svg path,
.banner-product-main:hover .rotate-icon svg path{
    fill: #ffffff;
}

.await-tou-container:hover .await-price-hover .elementor-heading-title{
    color: #0F71DD;
    transition: color 0.3s ease;
}

.await-you-gird-main .listing_grid .await-tour-title h6{
    font-size: 18px !important;
}

.home-popular-picks .home-await-img{
	height: 250px !important;
}

.home-popular-picks .home-await-dn {
    left: 20px !important;
    top: 20px !important;
}

.home-popular-picks .await-tour-con2 {
    padding: 20px !important;
}

.home-your-way {
    position: relative !important;
    overflow: hidden !important;
}

.home-your-way::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image: inherit !important;
    background-size: cover !important;
    background-position: center !important;
	background-repeat: no-repeat !important;
    transition: transform 0.5s ease !important;
    z-index: 0 !important;
}

.home-your-way::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(30,30,30,0) 16.03%,
        rgba(30,30,30,0.80) 75.12%,
        #1E1E1E 99.96%
    );
    z-index: 0;
}

.home-your-way:hover::before {
    transform: scale(1.1) !important;
}

.home-your-way .elementor-widget-heading {
    position: relative !important;
    z-index: 1 !important;
}

.hero-section *{
    position: relative;
    z-index: 999;
}

/* Hide icon by default */
.home-your-way .elementor-widget-icon {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.4s ease;
}

/* Show icon on hover */
.home-your-way:hover .elementor-widget-icon {
    opacity: 1;
    transform: translateX(0);
}

/* .hero-product .product_title.elementor-heading-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.get-upto-gradiant {
    position: relative;
    overflow: hidden;
}

.get-upto-gradiant::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(15, 113, 221, 0.2) 48.57%,
        rgba(15, 113, 221, 0.7) 63.66%,
        #0F71DD 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* About us page */

.about-scale-image {
    position: relative !important;
    overflow: hidden !important;
}

.about-scale-image::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image: inherit !important;
    background-size: cover !important;
    background-position: center !important;
	background-repeat: no-repeat !important;
    transition: transform 0.5s ease !important;
    z-index: 0 !important;
}

.about-scale-image:hover::before {
    transform: scale(1.1) !important;
}

.about-scale-image .elementor-widget-heading {
    position: relative !important;
    z-index: 1 !important;
}

.about-accrodian > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item:last-child > .e-n-accordion-item-title {
    border-bottom: none !important;
    padding-bottom: 0px;
}

/* MICE page */

.our-client-logos {
    min-width: calc(100% + 40px) !important;
    margin: -20px !important;  
    margin-block: 0 !important;
}

.logo-scroll-wrapper {
  overflow: hidden !important;
  width: 100% !important;
}

.logo-scroll-track {
  display: flex !important;
  gap: 25px !important;
  width: max-content !important;
  animation: scrollLogos 20s linear infinite;
}

.logo-scroll-track img {
	flex-shrink: 0 !important;
  width: auto !important;
}

.logo-scroll-track:hover {
  animation-play-state: paused;
    cursor: pointer;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Contact us page */

.contact-form-wrap form .row p {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-form-wrap label[for="phone"],
.contact-form-wrap label[for="special"] {
    display: block;
    margin-bottom: 6px;
}

.contact-form-wrap form input,
.contact-form-wrap form select{
    border-radius: 8px;
    border: none;
    background-color: #FFF;
    backdrop-filter: blur(23.5px);
    font-weight: 400;
    min-height: 56px;
    color: #A0A0A0 !important;
    font-size: 16px;
    line-height: normal;
    font-family: 'Arial', sans-serif;
    padding: 0 14px;
    margin-bottom: 16px;
    outline: none;
}

.contact-form-wrap form textarea {
    border-radius: 8px;
    border: none;
    background-color: #fff;
    backdrop-filter: blur(23.5px);
    color: #A0A0A0;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    font-family: 'Arial', sans-serif;
    padding: 18px 14px;
    min-height: 40px;
    height: 111px;
    outline: none;
}

.contact-form-wrap form input::placeholder,
.contact-form-wrap form textarea::placeholder,
.contact-form-wrap form select::placeholder {
    color: #A0A0A0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form-wrap form input.wpcf7-submit {
    background: #20C210;
    color: #fff !important;
    border: 1px solid #20C210;
    font-weight: 400;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 130% !important;
    transition: 0.3s ease-in-out;
    padding: 12px 24px !important;
    margin: 40px auto 0 auto;
    min-height: auto;
    border-radius: 70px;
    width: auto;
}

.contact-form-wrap form input.wpcf7-submit:hover {
    border: 1px solid #20C210;
    background-color: transparent;
    color: #20C210 !important;
}

.contact-form-wrap br {
    display: none;
}

.wpcf7-form input.wpcf7-not-valid {
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.wpcf7-not-valid-tip.cf7av-error {
    margin-top: -8px;
    margin-bottom: 10px;
}

.wpcf7-form input.wpcf7-not-valid:focus {
    box-shadow: none;
}

.cf7-ajax-ok-btn{
	margin-top: 16px;	
}

.cf7-ajax-close {
    top: 20px;
    right: 20px;
}

.iti {
	margin-bottom: 16px;	
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {
    padding: 0px 12px;
    background-color: transparent;
    border-radius: 0px;
}

.iti .iti__selected-dial-code {
    color: #1e1e1e;
    font-weight: 400;
}

/* Blog Detail, Single Product, WooCommerce Cart & Checkout header */

/* LINKS */
.single-post .nav-bar a,
.single-product.elementor-page-2920 .nav-bar a,
.single-product.elementor-page-2942 .nav-bar a,
.single-product.elementor-page-3191 .nav-bar a,
.single-product.elementor-page-4293 .nav-bar a,
.elementor-page-3368 .nav-bar a,
.elementor-page-3370 .nav-bar a,
.elementor-page-1231 .nav-bar a,
.woocommerce-cart .nav-bar a,
.woocommerce-checkout .nav-bar a,
.search-results .nav-bar a,
.error404 .nav-bar a,
.cmplz-document .nav-bar a{
    color: #141414 !important;
}

/* NAV ICONS */
.single-post .nav-bar .menu-item span svg path,
.single-product.elementor-page-2920 .nav-bar .menu-item span svg path,
.single-product.elementor-page-2942 .nav-bar .menu-item span svg path,
.single-product.elementor-page-3191 .nav-bar .menu-item span svg path,
.single-product.elementor-page-4293 .nav-bar .menu-item span svg path,
.elementor-page-3368 .nav-bar .menu-item span svg path,
.elementor-page-3370 .nav-bar .menu-item span svg path,
.elementor-page-1231 .nav-bar .menu-item span svg path,
.woocommerce-cart .nav-bar .menu-item span svg path,
.woocommerce-checkout .nav-bar .menu-item span svg path,
.search-results .nav-bar .menu-item span svg path,
.error404 .nav-bar .menu-item span svg path,
.cmplz-document .nav-bar .menu-item span svg path{
    fill: #141414 !important;
}

/* HEADER ICON LIST */
.single-post .header-options .elementor-icon-list-item span svg path,
.single-product.elementor-page-2920 .header-options .elementor-icon-list-item span svg path,
.single-product.elementor-page-2942 .header-options .elementor-icon-list-item span svg path,
.single-product.elementor-page-3191 .header-options .elementor-icon-list-item span svg path,
.single-product.elementor-page-4293 .header-options .elementor-icon-list-item span svg path,
.elementor-page-3368 .header-options .elementor-icon-list-item span svg path,
.elementor-page-3370 .header-options .elementor-icon-list-item span svg path,
.elementor-page-1231 .header-options .elementor-icon-list-item span svg path,
.woocommerce-cart .header-options .elementor-icon-list-item span svg path,
.woocommerce-checkout .header-options .elementor-icon-list-item span svg path,
.search-results .header-options .elementor-icon-list-item span svg path,
.header-options.menu-active .elementor-icon-list-item span svg path,
.error404 .header-options .elementor-icon-list-item span svg path,
.cmplz-document .header-options .elementor-icon-list-item span svg path{
    fill: #141414 !important;
}

/* CART ICON */
.single-post .menu-cart span svg path,
.single-product.elementor-page-2920 .menu-cart span svg path,
.single-product.elementor-page-2942 .menu-cart span svg path,
.single-product.elementor-page-3191 .menu-cart span svg path,
.single-product.elementor-page-4293 .menu-cart span svg path,
.elementor-page-3368 .menu-cart span svg path,
.elementor-page-3370 .menu-cart span svg path,
.elementor-page-1231 .menu-cart span svg path,
.woocommerce-cart .menu-cart span svg path,
.woocommerce-checkout .menu-cart span svg path,
.search-results .menu-cart span svg path,
.error404 .menu-cart span svg path,
.cmplz-document .menu-cart span svg path{
    fill: #141414 !important;
}

.elementor-page-3368 .xoo-wsc-icon-bag1:before,
.elementor-page-3370 .xoo-wsc-icon-bag1:before,
.elementor-page-1231 .xoo-wsc-icon-bag1:before,
.search-results .xoo-wsc-icon-bag1:before,
.cmplz-document .xoo-wsc-icon-bag1:before{
	background-color: #141414 !important;
}

/* MENU TOGGLE */
.single-post .elementor-menu-toggle svg path,
.single-product.elementor-page-2920 .elementor-menu-toggle svg path,
.single-product.elementor-page-2942 .elementor-menu-toggle svg path,
.single-product.elementor-page-3191 .elementor-menu-toggle svg path,
.single-product.elementor-page-4293 .elementor-menu-toggle svg path,
.elementor-page-3368 .elementor-menu-toggle svg path,
.elementor-page-3370 .elementor-menu-toggle svg path,
.elementor-page-1231 .elementor-menu-toggle svg path,
.woocommerce-cart .elementor-menu-toggle svg path,
.woocommerce-checkout .elementor-menu-toggle svg path,
.search-results .elementor-menu-toggle svg path,
.error404 .elementor-menu-toggle svg path,
.cmplz-document .elementor-menu-toggle svg path{
    fill: #141414 !important;
}

.tgs-search-icon-trigger.menu-active{
    color: #141414 !important;
}

/* HEADER CONTAINER */
.single-post .header-container,
.single-product.elementor-page-2920 .header-container,
.single-product.elementor-page-2942 .header-container,
.single-product.elementor-page-3191 .header-container,
.single-product.elementor-page-4293 .header-container,
.elementor-page-3368 .header-container,
.elementor-page-3370 .header-container,
.elementor-page-1231 .header-container,
.woocommerce-cart .header-container,
.woocommerce-checkout .header-container,
.search-results .header-container,
.error404 .header-container,
.cmplz-document .header-container{
  position: relative;
}

/* BORDER LINE */
.single-post .header-container::before,
.single-product.elementor-page-2920 .header-container::before,
.single-product.elementor-page-2942 .header-container::before,
.single-product.elementor-page-3191 .header-container::before,
.single-product.elementor-page-4293 .header-container::before,
.elementor-page-3368 .header-container::before,
.elementor-page-3370 .header-container::before,
.elementor-page-1231 .header-container::before,
.woocommerce-cart .header-container::before,
.woocommerce-checkout .header-container::before,
.search-results .header-container::before,
.error404 .header-container::before,
.cmplz-document .header-container::before{
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  width: 90%;     
  border-top: 1px solid #DEDEDE;
}

/* REMOVE BORDER WHEN STICKY */
.single-post .sticky .header-container::before,
.single-product.elementor-page-2920 .sticky .header-container::before,
.single-product.elementor-page-2942 .sticky .header-container::before,
.single-product.elementor-page-3191 .sticky .header-container::before,
.single-product.elementor-page-4293 .sticky .header-container::before,
.elementor-page-3368 .sticky .header-container::before,
.elementor-page-3370 .sticky .header-container::before,
.elementor-page-1231 .sticky .header-container::before,
.woocommerce-cart .sticky .header-container::before,
.woocommerce-checkout .sticky .header-container::before,
.search-results .sticky .header-container::before,
.error404 .sticky .header-container::before{
  display: none;
}

/* Search icon */
.single-post .search-btn .tgs-search-icon-trigger,
.single-product.elementor-page-2920 .search-btn .tgs-search-icon-trigger,
.single-product.elementor-page-2942 .search-btn .tgs-search-icon-trigger,
.single-product.elementor-page-3191 .search-btn .tgs-search-icon-trigger,
.single-product.elementor-page-4293 .search-btn .tgs-search-icon-trigger,
.elementor-page-3368 .search-btn .tgs-search-icon-trigger,
.elementor-page-3370 .search-btn .tgs-search-icon-trigger,
.elementor-page-1231 .search-btn .tgs-search-icon-trigger,
.woocommerce-cart .search-btn .tgs-search-icon-trigger,
.woocommerce-checkout .search-btn .tgs-search-icon-trigger,
.search-results .search-btn .tgs-search-icon-trigger,
.error404 .search-btn .tgs-search-icon-trigger,
.cmplz-document .search-btn .tgs-search-icon-trigger{
  color: #141414CC !important;
}

/* Blog detail page */

.blog-title-a a{
    font-family: "Helvetica Medium", Sans-serif !important;
    font-weight: 500 !important;
}

 .blog-content p{
	 color: #505050;
}

.blog-content h5 {
    font-family: "Helvetica Medium", Sans-serif !important;
    color: #1e1e1e;
    font-weight: 500 !important;
	margin-top: 32px;
    margin-bottom: 16px;
}

.blog-content ul {
    display: flex;
    flex-direction: column;
    padding: 16px 0px 16px 18px;
    gap: 8px;
}

.blog-content ul li{
	color: #505050;
}

/* Whatsapp icon in all screen */

.whatsapp-icon-bounce {
    position: fixed;
    bottom: 30px;
    right: 37px;
    z-index: 9999;
}

.whatsapp-icon-bounce img {
    animation: whatsapp-bounce 1s infinite;
}

@keyframes whatsapp-bounce {
    0%, 100% {
        transform: translateY(-5%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }
    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}

/* WppCommerce CSS */

.woocommerce-notices-wrapper {
	display: none !important;
}

.woocommerce-notices-wrapper {
    position: absolute;
    top: 30%;
    right: 2%;
/*     transform: translate(-50%, -50%); */
    z-index: 9999;
    width: 100%;
    max-width: 480px;
}

.woocommerce-notices-wrapper:focus-visible,
.woocommerce-message:focus-visible{
	outline: none !important;
}

.woocommerce .woocommerce-message {
    display: flex !important;
    align-items: center !important;
    justify-content: end !important; 
	max-width: 100% !important;
	gap: 16px;
    margin: 0;
    padding: 16px 0px 0px !important;
    border-radius: 10px;
    text-align: center;
	margin: 0px !important;
	line-height: 120% !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce .woocommerce-message .button {
    margin: 0;
    background: #20C210;
    color: #fff;
    border-radius: 20px;
    padding: 10px 16px;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

.woocommerce .woocommerce-message a:not(.button) {
    color: #20C210;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce .woocommerce-message::before {
	display: none !important;
}

.woocommerce div.product div.images img {
	border-radius: 12px !important;
}

/* AddtoAny social plugin */

.addtoany_list a {
	padding: 0px !important;	
}

.addtoany_share::after {
    content: "Share";
    font-size: 16px;
    margin-left: 8px;
    vertical-align: middle;
    color: #505050;
}

.a2a_full_footer {
    display: none;
}

.a2a_full {
    width: 800px !important;
	max-width: 800px !important;
    height: 500px !important;
	min-height: 500px !important;
    left: 0% !important;
    right: 0% !important;
    margin: 0px auto !important;
}

/* Blog listing home */
.home-blog-title .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_ftrd_img img {
    aspect-ratio: 3/2.165;
    object-fit: cover;
}

.latest-blog-img{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.latest-blog-img img,
.latest-blog-img a{
    width: 100% !important;
    object-fit: cover;
	transition: transform 0.5s ease !important;
}

.latest-blog-main:hover .latest-blog-img img{
    transform: scale(1.1);
}

.reading-time {
    color: #878787;
}

/* Tours Detail page */

.product-gallery .gallery {
    margin: 0 !important;
    gap: 12px !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 1fr;
}

.product-gallery .gallery br {
	display: none !important;
}

.product-gallery .gallery .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-gallery .gallery .gallery-item .gallery-icon img {
    display: block;
    border: none !important;
	width: 100%;
}

.product-gallery,
.product-gallery .gallery {
    height: 100%;
}

.product-gallery .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.product-gallery .gallery-item * {
    height: 100% !important;
}

.product-gallery .gallery-item img {
    object-fit: cover;
}

.tour-detail-li ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}

.tour-detail-li ul li {
    position: relative;
	padding-left: 16px;
}

.tour-detail-li ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 6px;
    height: 6px;
    background-image: url('/wp-content/uploads/2026/03/Ellipse-7.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
/* 
.tour-package-li ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
	margin: 12px 0px;
}

.tour-package-li ul li {
    position: relative;
    padding-left: 36px;
}

.tour-package-li ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/uploads/2026/03/done_shaped_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
} */

.tour-outskirt-li ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
}

.tour-outskirt-li ul li {
    position: relative;
	padding-left: 16px;
}

.tour-outskirt-li ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 6px;
    height: 6px;
    background-image: url('/wp-content/uploads/2026/03/Ellipse-7.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* WooCommerce Cart */

.cart-main-container {
    min-height: 42vh !important;
}

.woocommerce-info {
    background: #F2F2F7 !important;
    color: #1e1e1e !important;
    border-left: 4px solid #20C210 !important;
}

.woocommerce button.button, .woocommerce a.button {
    font-weight: 400;
}

.cart-page .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
	color: #141414 !important;
}

.cart-page .product-thumbnail a {
    display: inline-block;
    width: fit-content;
    height: auto;
}

.cart-page .woocommerce table.cart img {
	width: 100px !important;
	border-radius: 10px !important;
}

.cart-page .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border: 1px solid #ddd !important;
}

.cart-page .e-cart__container {
	grid-template-columns: 1fr 1fr !important;
	gap: 24px !important;
}

.cart-page .e-cart__column.e-cart__column-start{
	width: 900px !important;
}

.cart-page .woocommerce table.shop_table {
	margin-top: 0px !important;
}

/* Menu Cart */

/* .menu-cart  .elementor-menu-cart__wrapper *{
	display: flex;
} */

/* .menu-cart .elementor-menu-cart__toggle_button {
    padding: 0 !important;
    background-color: transparent !important; 
    border-radius: 0 !important;
}

.sticky .menu-cart span svg path{
    fill: #141414 !important;
} */

.xoo-wsc-basket,
.xoo-wsc-sc-subt,
.xoo-wsc-sc-cont .woocommerce-Price-amount{
    display: none;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    top: 5px;
}

.xoo-wsc-icon-bag1:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-mask: url('/wp-content/uploads/2023/12/shopping-bag.svg') no-repeat center;
    mask: url('/wp-content/uploads/2023/12/shopping-bag.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
}

.single-post .xoo-wsc-icon-bag1:before,
.single-product.elementor-page-2920 .xoo-wsc-icon-bag1:before,
.single-product.elementor-page-3191 .xoo-wsc-icon-bag1:before,
.woocommerce-cart .xoo-wsc-icon-bag1:before,
.woocommerce-checkout .xoo-wsc-icon-bag1:before,
.sticky .xoo-wsc-icon-bag1:before,
.xoo-wsc-cart-active .xoo-wsc-icon-bag1:before {
    background-color: #141414;
}

/* Checkout page */

.checkout * {
    font-family: "Arial regular", Sans-serif;
    line-height: 130%;
}

.checkout :where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 14px !important;
    line-height: normal !important;
}

.checkout .woocommerce-billing-fields .form-row .iti--allow-dropdown{
    width: 100% !important;
}

.checkout .woocommerce form .form-row{
    padding: 0px !important;
    margin: 0 0 16px !important;
}

.checkout .woocommerce form .form-row:last-child{
    margin: 0 0 0px !important;
}

.checkout .woocommerce-checkout .form-row-first {
    width: 50% !important;
}

.checkout .form-row{
    padding: 0px !important;
    margin: 0 0 16px !important;
}

.checkout .e-login-wrap {
    flex-direction: column;
}

.checkout .e-login-wrap .e-login-wrap-end {
    text-align: left;
    width: 100%;
}

.checkout .e-login-wrap-start {
    width: 100% !important;
}

.checkout .e-login-wrap-start .form-row {
    width: 100% !important;
}

.checkout h3 {
    margin-bottom: 24px !important;
}

.checkout .woocommerce table.shop_table th {
    background: transparent;
}

.checkout .woocommerce .coupon-container-grid {
    grid-template-columns: 1fr auto !important;
    gap: 24px;
	margin-top: 10px;
}

.checkout .woocommerce-checkout-payment {
    margin: 0 !important;
}

.checkout .woocommerce-checkout-payment .place-order{
    gap: 10px;
}


.checkout .wc_payment_method label {
	font-size: 16px;
	color: #505050;
}


.checkout ul.payment_methods li[class*=payment_method] {
	padding: 0px;
}

.checkout .woocommerce-privacy-policy-text p {
    margin-top: 0px !important;
}

.woocommerce .e-checkout__container .e-woo-select2-wrapper .select2-results__option {
    color: #1e1e1e !important;
    background-color: #FEFEFE !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #FEFEFE !important;
	color: #1e1e1e !important;
}

.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #FEFEFE !important;
}

.woocommerce .e-checkout__container .button.alt {
    width: fit-content !important;
}

/* Woocommerce sub checkout */
.woocommerce-order-pay .woocommerce {
    max-width: 800px;
    margin: 0px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 30px;
    font-size: 16px;
}

.woocommerce-order-pay .woocommerce .order_details {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.woocommerce-order-pay .woocommerce .order_details li {
    flex: 1 1 0;
    padding: 0 20px;
    border-left: 1px dashed #ddd !important;
    border-right: none;
}

.woocommerce-order-pay .woocommerce .order_details li:first-child {
    border-left: none !important;
    padding-left: 0;
}

.woocommerce-order-pay .woocommerce .order_details li {
    color: #505050;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.woocommerce-order-pay .woocommerce .order_details li strong {
    display: block;
    color: #141414 !important;
    text-transform: none;
    font-size: 18px;
    font-weight: 400 !important;
    margin-top: 6px;
    letter-spacing: normal;
}

.woocommerce-order-pay .woocommerce > p {
    font-size: 16px;
    color: #141414;
    margin-bottom: 16px;
}

.woocommerce-order-pay .woocommerce p:has(#btn-razorpay) {
    display: flex;
    gap: 12px;
}

#btn-razorpay {
    background: #20C210;
    color: #fff;
    border: 1px solid #20C210;
    font-size: 16px;
    transition: background 0.2s ease;
}

#btn-razorpay:hover {
    background: transparent;
    color: #20C210;
}

#btn-razorpay-cancel,
#tyh-custom-cancel {
    background: #fff;
    color: #20C210;
    border: 1px solid #20C210;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    margin-left: 0 !important;
}

#btn-razorpay-cancel:hover,
#tyh-custom-cancel:hover {
    background: #20C210;
    color: #fff;
}

#msg-razorpay-success {
    font-size: 16px;
    border-radius: 8px;
}

.woocommerce-order-pay .clear {
    display: none;
}

/* Hero banner slider */

.banner-product-show .swiper {
    max-width: 548px !important;
    margin-right: 0;
}

.banner-product-show .product_title.elementor-heading-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-loop-container {
	backdrop-filter: blur(15px);
	height: 100% !important;
}

/* Static layout for all slides */
.banner-product-show .swiper-wrapper {
    display: flex;
    transform: none;
   gap: 16px !important; 
}

.banner-product-show .swiper-slide {
    width: 260px !important;
    max-width: 260px !important;
    flex-shrink: 0 !important;
}


/* Search button icon/bar */

.tgs-style-icon {
    top: 5px !important;
}

.search-btn .tgs-search-icon-trigger {
    padding: 0 !important;
    background: transparent !important;
    width:24px !important;
    height: 24px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.search-btn .tgs-modal-close {
    width: auto;
    height: auto;
    right: 16px;
    top: 8px;
    background-color: transparent !important;
    color: #141414 !important;
    z-index: 999;
    padding: 0px !important;
}

.search-btn .tgs-search-form:focus-within {
    border-color: #20C210;
    box-shadow: none;
}

.tgs-search-button {
    background: #20C210;
}

.tgs-search-button:hover {
    background: #20C210;
}

.tgs-dropdown-close {
     background-color: transparent !important;
    color: #141414 !important;
    padding: 0px !important;
}

.tgs-result-section-title::before {
    background: #20C210;
}

.tgs-view-all {
    color: #20c210;
}

.tgs-item-title mark {
    color: #20c210;
    background-color: background-color: #d4f7d4;;
}

.tgs-result-item:hover {
    border-color: #20c210; 
}

.tgs-result-item::before {
    background: linear-gradient(135deg, #20c210 0%, #20c210 100%) !important;
}

.tgs-page-title .search-query {
    color: #20C210;
}

.tgs-page-title .search-query::after {
    background: linear-gradient(135deg, #20c210 0%, #20c210 100%) !important;
}

.tgs-search-results-page {
    margin-top: 16px;
    padding: 80px 0;
    background: inherit;
}

.tgs-results-section {
	margin-bottom: 24px;
}

.tgs-search-form:focus-within {
	border-color: #20C210;
    box-shadow: none;
}

/* Product gallary more option */

.product-gallery .gallery-item {
    position: relative;
    overflow: hidden; /* FIX cut issue */
}

.product-gallery .gallery-count-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;       
    height: 100% !important;         
/*     background: rgba(32, 194, 16, 0.3);  */
    color: #fff;                     
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;              
    font-weight: 700;            
    cursor: pointer;
    z-index: 10;
    backdrop-filter: blur(4px);      
    text-align: center;
    transition: none;       
	border-radius: 10px;
}

/* hover */
.product-gallery .gallery-count-badge:hover {
    transform: scale(1.08);
}
/* hide extra images normally */
.product-gallery .gallery-item {
    display: none;
}

/* show only first 4 */
.product-gallery .gallery-item:nth-child(-n+4) {
    display: block;
}

/* 👇 TEMP SHOW for lightbox only */
.product-gallery .gallery-item.temp-show {
    display: block !important;
}
/* ===============================
   ENQUIRY POPUP
================================ */

/* Overlay */
#enquiry-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none; /* ✅ MUST BE NONE */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* popup box */
#enquiry-popup .popup-inner{
	position:relative;
    background: #fff;
    width: 100%;
    max-width: 420px;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    /* ✅ prevent left shift */
    margin: auto;
}

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

/* Title */
#enquiry-popup h3{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

/* Inputs */
#enquiry-popup input,
#enquiry-popup textarea{
    width: 93%;
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.2s;
	font-family:inherit;
}

/* Focus */
#enquiry-popup input:focus,
#enquiry-popup textarea:focus{
    border-color: #2ecc71;
    outline: none;
}

/* Textarea */
#enquiry-popup textarea{
    min-height: 100px;
    resize: none;
}

/* Submit button */
#submit-enquiry{
    width: 100%;
    background: #2ecc71;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

#submit-enquiry:hover{
    background: #27ae60;
}



/* Close button */
.popup-close {
    position: absolute;
    margin-top: 10px;
    right: 10px;
    top: 0;
    width: auto;
    background: #eee;
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
	font-size:30px;
}
/* Message Box Base */
.enquiry-message {
	display:none;
	background:mintcream;
    padding: 12px 16px;
    margin-bottom: 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

/* ✅ Success Message */
.enquiry-message.success {
    display: none;
    background-color: #e6f9f0;
    color: #0f9d58;
    border: 1px solid #b7ebc6;
}

/* ❌ Error Message */
.enquiry-message.error {
    display: none;
    background-color: #fdecea;
    color: #d93025;
    border: 1px solid #f5c2c0;
}

/* Mobile */
@media (max-width: 480px){
    #enquiry-popup .popup-inner{
        margin: 15px;
        padding: 20px;
    }
}

.webtomizer_wcdp_single_deposit_form.wc-deposits-options-form{
    display: none;
}
 
/* Order detail page */
 
.woocommerce-order {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    max-width: 80%;
	width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto !important;
}
 
.woocommerce-thankyou-order-received {
    font-family: "Arial regular", Sans-serif;
    color: #1e1e1e;
    font-size: 18px;
    background: #F2F2F7;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 50px !important;
}
 
.woocommerce-order-overview li {
    font-size: 16px !important;
    font-family: "Arial regular", Sans-serif;
    color: #1e1e1e !important;
}
 

.woocommerce ul.order_details li {
    margin-right: 1.6em !important;
	padding-right: 1.6em !important;
}

.woocommerce ul.order_details li strong {
    margin-top: 10px !important;
    font-size: 16px !important;
    font-family: "Arial regular", Sans-serif;
    color: #505050 !important;
    font-weight: 400 !important;
}
 
.woocommerce-order p {
    font-size: 15px !important;
    font-family: "Arial regular", Sans-serif;
    color: #1e1e1e !important;
}
 
.woocommerce-order-details__title,
.woocommerce-column__title {
    color: #1e1e1e !important;
    margin: 40px 0px 20px 0px !important;
}
 
.woocommerce-table {
    border-collapse: collapse !important;
    width: 100% !important;
}
 
.woocommerce-table tr:nth-child(even) {
    background-color: #F2F2F7 !important;
}
 
.woocommerce-table th {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: left !important;
    color: #1e1e1e !important;
}
 
.woocommerce-order-details__title {
    font-weight: 500 !important;
}
 
.woocommerce-table tfoot th {
    font-size: 16px !important;
}
 
.woocommerce-table th, .woocommerce-table td {
    border: 1px solid #ddd !important;
    padding: 8px !important;
}
 
td.woocommerce-table__product-name {
    font-size: 16px !important;
    font-family: "Arial regular", Sans-serif;
}
 
.woocommerce-table th {
    font-family: "Arial regular", Sans-serif;
    font-size: 16px;
}
.woocommerce .shop_table tfoot td {
    font-family: "Arial regular", Sans-serif;
    font-size: 14px !important;
    color: #1e1e1e !important;
}
 
.woocommerce-customer-details {
    font-family: "Arial regular", Sans-serif;
    font-size: 16px !important;
    color: #1e1e1e !important;
}
 
.woocommerce-customer-details--phone {
    margin-top: 20px !important;
}
 
.woocommerce-customer-details address {
    padding: 20px !important;
    height: auto !important;
}
 
.woocommerce-customer-details {
    margin: 0 !important;
}
 
.woocommerce-order h2 {
    letter-spacing: 0 !important;
}
 
body .elementor-menu-cart__main {
    display: none;
}
 
#elementor-popup-modal-1069 {
    background-color: transparent !important;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}   
.woocommerce-checkout  .woocommerce  .bUJd1e03__Button--light._76G3d5bU__Button--primary {
background-color:#20C210;
border-radius: 70px;
margin: 10px 0px 0px;
width: auto;
}
 
.woocommerce-checkout  .woocommerce  .gnn-BcyY__CookiedPaymentDetailsWidget-secureClickAndBackupPaymentWrapper{
    overflow: hidden;
}

/* ============================= */
/* REVIEW SECTION FINAL DESIGN   */
/* ============================= */

.woocommerce div.product.elementor ul.tabs {
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.woocommerce .woocommerce-tabs li a{
    font-family: "Helvetica Medium", Sans-serif;
    font-weight: 500 !important;
    color: #1e1e1e !important;
    font-size: 24px;
    line-height: 130% !important;
    padding: 0px 5px !important;
}

/* Container */
.woocommerce-Reviews {
    background: #ffffff !important;
    padding: 14px !important;
    border-radius: 12px !important;
    margin-top: 10px !important;
    border: 1px solid #EEE;
}

/* Title */
.woocommerce-Reviews-title {
	display: none;
}

.woocommerce .commentlist .comment_container .comment-text{
    margin: 0 0 0 40px !important;
    border: 1px solid #eee !important;
    padding: 14px 14px 0px 14px !important;
}

.woocommerce .commentlist .comment_container .comment-text p {
    margin: 0px 0px 10px !important;
}

.woocommerce .commentlist li {
	margin: 0 0 16px !important;
}

/* Avatar */
.commentlist .avatar {
    border-radius: 50% !important;
	background: none !important;
	border: none !important;
	width: 34px !important;
	height: 34px !important;
}

/* Name */
.commentlist .woocommerce-review__author {
    font-weight: 500 !important;
    font-size: 16px !important;
	color: #1e1e1e !important;
}

/* Date */
.commentlist .woocommerce-review__published-date {
    font-size: 12px !important;
    color: #505050 !important;
}

/* Review text */
.commentlist .description {
    color: #505050 !important;
}

/* Star rating (display) */
.star-rating span {
    color: #EFAF00 !important;
    font-size: 16px !important;
}

/* FIX STAR ICON FONT */
.woocommerce p.stars a {
    font-family: "WooCommerce" !important;
    font-size: 24px !important;
    color: #ccc !important;
    text-decoration: none !important;
}

/* HOVER + ACTIVE */
.woocommerce p.stars a:hover,
.woocommerce p.stars a.active {
    color: #EFAF00 !important;
}

/* SELECTED STARS FIX */
.woocommerce p.stars.selected a:not(.active) {
    color: #ffb400 !important;
}

/* REMOVE BOX STYLE (IMPORTANT) */
.woocommerce p.stars a::before {
    border: none !important;
}
/* REMOVE ANY BUTTON STYLE */
.woocommerce p.stars a {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Form */

.woocommerce-Reviews .comment-respond .comment-reply-title{
    font-size: 20px;
    color: #1e1e1e;
}

.comment-form {
    margin-top: 12px !important;
}

/* Labels */
.comment-form label {
    margin-bottom: 10px !important;
    display: block !important;
	color: #505050;
}

/* Inputs */
.comment-form input,
.comment-form textarea {
    width: 100% !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px !important;
	resize:none;
	background-color: #F6F6F6;
}

.woocommerce-Reviews .comment-respond .comment-form-cookies-consent{
    display: flex;
    gap: 10px;
}

.comment-form-cookies-consent input {
    width: auto !important;
}

.comment-form-cookies-consent label {
    margin: 0px !important;
} 

/* Submit button */
.woocommerce-Reviews .comment-respond .comment-form input[type="submit"] {
    background: #20C210 !important;
    color: #fff !important;
    border: 1px solid #20C210 !important;
    padding: 12px 24px !important;
    border-radius: 70px !important;
    width: auto !important;
    font-weight: 400 !important;
    margin-top: 10px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.woocommerce-Reviews .comment-respond .comment-form input[type="submit"]:hover {
    background: transparent !important;
	color: #20C210 !important;
}

/* Remove extra borders */
.woocommerce-Reviews #comments {
    border: none !important;
}
.woocommerce #reviews #comments h2{
	display:none;
}
.custom-account-message {
    background: #d4edda;
    color: #155724;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* Affiliate Dashboard */

.woocommerce-account .yith-wcaf.woocommerce {
    flex-direction: column !important;
}

.woocommerce-account .yith-wcaf .yith-wcaf-dashboard-navigation {
	margin-bottom: 0px;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation li a {
    padding: 8px 16px !important;
    border-radius: 70px !important;
    font-size: 16px !important;
    cursor: pointer;
    border: 1px solid #BEBEBE !important;
    background: transparent !important;
    color: #BEBEBE !important; 
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation li.is-active a {
    border: 1px solid #20C210 !important;
    background: #20C210 !important;
    color: #fff !important;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-navigation li a:hover {
    border: 1px solid #20C210 !important;
    background: #20C210 !important;
    color: #fff !important;
}

.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation:after{
    display: none;
}

.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active {
    border-bottom: none;
}

.yith-wcaf-dashboard .dashboard-title {
    margin-bottom: 0px !important;
}

/* Dashboard section */

.affiliate-stats {
    margin-bottom: 30px !important;
	grid-gap: 30px !important;
}

.affiliate-stats .stat-box .stat-item.large{
    grid-template-columns: 1fr !important;
    padding: 20px !important;
}

.affiliate-stats .stat-box .stat-item.large .stat-value{
    font-size: 24px !important;
}

.affiliate-stats .stat-box .stat-item {
    grid-template-columns: repeat(2, auto) !important;
    padding: 10px 20px !important;
}

.affiliate-stats .stat-box .stat-item .stat-label {
    color: #1e1e1e !important;
}

.latest-commissions {
    margin-bottom: 30px !important;
}

.latest-commissions .dashboard-title,
.latest-clicks .dashboard-title {
    margin-bottom: 16px !important;
}

.latest-clicks {
    margin-bottom: 0 !important;
}

.yith-wcaf-dashboard .yith-wcaf-table .column-status .status-badge {
    border-radius: 70px;
}

.yith-wcaf-dashboard table.yith-wcaf-table tr td {
    padding: 20px;
}

.yith-wcaf-dashboard table.yith-wcaf-table tr th {
    padding: 8px 20px;
}

/* Commission section */

.yith-wcaf-table-top-bar form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
	justify-content: end;
}

.table-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.table-filters select,
.table-filters input[type="text"],
.table-filters input[type="number"] {
    height: 40px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #fff;
}

.table-filters select:focus,
.table-filters input:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76,175,80,0.15);
    outline: none;
}

.yith-wcaf-enhanced-date-picker {
    width: 140px;
}

.apply-filters {
    padding: 8px 20px !important;
}

.woocommerce-account .table-filters .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 10px 30px 10px 14px !important;    
}

.table-options {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity-input {
    width: 50px;
    height: 40px;
    text-align: center;
	outline: none;
}

.per-page {
    font-size: 14px;
    color: #1e1e1e;
}

/* Payment section */

.yith-wcaf-section .yith-wcaf-notice-message {
    margin-top: 8px;
}

/* Link generator section */

.link-generator-box {
    grid-template-columns: 1fr !important;
}

.copy-field-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdfe3;
    border-radius: 10px;
    padding: 4px;
    max-width: 100%;
}

/* Input */
.copy-field-wrapper input.copy-target {
    border: none !important;
    background: transparent;
    padding: 10px 12px;
    font-size: 14px;
    color: #1e1e1e !important;
    outline: none;
    width: 100%;
}

/* Button */
.copy-field-wrapper .copy-trigger {
    background: #20C210;
    color: #fff !important;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 12px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.copy-field-wrapper .copy-trigger:hover {
    background: #16a34a;
}

.yith-wcaf-link-generator .link-generator-box .affiliate-info p .copy-field-wrapper input.copy-target, .yith-wcaf-link-generator .link-generator-box .link-generator p .copy-field-wrapper input.copy-target {
	padding-right: 0px !important;
}

.copy-field-wrapper:focus-within {
    border-color: #20C210;
    box-shadow: 0 0 0 2px rgba(34,197,94,0.15);
}

.link-generator-box .affiliate-info p .copy-field-wrapper {
    margin-top: 10px;
}

.link-generator-box .affiliate-info h4,
.link-generator-box .link-generator h4{
    margin-bottom: 10px;
    font-size: 24px !important;
	font-weight: 500;
}

.yith-wcaf-link-generator .link-generator-box .affiliate-info .bold-text {
    font-weight: 400;
}

.yith-wcaf-link-generator .link-generator-box small {
    font-size: 16px;
    margin: 12px 0;
}

.yith-wcaf-link-generator .link-generator-box small:last-child {
    margin-bottom: 0 !important;
}

.yith-wcaf-link-generator .yith-wcaf-share {
    margin-top: 20px;
}

.link-generator-box .affiliate-info .yith-wcaf-share a {
    font-size: 18px !important;
}

.link-generator-box .link-generator {
	border: none !important;
	background-color: #F5F5F5 !important;
}

.link-generator-box .link-generator .form-row .origin-url {
    padding: 14px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    width: 100%;
}

/* Setting section */

.single-column {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.settings-box h3{
    margin-bottom: 10px;
    font-size: 24px !important;
	font-weight: 500;
}

.settings-box .form.form-row {
    display: flex;
    flex-direction: column;
}

.settings-box .form.form-row input{
    padding: 14px !important;
    background-color: #F6F6F6 !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[type=submit] {
    float: left;
    margin-top: 16px;
    cursor: pointer;
    border: 1px solid #20C210;
}

.yith-wcaf-dashboard .yith-wcaf-dashboard-settings input[type=submit]:hover {
    background-color: transparent;
    color: #20C210;
    border: 1px solid #20C210;
}

/* Cookie policy detail page */

.cookie-policy-detail #cmplz-document {
    max-width: 1160px;  
    margin: 0 auto;
}

.cookie-policy-detail #cmplz-document h2 {
    font-family: "Helvetica Medium", Sans-serif !important;
    font-weight: 500;
}

.cookie-policy-detail #cmplz-document p {
    font-size: 16px;
}

.cookie-policy-detail #cmplz-document p a{
    color: #20C210;
}

.cookie-policy-detail summary {
    font-size: 16px;
    padding: 12px !important;
}

.cookie-policy-detail summary .cmplz-category-header {
    font-size: 16px;
    padding: 0px !important;
}

.cookie-policy-detail ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 20px;
}

/* Captcha */
.rc-anchor-normal {
    margin-top: 20px !important;
    height: 60px !important;
}

.rc-anchor-normal .rc-anchor-content {
    height: 60px !important;
}
.woocommerce-terms-and-conditions-wrapper{
    display: none;
}