@charset "utf-8";
/* CSS Document */

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .fade-in {
            animation: fadeIn 1s ease-out forwards;
        }
        .room-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .gallery-img:hover {
            transform: scale(1.05);
            z-index: 10;
        }
.logo-size
{
	    width: 190px;
    height: 90px;
    margin-top: 21px;
}
.mobile-top
{
	    background-color: #e5e7eb;
    margin-top: 30px;
	
}
.top-bg{
	    background-color:#050594 !important;
	
}
.text-sm {
    font-size: 0.875rem;
    line-height: 2.25rem !important;
}

.amenities-bg

{
	
	  position: relative;
  background: url("image/amenities-bg.png") center center/cover no-repeat;
   z-index: 1;
      background-attachment: fixed;
    background-size: cover;
}
  
.text-gray-900 {
    --tw-text-opacity: 1;
    color: #ffffff!important;
	font-size:36px!important;
}

.bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 5 148)!important;
}

.font-medium {
    font-weight: 500;
    font-size: 17px!important;
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    font-size: 17px!important;
}

.h1-title

{
	
	  color: #141495 !important;
    FONT-WEIGHT: 600!important;
	font-size:40px!important;
	
	
}

.h2-title

{
	
	  color: #d87706 !important;
    FONT-WEIGHT: 600!important;
	font-size:32px!important;
	
	
}

.text-1
{
    color: #000!important;
    FONT-WEIGHT: 600!important;
	font-size:20px!important;
}


.text-2
{
	  color: #fff!important;
    FONT-WEIGHT: 600!important;
	font-size:20px!important;
}


.group-hover:opacity-100
.pointer-events-none group-hover:pointer-events-auto


.py-20 {
    padding-top: 0rem !important;
    padding-bottom: 5rem;
}

    .md\:flex-row {
        flex-direction:none!important;
 }
	
@media (min-width: 768px) {
	


		
.md\:flex-row {
        flex-direction: none!important;
    }
	
	.flex {
    display: block;
}


.text-center {
    text-align: center;
	width:100%;
}

}

@media only screen and (min-width: 608px) and (max-width: 768px) {

  
  .px-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.py-20 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	
}

.ml-10 {
    margin-left: 1.5rem!important;
}

.logo-size {
    width: 140px!important;
    height: 70px!important;
    margin-top: 21px;
}

	.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /* margin-right: calc(2rem * var(--tw-space-x-reverse)); */
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important;
}


}


@media only screen and (min-width: 834px) and (max-width: 1112px) {
	
	
.px-3 {
    padding-left:0px!important;
    padding-right: 0px!important;
}

.logo-size {
    width: 120px!important;
    height: 60px!important;
    margin-top: 19px!important;
}


.font-medium {
    font-weight: 500;
    font-size: 15px!important;
}

.ml-10 {
    margin-left: 0px!important; 
}
	
	.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /* margin-right: calc(2rem * var(--tw-space-x-reverse)); */
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important;
}

	
	
	
}

@media only screen and (min-width: 608px) and (max-width: 768px) {
	
	
.px-3 {
    padding-left:0px!important;
    padding-right: 0px!important;
}

.logo-size {
    width: 120px!important;
    height: 60px!important;
    margin-top: 19px!important;
}


.font-medium {
    font-weight: 500;
    font-size: 15px!important;
}

.ml-10 {
    margin-left: 0px!important; 
}
	
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    /* margin-right: calc(2rem * var(--tw-space-x-reverse)); */
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))!important;
}


	
}






 /* 
    This is the style for the active navigation link.
    It will be added automatically by the JavaScript.
  */
  .active-nav-link {
    color: #b45309 !important; /* A strong amber color for visibility */
    font-weight: 700 !important; /* Makes the font bold */
  }



/*
 * ---- GENERIC STYLES & VARIABLE DEFINITIONS ----
 * This :root block is crucial. It defines the colors, fonts,
 * and other properties used throughout the component.
 */

/*
 * ---- AMENITIES SECTION STYLES ----
 */
