@import url("style/custom-button.css");
@import url("style/header.css");
@import url("style/home-icons.css");
@import url("style/home-tours.css");
@import url("style/team-members.css");
@import url("style/tour.css");
/*
    Theme Name: Adventure Tours
    Theme URI: http://themeforest.net/user/themedelight/portfolio
    Description: Adventure Tours is a fully responsive WordPress theme
    Version: 5.2.2
    Tags: blue, white, two-columns, right-sidebar, responsive-layout, flexible-header, custom-colors, theme-options, translation-ready, holiday
    Text Domain: adventure-tours
    Author: ThemeDelight
    Author URI: http://themeforest.net/user/themedelight
    License:  GNU General Public License
    License URI: license.txt
*/
/*
	Theme Name: Adventure Tours Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Adventure Tours child theme
	Template: adventure-tours
	Text Domain: adventure-tours-child
	Version: 1.0.0
*/

/* --- CUSTOM EDITS --- */
@font-face {
  font-family: 'Lato-Bold';
  src: url('assets/fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3 {
letter-spacing: 0.2rem;
}
.center-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
}
body {
background: #f0f8ea !important;
}
a:hover {
  border-bottom:none;
}

/* ------------------------------------------
 * Banner */
.banner-customtour {
  width: 100%;
	 background-image: linear-gradient(rgba(2, 85, 1, 0.5), rgba(2, 85, 1, 0.5)), 
                    url('https://sincerelymacedonia.com/wp-content/uploads/2025/07/canva-photo-scaled.webp');
  background-size: cover;
  background-position: center;
  color: #f0f8ea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-customtour-content {
  padding: 60px;
  text-align: center;
  max-width: 50%;
}

.banner-customtour-content h1 {
	font-size: 2.400em;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.banner-customtour-content {
		max-width: 80%;
		  padding: 40px 0px;
	}
	.banner-customtour-content #bottone1 {
		font-size: 1.4rem !important;
	}
}
/* - */
.banner-customsale {
  width: 100%;
/* background: radial-gradient(circle,rgba(131, 192, 130, 1) 30%, rgba(240, 248, 234, 1) 90%); */
	background: #025501;
/* 	background: linear-gradient(180deg,rgba(131, 192, 130, 1) 30%, rgba(240, 248, 234, 1) 80%); */

  background-size: cover;
  background-position: center;
  color: #f0f8ea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-customsale-content {
  text-align: center;
  max-width: 50%;
}

.banner-customsale-content h2 {
	font-size: 2.6em;
  	line-height: 1em;
	padding: 30px;
	margin: 0;
}
.banner-customsale-content span {
	color: #fdb90e;
}
@media (max-width: 768px) {
	.banner-customsale-content {
		max-width: 90%;
	}
/* 	.banner-customsale {
		background: linear-gradient(180deg,rgba(131, 192, 130, 1) 30%, rgba(240, 248, 234, 1) 99%);
	} */
}

/* Carousel Homepage */
.carousel-section {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  animation: scroll 60s linear infinite;
}

.carousel-track img {
  width: 40vw;
  height: 70vh;
  min-height: 300px;
  object-fit: cover;
  flex-shrink: 0;
}
.carousel-section.whymk-carousel img {
	width:40vw;
	height:50vh;
	  min-height: 300px;
  object-fit: cover;
  flex-shrink: 0;
}

/* Keyframe for infinite scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400vw);
  }
}
@media (max-width: 768px) {
	.carousel-track img {
		width:60vw;
		height:50vh;
	}
	.carousel-section.whymk-carousel img {
		width:60vw;
		height:50vh;
	}
	@keyframes scroll {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-600vw);
		}
	}
}


/* -----------TOURS */

.atlist__item{
	border-radius: 30px;
/* 	width: 70%; */
	margin-inline: auto;
}
.atlist__item__content::before {
	content: none;
}

