      :root {
            --primary-color: #034295;
            --secondary-color: #034295;
            --accent-color: #034295;
            --dark-color: #1a1a2e;
            --light-color: #f8f9fa;
            --gold-color: #ffd700;
            --silver-color: #c0c0c0;
            --gradient: linear-gradient(135deg, #034295, #034295);
            --gradient-gold: linear-gradient(135deg, #ffd700, #034295);
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.15);
            --transition: all 0.3s ease;
        }

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  .navbar {
            background: linear-gradient(135deg, #093fb4 0%, #0056d4 100%);
            padding: 1rem 0;
        }
        #navbarmenu {
            /* background-color: tomato; */
            width: 40%;
        }
        #navbarmenu img{
            width: 70%;
            height: auto;
        }
                .navbar-nav .nav-link {
            color: #ffaa02 !important;
            font-weight: 500;
            padding: 0.5rem 1rem;
            border-radius: 5px;
            margin: 0 0.25rem;
        }
        .navbar a{
            /* background-color: #2ecc71; */
            font-size: large;
            margin-left: 10px;
        }
        .navbar-collapse ul{
            /* display: flex; */
            margin: auto;
        }

        .navbar-nav .nav-link:hover {
            background: #ffaa02;
            color: #093fb4 !important;
        }
        .dropdown-menu {
            /* background: #901a1a; */
            border: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            padding: 1rem;
            min-width: 500px  !important;
            /* justify-content: flex-start; */
        }
        
        .dropdown-item {
            border: none !important;
            padding: 0;
        }
        
        .region h4 {
            color: #093fb4;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            border-bottom: 2px solid #ffaa02;
            padding-bottom: 0.25rem;
        }
        
        .region ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .region ul li {
            margin-bottom: 0.25rem;
        }
        
        .region ul li a {
            color: #666;
            text-decoration: none;
            font-size: 0.9rem;
            padding: 0.25rem 0;
            display: block;
        }
        
        .region ul li a:hover {
            color: #093fb4;
            background: #f8f9fa;
            padding-left: 0.5rem;
        }
        
        .menu-section {
            margin-bottom: 1.5rem;
        }
        
        .menu-section h3 {
            color: #093fb4;
            font-size: 1.3rem;
            margin-bottom: 1rem;
            border-bottom: 3px solid #ffaa02;
            padding-bottom: 0.5rem;
        }
        
        @media (max-width: 768px) {
            .dropdown-menu {
                min-width: 100%;
                padding: 0.5rem;
            }
            
            .region {
                margin-bottom: 1rem;
            }
            #navbarmenu {
            /* background-color: tomato; */
            width: 60%;
        }
        #navbarmenu img{
            width: 100%;
            height: auto;
        }
        .navbar button{
            border: none;
            background-color: #ffaa02;
        }
        .navbar button:hover {
            background: #093fb4;
            border: none;
            /* color: #ffaa02 !important; */
        }
        .dropdown-menu {
            /* background: #901a1a; */
            border: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            padding: 1rem;
            min-width: 200px  !important;
            /* justify-content: flex-start; */
        }
    }
    @media only screen and (min-width: 600px) and (max-width: 1280px) {/* CSS rules for tablet devices */
        .navbar {
            padding: 0.5rem 0;
        }
        #navbarmenu {
            width: 30%;
        }
        #navbarmenu img{
            width: 100%;
            height: auto;
        }
        .navbar-nav .nav-link {
            font-size: medium;
            padding: 0.25rem 0.5rem;
        }
        .navbar a{
            font-size: small;
            width: 100%;
            /* margin-left: 5px; */
        }
}

/* Base styles */
.nav-custom-item {
  position: relative;
  list-style: none;
}

.nav-custom-link {
  display: inline-block;
  padding: 10px 15px;
  color:  #ffaa02;
  background-color: #0052CC;
  text-decoration: none;
}

.nav-custom-link:hover {
  background-color:#ffaa02;
  color:#034295;
  border-radius: 5px;
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 105%;
  left: 0%;
  min-width: 160px;
  padding: 0;
  margin: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.custom-dropdown-menu li {
  list-style: none;
}

.custom-dropdown-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  /*transition: background-color 0.3s ease;*/
}