#amenities {
    position: relative;
    overflow: hidden;
}

.amenities-content-wrapper {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: -40px;
}

/*
 * ---- HORIZONTAL TIMELINE FOR AMENITIES ----
 */
.timeline-container {
    position: relative;
    padding-top: 50px; /* Adjusted padding after removing top icons */
    margin-bottom: 50px;
}

.timeline-line {
    position: absolute;
    top: 50px; /* Align with marker center */
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #0201db, #0201db);
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-progress {
    position: absolute;
    top: 50px; /* Align with marker center */
    left: 0;
    height: 4px;
    background: #e50d1e;
    transform: translateY(-50%);
    z-index: 2;
    width: 0%;
    transition: width 0.5s ease;
}

.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.timeline-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.timeline-marker {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fcfb13;
    border: 4px solid #0201db;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
    transition: all 0.3s ease-in-out;
}

.timeline-item.active .timeline-marker {
    background: #e50d1e;
    border-color: #e50d1e;
    transform: scale(1.3);
    box-shadow: 0 0 0 8px rgba(229, 13, 30, 0.2);
}

.timeline-content {
    text-align: center;
    opacity: 0.7;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    width: 160px;
}

.timeline-item.active .timeline-content {
    opacity: 1;
    transform: translateY(0);
}

.timeline-icon {
    font-size: 2rem;
    color: #fcfb13;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.timeline-item.active .timeline-icon {
    color: #e50d1e;
    transform: scale(1.2);
}

.timeline-content h3 {
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0201db;
    margin-bottom: 8px;
}

/*
 * ---- AMENITY DETAIL BOXES ----
 */
.amenity-details-wrapper {
    position: relative;
    min-height: 400px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.amenity-detail {
    background: white;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(2, 1, 219, 0.1);
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-sizing: border-box; /* Ensures padding is included in width */
}

.amenity-detail.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.detail-image {
    width: 45%;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(2, 1, 219, 0.15);
    flex-shrink: 0;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.amenity-detail:hover .detail-image img {
    transform: scale(1.05);
}

.detail-content {
    width: 55%;
    padding-left: 40px;
    box-sizing: border-box;
}

.detail-content h3 {
    font-family: 'Arial', sans-serif;
    font-size: 1.8rem;
    color: #e50d1e;
    margin-bottom: 15px;
}

.detail-content p {
    color: black;
    margin-bottom: 20px;
    line-height: 1.7;
    font-family: 'Helvetica', sans-serif;
}

/*
 * ---- RESPONSIVE ADJUSTMENTS ----
 */
@media (max-width: 992px) {
    .amenity-detail {
        flex-direction: column;
        padding: 30px;
        align-items: stretch;
    }
    .detail-image {
        width: 100%;
        height: 250px;
        margin-bottom: 25px;
    }
    .detail-content {
        width: 100%;
        padding: 0;
    }
    /* Hide progress line on tablets and below */
    .timeline-line, .timeline-progress {
        display: none;
    }
    .timeline {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .timeline-item {
        width: calc(33.33% - 30px);
        margin-bottom: 20px;
    }
    .timeline-container {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .amenity-details-wrapper {
        min-height: 500px; /* Adjust for stacked layout */
    }
    .timeline-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    #amenities {
        padding: 60px 15px;
    }
    .timeline-item {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 15px;
    }
    .amenity-detail {
        padding: 20px;
    }
    .detail-image {
        height: 200px;
    }
    .detail-content h3 {
        font-size: 1.5rem;
    }
}



  /* Reset and base styles - scoped to our amenities section */
        .amenities-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .amenities-bg {
	
	        position: relative;
            background: url("image/amenities-bg.png") center center/cover no-repeat;
            z-index: 1;
            background-attachment: fixed;
            background-size: cover;
        }
        
        .amenities-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
        
        /* Section container */
        .amenities-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 20px;
            position: relative;
            z-index: 2;
        }
        
        /* Section header */
        .amenities-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .amenities-header h2 {
            color: #fcfb13;
            font-size: 36px;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            font-weight: 700;
        }
        
        .amenities-header h2:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #0201db;
            border-radius: 2px;
        }
        
        .amenities-header p {
            color: #fcfb13;
            font-size: 1.2rem;
            max-width: 600px;
            margin: 20px auto 0;
            line-height: 1.6;
        }
        
        /* Flip card container */
        .amenities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
        }
        
        /* Flip card styles */
        .flip-card {
            background-color: transparent;
            perspective: 1000px;
            height: 220px;
        }
        
        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
            box-shadow: 0 10px 20px rgba(2, 1, 219, 0.2);
            border-radius: 10px;
        }
        
        .flip-card:hover .flip-card-inner {
            transform: rotateY(180deg);
        }
        
        .flip-card-front, .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .flip-card-front {
            background-color: #fcfb13;
            color: #0201db;
            border: 2px solid #0201db;
        }
        
        .flip-card-back {
            background-color: #0201db;
            color: #fcfb13;
            transform: rotateY(180deg);
        }
        
        .amenity-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }
        
        .amenity-name {
            font-size: 1.3rem;
            font-weight: 600;
        }
        
        .amenity-description {
            font-size: 1rem;
            line-height: 1.5;
        }
        
        /* Responsive design */
        @media (max-width: 768px) {
            .amenities-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
                gap: 20px;
            }
            
            .amenities-header h2 {
                font-size: 28px;
            }
        }
        
        @media (max-width: 480px) {
            .amenities-grid {
                grid-template-columns: 1fr;
            }
            
            .flip-card {
                height: 200px;
            }
            
            .amenities-section {
                padding: 60px 15px;
            }
        }



