/**
 * @file
 * Main CSS for Dophric Olivero subtheme
 */

/* ========== CUTE FILTEREXPCSS STYLES ========== */


/* Meta info with cute icons */
.filterexpcss .views-field-field-tour-location a::before {
  content: '🗺️ ';
}

.filterexpcss .views-field-field-tour-type a::before {
  content: '⛰️ ';
}

.filterexpcss .views-field-field-duration a::before {
  content: '⏱️ ';
}

.filterexpcss .views-field-field-tour-location a,
.filterexpcss .views-field-field-tour-type a,
.filterexpcss .views-field-field-duration a {
  color: #666;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

.filterexpcss .views-field-field-tour-location a:hover,
.filterexpcss .views-field-field-tour-type a:hover,
.filterexpcss .views-field-field-duration a:hover {
  color: #2d8c3d;
}
.filterexpcss .views-field-field-featured-image img {
    width: 150px;
    border: 1px solid #d3d3d3;
    float: left; /* Image on left, text flows to right */
    margin-right: 15px; /* Space between image and text */
}

.filterexpcss .views-field-field-tour-overview {
    overflow: hidden; /* Clear the float */
}

.block-views-blockfilterexperiences-block-1 h2 {
    color: hsl(151.05deg 100% 28.04%);
    font-size: clamp(2rem, 4vw, 2.5rem);
    background: linear-gradient(135deg, rgba(255, 145, 77, 0.14) 0%, rgba(255, 145, 77, 0.08) 50%, rgba(255, 145, 77, 0.14) 100%);
    font-family: var(--font-sans);
    font-weight: 800;
    padding: 1.5rem 2rem;
    margin: 0 auto 2rem;
    text-align: center;
    border-radius: 12px;
    border-left: 4px solid hsl(151.05deg 100% 28.04%);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    overflow: hidden;
    max-width: 90%;
}

/* Subtle decorative elements */
.block-views-blockfilterexperiences-block-1 h2 {
    color: hsl(151.05deg 100% 28.04%);
    font-size: 1.75rem;
    background: rgba(255, 145, 77, 0.08);
    font-family: var(--font-sans);
    font-weight: 600;
    padding: 1rem 1.5rem;
    margin: 0 0 1.5rem;
    text-align: left;
    border-left: 3px solid hsl(151.05deg 100% 28.04%);
    border-radius: 4px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.views-field-field-tour-type,
.views-field-field-duration,
.views-field-field-tour-location {
    float: left;
    margin-right: 10px;
}

/* Clear the float after the elements */
.views-row:after {
    content: "";
    display: table;
    clear: both;
}
/* Remove excessive side margins */
.container,
.site-header__inner__container,
.main-content__container,
.layout--pass--content-medium,
.grid-full {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Specifically target the main content area */
.main-content__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix the hero/full-width sections */
.region--hero,
.region--content,
.region--breadcrumb,
.region--highlighted {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Ensure full width for main sections */
.layout-main-wrapper,
.layout-main,
.main-content {
    max-width: 100% !important;
}

/* Fix the header container */
.site-header__inner__container {
    max-width: 100% !important;
}

/* Optional: Add more specific container control */
@media (min-width: 1200px) {
    .container,
    .site-header__inner__container,
    .main-content__container {
        max-width: 1200px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 768px) {
    .container,
    .site-header__inner__container,
    .main-content__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Fix the content medium layout that's creating side margins */
.layout--content-medium,
.layout--pass--content-medium > * {
    grid-column: 1 / -1 !important;
    max-width: 100% !important;
}

/* Remove the grid constraints */
.region--content,
.region--breadcrumb,
.region--highlighted {
    grid-column: 1 / -1 !important;
}

/* Fix the main content grid */
.main-content__container {
    display: block !important;
}

/* Remove the big margins from region spacing */
/* More specific targeting without :where() pseudo-class */
.region > *:not([data-big-pipe-placeholder-id]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Specifically target the filter experiences block */
.block-views-blockfilterexperiences-block-1,
.block-views-blocklatest-latest {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-content__container
{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important
}
.block-views-blocklatest-latest h2 {
    color: hsl(151.05deg 100% 28.04%);
    font-size: 1.75rem;
    font-family: var(--font-sans);
    font-weight: 600;
    padding: 1rem 1.5rem;
    margin: 0 0 1.5rem;
    text-align: left;
    border-left: 3px solid hsl(151.05deg 100% 28.04%);
    border-radius: 4px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    background-color: var(--color--gray-100);
}
/* Main grid container - Responsive 3-column layout */
.views-view-responsive-grid--horizontal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem 0;
    max-width: 100%;
    margin: 0 auto;
}

/* Grid items */
.views-view-responsive-grid--horizontal .views-view-responsive-grid__item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    background: white;
    position: relative;
}

.views-view-responsive-grid--horizontal .views-view-responsive-grid__item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Category images */
.views-view-responsive-grid--horizontal .field--name-field-media-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.views-view-responsive-grid--horizontal .field--name-field-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.views-view-responsive-grid--horizontal .views-view-responsive-grid__item:hover .field--name-field-media-image img {
    transform: scale(1.1);
}

/* Enhanced Text overlay with maximum visibility */
.views-view-responsive-grid--horizontal h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1.25rem 1rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: white;
    text-align: center;
    font-family: var(--font-sans);
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.9) 100%);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    /* Multiple text shadows for stroke effect */
    text-shadow: 
        0 0 8px rgba(0, 0, 0, 0.8),
        0 0 12px rgba(0, 0, 0, 0.6),
        0 1px 0 rgba(0, 0, 0, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.6);
    z-index: 2;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}

/* Additional contrast overlay for text readability */
.views-view-responsive-grid--horizontal h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: -1;
    border-radius: 0 0 16px 16px;
}

/* Image overlay for better text contrast */
.views-view-responsive-grid--horizontal .field--name-field-media-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.4) 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 1;

}