.atlist__item__image img {
	  -webkit-border-top-left-radius: 30px;
	  border-top-left-radius: 30px;
	  -webkit-border-top-right-radius: 30px;
	  border-top-right-radius: 30px;
	  -webkit-border-bottom-right-radius: 0;
	  border-bottom-right-radius: 0;
	  -webkit-border-bottom-left-radius: 0;
	  border-bottom-left-radius: 0;
	}
.atlist__item__price-label {
	padding-bottom: 15px;
}
.atlist__item__price bdi {
	font-weight: 900 !important;	
}
.atlist__item__read-more {
  margin-top: 45px;
}
.tour-single-rise {
	  margin-top: 40px;
}

@media(min-width: 1200px) {
	.atlist__item__image {
		background: none;
		width: 45%;
	}
	.atlist__item{
		width: 70%
	}
	.atlist__item__content__item--alternative {
		width: 165px;
	}
	.atlist__item__image img {
	  -webkit-border-top-left-radius: 30px;
	  border-top-left-radius: 30px;
	  -webkit-border-top-right-radius: 0;
	  border-top-right-radius: 0;
	  -webkit-border-bottom-right-radius: 0;
	  border-bottom-right-radius: 0;
	  -webkit-border-bottom-left-radius: 30px;
	  border-bottom-left-radius: 30px;
	}
}
@media (max-width: 1200px) {
  .atlist__item__price-label {
    display: block !important;
  }
	.atlist__item__content__item--alternative {
		width: 100%;
	}
	.tour-single-rise {
	  margin-top: 0px;
	}
	.tour-first-section {
		padding-top: 20px;
	}
	.atlist__item__content__item--alternative {
			text-align: center;
	}
}
	

/* About site */
    .about header, 
	.about section {
      padding: 40px 20px;
      max-width: 900px;
      margin: auto;
    }
/*     h1, h2 {
      text-align: center;
    } */
    .steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .step-card {
		background: #025501;
		background: radial-gradient(circle,rgba(131, 192, 130, 1) 30%, rgba(173, 209, 173, 1) 95%);
      color: #f0f8ea;
      flex: 1 1 200px;
      max-width: 220px;
      padding: 20px;
      border-radius: 30px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      text-align: center;
    }
    .step-card img {
      height: 60px;
      margin-bottom: 15px;
    }
    .step-card strong {
      display: block;
      font-size: 1.1em;
      margin-bottom: 8px;
    }
    .social-media {
      text-align: center;
      margin-top: 40px;
    }
    .social-media a {
      margin: 0 10px;
      text-decoration: none;
      color: #009688;
      font-weight: bold;
    }

#popupOverlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 60vw;
  width: 90%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.closePopup {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
  font-size: 24px;
}