/* Self-contained styles to prevent affecting other sections */
    #attractions-section {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        margin: 0 auto;
        padding: 30px;
        background: url("image/amenities-bg.png") center center/cover no-repeat;
        z-index: 1;
        background-attachment: fixed;
        background-size: cover;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-top: -40px;
    }

    #attractions-section * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    #attractions-section h1 {
        text-align: center;
        font-size: 2.5rem;
        color: #0201db;
        /* Replaced #2c3e50 */
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }

    #attractions-section h1:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 4px;
        background: linear-gradient(to right, #fcfb13, #0201db);
        /* Replaced gradient */
        border-radius: 2px;
    }

    #attractions-section .subtitle {
        text-align: center;
        font-size: 1.2rem;
        color: #0201db;
        /* Replaced #7f8c8d */
        opacity: 0.8;
        max-width: 600px;
        margin: 20px auto 30px;
    }

    #attractions-section .attractions-container {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    #attractions-section .image-container {
        flex: 1;
        min-width: 300px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        /* Increased height */
        height: 550px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f9fa;
    }

    #attractions-section .attraction-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: none;
    }

    #attractions-section .image-placeholder {
        text-align: center;
        color: #0201db;
        /* Replaced #7f8c8d */
        padding: 20px;
    }

    #attractions-section .image-placeholder i {
        font-size: 4rem;
        margin-bottom: 15px;
        color: #fcfb13;
        /* Replaced #c3cfe2 */
    }

    #attractions-section .attractions-list {
        flex: 1;
        min-width: 300px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        /* Increased height to match image container */
        height: 550px;
    }

    #attractions-section .list-header {
        padding: 20px;
        background: #e50d1e;
        /* Replaced #2c3e50 */
        color: white;
    }

    #attractions-section .list-header h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    #attractions-section .attractions-items {
        overflow-y: auto;
        flex: 1;
        padding: 10px;
    }

    #attractions-section .attraction-item {
        padding: 15px;
        border-bottom: 1px solid rgba(2, 1, 219, 0.1);
        /* Replaced #ecf0f1 */
        cursor: pointer;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    #attractions-section .attraction-item:hover {
        background: rgba(2, 1, 219, 0.05);
        /* Replaced #f8f9fa */
        transform: translateX(5px);
    }

    #attractions-section .attraction-item.active {
        background: rgba(252, 251, 19, 0.2);
        /* Replaced #e1f5fe */
        border-left: 4px solid #fcfb13;
        /* Replaced #3498db */
    }

    #attractions-section .attraction-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #0201db;
        /* Replaced #3498db */
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.2rem;
    }

    #attractions-section .attraction-info {
        flex: 1;
    }

    #attractions-section .attraction-info h3 {
        font-size: 1.1rem;
        margin-bottom: 5px;
        color: #0201db;
        /* Replaced #2c3e50 */
    }

    #attractions-section .attraction-info p {
        font-size: 0.9rem;
        color: #0201db;
        /* Replaced #7f8c8d */
        opacity: 0.7;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    #attractions-section .distance-badge {
        background: #fcfb13;
        /* Replaced #e74c3c */
        color: #0201db;
        /* Changed from white for readability */
        padding: 3px 10px;
        border-radius: 20px;
        font-size: 0.8rem;
        font-weight: bold;
    }

    @media (max-width: 768px) {
        #attractions-section .attractions-container {
            flex-direction: column;
        }

        #attractions-section .image-container,
        #attractions-section .attractions-list {
            width: 100%;
        }

        #attractions-section .image-container {
            height: 400px;
        }

        #attractions-section .attractions-list {
            height: 400px;
        }
    }


        /* 
     * ALL styles are now prefixed with #nearby-places-section.
     * This ensures these rules ONLY apply to this specific section.
    */

    /* --- Set base font and color for THIS SECTION ONLY --- */
    #nearby-places-section {
        font-family: 'Poppins', sans-serif;
        color: #0201db;
        /* Replaced #333 */
        box-sizing: border-box;
        /* Good practice for layout */
        margin-top: -40px;
    }

    #nearby-places-section .nearby-container {
        display: flex;
        gap: 30px;
        width: 100%;
        flex-wrap: wrap;
        margin: 40px auto;
        /* Provides some spacing from other sections */
    }

    #nearby-places-section .category-section {
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 4px 15px rgba(2, 1, 219, 0.08);
        /* Replaced rgba(0, 0, 0, 0.08) */
        flex: 1;
        min-width: 300px;
    }

    #nearby-places-section .category-section h2 {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 0 20px 0;
        color: #e50d1e;
        /* Replaced #1a4d8c */
        display: flex;
        align-items: center;
        border-bottom: 2px solid rgba(2, 1, 219, 0.1);
        /* Replaced #eef2f5 */
        padding-bottom: 15px;
    }

    #nearby-places-section .category-section h2 i {
        margin-right: 12px;
        font-size: 1.3rem;
    }

    #nearby-places-section .places-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #nearby-places-section .place-card {
        display: flex;
        align-items: center;
        background: #fdfdff;
        border: 1px solid rgba(2, 1, 219, 0.1);
        /* Replaced #eef2f5 */
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 12px;
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }

    #nearby-places-section .place-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(2, 1, 219, 0.1);
        /* Replaced rgba(0, 0, 0, 0.1) */
    }

    #nearby-places-section .place-card .icon-container {
        font-size: 1.5rem;
        color: #fcfb13;
        /* Replaced #3498db */
        margin-right: 20px;
        flex-shrink: 0;
    }

    #nearby-places-section .place-card .info-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #nearby-places-section .place-card .name {
        font-weight: 600;
        color: #0201db;
        /* Replaced #2c3e50 */
    }

    #nearby-places-section .place-card .distance {
        font-size: 0.9rem;
        color: #0201db;
        /* Replaced #7f8c8d */
        opacity: 0.7;
        /* Added opacity for visual hierarchy */
    }

    /* --- Scoped Responsive Design --- */
    @media (max-width: 768px) {
        #nearby-places-section .nearby-container {
            flex-direction: column;
        }
    }









 .location-container {
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
  background: white;
}

