/* Custom CSS fixes for Freeride Tours Georgia */

/* Fix text visibility on dark background sections (Prices, Backcountry, Heliskiing, Catskiing) */
.ds.s-overlay h2,
.ds.s-overlay h3,
.ds.s-overlay h4,
.ds.s-overlay h5,
.ds.s-overlay h6,
.ds.s-overlay p,
.ds.s-overlay ul li,
.ds.s-overlay ol li,
.ds.s-overlay .list-styled li {
  color: #ffffff !important;
}

/* Make sure strong/bold text is also visible */
.ds.s-overlay strong,
.ds.s-overlay b {
  color: #ffffff !important;
  font-weight: 600;
}

/* Emphasized text */
.ds.s-overlay em,
.ds.s-overlay i {
  color: #e0e0e0 !important;
}

/* List items with bullets */
.ds.s-overlay ul.list-styled li::before {
  color: #f8b739 !important; /* Main color for bullets */
}

#prices {
  padding-bottom: 30px;
}
/* Package includes section specific */
#prices .pricing-body h4 {
  color: #ffffff !important;
  font-weight: 600;
  margin-top: 30px;
}

#prices .pricing-body ul.list-styled li {
  color: #ffffff !important;
  line-height: 1.8;
}

/* Footer background - dark with overlay */
.page_footer {
  background-color: #1a1a1a !important;
}

/* Footer text color */
.page_footer,
.page_footer p,
.page_footer .widget-title,
.page_footer ul li,
.page_footer a {
  color: #ffffff !important;
}

.page_footer a:hover {
  color: #f8b739 !important;
}

/* Service detail sections - ensure all content is visible */
#backcountry-skiing .col-12,
#heliskiing .col-12,
#catskiing .col-12 {
  color: #ffffff;
}

#backcountry-skiing .col-12 *,
#heliskiing .col-12 *,
#catskiing .col-12 * {
  color: inherit;
}

.ds.s-overlay a:hover {
  color: #ffffff !important;
}

/* Sticky contact icons - WhatsApp and Gmail */
.sticky-contact-icons {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
}

.sticky-contact-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none !important;
}

.sticky-contact-icons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.sticky-contact-icons a i {
  font-size: 18px;
}

.sticky-contact-icons .whatsapp-icon {
  background: #25d366;
  color: #ffffff !important;
}

.sticky-contact-icons .gmail-icon {
  background: #ea4335;
  color: #ffffff !important;
}

/* Hide slider numbers */
.flexslider .flex-control-nav {
  display: none !important;
}

/* Service modals */
.service-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.service-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 90%;
  max-width: 1200px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 8px;
}

.service-modal-close {
  color: #aaa;
  float: right;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
}

.service-modal-close:hover,
.service-modal-close:focus {
  color: #000;
}

/* Partner logos */
.partner-logo {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  filter: grayscale(0%);
  opacity: 1;
}

.partner-logo:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}

.partner-link {
  display: inline-block;
}

/* Feature boxes with borders */
.icon-box {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}

/* Feature icon wrapper */
.feature-icon-wrapper {
  margin-bottom: 15px;
}

.feature-icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.icon-box:hover .feature-icon-img {
  transform: scale(1.1);
}

/* Feature icon circle for fallback icons */
.feature-icon-circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fcc465 0%, #f0b451 100%);
  box-shadow: 0 4px 15px rgba(252, 196, 101, 0.3);
  transition: all 0.3s ease;
}

.feature-icon-circle i {
  font-size: 36px !important;
  color: #3b3630 !important;
  line-height: 80px;
}

.icon-box:hover .feature-icon-circle {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 6px 20px rgba(252, 196, 101, 0.4);
}

/* Feature title */
.feature-title {
  font-size: 20px !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
  color: #3b3630 !important;
}