.views-view-responsive-grid--horizontal .views-view-responsive-grid__item:hover .field--name-field-media-image::before {
    opacity: 0.9;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
    .views-view-responsive-grid--horizontal {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 1.5rem 0;
    }
    
    .views-view-responsive-grid--horizontal .field--name-field-media-image {
        height: 180px;
    }
    
    .views-view-responsive-grid--horizontal h2 {
        font-size: 1rem;
        padding: 1rem 0.75rem;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .views-view-responsive-grid--horizontal {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem 0;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .views-view-responsive-grid--horizontal .field--name-field-media-image {
        height: 200px;
    }
    
    .views-view-responsive-grid--horizontal h2 {
        font-size: 1.1rem;
        padding: 1.25rem 1rem;
    }
}

/* Small mobile optimization */
@media (max-width: 480px) {
    .views-view-responsive-grid--horizontal {
        gap: 0.75rem;
        padding: 0.75rem 0;
    }
    
    .views-view-responsive-grid--horizontal .field--name-field-media-image {
        height: 180px;
    }
    
    .views-view-responsive-grid--horizontal h2 {
        font-size: 1rem;
        padding: 1rem 0.75rem;
    }
}

/* Large screens: Ensure optimal spacing */
@media (min-width: 1400px) {
    .views-view-responsive-grid--horizontal {
        max-width: 1200px;
        gap: 2.5rem;
        padding: 2.5rem 0;
    }
    
    .views-view-responsive-grid--horizontal .field--name-field-media-image {
        height: 220px;
    }
    
    .views-view-responsive-grid--horizontal h2 {
        font-size: 1.2rem;
        padding: 1.5rem 1rem;
    }
}

/* Section spacing */
.view-display-id-block_1,
.view-display-id-latest {
    margin: 2rem 0;
    position: relative;
}

/* Remove any horizontal scrolling and full-width constraints */
.views-view-responsive-grid--horizontal {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow: visible !important;
}

/* Ensure proper container constraints */
.container,
.main-content__container {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* end horizontal boxes Remove scrollbar styles since we're not scrolling horizontally */
.views-view-responsive-grid--horizontal::-webkit-scrollbar {
    display: none;
}

/* Add class to style the title link */
.block-field-blocknodepackagestitle  {
    /* Your styles here */
    color: hsl(151.05deg 100% 28.04%);
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
}

.block-field-blocknodepackagestitle a:hover {
    color: hsl(151.05deg 100% 22%);
    text-decoration: underline;
}

/* Contact & Social Media Section */
.contact-social-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    border-top: 3px solid hsl(151.05deg 100% 28.04%);
}

.contact-social-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    color: hsl(151.05deg 100% 28.04%);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: var(--font-sans);
}

.section-subtitle {
    color: #666;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Flexbox Layout */
.contact-social-grid {
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
}

.contact-info,
.social-links {
    flex: 1;
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 0; /* Prevents flex items from overflowing */
}

.contact-title,
.social-title {
    color: hsl(151.05deg 100% 28.04%);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
}

/* Contact Items */
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.contact-item:hover {
    background-color: #f8f9fa;
}

.contact-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    min-width: 40px;
}

.contact-text {
    flex: 1;
}

.contact-text strong {
    display: block;
    color: #333;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-link {
    color: hsl(151.05deg 100% 28.04%);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: hsl(151.05deg 100% 22%);
    text-decoration: underline;
}

/* Social Media Links */
.social-icons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    flex: 1 1 calc(50% - 1rem); /* 2 items per row */
    min-width: 0;
    box-sizing: border-box;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.social-link.facebook:hover { background: #1877f2; color: white; }
.social-link.instagram:hover { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); color: white; }
.social-link.twitter:hover { background: #1da1f2; color: white; }
.social-link.linkedin:hover { background: #0077b5; color: white; }
.social-link.youtube:hover { background: #ff0000; color: white; }
.social-link.whatsapp:hover { background: #25d366; color: white; }

.social-icon {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.social-name {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Quick Contact Form */
.quick-contact {
    background: white;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.quick-contact-title {
    color: hsl(151.05deg 100% 28.04%);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.quick-contact-form {
    max-width: 600px;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 1.5rem;
    flex: 1;
    min-width: 0;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: hsl(151.05deg 100% 28.04%);
    box-shadow: 0 0 0 3px rgba(0, 122, 83, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-button {
    background: hsl(151.05deg 100% 28.04%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: block;
    width: 100%;
    max-width: 200px;
}

.submit-button:hover {
    background: hsl(151.05deg 100% 22%);
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-social-grid {
        flex-direction: column;
        gap: 2rem;
    }
    
    .contact-info,
    .social-links {
        flex: none;
        width: 100%;
    }
    
    .social-icons-grid {
        flex-direction: column;
    }
    
    .social-link {
        flex: none;
        width: 100%;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .form-group {
        flex: none;
        width: 100%;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .contact-info,
    .social-links,
    .quick-contact {
        padding: 2rem;
    }
    
    .submit-button {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-social-section {
        padding: 2rem 0;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    
    .social-link {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
    }
    
    .social-icon {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

/* Ensure proper box sizing */
.contact-social-section * {
    box-sizing: border-box;
}
/* Header Contact Bar */
/* Ultra Compact Header Contact */
/* Compact Header Contact Bar */
.header-contact-bar.compact {
    background: hsl(151.05deg 100% 28.04%);
    padding: 0.3rem 1rem;
}

.header-contact-bar.compact .contact-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.header-contact-bar.compact .contact-link {
    color: #d4ff00; /* Bright green */
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.header-contact-bar.compact .contact-link:hover {
    color: #ffff00;
    transform: translateY(-1px);
}

.header-contact-bar.compact .contact-icon {
    color: #ffa500; /* Orange icons */
    font-size: 0.5rem;
    filter: saturate(1.5);
}

.header-contact-bar.compact .separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.5rem;
}

@media (max-width: 768px) {
    .header-contact-bar.compact {
        padding: 0.25rem 0.55rem;
    }
    
    .header-contact-bar.compact .contact-links {
        justify-content: center;
        gap: 0.4rem;
    }
    
    .header-contact-bar.compact .contact-link {
        font-size: 0.65rem;
        gap: 0.15rem;
    }
    
    .header-contact-bar.compact .contact-icon {
        font-size: 0.55rem;
    }
    
    .header-contact-bar.compact .separator {
        display: none;
    }
}
.block-dophric-olivero-headercontacts {
        padding-top : 0px;
         padding-bottom : 0px;}
.block-dophric-olivero-headercontacts {
        font-size: 0.7rem; /* Small icons */
         text-decoration: none; /* No underline */
  }
  /* Welcome Section Styling */
/* Alternative Welcome Section Styling */
/* Alternative Welcome Section Styling */
/* Welcome Section Styling */
/* Alternative: Absolute positioning method */
/* Basic empty element hiding */
/* Main container styling */
/* Main container */
.viewwelcome1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom:0px;
    margin-top:0px;
  Padding-bottom:0px;
 Padding-top:0px;
 display:block;
 max-height: 540px;
}

/* Make the image fill its container */
.viewwelcome1 body {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

/* Center .booktext and .booknow over the image */
.viewwelcome1 .booktext,
.viewwelcome1 .booknow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}

/* Positioning — centers both vertically and horizontally */
.viewwelcome1 .booktext {
  top: 40%; /* Adjust this value to move text vertically */
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  margin: 0;
}

.viewwelcome1 .booknow {
  top: 65%; /* Slightly below the heading */
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  /*box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4);*/
  transition: all 0.3s ease;
}
.viewwelcome1 .booknow a {  color: #fff;
}
.viewwelcome1 .booknow:hover {
      outline: 1px solid #fff; 
 /*  background-color: #e65c00; 
    outline: 1px solid #fff; 
  transform: translate(-50%, -3px);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.5);*/
}

/* Optional overlay for better text contrast */
.viewwelcome1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
/*   background: rgba(0, 0, 0, 0.3);*/
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .viewwelcome1 .booktext {
    font-size: 1.8rem;
    top: 35%;
  }
  .viewwelcome1 .booknow {
    font-size: 1rem;
    top: 50%;
    padding: 10px 20px;
  }
}
#block-dophric-olivero-headercontacts a{
    font-size: 0.9rem;
    box-shadow:none;
  }
  
#block-dophric-olivero-headercontacts .whatsapp a{
    font-size: 0.9rem;
  }
  /* In your theme's CSS file */field--name-field-videolocal .video
.media--type-remote-video .field--name-field-media-oembed-video,.field--name-field-videolocal {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.media--type-remote-video .field--name-field-media-oembed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videohome,.field--name-field-videolocal {
  position: relative;
  width: 100%;
  height: 100vh; /* full-screen hero */
  overflow: hidden;
}

.videohome video,.field--name-field-videolocal video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* === HERO VIDEO SECTION === */
.videohome,.field--name-field-videolocal {
  position: relative;
  width: 100%;
  height: 100vh;          /* full screen on desktop */
  overflow: hidden;
/*  background: #000;         fallback background before video loads */
}

.videohome video,.field--name-field-videolocal .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;       /* behaves like background-size: cover */
  object-position: center;
  z-index: 0;
}

/* === OVERLAY CONTENT (TEXT + BUTTON) === */
/* === WRAPPER */
/* .hero-section {*/
/* position: relative;*/
/* width: 100%;*/
/* height: 100vh;  */    /* full-screen hero */
/* overflow: hidden;*/
/* background: #000;    /* fallback background */
/* /* }*/
/* /* === */

/* === VIDEO === */
.videohome, .field--name-field-videolocal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display:block;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.videohome video, .field--name-field-videolocal video {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* make it behave like a background image */
  object-position: center;
  display: block;
}

/* === OVERLAY TEXT SECTION === */
.viewwelcome1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  z-index: 2;
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

/* Headline text */
.viewwelcome1 .booktext {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* Button */
.viewwelcome1 .booknow a {
  color: white;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  /* shadows text */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.viewwelcome1 .booknow a:hover {
 /* background: darkorange;*/
  transform: scale(1.05);
}

/* Optional dim overlay for contrast */

/* === RESPONSIVE DESIGN === */

/* Tablets */
@media (max-width: 992px) {
  .viewwelcome1 .booktext {
    font-size: 2rem;
  }
  .viewwelcome1 .booknow a {
    font-size: 1rem;
    padding: 12px 28px;
  }
}

/* Phones */
@media (max-width: 600px) {
  .hero-section {
    height: 70vh; /* shorter hero for mobile */
  }
  .viewwelcome1 .booktext {
    font-size: 1.5rem;
  }
  .viewwelcome1 .booknow a {
    font-size: 0.9rem;
    padding: 10px 24px;
  }
}
.videohome .controls  {
    position: absolute;
  }
.videohome-container,.field--name-field-videolocal {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Play button overlay that appears when video is paused */
.videohome-container::after {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0,0,0,0.7);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.videohome-container:hover::after {
  opacity: 1;
}

/* Show play button when video is paused */
.videohome:paused + .videohome-container::after,
.videohome[controls] + .videohome-container::after {
  opacity: 1;
}
/* Allow clicks on video */
.videohome video {
  pointer-events: auto;  /* make video interactive */
}

/* Prevent overlay layers from blocking clicks */
.hero-section::after {
  pointer-events: none;  /* overlay is visual only */
}

/* Prevent text overlays from blocking video controls */
.viewwelcome1 {
  pointer-events: none;  /* allow clicks to pass through to video */
}

/* BUT allow clicks inside the button */
.viewwelcome1 .booknow a {
  pointer-events: auto;  /* clickable again */
}
/* Parent container for both video and overlay */
.region-hero,
.layout__region--content {
  position: relative;
  overflow: hidden;
}

/* Make the video full width and height */
.field--name-field-videolocal video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Overlay text block centered over video */
.view-display-id-blockhomeslider2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

/* Optional: ensure text visibility */
.view-display-id-blockhomeslider2 h2 {
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* Responsive fix */
@media (max-width: 768px) {
  .field--name-field-videolocal video {
    height: 70vh;
  }
  .view-display-id-blockhomeslider2 {
    top: -40%;
    transform: translate(-50%, -80%);
  }
}
.primary-nav__men-link,.primary-nav__menu-link a,.primary-nav__menu li, .primary-nav__menu--level-1 ul,.primary-nav__men-link a {
    color: #1a936f;
}
.views-view-responsive-grid--horizontal h2 ,.views-view-responsive-grid--horizontal a
{
    color: #fff;
}
.views-view-responsive-grid--horizontal h2
 {
    background: linear-gradient(transparent 0%, #1a936f 50%, #1a936f 100%);
    text-transform: uppercase;
    text-decoration:none;
    letter-spacing: 0.08em;
    text-shadow: 0 0 8px #1a936f, 0 0 12px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(0, 0, 0, 0.5), 0 2px 4px hsl(151.05deg 100% 28.04%), 0 4px 8px rgba(0, 0, 0, 0.6);
 }
 .views-view-responsive-grid--horizontal a { text-decoration:none;}
 .site-footer {
    color: var(--color--gray-65);
    background: linear-gradient(180deg, hsl(151.05deg 100% 28.04%) 0%, #5f3f3f 100%);
}
.block-views-blocktravelblocktypes-block-1 h2 {
    color: hsl(151.05deg 100% 28.04%);
    font-size: 1rem;
    font-family: var(--font-sans);
    font-weight: 600;
    padding: 1rem 1.5rem;
    margin: 0 0 1.5rem;
    text-align: left;
    border-left: 3px solid hsl(151.05deg 100% 28.04%);
    border-radius: 4px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    background-color: hsl(201deg 15% 97% / 28%);
}
.block-views-blocklatest-latest h2 ,.block-views-blockfilterexperiences-block-1 h2 {
    font-size: 1rem;
}
@media (max-width: 768px) {
    .view-display-id-blockhomeslider2 {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 768px) {
    .viewwelcome1 .booknow
 {
        margin-top: 40px;
    }}
    @media (max-width: 600px) {
    .viewwelcome1 .booknow a {
        font-size: 0.8rem;
        padding: 10px 10px;
    }
}
.views-view-responsive-grid--horizontal img, .views-view-responsive-grid__item img
{
        width: auto;
        height: 100%;
    }
    
.views-field-field-featured-image img {
        width: 100%;
    }
.views-view-responsive-grid--horizontal p, .views-view-responsive-grid__item p
{
     font-size: 0.8rem; padding: 10px 10px;
    }
.taximg  {  display: block;
    /* max-width: 30%; */
    height: auto;
    width: 220px;
    float: left;
    border: solid 1px;
    margin-right: 20px;}
 .taxh3 {   text-transform: uppercase;     
}
  .taxtext {      
 margin-bottom: 120px; }
 @media (min-width: 43.75rem) {
    .layout {
        margin-block-end: 0px;
    }  }
   .whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}

.whatsapp-link {
  display: flex;
  align-items: center;
  background: #25D366;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.whatsapp-link:hover {
  background: #128C7E;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  color: white;
  text-decoration: none;
}

.whatsapp-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.whatsapp-text {
  font-size: 14px;
  white-space: nowrap;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
  }
  
  .whatsapp-text {
    display: none;
  }
  
  .whatsapp-link {
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
  }
  
  .whatsapp-icon {
    margin-right: 0;
  }
  
  .whatsapp-icon svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 769px) {
  .whatsapp-text, .whatsapp-float p{
    display: none !important;
  }
}
.block-field-blocknodepackagestitle,.block-field-blocknodepackagestitle a {
    font-weight: 700;
    font-size: 1.5rem;
    padding-bottom: 20px;
    text-decoration: none;
}
.primary-nav__menu--level-2 {
    /* Reduce padding and margins */
    padding: 4px 0 !important;
    margin: 0 !important;
    
    /* Compact line height */
    line-height: 1.2 !important;
     /* unnecessary gaps */
    /* Remove any
    gap: 0 !important;
}

.primary-nav__menu-item--level-2 {
    /* Compact menu items */
    margin: 0 !important;
    padding: 2px 0 !important;
}

.primary-nav__menu-link--level-2 {
    /* Reduce link padding */
    padding: 6px 12px !important;
    margin: 0 !important;
    
    /* Compact text */
    line-height: 1.2 !important;
    font-size: 0.9em !important;
}

.primary-nav__menu-link-inner--level-2 {
    /* Ensure inner span doesn't add extra space */
    display: block;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove any borders or shadows that might add visual space */
.primary-nav__menu--level-2,
.primary-nav__menu-item--level-2,
.primary-nav__menu-link--level-2 {
    border: none !important;
    box-shadow: none !important;
}

.view-taxonomy-term  ul
    { list-style-type: none;
    list-style-image: none;}
    /* Booking-style exposed filters */
.view-filters {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 1100px;
}

/* Each filter container */
.view-filters .form-item {
  position: relative;
  flex: 1 1 220px;
  min-width: 200px;
}

/* Hide long technical labels like (field_duration) */
.view-filters label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.view-filters label:contains('(field_duration)') {
  display: none;
}

/* Select boxes */
.view-filters select.form-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 40px 10px 40px;
  font-size: 0.95rem;
  background-color: #f9f9f9;
  transition: all 0.2s ease;
  color: #333;
}

/* Dropdown arrow */
.view-filters select.form-select {
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), 
                    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), 
                       calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.view-filters select.form-select:hover,
.view-filters select.form-select:focus {
  border-color: #006aff;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0,106,255,0.1);
  outline: none;
}

/* Icons inside each filter */
.view-filters .form-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0.7;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Assign icons per filter type */
.form-item-field-tour-location-target-id::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23006aff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z'/%3E%3C/svg%3E");
}

.form-item-field-tour-type-target-id::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23006aff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L1 21h22L12 2zm0 3.84L18.93 19H5.07L12 5.84z'/%3E%3C/svg%3E");
}

.form-item-field-duration-target-id::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23006aff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm.5-12v4.25l3.5 2.1-.75 1.23L11 13V8h1.5z'/%3E%3C/svg%3E");
}

/* Adjust padding for icons */
.view-filters .form-item select {
  padding-left: 45px !important;
}

/* Submit button */
.view-filters input.form-submit {
  background-color: #009952;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0,106,255,0.25);
}

.view-filters input.form-submit:hover {
  background-color: #32cea4;
  transform: translateY(-2px);
}
.view-empty {display:none;}
/* Floating filter bar (initial over hero video) */
/* === FLOATING SEARCH FORM OVER VIDEO HERO === */
/* === FLOATING SEARCH FORM OVER VIDEO HERO === */
/* === Hero Container Setup === */
/* Style and position the filter block .view-filterexperiences */
.block-views-blockfilterexperiences-block-1{
    position: relative;
    z-index
: 999;
    margin-top: -100px;
}
@media (max-width: 768px) {
    .view-display-id-blockhomeslider2 {
        margin-top: -100px;
    }
}