/* Base Resets & Wrapper (No Tag/Parent Selectors) */
.main-body-reset {
    margin: 0;
    padding: 0;
    background: black !important;
}
body{
    background-color: black !important;
}

.main-page-wrapper {
    font-family: 'Inter', sans-serif;
    background-color: #F7F8FF;
    
    width: 100%;
    overflow-x: hidden;
}

/* Colors */
.text-green-clr {
    color: #1A6D00;
}

.text-dark-clr {
    color: #0b1c30;
}

.text-white-clr {
    color: #ffffff;
}

.text-gray-clr {
    color: #6c757d;
}

.bg-white-clr {
    background-color: #ffffff;
}

.bg-light-blue {
    background-color: #f4f7f9;
}

.bg-dark-clr {
    background-color: #0b1c30;
}

.bg-green-light {
    background-color: #e8f5e9;
}

.border-gray-clr {
    border: 1px solid #e2e8f0;
}

.border-gray-dark {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.border-top-gray {
    border-top: 1px solid #e2e8f0;
}

/* Font Utilities in Pixels */
.sec1head {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #0b1c30;
}



.section-title-lg {
    font-size: 32px;
    line-height: 40px;
}

.section-desc-txt {
    font-size: 15px;
    color: #6c757d;
    line-height: 24px;
}

.fs-8-px {
    font-size: 8px;
}

.fs-10-px {
    font-size: 10px;
}

.fs-12-px {
    font-size: 12px;
}

.fs-13-px {
    font-size: 13px;
}

.fs-14-px {
    font-size: 14px;
}

.fs-16-px {
    font-size: 16px;
}

.fs-18-px {
    font-size: 18px;
}


.fs-24-px {
    font-size: 24px;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.opacity-75 {
    opacity: 0.75;
}

/* Radius & Padding */
.rounded-12-px {
    border-radius: 12px;
}

.rounded-16-px {
    border-radius: 16px;
}

.rounded-24-px {
    border-radius: 24px;
}

.section-padding-lg {
    padding: 50px 0;
}

/* Common UI Elements */
.btn-green-solid {
    background-color: #54AF39;
    color: #0A3C00;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-dark-solid {
    background-color: #0b1c30;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}


/* Bootstrap nav-link ko aapki custom style ke sath merge karna */
.navbar .nav-link {
    color: #0b1c30 !important;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.navbar .nav-link.active {
    color: #1A6D00 !important;
    font-weight: 700 !important;
}
.navbar {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: #ffffff; /* Navbar ka background color zaroori hai shadow ke liye */
}
/* Hero Section */
.hero-section-wrapper {
    background-image: url('../img/sec1-bg.svg');
    background-size: cover;
    background-position: center;
    min-height: fit-content;
    padding: 50px 0px;

}

/* 
.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 0;
} */

.z-index-1 {
    z-index: 1;
}

.hero-badge-green {
    background-color: #e8f5e9;
    color: #28a745;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
}

.hero-title-main {
    font-size: 48px;
    line-height: 56px;
}

.hero-desc-txt {
    max-width: 500px;
}

/* Logistics Section */
.icon-box-green {
    background-color: #e8f5e9;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    flex-shrink: 0;
}



.floating-verified-card {
    bottom: 30px;
    left: -30px;
    z-index: 2;
    border: 1px solid #e2e8f0;
}

/* Steps Section */
.steps-desc-width {
    max-width: 600px;
}

.step-card-box {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
}

/* Features Section */
.feature-card-box {
    background-color: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
}

.icon-circle-bg {
    background-color: #e8f5e9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Map Section */
.map-img-style {
    height: 450px;
    object-fit: cover;
    opacity: 0.6;
}

.map-stats-card {
    bottom: 30px;
    left: 30px;
    z-index: 2;
    min-width: 200px;
}

/* Testimonials */
.arrow-btn-outline {
    width: 36px;
    height: 36px;
}

.avatar-img-md {
    width: 48px;
    height: 48px;
}

/* FAQ Section */
.faq-max-width {
    max-width: 700px;
}

.faq-btn {
    outline: none;
    background-color: #E5EEFF !important;
    border-radius: 50px !important;
    border: none !important;
}

/* Forms */
.form-input-custom {
    outline: none;
    background-color: #F8FAFC !important;
    font-size: 14px;
}



/* Smooth Swipe Carousel for Testimonials */
.testimonial-scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    padding-bottom: 20px;
    scrollbar-width: none;
    /* Hide scrollbar Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar IE/Edge */
}

.testimonial-scroll-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar Chrome/Safari */
}

.testimonial-slide-card {
    flex: 0 0 100%;
    /* 1 card on mobile */
    scroll-snap-align: center;
}

.logo{
    width: 150px;
}
/* Sidebar Link Active State */
.nav-link-item.active-link { 
    color: #28a745 !important; /* Green color */
    font-weight: 700; 
}

.footer-wrapper{
    background-color: #EFF4FF;
    border-top-right-radius: 50px ;
    border-top-left-radius: 50px ;
    padding: 40px 0px;
}