    /* Shared Font Styles */
    .budget-breeze-header {
        font-family: "Work Sans", Sans-serif;
        font-weight: 500;
        color: #FFFFFF;
        box-sizing: border-box;
    }

    /* Bar 1: Contact Info (50px) */
    .contact-bar-slim {
        background-color: #FF9046;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        animation: fadeInUp 0.8s both;
    }

    /* Bar 2: Main Header (150px) */
    .main-header-outer {
        background-color: #122A48;
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        animation: fadeInUp 0.8s both 0.2s;
    }

    /* Centered Inner Container */
    .header-inner-container {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px; /* Padding for mobile safety */
    }

    .logo-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo-group img {
        max-height: 100px; /* Adjusted to fit license text nicely */
        width: auto;
        display: block;
    }

    .license-number {
        font-size: 12px;
        margin-top: 8px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .sep-pipe {
        margin: 0 15px;
        opacity: 0.7;
    }

    /* Animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .contact-bar-slim a {
        color: #FFFFFF;
        text-decoration: none;
    }
/* Position the slider container to hold absolute arrows */
/* Footer Base */
/* Links & Lists with Orange Circles */
.footer-links, .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li, .footer-contact li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px; /* Space for the circle */
    display: flex;
    align-items: center;
}

/* The Orange Circle Bullet */
.footer-links li::before, .footer-contact li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #FF9046; /* Brand Orange */
    border-radius: 50%; /* Makes it a circle */
}