.location-title {
  text-align: center;
  color: black; /* Changed to Black */
  font-size: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.location-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #0201db; /* Changed to new Blue */
}

.location-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.location-info {
  flex: 1;
  min-width: 300px;
}

.coordinates-box {
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Changed to Black-based shadow */
  border: 1px solid rgba(0, 0, 0, 0.1); /* Changed to Black-based border */
}

.coordinates-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #0201db; /* Changed to new Blue */
  font-size: 1.4rem;
  font-weight: 600;
}

.coordinate {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  font-size: 1.05rem;
  color: black; /* Changed for readability */
}

.coordinate i {
  color: #fcfb13; /* Changed to new Yellow */
  font-size: 1.2rem;
}

.directions-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Changed to Black-based shadow */
  border: 1px solid rgba(0, 0, 0, 0.1); /* Changed to Black-based border */
}

.directions-form label {
  font-weight: 600;
  color: black; /* Changed to Black */
  font-size: 1.05rem;
}

.directions-form input {
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: black; /* Added for consistency */
}

.directions-form input:focus {
  outline: none;
  border-color: #0201db; /* Changed to new Blue */
  box-shadow: 0 0 0 3px rgba(2, 1, 219, 0.2); /* Shadow from new Blue */
}

.directions-form button {
  background: #0201db; /* Changed to new Blue */
  color: white;
  border: none;
  padding: 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.directions-form button:hover {
  background: #e50d1e; /* Changed to new Red for hover */
  transform: translateY(-2px);
}

.location-map {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Changed to Black-based shadow */
  border: 1px solid rgba(0, 0, 0, 0.1); /* Changed to Black-based border */
  transition: transform 0.3s ease;
}

.location-map:hover {
  transform: translateY(-5px);
}

.location-map img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .location-content {
    flex-direction: column;
  }
  
  .location-info, .location-map {
    width: 100%;
  }
}