/* Feature content */
.feature-content {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.feature-content p {
  margin-bottom: 8px;
  font-size: 14px;
}

.icon-box h4 {
  font-size: 20px !important;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* Social media icons with actual brand images */
.social-icon-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

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

/* Slider text size adjustments */
.page_slider .home_slider .intro_layers h1.display-1 {
  font-size: 48px !important;
}

.page_slider .home_slider .intro_layers h2 {
  font-size: 32px !important;
}

.page_slider .home_slider .intro_layers p.lead {
  font-size: 18px !important;
}

@media (max-width: 1440px) {
  .page_slider .home_slider .intro_layers h1.display-1 {
    font-size: 40px !important;
  }
  .page_slider .home_slider .intro_layers h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .page_slider .home_slider .intro_layers h1.display-1 {
    font-size: 32px !important;
  }
  .page_slider .home_slider .intro_layers h2 {
    font-size: 24px !important;
  }

  /* Fix mobile slider image size */
  .page_slider {
    height: 60vh !important;
    min-height: 500px !important;
    max-height: 60vh !important;
  }

  .page_slider .flexslider,
  .page_slider .home_slider,
  .page_slider .slides,
  .page_slider .slides > li {
    height: 60vh !important;
    min-height: 500px !important;
    max-height: 60vh !important;
  }

  .page_slider .slides > li img {
    width: 100% !important;
    height: 60vh !important;
    min-height: 500px !important;
    max-height: 60vh !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }

  /* Adjust content positioning for mobile */
  .page_slider .intro_layers_wrapper {
    height: 100% !important;
  }

  /* Hide social icons on very small screens */
  .page_slider .social-icons {
    left: 0 !important;
  }
}

/* Force desktop/mobile image visibility */
@media (min-width: 992px) {
  .page_slider .slides > li img.d-lg-none {
    display: none !important;
  }
  .page_slider .slides > li img.d-none.d-lg-block {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .page_slider .slides > li img.d-none.d-lg-block {
    display: none !important;
  }
  .page_slider .slides > li img.d-lg-none {
    display: block !important;
  }
}

/* Hotel slider dots styling */
.hotel-slider.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.hotel-slider.owl-carousel .owl-dot {
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  font-size: 0 !important;
  line-height: 0 !important;
}

.hotel-slider.owl-carousel .owl-dot span {
  display: none !important; /* Hide numbers */
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  visibility: hidden !important;
}

.hotel-slider.owl-carousel .owl-dot button {
  font-size: 0 !important;
}

.hotel-slider.owl-carousel .owl-dot.active {
  background: #fff;
  border-color: #fff;
}

.hotel-slider.owl-carousel .owl-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.hotel-slider.owl-carousel .owl-dots button span {
  display: none !important;
}

/* Pricing section content styling */
.pricing-content-styled {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.pricing-content-styled h2,
.pricing-content-styled h3,
.pricing-content-styled h4 {
  color: #1f2937;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.pricing-content-styled h2 {
  font-size: 32px;
  border-bottom: 3px solid #f59e0b;
  padding-bottom: 15px;
}

.pricing-content-styled h3 {
  font-size: 26px;
  color: #f59e0b;
}

.pricing-content-styled h4 {
  font-size: 22px;
  color: #374151;
}

.pricing-content-styled p {
  margin-bottom: 15px;
  color: #4b5563;
}

.pricing-content-styled ul,
.pricing-content-styled ol {
  margin-left: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.pricing-content-styled ul li,
.pricing-content-styled ol li {
  margin-bottom: 12px;
  color: #4b5563;
  line-height: 1.8;
}

.pricing-content-styled ul li::marker {
  color: #f59e0b;
  font-weight: bold;
}

.pricing-content-styled strong {
  color: #1f2937;
  font-weight: 700;
}

/* Pricing tables styling */
.pricing-content-styled table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 30px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.pricing-content-styled table thead {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.pricing-content-styled table thead th {
  padding: 20px 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}

.pricing-content-styled table tbody tr {
  background: white;
  transition: all 0.3s ease;
}

.pricing-content-styled table tbody tr:nth-child(even) {
  background: #f9fafb;
}

.pricing-content-styled table tbody tr:hover {
  background: #fef3c7;
  transform: scale(1.01);
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.2);
}

.pricing-content-styled table tbody td {
  padding: 18px 15px;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  font-size: 15px;
}

.pricing-content-styled table tbody tr:last-child td {
  border-bottom: none;
}

.pricing-content-styled table tbody td:first-child {
  font-weight: 600;
  color: #1f2937;
}

/* Responsive table */
@media (max-width: 768px) {
  .pricing-content-styled table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Modern Pricing Cards */
.pricing-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.pricing-card-featured {
  transform: scale(1.05);
  box-shadow: 0 15px 50px rgba(245, 158, 11, 0.25);
  border: 3px solid #f59e0b;
}

.pricing-card-featured:hover {
  transform: scale(1.08) translateY(-10px);
  box-shadow: 0 25px 70px rgba(245, 158, 11, 0.35);
}

.pricing-badge {
  position: absolute;
  top: 20px;
  right: -35px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: white;
  padding: 8px 45px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  transform: rotate(45deg);
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
  z-index: 10;
}

.pricing-card-header {
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
}

.pricing-header-green {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.pricing-header-orange {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.pricing-header-red {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.pricing-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.pricing-icon i {
  font-size: 42px;
  color: white;
}

.pricing-card-header h4 {
  color: white;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-card-body {
  padding: 40px 30px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-list li {
  padding: 16px 0;
  font-size: 16px;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pricing-list li:last-child {
  border-bottom: none;
}

.pricing-list li:hover {
  padding-left: 10px;
  color: #1f2937;
  background-color: #f9fafb;
}

.pricing-list li i {
  font-size: 18px;
  min-width: 20px;
}

.pricing-header-green + .pricing-card-body .pricing-list li i {
  color: #10b981;
}

.pricing-header-red + .pricing-card-body .pricing-list li i {
  color: #ef4444;
}

.pricing-amount {
  margin: 30px 0;
}

.pricing-amount .currency {
  font-size: 32px;
  font-weight: 700;
  color: #f59e0b;
  vertical-align: super;
}

.pricing-amount .price {
  font-size: 72px;
  font-weight: 900;
  color: #1f2937;
  line-height: 1;
  letter-spacing: -2px;
}

.pricing-period {
  font-size: 18px;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 30px;
}

.pricing-info-box {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 20px;
  border-radius: 12px;
  margin: 25px 0;
  border-left: 4px solid #f59e0b;
}

.pricing-info-box i {
  color: #f59e0b;
  font-size: 20px;
  margin-right: 10px;
}

.pricing-info-box p {
  margin: 0;
  color: #92400e;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.pricing-btn {
  width: 100%;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border: none;
  color: white;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.4);
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

.pricing-admin-content {
  color: #1f2937;
}

.pricing-admin-content * {
  color: inherit !important;
}

.pricing-additional-info {
  background: white;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-top: 5px solid #f59e0b;
}

.pricing-additional-info h2,
.pricing-additional-info h3,
.pricing-additional-info h4 {
  color: #1f2937;
  margin-top: 30px;
  margin-bottom: 15px;
}

.pricing-additional-info h2 {
  font-size: 32px;
  font-weight: 700;
  border-bottom: 3px solid #f59e0b;
  padding-bottom: 15px;
}

.pricing-additional-info h3 {
  font-size: 26px;
  color: #f59e0b;
}

.pricing-additional-info p {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 15px;
}

.pricing-additional-info ul,
.pricing-additional-info ol {
  color: #4b5563;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .pricing-card-featured {
    transform: scale(1);
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing-card-featured:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .pricing-card-body {
    min-height: auto;
  }

  .pricing-amount .price {
    font-size: 56px;
  }

  .pricing-additional-info {
    padding: 30px 20px;
  }
}

/* Remove underline from all links */
a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

.btn-outline-maincolor {
  text-decoration: none !important;
}

/* Simple Price Boxes */
.simple-price-box {
  background: white;
  border-radius: 8px;
  padding: 30px 20px;
  padding-bottom: 0px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.simple-price-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.simple-price-box .price-icon {
  width: 50px;
  height: 50px;
  background: #fcc465;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0px;
  font-size: 24px;
  color: white;
}

.simple-price-box .price-title {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1f2937;
}

.simple-price-box .price-content {
  flex: 1;
  text-align: left;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
  max-height: 330px;
  overflow-y: auto;
}

.simple-price-box .price-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-price-box .price-content ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
}

.simple-price-box .price-content ul li:last-child {
  border-bottom: none;
}

.simple-price-box .price-content ul li i {
  margin-right: 10px;
  color: #fcc465;
}

/* Custom 5-column grid for team section */
.col-lg-2-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Services slider styling */
.services-slider.flexslider {
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0 50px;
}

.services-slider.flexslider .slides > li {
  padding: 0 15px;
}

.services-slider .flex-direction-nav a {
  width: 50px;
  height: 50px;
  background: #3b3630;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent !important;
  font-size: 0 !important;
  transition: all 0.3s ease;
  overflow: visible;
  opacity: 0.9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  top: 50%;
  transform: translateY(-50%);
}

.services-slider .flex-direction-nav a:before {
  font-family: Arial, sans-serif;
  font-size: 28px !important;
  line-height: 1;
  color: #fff !important;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.services-slider .flex-direction-nav .flex-prev:before {
  content: '‹';
}

.services-slider .flex-direction-nav .flex-next:before {
  content: '›';
}

.services-slider .flex-direction-nav a:hover {
  background: #fcc465;
  opacity: 1;
  box-shadow: 0 4px 15px rgba(252, 196, 101, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.services-slider .flex-direction-nav .flex-prev {
  left: 5px;
}

.services-slider .flex-direction-nav .flex-next {
  right: 5px;
}

.services-slider .flex-control-nav {
  bottom: -40px;
}

.services-slider .flex-control-paging li a {
  background: rgba(59, 54, 48, 0.3);
}

.services-slider .flex-control-paging li a.flex-active,
.services-slider .flex-control-paging li a:hover {
  background: #fcc465;
}

/* Service item button alignment */
.services-slider .btn {
  white-space: nowrap !important;
  display: inline-block !important;
}

.services-slider .vertical-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-slider .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.services-slider .item-content p {
  flex: 1;
}

.services-slider .item-content .btn {
  margin-top: auto;
}