.trip-card {
  display: flex;
  gap: 10px;
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.sale-price-single{
	font-size: 2em !important;
}
@media (max-width: 1200px) {
	.popup {
	  max-width: 100vw;
	  width: 90%;
	  max-height: 88vh;
		margin-top: 7vh;
	}
	.tour-action-enhanced {
		display: block !important;
	}

}

/* CUSTOM LIST FOR SINGLE LIST DATES */
.tour-list-enhanced {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tour-card-enhanced {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  background: #f8fcf5;
}

.tour-date-enhanced {
  text-align: center;
  font-weight: bold;
  margin-right: 20px;
  min-width: 60px;
}

.tour-day-enhanced {
  font-size: 24px;
  color: #333;
}

.tour-month-enhanced {
  font-size: 16px;
  color: #888;
}

.tour-info-enhanced {
  flex-grow: 1;
  margin-right: 20px;
}

.tour-group-info {
  display: flex;
  flex-direction: column;
}

.tour-detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.tour-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.tour-action-enhanced {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tour-price-enhanced {
  text-align: center;
}

.main-price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.price-breakdown {
  font-size: 12px;
  color: #666;
  line-height: 1.3;
}

.upfront-price, .remaining-price {
  margin-bottom: 2px;
}

.tour-booking-enhanced {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.btn-tour-enhanced, .btn-tour-enhanced-booked {
  background-color: #fdb90e;
  color: white;
  padding: 8px 14px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
}

.btn-tour-enhanced:hover{
  background-color: #e6a50d;
	color: white;
}
.btn-tour-enhanced-booked:hover {
	color:white;
}
.btn-tour-enhanced{
  background-color: #fdb90e;
}
.btn-tour-enhanced-booked {
	color: #025501;
  background-color: #f0f8ea;
  border: solid #025501 1.5px;
}

.spots-left {
  font-size: 12px;
  color: #e74c3c;
  font-weight: 500;
  text-align: center;
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
  .tour-card-enhanced {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .tour-date-enhanced {
    margin-right: 0;
  }
  
  .tour-info-enhanced {
    margin-right: 0;
    width: 100%;
	display: block;
  }
  
  .tour-group-info {
    align-items: center;
  }
  
  .tour-action-enhanced {
    align-items: center;
    width: 100%;
  }
  
  .tour-price-enhanced {
    text-align: center;
  }
  
  .tour-detail-item {
    justify-content: center;
  }
}


/* Checkout */
textarea {
	min-height: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 .5rem !important;
}

/* WHY MACEDONIA */
/* .whymk-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 20px 0;
      flex-wrap: wrap;
    }

    .whymk-row:nth-child(even) {
      flex-direction: whymk-row-reverse;
    }

    .whymk-photo {
      flex: 0 0 22vh;
      height: 22vh;
		border-radius: 30px;
      background-size: cover;
      background-position: center;
      margin: 10px;
    }

    .whymk-text {
      flex: 1;
      margin: 10px;
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.2;
    }

    @media (max-width: 768px) {
      .whymk-row {
        flex-direction: column !important;
        text-align: center;
      }
      .whymk-photo {
        margin: 0 auto 10px auto;
      }
} */
		
.whymk-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  flex-wrap: wrap;
}

.whymk-row:nth-child(even) {
  flex-direction: row-reverse;
}

.whymk-photo {
  flex: 0 0 22vh;
  height: 22vh;
  background-size: cover;
  background-position: center;
  margin: 10px;
}

.whymk-card {
  flex: 1;
  margin: 10px;
  padding: 20px;
  border-radius: 30px;
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: left;
}

.whymk-title {
	font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
	font-family: 'cal-sans' !important;
	color: #025501;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  position: relative;
}

.whymk-body {
  font-weight: 500;
	color: #025501;
}

/* Mobile styles */
@media (max-width: 768px) {
  .whymk-row {
    flex-direction: column !important;
    text-align: center;
  }

	.whymk-photo {
    width: 22vh;
    height: 22vh;
    margin: 0 auto 15px auto;
    flex: none; /* allow it to grow to full width */
  }

  .whymk-card {
    width: 90vw;
    padding: 20px 16px;
  }
}




/* ---- SOCIAL ----- */
.vc_custom_heading h4 {
	font-size: 40px !important;
}
		
.reviews {
  width: 80%;
  margin: auto;
	margin-top: 20px;
}
.reviews .vc_grid-item-mini {
	border-radius: 30px;
  overflow: hidden;
}

.social-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}

.social-btns .btn {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.social-btns .btn:hover {
  transform: translateY(-5px);
}

/* Image styling */
.social-btns .btn img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-btns .btn:hover img {
  transform: scale(1.2);
}

.about-questions{
	padding: 40px 20px;
	max-width: 900px;
	margin:auto;
}

.faq h4 {
	font-size: 1.6em !important;
	font-weight: 900;
	font-family: 'cal-sans' !important;
}
.faq .vc_toggle_content p {
	font-size: 1.3em;
}

.widget .wp-block-social-links li::before {
  content: "" !important;
}
.col-md-3 .block-after-indent {
  margin-bottom: 15px !important;
}
#menu-footer-menu-1 {
	display:none;
}


.custom-sale-wrapper{
  margin-bottom: 0 !important;
}


.contact-section{
	width: 60% !important;
	margin: 0 20%;
}

.grecaptcha-badge { visibility: hidden; }

.cart-border {
	border: 1px #025501 solid !important;
	border-radius: 15px !important;
}