.site-footer a {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #FF9046; /* Optional: text turns orange on hover */
    opacity: 1;
}
/* Footer Base Styles */
.site-footer {
    background-color: #122A48;
    padding: 60px 20px 30px;
    font-family: sans-serif;
    color: #FFFFFF;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-col { flex: 1; min-width: 220px; }
.footer-logo { max-width: 220px; margin-bottom: 20px; }
.site-footer h3 { color: #FFFFFF; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; }

/* List Common Styles */
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li, .footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

/* 1. Quick Links - Orange Circles */
.footer-links li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #FF9046;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}

/* 2. Contact Us - SVG Icons */
.contact-icon {
    width: 20px;
    height: 20px;
    fill: #FF9046; /* Brand Orange */
    margin-right: 15px;
    flex-shrink: 0;
}

.site-footer a { color: #FFFFFF; text-decoration: none; transition: 0.3s; }
.site-footer a:hover { color: #FF9046; }

/* Areas We Serve Buttons */
.footer-bottom-row {
    max-width: 1200px;
    margin: 50px auto 0;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.areas-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 20px; }

.area-button {
    background-color: #FF9046;
    color: #FFFFFF !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.area-button:hover { transform: translateY(-2px); background-color: #e5813f; }

.footer-copyright { text-align: center; margin-top: 50px; opacity: 0.6; font-size: 0.85rem; }

/* Mobile Alignment */
@media (max-width: 768px) {
    .footer-container { flex-direction: column; text-align: center; }
    .footer-links li, .footer-contact li { justify-content: center; }
}
/* Specific styling for the Hours Box */
.hours-box {
    background-color: #FF9046; /* Brand Orange */
    color: #FFFFFF;
    height: 300px; /* Fixed height as requested */
    border-radius: 20px; /* Rounded corners */
    display: flex;
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
    text-align: center; /* Ensures text lines are centered */
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Optional: adds depth */
    max-width:200px;
}

/* Ensure the heading inside the orange box stays white */
.hours-box h3 {
    color: #122A48 !important;
    margin-bottom: 15px;
}

.hours-box p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
}

/* Responsive adjustment: reduce height on mobile so it's not a giant block */
@media (max-width: 768px) {
    .hours-box {
        height: 300px; /* More practical for phone screens */
        margin-top: 20px;
    }
}
.site-footer {
    background-color: #122A48; /* Dark Blue Brand Color */
    padding: 60px 20px 30px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #FFFFFF; /* White Text */
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

.footer-logo {
    max-width: 220px;
    height: auto;
    margin-bottom: 20px;
    /* Optional: If logo is dark, this makes it pop on dark background */
    filter: brightness(0) invert(1);
}

/* Headings */
.site-footer h3 {
    color: #FFFFFF;
    font-size: 1.3rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Links & Lists */
.footer-links, .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li, .footer-contact li {
    margin-bottom: 12px;
}

.site-footer a {
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.site-footer a:hover {
    opacity: 0.8;
}

/* Areas We Serve Buttons */
.footer-bottom-row {
    max-width: 1200px;
    margin: 50px auto 0;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.area-button {
    background-color: #FF9046 !important; /* Brand Orange */
    color: #FFFFFF !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.area-button:hover {
    background-color: #e5813f !important; /* Slightly darker orange */
    transform: translateY(-2px);
    opacity: 1 !important;
}

/* Copyright Area */
.footer-copyright {
    text-align: center;
    margin-top: 50px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive Handling */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-col {
        width: 100%;
    }

    .footer-contact li {
        display: block;
    }
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #FF9046; /* Your Requested Color */
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s, color 0.2s;
    padding: 10px;
}

.slider-arrow:hover {
    color: #e67e39; /* Slightly darker shade for hover */
    transform: translateY(-50%) scale(1.2);
}

.prev { left: 10px; }
.next { right: 10px; }

/* Ensure the track doesn't overlap arrows awkwardly on small screens */
@media (max-width: 600px) {
    .slider-arrow { font-size: 1.5rem; }
}
.testimonial-slider {
    overflow: hidden; /* Hides the slides that aren't active */
    width: 100%;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out; /* This creates the sliding animation */
    width: 100%;
}

.testimonial {
    min-width: 100%; /* Ensures each testimonial takes up exactly one slide width */
    box-sizing: border-box;
}
.testimonial-more-link {
    display: inline-block;
    margin-left: 5px;
    color: #0056b3; /* Use your site's primary color */
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.testimonial-more-link:hover {
    color: #003d82;
    text-decoration: underline;
}
        /* Basic breadcrumb styling */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            line-height: 1.6;
            color: #333;
        }

        /* Sticky Navigation */
        .navbar {
            background: white;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 1rem 0;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 2rem;
        }

        .logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: #122A48;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-menu a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s;
        }

        .nav-menu a:hover {
            color: #122A48;
        }

        /* Hero Section */
.hero {
  background-color: #122A48;
  background-image: url("Assets/slider1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  color: black;
  padding: 0 0 80px;
  text-align: right;
  min-height: 870px;
  width: 100%;
}

@media (max-width: 1024px) {

  /* Let the hero shrink on mobile/tablet */
  .hero{
    min-height: auto;
    padding: 0 0 40px;

    /* IMPORTANT: prevent competing background images.
       Elementor element will supply the background image for mobile. */
    background-image: none !important;
    background-color: transparent; /* optional; remove if you want navy behind */
  }

  /* Mobile background image on the Elementor hero container */
  .elementor-20 .elementor-element.elementor-element-462b5e49:not(.elementor-motion-effects-element-type-background),
  .elementor-20 .elementor-element.elementor-element-462b5e49 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("assets/this-movie-is-awesome.jpg");
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.9;
        }

        .cta-btn {
            background: white;
            color: #122A48;
            padding: 1rem 2rem;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }

        /* Short Hero Section */
        .shorthero {
            background: #122A48;
            background-size: cover;
            background-position: center;
            padding: 2rem 0 1.5rem;
            text-align: center;
            color: white;
        }

        .hero-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: bold;
            margin-bottom: 1rem;
            animation: fadeInUp 1s ease-out;
        }

        .tagline {
            font-size: 1.8rem;
            margin-bottom: 2rem;
            font-style: italic;
            opacity: 0.9;
            animation: fadeInUp 1s ease-out 0.2s both;
        }

        .hero-description {
            font-size: 1.2rem;
            margin-bottom: 3rem;
            line-height: 1.6;
            opacity: 0.8;
            animation: fadeInUp 1s ease-out 0.4s both;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
            animation: fadeInUp 1s ease-out 0.6s both;
        }

        .cta-btn {
            background: linear-gradient(135deg, #FF9046, #f59e0b);
            color: white;
            padding: 1.2rem 2.5rem;
            text-decoration: none;
            border-radius: 20px;
            font-weight: bold;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(251, 191, 36, 0.3);
        }

        .cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
        }

        .cta-btn.secondary {
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.3);
            box-shadow: none;
        }

        .cta-btn.secondary:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.5);
        }
        /* About Us Section */
        .about {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .testimonialcontainer {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            background:#FFFFFF;
            /*background: white;*/
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }

        .post-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            background:#FFFFFF;
            /*background: white;*/
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #333;
        }

        .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        /* Image Slider */
        .slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .slider {
            display: flex;
            transition: transform 0.5s ease;
        }

        .slide {
            min-width: 100%;
            height: 400px;
            background-size: cover;
            background-position: center;
        }

        .slide:nth-child(1) { background: linear-gradient(45deg, #8B2635, #A0303E); }
        .slide:nth-child(2) { background: linear-gradient(45deg, #2C5F41, #3A7B56); }
        .slide:nth-child(3) { background: linear-gradient(45deg, #1B4B7C, #2460A7); }

        .slider-nav {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .slider-dot.active {
            background: white;
        }

        .about-text h3 {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #122A48;
        }

        .about-text p {
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
            color: #666;
        }

        /* Core Services Section */
        .services {
            padding: 80px 0;
            background: white;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .service-card {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 10px;
            text-align: center;
            transition: all 0.3s;
            border: 1px solid #e9ecef;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-color: #FF9046;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: #FF9046;
            border-radius: 50%;
            margin: 0 auto 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
        }

        .service-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #333;
        }

        .service-card p {
            color: #666;
            line-height: 1.6;
        }

        /* Team Section */
        .team {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .team-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }

        .team-card:hover {
            transform: translateY(-5px);
        }

        .team-photo {
            height: 250px;
            /*background: linear-gradient(135deg, #8B2635, #A0303E);*/
            background:#122A48;
        }

        .team-info {
            padding: 1.5rem;
            text-align: center;
        }

        .team-info h4 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: #333;
        }

        .team-info p {
            color: #666;
            font-size: 0.9rem;
        }

        /* Consultation Section */
        .consultation {
            padding: 80px 0;
            background: #122A48;
            color: white;
            text-align: center;
        }

        .consultation h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .consultation p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .cta-btn-white {
            background: white;
            color: #122A48;
            padding: 1rem 2rem;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
        }

        .cta-btn-white:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        }

        /* Testimonials Section */
        .testimonials {
            padding: 80px 0;
            background: white;
        }

        .testimonial-slider {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
            overflow: hidden;
        }

        .testimonial-track {
            display: flex;
            transition: transform 0.5s ease;
        }

        .testimonial {
            min-width: 100%;
            padding: 2rem;
            text-align: center;
        }

        .testimonial-content {
            font-size: 1.2rem;
            font-style: italic;
            margin-bottom: 2rem;
            color: #666;
            line-height: 1.8;
        }

        .testimonial-author {
            font-weight: 600;
            color: #122A48;
        }

        .testimonial-nav {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 2rem;
        }

        .testimonial-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s;
        }

        .testimonial-dot.active {
            background: #FF9046;
        }

        /* Footer */
        .footer {
            background: #000;
            color: white;
            padding: 3rem 0 1rem;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .footer-section h3 {
            margin-bottom: 1rem;
            color: #FFFFFF;
        }

        .footer-section p, .footer-section a {
            color: #ccc;
            text-decoration: none;
            line-height: 1.8;
        }

        .footer-section a:hover {
            color: white;
        }

        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid #555;
            color: #999;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .about-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .section-title {
                font-size: 2rem;
            }
        }
        .breadcrumb {
            margin: 20px 0;
            padding: 10px 0;
            font-size: 14px;
        }

        .breadcrumb-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .breadcrumb-item {
            display: inline;
        }

        .breadcrumb-item a {
            color: #007bff;
            text-decoration: none;
        }

        .breadcrumb-item a:hover {
            text-decoration: underline;
        }

        .breadcrumb-current {
            color: #6c757d;
            font-weight: normal;
        }

        .breadcrumb-separator {
            margin: 0 8px;
            color: #6c757d;
        }
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.image-gallery a {
    display: block;
    flex: 0 0 auto;
}

.gallery-img {
    max-width: 200px;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}
.custom-icon-list {
  list-style: none;
  padding: 0;
}

.custom-icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.custom-icon-list li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background-color: #FF9046; /* Change your icon color here */
  /* This is your specific Long Arrow Alt Right SVG */
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z"></path></svg>') no-repeat center;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z"></path></svg>') no-repeat center;
}
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}

.service-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #e9ecef;
  color: #ffffff; /* White text looks great on orange */
}

/* This triggers the transition you started */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  border-color: #ffffff;
}

.service-card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.service-card p {
  line-height: 1.6;
  font-size: 0.95rem;
}
/*Navigation Styles*/
a:hover:before, a:hover:before {
    text-decoration: none;
    color: white;
}
        /* --- Basic Reset & Font --- */
        body { margin: 0; font-family: sans-serif; }
        a { text-decoration: none; color: inherit; }

        /* --- Navigation Bar --- */
        .navbar {
            background-color: #122A48;
            color: #ffffff;
            padding: 0 .6rem;
            position: sticky;
            top: 0;
            z-index: 1001;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .navbar nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* --- Main Menu (Level 1) --- */
        .main-menu {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }

        .main-menu > li {
            position: relative;
        }

        .main-menu > li > a {
            display: block;
            padding: .75rem 1rem;
            color: #ffffff !important;
            position: relative;
            z-index: 2;
            transition: color 0.3s ease;
        }

        /* Sliding Background Effect for Top Level */
        .main-menu > li > a::before {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            background-color: #FF9046;
            border-radius: 8px;
            z-index: -1;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.3s ease-out;
        }

        .main-menu > li:hover > a::before {
            transform: scaleY(1);
        }

        /* --- Dropdown Menus (Level 2 & 3) --- */
        .main-menu ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #122A48; /* Dark Navy Background */
            list-style: none;
            padding: 3px; /* 3px Padding for the container */
            min-width: 220px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            z-index: 1000;
        }

        .main-menu ul li {
            position: relative;
        }

        .main-menu ul a {
            display: block;
            padding: 0.75rem 1rem;
            color: #ffffff !important; /* White text */
            white-space: nowrap;
            transition: background-color 0.2s ease;
        }

        .main-menu ul a:hover {
            background-color: #1d3f6d; /* Slightly lighter hover for dropdowns */
        }

        /* Level 3 menu positioning */
        .main-menu ul ul {
            top: -3px; /* Align with the 3px container padding */
            left: 100%;
        }

        /* Show dropdown on hover (Desktop) */
        .main-menu li:hover > ul {
            display: block;
        }

        /* --- Dropdown Arrow Indicator --- */
        .has-dropdown > a {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .arrow {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 0.5em;
            border-top: 5px solid;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
        }
        .main-menu ul .has-dropdown > a .arrow {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid;
        }

        /* --- Mobile Styles --- */
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }

        @media (max-width: 992px) {
            .menu-toggle { display: block; }
            .main-menu {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background-color: #122A48;
            }
            .main-menu.is-active { display: flex; }
            .main-menu ul { position: static; display: none; padding-left: 1rem; }
            .main-menu ul.is-open { display: block !important; }
            .main-menu li:hover > ul { display: none; }
        }
/* ===========================
   HERO: desktop vs mobile
   =========================== */

/* Desktop baseline (keep your min-height behavior) */
.hero{
  width: 100%;
  max-width: 100%;
  background-color: #122A48;
  background-image: url("Assets/slider1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  /* Your desktop intent */
  min-height: 870px;
  padding: 0 0 80px;

  /* optional, but usually helpful */
  display: flex;
  align-items: center;
}

/* Ensure hero content doesn't overflow on small screens */
.hero .hero-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;          /* gives safe padding on mobile */
  box-sizing: border-box;
}

/* Make hero text scale sanely */
.hero h1{
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.hero p{
  margin: 0 0 18px 0;
}

/* Mobile/tablet: stop the huge hero */
@media (max-width: 1024px){
  .hero{
    min-height: auto !important;          /* KEY: removes the forced 870px */
    padding: 24px 0 40px !important;

    /* If you want a "hero" presence without being huge: */
    min-height: clamp(260px, 45vh, 520px) !important;

    background-position: center left;     /* per your mobile preference */
  }

  .hero h1{
    font-size: clamp(28px, 6vw, 40px);
  }
  .hero p{
    font-size: clamp(16px, 3.8vw, 20px);
  }

  /* If your hero text is right-aligned on desktop but looks bad on phones */
  .hero{
    text-align: left !important;
  }
}
