:root {
    --nr-bg: #ffffff;
    --nr-ink: #14261e;
    --nr-muted: #5b7268;
    --nr-primary: #1f9d63;
    --nr-green-light: #86c74a;
    --nr-primary-light: #63a93a33;
    --nr-primary-dark: #102e21;
    --nr-accent: #ffb347;
    --nr-line: #e7efe9;
}

html{
overflow-x: hidden;
}
body {    
    font-family: 'Inter', sans-serif;
    background: #f6f9f7;
}

a {
    text-decoration: none;
}

.nr-navbar {
    background: var(--nr-bg);
    padding: 1.5rem 1.5rem;
}

.nr-brand img {
    width: 180px;
    height: 100%;
}

.nr-nav .nav-link {
    font-weight: 500;
    font-size: 0.94rem;
    color: var(--nr-ink);
    padding: 0.5rem 1rem !important;
    border-radius: 9px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.nr-nav .nav-link:hover {
    background: rgba(31, 157, 99, 0.09);
    color: var(--nr-primary-dark);
}

.nr-nav .nav-link.active {
    background: rgba(31, 157, 99, 0.12);
    color: var(--nr-primary-dark);
    font-weight: 600;
}

.btn-nr-outline {
    border: 1.5px solid var(--nr-line);
    color: var(--nr-ink);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.15rem;
    border-radius: 9px;
    background: transparent;
    transition: all 0.2s ease;
}

.btn-nr-outline:hover {
    border-color: var(--nr-primary);
    color: var(--nr-primary-dark);
    background: rgba(31, 157, 99, 0.06);
}

.btn-nr-solid {
    background: var(--nr-primary);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
    border-radius: 9px;
    border: 1.5px solid var(--nr-primary);
    transition: all 0.2s ease;
}

.btn-nr-solid:hover {
    background: var(--nr-primary-dark);
    border-color: var(--nr-primary-dark);
    color: #fff;
}

.navbar-toggler {
    border: 1.5px solid var(--nr-line) !important;
    border-radius: 10px;
    padding: 0.4rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(31, 157, 99, 0.15);
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(20,38,30,0.9)' stroke-width='2.3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
    position: relative;
    height: 85vh;
    margin: 20px 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--nr-primary-dark) 50%, transparent 50%);
    overflow: hidden;
}

.hero-content {
    color: white;
    text-align: start;
    display: grid;
    place-content: center;
    padding: 50px;
    max-width: 680px;
    margin: auto;
}

.hero-content .sub-title {
    width: max-content;
    background: var(--nr-primary-light);
    padding: 10px 4px;
    padding-right: 20px;
    font-size: 13px;
    border-radius: 14px;
    margin-bottom: 20px;
}

.hero-content .sub-title ul {
    margin: 0;
    display: flex;
    gap: 50px;
}

.hero-content .title h2 {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 50px;
}

.hero-content .title h2 span {
    display: block;
    color: var(--nr-green-light);
}

.hero-content .description p {
    line-height: 1.7;
    font-size: 18px;
}