.custom-dropdown-link:hover {
  background-color: #e9ecef;
  color:#034295;;
}

/* Show dropdown on hover for desktop */
.custom-dropdown:hover .custom-dropdown-menu {
  display: block;
}

/* ================= MOBILE STYLES ================= */
@media (max-width: 768px) {
  .nav-custom-item {
    width: 100%;
  }

  .nav-custom-link {
    display: block;
    width: 100%;
    background-color: #0077cc;
    border-radius: 0;
  }

  .custom-dropdown-menu {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: #e9ecef;
      border-radius: 8px;
  }

  .custom-dropdown-link {
    padding-left: 20px;
    background-color: #e9ecef;
  }

  /* Optional: Make dropdown show on click instead of hover */
  .custom-dropdown-menu {
    display: none;
  }

  .custom-dropdown.active .custom-dropdown-menu {
    display: block;
  }
}

/* Hero Section */
        .premium-hero-section {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            margin-top: 1px;
            background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.7)), url('https://images.unsplash.com/photo-1530789253388-582c481c54b0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1500&q=80') no-repeat center center/cover;
        }

        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        .gradient-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 77, 148, 0.2), rgba(255, 126, 179, 0.2));
        }

        .luxury-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .hero-content {
            text-align: center;
            color: white;
            max-width: 900px;
            padding: 0 20px;
            z-index: 2;
        }

        .luxury-badge {
            display: inline-flex;
            align-items: center;
            background: var(--gradient-gold);
            padding: 8px 20px;
            border-radius: 30px;
            margin-bottom: 30px;
            color: #333;
            font-weight: 600;
            animation: pulse 2s infinite;
        }

        .luxury-badge i {
            margin-right: 8px;
            color: #333;
        }

        .luxury-title {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .title-line-1, .title-line-2 {
            display: block;
        }

        .title-accent {
            display: block;
            font-size: 1.8rem;
            font-weight: 400;
            color: var(--accent-color);
            margin-top: 10px;
        }

        .luxury-subtitle {
            font-size: 1.2rem;
            margin-bottom: 40px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .romantic-features {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .feature-item {
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.1);
            padding: 10px 20px;
            border-radius: 30px;
            backdrop-filter: blur(10px);
        }

        .feature-item i {
            margin-right: 10px;
            color: var(--gold-color);
        }

        .hero-cta-group {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .luxury-cta {
            display: inline-flex;
            align-items: center;
            padding: 15px 30px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            transition: var(--transition);
            border: none;
        }

        .luxury-cta.primary {
            background: var(--gradient);
            color: white;
            box-shadow: var(--shadow);
        }

        .luxury-cta.secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .luxury-cta i {
            margin-right: 10px;
        }

        .luxury-cta:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-hover);
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .floating-heart, .floating-star {
            position: absolute;
            opacity: 0.6;
            animation: float 6s infinite ease-in-out;
        }

        .floating-heart {
            color: var(--primary-color);
            font-size: 1.5rem;
        }

        .floating-star {
            color: var(--gold-color);
            font-size: 1.2rem;
        }

        .floating-heart:nth-child(1) {
            top: 20%;
            left: 10%;
            animation-delay: 0s;
        }

        .floating-heart:nth-child(2) {
            top: 60%;
            left: 80%;
            animation-delay: 2s;
        }

        .floating-heart:nth-child(3) {
            top: 40%;
            left: 15%;
            animation-delay: 4s;
        }

        .floating-star:nth-child(4) {
            top: 70%;
            left: 20%;
            animation-delay: 1s;
        }

        .floating-star:nth-child(5) {
            top: 30%;
            left: 75%;
            animation-delay: 3s;
        }

        /* Premium Features Bar */
        .premium-features-bar {
            background: white;
            padding: 40px 0;
            box-shadow: var(--shadow);
        }

        .features-container {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .feature-highlight {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .feature-highlight i {
            font-size: 2.5rem;
            color: var(--primary-color);
            background: var(--gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .feature-text h4 {
            font-size: 1.2rem;
            margin-bottom: 5px;
        }

        .feature-text p {
            color: #666;
        }

        /* Section Headers */
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: var(--dark-color);
            position: relative;
            display: inline-block;
        }

        .section-title i {
            margin-right: 10px;
            color: var(--primary-color);
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient);
            border-radius: 2px;
        }

        .section-subtitle {
            font-size: 1.1rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }

        /* Packages Section */
        .featured-packages {
            padding: 100px 0;
        }

        .packages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .package-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
            position: relative;
        }

        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
        }

        .package-card.premium {
            border: 2px solid var(--gold-color);
        }

        .package-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--gradient-gold);
            color: #333;
            padding: 5px 15px;
            border-radius: 30px;
            font-weight: 600;
            z-index: 2;
        }

        .package-image {
            height: 200px;
            overflow: hidden;
        }

        .package-bg {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            transition: var(--transition);
        }

        .package-card:hover .package-bg {
            transform: scale(1.1);
        }

        .maldives-bg {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1514282401047-d79a71a590e8?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80') center center/cover;
            color: white;
        }

        .kerala-bg {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1580519542036-c47de6196ba5?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80') center center/cover;
            color: white;
        }

        .bali-bg {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1518548419970-58e3b4079ab2?ixlib=rb-4.0.3&auto=format&fit=crop&w=800&q=80') center center/cover;
            color: white;
        }

        .package-content {
            padding: 25px;
        }

        .package-content h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: var(--dark-color);
        }

        .package-price {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .price {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-right: 10px;
        }

        .duration {
            color: #666;
        }

        .package-includes {
            list-style: none;
            margin-bottom: 25px;
        }

        .package-includes li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .package-includes i {
            color: var(--primary-color);
            margin-right: 10px;
        }

        .package-cta {
            width: 100%;
            padding: 12px;
            background: var(--gradient);
            color: white;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
        }

        .package-cta:hover {
            background: var(--primary-color);
        }

        /* Destinations Grid */
        .destinations-section {
            padding: 50px 0 100px;
        }

        .destination-category {
            margin-bottom: 100px;
        }

        .destinations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .destination-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
            position: relative;
        }

        .destination-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }

        .destination-card.premium-card {
            border: 2px solid var(--gold-color);
        }

        .card-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            padding: 5px 15px;
            border-radius: 30px;
            font-weight: 600;
            z-index: 2;
            font-size: 0.8rem;
        }

        .card-badge:not(.luxury) {
            background: var(--gradient);
            color: white;
        }

        .card-badge.luxury {
            background: var(--gradient-gold);
            color: #333;
        }

        .card-image {
            height: 200px;
            overflow: hidden;
            position: relative;
        }

        .placeholder-image {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            transition: var(--transition);
        }
         .placeholder-image img{
            width: 100%;
            height: 100%;
             object-fit: fill;
         }

        .destination-card:hover .placeholder-image {
            transform: scale(1.1);
        }

        .domestic-bg {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), #4CAF50;
            color: white;
        }

        .international-bg {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), #2196F3;
            color: white;
        }

        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
            display: flex;
            align-items: flex-end;
            padding: 20px;
            opacity: 0;
            transition: var(--transition);
        }

        .destination-card:hover .image-overlay {
            opacity: 1;
        }

        .quick-info {
            color: white;
            width: 100%;
        }

        .rating {
            margin-right: 15px;
        }

        .card-content {
            padding: 20px;
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .card-header h3 {
            font-size: 1.3rem;
            color: var(--dark-color);
        }

        .price-range {
            font-weight: 600;
            color: var(--primary-color);
        }

        .card-content > p {
            color: #666;
            margin-bottom: 15px;
        }

        .card-highlights {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 15px;
        }

        .highlight-item {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .highlight-item i {
            color: var(--primary-color);
        }

        .card-features {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            font-size: 0.9rem;
            color: #666;
        }

        .card-features span {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .card-features i {
            color: var(--primary-color);
        }

        /* Testimonials */
        .testimonials-section {
            padding: 100px 0;
            background: linear-gradient(to bottom, #f8f9fa, #fff);
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .testimonial-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }

        .testimonial-content {
            position: relative;
            margin-bottom: 25px;
        }

        .quote-icon {
            position: absolute;
            top: -20px;
            left: -10px;
            font-size: 5rem;
            color: var(--accent-color);
            opacity: 0.2;
            font-family: Georgia, serif;
        }

        .testimonial-content p {
            font-style: italic;
            color: #555;
            margin-bottom: 15px;
        }

        .testimonial-rating {
            color: var(--gold-color);
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-avatar {
            font-size: 2rem;
        }

        .author-info h4 {
            font-weight: 600;
            margin-bottom: 5px;
        }

        .author-info span {
            color: #666;
            font-size: 0.9rem;
        }

        /* Luxury Services */
        .luxury-services {
            padding: 100px 0;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-card {
            text-align: center;
            padding: 40px 30px;
            border-radius: 15px;
            background: white;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }

        .service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: var(--gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
        }

        .service-card h3 {
            margin-bottom: 15px;
            color: var(--dark-color);
        }

        .service-card p {
            color: #666;
        }

        /* CTA Section */
        .premium-cta-section {
            position: relative;
            padding: 100px 0;
            /* background: linear-gradient(rgba(26, 26, 46, 0.8), rgba(26, 26, 46, 0.8)), url('https://images.unsplash.com/photo-1539650116574-75c0c6d73f6e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1500&q=80') no-repeat center center/cover; */
            color: white;
            text-align: center;
            background-color:#034295;
        }

        .cta-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 77, 148, 0.2), rgba(255, 126, 179, 0.2));
        }

        .cta-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .cta-badge {
            display: inline-flex;
            align-items: center;
            background: var(--gradient-gold);
            padding: 8px 20px;
            border-radius: 30px;
            margin-bottom: 30px;
            color: #333;
            font-weight: 600;
        }

        .cta-badge i {
            margin-right: 8px;
            color: #333;
        }

        .cta-content h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .cta-content > p {
            font-size: 1.1rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .cta-stats {
            display: flex;
            justify-content: center;
            gap: 50px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 5px;
            background:#ffbe42;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .stat-label {
            font-size: 0.9rem;
            opacity: 0.8;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .luxury-cta.large {
            padding: 18px 35px;
            font-size: 1.2rem;
        }

        .trust-indicators {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .trust-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            opacity: 0.8;
        }

        .trust-item i {
            color: var(--gold-color);
        }

        /* Animations */
        @keyframes float {
            0%, 100% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(10deg);
            }
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
            }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .luxury-title {
                font-size: 3rem;
            }
            
            .features-container {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .nav-links {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: white;
                flex-direction: column;
                padding: 20px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                gap: 15px;
            }
            
            .nav-links.active {
                display: flex;
            }
            
            .hamburger {
                display: block;
            }
            
            .luxury-title {
                font-size: 2.5rem;
            }
            
            .title-accent {
                font-size: 1.5rem;
            }
            
            .romantic-features {
                flex-direction: column;
                align-items: center;
            }
            
            .hero-cta-group {
                flex-direction: column;
                align-items: center;
            }
            
            .feature-highlight {
                flex: 1 1 45%;
            }
            
            .packages-grid, .destinations-grid, .testimonials-grid, .services-grid {
                grid-template-columns: 1fr;
            }
            
            .cta-stats, .cta-buttons, .trust-indicators {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .luxury-title {
                font-size: 2rem;
            }
            
            .title-accent {
                font-size: 1.2rem;
            }
            
            .luxury-subtitle {
                font-size: 1rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .feature-item {
                font-size: 0.9rem;
            }
            
            .feature-highlight {
                flex: 1 1 100%;
            }
            
            .card-header {
                flex-direction: column;
                gap: 10px;
            }
        }
        
        
        /* Popup Background */
    .location-popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      justify-content: center;
      align-items: center;
    }

    /* Popup Box */
    .location-popup-box {
      background-color: white;
      padding: 20px 30px;
      border-radius: 8px;
      text-align: center;
      color: navy;
      max-width: 400px;
    }

    .location-close-btn {
      color: #ffaa02;
      font-size: 20px;
      float: right;
      cursor: pointer;
    }

    .location-close-btn:hover {
      color: #003399;
    }
    #locationText{
      color: #034295;
    }


