
        :root {
            --primary-blue: #002344;
            --secondary-sand: #ff9000;
            --icm-green: #4F7F5A;
            --icm-warning: #D9534F;
            --icm-warning-light: #FDF3F2;     
            --icm-light-blue: #4A90E2;
            --bg-white: #F5F0E6;
            --icm-grey: #F8F9FA;
            --icm-dark: #333333;
            --icm-green: #4F7F5A;
            --text-dark: #1F1F1F;
            --text-medium: #555555;
            --bg-white: #FFFFFF;
            --bg-alt: #F7F7F7;

      
            --icm-light: #f8f9fa;
            --icm-border: #dee2e6;
            --icm-hover: #ff9000;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--text-dark);
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4, h5 {
            font-weight: 600;
            color: var(--primary-blue);
        }
        a{
            text-decoration: none;
            color: inherit;
        }
        
        /* Header Styles */
        .site-header {
            background-color: var(--primary-blue);
            position: sticky;
            top: 0;
            z-index: 1030;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        .navbar-brand {
            font-weight: 700;
            font-size: 1.6rem;
            color: white !important;
        }
        
        .navbar-brand i {
            margin-right: 8px;
        }
        
        .navbar-nav .nav-link {
            color: white !important;
            font-weight: 500;
            padding: 0.5rem 1rem !important;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .navbar-nav .nav-link:hover {
            color: white !important;
        }
        
        .navbar-nav .nav-link:hover:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 1rem;
            right: 1rem;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.7);
        }
        
        .nav-cta-btn {
            background-color: var(--primary-blue);
            border: 2px solid white;
            color: white !important;
            border-radius: 4px;
            margin-left: 10px;
            padding: 0.5rem 1.5rem !important;
            transition: all 0.3s ease;
        }
        
        .nav-cta-btn:hover {
            background-color: var(--secondary-sand);
        }
        
        
        
        .navbar-toggler {
            border-color: rgba(255, 255, 255, 0.5);
            color: white;
        }
        
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        
        /* Hero Carousel (Bootstrap) */
        .hero-carousel {
            margin-top: -56px;
        }
        
        .hero-carousel .carousel-inner {
            height: 80vh;
            min-height: 600px;
        }
        
        .hero-carousel .carousel-item {
            height: 100%;
        }
        
        .hero-carousel .carousel-item img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }
        
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, rgba(31, 78, 121, 0.7), rgba(31, 78, 121, 0.5));
            display: flex;
            align-items: center;
        }
        
        .hero-content {
            color: white;
            max-width: 700px;
            padding: 0 20px;
        }
        
        .hero-content h1 {
            font-size: 3.2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            color: var(--bg-white);
        }
        
        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 2.5rem;
            max-width: 600px;
        }
        
        .hero-btn {
            padding: 0.85rem 2.2rem;
            border-radius: 4px;
            font-weight: 600;
            font-size: 1.1rem;
            margin-right: 15px;
            margin-bottom: 10px;
            display: inline-block;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .hero-btn-primary {
            background-color: var(--primary-blue);
            color: white;
            border: 2px solid var(--primary-blue);
        }
        
        .hero-btn-primary:hover {
            background-color: #173a5c;
            border-color: #173a5c;
            color: white;
        }
        
        .hero-btn-secondary {
            background-color: transparent;
            color: white;
            border: 2px solid white;
        }
        
        .hero-btn-secondary:hover {
            background-color: white;
            color: var(--primary-blue);
        }
        
        /* Bootstrap Carousel Controls */
        .hero-carousel .carousel-control-prev,
        .hero-carousel .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: rgba(31, 78, 121, 0.7);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 20px;
        }
        
        .hero-carousel .carousel-control-prev-icon,
        .hero-carousel .carousel-control-next-icon {
            width: 1.5rem;
            height: 1.5rem;
        }
        
        .hero-carousel .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            margin: 0 5px;
        }
        
        .hero-carousel .carousel-indicators button.active {
            background-color: white;
        }
        
        /* Booking Bar */
        .booking-bar-container {
            position: relative;
            z-index: 10;
            margin-top: -80px;
        }
        
        .booking-bar {
            background-color: var(--secondary-sand);
            border-radius: 10px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }
        
        .booking-bar h3 {
            color: var(--primary-blue);
            margin-bottom: 1.5rem;
            text-align: center;
            font-size: 1.5rem;
        }
        
        .booking-form .form-control, .booking-form .form-select {
            border-radius: 6px;
            border: 1px solid #ddd;
            padding: 0.85rem;
            height: auto;
        }
        
        .booking-form .form-label {
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 0.5rem;
        }
        
        .btn-search {
            background-color: var(--primary-blue);
            color: white;
            font-weight: 600;
            padding: 0.85rem;
            border-radius: 6px;
            border: none;
            transition: all 0.3s ease;
            /* height: 100%; */
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 15px;
        }

        
        .btn-search:hover {
            background-color: #173a5c;
        }

        .btn-book {
            background-color: var(--primary-blue);
            color: white;
            font-weight: 600;
            padding: 0.85rem;
            border-radius: 6px;
            border: none;
            transition: all 0.3s ease;
            height: 100%;
            width: 100%;
        }
        .btn-book:hover {
            background-color: #173a5c;
        }
        
        /* Section Styles */
        .section-padding {
            padding: 5rem 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 3.5rem;
            position: relative;
        }
        
        .section-title h2 {
            display: inline-block;
            padding-bottom: 15px;
            position: relative;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--icm-green);
            border-radius: 2px;
        }
        
        .section-subtitle {
            color: var(--text-medium);
            font-size: 1.1rem;
            max-width: 700px;
            margin: 1rem auto 0;
        }
        
        .bg-alt {
            background-color: var(--bg-alt);
        }
        
        .bg-sand {
            background-color: var(--secondary-sand);
        }
        
        /* Welcome Section */
        .welcome-img {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .welcome-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .feature-list {
            list-style: none;
            padding-left: 0;
            margin-top: 1.5rem;
        }
        
        .feature-list li {
            margin-bottom: 1rem;
            display: flex;
            align-items: flex-start;
        }
        
        .feature-list i {
            color: var(--icm-green);
            font-size: 1.4rem;
            margin-right: 15px;
            margin-top: 3px;
        }
        
        /* Rooms Preview */
        .room-card {
            background-color: var(--secondary-sand);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .room-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .room-img {
            height: 240px;
            width: 100%;
            object-fit: cover;
        }
        
        .room-card-body {
            padding: 1.8rem;
        }
        
        .room-card h4 {
            margin-bottom: 0.8rem;
            color: var(--primary-blue);
        }
        
        .room-feature {
            color: var(--icm-green);
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        .room-card .btn {
            background-color: var(--primary-blue);
            color: white;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .room-card .btn:hover {
            background-color: #173a5c;
        }
        
        /* Explore Ipswich Slider */
        .explore-swiper {
            padding: 20px 10px 50px;
        }
        
        .attraction-card {
            background-color: var(--secondary-sand);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            height: 100%;
            transition: all 0.3s ease;
        }
        
        .attraction-card:hover {
            transform: translateY(-5px);
        }
        
        .attraction-img {
            height: 200px;
            width: 100%;
            object-fit: cover;
        }
        
        .attraction-card-body {
            padding: 1.5rem;
        }
        
        .attraction-card h5 {
            color: var(--primary-blue);
            margin-bottom: 0.5rem;
        }
        
        .distance-badge {
            background-color: var(--icm-green);
            color: white;
            padding: 0.3rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            display: inline-block;
            margin-bottom: 1rem;
        }
        
        .view-map-link {
            color: var(--primary-blue);
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            margin-top: 1rem;
        }
        
        .view-map-link i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }
        
        .view-map-link:hover {
            text-decoration: underline;
        }
        
        .view-map-link:hover i {
            transform: translateX(5px);
        }
        
        .explore-swiper .swiper-pagination {
            bottom: 0;
        }
        
        .explore-swiper .swiper-pagination-bullet {
            background-color: var(--text-medium);
        }
        
        .explore-swiper .swiper-pagination-bullet-active {
            background-color: var(--primary-blue);
        }
        
        /* Amenities */
        .amenity-item {
            text-align: center;
            padding: 2rem 1rem;
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .amenity-item:hover {
            background-color: rgba(230, 211, 177, 0.3);
            transform: translateY(-5px);
        }
        
        .amenity-icon {
            color: var(--icm-green);
            font-size: 2.8rem;
            margin-bottom: 1.5rem;
        }
        
        .amenity-item h5 {
            margin-bottom: 0.8rem;
        }
        
        /* Reviews */
        .review-card {
            background-color: white;
            border-radius: 10px;
            padding: 2.5rem 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            height: 100%;
            position: relative;
        }
        
        .quote-icon {
            color: var(--icm-green);
            font-size: 2.2rem;
            margin-bottom: 1.5rem;
            opacity: 0.8;
        }
        
        .review-text {
            font-style: italic;
            color: var(--text-medium);
            margin-bottom: 1.5rem;
        }
        
        .review-author {
            font-weight: 600;
            color: var(--primary-blue);
        }
        
        .review-location {
            color: var(--text-medium);
            font-size: 0.95rem;
        }
        
        /* Call to Action */
        .cta-section {
            background-color: var(--primary-blue);
            color: white;
            padding: 4.5rem 0;
        }
        
        .cta-section h2 {
            color: white;
            font-size: 2.4rem;
            margin-bottom: 1.5rem;
        }
        
        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 2.5rem;
            opacity: 0.9;
        }
        
        .cta-btn {
            background-color: white;
            color: var(--primary-blue);
            border: none;
            padding: 1rem 3rem;
            font-size: 1.2rem;
            font-weight: 600;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        
        .cta-btn:hover {
            background-color: var(--secondary-sand);
            transform: translateY(-3px);
        }
        
        /* Footer */
        .site-footer {
            background-color: var(--primary-blue);
            color: white;
            padding-top: 4rem;
        }
        
        .footer-heading {
            color: white;
            font-size: 1.3rem;
            margin-bottom: 1.8rem;
            font-weight: 600;
        }
        
        .footer-links {
            list-style: none;
            padding-left: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover {
            color: white;
            text-decoration: underline;
            padding-left: 5px;
        }
        
        .contact-info a {
            color: white;
            text-decoration: none;
        }
        
        .contact-info a:hover {
            text-decoration: underline;
        }
        
        .footer-bottom {
            background-color: rgba(0, 0, 0, 0.15);
            padding: 1.5rem 0;
            margin-top: 4rem;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .hero-content h1 {
                font-size: 2.6rem;
            }
            
            .hero-carousel {
                height: 75vh;
                min-height: 550px;
            }
        }
        
        @media (max-width: 768px) {
            .hero-carousel {
                height: 70vh;
                min-height: 500px;
            }
            
            .hero-content h1 {
                font-size: 2.2rem;
            }
            
            .hero-content p {
                font-size: 1.1rem;
            }
            
            .booking-bar-container {
                margin-top: 30px;
            }
            
            .booking-bar {
                padding: 1.5rem;
            }
            
            .section-padding {
                padding: 4rem 0;
            }
            
            .nav-cta-btn {
                margin-left: 0;
                margin-top: 10px;
                display: inline-block;
            }
            
            .hero-btn {
                display: block;
                width: 100%;
                margin-bottom: 15px;
                text-align: center;
            }
            
            .swiper-button-next, .swiper-button-prev {
                display: none;
            }
        }
        
        @media (max-width: 576px) {
            .hero-carousel {
                height: 65vh;
                min-height: 450px;
            }
            
            .hero-content h1 {
                font-size: 1.9rem;
            }
            
            .section-title h2 {
                font-size: 1.8rem;
            }
            
            .cta-section h2 {
                font-size: 2rem;
            }
        }
        
        /* Animation */
        [data-aos] {
            pointer-events: none;
        }
        
        .aos-animate {
            pointer-events: auto;
        }
        
        .aos-init {
            opacity: 0;
        }


        /* About Section */
 /* Page Hero Banner */
        .about-page-hero {
            background: linear-gradient(to right, rgba(31, 78, 121, 0.85), rgba(31, 78, 121, 0.7)), 
                        url('about-hero.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 140px 0 80px;
            margin-top: -56px;
            text-align: center;
        }
        
        .about-page-hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1.5rem;
        }
        
        .about-page-hero .lead {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.95;
        }
        
        /* Section Styles */
        .section-padding {
            padding: 5rem 0;
        }
        
        .section-title {
            margin-bottom: 2.5rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 4px;
            background-color: var(--icm-green);
            border-radius: 2px;
        }
        
        .centered-title {
            text-align: center;
        }
        
        .centered-title:after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .bg-alt {
            background-color: var(--bg-alt);
        }
        
        .bg-sand {
            background-color: var(--secondary-sand);
        }
        
        /* Our Story Section */
        .story-img {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .story-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Value Cards */
        .value-card {
            background-color: var(--secondary-sand);
            border-radius: 10px;
            padding: 2.5rem 2rem;
            height: 100%;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }
        
        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .value-icon {
            color: var(--icm-green);
            font-size: 3rem;
            margin-bottom: 1.5rem;
        }
        
        .value-card h4 {
            margin-bottom: 1rem;
            color: var(--primary-blue);
        }
        
        /* Why Choose Us Section */
        .feature-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 2rem;
        }
        
        .feature-list li {
            margin-bottom: 1.2rem;
            display: flex;
            align-items: flex-start;
        }
        
        .feature-list i {
            color: var(--icm-green);
            font-size: 1.3rem;
            margin-right: 15px;
            margin-top: 5px;
        }
        
        .choose-img {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .choose-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Commitment Section */
        .commitment-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .commitment-content p {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
        }
        
        .divider {
            height: 3px;
            width: 100px;
            background-color: var(--icm-green);
            margin: 2rem auto;
            border-radius: 2px;
        }
        
        /* Team Preview */
        .team-card {
            background-color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .team-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .team-img {
            height: 280px;
            width: 100%;
            object-fit: cover;
        }
        
        .team-card-body {
            padding: 1.8rem;
            text-align: center;
        }
        
        .team-card h4 {
            margin-bottom: 0.5rem;
            color: var(--primary-blue);
        }
        
        .team-role {
            color: var(--icm-green);
            font-weight: 600;
            margin-bottom: 1rem;
        }
        
        .team-intro {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 3rem;
            font-size: 1.1rem;
        }
        
        .btn-primary-custom {
            background-color: var(--primary-blue);
            color: white;
            text-align: center;
            border: none;
            padding: 0.85rem 2.5rem;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-primary-custom:hover {
            background-color: #173a5c;
        }



        /* Accomodation Page Styles */

        /* Page Hero Banner */
        .accomodation-page-hero {         
             background: linear-gradient(to right, rgba(31, 78, 121, 0.85), rgba(31, 78, 121, 0.7)), 
                        url('accommodation-hero.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 140px 0 80px;
            margin-top: -56px;
            text-align: center;
        }
        
        .accomodation-page-hero h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1.5rem;
        }
        
        .accomodation-page-hero .lead {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.95;
        }
        
        /* Section Styles */
        .section-padding {
            padding: 5rem 0;
        }
        
        .section-title {
            margin-bottom: 2.5rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 4px;
            background-color: var(--icm-green);
            border-radius: 2px;
        }
        
        .centered-title {
            text-align: center;
        }
        
        .centered-title:after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .bg-alt {
            background-color: var(--bg-alt);
        }
        
        .bg-sand {
            background-color: var(--secondary-sand);
        }
        
        /* Intro Text Section */
        .intro-text {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
            font-size: 1.1rem;
        }
        
        /* Room Cards */
        .room-card {
            background-color: var(--secondary-sand);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
        }
        
        .room-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .room-card-img {
            height: 250px;
            width: 100%;
            object-fit: cover;
        }
        
        .room-card-body {
            padding: 2rem;
        }
        
        .room-card h3 {
            margin-bottom: 1rem;
            color: var(--primary-blue);
        }
        
        .room-features {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin: 1.5rem 0;
        }
        
        .room-feature {
            display: flex;
            align-items: center;
            color: var(--text-medium);
        }
        
        .room-feature i {
            color: var(--icm-green);
            margin-right: 8px;
            font-size: 1.1rem;
        }
        
        .room-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-blue);
            margin-bottom: 1.5rem;
        }
        
        .room-buttons {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        
        .btn-primary-custom {
            background-color: var(--primary-blue);
            color: white;
            border: none;
            padding: 0.85rem 1.8rem;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s ease;
            flex: 1;
        }
        
        .btn-primary-custom:hover {
            background-color: #173a5c;
        }
        
        .btn-outline-custom {
            background-color: transparent;
            color: var(--primary-blue);
            text-align: center;
            border: 2px solid var(--primary-blue);
            padding: 0.85rem 1.8rem;
            border-radius: 4px;
            font-weight: 600;
            transition: all 0.3s ease;
            flex: 1;
        }
        
        .btn-outline-custom:hover {
            background-color: var(--primary-blue);
            color: white;
        }
        
        /* Why Stay With Us Section */
        .stay-img {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .stay-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .feature-list {
            list-style: none;
            padding-left: 0;
            margin-top: 1.5rem;
        }
        
        .feature-list li {
            margin-bottom: 1.5rem;
            display: flex;
            align-items: flex-start;
        }
        
        .feature-list i {
            color: var(--icm-green);
            font-size: 1.4rem;
            margin-right: 15px;
            margin-top: 3px;
        }

        /* Room Details Page Styles */

        /* Room Hero Slider */
         /* Bootstrap Carousel Controls Customization */
        .room-hero-carousel .carousel-control-prev,
        .room-hero-carousel .carousel-control-next {
            width: 50px;
            height: 50px;
            background-color: rgba(31, 78, 121, 0.7);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 20px;
        }
        
        .room-hero-carousel .carousel-control-prev-icon,
        .room-hero-carousel .carousel-control-next-icon {
            width: 1.5rem;
            height: 1.5rem;
        }
        
        .room-hero-carousel .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            margin: 0 5px;
        }
        
        .room-hero-carousel .carousel-indicators button.active {
            background-color: white;
        }
        
        /* Section Styles */
        .section-padding {
            padding: 4rem 0;
        }
        
        .section-title {
            margin-bottom: 2rem;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 4px;
            background-color: var(--icm-green);
            border-radius: 2px;
        }
        
        .bg-alt {
            background-color: var(--bg-alt);
        }
        
        /* Room Summary */
        .room-summary {
            margin-bottom: 3rem;
        }
        
        .room-details {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin-bottom: 2rem;
        }
        
        .room-detail-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .room-detail-item i {
            color: var(--icm-green);
            font-size: 1.3rem;
        }
        
        .amenities-list {
            list-style: none;
            padding-left: 0;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 1rem;
        }
        
        .amenities-list li {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .amenities-list i {
            color: var(--icm-green);
            font-size: 1.2rem;
        }
        
        /* Pricing & Booking Panel */
        .booking-panel {
            background-color: var(--secondary-sand);
            border-radius: 10px;
            padding: 2rem;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 100px;
        }
        
        @media (max-width: 992px) {
            .booking-panel {
                position: static;
                margin-top: 3rem;
            }
        }
        
        .price-display {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-blue);
            margin-bottom: 0.5rem;
        }
        
        .price-note {
            color: var(--text-medium);
            margin-bottom: 2rem;
            font-size: 0.9rem;
        }
        
        .booking-form .form-control {
            border-radius: 6px;
            border: 1px solid #ddd;
            padding: 0.85rem;
            margin-bottom: 1rem;
        }
        
        .btn-primary-custom {
            background-color: var(--primary-blue);
            color: white;
            border: none;
            padding: 0.85rem;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
            /* margin-bottom: 1rem; */
        }
        
        .btn-primary-custom:hover {
            background-color: #173a5c;
        }
        
        .btn-check-availability {
            background-color: white;
            color: var(--primary-blue);
            border: 2px solid var(--primary-blue);
            padding: 0.85rem;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .btn-check-availability:hover {
            background-color: var(--primary-blue);
            color: white;
        }
        
        /* Room Features */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 2rem;
        }
        
        .feature-item {
            text-align: center;
            padding: 1.5rem;
        }
        
        .feature-icon {
            color: var(--icm-green);
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        /* Policies */
        .policies-list {
            list-style: none;
            padding-left: 0;
        }
        
        .policies-list li {
            margin-bottom: 1.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid #eee;
        }
        
        .policies-list li:last-child {
            border-bottom: none;
        }
        
        .policy-title {
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 0.5rem;
        }
        
        /* Back Button */
        .back-button {
            display: inline-flex;
            align-items: center;
            color: var(--primary-blue);
            text-decoration: none;
            font-weight: 600;
            margin-bottom: 2rem;
            transition: all 0.3s ease;
        }
        
        .back-button i {
            margin-right: 8px;
            transition: transform 0.3s ease;
        }
        
        .back-button:hover {
            color: #173a5c;
        }
        
        .back-button:hover i {
            transform: translateX(-5px);
        }

        /* Amenities Page Styles */

          /* Hero Section */
        .icm-amenities-wrapper .icm-amenities-hero {
            position: relative;
            background: linear-gradient(rgba(31, 78, 121, 0.85), rgba(31, 78, 121, 0.75)), 
                        url('amenities-hero.jpg');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            margin-bottom: 60px;
            color: white;
            text-align: center;
        }
        
        .icm-amenities-wrapper .icm-amenities-hero h1 {
            color: white;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .icm-amenities-wrapper .icm-amenities-hero p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Intro Section */
        .icm-amenities-wrapper .icm-amenities-intro {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px;
            color: var(--icm-muted);
            font-size: 1.1rem;
            line-height: 1.7;
        }
        
        /* Amenities Grid */
        .icm-amenities-wrapper .icm-amenities-grid-section {
            margin-bottom: 80px;
        }
        
        .icm-amenities-wrapper .icm-amenities-card {
            background-color: var(--bg-white);
            border-radius: 16px;
            padding: 30px 25px;
            height: 100%;
            box-shadow: var(--icm-shadow);
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .icm-amenities-wrapper .icm-amenities-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--icm-shadow-hover);
        }
        
        .icm-amenities-wrapper .icm-amenities-icon {
            width: 80px;
            height: 80px;
            background-color: var(--icm-white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: var(--icm-green);
            font-size: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .icm-amenities-wrapper .icm-amenities-card h3 {
            color: var(--primary-blue);
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .icm-amenities-wrapper .icm-amenities-card p {
            color: var(--icm-muted);
            margin: 0;
            line-height: 1.6;
        }
        
        /* Comfort & Safety Section */
        .icm-amenities-wrapper .icm-amenities-comfort {
            margin-bottom: 80px;
            background-color: var(--icm-light);
            padding: 60px 0;
            border-radius: 16px;
        }
        
        .icm-amenities-wrapper .icm-amenities-comfort h2 {
            color: var(--primary-blue);
            margin-bottom: 25px;
            font-weight: 600;
        }
        
        .icm-amenities-wrapper .icm-amenities-comfort-img {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: var(--icm-shadow);
        }
        
        .icm-amenities-wrapper .icm-amenities-comfort-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .icm-amenities-wrapper .icm-amenities-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .icm-amenities-wrapper .icm-amenities-list li {
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
        }
        
        .icm-amenities-wrapper .icm-amenities-list-icon {
            color: var(--icm-green);
            font-size: 1.3rem;
            margin-right: 15px;
            flex-shrink: 0;
            margin-top: 3px;
        }
        
        .icm-amenities-wrapper .icm-amenities-list-content h4 {
            color: var(--primary-blue);
            margin-bottom: 5px;
            font-size: 1.2rem;
        }
        
        .icm-amenities-wrapper .icm-amenities-list-content p {
            color: var(--icm-muted);
            margin: 0;
        }
        
        /* Business & Family Features */
        .icm-amenities-wrapper .icm-amenities-business-family {
            margin-bottom: 80px;
        }
        
        .icm-amenities-wrapper .icm-amenities-feature-box {
            background-color: var(--bg-white);
            border-radius: 16px;
            padding: 40px 35px;
            height: 100%;
            box-shadow: var(--icm-shadow);
        }
        
        .icm-amenities-wrapper .icm-amenities-feature-box h3 {
            color: var(--primary-blue);
            font-size: 1.6rem;
            margin-bottom: 25px;
            font-weight: 600;
            text-align: center;
        }
        
        .icm-amenities-wrapper .icm-amenities-feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .icm-amenities-wrapper .icm-amenities-feature-list li {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(79, 127, 90, 0.1);
        }
        
        .icm-amenities-wrapper .icm-amenities-feature-list li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .icm-amenities-wrapper .icm-amenities-feature-list li i {
            color: var(--icm-green);
            margin-right: 10px;
        }
        
        /* CTA Section */
        .icm-amenities-wrapper .icm-amenities-cta {
            background-color: var(--primary-blue);
            padding: 80px 0;
            text-align: center;
            border-radius: 16px;
            margin-bottom: 60px;
        }
        
        .icm-amenities-wrapper .icm-amenities-cta h2 {
            color: white;
            font-size: 2.2rem;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .icm-amenities-wrapper .icm-amenities-cta p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto 30px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .icm-amenities-wrapper .icm-amenities-hero h1 {
                font-size: 2.5rem;
            }
            
            .icm-amenities-wrapper .icm-amenities-card {
                margin-bottom: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .icm-amenities-wrapper .icm-amenities-hero {
                padding: 80px 0;
            }
            
            .icm-amenities-wrapper .icm-amenities-hero h1 {
                font-size: 2.2rem;
            }
            
            .icm-amenities-wrapper .icm-amenities-comfort-img {
                margin-bottom: 40px;
            }
            
            .icm-amenities-wrapper .icm-amenities-feature-box {
                margin-bottom: 30px;
            }
            
            .icm-amenities-wrapper .icm-amenities-cta h2 {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 576px) {
            .icm-amenities-wrapper .icm-amenities-hero h1 {
                font-size: 1.9rem;
            }
            
            .icm-amenities-wrapper .icm-amenities-card {
                padding: 25px 20px;
            }
            
            .icm-amenities-wrapper .icm-amenities-icon {
                width: 70px;
                height: 70px;
                font-size: 1.8rem;
            }
        }
        
        /* Spacing utility classes (scoped) */
        .icm-amenities-wrapper .icm-mb-30 {
            margin-bottom: 30px;
        }
        
        .icm-amenities-wrapper .icm-mb-40 {
            margin-bottom: 40px;
        }
        
        .icm-amenities-wrapper .icm-mb-60 {
            margin-bottom: 60px;
        }
        
        .icm-amenities-wrapper .icm-pt-60 {
            padding-top: 60px;
        }
        
        .icm-amenities-wrapper .icm-pb-60 {
            padding-bottom: 60px;
        }

        /* Contact Page Styles */

        /* CSS Variables scoped to wrapper only */
        .icm-contact-wrapper {
            --primary-blue: #1F4E79;
            --bg-white: #E6D3B1;
            --icm-green: #4F7F5A;
            --icm-text: #1F1F1F;
            --icm-muted: #555555;
            --icm-light: #F7F7F7;
            --icm-white: #FFFFFF;
            --icm-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            --icm-shadow-hover: 0 12px 30px rgba(0, 0, 0, 0.12);
            --icm-radius: 12px;
        }
        
        /* Hero Section */
        .icm-contact-wrapper .icm-contact-hero {
            position: relative;
            background: linear-gradient(rgba(31, 78, 121, 0.85), rgba(31, 78, 121, 0.75)), 
                        url('contact-hero.jpg');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            margin-bottom: 60px;
            color: var(--icm-white);
            text-align: center;
        }
        
        .icm-contact-wrapper .icm-contact-hero h1 {
            color: var(--icm-white);
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .icm-contact-wrapper .icm-contact-hero p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }
        
        /* Location Section */
        .icm-contact-wrapper .icm-contact-location {
            margin-bottom: 80px;
        }
        
        .icm-contact-wrapper .icm-contact-map-container {
            border-radius: var(--icm-radius);
            overflow: hidden;
            box-shadow: var(--icm-shadow);
            height: 100%;
            min-height: 400px;
        }
        
        .icm-contact-wrapper .icm-contact-map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
        }
        
        .icm-contact-wrapper .icm-contact-location-info {
            padding: 40px 30px;
            height: 100%;
        }
        
        .icm-contact-wrapper .icm-contact-location-info h2 {
            color: var(--primary-blue);
            margin-bottom: 25px;
            font-weight: 600;
        }
        
        .icm-contact-wrapper .icm-contact-address {
            margin-bottom: 30px;
        }
        
        .icm-contact-wrapper .icm-contact-address p {
            color: var(--icm-muted);
            margin-bottom: 10px;
            font-size: 1.1rem;
        }
        
        .icm-contact-wrapper .icm-contact-address i {
            color: var(--icm-green);
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }
        
        .icm-contact-wrapper .icm-contact-landmarks {
            margin-bottom: 30px;
        }
        
        .icm-contact-wrapper .icm-contact-landmarks h4 {
            color: var(--primary-blue);
            margin-bottom: 15px;
            font-size: 1.2rem;
        }
        
        .icm-contact-wrapper .icm-contact-landmarks ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .icm-contact-wrapper .icm-contact-landmarks li {
            color: var(--icm-muted);
            margin-bottom: 8px;
            padding-left: 20px;
            position: relative;
        }
        
        .icm-contact-wrapper .icm-contact-landmarks li:before {
            content: "•";
            color: var(--icm-green);
            position: absolute;
            left: 0;
            font-size: 1.2rem;
        }
        
        .icm-contact-wrapper .icm-contact-directions {
            background-color: var(--icm-light);
            padding: 20px;
            border-radius: var(--icm-radius);
            margin-top: 30px;
        }
        
        .icm-contact-wrapper .icm-contact-directions p {
            color: var(--icm-muted);
            margin: 0;
            font-style: italic;
        }
        
        /* FAQs Section */
        .icm-contact-wrapper .icm-contact-faqs {
            background-color: var(--icm-light);
            padding: 80px 0;
            margin-bottom: 80px;
        }
        
        .icm-contact-wrapper .icm-contact-faqs h2 {
            color: var(--primary-blue);
            margin-bottom: 40px;
            text-align: center;
            font-weight: 600;
        }
        
        .icm-contact-wrapper .icm-contact-accordion .accordion-button {
            color: var(--primary-blue);
            font-weight: 600;
            padding: 20px;
        }
        
        .icm-contact-wrapper .icm-contact-accordion .accordion-button:not(.collapsed) {
            background-color: rgba(31, 78, 121, 0.05);
            color: var(--primary-blue);
        }
        
        .icm-contact-wrapper .icm-contact-accordion .accordion-button:focus {
            border-color: var(--icm-green);
            box-shadow: 0 0 0 0.25rem rgba(79, 127, 90, 0.25);
        }
        
        .icm-contact-wrapper .icm-contact-accordion .accordion-body {
            color: var(--icm-muted);
            padding: 20px;
            line-height: 1.7;
        }
        
        .icm-contact-wrapper .icm-contact-accordion .accordion-button:after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F7F5A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        
        .icm-contact-wrapper .icm-contact-accordion .accordion-button:not(.collapsed):after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F7F5A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }
        
        /* Contact Form Section */
        .icm-contact-wrapper .icm-contact-form-section {
            margin-bottom: 80px;
        }
        
        .icm-contact-wrapper .icm-contact-info-box {
            background-color: var(--bg-white);
            border-radius: var(--icm-radius);
            padding: 40px 35px;
            height: 100%;
            box-shadow: var(--icm-shadow);
        }
        
        .icm-contact-wrapper .icm-contact-info-box h3 {
            color: var(--primary-blue);
            margin-bottom: 30px;
            font-weight: 600;
        }
        
        .icm-contact-wrapper .icm-contact-details {
            list-style: none;
            padding: 0;
            margin: 0 0 40px 0;
        }
        
        .icm-contact-wrapper .icm-contact-details li {
            margin-bottom: 25px;
            display: flex;
            align-items: flex-start;
        }
        
        .icm-contact-wrapper .icm-contact-details-icon {
            color: var(--icm-green);
            font-size: 1.3rem;
            margin-right: 15px;
            flex-shrink: 0;
            margin-top: 3px;
        }
        
        .icm-contact-wrapper .icm-contact-details-content h4 {
            color: var(--primary-blue);
            margin-bottom: 5px;
            font-size: 1.1rem;
        }
        
        .icm-contact-wrapper .icm-contact-details-content a,
        .icm-contact-wrapper .icm-contact-details-content p {
            color: var(--icm-muted);
            margin: 0;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .icm-contact-wrapper .icm-contact-details-content a:hover {
            color: var(--primary-blue);
        }
        
        .icm-contact-wrapper .icm-contact-hours {
            background-color: rgba(255, 255, 255, 0.7);
            padding: 20px;
            border-radius: var(--icm-radius);
        }
        
        .icm-contact-wrapper .icm-contact-hours h4 {
            color: var(--primary-blue);
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .icm-contact-wrapper .icm-contact-hours p {
            color: var(--icm-muted);
            margin: 0;
            line-height: 1.8;
        }
        
        .icm-contact-wrapper .icm-contact-form-box {
            background-color: var(--bg-white);
            border-radius: var(--icm-radius);
            padding: 40px 35px;
            box-shadow: var(--icm-shadow);
        }
        
        .icm-contact-wrapper .icm-contact-form-box h3 {
            color: var(--primary-blue);
            margin-bottom: 30px;
            font-weight: 600;
        }
        
        .icm-contact-wrapper .icm-contact-form-box .form-control,
        .icm-contact-wrapper .icm-contact-form-box .form-select {
            border-radius: 8px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            padding: 12px 15px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .icm-contact-wrapper .icm-contact-form-box .form-control:focus,
        .icm-contact-wrapper .icm-contact-form-box .form-select:focus {
            border-color: var(--icm-green);
            box-shadow: 0 0 0 0.25rem rgba(79, 127, 90, 0.25);
        }
        
        .icm-contact-wrapper .icm-contact-form-box .form-label {
            color: var(--primary-blue);
            font-weight: 500;
            margin-bottom: 8px;
        }
        
        .icm-contact-wrapper .icm-contact-form-box textarea.form-control {
            min-height: 150px;
            resize: vertical;
        }
        
        .icm-contact-wrapper .icm-contact-form-box .form-check-label {
            color: var(--icm-muted);
        }
        
        .icm-contact-wrapper .icm-contact-form-box .form-check-input:checked {
            background-color: var(--icm-green);
            border-color: var(--icm-green);
        }
        
        /* CTA Section */
        .icm-contact-wrapper .icm-contact-cta {
            background-color: var(--primary-blue);
            padding: 80px 0;
            text-align: center;
            border-radius: var(--icm-radius);
            margin-bottom: 60px;
        }
        
        .icm-contact-wrapper .icm-contact-cta h2 {
            color: var(--icm-white);
            font-size: 2.2rem;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .icm-contact-wrapper .icm-contact-cta p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto 30px;
        }

        #contactForm .btn-primary-custom {
            background-color: var(--secondary-sand);
            color: white;
            border: none;
            padding: 0.85rem 30px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        #contactForm .btn-primary-custom:hover {
            background-color: var(--bg-white);
            color: var(--secondary-sand);
            border: 2px solid var(--secondary-sand);
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .icm-contact-wrapper .icm-contact-hero h1 {
                font-size: 2.5rem;
            }
            
            .icm-contact-wrapper .icm-contact-map-container {
                margin-bottom: 40px;
                min-height: 350px;
            }
            
            .icm-contact-wrapper .icm-contact-info-box {
                margin-bottom: 40px;
            }
        }
        
        @media (max-width: 768px) {
            .icm-contact-wrapper .icm-contact-hero {
                padding: 80px 0;
            }
            
            .icm-contact-wrapper .icm-contact-hero h1 {
                font-size: 2.2rem;
            }
            
            .icm-contact-wrapper .icm-contact-faqs {
                padding: 60px 0;
            }
            
            .icm-contact-wrapper .icm-contact-cta h2 {
                font-size: 1.8rem;
            }
            
            .icm-contact-wrapper .icm-contact-info-box,
            .icm-contact-wrapper .icm-contact-form-box {
                padding: 30px 25px;
            }
        }
        
        @media (max-width: 576px) {
            .icm-contact-wrapper .icm-contact-hero h1 {
                font-size: 1.9rem;
            }
            
            .icm-contact-wrapper .icm-contact-cta {
                padding: 60px 20px;
            }
        }
        
        /* Utility classes (scoped) */
        .icm-contact-wrapper .icm-mb-30 {
            margin-bottom: 30px;
        }
        
        .icm-contact-wrapper .icm-mb-40 {
            margin-bottom: 40px;
        }
        
        .icm-contact-wrapper .icm-mb-60 {
            margin-bottom: 60px;
        }



        /* Page Privacy Policy Styles */

        /* Page Header / Hero Section */
        .icm-privacy-hero {
            background: linear-gradient(rgba(31, 78, 121, 0.9), rgba(31, 78, 121, 0.8)), 
                        url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0 60px;
            margin-top: -20px;
        }
        
        .icm-privacy-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--icm-white);
        }
        
        .icm-privacy-hero p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .icm-breadcrumb {
            background-color: transparent;
            padding: 0;
            margin-bottom: 20px;
        }
        
        .icm-breadcrumb .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        
        .icm-breadcrumb .breadcrumb-item.active {
            color: white;
        }
        
        .icm-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.8);
        }
        
        /* Introduction Section */
        .icm-privacy-intro {
            padding: 80px 0;
        }
        
        .icm-privacy-intro p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--icm-dark);
        }
        
        .icm-highlight {
            color: var(--primary-blue);
            font-weight: 600;
        }
        
        /* Information Collection Card */
        .icm-info-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
            overflow: hidden;
            margin-bottom: 30px;
        }
        
        .icm-info-card:hover {
            transform: translateY(-5px);
        }
        
        .icm-card-header {
            background-color: var(--primary-blue);
            color: white;
            padding: 20px;
            border-bottom: none;
        }
        
        .icm-card-header h3 {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 600;
        }
        
        .icm-card-body {
            padding: 30px;
            background-color: white;
        }
        
        .icm-bullet-list {
            list-style: none;
            padding-left: 0;
            margin-top: 20px;
        }
        
        .icm-bullet-list li {
            padding: 10px 0;
            padding-left: 35px;
            position: relative;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .icm-bullet-list li:last-child {
            border-bottom: none;
        }
        
        .icm-bullet-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--icm-green);
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        /* How We Use Section */
        .icm-use-section {
            padding: 80px 0;
            background-color: var(--icm-grey);
        }
        
        .icm-use-box {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .icm-use-box:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .icm-use-icon {
            font-size: 2.5rem;
            color: var(--primary-blue);
            margin-bottom: 20px;
        }
        
        .icm-use-box h4 {
            color: var(--primary-blue);
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        /* Information Sharing Section */
        .icm-sharing-section {
            padding: 80px 0;
            background-color: rgba(79, 127, 90, 0.05);
        }
        
        .icm-sharing-content {
            background-color: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        .icm-sharing-icon {
            font-size: 3rem;
            color: var(--icm-green);
            margin-bottom: 20px;
            text-align: center;
        }
        
        /* Cookies Section */
        .icm-cookies-section {
            padding: 80px 0;
        }
        
        .icm-cookie-box {
            display: flex;
            align-items: center;
            background-color: var(--bg-white);
            border-radius: 10px;
            padding: 30px;
            margin-top: 30px;
        }
        
        .icm-cookie-icon {
            font-size: 3rem;
            color: var(--primary-blue);
            margin-right: 25px;
            flex-shrink: 0;
        }
        
        /* Contact Section */
        .icm-contact-section {
            padding: 80px 0;
            background-color: var(--icm-grey);
        }
        
        .icm-contact-card {
            background-color: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-left: 5px solid var(--primary-blue);
        }
        
        .icm-contact-info {
            margin-bottom: 30px;
        }
        
        .icm-contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .icm-contact-icon {
            font-size: 1.3rem;
            color: var(--primary-blue);
            margin-right: 15px;
            width: 25px;
        }
        
        .icm-contact-btn {
            background-color: var(--primary-blue);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .icm-contact-btn:hover {
            background-color: #173a5c;
            color: white;
            transform: translateY(-2px);
        }
        
        /* Footer */
        .icm-footer {
            background-color: var(--primary-blue);
            color: white;
            padding: 60px 0 30px;
        }
        
        .icm-footer h5 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }
        
        .icm-footer-links {
            list-style: none;
            padding-left: 0;
        }
        
        .icm-footer-links li {
            margin-bottom: 10px;
        }
        
        .icm-footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .icm-footer-links a:hover {
            color: white;
            text-decoration: underline;
        }
        
        .icm-copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 40px;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .icm-privacy-hero h1 {
                font-size: 2.5rem;
            }
            
            .icm-cookie-box {
                flex-direction: column;
                text-align: center;
            }
            
            .icm-cookie-icon {
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .icm-privacy-hero {
                padding: 80px 0 40px;
            }
            
            .icm-privacy-hero h1 {
                font-size: 2.2rem;
            }
            
            .icm-privacy-intro,
            .icm-use-section,
            .icm-sharing-section,
            .icm-cookies-section,
            .icm-contact-section {
                padding: 60px 0;
            }
            
            .icm-contact-card {
                padding: 30px 25px;
            }
        }
        
        @media (max-width: 576px) {
            .icm-privacy-hero h1 {
                font-size: 1.8rem;
            }
            
            .icm-privacy-hero p {
                font-size: 1rem;
            }
            
            .icm-card-body {
                padding: 20px;
            }
            
            .icm-use-box {
                padding: 25px 20px;
            }
        }


        /* Term and Conditions Page Styles */

        /* Page Header / Hero Section */
        .icm-terms-hero {
            background: linear-gradient(rgba(31, 78, 121, 0.9), rgba(31, 78, 121, 0.8)), 
                        url('https://images.unsplash.com/photo-1568495248636-6432b97bd949?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0 60px;
            margin-top: -20px;
        }
        
        .icm-terms-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--icm-white);
        }
        
        .icm-terms-hero p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .icm-terms-breadcrumb {
            background-color: transparent;
            padding: 0;
            margin-bottom: 20px;
        }
        
        .icm-terms-breadcrumb .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        
        .icm-terms-breadcrumb .breadcrumb-item.active {
            color: white;
        }
        
        .icm-terms-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.8);
        }
        
        /* Introduction Section */
        .icm-terms-intro {
            padding: 80px 0;
        }
        
        .icm-terms-intro p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--icm-dark);
        }
        
        .icm-terms-highlight {
            color: var(--primary-blue);
            font-weight: 600;
        }
        
        /* Booking & Stay Conditions Card */
        .icm-terms-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
            overflow: hidden;
            margin-bottom: 40px;
        }
        
        .icm-terms-card:hover {
            transform: translateY(-5px);
        }
        
        .icm-terms-card-header {
            background-color: var(--primary-blue);
            color: white;
            padding: 20px;
            border-bottom: none;
        }
        
        .icm-terms-card-header h3 {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 600;
        }
        
        .icm-terms-card-body {
            padding: 30px;
            background-color: white;
        }
        
        .icm-terms-list {
            list-style: none;
            padding-left: 0;
            margin-top: 10px;
        }
        
        .icm-terms-list li {
            padding: 15px 0;
            padding-left: 40px;
            position: relative;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            transition: background-color 0.2s ease;
        }
        
        .icm-terms-list li:hover {
            background-color: rgba(0, 0, 0, 0.02);
        }
        
        .icm-terms-list li:last-child {
            border-bottom: none;
        }
        
        .icm-terms-list li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 15px;
            width: 24px;
            height: 24px;
            background-color: var(--primary-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 0.8rem;
        }
        
        .icm-terms-list li:nth-child(1):before { content: "1"; }
        .icm-terms-list li:nth-child(2):before { content: "2"; }
        .icm-terms-list li:nth-child(3):before { content: "3"; }
        .icm-terms-list li:nth-child(4):before { content: "4"; }
        .icm-terms-list li:nth-child(5):before { content: "5"; }
        .icm-terms-list li:nth-child(6):before { content: "6"; }
        .icm-terms-list li:nth-child(7):before { content: "7"; }
        
        .icm-terms-list strong {
            color: var(--primary-blue);
            font-weight: 600;
        }
        
        /* Management Rights Section */
        .icm-management-section {
            padding: 80px 0;
            background-color: var(--icm-warning-light);
            border-top: 1px solid rgba(217, 83, 79, 0.1);
            border-bottom: 1px solid rgba(217, 83, 79, 0.1);
        }
        
        .icm-management-content {
            background-color: white;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-left: 5px solid var(--icm-warning);
        }
        
        .icm-management-icon {
            font-size: 2.5rem;
            color: var(--icm-warning);
            margin-bottom: 20px;
            text-align: center;
        }
        
        .icm-management-content h3 {
            color: var(--icm-warning);
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .icm-management-content p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: var(--icm-dark);
        }
        
        /* Cancellation Policy Notice */
        .icm-cancellation-notice {
            padding: 80px 0;
        }
        
        .icm-cancellation-box {
            background-color: var(--icm-grey);
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border: 2px solid var(--primary-blue);
            position: relative;
            overflow: hidden;
        }
        
        .icm-cancellation-box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background-color: var(--primary-blue);
        }
        
        .icm-cancellation-icon {
            font-size: 3rem;
            color: var(--primary-blue);
            margin-bottom: 20px;
            text-align: center;
        }
        
        .icm-cancellation-box h4 {
            color: var(--primary-blue);
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        .icm-cancellation-box p {
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 20px;
        }
        
        .icm-cancellation-btn {
            background-color: var(--primary-blue);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .icm-cancellation-btn:hover {
            background-color: #173a5c;
            color: white;
            transform: translateY(-2px);
        }
        
        /* Footer */
        .icm-terms-footer {
            background-color: var(--primary-blue);
            color: white;
            padding: 60px 0 30px;
        }
        
        .icm-terms-footer h5 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }
        
        .icm-terms-footer-links {
            list-style: none;
            padding-left: 0;
        }
        
        .icm-terms-footer-links li {
            margin-bottom: 10px;
        }
        
        .icm-terms-footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .icm-terms-footer-links a:hover {
            color: white;
            text-decoration: underline;
        }
        
        .icm-terms-copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 40px;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .icm-terms-hero h1 {
                font-size: 2.5rem;
            }
        }
        
        @media (max-width: 768px) {
            .icm-terms-hero {
                padding: 80px 0 40px;
            }
            
            .icm-terms-hero h1 {
                font-size: 2.2rem;
            }
            
            .icm-terms-intro,
            .icm-management-section,
            .icm-cancellation-notice {
                padding: 60px 0;
            }
            
            .icm-terms-card-body,
            .icm-management-content,
            .icm-cancellation-box {
                padding: 25px 20px;
            }
            
            .icm-terms-list li {
                padding-left: 35px;
            }
        }
        
        @media (max-width: 576px) {
            .icm-terms-hero h1 {
                font-size: 1.8rem;
            }
            
            .icm-terms-hero p {
                font-size: 1rem;
            }
            
            .icm-terms-list li:before {
                width: 20px;
                height: 20px;
                font-size: 0.7rem;
                top: 17px;
            }
        }
        
        /* Additional Styles for Consistency */
        .icm-section-title {
            color: var(--primary-blue);
            margin-bottom: 30px;
            font-size: 2rem;
            font-weight: 600;
            position: relative;
            padding-bottom: 10px;
        }
        
        .icm-section-title:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: var(--primary-blue);
        }
        
        .icm-center-title .icm-section-title:after {
            left: 50%;
            transform: translateX(-50%);
        }


        /* Location page Sytyle */

        /* Page Header / Hero Section */
        .icm-location-hero {
            background: linear-gradient(rgba(31, 78, 121, 0.9), rgba(31, 78, 121, 0.8)), 
                        url('location-hero.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0 60px;
            margin-top: -20px;
        }
        
        .icm-location-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--icm-white);
        }
        
        .icm-location-hero p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .icm-location-breadcrumb {
            background-color: transparent;
            padding: 0;
            margin-bottom: 20px;
        }
        
        .icm-location-breadcrumb .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        
        .icm-location-breadcrumb .breadcrumb-item.active {
            color: white;
        }
        
        .icm-location-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.8);
        }
        
        /* Introduction Section */
        .icm-location-intro {
            padding: 80px 0;
        }
        
        .icm-location-intro p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: var(--icm-dark);
        }
        
        .icm-location-highlight {
            color: var(--primary-blue);
            font-weight: 600;
        }
        
        /* Travel Options Section */
        .icm-travel-section {
            padding: 80px 0;
            background-color: var(--icm-grey);
        }
        
        .icm-travel-card {
            background-color: white;
            border-radius: 10px;
            padding: 40px 30px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            border-top: 5px solid var(--primary-blue);
            position: relative;
            overflow: hidden;
        }
        
        .icm-travel-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .icm-travel-card:nth-child(2) {
            border-top-color: var(--icm-green);
        }
        
        .icm-travel-icon {
            font-size: 3rem;
            color: var(--primary-blue);
            margin-bottom: 25px;
            text-align: center;
        }
        
        .icm-travel-card:nth-child(2) .icm-travel-icon {
            color: var(--icm-green);
        }
        
        .icm-travel-card h3 {
            color: var(--primary-blue);
            margin-bottom: 20px;
            font-size: 1.8rem;
            font-weight: 600;
            text-align: center;
        }
        
        .icm-travel-card:nth-child(2) h3 {
            color: var(--icm-green);
        }
        
        .icm-travel-card p {
            font-size: 1.05rem;
            line-height: 1.7;
            color: var(--icm-dark);
            margin-bottom: 25px;
        }
        
        .icm-feature-list {
            list-style: none;
            padding-left: 0;
            margin-top: 25px;
        }
        
        .icm-feature-list li {
            padding: 8px 0;
            padding-left: 30px;
            position: relative;
        }
        
        .icm-feature-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--primary-blue);
            font-weight: bold;
        }
        
        .icm-travel-card:nth-child(2) .icm-feature-list li:before {
            color: var(--icm-green);
        }
        
        .icm-parking-badge {
            background-color: rgba(31, 78, 121, 0.1);
            color: var(--primary-blue);
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 600;
            display: inline-block;
            margin-top: 15px;
            font-size: 0.9rem;
        }
        
        /* Google Maps Section */
        .icm-maps-section {
            padding: 80px 0;
        }
        
        .icm-maps-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            height: 400px;
        }
        
        .icm-maps-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        
        .icm-maps-btn {
            background-color: var(--primary-blue);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        
        .icm-maps-btn:hover {
            background-color: #173a5c;
            color: white;
            transform: translateY(-2px);
        }
        
        .icm-maps-info {
            background-color: var(--icm-grey);
            border-radius: 10px;
            padding: 30px;
            margin-top: 30px;
        }
        
        .icm-maps-info h4 {
            color: var(--primary-blue);
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        /* Footer */
        .icm-location-footer {
            background-color: var(--primary-blue);
            color: white;
            padding: 60px 0 30px;
        }
        
        .icm-location-footer h5 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.2rem;
        }
        
        .icm-location-footer-links {
            list-style: none;
            padding-left: 0;
        }
        
        .icm-location-footer-links li {
            margin-bottom: 10px;
        }
        
        .icm-location-footer-links a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .icm-location-footer-links a:hover {
            color: white;
            text-decoration: underline;
        }
        
        .icm-location-copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 20px;
            margin-top: 40px;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
        }
        
        /* Address Box */
        .icm-address-box {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-top: 40px;
            border-left: 5px solid var(--primary-blue);
        }
        
        .icm-address-box h4 {
            color: var(--primary-blue);
            margin-bottom: 20px;
            font-size: 1.5rem;
        }
        
        .icm-address-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .icm-address-icon {
            font-size: 1.2rem;
            color: var(--primary-blue);
            margin-right: 15px;
            width: 25px;
            flex-shrink: 0;
            margin-top: 3px;
        }
        
        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .icm-location-hero h1 {
                font-size: 2.5rem;
            }
            
            .icm-maps-container {
                height: 350px;
            }
        }
        
        @media (max-width: 768px) {
            .icm-location-hero {
                padding: 80px 0 40px;
            }
            
            .icm-location-hero h1 {
                font-size: 2.2rem;
            }
            
            .icm-location-intro,
            .icm-travel-section,
            .icm-maps-section {
                padding: 60px 0;
            }
            
            .icm-travel-card {
                padding: 30px 25px;
                margin-bottom: 30px;
            }
            
            .icm-maps-container {
                height: 300px;
            }
        }
        
        @media (max-width: 576px) {
            .icm-location-hero h1 {
                font-size: 1.8rem;
            }
            
            .icm-location-hero p {
                font-size: 1rem;
            }
            
            .icm-travel-card {
                padding: 25px 20px;
            }
            
            .icm-maps-container {
                height: 250px;
            }
            
            .icm-maps-info {
                padding: 25px 20px;
            }
            
            .icm-address-box {
                padding: 25px 20px;
            }
        }
        
        /* Additional Styles for Consistency */
        .icm-section-title {
            color: var(--primary-blue);
            margin-bottom: 30px;
            font-size: 2rem;
            font-weight: 600;
            position: relative;
            padding-bottom: 10px;
        }
        
        .icm-section-title:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: var(--primary-blue);
        }
        
        .icm-center-title .icm-section-title:after {
            left: 50%;
            transform: translateX(-50%);
        }



        /* Custom CSS with icm- prefix */
        .icm-section {
            padding: 4rem 0;
        }
        
        .icm-section-light {
            background-color: var(--bg-white);
        }
        
        .icm-hero {
            background: linear-gradient(rgba(10, 36, 99, 0.85), rgba(10, 36, 99, 0.9)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 6rem 0;
        }
        
        .icm-hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        
        .icm-hero p {
            font-size: 1.25rem;
            opacity: 0.9;
        }
        
        .icm-breadcrumb {
            background: transparent;
            padding: 0;
            margin-bottom: 2rem;
        }
        
        .icm-breadcrumb .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        
        .icm-breadcrumb .breadcrumb-item.active {
            color: white;
        }
        
        .icm-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.5);
        }
        
        .icm-nav-btn {
            background-color: white;
            color: var(--primary-blue);
            border: 2px solid var(--primary-blue);
            border-radius: 50px;
            padding: 0.75rem 1.5rem;
            margin: 0.5rem;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .icm-nav-btn:hover {
            background-color: var(--primary-blue);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .icm-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            height: 100%;
        }
        
        .icm-card:hover {
            transform: translateY(-5px);
        }
        
        .icm-card-header {
            background-color: var(--primary-blue);
            color: white;
            border-radius: 10px 10px 0 0 !important;
            padding: 1.5rem;
        }
        
        .icm-card-body {
            padding: 2rem;
        }
        
        .icm-icon {
            font-size: 1.5rem;
            color: var(--primary-blue);
            margin-right: 10px;
        }
        
        .icm-list {
            list-style: none;
            padding-left: 0;
        }
        
        .icm-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid var(--icm-border);
        }
        
        .icm-list li:last-child {
            border-bottom: none;
        }
        
        .icm-list li:hover {
            background-color: rgba(0, 86, 179, 0.05);
            padding-left: 10px;
            transition: all 0.3s ease;
        }
        
        .icm-accordion .accordion-button {
            background-color: white;
            color: var(--primary-blue);
            font-weight: 600;
            padding: 1.25rem;
        }
        
        .icm-accordion .accordion-button:not(.collapsed) {
            background-color: var(--bg-white);
            color: var(--primary-blue);
            box-shadow: none;
        }
        
        .icm-accordion .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(10, 36, 99, 0.25);
            border-color: var(--primary-blue);
        }
        
        .icm-accordion .accordion-body {
            padding: 1.5rem;
            background-color: var(--icm-light);
        }
        
        .icm-contact-card {
            border-left: 5px solid var(--primary-blue);
            border-radius: 8px;
            padding: 2.5rem;
        }
        
        .icm-contact-btn {
            background-color: var(--primary-blue);
            color: white;
            padding: 0.75rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            border: none;
            transition: all 0.3s ease;
        }
        
        .icm-contact-btn:hover {
            background-color: var(--icm-hover);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .icm-footer {
            background-color: var(--primary-blue);
            color: white;
            padding: 2rem 0;
            margin-top: 3rem;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .icm-hero h1 {
                font-size: 2.5rem;
            }
            
            .icm-hero {
                padding: 4rem 0;
            }
            
            .icm-section {
                padding: 3rem 0;
            }
            
            .icm-nav-btn {
                display: block;
                width: 100%;
                margin: 0.5rem 0;
            }
        }
        
        /* Smooth scrolling for anchor links */
        html {
            scroll-behavior: smooth;
        }
        
        /* Section heading styles */
        .icm-section h2 {
            color: var(--primary-blue);
            font-weight: 700;
            margin-bottom: 2rem;
            padding-bottom: 1rem;
            border-bottom: 3px solid var(--primary-blue);
            display: inline-block;
        }