.hero-content .btns {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.hero-content .btns .btn-1 {
    width: 100%;
    background: var(--nr-green-light);
    color: white;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.5s;
}

.hero-content .btns .btn-1:hover {
    background: var(--nr-primary);
    transition: all 0.5s;
}

.hero-content .btns .btn-2 iconify-icon,
.hero-content .btns .btn-1 iconify-icon {
    font-size: 30px;
}

.hero-content .btns .btn-2 {
    text-align: center;
    width: 100%;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.5s;
}

.hero-content .btns .btn-2:hover {
    background: var(--nr-primary-light);
    transition: all 0.5s;
}

.hero-right {
    background: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: space-around;
    padding-bottom: 100px;
}

.hero-right .hero-states {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 60px;
    text-align: center;
    padding: 20px 27px;
    border-radius: 16px;
    flex-wrap: wrap;
}

.hero-right .hero-states .stats-card {
    gap: 10px;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-right .hero-states .stats-card .icons iconify-icon {
    width: 50px;
    height: 51px;
    background: #1cb0701a;
    display: grid;
    aspect-ratio: 1;
    place-content: center;
    border-radius: 50%;
    font-size: 36px;
    color: var(--nr-primary-dark);
}

.hero-right .hero-states .stats-card .content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.hero-right .hero-states .stats-card .content p {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.space {
    padding: 50px 0;
}

.main-title {
    position: relative;
}

.main-title h3 {
    position: relative;
    color: var(--nr-primary-dark);
    font-weight: bold;
    display: block;
}

.main-title h3::after {
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    background: var(--nr-primary);
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}

.how-work-section .how-work-list {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.how-work-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.how-work-card .img {
    width: 150px;
    aspect-ratio: 1;
}

.how-work-card .img img {
    width: 100%;
    height: 100%;
}

.how-work-card .number {
    width: 40px;
    aspect-ratio: 1;
    background: var(--nr-primary-dark);
    color: white;
    margin-bottom: 10px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.how-work-card .title {
    color: var(--nr-primary-dark);
    font-weight: bold;
}

.how-work-card .description {
    font-size: 14px;
}

.plan-price-grid {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
}

.plan-price-grid::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 70%;
    border: 1px solid #1f9d63;
    transform: translateY(34px);
}

.plan-price-grid .plan-price-card {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-price-grid .plan-price-card .icons iconify-icon {
    width: 50px;
    height: 51px;
    background: #1cb0701a;
    display: grid;
    aspect-ratio: 1;
    place-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: var(--nr-primary-dark);
}

.plan-price-grid .plan-price-card .content h3 {
    font-size: 18px;
    font-weight: bold;
}

.plan-price-grid .plan-price-card .content h2 {
    color: var(--nr-primary);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.plan-price-grid .plan-price-card .content h2 span {
    font-size: 18px;
}

.plan-price-grid .plan-price-card .content p {
    font-size: 14px;
    margin-bottom: 0;
}

.explore-nava-raipur-section .stations-summary {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 10px;
}

.explore-nava-raipur-section .stations-summary .summary-item {
    text-align: center;
}

.explore-nava-raipur-section .stations-summary .summary-item h3 {
    color: var(--nr-primary);
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.explore-nava-raipur-section .stations-summary .summary-item p {
    margin: 0;
    font-size: 13px;
    color: var(--nr-muted);
}

.explore-nava-raipur-section .search {
    position: relative;
    max-width: 680px;
    margin: 50px auto;
}


.explore-nava-raipur-section .search input {
    border: 1.5px solid var(--nr-line);
    width: 100%;
    border-radius: 16px;
    padding: 15px 20px 15px 46px;
    display: block;
    font-size: 14.5px;
    color: var(--nr-ink);
    background: var(--nr-card);
    box-shadow: var(--nr-shadow-sm);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
 
.explore-nava-raipur-section .search input:focus {
    outline: none;
    border-color: var(--nr-primary);
    box-shadow: 0 0 0 4px rgba(31, 157, 99, 0.12);
}

.explore-nava-raipur-section .search iconify-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: grid;
    place-content: center;
    width: 45px;
    color: #0000009e;
}

.explore-nava-raipur-section .search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--nr-line);
    border-radius: 12px;
    margin-top: 6px;
    max-height: 220px;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    display: none;
    text-align: left;
}

.explore-nava-raipur-section .search-suggestions.active {
    display: block;
}

.explore-nava-raipur-section .search-suggestions .suggestion-item {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    color: var(--nr-ink);
    border-bottom: 1px solid var(--nr-line);
}

.explore-nava-raipur-section .search-suggestions .suggestion-item:last-child {
    border-bottom: none;
}

.explore-nava-raipur-section .search-suggestions .suggestion-item:hover,
.explore-nava-raipur-section .search-suggestions .suggestion-item.highlighted {
    background: rgba(31, 157, 99, 0.08);
}

.explore-nava-raipur-section .search-suggestions .no-result {
    padding: 10px 16px;
    font-size: 13px;
    color: var(--nr-muted);
}

.explore-nava-raipur-section .map {
    height: 45vh;
    position: relative;
    max-width: 90%;
    margin: 60px auto;
    border: 1px solid #cbcbcb;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.explore-nava-raipur-section #map {
    width: 100%;
    height: 100%;
}

.explore-nava-raipur-section .map button {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: 999;
    transform: translate(-50%, -100%);
    width: max-content;
    background: var(--nr-primary-dark);
    color: white;
    border: 0;
    padding: 10px 9px;
    margin: 0 auto;
    border-radius: 7px;
    display: flex;
    transition: all 0.5s;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.explore-nava-raipur-section .map button iconify-icon {
    font-size: 16px;
}

.explore-nava-raipur-section .map button:hover {
    background: var(--nr-primary);
    transition: all 0.5s;
}

.explore-nava-raipur-section .map iframe {
    min-height: 30vh;
    width: 100%;
    border-radius: 16px;
}

.station-popup h5 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: bold;
    color: var(--nr-primary-dark);
}

.station-popup .loc {
    margin: 0 0 8px;
    font-size: 12px;
    color: var(--nr-muted);
}

.station-popup .popup-stats {
    display: flex;
    gap: 12px;
    margin-bottom: 6px;
}

.station-popup .popup-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.station-popup .popup-stat .label {
    color: var(--nr-muted);
    font-size: 11px;
}

.station-popup .popup-stat .value {
    font-weight: bold;
    font-size: 14px;
    color: var(--nr-ink);
}

.station-popup .updated {
    margin: 4px 0 0;
    font-size: 10px;
    color: var(--nr-muted);
}

.stations-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 46, 33, 0.6);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.stations-modal-overlay.active {
    display: flex;
}

.stations-modal {
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.stations-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid var(--nr-line);
    flex-shrink: 0;
}

.stations-modal-header h3 {
    color: var(--nr-primary-dark);
    font-weight: bold;
    margin: 0;
    font-size: 22px;
}

.stations-modal-close {
    background: rgba(31, 157, 99, 0.1);
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 22px;
    color: var(--nr-primary-dark);
    cursor: pointer;
    transition: all 0.2s ease;
}

.stations-modal-close:hover {
    background: var(--nr-primary);
    color: #fff;
}

.stations-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 30px 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    align-content: start;
}

.modal-station-card {
    border: 1px solid var(--nr-line);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    background: #f6f9f7;
}

.modal-station-info h4 {
    color: var(--nr-primary-dark);
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 6px;
}

.modal-station-info .loc {
    font-size: 13px;
    color: var(--nr-muted);
    margin: 0 0 12px;
}

.modal-station-stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--nr-ink);
}

.go-location-btn {
    background: var(--nr-primary);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.go-location-btn:hover {
    background: var(--nr-primary-dark);
    color: #fff;
}

.choose-ride-grid {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
}

.choose-ride-grid .choose-ride-card {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.choose-ride-grid .choose-ride-card .image {
    width: 300px;
    height: 100%;
    object-fit: contain;
}

.choose-ride-grid .choose-ride-card .image img {
    width: 100%;
    height: 100%;
}

.choose-ride-grid .choose-ride-card .content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.choose-ride-grid .choose-ride-card .content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.choose-ride-grid .choose-ride-card .content ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
}

.choose-ride-grid .choose-ride-card .content ul li iconify-icon {
    color: var(--nr-primary-dark);
}

.choose-ride-grid .choose-ride-card .content a {
    background: var(--nr-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 20px;
}

.choose-ride-grid .choose-ride-card .content a iconify-icon {
    font-size: 20px;
}
.cta-section {
    background: var(--nr-primary-dark);
    max-width: 80%;
    margin: auto;
    color: white;
    border-radius: 20px;
    padding: 40px;
}
.cta-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-grid .cta-card-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cta-grid .cta-card-left .image{
    width: 90px;
    height: 100%; object-fit: contain;
}
.cta-grid .cta-card-left .image img{
    width: 100%;
    height: 100%;
   
}
.cta-grid .cta-card-right .image {
    width: 150px;
    height: 100%;
    object-fit: contain;
    transform: translateX(-50px);
}
.cta-grid .cta-card-right img{
    width: 100%;
    height: 100%;
   
}

.nr-footer {
    background: var(--nr-primary-dark);
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    margin-top: 60px;
    padding: 30px 60px 0 60px;
}
 
.nr-footer .footer-wave-wrap {
    position: relative;
    line-height: 0;
    transform: translateY(1px);
}
 
.nr-footer .footer-top {
    padding: 20px 0 50px;
}
 
.nr-footer .footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
 
.nr-footer .footer-brand img {
    width: 140px;
    filter: brightness(0) invert(1);
}
 
.nr-footer .footer-about p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    max-width: 320px;
    margin-bottom: 22px;
}
 
.nr-footer .footer-social {
    display: flex;
    gap: 12px;
}
 
.nr-footer .footer-social a {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    transition: all 0.25s ease;
}
 
.nr-footer .footer-social a:hover {
    background: var(--nr-green-light);
    color: var(--nr-primary-dark);
    transform: translateY(-3px);
}
 
.nr-footer h5 {
    color: #fff;
    font-weight: 600;
    font-size: 15.5px;
    margin-bottom: 22px;
    letter-spacing: 0.02em;
}
 
.nr-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
 
.nr-footer .footer-links a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
 
.nr-footer .footer-links a:hover {
    color: var(--nr-green-light);
    gap: 12px;
}
 
.nr-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
 
.nr-footer .footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
}
 
.nr-footer .footer-contact iconify-icon {
    color: var(--nr-green-light);
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}
 
.nr-footer .footer-newsletter {
    display: flex;
    gap: 0;
    margin-top: 4px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    padding: 4px;
}
 
.nr-footer .footer-newsletter input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 10px 12px;
    color: #fff;
    font-size: 13.5px;
    outline: none;
}
 
