* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'poppins', sans-serif;
    background: #f9f9f9;
    scroll-behavior: smooth;
}

.head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 4rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10000111;
    gap: 1rem;
}

.head nav {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.head nav a {
    display: flex;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.25px;
    gap: 0.5rem;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    align-items: center;
}

.head .logoText {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}

.head .logoText p {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 1.25px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    align-items: center;
    gap: 0.5rem;
}

header {
    background: #000;
    padding: 0px 90px 10px 90px;
}

.top {
    position: relative;
    height: 100vh;
    background: 
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("images/Rectangle 1.png") center/cover no-repeat;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 5%;
    transition: transform 0.5s ease;
}

.top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    z-index: 1;
}

.top:hover {
    transform: scale(1.02);
}

.top:hover::after {
    background: rgba(0, 0, 0, 0.4);
}

.top > * {
    /* position: relative; */
    z-index: 2;
}

.header-contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
    margin-top: 50px;
}

.hero-content {
    max-width: 550px;
    margin-top: 200px;
}

.hero-content .logoContent {
    display: flex;
    gap: 1rem;
    cursor: pointer;
}

.hero-content .logoContent .logo {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    line-height: 37.88px;
    letter-spacing: 0.24px;
    vertical-align: middle;
    color:#fff;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.hero-content .logoContent img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    position: relative;
}

.hero-content h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 56px;
    line-height: 67px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.hero-content p,
.hero-contents p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.hero-contents {
    display: flex;
    background-color: #000;
    padding: 15px;
    width: auto;
    height: fit-content;
    overflow-y: hidden;
    margin-top: 240px;
    flex-direction: column;
    border-radius: 35px 0 35px 0;
}

.service-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    font-size: 14px; 
    line-height: 36px; 
    letter-spacing: 1.25px;
    text-transform: uppercase; 
    cursor: pointer;
}

.service-btn a {
    text-decoration: none;
    color: #fff;
}

.service-btn .text-part {
    text-decoration: underline;
}

/* FULLSCREEN MENU OVERLAY */
#menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: opacity 0.4s ease;
    padding: 90px 160px;
}

/* When active – fade in */
#menuOverlay.active {
    opacity: 1;
    pointer-events: all;
}

#menuOverlay .topSide {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.baskets {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logSit {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.logSit .logoContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logSit .logoContent img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    position: relative;
}

.logSit .logoContent button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    line-height: 37.88px;
    letter-spacing: 0.24px;
    vertical-align: middle;
    color: #fff;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.topSide .nepa {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nepa .logoText {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}

.nepa .logoText p {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    letter-spacing: 1.25px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    align-items: center;
    gap: 0.5rem;
}

/* Close Button */
.close-btn {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    padding: 0px 7px;
}

.close-btn a {
    display: flex;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.25px;
    gap: 0.5rem;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    /* padding: 10px; */
    align-items: center;
}

/* Center Menu Items */
.menu,
.dropdown ul {
    list-style-type: none;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.overlay-content a {
    font-size: 56px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    transition: opacity 0.3s ease;
}

.overlay-content a:hover {
    opacity: 0.6;
}

/* Dropdown container */
.dropdown {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}

/* When open */
.dropdown.open {
    max-height: 500px;
}

/* Dropdown links */
.dropdown a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fa {
    margin-left: 20px;
    transition: transform 0.3s ease;
}

.fa.rotate {
    transform: rotate(180deg);
}

.dropdown a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    vertical-align: middle;
    text-transform: uppercase;
}

.overlay-image p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-align: right;
    vertical-align: middle;
}

/* Footer */
.overlay-footer {
    font-size: 12px;
    color: #fff;
}

.foots {
    display: flex;
    justify-content: space-between;
}

.foots p {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
}

.section {
    padding: 60px 145.6px;
    background: white;
}

.section .textTop {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.4px;
    vertical-align: middle;
}

.section h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.section p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.section .trucks {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    margin-top: 40px;
    justify-content: center;
}

.section .trucks h4 {
    padding-top: 10px;
}

.section .trucks img {
    width: 311px;
    height: 255px;
    opacity: 1;
    border-radius: 19px;
    transition: transform 0.5s ease;
}

