* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    /* This prevents content from hiding behind the sticky header */
}

body {
    font-family: 'Inter', sans-serif;
    /* Corporate Font */
    background: #fffaf5;
    /* Clean Off-white */
    color: #2c3e50;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* TOP BAR */
.top-bar {
    background: #e65100;
    /* Primary Orangish */
    padding: 10px 0;
    border-bottom: 3px solid #ffb300;
}

.top-links {
    display: flex;
    justify-content: flex-end;
    /* Right side shift */
    gap: 0;
    width: 100%;
    padding-right: 5%;
}

.top-links a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 8px;
    /* Spacing kam ki */
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-links a:last-child {
    border-right: none;
}

/* MAIN HEADER */
.main-header {
    padding: 20px 2%;
    /* Padding kam ki taaki left mein khiske */
    background: white;
    /* Shadow hataya */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 5%;
    /* Main nav ki tarah side gaps */
}

.logo-text {
    color: #e65100;
    font-size: 30px;
    /* Size kam kiya taaki ek line mein aaye */
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    /* Force one line */
}

.brand-full-name {
    font-size: 11px;
    color: #7f8c8d;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 2px;
}

.header-info {
    display: flex;
    gap: 35px;
    align-items: center;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-icon {
    font-size: 24px;
    color: #e65100;
    padding: 10px;
    background: #fff3e0;
    border-radius: 50%;
}

.phone-num {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.track-text {
    color: #e65100;
    font-size: 18px;
    font-weight: 700;
}

.info-text p {
    font-size: 12px;
    color: #95a5a6;
    margin-top: -2px;
}

.flag-item {
    padding-left: 20px;
    /* Border hataya */
    font-weight: 600;
    font-size: 14px;
}

/* NAVIGATION */
.navbar-new {
    background: white;
    position: sticky;
    top: 0;
    z-index: 9999;
    /* Highest priority */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* Added shadow for visibility */
}

.nav-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* Rigid vertical centering */
    gap: 0px;
    width: 100%;
    padding-right: 5%;
}

.nav-links a,
.dropdown>a {
    text-decoration: none;
    color: #34495e;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 15px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
}

.dropdown {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-links a:hover {
    color: #e65100;
    background: #fff8f1;
}

/* DROPDOWN STYLES */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 220px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    /* Higher than navbar */
    border-top: 3px solid #e65100;
    list-style: none;
    padding: 0;
    top: 100%;
    /* Flushed to the navbar */
    left: 0;
}

.dropdown-menu li a {
    color: #34495e;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
    text-align: left;
    width: 100%;
}

.dropdown-menu li a:hover {
    background-color: #fff8f1;
    color: #e65100;
    padding-left: 25px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

/* SUBMENU STYLES */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -3px;
    max-height: 450px;
    overflow-y: auto;
    border-top: 3px solid #e65100;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* NETWORK MENU SCROLLING */
.network-states-menu {
    max-height: 500px;
    overflow-y: auto;
    min-width: 250px;
}

.network-cities-menu {
    max-height: 500px;
    overflow-y: auto;
    min-width: 250px;
}

/* CUSTOM SCROLLBAR FOR DROPDOWN MENUS */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #e65100;
    border-radius: 4px;
}

/* HERO SECTION REDESIGN */
.hero-split {
    height: 600px;
    background: linear-gradient(rgba(230, 81, 0, 0.9), rgba(230, 81, 0, 0.9)), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-wrapper {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.hero-text-left {
    flex: 1;
    color: white;
}

.hero-text-left h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
}

.hero-text-left p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.hero-badges {
    display: flex;
    gap: 20px;
}

.hero-badges span {
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.hero-form-right {
    flex: 0 0 400px;
}

.quote-form {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.quote-form h3 {
    color: #2c3e50;
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center;
}

.quote-form input,
.quote-form select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
}

.form-row {
    display: flex;
    gap: 10px;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background: #e65100;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #bf4300;
}

@media (max-width: 992px) {
    .hero-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .hero-form-right {
        width: 100%;
        flex: none;
    }

    .hero-text-left h1 {
        font-size: 32px;
    }
}

/* BEWARE OF FAKE ALERT */
.fake-alert {
    background: #fff5f5;
    padding: 20px 5%;
    border-bottom: 2px solid #feb2b2;
}

.alert-container {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.alert-container i {
    font-size: 32px;
    color: #e53e3e;
}

.alert-text h3 {
    color: #c53030;
    font-size: 18px;
    margin-bottom: 5px;
}

.alert-text p {
    font-size: 14px;
    color: #742a2a;
}

/* SHIFTING PROCESS */
.process {
    padding: 80px 5%;
    background: white;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.process-step {
    text-align: center;
    position: relative;
}

.step-num {
    width: 60px;
    height: 60px;
    background: #fff8f1;
    color: #e65100;
    border: 2px solid #e65100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.process-step h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.process-step p {
    font-size: 13px;
    color: #7f8c8d;
}

/* WHY CHOOSE US SECTION */
.features {
    padding: 80px 5%;
    background: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 columns for the 10 items */
    gap: 30px;
    max-width: 1300px;
    margin: 40px auto 0;
}

.feature-card {
    text-align: center;
    padding: 20px;
    transition: 0.3s;
}

.feature-icon {
    font-size: 32px;
    color: #e65100;
    margin-bottom: 15px;
}

.feature-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 700;
}

.feature-card p {
    font-size: 13px;
    color: #7f8c8d;
    line-height: 1.5;
}

.feature-card:hover {
    transform: translateY(-5px);
}

@media (max-width: 1200px) {
    .features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* SERVICES */
.services {
    padding: 100px 5%;
    background: white;
}

.section-title h2 {
    font-size: 42px;
    color: #2c3e50;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.service-card {
    padding: 40px 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
    text-align: left;
    transition: 0.4s;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(230, 81, 0, 0.1);
}

.service-icon-big {
    font-size: 30px;
    color: #e65100;
    margin-bottom: 25px;
    display: block;
}

.service-card h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card p {
    color: #7f8c8d;
    line-height: 1.7;
    font-size: 13px;
}

/* NETWORK SECTION */
.network {
    padding: 100px 5%;
    background: #fffaf5;
}

.network-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.network-card {
    padding: 40px 30px;
    background: white;
    border-radius: 4px;
    text-align: left;
    /* Left align for professional look */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.card-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #e65100;
    /* Vertical orange line */
}

.network-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(230, 81, 0, 0.1);
}

.branch-icon {
    font-size: 30px;
    color: #e65100;
    margin-bottom: 25px;
    display: block;
}

.network-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.network-card p {
    font-size: 13px;
    color: #7f8c8d;
    line-height: 1.7;
    margin-bottom: 20px;
}

.branch-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #fff8f1;
    color: #e65100;
    font-size: 11px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
}

/* FOOTER */
.footer {
    background: #1a252f;
    color: #bdc3c7;
    padding: 80px 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-left h2 {
    color: #ffb300;
    font-size: 24px;
    margin-bottom: 20px;
}

.footer-left p {
    font-size: 13px;
    margin-bottom: 10px;
    max-width: 500px;
}

.footer-right a {
    color: white;
    text-decoration: none;
    margin-left: 30px;
    font-weight: 600;
    font-size: 14px;
}

/* LEGAL DISCLAIMER BAR */
.footer-disclaimer {
    background: #000;
    color: rgba(255, 255, 255, 0.6);
    padding: 30px 5%;
    text-align: center;
    font-size: 11px;
    line-height: 1.8;
    border-top: 1px solid #111;
}

.footer-disclaimer p {
    margin: 0;
}

/* DYNAMIC PAN INDIA NETWORK SECTION */
.city-network-section {
    padding: 80px 5%;
    background: #fdf2e9;
    text-align: center;
}

.city-network-section h2 {
    font-size: 36px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 10px;
}

.city-network-section p {
    color: #7f8c8d;
    margin-bottom: 50px;
}

.city-network-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
}

.city-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    display: block;
}

.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.city-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-bottom: 3px solid #e65100;
}

.city-info {
    padding: 15px;
}

.city-info h3 {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 5px;
    font-weight: 700;
}

.city-info .view-details {
    font-size: 12px;
    color: #e65100;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 992px) {

    .header-info,
    .top-links {
        display: none;
    }

    .hero-split {
        flex-direction: column;
        height: auto;
    }

    .founder-img {
        position: relative;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }
}

/* PAGE HEADER STYLES */
.page-title-area {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1578575437130-527eed3abbec?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
    background-size: cover;
    background-position: center;
    padding: 80px 5%;
    text-align: center;
    color: white;
}

.page-title-area h1 {
    font-size: 38px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-detail {
    padding: 60px 5%;
    background: white;
}

.about-flex {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.about-text-content {
    flex: 6;
}

.about-image-side {
    flex: 4;
}

.image-square-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.image-square-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.about-text-content h2 {
    font-size: 28px;
    color: #e65100;
    margin-bottom: 25px;
    font-weight: 800;
}

.about-text-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}

.vision-mission-vertical {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.vision-box {
    background: #fffaf5;
    padding: 25px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-left: 4px solid #e65100;
}

.vision-box i {
    font-size: 24px;
    color: #e65100;
    margin-top: 5px;
}

.vision-box h3 {
    margin-bottom: 8px;
    color: #2c3e50;
    font-size: 18px;
}

/* LEADERSHIP SECTION */
.leadership-section {
    padding: 80px 5%;
    background: #fff;
}

.leader-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 40px auto 0;
}

.leader-card {
    background: #fffaf5;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 40px;
    transition: 0.3s;
    border-left: 5px solid #e65100;
}

.leader-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.leader-info h3 {
    color: #e65100;
    font-size: 22px;
    margin-bottom: 5px;
}

.leader-title {
    font-weight: 700;
    color: #2c3e50;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.leader-bio {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .leader-grid {
        grid-template-columns: 1fr;
    }
}

/* REGISTRATION BADGE ON ABOUT PAGE */
.reg-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
}

.reg-badge i {
    margin-right: 10px;
    color: #fff;
}

/* TESTIMONIALS */
.testimonials {
    padding: 60px 5%;
    background: #f9f9f9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto 0;
}

.testi-card {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.stars {
    color: #f1c40f;
    margin-bottom: 15px;
    font-size: 18px;
}

.testi-card p {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.testi-card h4 {
    color: #e65100;
    font-weight: 700;
}

/* FAQ SECTION */
.faq {
    padding: 60px 5%;
    background: white;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.faq-item h3 {
    font-size: 18px;
    color: #2c3e50;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Space for plus icon */
    padding: 20px 0;
    transition: 0.3s;
}

.faq-item h3 i {
    font-size: 14px;
    color: #e65100;
    transition: transform 0.3s ease;
}

.faq-item p {
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 30px;
    color: #7f8c8d;
    font-size: 14px;
    transition: all 0.3s ease;
    opacity: 0;
}

/* Active state for the accordion */
.faq-item.active p {
    max-height: 200px;
    padding: 15px 0 15px 30px;
    opacity: 1;
}

.faq-item.active h3 i {
    transform: rotate(45deg);
    /* Plus becomes an 'x' or just rotates */
    color: #2c3e50;
}

/* FLOATING BUTTONS */
.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    text-decoration: none;
}

.float-btn.whatsapp {
    background: #25d366;
}

.float-btn.call {
    background: #e65100;
}

.float-btn:hover {
    transform: scale(1.1);
}

.btn-read-more {
    display: inline-block;
    margin-top: 15px;
    color: #e65100;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-read-more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}

/* REGISTRATION STATUS BOX */
.registration-status-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    padding: 20px;
    background: #fff8f1;
    border-radius: 8px;
    border: 1px dashed #e65100;
}

.status-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.status-item i {
    font-size: 28px;
    color: #e65100;
}

.status-item strong {
    display: block;
    color: #2c3e50;
    font-size: 15px;
}

.status-item p {
    font-size: 13px !important;
    color: #7f8c8d !important;
    margin: 0 !important;
}

/* ADVANTAGE SECTION MODERN */

/* ADVANTAGE SECTION MODERN */
.advantage-detail {
    padding: 80px 5%;
    background: #fcfcfc;
}

.advantage-grid-modern {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.adv-card-modern {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 4px solid #e65100;
    transition: 0.3s;
}

.adv-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(230, 81, 0, 0.1);
}

.adv-icon-wrap {
    width: 60px;
    height: 60px;
    background: #fff3e0;
    color: #e65100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}

.adv-card-modern h3 {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 700;
}

.adv-card-modern p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .advantage-grid-modern {
        grid-template-columns: 1fr;
    }
}

/* CITY WISE LINKS SECTION */
.city-links-section {
    background: #e65100;
    padding: 60px 5%;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.city-links-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.transparenttextures.com/patterns/world-map.png');
    opacity: 0.1;
    pointer-events: none;
}

.city-links-section h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.city-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.city-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.city-link-item a {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: 0.3s;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.city-link-item a:hover {
    color: #ffb300;
    transform: translateX(3px);
}

.city-link-item i {
    font-size: 14px;
    color: white;
    margin-top: 2px;
}

@media (max-width: 992px) {
    .city-links-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .city-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .city-links-grid {
        grid-template-columns: 1fr;
    }
}

/* MEGA MENU CORPORATE STYLE */
.mega-dropdown {
    position: static !important;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    margin-top: 0;
    border-top: 3px solid #e65100;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 10000;
}

.mega-dropdown:hover>.mega-menu {
    display: block;
}

.mega-menu-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 400px;
}

.mega-menu-sidebar {
    width: 250px;
    background: #f8f9fa;
    border-right: 1px solid #eee;
    padding: 20px 0;
}

.mega-tab {
    display: block;
    padding: 12px 25px;
    color: #2c3e50;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.mega-tab:hover,
.mega-tab.active {
    background: #fff;
    color: #e65100;
    border-left: 4px solid #e65100;
}

.mega-menu-content {
    flex: 1;
    display: flex;
    background: #fff;
}

.mega-states-list {
    width: 320px;
    border-right: 1px solid #eee;
    overflow-y: auto;
    padding: 15px 0;
    max-height: 500px;
}

.mega-state-item {
    padding: 10px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #34495e;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
}

.mega-state-item:hover,
.mega-state-item.active {
    background: #fdf3ed;
    color: #e65100;
}

.mega-state-item i {
    font-size: 10px;
    color: #bbb;
}

.mega-state-item:hover i {
    color: #e65100;
}

.mega-cities-container {
    flex: 1;
    padding: 30px;
    background: #fff;
    max-height: 500px;
    overflow-y: auto;
}

.mega-cities-list {
    display: none;
}

.mega-cities-list.active {
    display: block;
}

.mega-cities-list h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
    font-size: 18px;
}

.mega-cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
}

.mega-cities-grid a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
    transition: 0.2s;
    background: #f9f9f9;
}

.mega-cities-grid a:hover {
    background: #e65100;
    color: #fff;
}

.mega-states-list::-webkit-scrollbar,
.mega-cities-container::-webkit-scrollbar {
    width: 6px;
}

.mega-states-list::-webkit-scrollbar-thumb,
.mega-cities-container::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
}