.nr-footer .footer-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}
 
.nr-footer .footer-newsletter button {
    background: var(--nr-green-light);
    color: var(--nr-primary-dark);
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s ease;
    flex-shrink: 0;
}
 
.nr-footer .footer-newsletter button:hover {
    background: #fff;
}
 
.nr-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}
 
.nr-footer .footer-bottom .legal-links {
    display: flex;
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.nr-footer .footer-bottom .legal-links a {
    color: rgba(255, 255, 255, 0.55);
    transition: color 0.2s ease;
}
 
.nr-footer .footer-bottom .legal-links a:hover {
    color: var(--nr-green-light);
}
 
@media (max-width: 767px) {
    .nr-footer .footer-top {
        padding: 10px 0 30px;
        text-align: center;
    }
 
    .nr-footer .footer-brand {
        justify-content: center;
    }
 
    .nr-footer .footer-about p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
 
    .nr-footer .footer-social {
        justify-content: center;
    }
 
    .nr-footer .footer-links,
    .nr-footer .footer-contact {
        align-items: center;
    }
 
    .nr-footer .footer-contact li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
 
    .nr-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
 
    .nr-footer .col-lg-3,
    .nr-footer .col-lg-2,
    .nr-footer .col-lg-4 {
        margin-bottom: 36px;
    }
}
@media (max-width: 1200px) {
    .hero-right .hero-states {
        column-gap: 30px;
    }
}

@media (max-width: 1100px) {
    .hero-right .hero-states {
        column-gap: 3px;
    }
}

@media (max-width: 991px) {
    .nr-nav .nav-link {
        padding: 0.65rem 0.9rem !important;
    }
.navbar-collapse {
    position: absolute;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    height: 100vh;
    top: 88px;
    background: white;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}
    .nr-actions {
        flex-direction: column;
        align-items: stretch !important;
        gap: 0.6rem;
        padding-top: 0.75rem;
        margin-top: 0.5rem;
        border-top: 1px solid var(--nr-line);
    }

    .nr-navbar {
        background: var(--nr-bg);
        padding: 1.5rem 0.5rem;
    }

    .nr-actions .btn {
        width: 100%;
    }

    .hero-section {
        height: 100%;
        background: var(--nr-primary-dark);
    }

    .hero-right {
        min-height: 40rem;
    }

    .how-work-section .how-work-list {
        flex-wrap: wrap;
        row-gap: 100px;
    }

    .choose-ride-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hero-section {
        margin: 0;
        border-radius: 0;
    }
}

.leaflet-top.leaflet-left,
.leaflet-bottom.leaflet-right {
    display: none;
}

@media (max-width: 568px) {
    .hero-section {
        margin: 0;
        border-radius: 0;
    }

    .choose-ride-grid .choose-ride-card .image {
        max-width: 200px;
    }

    .choose-ride-grid .choose-ride-card {
        flex-direction: column;
    }

    .hero-right {
        padding: 20px;
    }

    .hero-right .hero-states {
        row-gap: 34px;
    }

    .plan-price-grid {
        flex-direction: column;
    }

    .plan-price-grid::after {
        width: 70%;
        height: 0px;
    }

    .stations-modal-body {
        grid-template-columns: 1fr;
        padding: 15px 20px 30px;
    }

    .stations-modal-header {
        padding: 15px 20px;
    }
}

.auth-section {
        min-height: 90vh;
        display: flex;
        align-items: center;
    }

    .auth-wrap {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 40px;
        align-items: stretch;
        max-width: 1180px;
        margin: 0 auto;
    }

    /* ---------- Left brand side ---------- */
    .auth-side {
        background: linear-gradient(160deg, var(--nr-primary-dark) 0%, #163d2b 100%);
        border-radius: 20px;
        color: #fff;
        padding: 50px 40px;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .auth-side::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        background: var(--nr-primary);
        opacity: 0.18;
        border-radius: 50%;
        right: -120px;
        bottom: -140px;
    }

    .auth-side-inner {
        position: relative;
        z-index: 1;
    }

    .auth-side .sub-title {
        width: max-content;
        background: var(--nr-primary-light);
        padding: 10px 20px 10px 4px;
        font-size: 13px;
        border-radius: 14px;
        margin-bottom: 24px;
    }

    .auth-side .sub-title ul {
        margin: 0;
        display: flex;
        gap: 30px;
        padding-left: 12px;
    }

    .auth-side h2 {
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 18px;
        line-height: 1.25;
    }

    .auth-side h2 span {
        display: block;
        color: var(--nr-green-light);
    }

    .auth-side p {
        font-size: 15px;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.8);
        max-width: 380px;
        margin-bottom: 40px;
    }

    .auth-side-stats {
        display: flex;
        gap: 24px;
    }

    .auth-side-stats .stats-card {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(255, 255, 255, 0.06);
        padding: 14px 18px;
        border-radius: 14px;
    }

    .auth-side-stats .icons iconify-icon {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.1);
        display: grid;
        place-content: center;
        border-radius: 50%;
        font-size: 24px;
        color: var(--nr-green-light);
    }

    .auth-side-stats h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

    .auth-side-stats p {
        font-size: 11px;
        font-weight: 600;
        margin: 0;
        color: rgba(255, 255, 255, 0.75);
    }

    /* ---------- Right auth card ---------- */
    .auth-card {
        background: #fff;
        border-radius: 20px;
        padding: 40px 44px;
        box-shadow: 0 20px 50px rgba(16, 46, 33, 0.08);
        border: 1px solid var(--nr-line);
    }

    .auth-tabs {
        display: flex;
        background: #f2f6f3;
        border-radius: 12px;
        padding: 5px;
        margin-bottom: 30px;
    }

    .auth-tab {
        flex: 1;
        border: 0;
        background: transparent;
        padding: 11px;
        border-radius: 9px;
        font-weight: 600;
        font-size: 14.5px;
        color: var(--nr-muted);
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .auth-tab.active {
        background: var(--nr-primary-dark);
        color: #fff;
    }

    .auth-panel {
        display: none;
    }

    .auth-panel.active {
        display: block;
        animation: fadeIn 0.35s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(6px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .panel-head h3 {
        color: var(--nr-primary-dark);
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 6px;
    }

    .panel-head p {
        color: var(--nr-muted);
        font-size: 14px;
        margin-bottom: 26px;
    }

    .auth-form {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .form-group-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .form-group label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: var(--nr-ink);
        margin-bottom: 7px;
    }

    .input-with-icon {
        position: relative;
        display: flex;
        align-items: center;
    }

    .input-with-icon>iconify-icon:first-child {
        position: absolute;
        left: 14px;
        color: var(--nr-muted);
        font-size: 18px;
        pointer-events: none;
    }

    .input-with-icon input,
    .input-with-icon select {
        width: 100%;
        border: 1.5px solid var(--nr-line);
        border-radius: 10px;
        padding: 12px 14px 12px 42px;
        font-size: 14px;
        color: var(--nr-ink);
        background: #fff;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .input-with-icon select {
        appearance: none;
    }

    .input-with-icon input:focus,
    .input-with-icon select:focus {
        outline: none;
        border-color: var(--nr-primary);
        box-shadow: 0 0 0 4px rgba(31, 157, 99, 0.1);
    }

    .toggle-eye {
        position: absolute;
        right: 10px;
        border: 0;
        background: transparent;
        color: var(--nr-muted);
        font-size: 18px;
        cursor: pointer;
        display: grid;
        place-content: center;
        padding: 4px;
    }

    .field-note {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        color: var(--nr-muted);
        margin: 8px 0 0;
    }

    .form-row-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
    }

    .checkbox-line {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 13px;
        color: var(--nr-ink);
        cursor: pointer;
        line-height: 1.5;
    }

    .checkbox-line input {
        margin-top: 3px;
        accent-color: var(--nr-primary);
    }

    .link-muted {
        color: var(--nr-primary);
        font-weight: 600;
    }

    .btn-auth-solid,
    .btn-auth-outline,
    .btn-auth-ghost {
        border: 0;
        border-radius: 10px;
        padding: 13px 20px;
        font-size: 14.5px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        transition: all 0.25s ease;
        width: 100%;
    }

    .btn-auth-solid {
        background: var(--nr-primary);
        color: #fff;
    }

    .btn-auth-solid:hover {
        background: var(--nr-primary-dark);
    }

    .btn-auth-solid:disabled {
        background: #b9c9c0;
        cursor: not-allowed;
    }

    .btn-auth-outline {
        background: transparent;
        border: 1.5px solid var(--nr-primary);
        color: var(--nr-primary-dark);
    }

    .btn-auth-outline:hover {
        background: rgba(31, 157, 99, 0.08);
    }

    .btn-auth-ghost {
        background: #f2f6f3;
        color: var(--nr-ink);
        width: auto;
        padding: 13px 22px;
    }

    .btn-auth-ghost:hover {
        background: #e7efe9;
    }

    .step-btn-row {
        display: flex;
        gap: 12px;
    }

    .step-btn-row .btn-auth-solid {
        flex: 1;
    }

    .form-msg {
        font-size: 13px;
        min-height: 18px;
        font-weight: 600;
    }

    .form-msg.error {
        color: #c0392b;
    }

    .form-msg.success {
        color: var(--nr-primary);
    }

    .switch-line {
        text-align: center;
        font-size: 13.5px;
        color: var(--nr-muted);
        margin-top: 24px;
        margin-bottom: 0;
    }

    .switch-link {
        color: var(--nr-primary);
        font-weight: 700;
    }

    /* ---------- Register stepper ---------- */
    .reg-stepper {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .reg-step {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--nr-muted);
        font-size: 12.5px;
        font-weight: 600;
        flex: 1;
        position: relative;
    }

    .reg-step:not(:last-child)::after {
        content: "";
        flex: 1;
        height: 2px;
        background: var(--nr-line);
        margin: 0 8px;
    }

    .reg-step .step-num {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #f2f6f3;
        color: var(--nr-muted);
        display: grid;
        place-content: center;
        font-size: 12px;
        flex-shrink: 0;
        transition: all 0.25s ease;
    }

    .reg-step.active .step-num,
    .reg-step.done .step-num {
        background: var(--nr-primary);
        color: #fff;
    }

    .reg-step.active .step-label,
    .reg-step.done .step-label {
        color: var(--nr-primary-dark);
    }

    .reg-step-panel {
        display: none;
    }

    .reg-step-panel.active {
        display: block;
        animation: fadeIn 0.35s ease;
    }

    /* ---------- OTP ---------- */
    .otp-block {
        display: none;
        flex-direction: column;
        gap: 10px;
        background: #f6f9f7;
        border: 1px dashed var(--nr-line);
        border-radius: 12px;
        padding: 16px;
    }

    .otp-block.active {
        display: flex;
    }

    .otp-block label {
        font-size: 13px;
        font-weight: 600;
        color: var(--nr-ink);
    }

    .otp-inputs {
        display: flex;
        gap: 8px;
    }

    .otp-inputs input {
        width: 44px;
        height: 48px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        border: 1.5px solid var(--nr-line);
        border-radius: 10px;
        color: var(--nr-primary-dark);
    }

    .otp-inputs input:focus {
        outline: none;
        border-color: var(--nr-primary);
        box-shadow: 0 0 0 4px rgba(31, 157, 99, 0.1);
    }

    .otp-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12.5px;
        color: var(--nr-muted);
    }

    .link-btn {
        background: transparent;
        border: 0;
        color: var(--nr-primary);
        font-weight: 700;
        font-size: 12.5px;
        cursor: pointer;
    }

    .link-btn:disabled {
        color: var(--nr-muted);
        cursor: not-allowed;
    }

    /* ---------- Success ---------- */
    .success-block {
        text-align: center;
        padding: 30px 10px;
    }

    .success-icon iconify-icon {
        font-size: 70px;
        color: var(--nr-primary);
    }

    .success-block h3 {
        color: var(--nr-primary-dark);
        font-weight: bold;
        font-size: 22px;
        margin: 16px 0 8px;
    }

    .success-block p {
        color: var(--nr-muted);
        font-size: 14px;
        margin-bottom: 26px;
    }

    .success-block .btn-auth-solid {
        max-width: 260px;
        margin: 0 auto;
    }

    @media (max-width: 991px) {
        .auth-wrap {
            grid-template-columns: 1fr;
        }

        .auth-side {
            padding: 36px 30px;
        }
    }

    @media (max-width: 480px) {
        .auth-card {
            padding: 28px 20px;
        }

        .form-group-row {
            grid-template-columns: 1fr;
        }

        .otp-inputs input {
            width: 38px;
            height: 42px;
        }

        .step-btn-row {
            flex-direction: column-reverse;
        }

        .btn-auth-ghost {
            width: 100%;
        }
    }.nr-user-area{display:none;position:relative}
.nr-user-btn{border:0!important;background:transparent!important;display:flex;align-items:center;gap:10px;padding:5px 8px;cursor:pointer}
.nr-user-btn:focus{box-shadow:none!important}
.nr-user-photo{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #198754}
.nr-user-info{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}
.nr-user-name{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#222}
.nr-user-rid{font-family:Inter,sans-serif;font-size:11px;color:#777;margin-top:3px}
.nr-user-menu{min-width:200px;border:0;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.12);padding:8px;margin-top:8px}
.nr-user-menu .dropdown-item{border-radius:8px;padding:10px 12px;font-size:14px;display:flex;align-items:center;gap:8px}
.nr-user-menu .dropdown-item:hover{background:#f2f8f4}
.nr-login-actions{display:flex;align-items:center;gap:8px}
@media(max-width:991px){
.nr-user-area{width:100%}
.nr-user-btn{padding:10px 0;width:100%}
.nr-user-info{margin-right:auto}
.nr-user-menu{position:absolute!important;right:0}
}
    .profile-page-section {
        padding: 40px 20px 80px;
        max-width: 1180px;
        margin: 0 auto
    }

    .profile-hdr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 28px
    }

    .profile-hdr h2 {
        color: var(--nr-primary-dark);
        font-weight: bold;
        font-size: 26px;
        margin: 0
    }

    .profile-hdr p {
        color: var(--nr-muted);
        font-size: 14px;
        margin: 4px 0 0
    }

    .profile-rid-badge {
        background: rgba(31, 157, 99, 0.1);
        color: var(--nr-primary-dark);
        font-weight: 600;
        font-size: 13px;
        padding: 8px 16px;
        border-radius: 10px;
        border: 1px solid var(--nr-line)
    }

    .profile-grid {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 24px;
        align-items: start
    }

    .profile-card {
        background: #fff;
        border: 1px solid var(--nr-line);
        border-radius: 18px;
        padding: 24px
    }

    .profile-avatar-wrap {
        position: relative;
        width: 140px;
        height: 140px;
        margin: 0 auto 18px
    }

    .profile-avatar {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid var(--nr-primary);
        background: #f2f6f3;
        cursor: pointer
    }

    .profile-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .profile-avatar-edit {
        position: absolute;
        right: 4px;
        bottom: 4px;
        width: 38px;
        height: 38px;
        background: var(--nr-primary);
        color: #fff;
        border-radius: 50%;
        display: grid;
        place-content: center;
        cursor: pointer;
        border: 3px solid #fff;
        transition: background .2s ease
    }

    .profile-avatar-edit:hover {
        background: var(--nr-primary-dark)
    }

    .profile-name-block {
        text-align: center
    }

    .profile-name-block h3 {
        color: var(--nr-primary-dark);
        font-weight: bold;
        font-size: 18px;
        margin: 0 0 4px
    }

    .profile-name-block p {
        color: var(--nr-muted);
        font-size: 13px;
        margin: 0
    }

    .profile-badges {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 14px;
        flex-wrap: wrap
    }

    .profile-badge {
        font-size: 11.5px;
        font-weight: 600;
        padding: 5px 10px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 5px
    }

    .profile-badge.ok {
        background: rgba(31, 157, 99, 0.12);
        color: var(--nr-primary-dark)
    }

    .profile-badge.no {
        background: #fdeceb;
        color: #c0392b
    }

    .profile-side-list {
        list-style: none;
        padding: 0;
        margin: 22px 0 0;
        display: flex;
        flex-direction: column;
        gap: 14px
    }

    .profile-side-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        color: var(--nr-ink);
        padding-bottom: 14px;
        border-bottom: 1px solid var(--nr-line)
    }

    .profile-side-list li:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .profile-side-list li iconify-icon {
        color: var(--nr-primary);
        font-size: 17px;
        flex-shrink: 0
    }

    .profile-side-list li b {
        color: var(--nr-primary-dark)
    }

    .profile-form-card {
        background: #fff;
        border: 1px solid var(--nr-line);
        border-radius: 18px;
        padding: 28px 30px
    }

    .profile-section-title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px
    }

    .profile-section-title iconify-icon {
        width: 36px;
        height: 36px;
        background: rgba(31, 157, 99, 0.1);
        color: var(--nr-primary-dark);
        border-radius: 10px;
        display: grid;
        place-content: center;
        font-size: 18px;
        flex-shrink: 0
    }

    .profile-section-title h4 {
        margin: 0;
        font-size: 15.5px;
        font-weight: 700;
        color: var(--nr-primary-dark)
    }

    .profile-section-title p {
        margin: 0;
        font-size: 12.5px;
        color: var(--nr-muted)
    }

    .pf-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-bottom: 18px
    }

    .pf-row.pf-row-3 {
        grid-template-columns: 1fr 1fr 1fr
    }

    .pf-group {
        display: flex;
        flex-direction: column
    }

    .pf-group.full {
        grid-column: 1/-1
    }

    .pf-group label {
        font-size: 13px;
        font-weight: 600;
        color: var(--nr-ink);
        margin-bottom: 7px
    }

    .pf-group input,
    .pf-group select {
        border: 1.5px solid var(--nr-line);
        border-radius: 10px;
        padding: 11px 14px;
        font-size: 14px;
        color: var(--nr-ink);
        background: #fff;
        transition: border-color .2s ease, box-shadow .2s ease;
        width: 100%
    }

    .pf-group input:focus,
    .pf-group select:focus {
        outline: none;
        border-color: var(--nr-primary);
        box-shadow: 0 0 0 4px rgba(31, 157, 99, 0.1)
    }

    .pf-group input:disabled {
        background: #f6f9f7;
        color: var(--nr-muted);
        cursor: not-allowed
    }

    .pf-divider {
        border: 0;
        border-top: 1px solid var(--nr-line);
        margin: 24px 0
    }

    .pf-file-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        margin-bottom: 18px
    }

    .pf-file-box {
        border: 1.5px dashed var(--nr-line);
        border-radius: 12px;
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        transition: border-color .2s ease, background .2s ease
    }

    .pf-file-box:hover {
        border-color: var(--nr-primary);
        background: #f6f9f7
    }

    .pf-file-box iconify-icon {
        font-size: 22px;
        color: var(--nr-primary);
        flex-shrink: 0
    }

    .pf-file-box .pf-file-text {
        font-size: 13px;
        color: var(--nr-ink);
        font-weight: 600
    }

    .pf-file-box .pf-file-sub {
        font-size: 11.5px;
        color: var(--nr-muted)
    }

    .pf-file-box img.pf-file-thumb {
        width: 44px;
        height: 44px;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0
    }

    .pf-contact-row {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
        gap: 14px;
        align-items: end;
        margin-bottom: 14px
    }

    .pf-contact-remove {
        background: #fdeceb;
        color: #c0392b;
        border: 0;
        border-radius: 10px;
        width: 42px;
        height: 42px;
        display: grid;
        place-content: center;
        cursor: pointer;
        flex-shrink: 0
    }

    .pf-add-contact {
        background: transparent;
        border: 1.5px dashed var(--nr-primary);
        color: var(--nr-primary-dark);
        font-weight: 600;
        font-size: 13px;
        padding: 10px 16px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        transition: background .2s ease
    }

    .pf-add-contact:hover {
        background: rgba(31, 157, 99, 0.08)
    }

    .pf-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        margin-top: 26px;
        flex-wrap: wrap
    }

    .pf-msg {
        margin-right: auto;
        font-size: 13px;
        font-weight: 600;
        min-height: 18px
    }

    .pf-msg.error {
        color: #c0392b
    }

    .pf-msg.success {
        color: var(--nr-primary)
    }

    .pf-btn-save,
    .pf-btn-cancel {
        border: 0;
        border-radius: 10px;
        padding: 12px 22px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all .2s ease
    }

    .pf-btn-save {
        background: var(--nr-primary);
        color: #fff
    }

    .pf-btn-save:hover {
        background: var(--nr-primary-dark)
    }

    .pf-btn-save:disabled {
        background: #b9c9c0;
        cursor: not-allowed
    }

    .pf-btn-cancel {
        background: #f2f6f3;
        color: var(--nr-ink)
    }

    .pf-btn-cancel:hover {
        background: #e7efe9
    }

    .pf-photo-modal {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.85);
        z-index: 9999;
        align-items: center;
        justify-content: center;
        cursor: zoom-out
    }

    .pf-photo-modal img {
        max-width: 90vw;
        max-height: 90vh;
        border-radius: 8px;
        object-fit: contain
    }

    .pf-photo-modal-close {
        position: absolute;
        top: 20px;
        right: 30px;
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 1
    }

    @media (max-width:991px) {
        .profile-grid {
            grid-template-columns: 1fr
        }

        .pf-row,
        .pf-row-3,
        .pf-file-row {
            grid-template-columns: 1fr
        }

        .pf-contact-row {
            grid-template-columns: 1fr
        }
    }