.content-wrapper {
    display: flex;
    gap: 30px;
    margin: 0 auto;
    padding: 20px;
}

.contact-card {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: slideUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
    transform: translateY(20px);
    height: 450px;
}

@keyframes slideUp {
    to { opacity: 1; transform: translateY(0); }
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.contact-card h2 {
    color: #0201db; /* Changed to new Blue */
    margin-bottom: 25px;
    font-size: 1.8rem;
    position: relative;
    text-align: center;
}

.contact-card h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #fcfb13; /* Changed to new Yellow */
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-item i {
    color: #fcfb13; /* Changed to new Yellow */
    font-size: 1.5rem;
    margin-right: 15px;
    min-width: 24px;
    text-align: center;
}

.info-text h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #0201db; /* Changed to new Blue */
}

.info-text p, .info-text a {
    font-size: 1.1rem;
    color: #000000; /* Maintained Black for readability */
    text-decoration: none;
    transition: color 0.3s;
}

.info-text a:hover {
    color: #0201db; /* Changed to new Blue */
    text-decoration: underline;
}

.map-container {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    animation: slideUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
    transform: translateY(20px);
    height: 450px;
}

.map-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .contact-card, .map-container {
        width: 100%;
        height: auto;
    }

    .map-container {
        height: 350px;
    }
}
















/* Scoped styles using section ID */
#hotel-navigation-section .container {
    margin: 0 auto;
    padding: 0 20px;
}

#hotel-navigation-section .navigation-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#hotel-navigation-section .nav-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#hotel-navigation-section .nav-item {
    display: flex;
    height: 100%;
}

#hotel-navigation-section .nav-link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black; /* Changed to Black */
    text-decoration: none;
    background: white;
    border-radius: 8px;
    padding: 25px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Black-based shadow */
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1); /* Light Black-based border */
    height: 120px; /* Fixed height for rectangular format */
}

#hotel-navigation-section .nav-link:hover {
    background: #e50d1e; /* Changed to new Red for hover background */
    color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* Black-based shadow */
    transform: translateY(-3px);
}

#hotel-navigation-section .nav-icon {
    font-size: 24px;
    margin-bottom: 12px;
    color: #0201db; /* Changed to new Blue */
    transition: all 0.3s ease;
}

