/* ==== Manrope font family start ==== */

@font-face {
    font-family: 'Manrope bold';
    src: url('fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope extrabold';
    src: url('fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope extralight';
    src: url('fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope light';
    src: url('fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope medium';
    src: url('fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope regular';
    src: url('fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope semibold';
    src: url('fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ==== Space Grotesk font family Start ==== */

@font-face {
    font-family: 'Space Grotesk medium';
    src: url('fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk bold';
    src: url('fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk light';
    src: url('fonts/SpaceGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk regular';
    src: url('fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk semibold';
    src: url('fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'Manrope regular';
    background-color: rgb(251 253 255);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 45px;
}

/* ==== header start ==== */

.toggle {
    display: none;
}

.mobile-screen-header-main {
    display: none;
}

header {
    width: 100%;
    margin: auto;
    padding: 16px 0px;
    border-bottom: 1px solid rgb(243 244 246);
    position: sticky;
    top: 0;
    z-index: 9;
    background: rgb(255 255 255 / 85%);
}

header.scrolled {
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-bottom: transparent;
}

.nvbr-inside {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo-main {
    width: 160px;
}

.nav-logo-main a {
    display: flex;
    width: 100%;
    height: 100%;
}

.nvbr-menu-and-btn-box {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 40px;
}

.nvbr-menu-and-btn-box ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 40px;
}

.nvbr-menu-and-btn-box ul li {
    list-style: none;
}

.nvbr-menu-and-btn-box ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #111827;
    font-family: 'Manrope bold';
    letter-spacing: 1px;
}

.nvbr-menu-and-btn-box ul li a:hover,
.nvbr-menu-and-btn-box ul li a.active {
    color: rgb(70 165 108);
}

.nvbr-menu-and-btn-box .emergency-support-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    background-color: rgb(23 65 44);
    border-radius: 16px;
    font-size: 16px;
    color: white;
    padding: 14px 32px;
    font-family: 'Manrope bold';
}

/* ==== header end ==== */

/* ==== hero section start ==== */

.hero-section-main {
    width: 100%;
    margin: auto;
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
}

.hero-section-banner-box-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hero-section-left-side-content-box-main {
    width: 48%;
}

.hero-avalible-lable-box {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: rgb(70 165 108 / 10%);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 32px;
    width: fit-content;
}

.hero-avalible-lable-box p {
    color: rgb(70 165 108);
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Manrope extrabold';
    letter-spacing: 1px;
}

.ping-wrapper {
    position: relative;
    display: inline-flex;
    width: 8px;
    height: 8px;
}

.ping {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(70 165 108);
    opacity: 0.75;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.ping-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(70 165 108);
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.hero-main-heading-animated h1 {
    font-size: 68px;
    color: rgb(10 26 18);
    font-family: 'Space Grotesk bold';
    line-height: 1;
    margin-bottom: 32px;
}

.gradient-text {
    background: linear-gradient(135deg, #17412C 0%, #46A56C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.typing-cursor::after {
    content: "|";
    animation: blink 1s infinite;
    margin-left: 5px;
}

@keyframes blink {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.hero-pera-box {
    margin-bottom: 36px;
}

.hero-pera-box p {
    color: rgb(107 114 128);
    font-size: 20px;
    font-family: 'Manrope medium';
    line-height: 1.625;
}

.app-store-and-google-store-button {
    width: fit-content;
    display: flex;
    gap: 20px;
}

.app-store-and-google-store-button .app-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgb(10 26 18);
    color: white;
    padding: 16px 32px;
    border-radius: 1.5rem;
}

.app-store-and-google-store-button .app-btn:hover {
    background-color: rgb(70 165 108);
}

.app-store-and-google-store-button .app-btn.outline {
    background: white;
    color: rgb(10 26 18);
}

.app-store-and-google-store-button .app-btn.outline i {
    color: var(--accent);
}

.app-store-and-google-store-button .text-left p:nth-child(1) {
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.text-left p:nth-last-child(1) {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.app-store-and-google-store-button .app-btn .text-left p:nth-child(1) {
    color: rgb(156 163 175);
}

.app-store-and-google-store-button .app-btn .text-left p:nth-last-child(1) {
    color: white;
}

.app-store-and-google-store-button i {
    stroke: white;
    font-size: 32px;
}

.app-store-and-google-store-button .app-btn.outline .text-left p:nth-last-child(1) {
    color: #111827;
}

.app-store-and-google-store-button .app-btn.outline i {
    color: rgb(70 165 108);
    font-size: 32px;
}

.app-store-and-google-store-button .app-btn.outline {
    border: 2px solid rgb(10 26 18 / 10%);
}

.app-store-and-google-store-button .app-btn.outline:hover {
    border-color: rgb(70 165 108);
}

.hero-section-main::before {
    content: "";
    position: absolute;
    width: 384px;
    height: 384px;
    top: -93px;
    right: 0px;
    background-color: rgb(70 165 108 / 0.2);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    z-index: -1;
    animation: moveAroundOne 30s linear infinite;
}

.hero-section-main::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(23 65 44 / 30%);
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: -1;
    animation: moveAroundTwo 35s linear infinite;
}

@keyframes moveAroundOne {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-300px, 150px);
    }

    50% {
        transform: translate(-600px, -100px);
    }

    75% {
        transform: translate(-200px, -300px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveAroundTwo {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(400px, -200px);
    }

    50% {
        transform: translate(700px, 100px);
    }

    75% {
        transform: translate(200px, 300px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.hero-section-right-side-banner-image-section {
    width: 48%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-sec-image-box {
    width: 100%;
    height: 500px;
    border: 12px solid rgb(255 255 255);
    border-radius: 50px;
    overflow: hidden;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    position: relative;
}

.hero-sec-image-box .hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-sec-image-box .hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-sec-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section-right-side-banner-image-section .gradient-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top right, rgba(23, 65, 44, 0.2) 0%, rgba(23, 65, 44, 0) 100%);
    border-radius: 60px;
    transform: rotate(-3deg);
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.live-traking-hero-box {
    position: absolute;
    top: 24px;
    right: -20px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background-color: white;
    border-radius: 24px;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 10px 20px -5px rgba(0, 0, 0, 0.1);
    animation: bounce 1s infinite;
    z-index: 9;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

}

.live-navi-icn-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: rgb(34 197 94);
}

.live-navi-icn-box img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(103%) contrast(105%);
}

.live-navi-text-pera p {
    font-size: 12px;
    color: rgb(156 163 175);
    font-family: 'Manrope bold';
    line-height: 16px;
    text-transform: uppercase;
}

.live-navi-text-pera p:nth-last-child(1) {
    color: rgb(23 65 44);
    font-family: 'Manrope bold';
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
}

/* ==== hero section end ==== */

/* ==== stats bar start ==== */

.stats-bar-box-main {
    width: 100%;
    margin: auto;
    padding: 64px 0px;
    background-color: rgb(23 65 44);
}

.stats-bar-box-inside-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.states-bar-counter-card {
    width: fit-content;
}

.states-bar-counter-card .counting-text {
    font-size: 60px;
    line-height: 1;
    color: rgb(255 255 255);
    font-family: 'Space Grotesk bold';
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.states-bar-counter-card p {
    color: rgb(70 165 108);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Manrope bold';
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

/* ==== stats bar end ==== */

/* ==== Our Core Expertise section start ==== */

.our-core-expertise-section-main {
    width: 100%;
    margin: auto;
    padding: 120px 0px;
    background-color: rgb(255 255 255);
}

.our-ex-heading-and-pera-main {
    width: 100%;
    margin: auto;
    margin-bottom: 80px;
}

.our-ex-heading-and-pera-main h2 {
    color: rgb(10 26 18);
    font-size: 48px;
    line-height: 1;
    text-align: center;
    font-family: 'Space Grotesk bold';
    margin-bottom: 24px;
}

.our-ex-heading-and-pera-main p {
    color: rgb(107 114 128);
    font-size: 18px;
    line-height: 28px;
    max-width: 42rem;
    margin: auto;
    text-align: center;
}

.our-expertise-box-inside-main {
    width: 100%;
    margin: auto;
    display: flex;
    gap: 40px;
}

.our-core-expertice-card {
    width: calc(33.33% - 20px);
    padding: 28px;
    background-color: rgb(251 253 255);
    border-radius: 48px;
    border: 1px solid rgb(243 244 246);
    transition: 0.3s;
}

.icon-box-out-side {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: 0.3s;
}

.icon-box-out-side img {
    width: 50px;
    height: 50px;
    transition: 0.0s;
}

.icon-box-out-side.accidental-recovery {
    background-color: rgb(254 242 242);
}

.icon-box-out-side.accidental-recovery img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(41%) saturate(2558%) hue-rotate(335deg) brightness(120%) contrast(88%);
}

.our-core-expertice-card h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    font-family: 'Space Grotesk bold';
    text-align: center;
    color: #111827;
    transition: 0.3s;
}

.our-core-expertice-card p {
    text-align: center;
    color: rgb(107 114 128);
    line-height: 1.625;
    margin-bottom: 24px;
    font-size: 16px;
    transition: 0.3s;
}

.our-core-expertice-card ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.our-core-expertice-card ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(23 65 44 / 80%);
    font-size: 14px;
    font-family: 'Manrope semibold';
    transition: 0.3s;
    line-height: 20px;
}

.our-core-expertice-card ul li i {
    color: rgb(70 165 108);
}

.icon-box-out-side.breakdown-assistance {
    background-color: rgb(70 165 108 / 14%);
}

.icon-box-out-side.machinery-logistics {
    background-color: rgb(239 246 255);
}

.icon-box-out-side.machinery-logistics img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(16%) saturate(6303%) hue-rotate(202deg) brightness(100%) contrast(94%);
}

.icon-box-out-side.breakdown-assistance img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(15%) saturate(1325%) hue-rotate(91deg) brightness(90%) contrast(92%);
}

.our-core-expertice-card {
    position: relative;
    overflow: hidden;
}

.our-core-expertice-card.active {
    transform: translateY(-16px);
    background-color: rgb(23 65 44);


    .icon-box-out-side {
        background-color: rgb(70 165 108 / 39%);
    }

    .icon-box-out-side img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7431%) hue-rotate(55deg) brightness(119%) contrast(94%);
    }

    h3 {
        color: white;
    }

    p {
        color: rgb(209 213 219);
    }

    ul li {
        color: rgb(255 255 255 / 80%);
    }

}

/* ==== Our Core Expertise section end ==== */

/* ==== Request Help in Seconds section start ==== */

.request-help-section-main {
    width: 100%;
    margin: auto;
    padding: 120px 0px;
    background-color: rgb(10 26 18);
}

.request-help-section-main .our-ex-heading-and-pera-main h2 {
    color: white;
}

.request-help-section-main .our-ex-heading-and-pera-main p {
    color: rgb(156 163 175);
}

.request-help-section-box-inside-main {
    width: 100%;
    margin: auto;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.request-help-section-card {
    width: calc(30.33% - 30px);
}

.request-card-nmbr-back-text {
    text-align: center;
    color: rgb(255 255 255 / 5%);
    font-size: 96px;
    line-height: 1;
    font-family: 'Space Grotesk bold';
    margin-bottom: -40px;
}

.request-help-section-card h4 {
    line-height: 28px;
    color: white;
    font-size: 20px;
    font-family: 'Manrope bold';
    text-align: center;
    margin-bottom: 16px;
}

.request-help-section-card p {
    text-align: center;
    color: rgb(156 163 175);
    font-size: 14px;
}

.request-help-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: rgb(70 165 108);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 24px;
    box-shadow: 0 25px 50px -12px rgb(70 165 108 / 38%);
}

.request-help-icon-box svg {
    color: white;
    width: 32px;
    height: 32px;
}

/* ==== Request Help in Seconds section end ==== */

/* ==== Mobile Experience slider section start ==== */

.slider-area {
    padding: 6rem 0;
    background: #f1f5f9;
    overflow: hidden;
}

.slider-header-flex {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.slider-btns {
    display: flex;
    gap: 1rem;
}

.btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(23, 65, 44, 0.1);
    background: var(--white);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-circle:hover {
    color: rgb(23 65 44);
    border-color: rgb(23 65 44);
}

.scroll-box {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.scroll-box::-webkit-scrollbar {
    display: none;
}

.slide-item {
    min-width: 280px;
    scroll-snap-align: center;
    text-align: center;
}

.app-frame {
    border-radius: 54px;
    border: unset;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.slide-caption {
    margin-top: 1.25rem;
    color: rgb(23 65 44);
    font-family: 'Manrope bold';
}

.mobile-app-demo-cont {
    width: fit-content;
}

.mobile-app-demo-cont h2 {
    color: #17412C;
    font-family: 'Space Grotesk bold';
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 40px;
}

.mobile-app-demo-cont p {
    font-size: 16px;
    color: rgb(107 114 128);
}

/* ==== Mobile Experience slider section end ==== */

/* ==== Testimonials Slider section start ==== */

/* --- Testimonials --- */

.testimonials-slide {
    width: 100%;
    margin: auto;
    padding: 120px 0px;
    background-color: white;
}

.testimonial-slide {
    min-width: 400px;
    padding: 2.5rem;
    background: rgb(251 253 255);
    border-radius: 2.5rem;
    border: 1px solid rgb(243 244 246);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
}

.testimonial-slide:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1),
        0 10px 10px rgba(0, 0, 0, 0.04);
}

.stars {
    color: #FFC107;
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.quote {
    font-style: italic;
    color: rgb(75 85 99);
    font-size: 18px;
    line-height: 28px;
}

.user-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f5f9;
}

.avatar-circle {
    width: 50px;
    height: 50px;
    background: rgba(23, 65, 44, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--primary);
    overflow: hidden;
}

.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name {
    font-family: 'Manrope bold';
    font-size: 16px;
    color: rgb(10 26 18);
}

.user-role {
    font-size: 12px !important;
    color: rgb(156 163 175);
    line-height: 16px;
    font-family: 'Manrope regular';
    font-weight: 400 !important;
}

.testimonials-slide .section-title {
    color: rgb(10 26 18);
    font-family: 'Space Grotesk bold';
    font-size: 36px;
    margin-bottom: 16px;
    line-height: 40px;
}

.testimonials-slide .section-desc {
    color: rgb(107 114 128);
    font-size: 16px;
}

/* ==== Testimonials Slider section end ==== */

/* ==== footer start ==== */

footer {
    width: 100%;
    margin: auto;
    padding: 120px 0px 48px 0px;
    background-color: rgb(10 26 18);
}

.roadm-eight-footer-box-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 64px;
    padding-bottom: 90px;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
}

.footer-road-m-eight-logo-section {
    width: 22%;
    max-width: 248px;
}

.footer-logo-box {
    width: 160px;
    margin-bottom: 32px;
}

.footer-logo-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
}

.footer-pera-main-right-first p {
    color: rgb(156 163 175);
    line-height: 1.625;
    font-size: 14px;
}

.footer-roadm-eight-menu {
    width: 22%;
    max-width: 248px;
}

.footer-roadm-eight-menu h5,
.join-your-ecosystem-box h5 {
    margin-bottom: 32px;
    color: rgb(70 165 108);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 16px;
    font-family: 'Manrope bold';
}

.footer-roadm-eight-menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-roadm-eight-menu ul li {
    list-style: none;
}

.footer-roadm-eight-menu ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: rgb(156 163 175);
}

.footer-roadm-eight-menu ul li a:hover,
.footer-roadm-eight-menu ul li a.active {
    color: white;
}

.join-your-ecosystem-box {
    width: 22%;
    max-width: 248px;
}

.join-your-ecosystem-box p {
    font-size: 12px;
    color: rgb(107 114 128);
    line-height: 16px;
    margin-bottom: 24px;
}

.join-your-ecosystem-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    border: 2px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
    padding: 16px;
    font-size: 16px;
    font-family: 'Manrope bold';
}

.join-your-ecosystem-box a:hover {
    background-color: white;
    color: rgb(23 65 44);
}

.roadm-eight-copy-right-ftr {
    width: 100%;
    margin: auto;
    padding-top: 40px;
}

.roadm-eight-copy-right-ftr p {
    color: rgb(107 114 128);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-bottom: 24px;
}

.roadm-eight-copy-right-ftr a {
    text-decoration: none;
    color: rgb(107 114 128);
}

.road-m-eight-mobile-app-ftr-box {
    width: fit-content;
    margin: auto;
    display: flex;
    gap: 16px;
}

.road-m-eight-mobile-app-ftr-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    transition: 0.3s;
}

.road-m-eight-mobile-app-ftr-box a img {
    width: 100%;
    height: 100%;
}

.road-m-eight-mobile-app-ftr-box a:hover {
    transform: translateY(-4px);
}

.mobile-slider-button {
    display: none;
}

/* ==== footer end ==== */

/* ==== about page start ==== */

.about-page-box-main {
    width: 100%;
    margin: auto;
    padding: 90px 0px;
}

.about-page-road-side-assistance-box {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.about-box-road-side-assistance-image-cntnr {
    width: 48%;
    position: relative;
}

.about-box-road-side-accistance-image-inside-cntainer {
    width: 100%;
    height: 100%;
}

.about-box-road-side-accistance-image-inside-cntainer img {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    object-fit: cover;
}

.about-page-roadside-assistance-content-box-main {
    width: 48%;
}

.about-page-roadside-assistance-content-box-main h2 {
    color: rgb(23 65 44);
    font-size: 48px;
    font-family: 'Space Grotesk bold';
    line-height: 1;
    margin-bottom: 32px;
}

.about-page-roadside-assistance-content-box-main p {
    color: rgb(75 85 99);
    font-size: 18px;
    line-height: 1.625;
    margin-bottom: 32px;
}

.about-page-our-vision-and-mission-box-main {
    width: 100%;
    display: flex;
    gap: 24px;
}

.about-page-vm-section-main {
    width: 100%;
    padding: 90px 0px 0px;
}

.about-page-vm-section-main .our-ex-heading-and-pera-main {
    margin-bottom: 48px;
}

.about-paghe-our-vision-box {
    width: 100%;
    padding: 24px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(243 244 246);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: 0.3s;
}

.about-paghe-our-vision-box:hover {
    box-shadow: 0px 8px 20px -6px #00000040;
}

.our-vision-icon-box {
    border-radius: 16px;
    width: 56px;
    min-width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-vision-icon-box.vision {
    background-color: rgb(70 165 108 / 10%);
}

.our-vision-icon-box.mission {
    background-color: rgb(23 65 44 / 10%);
}

.our-vision-text-tital-and-para {
    width: 100%;
}

.our-vision-text-tital-and-para h4 {
    margin-bottom: 8px;
    color: #111827;
    font-size: 18px;
    font-family: 'Manrope bold';
}

.our-vision-text-tital-and-para p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(107 114 128);
    margin-bottom: 0px;
}

.our-vision-text-tital-and-para p span {
    font-family: 'Manrope semibold';
}

.our-vision-text-tital-and-para ul {
    padding-left: 28px;
}

.our-vision-text-tital-and-para ul li {
    font-family: 'Manrope medium';
    font-size: 14px;
    line-height: 1.25rem;
    color: rgb(107 114 128);
    margin-bottom: 0px;
}

.about-page-year-of-exelant-counter-box {
    width: fit-content;
    background-color: rgb(70 165 108);
    border-radius: 40px;
    padding: 32px 48px;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.about-page-year-of-exelant-counter-box h1 {
    color: white;
    font-size: 48px;
    line-height: 1;
    font-family: 'Manrope bold';
    margin-bottom: 8px;
}

.about-page-year-of-exelant-counter-box p {
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
    font-family: 'Manrope bold';
}

/* ==== about page end ==== */

/* ==== Fleet page start === */

.fade-slider {
    position: relative;
}

.fade-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeSlider 16s infinite;
}

.fade-slider img:nth-child(1) {
    animation-delay: 0s;
}

.fade-slider img:nth-child(2) {
    animation-delay: 4s;
}

.fade-slider img:nth-child(3) {
    animation-delay: 8s;
}

.fade-slider img:nth-child(4) {
    animation-delay: 12s;
}

@keyframes fadeSlider {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.fleet-avalible-lable-box {
    background-color: rgb(70 165 108 / 10%);
    padding: 20px;
    border-radius: 18px;
    width: fit-content;
    border-left: 6px solid rgb(23 65 44);
}

.fleet-avalible-lable-box p {
    color: rgb(70 165 108);
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Manrope extrabold';
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.our-capable-fleet-box-main {
    width: 100%;
    margin: auto;
    padding: 20px 0px 80px 0px;
}

.our-fleet-capable-box-grd-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.our-fleet-card-box {
    width: 23%;
    background-color: white;
    padding: 32px;
    border-radius: 40px;
    transition: 0.3s;
}

.our-fleet-card-box img {
    border-radius: 24px;
    width: 100%;
    height: 192px;
    margin-bottom: 24px;
    transition: 0.3s;
}

.our-fleet-card-box h4 {
    font-size: 20px;
    line-height: 28px;
    color: #111827;
    text-align: center;
    font-family: 'Manrope bold';
    margin-bottom: 8px;
}

.our-fleet-card-box p {
    color: rgb(107 114 128);
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.our-fleet-card-box:hover {
    box-shadow: 0px 8px 20px -6px #00000040;
}

.our-fleet-card-box:hover img {
    transform: scale(1.04);
    box-shadow: 0px 8px 20px 0px #00000040;
}

/* ==== Fleet page end === */

/* ==== faqs page start ==== */

.faqs-page-section-main {
    width: 100%;
    margin: auto;
    padding: 90px 0px;
}

.faqs-page-section-main .our-ex-heading-and-pera-main h2 {
    color: rgb(23 65 44);
}

.faqs-inside-section-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.faq-still-have-question-box {
    width: 30%;
}

.faqs-still-have-question-box-cnct {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    background-color: rgb(23 65 44);
    margin-bottom: 24px;
}

.faqs-still-have-question-box-cnct h4 {
    margin-bottom: 8px;
    color: white;
    font-family: 'Manrope bold';
    font-size: 16px;
}

.faqs-still-have-question-box-cnct p {
    color: #ffffffad;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}

.faqs-still-have-question-box-cnct a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    font-size: 14px;
    background-color: rgb(70 165 108);
    font-family: 'Manrope bold';
    line-height: 20px;
    padding: 12px;
    border-radius: 12px;
}

.faqs-populer-box-main {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    background-color: white;
    border: 1px solid rgb(243 244 246);
}

.faqs-populer-box-main h5 {
    text-transform: uppercase;
    color: rgb(23 65 44);
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 16px;
    font-family: 'Manrope bold';
}

.faqs-populer-box-main ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faqs-populer-box-main ul li {
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgb(107 114 128);
    line-height: 20px;
    font-family: 'Manrope semibold';
    cursor: pointer;
}

.faqs-populer-box-main ul li i {
    font-size: 18px;
}

.faqs-populer-box-main ul li:hover {
    color: rgb(70 165 108);
}

.faqs-accourdian-box-main {
    width: 66%;
}

.faqs-accourdian-box-main .faqs-accordion-item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faqs-accourdian-box-main .faqs-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Manrope bold';
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faqs-accourdian-box-main .faqs-accordion-item:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.faqs-accourdian-box-main .faqs-accordion-icon {
    font-size: 16px;
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

.faqs-accourdian-box-main .faqs-accordion-item.active .faqs-accordion-icon {
    transform: rotate(180deg);
    color: #70a56c;
}

.faqs-accourdian-box-main .faqs-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(.4, 0, .2, 1);
}

.faqs-accourdian-box-main .faqs-accordion-body {
    padding: 0 24px 20px 24px;
    color: rgb(107 114 128);
    font-size: 16px;
    line-height: 1.6;
}

.faqs-accourdian-box-main .faqs-accordion-item.active .faqs-accordion-content {
    max-height: 300px;
}

.faqs-accourdian-box-main .faqs-accordion-item.active {
    border-color: #70a56c;
}

/* ==== faqs page end ==== */

/* ==== contact us page start ==== */

.contact-us-page-main-section {
    width: 100%;
    margin: auto;
    padding: 90px 0px;
}

.contact-page-inside-main-box {
    width: 100%;
    padding: 60px;
    margin: auto;
    background-color: rgb(23 65 44);
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
}

.contact-page-need-help-box {
    width: 48%;
}

.contact-page-need-help-box h1 {
    color: white;
    line-height: 1.25;
    font-family: 'Space Grotesk bold';
    font-size: 48px;
    margin-bottom: 40px;
}

.contact-page-need-help-box h1 span {
    display: block;
}

.contact-help-sec-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-help-card-main {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact-page-icon-box {
    width: 64px;
    min-width: 64px;
    height: 64px;
    background-color: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

.contact-page-icon-box img {
    width: 24px;
    height: 24px;
}

.contact-social-text-box {
    width: 100%;
}

.contact-social-text-box p:nth-child(1) {
    color: rgb(255 255 255 / 50%);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Manrope bold';
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

.contact-social-text-box p:nth-last-child(1) {
    color: white;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Manrope bold';
}

.contact-form-box-main {
    width: 48%;
    background-color: white;
    padding: 48px;
    border-radius: 40px;
}

.contact-form-box-main form {
    width: 100%;
    margin: auto;
}

.input-container-box-one {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.input-container-inside-input {
    width: 48%;
}

.input-container-inside-input label {
    width: 100%;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: rgb(156 163 175);
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    font-family: 'Manrope extrabold';
}

.input-container-inside-input input {
    width: 100%;
    background-color: rgb(249 250 251);
    border: 1px solid transparent;
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Manrope medium';
}

.input-container-inside-input input::placeholder {
    color: #9ca3af;
}

.input-container-full-width .input-container-inside-input {
    width: 100%;
}




.input-container-inside-input .custom-dropdown {
    position: relative;
}

/* Selected box */
.input-container-inside-input .dropdown-selected {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(249 250 251);
    border: 1px solid transparent;
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Manrope medium';
}

/* Arrow animation */
.input-container-inside-input .dropdown-arrow {
    transition: 0.3s;
}

.input-container-inside-input .dropdown-arrow.rotate {
    transform: rotate(180deg);
}

/* Options */
.input-container-inside-input .dropdown-options {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    display: none;
    border-radius: 16px;
    z-index: 999;
    overflow: hidden;
}

/* Show dropdown */
.input-container-inside-input .dropdown-options.show {
    display: block;
}

/* Items */
.input-container-inside-input .dropdown-item {
    padding: 10px;
    cursor: pointer;
}

.input-container-inside-input .dropdown-item:hover {
    background: rgb(23 65 44);
    color: white;
}

.input-container-full-width .input-container-inside-input textarea {
    width: 100%;
    background-color: rgb(249 250 251);
    border: 1px solid transparent;
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
    font-family: 'Manrope medium';
    height: 128px;
}

.input-container-full-width .input-container-inside-input textarea::placeholder {
    color: #9ca3af;
}

.contact-form-inside-main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-container-inside-input input:focus,
.input-container-inside-input textarea:focus {
    border: 1px solid rgb(70 165 108);
    box-shadow: 0 0 0 3px rgb(70 165 108 / 16%);
}

.contact-form-inside-main-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    font-size: 16px;
    background-color: rgb(70 165 108);
    font-family: 'Manrope extrabold';
    line-height: 20px;
    padding: 20px;
    border-radius: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgb(70 165 108);
    box-shadow: 0px 15px 10px -2px rgb(70 165 108 / 20%);
    transition: 0.3s;
}

.contact-form-inside-main-container button:hover {
    background-color: transparent;
    color: rgb(70 165 108);
}

/* ==== contact us page end ==== */

/* ==== partnership page start ==== */

.partners-page-main-section {
    width: 100%;
    margin: auto;
    padding: 90px 0px;
}

.partners-row-box-one-main {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}

.partnership-section-content-box {
    width: 48%;
}

.partnership-section-content-box .about-page-roadside-assistance-content-box-main {
    width: 100%;
}

.partnership-section-content-box .about-page-roadside-assistance-content-box-main h3 {
    font-size: 24px;
    color: rgb(70 165 108);
    font-family: 'Manrope bold';
    line-height: 1.25;
    margin-bottom: 24px;
}

.partnership-section-image-box-main {
    width: 48%;
}

.partnership-box-images-inside-main {
    width: 100%;
    height: 450px;
}

.partnership-box-images-inside-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 10px 10px rgb(23 65 44 / 40%);
}

.mini-box-partner-section {
    width: 100%;
    margin: auto;
    border: 1px solid rgb(70 165 108 / 20%);
    padding: 32px;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 24px;
    margin-bottom: 40px;
}

.mini-box-partner-section h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
    font-family: 'Manrope bold';
    color: rgb(23 65 44);
}

.mini-box-partner-section p {
    color: rgb(75 85 99);
    font-size: 18px;
    line-height: 1.625;
}

.why-drive-with-roadm-eight-card-box {
    width: 100%;
    margin: auto;
}

.why-drive-with-roadm-eight-card-box h5 {
    font-size: 30px;
    color: rgb(23 65 44);
    line-height: 36px;
    font-family: 'Space Grotesk bold';
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.why-drive-with-roadm-eight-mini-card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.why-drive-with-roadmeight-inside-mini-cntinr {
    width: 48%;
    display: flex;
    gap: 12px;
    padding: 16px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(243 244 246);
    border-radius: 16px;
}

.why-drive-with-roadmeight-inside-mini-cntinr:hover {
    border-color: #46A56C;
}

.why-drive-with-roadmeight-inside-mini-cntinr img {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.why-drive-with-roadmeight-inside-mini-cntinr p {
    font-size: 16px;
    color: rgb(55 65 81);
    font-family: 'Manrope semibold';
}

.second-box-prtnership .partnership-box-images-inside-main {
    height: auto;
}

.partnership-singlwe-pera-box-main-section {
    width: 100%;
    margin: auto;
    padding: 50px 0px 90px 0px;
}

.partnership-singlwe-pera-box-main-section p:nth-child(1) {
    text-align: center;
    color: rgb(75 85 99);
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
}

.partnership-singlwe-pera-box-main-section p:nth-last-child(1) {
    color: rgb(23 65 44);
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Space Grotesk bold';
}

.start-earning-with-roadm-eight-application {
    width: 100%;
    margin: auto;
    padding: 60px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(243 244 246);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 34px -16px rgb(70 165 108 / 30%);
}

.start-earning-content-and-icon-box {
    width: 52%;
}

.start-earning-icon-box {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(70 165 108);
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0px 12px 23px -5px rgb(70 165 108 / 34%);
}

.start-earning-icon-box img {
    width: 32px;
    height: 32px;
}

.start-earning-content-and-icon-box h4 {
    color: rgb(23 65 44);
    font-size: 36px;
    font-family: 'Space Grotesk bold';
    line-height: 1.25;
    margin-bottom: 16px;
}

.start-earning-content-and-icon-box p {
    color: rgb(75 85 99);
    font-size: 18px;
    line-height: 1.625;
    font-family: 'Manrope medium';
}

.start-earning-btn-and-application-box {
    width: 45%;
}

.start-earning-btn-and-application-box .app-store-and-google-store-button {
    width: 100%;
}

.start-earning-btn-and-application-box .app-store-and-google-store-button a {
    width: 48%;
}

.start-earning-register-btn-box-one {
    width: 100%;
    margin-bottom: 28px;
}

.start-earning-register-btn-box-one a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    border-radius: 16px;
    color: white;
    font-family: 'Manrope bold';
    font-size: 18px;
    padding: 20px 40px;
    background: linear-gradient(90deg, rgb(23, 65, 44), rgb(35, 110, 70));
    background-size: 200% 100%;
    background-position: left;
    transition: all 0.3s ease;
}

.start-earning-register-btn-box-one a:hover {
    background-position: right;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.start-earning-register-btn-box-one a i {
    transition: transform 0.3s ease;
}

.start-earning-register-btn-box-one a:hover i {
    transform: translateX(6px);
}

.why-drive-with-roadm-eight-card-box h5 span {
    width: 64px;
    min-width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(70 165 108);
    border-radius: 16px;
    box-shadow: 0px 12px 23px -5px rgb(70 165 108 / 34%);
}

.why-drive-with-roadm-eight-card-box h5 span i {
    color: white;
    font-size: 24px;
}

.partners-row-box-one-main:nth-child(1) {
    padding-top: 0px;
}

/* ==== partnership page end ==== */

/* ==== privacy policy page start ==== */

.privacy-policy-section-main {
    width: 100%;
    margin: auto;
    padding: 90px 0px;
}

.privacy-policy-section-inside-main {
    width: 100%;
    margin: auto;
    padding: 60px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(243 244 246);
    border-radius: 60px;
}

.privacy-policy-head-main {
    width: 100%;
    margin: auto;
    margin-bottom: 38px;
}

.privacy-policy-head-main h1 {
    color: #17412C;
    font-size: 40px;
    font-family: 'Space Grotesk bold';
    margin-bottom: 16px;
}

.privacy-policy-head-main p {
    font-size: 14px;
    text-transform: uppercase;
    color: #4B5563;
    margin-bottom: 2px;
    letter-spacing: 1px;
    font-family: 'Manrope bold';
}

.privacu-policy-content-box-main {
    width: 100%;
    margin: auto;
    margin-bottom: 38px;
}

.privacu-policy-content-box-main h2 {
    font-family: 'Manrope bold';
    color: #17412C;
    padding-left: 16px;
    border-left: 4px solid #46A56C;
    margin-bottom: 16px;
    font-size: 24px;
}

.privacu-policy-content-box-main p {
    line-height: 1.8;
    color: #4B5563;
    font-size: 16px;
}

.privacu-policy-content-box-main p span {
    font-family: 'Manrope semibold';
    color: #17412C;
}

.privacu-policy-content-box-main h3 {
    color: #0A1A12;
    font-size: 20px;
    font-family: 'Manrope bold';
    margin-bottom: 12px;
}

.privacu-policy-content-box-main ul {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.privacu-policy-content-box-main ul li {
    color: #4B5563;
    list-style-type: disc;
    font-size: 16px;
}

.privacu-policy-content-box-main p a {
    color: #4B5563;
    text-decoration: none;
}

.privacu-policy-content-box-main p a:hover {
    color: #46A56C;
}

.privacu-policy-content-box-main:nth-last-child(1) {
    margin-bottom: 0px;
}

/* ==== privacy policy page end ==== */