.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #e65100;
}

@media(max-width:768px) {

    .navbar-new {
        padding: 15px 5%;
        position: relative;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        width: 100%;
        padding: 20px 5%;
        z-index: 9999;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .nav-links.show {
        display: flex !important;
    }

    .nav-links a {
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid #eee;
        justify-content: space-between;
    }

    .dropdown {
        width: 100%;
        display: block;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
        border-top: none;
        padding-left: 15px;
        background: #f9f9f9;
        border-radius: 4px;
        margin-top: 5px;
    }

    .dropdown-menu li a {
        padding: 10px 15px;
        font-size: 13px;
        border-bottom: 1px solid #f1f1f1;
    }

    .hamburger {
        display: block;
        font-size: 28px;
        cursor: pointer;
        position: relative;
        left: 0;
        top: 0;
        z-index: 10000;
        color: #e65100;
    }

    .hero-content-wrapper {
        flex-direction: column;
        padding: 30px 5%;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .hero-text-left {
        width: 100%;
        box-sizing: border-box;
    }

    .hero-text-left h1 {
        font-size: 26px;
        line-height: 1.3;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .hero-text-left p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hero-badges {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .hero-badges span {
        font-size: 11px;
        padding: 6px 10px;
    }

    .hero-form-right {
        width: 100%;
    }

    .quote-form {
        width: 100%;
        padding: 20px;
    }

}

@media (max-width: 480px) {
    .logo-text {
        white-space: normal !important;
        font-size: 24px !important;
        line-height: 1.2;
    }
}

.track-result {
    margin-top: 20px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 8px;
    text-align: left;
}