.section .trucks img:hover {
    transform: scale(1.03);
}

.trust h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.stats {
    display: flex;
    justify-content: space-around;
    width: 45%;
}

.stats h3 {
    font-weight: 700;
    margin: 0;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.stats p {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.secText {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

.secText p {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.secText button {
    height: fit-content;
    padding: 16px;
    border-radius: 4px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.trucks-server {
    display: flex;
    flex-direction: row;
    background: #dbdbdb;
    width: 1128px;
    height: 524px;
    border-radius: 32px;
    margin: 0 auto;
    padding: 45px;
}

.trucks-serve {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.trucks-serve .left,
.trucks-serve .right {
    flex: 1;
    flex-basis: 50%;
}

.trucks-serve .left .serviceTop {
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.carousel-inner {
    width: 489px;
    height: 445px;
    opacity: 1;
    border-radius: 32px;
}

.carousel-inner img {
    transition: transform 0.5s ease;
    width: 489px;
    height: 445px;
    opacity: 1;
    border-radius: 32px;
}

.carousel-inner img:hover {
    transform: scale(1.03);
    width: 489px;
    height: 445px;
    opacity: 1;
    border-radius: 32px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 175px;
}

.feature-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.feature-item p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    padding-left: 18px;
}

.feature-divider {
    width: 3px;
    background-color: #dcdcdc;
    height: 100px;
}

.horizontal-line {
    grid-column: 1 / 6;
    border: none;
    border-top: 3px solid #938989;
    margin: 20px 0;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

/* .section:hover {
    transform: scale(1.03);
} */

.log {
    display: flex;
    width: 543px;
    height: 247px;
    border-radius: 32px;
    background: #000000;
    color: #fff;
    padding: 20px 55px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.log .tops h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.log .buttons {
    display: flex;
    gap: 1rem;
}

.log .buttons .butt-1,
.log .buttons .butt-2,
.log .buttons .butt-3 {
    padding: 2px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    flex: 1;
}

.log .buttons .butt-3 {
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #ffffff;
}

.location {
    display: flex;
}

.locate {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.locate .left,
.locate .right {
    flex-basis: 50%;
}

.locate .left .serviceTop {
    font-weight: 400;
    font-size: 34px;
    padding-top: 15px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.left-inner .spans {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin: 0;
    gap: 5px;
}

.left-inner .spans a {
    text-decoration: none;
}

.down {
    color: #fff;
    background: #000;
    margin-top: 20px;
    border-radius: 5px;
    width: fit-content;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 36px;
    letter-spacing: 1.25px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.faq-title {
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    padding: 0;
}

.faq-icon {
    font-size: 24px;
    transition: transform 0.2s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}
.faq-item.active .faq-answer {
    max-height: 300px;
    opacity: 1;
}
.faq-item.active .faq-icon {
    content: "-";
    transform: rotate(180deg);
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.footer {
    background: #000;
    color: #fff;
    padding: 60px 145.6px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 50px;
}

.footer-column .logoContent img {
    width: 35px;
    height: 35px;
}

.footer-column .logoContent {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-column .logoContent button {
    font-weight: 700;
    font-size: 21px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    color: #ffffff;
    background: none;
    border: none;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column a {
    text-decoration: none;
    color: #d1d1d1;
    font-size: 14px;
    transition: 0.2s ease;
    letter-spacing: 2px;
    line-height: 32px;
}

.footer-column a:hover {
    color: #fff;
}

.footer-heading {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #8E8E93;
}

.footer-company {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-desc {
    max-width: 260px;
    line-height: 1.5;
    color: #c8c8c8;
    font-size: 14px;
    margin-bottom: 70px;
}

.footer-copy {
    font-size: 13px;
    color: #FFFFFF;
}

.footer-bottom {
    display: flex;
    padding: 20px 0;
    text-align: center;
    background: #000;
    color: #ffffff;
    width: 100%;
}

.footer-bottom h1 {
    flex: 1;
    font-size: 12vw;
    font-weight: 800;
    /* letter-spacing: 5px; */
    margin: 0;
}

.puppy {
    display: none;
}


/*============== SERVICES-1 ==================*/
.first-section {
    padding: 15px 145.6px 60px 145.6px;
    background: white;
}

.heads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
    position: relative;
    top: 10px;
    /* z-index: 10000111; */
}

.top-right {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.heads nav {
    border-radius: 5px;
}

.heads nav a {
    display: flex;
    font-weight: 500;
    color: #ffffff;
    background: #000;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.25px;
    gap: 0.5rem;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 10px;
    align-items: center;
}

.logoTexts {
    border: 1px solid #000;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px;
}

.logoTexts p {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    gap: 0.5rem;
}

.logSits {
    /* background-color: #000; */
    color: #fff;
    border-radius: 5px;
}

.logSits .logoContents {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.logSits .logoContents img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    position: relative;
}

.logSits .logoContents button {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    line-height: 37.88px;
    letter-spacing: 0.24px;
    vertical-align: middle;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.header-contenters {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    margin-top: 110px;
}

.hero-contend {
    max-width: 550px;
}

.hero-contend h1 {
    font-size: 56px;
    font-weight: 600;
    font-family: Poppins;
    line-height: 73px;
    letter-spacing: 0.25px;
}

.service-btns {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    cursor: pointer;
}

.service-btns a {
    /* text-decoration: none; */
    color: #000;
}

.hero-contenders {
    display: flex;
    color: #fff;
    background-color: #000;
    padding: 15px;
    width: auto;
    height: fit-content;
    overflow-y: hidden;
    flex-direction: column;
    border-radius: 35px 0 35px 0;
    max-width: 390px;
}

.hero-contenders p {
    color: #fff;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.service-btnn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: flex-end;
}

.service-btnn a {
    text-decoration: none;
    color: #fff;
}

.topBoy {
    width: 100%;
    height: 60vh;
}
.topBoy img {
    height: 60vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.statistics {
    text-align: center;
}

.statistics h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.25px;
}

.statistics p {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.15px;
    text-align: center;
}

.right-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.right-inner img {
    width: 485px;
    height: 190px;
    opacity: 1;
    border-radius: 19px;
}

.dummy-btn {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.dummy-btn button {
    width: fit-content;
    height: auto;
    opacity: 1;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background: #E0E0E0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    flex-shrink: 0;
}

.sectioner {
    padding: 30px 145.6px;
    background: #ffffff;
}


/* SECTION WRAPPER */
.services-container {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}

/* LEFT SIDE */
.services-left {
    flex: 1;
}

.textTop {
    font-size: 15px;
    font-weight: 500;
    color: #444;
}

.services-left .service-title {
    margin: 12px 0 30px;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

/* TIMELINE WRAPPER */
.timeline {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    margin-left: 20px;
}

/* vertical line */
.timeline::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 85px;
    width: 2px;
    background: #D8D8D8;
}

/* each item */
.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

/* dot */
.timeline-item .dot {
    width: 14px;
    height: 14px;
    background: #D8D8D8;
    border-radius: 50%;
    margin-left: -7px;
}

.timeline-item p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
    color: #444;
    max-width: 420px;
}

/* RIGHT SECTION */
.services-right img {
    width: 490px;
    height: 430px;
    border-radius: 20px;
    object-fit: cover;
}

.benefits-container {
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

/* CARDS */
.benefit-card {
    background: #ECECEC;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 550px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

/* Activated on scroll */
.benefit-card.active {
    animation: fadeUp 0.8s ease forwards;
}

/* TITLE */
.benefit-card h2 {
    display: flex;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    margin-bottom: 25px;
    align-items: center;
}

.benefits-containers {
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.benefit-cards {
    background: #ECECEC;
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 790px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.benefit-cards.active {
    animation: fadeUp 0.8s ease forwards;
}

.benefit-cards h2 {
    display: flex;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    margin-bottom: 25px;
    align-items: center;
}

/* ANIMATION */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* LIST STYLES */
.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.benefit-list li {
    font-size: 17px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.4;
}

/* CHECK ICON */
.check {
    width: 23px;
    height: 23px;
    background: #000;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 3px;
}

.textTop {
    font-size: 14px;
    color: #555;
}

.sectioning {
    display: flex;
    padding: 60px 145.6px;
    background: white;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.sectioning .textTop {
    font-size: 14px;
    color: #555;
    width: 85%;
}

.sectioning .quote-title {
    margin: 12px 0 30px;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    width: 85%;
}

.quote-form {
    display: flex;
    gap: 40px;
    width: 85%;
    flex-wrap: wrap;
}

.quote-form input,
.quote-form select,
.quote-form .form-right .below-form-right input,
.quote-form .form-right .below-form-right select {
    width: 90%;
    padding: 14px;
    font-size: 16px;
    background: #f4f4f4;
    border: none;
    border-radius: 4px;
}

.form-left,
.form-right,
.below-form-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.submit-btn {
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border: none;
    /* margin-top: 20px; */
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
}

.info-panels {
    background: #D9D9D9;
    margin-top: 80px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
}

.info-card {
    border-radius: 12px;
    padding: 40px 60px;
    flex: 1;
    min-width: 300px;
}

.info-card h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.25px;
    vertical-align: middle;
}

.info-card strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.three {
    display: flex;
    padding: 40px 0px !important;
    gap: 1rem;
}

.three .one {
    flex-basis: 33.33%;
}

.three h5 {
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.info-small {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.contact-box {
    background: #EDEDED;
    padding: 16px;
    margin-top: 20px;
    border-radius: 20px 20px 0 20px;
    font-size: 15px;
    line-height: 1.5;
    width: 70%;
}

.contact-box a {
    text-decoration: none;
}


.right-inners img {
    width: 552px;
    height: 320px;
    opacity: 1;
    border-radius: 19px;
}

/* =========== ABOUT US =============== */
.topBoyS {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.topBoyS img {
    height: 90vh;
    width: 35%;
    position: absolute;
    top: 170px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.section-about {
    padding: 60px 145.6px;
    background: #000;
    color: #fff;
}

.section-about img {
    width: 395px;
    height: 384px;
}

.ups {
    max-width: 425px;
    padding: 15px;
    background: #3C3C4399;
    border-radius: 20px 20px 0 20px;
}

.ups p {
    font-size: 15px;
    font-weight: 400;
    font-family: Poppins;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin: 0;
}

.started {
    padding: 60px 145.6px;
    background: #000;
    color: #fff;
}

.four-cards {
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.cards {
    background:#EDEDED;
    padding: 30px;
    border-radius: 12px;
    flex: 1;
    text-align: left;
}

.cards h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.15px;
    vertical-align: middle;
}

.cards p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.4px;
    vertical-align: middle;
}

.crops {
    font-weight: 600;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 2.25px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.tel,
.email {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.top-section {
    padding: 15px 145.6px 40px 145.6px;
    background: #fff;
}

.two-section {
    padding: 15px 145.6px 60px 145.6px;
    background: #000;
    color: #fff;
}

.too {
    margin-top: 45px !important;
}

.cars {
    display: flex;
    color: #fff;
    background-color: #3C3C4399;
    padding: 17px 50px 17px 17px;
    width: auto;
    height: fit-content;
    overflow-y: hidden;
    flex-direction: column;
    border-radius: 16px 16px 0 16px;
    max-width: 390px;
}

.pace {
    text-align: center !important; 
}

.quote-forms {
    display: flex;
    gap: 40px;
    width: 85%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.quote-forms input, 
.quote-forms textarea {
    width: 50%;
    padding: 14px;
    font-size: 16px;
    background: #f4f4f4;
    border: none;
    border-radius: 4px;
}

/* ===== Large tablets / small laptops ===== */
@media (max-width: 1200px) {
    header {
        padding: 0 40px;
    }

    .head {
        padding: 1rem 2rem;
        gap: 0.75rem;
    }

    .header-contents {
        /* allow wrap earlier so hero doesn't squeeze */
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 80px;
    }

    .hero-content {
        max-width: 480px;
        margin-top: 160px;
    }

    .hero-content h1 {
        font-size: 46px;
        line-height: 56px;
    }

    .hero-content p,
    .hero-contents p {
        font-size: 15px;
    }

    .hero-contents {
        margin-top: 160px;
    }

    .head nav a {
        flex: 1;
        padding: 5px;
    }

    .section {
        padding: 60px;
        background: #ffffff;
    }

    .section h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0.25px;
        vertical-align: middle;
    }

    .section .trucks {
        gap: 2.5rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .section .trucks > div {
        flex: 0 0 calc(50% - 2.5rem);
        max-width: calc(50% - 2.5rem);
    }

    .stats h3 {
        font-weight: 700;
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 0.25px;
    }

    .stats p {
        font-weight: 400;
        font-size: 10px;
        line-height: 140%;
        letter-spacing: 0.15px;
    }

  /* Services gray box: allow it to shrink and not overflow */
    .trucks-server {
        width: 95%;
        height: auto;
        padding: 35px;
        margin: 0 auto;
    }
    .carousel-inner,
    .carousel-inner img {
            width: 100%;
            height: 400px !important;
    }

    .section p {
        margin-bottom: 0.5rem;
    }

    .features-grid {
        /* grid-template-columns: repeat(3, 1fr); */
        padding: 0 60px;
        gap: 20px;
    }

    .feature-divider {
        height: 80px;
    }

  /* Footer columns */
    .footer-top {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 30px;
    }

    .footer {
        padding: 50px 40px;
    }

    .footer-bottom h1 {
        font-size: 110px;
    }

    /* SERVICES */
    .first-section {
        padding: 15px 5% 40px 5%;
    }

    .header-contenters {
        gap: 2rem;
    }

    .hero-contend h1 {
        font-size: 46px;
        line-height: 63px;
    }

    .hero-contenders {
        max-width: 340px;
    }

    .hero-contenders img {
        width: 308px !important;
    }

    .hero-contenders p {
        font-size: 13px;
        line-height: 25px;
        letter-spacing: 0.15px;
    }

    .right-inner img {
        width: 435px !important;
    }

    .services-container {
        width: 100%;
        gap: 3rem;
    }

    .services-right img {
        width: 380px;
        height: 310px;
    }

    .timeline-item .dot {
        width: 15px;
        height: 14px;
    }

    .benefits-container {
        width: 100%;
    }

    .sectioning {
        padding: 60px 20px;
    }

    .info-panels {
        margin-top: 0px;
        padding: 0px;
    }

    .contact-box {
        width: 100%;
    }

    .started {
        padding: 60px 145.6px;
        background: #000;
        color: #fff;
    }

    .top-section {
        padding: 15px 5% 25px 5%;
    }

    .two-section {
        padding: 15px 52px 60px 52px;
    }

    .three {
        display: flex;
        padding: 40px 30px !important;
        gap: 1rem;
    }

    .four {
        padding: 40px 25px;
    }

    .three p {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .right-inners img {
        width: 415px;
        height: 300px;
        opacity: 1;
        border-radius: 19px;
    }
}


/* ============================
    MOBILE RESPONSIVE FIXES
   ============================ */
@media (max-width: 992px) {
    header {
        padding: 0 20px;
    }

    .head {
        padding: 1rem 1.5rem;
    }

    .header-contents {
        flex-direction: row;
        align-items: flex-start;
        gap: 30px;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .hero-contents {
        width: auto;
    }

    .secText p {
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 0.25px;
    }

    .secText button {
        padding: 8px;
        border-radius: 4px;
    }

    .footer-bottom h1 {
        font-size: 90px;
    }

    .services-container {
        flex-direction: column;
        text-align: left;
    }

    .right-inner img {
        width: 370px !important;
    }

    .benefits-container {
        flex-direction: column;
        align-items: center;
    }

    .benefit-card {
        max-width: 100%;
    }
}

/* Phones */
@media (max-width: 768px) {
    header {
        height: 133vh;
    }

    .top {
        height: 130vh;
    }

    .logoText {
        display: none;
    }

    .dropdown a {
        font-size: 14px !important;
    }

    .fa {
        margin-left: 15px;
    }

    .hero-content,
    .hero-contents {
        margin: 0;
    }

    .section {
        padding: 40px 20px;
        align-items: center;
        flex-direction: column !important;
    }

    .section h2 {
        text-align: center;
        margin-bottom: 3rem;
    }

    .another {
        text-align: left !important;
    }

    .trucks .truck-1 p,
    .trucks .truck-2 p,
    .trucks .truck-3 p {
        text-align: center;
    }

    /* ===== ABOUT TRUCK SECTION ===== */
    .section .trucks {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .section .trucks > div {
        display: flex;
        max-width: 65%;
        flex-direction: column;
        align-items: center;
    }

    .section .trucks img {
        width: 125%;
        height: auto;
    }

    .stats br {
        display: none;
    }

    .stats {
        width: 50%;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        text-align: center;
    }

    .stats div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .stats h3 {
        font-weight: 700;
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0.25px;
        margin-bottom: 0.6rem;
    }

    .stats p {
        font-weight: 400;
        font-size: 15px;
        line-height: 140%;
        letter-spacing: 0.15px;
    }

    .secText {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 40px;
        gap: 1rem;
    }

    .secText button {
        width: fit-content;
    }

    /* ===== OUR SERVICES GRAY BOX ===== */
    .trucks-server {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 20px;
        border-radius: 0px;
    }

    .trucks-serve {
        flex-direction: column;
    }

    .carousel-inner {
        margin: 0 auto;
    }

    .carousel-inner,
    .carousel-inner img {
        align-items: center;
        width: auto;
        height: 400px !important;
    }

    /* ===== FEATURES GRID ===== */
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0;
        position: relative;
    }

    .feature-divider {
        position: absolute;
        width: 3px;
        height: 100%;
        left: 49%;
        top: 0%;
        transform: translateX(-50%);
        pointer-events: none;
    }
    
    .horizontal-line {
        display: none;
    }

    .log {
        display: flex;
        width: auto;
        height: auto;
        align-items: center;
    }

    .buttons {
        flex-direction: column;
        width: 65%;
    }

    .buttons button {
        flex: none;
        width: 100%;
        font-size: 16px;
    }

    /* ===== CONTACT LOCATION ===== */
    .locate {
        flex-direction: column;
    }

    /* ===== FOOTER ===== */
    .footer {
        padding: 40px 20px;
    }

    .footer-bottom h1 {
        font-size: 42px;
        line-height: 1;
    }

    #menuOverlay {
        padding: 60px 30px;
    }

    .overlay-content a {
        font-size: 32px;
    }

    .baskets {
        flex-direction: column;
        gap: 40px;
    }

    .overlay-image img {
        width: 100% !important;
        height: auto !important;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-column .logoContent {
        gap: 0.6rem;
    }

    .puppy {
        display: block;
        margin-top: 50px;
    }

    .cat {
        display: none;
    }

    .faq-question {
        text-align: left;
    }

    .first-section {
        padding: 15px 20px 40px 20px;
    }

    .hero-contenders img {
        width: auto !important;
    }

    .hero-contend h1 {
        font-size: 2.7rem;
        line-height: 1.1;
    }

    .hero-contend p {
        font-size: 0.95rem;
    }

    .service-btns {
        width: 100%;
    }

    .top-right .logoTexts {
        display: none;
    }

    .header-contenters {
        flex-direction: column;
    }

    .statistics {
        margin-bottom: 2rem;
    }

    .achs h2 {
        text-align: center;
        margin-bottom: 0rem;
    }

    .clocks {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .sectioner {
        padding: 20px;
    }

    .baskets {
        flex-direction: column;
        gap: 2rem;
    }

    .benefits-container {
        flex-direction: column;
    }

    .timeline {
        margin-left: 5px;
    }

    .timeline-item .dot {
        width: 20px;
        height: 14px;
    }

    .sectioning {
        align-items: flex-start;
        text-align: left;
    }

    .quote-form {
        width: 100%;
        flex-direction: column;
    }

    .quote-form input, 
    .quote-form select, 
    .quote-form .form-right 
    .below-form-right input, .quote-form 
    .form-right 
    .below-form-right select {
        width: 100%;
    }

    .form-left,
    .form-right {
        width: 100%;
    }

    .info-panels {
        flex-direction: column;
    }

    .tanker {
        width: 100%;
    }

    .tanker .benefit-cards {
        padding: 15px !important;
    }

    .right-inners {
        width: 100%;
    }

    .right-inners img {
        width: 100%;
        height: 250px;
    }

    .right-inner img {
        width: auto !important;
    }

    .services-right {
        width: 100%;
    }

    .services-right img {
        width: 100% !important;
        height: 310px;
    }

    .potters {
        display: none;
    }

    .kates {
        gap: 2rem !important;
    }

    .info-card {
        border-radius: 12px;
        padding: 40px 30px;
        flex: 1;
        min-width: 300px;
    }

    .cards {
        padding: 41px;
    }

    .topBoyS {
        display: flex;
        width: 100%;
    }

    .topBoyS img {
        height: 50vh;
        width: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        position: relative;
        top: 0;
    }

    .section-about {
        padding: 40px;
        background: #000;
        color: #fff;
    }

    .section-about img {
        width: 100%;
        height: 100%;
    }

    .ups {
        margin-top: 30px;
    }
    
    .pace h2 {
        width: 100% !important;
    }

    .pace .textTop {
        width: 100%;
    }

    .pace p {
        text-align: center;
        width: 100%;
    }

    .quote-forms {
        width: 100%;
    }

    .quote-forms input, .quote-forms textarea {
        width: 85%;
    }

    .three {
        flex-wrap: wrap;
        min-width: 0px !important;
        width: 100%;
    }

    .three .one {
        flex-basis: 100%;
    }
}

@media (max-width: 320px) {
    .logSits .logoContents button {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        line-height: 37.88px;
        letter-spacing: 0.24px;
        vertical-align: middle;
        color: #000;
        background-color: transparent;
        cursor: pointer;
        border: none;
    }
    
    .logSit .logoContent button {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        line-height: 37.88px;
        letter-spacing: 0.24px;
        vertical-align: middle;
        color: #fff;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }

    .footer-bottom h1 {
        font-size: 35px;
        line-height: 1;
    }
}

/* ------------ Tablet Screens (<=1024px) ------------ */
@media (max-width: 1024px) {
    #menuOverlay {
        padding: 70px 80px;
    }

    .overlay-content a {
        font-size: 42px;
    }

    .overlay-image img {
        width: 380px !important;
        height: 250px !important;
        margin-left: 80px;
    }

    .dropdown a {
        font-size: 18px !important;
    }

    .topSide .nepa {
        gap: 1rem;
    }
}


/* ------------ Large Phones / Small Tablets (<=768px) ------------ */
@media (max-width: 768px) {
    #menuOverlay {
        padding: 50px 40px;
    }

    .topSide {
        gap: 20px;
        align-items: flex-start;
    }

    .logSit .logoContent {
        gap: 0.6rem;
    }

    .close-btn {
        padding: 0px 4px;
    }

    .close-btn .material-icons-sharp {
        font-size: 20px; 
    }

    .baskets {
        flex-direction: column;
        gap: 30px;
        text-align: left;
        align-items: flex-start;
    }

    .overlay-content {
        gap: 20px;
        margin-top: 40px;
    }

    .overlay-content a {
        font-size: 32px;
    }

    .overlay-image img {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin-left: 0px;
    }

    .overlay-image p {
        text-align: left;
        vertical-align: middle;
    }

    .overlay-footer {
        font-size: 10px;
    }

    .foots {
        flex-direction: column;
        /* gap: 10px; */
    }

    .foots p {
        margin: 0;
    }
}


/* ------------ Small Phones (<=480px) ------------ */
@media (max-width: 480px) {
    #menuOverlay {
        padding: 40px 20px;
    }

    .overlay-content a {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .overlay-image img {
        max-width: 100%;
        height: auto;
    }

    .nepa .logoText p {
        font-size: 10px;
        padding: 6px 8px;
    }

    .close-btn a {
        font-size: 10px;
    }

    .overlay-footer {
        font-size: 9px;
    }
}