#hotel-navigation-section .nav-link:hover .nav-icon {
    color: #fcfb13; /* Changed to new Yellow for hover */
    transform: scale(1.1);
}

#hotel-navigation-section .nav-text {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

#hotel-navigation-section .nav-desc {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.4;
}

/* Responsive styles */
@media (max-width: 992px) {
    #hotel-navigation-section .nav-row {
        grid-template-columns: repeat(2, 1fr);
    }

    #hotel-navigation-section .nav-link {
        height: 110px;
        padding: 20px 10px;
    }
}

@media (max-width: 576px) {
    #hotel-navigation-section .nav-row {
        grid-template-columns: 1fr;
    }

    #hotel-navigation-section .nav-link {
        height: 100px;
        padding: 15px 10px;
    }

    #hotel-navigation-section {
        padding: 30px 0;
    }
}





.faq-section {
    margin: 20px auto;
    padding: 0 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    color: #0201db; /* Replaced blue */
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.faq-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #0201db, #fcfb13); /* Replaced blue and yellow */
    border-radius: 2px;
}

.faq-header p {
    color: black; /* Set to black */
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
}

.faq-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 4px solid #0201db; /* Replaced blue */
}

.faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.faq-question {
    padding: 25px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: #fcfb13; /* Replaced yellow */
    color: #0201db;      /* Replaced blue text for contrast */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 18px;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.faq-answer {
    padding: 25px;
    position: relative;
}

.faq-answer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 1px;
    background: linear-gradient(to right, transparent, #0201db, transparent); /* Replaced blue */
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: black; /* Set to black */
}

.faq-answer a {
    color: #0201db; /* Replaced blue */
    font-weight: 600;
    text-decoration: none !important;
}

.faq-answer a:hover {
    color: #e50d1e; /* Replaced red */
    border-bottom-color: #e50d1e; /* Replaced red */
}

.faq-answer .fa-caret-right {
    color: #e50d1e; /* Replaced red */
    margin-right: 8px;
}

/* --- Media Queries for Responsiveness --- */
@media (max-width: 600px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-header h2 {
        font-size: 28px;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-answer {
        padding: 20px;
    }
}







/* Main Container */
.split-attractions-container {
    max-width: 1300px;
    margin: 50px auto;
}

/* Section Header */
.split-header {
    text-align: center;
    margin-bottom: 50px;
}

.split-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a2a4c;
    margin: 0;
}

.split-header p {
    font-size: 1.1rem;
    color: #6a737d;
}

/* Three-Column Grid Layout */
.split-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr; /* Center column is wider */
    align-items: center;
    gap: 30px;
}

/* Shared Attraction Box Styles */
.attraction-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    /* height: 100%;  <-- THIS LINE HAS BEEN REMOVED TO FIX THE HEIGHT */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
}

.attraction-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.box-content h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a2a4c;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.box-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: black;
    margin-bottom: 20px;
}

/* Distance Tag */
.distance-tag {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    background-color: #4a6fa5; /* A complementary blue */
}

/* Unique Icon Colors */
.icon-teal { color: #1abc9c; margin-right: 12px; }
.icon-orange { color: #f39c12; margin-right: 12px; }

/* Center Image Styles */
.center-image-box {
    border-radius: 15px;
    overflow: hidden;
    height: 500px; /* Taller, more prominent image */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px !important;
}

.center-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.center-image-box:hover img {
    transform: scale(1.05);
}

/* Responsive Design for Tablets and Mobiles */
@media (max-width: 992px) {
    .split-grid {
        grid-template-columns: 1fr; /* Stack columns */
        gap: 30px;
    }
    
    .center-image-box {
        /* Place image first in the visual order on mobile */
        order: -1; 
        height: 350px; /* Adjust height for smaller screens */
    }
    
    .attraction-box {
        text-align: center;
    }

    .box-content h3 {
        justify-content: center; /* Center heading and icon */
    }
}

@media (max-width: 576px) {
    .split-header h2 {
        font-size: 2.2rem;
    }
    .box-content h3 {
        font-size: 1.5rem;
    }
}