 body {
     font-family: Manrope, Helvetica, sans-serif;
     font-weight: 500;
 }

.vh-75 {
    height: 75vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-25 {
    height: 25vh !important;
}

 .content-form {
     background-repeat: none !important;
     background-position: center !important;
     background-size: cover !important;
 }

 h1 {
     color: var(--Color, #FFF);
	text-align: center;

	/* Text */
	font-family: Manrope;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
 }

 h2 {
	color: var(--Color, #FFF);
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
 }



.shadow-text{
	text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.25);
}

.h2-bold{
	color: var(--Color, #FFF);
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.h2-media{
	color: var(--Color, #FFF);
	text-align: center;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.h2-faqs{
	color: var(--green_blue, #2295A6);
text-align: center;

/* h2 */
font-family: Manrope;
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.h2-anfitriones{
	font-size: 20px !important;
}

.min-vh-75{
	min-height: 75vh !important
}

.subtitle-header{
	color: var(--Color, #FFF);
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
}

@media (min-width: 768px) {
	 h2 {
		font-size: 36px;
	 }	
	
	.h2-bold{
		font-size: 32px;
	}
	
	.h2-faqs{
		font-size: 36px;
	}
	
	.subtitle-header{
		font-size: 28px;
	}
	
	.h2-anfitriones{
		font-size: 36px !important;
	}
}



.navbar{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}




 h4 {
     font-family: Manrope !important;
 }

 h3 {
     color: #606060;

     text-align: center;
     /* Títulos */
     font-family: Manrope;
     font-size: 20px;
     font-style: normal;
     font-weight: 600;
     line-height: normal;
     margin-bottom: 50px;
 }

.h3-faqs{
	color: var(--gris-2, #606060);

/* h3 */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 800;
line-height: 150%; /* 21px */
text-transform: uppercase;
}

 p {
    color: #FFF;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
 }

.p-faqs{
	color: var(--gris-2, #606060);

/* p */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.p-dark{
	color: var(--gris-2, #606060);
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
}

@media (min-width: 768px) {
	.p-dark{
		font-size: 16px;
	}
	
}

.title-nav{
	color: var(--gris-2, #606060);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 143.7%; /* 20.118px */
	letter-spacing: -0.56px;
	text-transform: none !important;
}

.title-nav:hover{
	color: #4192A6 !important;
}

.nav-link:hover{
	color: #4192A6 !important;
}

.nav-link{
	color: var(--gris-2, #606060);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 143.7%; /* 20.118px */
	letter-spacing: -0.56px;
	text-transform: none !important;
}



.title-stats{
	color: #423D3D;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

.subtitle-stats{
	color: #423D3D;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}

.map-container {
	background:#2295A6;
	position: relative;
	width: 100%;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.info {
	padding: 20px;
	text-align: center;
	color: #666;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.map-overlay.hidden {
    display: none;
}

.overlay-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.overlay-content p {
    margin: 0 0 5px 0;
    font-weight: bold;
}

.overlay-content small {
    color: #666;
    margin: 0;
}

.rounded-2 {
    border-radius: 2rem !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

// Animation to fade in the dropdown menus
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

// Assigning the above animation to all dropdown menus
.dropdown-menu{
    &.show{
        -webkit-animation: fadeIn 0.3s alternate; /* Safari 4.0 - 8.0 */
         animation: fadeIn 0.3s alternate;
    }
}

// Mega Menu adjustments
.nav-item.dropdown.dropdown-mega{
    position: static;
    .dropdown-menu{
        width: 90%;
        top: auto;
        left: 5%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 50% !important;
    }
}

// Complete styles for main navbar toggler and hamburger menu
.navbar-toggler{
    border: none;
    padding: 0;
    outline: none;
    &:focus{
        box-shadow: none;
    }
    .hamburger-toggle{
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
        .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
            span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0), background 0.2s cubic-bezier(0.77,0.2,0.05,1.0), all 0.2s ease-in-out;
                left: 0px;
                &:first-child{
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }
                &:nth-child(2){
                    top: 50%;
                    transform: translate(0,-50%);
                }
                &:last-child{
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }
            }
            &.active{
                span {
                    position: absolute;
                    margin: 0;
                    &:first-child{
                        top: 45%;
                        transform: rotate(45deg);
                    }
                    &:nth-child(2){
                        left: 50%;
                        width: 0px;
                    }
                    &:last-child{
                        top: 45%;
                        transform: rotate(-45deg);
                    }
                }
            }
        }
    }
}


.icons{
  display: inline-flex;
  margin-left: auto;
  a{
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
    &:hover{
      color: white;
      text-shadow: 0 0 30px white;
    }
  }
}

.accordion {
    --bs-accordion-bg: #FFF;
    --bs-accordion-btn-bg: #FFF;
    --bs-accordion-active-bg: #FFF;
    --bs-accordion-border-color: #D4D4D4;
    --bs-accordion-border-width: 0 0 0.935px 0;
}

.accordion-item {
    border: none !important;
    border-bottom: 0.935px solid #D4D4D4 !important;
    background: #FFF !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background: #FFF !important;
    border: none !important;
    box-shadow: none !important;
	color: var(--gris-2, #606060);
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; /* 21px */
	text-transform: uppercase;	

}

.accordion-button:not(.collapsed) {
	color: #4192A6;


}



.accordion-button::after{
	--bs-accordion-btn-icon: url(https://www.chile.travel/wp-content/themes/chiletravel/assets/atws/img/arrow-right-s-fill-down.svg) !important;
	--bs-accordion-btn-active-icon: url(https://www.chile.travel/wp-content/themes/chiletravel/assets/atws/img/arrow-right-s-fill-down.svg) !important;
}

.accordion-button:not(.collapsed)::after{
	--bs-accordion-btn-icon: url(https://www.chile.travel/wp-content/themes/chiletravel/assets/atws/img/arrow-right-s-fill-down.svg) !important;
	--bs-accordion-btn-active-icon: url(https://www.chile.travel/wp-content/themes/chiletravel/assets/atws/img/arrow-right-s-fill-down.svg) !important;
}

.accordion-body {
	color: var(--gris-2, #606060);
	/* p */
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}


/* Floating escape button styles */
.floating-escape-btn {
    position: fixed;
    top: 110px;
    right: 130px;
    width: 50px;
    height: 75px;
    background: #2295A6;
    border: none;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    animation: pulseGlow 2s infinite;
}

.floating-escape-btn:hover {
    background: #1a7a8a;
    transform: scale(1.1);
    animation: none;
}

.floating-escape-btn svg {
    width: 24px;
    height: 24px;
    fill: white;
}

/* Pulse animation to draw attention */
@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(34, 149, 166, 0.6), 0 0 20px rgba(34, 149, 166, 0.4);
    }
}

/* Responsive positioning */
@media (max-width: 768px) {
    .floating-escape-btn {
        top: 200px;
        right: 15px;
        width: 45px;
        height: 45px;
    }
    
    .floating-escape-btn svg {
        width: 20px;
        height: 20px;
    }
}

.cards-container {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    padding: 20px 0;
}

.cards-container::-webkit-scrollbar {
    display: none;
}

.cards-container.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.cards-wrapper {
    display: flex;
    gap: 20px;
    min-width: 100%;
}

.adventure-card {
    flex: 0 0 300px;
    width: 348.697px;
    height: 447px;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
    user-select: none;
    overflow: hidden; /* Important for zoom effect */
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.card-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44.41%, rgba(0, 0, 0, 0.60) 83.33%);
}

.adventure-card:hover .card-background {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 30px 20px 20px;
    border-radius: 0 0 16px 16px;
}





.card-title{
	color: var(--Color, #FFF);
	/* h3 */
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; /* 21px */
	text-transform: uppercase;
}

.nav-arrow {
    width: 50px;
    height: 50px;
    background: #2295A6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.nav-arrow:hover {
    background: #1a7580;
    transform: scale(1.1);
}

.nav-arrow:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.nav-arrow svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.cards-extend-right {
    margin-right: calc(-50vw + 50%);
    width: calc(100% + 50vw - 50%);
}

@media (max-width: 991px) {
    .cards-extend-right {
        margin-right: 0;
        width: 100%;
    }
}

/* Header section with navbar padding */
.atws-header {
    height: auto;
    /* padding-top: 120px; /* Space for fixed navbar on mobile */
}

/* Desktop: Full viewport height */
@media (min-width: 768px) {
    .atws-header {
        /* height: 100vh;
        min-height: 100vh; */
        padding-top: 0; /* Remove mobile padding on desktop */
    }
	
	    .atws-header-2 {
        /* height: 80vh;
        min-height: 80vh; */
        padding-top: 120px; /* Remove mobile padding on desktop */
    }
}

.custom-iw .gm-style-iw {
      top:15px !important;
      left:0 !important;
      border-radius:2px;
  }
  .custom-iw>div:first-child>div:nth-child(2) {
      display:none;
  }
  /** the shadow **/
  .custom-iw>div:first-child>div:last-child {
      left:0 !important;
      top:0px;
      box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px;
      z-index:-1 !important;
  }

  .custom-iw .gm-style-iw, 
  .custom-iw .gm-style-iw>div, 
  .custom-iw .gm-style-iw>div>div {
      width:100% !important;
      max-width:100% !important;
  }
  /** set here the width **/
  .custom-iw, 
  .custom-iw>div:first-child>div:last-child {
      width:342px !important;
  }


  /** set here the desired background-color **/
  #div-main-infoWindow, 
  .custom-iw>div:first-child>div:nth-child(n-1)>div>div, 
  .custom-iw>div>div:last-child, 
  .custom-iw .gm-style-iw, 
  .custom-iw .gm-style-iw>div, 
  .custom-iw .gm-style-iw>div>div {
      background-color:orange !important;
  }

  /** close-button(note that there may be a scrollbar) **/
  .custom-iw>div:last-child {
      top:1px !important;
      right:0 !important;
  }

  /** padding of the content **/
  #div-main-infoWindow {
      padding:6px;
  }

/* Large screens: Cap at 1440px */
@media (min-height: 1080px) {
    .atws-header {
        height: 1080px;
        min-height: 1080px;
    }
	
	.atws-header-2 {
        height: 768px;
        min-height: 768px;
    }
}

/* Large screens: Cap at 1440px */
@media (min-height: 1440px) {
    .atws-header {
        height: 1440px;
        min-height: 1440px;
    }
	
	.atws-header-2 {
        height: 1080px;
        min-height: 1080px;
    }
}

/* First content section */
.atws-section1 {
    min-height: 600px; /* Mobile minimum */
    height: auto;
}

/* Desktop: Full viewport height */
@media (min-width: 768px) {
    .atws-section1 {
        height: 100vh;
        min-height: 100vh;
    }
	
	.atws-section1-subsite {
        height: 100vh;
        min-height: 100vh;
    }
}

/* Large screens: Cap at 1080px */
@media (min-height: 1080px) {
    .atws-section1 {
        height: 1080px;
        min-height: 1080px;
    }
	
	.atws-section1-subsite {
        height: 1080px;
        min-height: 1080px;
    }
}

/* FAQs section */
.atws-sectionfaqs {
    min-height: 600px; /* Mobile minimum */
    height: auto;
}

/* Desktop: Full viewport height */
@media (min-width: 768px) {
    .atws-sectionfaqs {
        height: 100vh;
        min-height: 100vh;
    }
}

/* Large screens: Cap at 1080px */
@media (min-height: 1080px) {
    .atws-sectionfaqs {
        height: 1080px;
        min-height: 1080px;
    }
}

/* Cards section */
.atws-sectioncards {
    min-height: 600px; /* Mobile minimum */
    height: auto;
}

/* Desktop: Full viewport height */
@media (min-width: 768px) {
    .atws-sectioncards {
        height: 100vh;
        min-height: 100vh;
    }
}

/* Large screens: Cap at 1080px */
@media (min-height: 1080px) {
    .atws-sectioncards {
        height: 1080px;
        min-height: 1080px;
    }
}

/* Partners section */
.atws-partners {
    min-height: 600px; /* Mobile minimum */
    height: auto;
}

/* Desktop: Full viewport height */
@media (min-width: 768px) {
    .atws-partners {
        height: 50vh;
        min-height: 50vh;
    }
}

/* Large screens: Cap at 1080px */
@media (min-height: 1080px) {
    .atws-partners {
        height: 540px;
        min-height: 540px;
    }
}



.text-nav{
	color: var(--gris-2, #606060);
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 143.7%; /* 20.118px */
letter-spacing: -0.56px;
}

.list-group-item {
    border-top-width: 1px !important;
	border: 1px solid #f3f4f7 !important;
}

.list-group-item:hover{
	color: #2295A6 !important;
	text-decoration: none !important;
}

.scroll-container {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

/* Each section */
.scroll-section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.main-container {
            height: calc(100vh - 80px);
        }
        
        .sidebar {
            background: white;
            border-right: 1px solid #ddd;
            height: 100%;
            overflow-y: auto;
            box-shadow: 2px 0 4px rgba(0,0,0,0.1);
            padding: 20px 10px;
        }
        
        .sidebar-title {
            color: #4E6B78;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .category-card {
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .category-card:hover {
            transform: translateY(-2px);
        }
        
        .category-card.active {

        }
        
        .category-card.inactive {
            opacity: 0.5;

        }
        
        .category-card.loading {
            pointer-events: none;
            opacity: 0.6;
        }
        
        .category-card.loading::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
            animation: shimmer 1.5s infinite;
        }
        
        @keyframes shimmer {
            100% { left: 100%; }
        }
        
        .category-icon {
            width: 50px;
            height: 50px;
            margin: 0 auto 10px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border: 2px solid #e9ecef;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .category-card.active .category-icon {
            border-color: #2295A6;
            box-shadow: 0 0 0 3px rgba(34, 149, 166, 0.2);
        }
        
        .category-icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }
        
        .category-icon.no-image {
            font-size: 24px;
            color: #6c757d;
        }
        
        .category-name {
            font-size: 12px;
            font-weight: 600;
            color: #333;
            line-height: 1.2;
            margin: 0;
        }
        
        .category-card.active .category-name {
            color: #2295A6;
        }
        
        .map-container {
            height: 100%;
            position: relative;
        }
        
        #map {
            height: 100%;
            width: 100%;
        }
        
        .map-controls {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1000;
        }
        
        .control-button {
            display: block;
            width: 140px;
            margin-bottom: 10px;
            padding: 12px 16px;
            background: white;
            border: none;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,.2);
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .control-button:hover {
            background: #f8f9fa;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0,0,0,.25);
        }
        
        .refresh-button {
            background: #2295A6;
            color: white;
        }
        
        .refresh-button:hover {
            background: #1a7a89;
        }
        
        /* Mobile Responsive */
        @media (max-width: 991.98px) {
            .sidebar {
                padding: 15px 8px;
            }
            
            .category-card {
                padding: 10px;
                margin-bottom: 10px;
            }
            
            .category-icon {
                width: 40px;
                height: 40px;
                margin-bottom: 8px;
            }
            
            .category-name {
                font-size: 11px;
            }
            
            .sidebar-title {
                font-size: 16px;
                margin-bottom: 15px;
            }
        }
        
        @media (max-width: 767.98px) {
            .main-container {
                flex-direction: column;
            }
            
            .sidebar {
                height: 120px;
                padding: 10px;
                overflow-x: auto;
                overflow-y: hidden;
                white-space: nowrap;
                display: flex;
                align-items: center;
            }
            
            .sidebar-title {
                display: none;
            }
            
            .category-card {
                display: inline-block;
                width: 80px;
                margin-right: 10px;
                margin-bottom: 0;
                white-space: normal;
                flex-shrink: 0;
            }
            
            .map-container {
                flex: 1;
            }
        }

.gm-style .gm-style-iw-c{
	margin: 0px !important;
	padding: 0px !important;
}

/* Add this CSS to hide the default info window header */
.gm-style-iw-chr {
    display: none !important;
}

/* Adjust the content area to fill the space */
.gm-style-iw-d {
    overflow: hidden !important;
}

/* Make sure the info window itself has no padding */
.gm-style-iw-c {
    padding: 0 !important;
}

/* cards nuevas */

/* Card Slider Styles */
.imperdible-cards-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.imperdible-cards-wrapper {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.imperdible-card {
    flex: 0 0 auto;
    margin: 0 10px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
    overflow: hidden;
}

.imperdible-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.imperdible-card .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.imperdible-card .card-body {
    padding: 1.5rem;
}

.imperdible-card .card-text {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.imperdible-card .card-text b {
    font-size: 1.1rem;
    color: #333;
}

/* Navigation Arrows */
.imperdible-nav-arrow {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.imperdible-nav-arrow:hover {
    background: #f8f9fa;
    border-color: #007bff;
    transform: scale(1.05);
}

.imperdible-nav-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.imperdible-nav-arrow svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .imperdible-card {
        width: calc(33.333% - 20px);
        min-width: 300px;
		min-height: 400px;
    }
    
    .desktop-nav-container {
        /* display: flex; */
        align-items: center;
    }
    
    .mobile-nav-container {
        display: none;
    }
}

/* Mobile Styles */
@media (max-width: 991.98px) {
    .imperdible-card {
        width: calc(100% - 20px);
        min-width: 280px;
    }
    
    .desktop-nav-container {
        display: none;
    }
    
    .mobile-nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        padding: 0 1rem;
    }
    
    .imperdible-nav-arrow {
        width: 45px;
        height: 45px;
    }
    
    .imperdible-nav-arrow svg {
        width: 20px;
        height: 20px;
    }
}

/* Dots Indicator */
.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1rem;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #007bff;
    transform: scale(1.2);
}

/* Typography */
.h2-faqs {
    font-size: 36px;
    font-weight: 700;
    color: #4192A6;
    margin-bottom: 1rem;
}

.p-dark {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

/* Smooth scrolling for touch devices */
@media (max-width: 991.98px) {
    .imperdible-cards-container {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
}

.tab-content{
	border-left: 1px solid #dee2e6 !important;
	border-bottom: 1px solid #FAFAFA !important;
	border-right: 1px solid #dee2e6 !important;
	background-color: #F2F4F7;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 15px 23px 0px rgba(0, 0, 0, 0.15);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #F2F4F7 !important;
	border-color: #dee2e6 #dee2e6;
}

.nav-tabs .nav-link{
	border: none !important;
	border-left: 1px solid #dee2e6 !important;
	border-color: 1px solid #dee2e6 !important;
	background-color: #FAFAFA !important;
	text-transform: none !important;
}

.nav-link.active::after{
	display: none !important;
	height: 0px !important;
}

/* Mobile Styles */
@media (max-width: 991.98px) {
	.dropdown-menu {
		background-color: #f8f9fa!important;	
		border-top: 0px !important;
		border-radius: 0px !important;
		box-shadow: none !important;
	}
}

/* Desktop Styles */
@media (min-width: 992px) {
	.dropdown-menu {

		border-radius: 0px 0px 10px 10px !important;
		border-top: 5px solid #4192A6 !important;
		margin-top: 0px !important;

	}	
}

.navbar-toggler{
	background-color: #4192A6 !important;
	color: white !important;
}

.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}



.cool-button{
	border-radius: 36px;
	border: 2px solid var(--gris-3, #F2F4F7);
	background: var(--Color, #FFF);
	color: #2295A6;
}

.cool-button a{
	color: #2295A6 !important;
	text-decoration: none;
	font-size: 20px;
}

.cool-button:hover{
	background: var(--Color, #FFF);
}








.offcanvas-panel {
    position: absolute; /* Changed from fixed */
    top: 0;
    right: -400px; /* Hidden by default */
    width: 400px;
    height: 100%; /* Changed from 100vh */
    background: white;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    z-index: 1000; /* Reduced from 2000 */
    transition: right 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.offcanvas-panel.active {
    right: 0; /* Slide in */
}

.offcanvas-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Header */
.offcanvas-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    position: relative;
    z-index: 10;
}

.offcanvas-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.offcanvas-close {
    background: none;
    border: none;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-close:hover {
    background: #f3f4f6;
    color: #374151;
}

/* Hero image */
.offcanvas-hero {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
}

.offcanvas-hero.no-image {
    background: linear-gradient(135deg, #4192A6 0%, #2C5F6F 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 48px;
}

.hero-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(66, 133, 244, 0.9);
    color: white;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
}

/* Body content */
.offcanvas-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.place-section {
    margin-bottom: 24px;
}

.place-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-content {
    color: #374151;
    line-height: 1.5;
}

.rating-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.stars {
    color: #fbbf24;
    font-size: 16px;
}

.rating-text {
    color: #6b7280;
    font-size: 14px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.status-open {
    background: #d1fae5;
    color: #065f46;
}

.status-closed {
    background: #fee2e2;
    color: #991b1b;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 8px 0;
}

.contact-item a {
    color: #4192A6;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

.info-highlight {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.info-highlight-title {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.category-tag {
    display: inline-block;
    background: #e0f2fe;
    color: #0369a1;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

/* Footer actions */
.offcanvas-footer {
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    background: white;
}

.action-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.action-btn {
    flex: 1;
    min-width: 120px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    border: none;
}

.action-btn-primary {
    background: #4285F4;
    color: white;
}

.action-btn-primary:hover {
    background: #3367d6;
    transform: translateY(-1px);
}

.action-btn-secondary {
    background: white;
    color: #4192A6;
    border: 1px solid #4192A6;
}

.action-btn-secondary:hover {
    background: #f8fafc;
    transform: translateY(-1px);
}

.action-btn-success {
    background: #10b981;
    color: white;
}

.action-btn-success:hover {
    background: #059669;
    transform: translateY(-1px);
}

/* Overlay - only for mobile */
.offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none; /* Hidden on desktop */
}

.offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Desktop specific styles */
@media (min-width: 769px) {
    /* Make sure map container has relative positioning */
    .map-container {
        position: relative !important;
        overflow: hidden; /* Ensure offcanvas doesn't overflow */
    }
    
    /* No overlay on desktop */
    .offcanvas-overlay {
        display: none !important;
    }
    
    /* Adjust map controls when offcanvas is open */
    .offcanvas-panel.active ~ .map-controls,
    .map-container .offcanvas-panel.active ~ .map-controls {
        right: 420px; /* Move controls to avoid offcanvas */
        transition: right 0.3s ease-in-out;
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .offcanvas-panel {
        position: fixed; /* Back to fixed on mobile */
        width: 100%;
        right: -100%;
        z-index: 2000; /* Higher z-index on mobile */
    }
    
    .offcanvas-panel.active {
        right: 0;
    }
    
    .offcanvas-overlay {
        display: block; /* Show overlay on mobile */
    }
    
    .offcanvas-header {
        padding: 16px 20px;
    }
    
    .offcanvas-body {
        padding: 20px;
    }
    
    .offcanvas-footer {
        padding: 16px 20px;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .action-btn {
        min-width: auto;
    }
}

/* Animation for smooth appearance */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.offcanvas-panel.active .offcanvas-content {
    animation: slideInRight 0.3s ease-out;
}

/* Scrollbar styling */
.offcanvas-body::-webkit-scrollbar {
    width: 6px;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

