/* ============================= CSS table of contents and Scss Indexing ================================
* Name: Transport & Logistics HTML Template
* Version: 1.0.0
* Author: wowtheme7
* Author URI: https://themeforest.net/user/wowtheme7 

* abstracts
    * Functions
    * Variable
    * Mixins

* utilities
    * typography
    * bg img
    * bg
    * border
    * colors
    * colors hover
    * container
    * cursor
    * outline
    * classes
    * font size
    * font
    * grid
    * height
    * gap
    * group
    * inset
    * line clamp
    * margin
    * max height
    * max width
    * overlay
    * padding
    * placeholder
    * rounded
    * rotate
    * scale
    * translate
    * scroll hide
    * scrollbar
    * shadow
    * transition
    * duration
    * underline
    * width
    * z index
    * text stroke
    * letter spacing

*  components
    * accordion
    * button
    * form
    * tab
    * table
    * swiper slider

* layout  
    * preloader
    * header
    * mobile nav menu
    * scroll top
    * clip path
    * logo mask bg
    * clamp
    * line
    * blur
    * custom cursor
    * gradient
    * half bg

* partials
    * animation
    * banner
    * features
    * about
    * counter
    * key features
    * how it work
    * play btn
    * project
    * location
    * quote
    * testimonials brand
    * map
    * footer
    * header middle
    * banner two
    * about two
    * pricing
    * project two
    * floating progress label
    * banner three
    * service three
    * about three
    * track order
    * counter three
    * blog three
============================ CSS table of contents and Scss Indexing ================================ */
/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Carter+One&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Pacifico&amp;display=swap");

:root {

    --heading-font: "Satoshi", sans-serif;
    --body-font: "Inter", sans-serif;
    --pacifico-font: "Pacifico", cursive;
    --carter-font: "Carter One", system-ui;

    --heading-one: clamp(2rem, 0.5666rem + 3.6408vw, 3.75rem);
    --heading-two: clamp(1.75rem, 0.7133rem + 1.8846vw, 3rem);
    --heading-three: clamp(1.5rem, 0.3353rem + 2.1661vw, 2.375rem);
    --heading-four: clamp(1.25rem, 0.5569rem + 1.444vw, 1.875rem);
    --heading-five: clamp(1.125rem, 1.2rem + 0.722vw, 1.5rem);
    --heading-six: clamp(1rem, 0.769rem + 0.6813vw, 1.25rem);

    --main-h: 1;
    --main-s: 100%;
    --main-l: 45%;
    --main: var(--main-h) var(--main-s) var(--main-l);
  
    --main-two-h: 197;
    --main-two-s: 89%;
    --main-two-l: 10%;
    --main-two: var(--main-two-h) var(--main-two-s) var(--main-two-l);

    --main-three-h: 46;
    --main-three-s: 85%;
    --main-three-l: 50%;
    --main-three: var(--main-three-h) var(--main-three-s) var(--main-three-l);
    --white: 0 0% 100%;
    --black: 0 0% 0%;
    --body: 0 0% 43%;
    --green: #07485e;
    --heading-color: var(--main-two-600);
    --body-color: var(--body);
    --star-color: rgba(255, 140, 34, 1);
    --translate-x-50: translateX(-50%);
    --translate-y-50: translateY(-50%);
    --size-05: 0.125rem;
    --size-1: 0.25rem;
    --size-105: 0.375rem;
    --size-2: 0.5rem;
    --size-205: 0.625rem;
    --size-3: 0.75rem;
    --size-305: 0.875rem;
    --size-4: 1rem;
    --size-405: 1.125rem;
    --size-5: 1.25rem;
    --size-505: 1.375rem;
    --size-6: 1.5rem;
    --size-605: 1.625rem;
    --size-7: 1.75rem;
    --size-705: 1.875rem;
    --size-8: 2rem;
    --size-9: 2.25rem;
    --size-10: 2.5rem;
    --size-11: 2.75rem;
    --size-12: 3rem;
    --size-13: 3.25rem;
    --size-14: 3.5rem;
    --size-15: 3.75rem;
    --size-16: 4rem;
    --size-17: 4.25rem;
    --size-18: 4.5rem;
    --size-19: 4.75rem;
    --size-20: 5rem;
    --size-21: 5.25rem;
    --size-22: 5.5rem;
    --size-23: 5.75rem;
    --size-24: 6rem;
    --size-25: 6.25rem;
    --main-50: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.9));
    --main-100: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.8));
    --main-200: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.7));
    --main-300: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.6));
    --main-400: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.5));
    --main-500: hsl(var(--main-h), var(--main-s), calc(var(--main-l) + (100% - var(--main-l)) * 0.4));
    --main-600: hsl(var(--main-h), var(--main-s), var(--main-l));
    --main-700: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.1));
    --main-800: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.2));
    --main-900: hsl(var(--main-h), var(--main-s), calc(var(--main-l) - var(--main-l) * 0.3));
    --main-two-50: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.9));
    --main-two-100: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.8));
    --main-two-200: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.7));
    --main-two-300: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.6));
    --main-two-400: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.5));
    --main-two-500: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) + (100% - var(--main-two-l)) * 0.4));
    --main-two-600: hsl(var(--main-two-h), var(--main-two-s), var(--main-two-l));
    --main-two-700: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.1));
    --main-two-800: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.2));
    --main-two-900: hsl(var(--main-two-h), var(--main-two-s), calc(var(--main-two-l) - var(--main-two-l) * 0.3));
    --main-three-50: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.9));
    --main-three-100: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.8));
    --main-three-200: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.7));
    --main-three-300: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.6));
    --main-three-400: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.5));
    --main-three-500: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) + (100% - var(--main-three-l)) * 0.4));
    --main-three-600: hsl(var(--main-three-h), var(--main-three-s), var(--main-three-l));
    --main-three-700: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) - var(--main-three-l) * 0.1));
    --main-three-800: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) - var(--main-three-l) * 0.2));
    --main-three-900: hsl(var(--main-three-h), var(--main-three-s), calc(var(--main-three-l) - var(--main-three-l) * 0.3));
    --neutral-25: #f9fafa;
    --neutral-50: #eeeff1;
    --neutral-100: #e3e5e8;
    --neutral-200: #d8dbdf;
    --neutral-300: #cdd0d5;
    --neutral-400: #c2c6cc;
    --neutral-500: #b7bbc3;
    --neutral-600: #abb1ba;
    --neutral-700: #a0a6b0;
    --neutral-800: #959ca7;
    --neutral-900: #8a919e;
    --neutral-950: #7f8795;
    --neutral-1000: #767d89;
    --neutral-1100: #f9fafa24;
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-base: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-2xl: 1.5rem;
    --font-3xl: 1.875rem;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--white));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    counter-reset: number;
}

p {
    font-weight: 400;
    margin: 0;
    line-height: 2;
}

span {
    display: inline-block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0;
    font-family: var(--heading-font);
    color: var(--main-two-600);
    line-height: 1.1;
    font-weight: 700;
}

h1, .h1 {
    font-size: var(--heading-one);
}


h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    transition: 0.2s linear;
    line-height: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
    color: var(--main-600);
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    color: #0661e9;
}

a:hover {
    color: #1d72f2;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    box-shadow: none;
}

input:focus, input:focus-visible {
    box-shadow: none;
}


.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
}

.bg-main-600 {
    background-color: var(--main-600) !important;
}

.bg-main-two-600 {
    background-color: var(--main-two-600) !important;
}

.bg-neutral-50 {
    background-color: var(--neutral-50) !important;
}

.hover-bg-main-600:hover {
    background-color: var(--main-600) !important;
}

.bg-white-01 {
    background-color: rgba(255, 255, 255, 0.04);
}

.border-neutral-100 {
    border-color: var(--neutral-100) !important;
}

.border-neutral-200 {
    border-color: var(--neutral-200) !important;
}

.border-neutral-1100 {
    border-color: var(--neutral-1100) !important;
}

.hover-border-main-600:hover {
    border-color: var(--main-600) !important;
}

.tw-border-100 {
    border: 1px solid #D6D6D6;
}

.tw-border-bottom {
    border-bottom: 1px solid #D6D6D6;
}

.text-main-600 {
    color: var(--main-600);
}

.text-main-700 {
    color: var(--main-700);
}

.text-main-two-600 {
    color: var(--main-two-600);
}

.text-neutral-200 {
    color: var(--neutral-200);
}

.text-neutral-500 {
    color: var(--neutral-500);
}

.text-neutral-600 {
    color: var(--neutral-600);
}

.text-neutral-900 {
    color: var(--neutral-900);
}

.text-neutral-1000 {
    color: var(--neutral-1000);
}

.text-heading {
    color: hsl(var(--heading-color)) !important;
}


.text-star {
    color: var(--star-color);
}

.hover-text-white:hover {
    color: #fff !important;
}


.tw-container-1742-px {
    max-width: 1742px;
}


.focus-outline-0:focus-visible, .focus-outline-0:focus {
    outline: 0 !important;
}

@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xs-6 {
        width: 50%;
    }
}

@media (min-width: 425px) {
    .xs-d-block {
        display: block !important;
    }
}

@media (min-width: 360px) {
    .xxsm-d-block {
        display: block !important;
    }
}

.tw-leading-none {
    line-height: 1;
}
.tw-leading-num {
    line-height: 1.2;
}

.tw-leading-loose {
    line-height: 2;
}


.tw-text-sm {
    font-size: 0.875rem;
}
.tw-text-md {
    font-size: 0.973rem;
}

.tw-text-base {
    font-size: 1rem;
}

.tw-text-lg {
    font-size: 1.125rem;
}

.tw-text-xl {
    font-size: 1.25rem;
}

.tw-text-2xl {
    font-size: 1.5rem;
}


.tw-text-6 {
    font-size: 1.5rem;
}


.tw-text-7 {
    font-size: 1.75rem;
}

.tw-text-705 {
    font-size: 1.875rem;
}


.tw-text-9 {
    font-size: 2.25rem;
}

.tw-text-14 {
    font-size: 3.5rem;
}

.tw-text-18 {
    font-size: 4.5rem;
}


.tw-text-20 {
    font-size: 5rem;
}

.tw-text-23-px {
    font-size: clamp(1.275rem, -0.2071rem + 5.2534vw, 2.9rem);
}

.tw-text-60-px {
    font-size: clamp(2rem, 1.65rem + 1.75vw, 3.75rem);
}

.tw-text-80-px {
    font-size: clamp(2rem, -1.1434rem + 6.5574vw, 5rem);
}


.font-body {
    font-family: var(--body-font);
}

.tw-h-7 {
    height: 1.75rem;
}



.tw-h-14 {
    height: 3.5rem;
}

.tw-h-15 {
    height: 3.75rem;
}


.tw-h-26-px {
    height: 26px;
}

.tw-h-50-px {
    height: 50px;
}



.tw-h-85-px {
    height: 85px;
}

.tw-h-90-px {
    height: 90px;
}


.tw-h-108-px {
    height: 108px;
}

.tw-h-1120-px {
    height: 1120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tw-h-1120-px {
        height: 980px;
    }
}

.tw-h-screen {
    height: 100vh;
}


.tw-gap-1 {
    gap: var(--size-1);
}

.tw-gap-2 {
    gap: var(--size-2);
}

.tw-gap-3 {
    gap: var(--size-3);
}

.tw-gap-305 {
    gap: var(--size-305);
}

.tw-gap-4 {
    gap: var(--size-4);
}

.tw-gap-405 {
    gap: var(--size-405);
}

.tw-gap-5 {
    gap: var(--size-5);
}


.tw-gap-6 {
    gap: var(--size-6);
}

.tw-gap-7 {
    gap: var(--size-7);
}

.tw-gap-10 {
    gap: var(--size-10);
}


.tw-gap-17 {
    gap: var(--size-17);
}

.tw-gap-40-px {
    gap: clamp(1rem, -4.48rem + 7.98vw, 2.5rem);
}

.tw-gap-56-px {
    gap: clamp(1.5rem, -4.48rem + 7.98vw, 3.5rem);
}

.tw-gap-64-px {
    gap: clamp(1.5rem, -4.48rem + 7.98vw, 4rem);
}


.group:hover .group-hover-text-white {
    color: hsl(var(--white)) !important;
}


.group:hover .group-hover-bg-main-600 {
    background-color: var(--main-600) !important;
}

.tw-start-0 {
    inset-inline-start: 0;
}

.tw-start-50 {
    inset-inline-start: 50%;
}

.tw-end-0 {
    inset-inline-end: 0;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}


.line-height-1 {
    line-height: 1;
}


.tw-my-6 {
    margin-block: var(--size-6);
}

.tw-ms-6 {
    margin-inline-start: var(--size-6);
}

.tw-ms-7 {
    margin-inline-start: var(--size-7);
}


.tw-me-205 {
    margin-inline-end: var(--size-205);
}


.tw-me-4 {
    margin-inline-end: var(--size-4);
}

.tw-me-21 {
    margin-inline-end: var(--size-21);
}

.tw-mt-2 {
    margin-block-start: var(--size-2);
}

.tw-mt-205 {
    margin-block-start: var(--size-205);
}

.tw-mt-4 {
    margin-block-start: var(--size-4);
}


.tw-mt-5 {
    margin-block-start: var(--size-5);
}

.tw-mt-6 {
    margin-block-start: var(--size-6);
}

.tw-mt-7 {
    margin-block-start: var(--size-7);
}


.tw-mt-10 {
    margin-block-start: var(--size-10);
}

.tw-mt-11 {
    margin-block-start: var(--size-11);
}

.tw-mt-12 {
    margin-block-start: var(--size-12);
}

.tw-mt-14 {
    margin-block-start: var(--size-14);
}

.tw-mb-1 {
    margin-block-end: var(--size-1);
}

.tw-mb-2 {
    margin-block-end: var(--size-2);
}


.tw-mb-3 {
    margin-block-end: var(--size-3);
}

.tw-mb-305 {
    margin-block-end: var(--size-305);
}

.tw-mb-4 {
    margin-block-end: var(--size-4);
}

.tw-mb-5 {
    margin-block-end: var(--size-5);
}

.tw-mb-505 {
    margin-block-end: var(--size-505);
}

.tw-mb-6 {
    margin-block-end: var(--size-6);
}



.tw-mb-7 {
    margin-block-end: var(--size-7);
}


.tw-mb-8 {
    margin-block-end: var(--size-8);
}



.tw-mb-10 {
    margin-block-end: var(--size-10);
}



.tw-mb-12 {
    margin-block-end: var(--size-12);
}

.tw-mb-15 {
    margin-block-end: var(--size-15);
}


.tw-mt-134-px {
    margin-top: 90px;
}

.tw-mt--172-px {
    margin-top: -172px;
}

.tw-mt--60-px {
    margin-top: -60px;
}

.tw-mt--80-px {
    margin-top: -80px;
}


.tw-ml-30-px {
    margin-left: 30px;
}

.tw-m-30-25-px {
    margin: 30px 25px 30px 25px;
}


.tw-mx--30-px {
    margin: 0 -30px;
}

.tw-mb-80-px {
    margin-bottom: 80px;
}

.tw--mt-45-px {
    margin-block-start: -45px;
}

.tw--mt-54-px {
    margin-block-start: -54px;
}



.tw--ms-54-px {
    margin-inline-start: -54px;
}

.tw--ms-38-px {
    margin-inline-start: -38px;
}



.ml-20 {
    margin-left: 20px;
}

.max-w-110-px {
    max-width: 110px;
}


.max-w-318-px {
    max-width: 318px;
}

.max-w-400-px {
    max-width: 400px;
}


.max-w-520-px {
    max-width: 520px;
}

.max-w-548-px {
    max-width: 548px;
}

.max-w-632-px {
    max-width: 632px;
}

.max-w-612-px {
    max-width: 612px;
}


.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    inset-inline-start: 0;
    inset-block-start: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}


.side-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    inset-inline-start: 0;
    inset-block-start: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.side-overlay.show {
    visibility: visible !important;
    opacity: 1 !important;
}


.tw-p-105 {
    padding: var(--size-105);
}

.tw-p-2 {
    padding: var(--size-2);
}

.tw-p-205 {
    padding: var(--size-205);
}

.tw-p-6 {
    padding: var(--size-6);
}

.tw-p-8 {
    padding: var(--size-8);
}


.tw-p-10 {
    padding: var(--size-10);
}



.tw-px-1 {
    padding-inline: var(--size-1) !important;
}


.tw-px-4 {
    padding-inline: var(--size-4) !important;
}

.tw-px-5 {
    padding-inline: var(--size-5) !important;
}

.tw-px-13 {
    padding-inline: var(--size-13) !important;
}


.tw-py-3 {
    padding-block: var(--size-3) !important;
}

.tw-py-4 {
    padding-block: var(--size-4) !important;
}

.tw-py-405 {
    padding-block: var(--size-405) !important;
}


.tw-py-505 {
    padding-block: var(--size-505) !important;
}

.tw-py-8 {
    padding-block: var(--size-8) !important;
}


.tw-ps-205 {
    padding-inline-start: var(--size-205);
}


.tw-ps-8 {
    padding-inline-start: var(--size-8);
}


.tw-pe-10 {
    padding-inline-end: var(--size-10);
}

.tw-pt-13 {
    padding-block-start: var(--size-13);
}


.tw-pt-15 {
    padding-block-start: var(--size-15);
}


.tw-pb-2 {
    padding-block-end: var(--size-2);
}

.tw-pb-5 {
    padding-block-end: var(--size-5);
}



.tw-pb-6 {
    padding-block-end: var(--size-6);
}


.tw-pb-8 {
    padding-block-end: var(--size-8);
}



.tw-pb-10 {
    padding-block-end: var(--size-10);
}


.tw-pb-13 {
    padding-block-end: var(--size-13);
}


.tw-p-36-px {
    padding: clamp(1rem, -6.1013rem + 9.4763vw, 2.25rem);
}

.tw-p-40-px {
    padding: 40px;
}



.tw-p-40-50-px {
    padding: 40px 55px;
}



@media (min-width: 1200px) {
    .tw-pe-130-px {
        padding-inline-end: 130px;
    }
}


.tw-pt-80-px {
    padding-top: 80px;
}

.tw-pt-84-px {
    padding-top: 84px;
}


.tw-pb-84-px {
    padding-bottom: 84px;
}


.tw-px-54-px {
    padding-inline: clamp(1rem, -6.1013rem + 9.4763vw, 3.375rem) !important;
}

.tw-px-24-px {
    padding-inline: clamp(0.75rem, -6.1013rem + 9.4763vw, 1.5rem);
}

.py-140 {
    padding-block-start: 80px;
    padding-block-end: 80px;
}

@media (min-width: 576px) {
    .py-140 {
        padding-block-start: 110px;
        padding-block-end: 110px;
    }
}

@media (min-width: 992px) {
    .py-140 {
        padding-block-start: 140px;
        padding-block-end: 140px;
    }
}

.pt-140 {
    padding-block-start: 80px;
}

@media (min-width: 576px) {
    .pt-140 {
        padding-block-start: 110px;
    }
}

@media (min-width: 992px) {
    .pt-140 {
        padding-block-start: 140px;
    }
}


.py-120 {
    padding-block-start: 60px;
    padding-block-end: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-block-start: 80px;
        padding-block-end: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-block-start: 120px;
        padding-block-end: 120px;
    }
}

.pt-120 {
    padding-block-start: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-block-start: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-block-start: 120px;
    }
}

.pb-120 {
    padding-block-end: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-block-end: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-block-end: 120px;
    }
}

.tw-placeholder-text-main-two-600::placeholder {
    color: var(--main-two-600);
}

.focus-tw-placeholder-text-hidden:focus::placeholder {
    opacity: 0;
}

.tw-placeholder-transition-2::placeholder {
    transition: 0.2s linear;
}


.tw-rounded {
    border-radius: 0.25rem;
}

.tw-rounded-md {
    border-radius: 0.375rem;
}

.tw-rounded-lg {
    border-radius: 0.5rem !important;
}

.tw-rounded-xl {
    border-radius: 0.75rem;
}

.tw-rounded-2xl {
    border-radius: 1rem;
}

.tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
}

.tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem;
}

.hover-scale-108:hover {
    transform: scale(1.08);
}

.tw--translate-x-30-px {
    transform: translateX(-30px);
}


.tw--translate-x-50 {
    transform: var(--translate-x-50);
}

.tw--translate-y-4-px {
    transform: translateY(-4px);
}

.tw--translate-y-150 {
    transform: translateY(-150px);
}


.tw-translate-y-150-px {
    transform: translateY(150px);
}

.hover--translate-y-1:hover {
    transform: translateY(-4px);
}

.active--translate-y-2:active {
    transform: translateY(-8px);
}

.hover--translate-x-1:hover {
    transform: translateX(-4px);
}

.hover--translate-x-2:hover {
    transform: translateX(-8px);
}


.common-shadow-two {
    box-shadow: 0px 11px 30px -10px hsl(var(--main-two)/0.1);
}

.common-shadow-four {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.common-shadow-five {
    box-shadow: 0 6px 30px 0 #00000012;
}

.common-shadow-six {
    box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.05);
}

.common-shadow-eleven {
    box-shadow: 0px 10px 50px rgba(8, 12, 36, 0.1);
}


.tw-transition-common {
    transition: 0.3s;
}


.tw-duration-150 {
    transition-duration: 150ms;
}

.tw-duration-200 {
    transition-duration: 200ms;
}

.tw-duration-300 {
    transition-duration: 300ms;
}

.tw-duration-500 {
    transition-duration: 500ms;
}

.hover-underline:hover {
    text-decoration: underline;
}

.tw-w-05 {
    width: 0.125rem;
}

.tw-w-1 {
    width: 0.25rem;
}

.tw-w-105 {
    width: 0.375rem;
}

.tw-w-2 {
    width: 0.5rem;
}

.tw-w-205 {
    width: 0.625rem;
}

.tw-w-3 {
    width: 0.75rem;
}

.tw-w-305 {
    width: 0.875rem;
}

.tw-w-4 {
    width: 1rem;
}

.tw-w-405 {
    width: 1.125rem;
}

.tw-w-5 {
    width: 1.25rem;
}

.tw-w-505 {
    width: 1.375rem;
}

.tw-w-6 {
    width: 1.5rem;
}

.tw-w-605 {
    width: 1.625rem;
}

.tw-w-7 {
    width: 1.75rem;
}

.tw-w-705 {
    width: 1.875rem;
}

.tw-w-8 {
    width: 2rem;
}

.tw-w-9 {
    width: 2.25rem;
}

.tw-w-10 {
    width: 2.5rem;
}

.tw-w-11 {
    width: 2.75rem;
}

.tw-w-12 {
    width: 3rem;
}

.tw-w-13 {
    width: 3.25rem;
}

.tw-w-14 {
    width: 3.5rem;
}

.tw-w-15 {
    width: 3.75rem;
}

.tw-w-16 {
    width: 4rem;
}

.tw-w-17 {
    width: 4.25rem;
}

.tw-w-18 {
    width: 4.5rem;
}

.tw-w-19 {
    width: 4.75rem;
}

.tw-w-20 {
    width: 5rem;
}

.tw-w-21 {
    width: 5.25rem;
}

.tw-w-22 {
    width: 5.5rem;
}

.tw-w-23 {
    width: 5.75rem;
}

.tw-w-24 {
    width: 6rem;
}

.tw-w-25 {
    width: 6.25rem;
}

.tw-w-25-px {
    width: 25px;
}

.tw-w-156-px {
    width: 156px;
}

.min-w-max {
    min-width: max-content;
}

.tw-w-25-px {
    width: 25px;
}

.tw-w-26-px {
    width: 26px;
}

.tw-w-30-px {
    width: 30px;
}

.tw-w-45-px {
    width: 45px;
}

.tw-w-50-px {
    width: 50px;
}

.tw-w-60-px {
    width: 60px;
}

.tw-w-70-px {
    width: 70px;
}

.tw-w-75-px {
    width: 75px;
}

.tw-w-85-px {
    width: 85px;
}

.tw-w-90-px {
    width: 90px;
}

.tw-w-95-px {
    width: 95px;
}

.tw-w-114-px {
    width: 114px;
}

.tw-w-108-px {
    width: 108px;
}

.tw-w-140-px {
    width: 140px;
}

.tw-w-300-px {
    width: 300px;
}

.tw-w-200-px {
    width: 120px;
}

@media (min-width: 1200px) {
    .tw-w-200-px {
        width: 200px;
    }
}

.tw-w-w-max {
    width: max-content;
}

@media (min-width: 992px) {
    .lg-w-50 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .lg-w-40 {
        width: 40% !important;
    }
}

@media (min-width: 992px) {
    .lg-w-45 {
        width: 45% !important;
    }
}

@media (min-width: 992px) {
    .lg-w-55 {
        width: 55% !important;
    }
}

@media (min-width: 992px) {
    .lg-w-60 {
        width: 60% !important;
    }
}

@media (min-width: 1200px) {
    .xl-w-50 {
        width: 50% !important;
    }
}

.tw-z-2 {
    z-index: 2;
}

.tw-z-99 {
    z-index: 99;
}

.tw-z-991 {
    z-index: 991;
}

.tw-z-999 {
    z-index: 999;
}

.z-index-1 {
    z-index: -1;
}

.text-stroke-white {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.text-stroke-neutral-900 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--neutral-900);
}

.tw-tracking-wider {
    letter-spacing: 0.05em;
}


.common-accordion .accordion-item:not(:last-child) {
    margin-block-end: 26px;
}

.common-accordion .accordion-button {
    padding-inline-end: 48px;
}

.common-accordion .accordion-button::after {
    background-image: none;
}

.common-accordion .accordion-button:focus {
    box-shadow: none;
}

.common-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--main-600);
}

.common-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: var(--main-600);
}

.common-accordion .accordion-button[aria-expanded=true] {
    background: var(--main-600);
    color: #fff !important;
}

.common-accordion .accordion-button[aria-expanded=true]::after, .common-accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Phosphor";
    font-weight: 600;
    content: "\e3d4";
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset-block-start: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    inset-inline-end: 10px;
    height: 32px;
    width: 38px;
    text-align: center;
}

.common-accordion .accordion-button[aria-expanded=false]::after {
    content: "\e32a";
    color: var(--main-two-600);
}

.button__label {
    position: relative;
    text-align: center;
    transition: color 0.05s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.button--stroke:hover {
    color: #0e100f;
}

.button--stroke::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.125rem solid #fffce1;
    border-radius: inherit;
    pointer-events: none;
}

.button--stroke .button__flair {
    transform: scale(0);
    transform-origin: 0 0;
}

.button--stroke .button__label {
    transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.button__flair {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.button__flair::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    aspect-ratio: 1/1;
    background-color: #fffce1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.btn {
    border: 0;
    color: hsl(var(--white));
    line-height: 1;
    padding: 18px 32px;
    padding: 22px 32px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
    transition: 0.2s linear;
}

.btn:hover, .btn:focus, .btn:focus-visible {
    box-shadow: none !important;
}

.btn-main {
    background-color: var(--main-600) !important;
    color: hsl(var(--white)) !important;
}

.btn-main.button--stroke::after {
    border-color: transparent;
}

.btn-main-two {
    background-color: var(--main-two-600) !important;
    color: hsl(var(--white)) !important;
}

.btn-main-two.button--stroke::after {
    border-color: transparent;
}

.btn-neutral-100 {
    background-color: var(--neutral-100) !important;
    color: hsl(var(--main-two-600)) !important;
}

.btn-neutral-100.button--stroke::after {
    border-color: transparent;
}

.btn-neutral-100:hover {
    color: #fff !important;
}

.hover-style-one:hover, .hover-style-one:active {
    background-color: var(--main-600);
}

.hover-style-one:hover.button--stroke::after, .hover-style-one:active.button--stroke::after {
    border-color: transparent;
}

.hover-style-one .button__flair::before {
    background-color: var(--main-two-600);
}

.hover-style-two:hover, .hover-style-two:active {
    color: var(--main-two-600) !important;
}

.hover-style-two:hover.button--stroke::after, .hover-style-two:active.button--stroke::after {
    border-color: transparent;
}

.hover-style-two .button__flair::before {
    background-color: hsl(var(--white));
}

.hover-style-three:hover, .hover-style-three:active {
    background-color: var(--main-two-600);
}

.hover-style-three:hover.button--stroke::after, .hover-style-three:active.button--stroke::after {
    border-color: transparent;
}

.hover-style-three .button__flair::before {
    background-color: var(--main-600);
}


.common-file[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.common-file[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--main)) !important;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-inline-start: 15px;
    color: hsl(var(--body-color)) !important;
}

.common-file[type=file]::file-selector-button:hover {
    background-color: var(--main-600);
    border: 1px solid var(--main-600);
    color: hsl(var(--black));
}


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--heading-color)) !important;
    caret-color: hsl(var(--heading-color));
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}


.common-check {
    display: flex;
    align-items: center;
    margin-block-end: 16px;
}

.common-check:last-child {
    margin-block-end: 0;
}

.common-check a {
    display: inline;
}

.common-check.common-radio .form-check-input {
    border-radius: 50%;
}

.common-check.common-radio .form-check-input:checked {
    background-color: transparent !important;
}

.common-check.common-radio .form-check-input:checked::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.common-check.common-radio .form-check-input:checked::before {
    display: none;
}

.common-check .form-check-input {
    transition: 0.2s linear;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid hsl(var(--black)/0.4);
    cursor: pointer;
    transition: 0.2s linear;
    margin-block-start: 0;
}

.common-check .form-check-input::before {
    position: absolute;
    content: "\e182";
    font-family: "Phosphor";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 12px;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.common-check .form-check-input::after {
    position: absolute;
    content: "";
    inset-block-start: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.2);
    transform: translate(-50%, -50%) scale(0.2);
    width: 10px;
    height: 10px;
    background-color: var(--main-two-600);
    border-radius: 50%;
    transition: 0.2s linear;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.common-check .form-check-input:checked {
    background-color: var(--main-two-600) !important;
    box-shadow: none;
}

.common-check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.common-check .form-check-input:checked::before {
    visibility: visible;
    opacity: 1;
}

.form-switch {
    padding-inline-start: 0;
}

.form-switch .form-check-input {
    box-shadow: none !important;
    margin: 0;
    position: relative;
    background-color: var(--gray-100);
    border: 0;
    background-image: none !important;
    width: 30px;
    height: 18px;
}

.form-switch .form-check-input:checked {
    background-color: var(--primary-600);
}

.form-switch .form-check-input:checked::before {
    inset-inline-start: calc(100% - 15px);
    transition: 0.2s linear;
}

.form-switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-start: 3px;
    transition: 0.2s linear;
}

.common-tab .nav-item .nav-link.active {
    background-color: var(--main-600) !important;
    color: hsl(var(--white)) !important;
}

.table > :not(caption) > * > * {
    border-bottom: 0;
}

.table tr th:first-child {
    padding-inline-start: 0;
}

.table tr th:last-child {
    padding-inline-end: 0;
}

.table tr th, .table tr td {
    vertical-align: middle;
}

.table tr th:first-child, .table tr td:first-child {
    text-align: left;
}

.table tr th:last-child, .table tr td:last-child {
    text-align: right;
    padding-inline-end: 0;
}


.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}


.pagination-style-one .swiper-pagination {
    position: absolute;
    text-align: start;
    inset-inline-start: 0;
    bottom: 0 !important;
    display: flex;
}

.pagination-style-one .swiper-pagination-bullet {
    padding: 24px 32px;
    padding-inline-end: 60px;
    border-radius: 0;
    width: auto;
    height: 100%;
    font-size: 18px;
    opacity: 1;
    max-width: 178px;
    background-color: transparent;
    color: #fff;
    position: relative;
    transition: 0.3s linear;
}

@media (max-width: 767px) {
    .pagination-style-one .swiper-pagination-bullet {
        padding: 24px;
    }
}

@media (max-width: 575px) {
    .pagination-style-one .swiper-pagination-bullet {
        padding: 20px 16px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }
}

.pagination-style-one .swiper-pagination-bullet::before {
    width: 15px;
    height: 15px;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    border-radius: 50%;
}

.pagination-style-one .swiper-pagination-bullet::after {
    width: 26px;
    height: 30px;
    inset-block-start: 4px;
    inset-inline-start: 4px;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}

.pagination-style-one .swiper-pagination-bullet::before, .pagination-style-one .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    background-color: var(--main-600);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s linear;
    transform: scale(0);
}

.pagination-style-one .swiper-pagination-bullet-active {
    background: #ffffff0a;
}

.pagination-style-one .swiper-pagination-bullet-active::before, .pagination-style-one .swiper-pagination-bullet-active::after {
    transition-delay: 0.2s;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.pagination-style-one .swiper-pagination-bullet-active::before {
    transition-delay: 0.35s;
}

.pagination-style-two {
    position: relative;
    display: flex;
    flex-direction: column;
}

.pagination-style-two .swiper-pagination {
    position: absolute;
    text-align: start;
    inset-inline-start: 0;
    bottom: 0 !important;
    display: flex;
}

.pagination-style-two .swiper-pagination-bullet {
    padding: 24px 32px;
    padding-inline-end: 60px;
    border-radius: 0;
    width: auto;
    height: 100%;
    font-size: 18px;
    opacity: 1;
    max-width: 178px;
    background: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    color: #fff;
    position: relative;
    transition: 0.3s linear;
    position: relative;
    text-align: start;
    padding-inline-start: 48px !important;
    padding-inline-end: 24px !important;
}

.pagination-style-two .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    inset-inline-start: 22px;
    border-radius: 50%;
    inset-block-start: 50%;
    transform: var(--translate-y-50);
    background: rgba(255, 255, 255, 0.36);
}

.pagination-style-two .swiper-pagination-bullet-active {
    background: var(--main-600);
}

.pagination-style-two .swiper-pagination-bullet-active::before, .pagination-style-two .swiper-pagination-bullet-active::after {
    transition-delay: 0.2s;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.pagination-style-two .swiper-pagination-bullet-active::before {
    transition-delay: 0.35s;
}


.banner-slider .swiper-slide {
    height: unset;
    display: flex;
    flex-direction: column;
}

.swiper-notification {
    display: none;
}

.scale-bg {
    transition: 30s ease-out;
}

.swiper-slide.swiper-slide-active .scale-bg {
    transform: scale(1.2);
}

.swiper-slide-next .testimonials-two__content {
    border-color: var(--main-600) !important;
}


.banner-four-arrow-box button {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--main-600) !important;
    background-color: hsl(var(--white));
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .banner-four-arrow-box button {
        left: auto;
        right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-four-arrow-box button {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .banner-four-arrow-box button {
        display: none;
    }
}

.banner-four-arrow-box button.banner-slider-next {
    margin-top: 70px;
}

.banner-four-arrow-box button {
    transition: 0.4s;
}

.banner-four-arrow-box button:hover {
    background: var(--main-600);
    color: hsl(var(--white)) !important;
}


@media (max-width: 767px) {
    .feature-four-arrow-box {
        justify-content: left !important;
        margin-bottom: 30px;
    }
}

.feature-four-arrow-box button {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--main-600);
    background-color: hsl(var(--white)) !important;
    box-shadow: 0px 8px 20px rgba(7, 36, 95, 0.15);
    z-index: 5;
}

.feature-four-arrow-box button {
    transition: 0.4s;
}

.feature-four-arrow-box button:hover {
    background: var(--main-600) !important;
    color: hsl(var(--white)) !important;
}

.service-four-dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    margin: 0px 6px !important;
    transition: 0.3s;
    border: 2px solid transparent;
}

.service-four-dots .swiper-pagination-bullet-active {
    background-color: var(--main-600);
}

.service-four-dots.dots-color .swiper-pagination-bullet {
    background-color: var(--main-600);
}

.service-four-dots.dots-color .swiper-pagination-bullet-active {
    background-color: transparent;
    border-color: var(--main-600);
    transform: scale(1.4);
}

.banner-five-arrow-box button {
    width: 60px;
    height: 60px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    color: var(--main-600) !important;
    background-color: hsl(var(--white));
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.banner-five-arrow-box button.banner-five-next {
    left: auto;
    right: 3%;
}

.banner-five-arrow-box button {
    transition: 0.4s;
}

.banner-five-arrow-box button:hover {
    background: var(--main-600);
    color: hsl(var(--white)) !important;
}

.banner-five-dots {
    z-index: 3;
    text-align: right;
    bottom: 50px !important;
    left: auto !important;
    right: 130px !important;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .banner-five-dots {
        right: 50px !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .banner-five-dots {
        right: 5px !important;
        bottom: 80px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .banner-five-dots {
        bottom: 18% !important;
        right: 30px !important;
    }
}

.banner-five-dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    margin: 0px 6px !important;
    transition: 0.3s;
    border: 2px solid transparent;
}

.banner-five-dots .swiper-pagination-bullet-active {
    background-color: hsl(var(--white));
}

.banner-five-dots.dots-color .swiper-pagination-bullet {
    background-color: hsl(var(--white));
}

.banner-five-dots.dots-color .swiper-pagination-bullet-active {
    background-color: transparent;
    border-color: hsl(var(--white));
    transform: scale(1.4);
}

.banner-five-area:hover .banner-five-arrow-box button {
    visibility: visible;
    opacity: 1;
}

.banner-five-area:hover .banner-five-arrow-box button.banner-five-prev {
    left: 5%;
}

.banner-five-area:hover .banner-five-arrow-box button.banner-five-next {
    right: 5%;
}


.preloader {
    display: flex;
}

.car-road {
    width: 110px;
    overflow: hidden;
    z-index: 9999;
}

.car {
    width: 110px;
    position: relative;
}

@-webkit-keyframes rotateWheel {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateWheel {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.car-base {
    background: var(--main-600);
    width: 100%;
    height: 22px;
    border-radius: 2px 5px 10px 10px;
}

.car-top {
    height: 36px;
    width: 66px;
    background: var(--main-600);
    margin-bottom: -18px;
    border-radius: 100px/60px;
    margin-left: 15px;
    position: relative;
}

.car-top::before {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 43px solid var(--main-600);
    position: absolute;
    left: -10px;
    content: "";
}

.car-top::after {
    position: absolute;
    right: -29px;
    content: "";
    top: 14px;
    border-radius: 50% 50% 0 0;
    width: 60px;
    height: 8px;
    background: var(--main-600);
}

.window {
    position: absolute;
    background: white;
    width: 42px;
    height: 11px;
    top: 3px;
    border-radius: 50% 50% 0 0;
    left: 12px;
}

.window::before {
    content: "";
    position: absolute;
    left: 20px;
    background: var(--main-600);
    height: 100%;
    width: 5px;
}

.wheel {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4a4a4a;
    position: absolute;
    border: 2px solid white;
    -webkit-animation: rotateWheel 0.7s infinite linear;
    animation: rotateWheel 0.7s infinite linear;
}

.wheel::before {
    content: "";
    width: 14px;
    height: 14px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: white;
    position: absolute;
}

.wheel:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: 3px;
    left: 50%;
    transform: translateX(-50%);
    background: #4a4a4a;
}

.wheel-left {
    left: 12px;
    bottom: -10px;
}

.wheel-right {
    right: 12px;
    bottom: -10px;
}

.wheel-spike {
    position: absolute;
    top: 50%;
    bottom: 4px;
    width: calc(100% - 8px);
    left: 4px;
    height: 3px;
    transform: translateY(-50%);
    background: #4a4a4a;
}

.wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.head-light {
    position: absolute;
    background: #e2dfcb;
    right: 1px;
    top: 19px;
    border-radius: 50% 15px 15px 50%;
    width: 10px;
    height: 4px;
}

.road {
    position: relative;
    width: 100%;
    margin-top: 8px;
    animation: border-dance 0.5s infinite linear;
    height: 3px;
    background-image: linear-gradient(to left, #ccc 0%, #ccc 20%, #fff 20%, #fff 40%, #ccc 40%, #ccc 60%, #fff 60%, #fff 80%, #ccc 80%);
}

@keyframes border-dance {
    0% {
        left: 40px;
    }

    100% {
        left: 0px;
    }
}

@media screen and (max-width: 991px) {
    .header {
        padding: 10px 0;
    }
}

.header.fixed-header {
    position: sticky;
    inset-inline-start: 0;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 100%;
    z-index: 99;
    backdrop-filter: blur(24px);
    animation: slideDown 0.6s ease-out;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
    .header.fixed-header {
        inset-block-start: -1px;
    }
}

.absolute-headers.fixed-header {
    position: fixed !important;
    box-shadow: none;
    backdrop-filter: none;
}

.absolute-headers.fixed-header .top-header-two, .absolute-headers.fixed-header .top-header-three {
    display: none !important;
}

.absolute-headers.fixed-header .header-middle {
    display: none;
}

.absolute-headers.fixed-header .header-two__nav {
    background-color: var(--main-two-600) !important;
}

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .sticky-header {
    position: fixed; 
    left: 0;
    right: 0;
  }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .header-inner {
        margin-bottom: -51px;
        z-index: 3;
        position: relative;
    }
}

.nav-menu__item.activePage > a {
    color: var(--main-600) !important;
}

.nav-menu__item.activePage > a::before {
    color: var(--main-600);
}

.nav-menu__item:hover > a {
    color: hsl(var(--heading-color));
}

@media (min-width: 992px) {
    .nav-menu__item:hover > a {
        color: var(--main-600);
    }
}

.has-submenu.active > a, .has-submenu.active > a::before {
    color: var(--main-600);
}

.has-submenu.active > a::before {
    transform: translateY(-50%) rotate(180deg) !important;
}

.has-submenu:hover .nav-submenu {
    visibility: visible;
    opacity: 1;
    margin-block-start: 0;
}

@media (min-width: 992px) {
    .has-submenu:hover > a::before {
        color: var(--main-600);
        transform: translateY(-50%) rotate(180deg);
    }
}

.has-submenu > a {
    position: relative;
}

.has-submenu > a::before {
    position: absolute;
    content: "\e03e";
    font-size: 10px;
    inset-inline-end: 0;
    inset-block-start: 50%;
    transform: translateY(-50%);
    font-family: "Phosphor";
    font-weight: 900;
    color: var(--main-600);
    transition: 0.2s linear;
}


.nav-submenu {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    min-width: 190px;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 992px) {
    .nav-submenu {
        max-height: 400px;
        overflow-y: auto;
    }
}

.nav-submenu__item.activePage .nav-submenu__link {
    color: var(--main-600) !important;
}

.nav-submenu__item:hover a {
    color: hsl(var(--heading-color));
}


.links-white {
    color: #fff;
}

.links-white .nav-menu__link {
    color: #fff;
}

@media (max-width: 991px) {
    .md-bg-main-two-600 {
        background-color: var(--main-two-600);
    }
}

.mobile-menu.active {
    transform: translateX(0%);
}

.nav-menu--mobile .nav-menu__item > a::before {
    transform: translateY(-50%) rotate(0deg);
}

.nav-menu--mobile .nav-menu__link {
    border-bottom: 1px solid var(--neutral-200) !important;
    position: relative;
    padding: 12px 0;
    padding-inline-end: 16px;
}

.nav-menu--mobile .nav-submenu {
    position: static !important;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    width: 100%;
    margin-block-start: 0;
    padding: 0;
    margin-inline-start: 16px;
    display: none;
    transition: 0s;
}

.nav-menu--mobile .nav-submenu__link {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--neutral-200) !important;
}

.nav-menu--mobile .nav-submenu__item:hover {
    background-color: transparent;
    color: var(--main-600);
}

.nav-menu--mobile .nav-submenu__item::before {
    display: none;
}


.progress-wrap {
    position: fixed;
    inset-inline-end: 36px;
    inset-block-end: 36px;
    height: 46px;
    line-height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background-color: #fff;
    mix-blend-mode: difference;
  
}

@media screen and (max-width: 991px) {
    .progress-wrap {
        inset-inline-end: 24px;
        inset-block-end: 24px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap:hover {
    transform: scale(1.06);
}

.progress-wrap::after {
    position: absolute;
    font-family: "Phosphor";
    font-weight: 900;
    content: "\e08e";
    text-align: center;
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 18px;
    inset-inline-start: 0;
    inset-block-start: 0;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    color: hsl(var(--main)) !important;
}

@media screen and (max-width: 991px) {
    .progress-wrap::after {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--main-600);
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.header-top-bg::before {
    position: absolute;
    content: "";
    width: 13%;
    height: 100%;
    inset-inline-end: 0;
    inset-block-start: 0;
    background-color: var(--main-600);
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .header-top-bg::before {
        display: none;
    }
}

.clip-path::before {
    position: absolute;
    content: "";
    width: 23%;
    width: 100%;
    height: 100%;
    inset-inline-end: 0;
    inset-block-start: 0;
    background-color: var(--main-600);
    z-index: -1;
    clip-path: polygon(3% 0%, 100% 1%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 991px) {
    .clip-path::before {
        display: none;
    }
}

.triangle-shape {
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}

.rectangle-shape {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
}

.rectangle-shape-two {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.clip-path-short::before {
    position: absolute;
    content: "";
    width: 26px;
    height: 35px;
    inset-inline-end: calc(100% - 1px);
    inset-block-end: 0;
    background-color: var(--main-800);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}

.rectangle-shape-three {
    position: absolute;
    content: "";
    width: 35%;
    height: 100%;
    inset-inline-end: 0;
    inset-block-end: 0;
    background-color: var(--main-600);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.both-clipped {
    clip-path: polygon(6% 0, 100% 0, 96% 100%, 0% 100%);
}

.hexagon-right {
    clip-path: polygon(0 0, 93% 0%, 100% 50%, 93% 100%, 0 100%, 0% 50%);
}

.triangle-before::before {
    position: absolute;
    content: "";
    width: 78px;
    height: 64px;
    background-color: inherit;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    inset-block-start: 0;
    inset-inline-start: 0;
}

.triangle-two-before::before {
    position: absolute;
    content: "";
    height: 78px;
    width: 64px;
    background-color: #ffffff;
    inset-block-start: -20px;
    inset-inline-start: 20px;
    transform: rotate(0deg);
    z-index: -1;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 49%);
}

.clip-top-left {
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}

.clip-bottom-right {
    clip-path: polygon(100% 0, 100% 92%, 84% 100%, 0 100%, 0 0);
}


.logo-mask-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: var(--main-600);
    mask-image: url("../images/shapes/logo-shape.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("../images/shapes/logo-shape.png");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    z-index: -1;
}

.ps-108-px {
    padding-inline-start: clamp(1.5rem, -16.8619rem + 21vw, 6.75rem);
}

.line {
    position: relative;
}

.line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 74px;
    background: var(--neutral-300);
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
}

.line.light-white::before {
    background: rgba(255, 255, 255, 0.21);
}

.line-two {
    position: relative;
}

.line-two::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 91px;
    background: rgba(86, 86, 87, 0.53);
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dashed-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 140px);
    border-inline-end: 1px dashed var(--main-600);
    inset-inline-start: 28px;
    top: 50%;
    transform: translateY(-50%);
}


.bg-blur-one {
    background-color: #222a2c4a;
    backdrop-filter: blur(10px);
}

.bg-blur-two {
    background-color: rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(40px);
}

.bg-blur-three {
    background: rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(35px);
}

.bg-blur-four {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(35px);
}

.bg-blur-five {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(18px);
}


.cursor, .dot {
    width: 32px;
    height: 32px;
    border: 1px solid hsl(var(--white));
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    visibility: hidden;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    mix-blend-mode: difference;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: hsl(var(--white));
    mix-blend-mode: difference;
}

.bg-main-100-gradient-one {
    background: linear-gradient(107.49deg, rgba(223, 17, 25, 0.12) 38.02%, rgba(251, 226, 227, 0.12) 89.08%);
}

.bg-main-100-gradient-two {
    background: linear-gradient(145.27deg, rgba(223, 17, 25, 0.14) 15.55%, rgba(223, 17, 25, 0) 86.81%);
}

.bg-main-100-gradient-three {
    background: linear-gradient(145.27deg, rgba(223, 17, 25, 0.14) 15.55%, rgba(223, 17, 25, 0) 86.81%);
}

.bg-main-100-gradient-four {
    background: linear-gradient(145.27deg, rgba(223, 17, 25, 0.14) 15.55%, rgba(223, 17, 25, 0.0308) 86.81%);
}

.half-bg-h-32 {
    position: relative;
}

.half-bg-h-32::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 32%;
    background-color: var(--neutral-50);
    inset-inline-start: 0;
    inset-block-end: 0;
    z-index: -1;
}


.curve-animation {
    animation: 8s curveAnimation linear infinite;
}

@keyframes curveAnimation {
    0% {
        transform: rotateZ(24deg);
    }

    50% {
        transform: rotateZ(-24deg);
    }

    100% {
        transform: rotateZ(24deg);
    }
}

.scalable-animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate(-50%, -50%);
    background: inherit;
    border-radius: inherit;
    animation: scalable-animation 1.5s 0s infinite;
    z-index: -1;
}

@keyframes scalable-animation {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

.animate__wobble__two {
    animation: wobble 2.4s ease-in-out infinite;
}


.animation-item:hover .animate__bounce {
    animation: bounce 1.5s;
}

.animation-item:hover .animate__wobble {
    animation: wobble 1.5s ease-in-out;
}

.animation-item:hover .animate__heartBeat {
    animation: heartbeat 1.5s ease-in-out;
}

.animation-item:hover .animate__flipInY {
    animation: flipInY 1.5s ease-in-out;
}

.animation-item:hover .animate__swing {
    animation: swing 1.5s ease-in-out;
}

@keyframes bounce {
    0%, 20%, 53%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.banner-item {
    padding-top: 244px;
    padding-bottom: 112px;
}

@media (max-width: 1199px) {
    .banner-item {
        padding-top: 204px;
    }
}

@media (max-width: 991px) {
    .banner-item {
        padding-top: 160px;
    }
}

.p-80-px {
    padding: clamp(1.5rem, -10.8339rem + 16.4589vw, 5rem);
}

.p-90-px {
    padding: clamp(1.5rem, -10.8339rem + 16.4589vw, 5.625rem);
}

.pb-60-px {
    padding-bottom: clamp(1.5rem, -2.3077rem + 7.9327vw, 3.75rem);
}

@media (min-width: 992px) {
    .features-item-wrapper div:not(:last-child) .features-item {
        border-inline-end: 1px solid #d9d9d9;
    }
}

.before-border {
    z-index: 1;
}

.before-border::before, .before-border::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.before-border::before {
    border: 1px solid var(--main-two-600);
    inset-inline-end: 6px;
    inset-block-end: -6px;
}

.before-border::after {
    background-color: hsl(var(--white));
    inset-inline-end: 0;
    inset-block-end: 0;
}

.positioned-image {
    transform: translateX(-48px) translateY(-36px) !important;
}

.truck-head {
    top: 73%;
}

@media (max-width: 1199px) {
    .max-lg-overflow-hidden {
        overflow: hidden;
    }
}

.tw-ps-110-px {
    padding-inline-start: clamp(2rem, -3.1148rem + 10.6557vw, 6.875rem);
}


.translate-50-rotate-10 {
    transform: translateX(-50%) rotate(-10deg);
}

.tw-gap-70-px {
    gap: clamp(2rem, -7.0963rem + 11.4713vw, 4.375rem);
}


.half-bg-white::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: hsl(var(--white));
    inset-inline-start: 0;
    inset-block-end: 0;
    z-index: -1;
}

.half-bg-white.bg-neutral::before {
    background-color: var(--neutral-25);
}

@media (min-width: 992px) {
    .how-it-work-item-wrapper {
        padding-block-end: 74px;
        border-bottom: 1px dashed var(--neutral-800);
    }
}

@media (min-width: 992px) {
    .transport-card::after, .transport-card::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 74px;
        border-inline-end: 1px dashed var(--neutral-400);
        inset-block-start: 100%;
        inset-inline-start: 50%;
        transform: var(--translate-x-50);
    }

    .transport-card::after {
        width: 20px;
        height: 20px;
        background-color: var(--main-600);
        border-radius: 50%;
        border: 0;
        inset-block-start: calc(100% + 64px);
    }

    .transport-card.style-two:hover::after {
        background-color: var(--main-600);
        color: #fff;
    }

    .transport-card.style-two::after {
        content: counter(number);
        counter-increment: number;
        width: 40px;
        height: 40px;
        background-color: hsl(var(--white));
        color: var(--main-two-600);
        font-size: 14px;
        font-weight: 600;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s linear;
        inset-block-start: calc(100% + 54px);
    }

    .how-it-work-item {
        position: relative;
    }

    .how-it-work-item::after {
        position: absolute;
        content: counter(number);
        counter-increment: number;
        inset-inline-start: 50%;
        transform: var(--translate-x-50);
        inset-block-start: calc(100% + 90px);
        z-index: 1;
        font-size: 1rem;
        font-weight: 600;
        color: var(--main-two-600);
    }
}

.rocket {
    animation: rocketAnimation 10s linear infinite;
}

@keyframes rocketAnimation {
    0% {
        left: -24px;
        opacity: 0;
        transform: scale(0.2);
    }

    5% {
        opacity: 0.5;
    }

    10% {
        opacity: 1;
        transform: scale(1);
    }

    90% {
        opacity: 1;
    }

    91% {
        opacity: 0.5;
        transform: scale(1);
    }

    100% {
        left: 100%;
        opacity: 0;
        transform: scale(0.2);
    }
}

.bg-inherit-animation::before {
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: 50%;
    inset-inline-start: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: animate 2.3s ease-out infinite;
    animation: animate 2.3s ease-out infinite;
}

.bg-light-animation::after {
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    background: inherit;
    border-radius: inherit;
    inset-inline-start: 0;
    top: 0;
    z-index: -1;
}

.bg-light-animation::before {
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    background: hsl(var(--white)/0.2);
    border-radius: 50%;
    inset-inline-start: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: animate 2.3s ease-out infinite;
    animation: animate 2.3s ease-out infinite;
}

.circle-border::after {
    position: absolute;
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px dashed var(--main-two-600);
    border-radius: 50%;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    transform: translate(-50%, -50%);
}

@keyframes animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.half-bg-w-50 {
    position: relative;
    z-index: 1;
}

.half-bg-w-50::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background-color: var(--neutral-50);
    inset-inline-start: 0;
    inset-block-end: 0;
    z-index: -1;
}

.view-w-100 {
    width: 100vw;
}

.hover-overlay {
    position: relative;
    z-index: 1;
}

.hover-overlay:hover::before {
    height: 100%;
}

.hover-overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    inset-inline-start: 0;
    inset-block-end: 0;
    background: linear-gradient(180deg, rgba(6, 45, 53, 0) 0%, rgba(6, 45, 53, 0) 64.33%, #030404 100%);
    transition: 0.2s linear;
}

.hover-overlay.overlay-main-600::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, rgba(223, 17, 25, 0.76) 71.26%, var(--main-600) 100%);
}


@media (min-width: 992px) {
    .location {
        position: absolute;
        inset-inline-start: 50%;
        inset-block-start: 50%;
        transform: translateY(-50%);
    }
}

.location-item {
    position: absolute !important;
    inset-inline-start: 25%;
    inset-block-start: 22%;
}

.location-item:nth-child(2) {
    inset-block-start: 56%;
    inset-inline-start: 56%;
}

.location-item:nth-child(3) {
    inset-inline-start: auto;
    inset-inline-end: 10%;
    inset-block-start: 26%;
}

.location-item:nth-child(4) {
    inset-block-start: 15%;
    inset-inline-start: 62%;
}

.location-item:nth-child(5) {
    inset-block-start: auto;
    inset-block-end: 18%;
    inset-inline-start: 29%;
}

.location-item:nth-child(6) {
    inset-inline-start: auto;
    inset-block-start: auto;
    inset-inline-end: 16%;
    inset-block-end: 29%;
}

/* Map Css End */
/* ============================ Testimonials brand section css start ============================ */
.testimonials-box {
    padding-block-start: clamp(4.5rem, -5.5rem + 10vw, 6.5rem);
    padding-block-end: clamp(3rem, -5.5rem + 10vw, 4.5rem);
    padding-inline: clamp(1.5rem, -5.25rem + 9vw, 3.75rem);
}

.mask-shape {
    -webkit-mask-image: url(../images/shapes/quate-shape.png);
    mask-image: url(../images/shapes/quate-shape.png);
    mask-position: center;
    mask-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 240px;
    margin: 0 auto;
}

.mask-shape.style-two {
    -webkit-mask-image: url(../images/shapes/quate-shape-two.png);
    mask-image: url(../images/shapes/quate-shape-two.png);
    max-height: 486px;
}

.swiper-3d .swiper-slide-shadow {
    background: transparent;
}

.bg-bg-color {
    background-color: #F5F6F8 !important;
}

.left-right-line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid var(--neutral-200);
    z-index: -1;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-start: 50%;
    transform: translateY(-50%);
}


.map iframe {
    filter: grayscale(1);
    margin-bottom: -8px;
}

.hover-arrow:hover {
    padding-inline-start: 1.5rem;
}

.hover-arrow:hover::before {
    visibility: visible;
    opacity: 1;
}

.hover-arrow::before {
    position: absolute;
    content: "\e128";
    font-family: "Phosphor";
    font-weight: 900;
    inset-inline-start: 0px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    color: inherit;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-four-social {
        width: 170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-four-social {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-four-right {
        margin-right: 30px;
    }
}

@media (min-width: 425px) {
    .about-two-thumbs {
        padding-inline-end: 120px;
        padding-block-end: 152px;
    }
}

.recomended-badge {
    inset-block-start: 16%;
    inset-inline-end: -5%;
    transform: rotate(45deg);
}

.masonry-layout > div {
    width: 100%;
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+1) {
        width: calc(58.33333333% - 12px);
    }
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+2) {
        width: calc(41.66666667% - 12px);
    }
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+3) {
        width: calc(41.66666667% - 12px);
    }
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+4) {
        width: calc(58.33333333% - 12px);
    }
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+5) {
        width: calc(66.66666667% - 12px);
    }
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+6) {
        width: calc(33.33333333% - 12px);
    }
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+7) {
        width: calc(41.66666667% - 12px);
    }
}

@media (min-width: 575px) {
    .masonry-layout > div:nth-child(8n+8) {
        width: calc(58.33333333% - 12px);
    }
}

.progress-container, .progress {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    height: 8px;
    width: 100%;
}

.progress {
    background-color: var(--main-600);
    width: 0;
    -webkit-transition: 0.8s linear;
    transition: 0.8s linear;
    height: calc(100% - 3px);
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
}

.progress.active {
    width: 0 !important;
}

.percentage {
    background-color: var(--main-600);
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 5px #00000033;
    box-shadow: 0 4px 5px #00000033;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    bottom: 20px;
    inset-inline-start: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    text-align: center;
    -webkit-transition: 0.8s linear;
    transition: 0.8s linear;
}

.percentage::after {
    background-color: var(--main-600);
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    height: 10px;
    width: 10px;
    z-index: -1;
}

.progress.active, .percentage.active {
    inset-inline-start: 0 !important;
}

.banner-three {
    padding: 360px 0;
}

@media (max-width: 991px) {
    .banner-three {
        padding: 340px 0;
    }
}

@media (max-width: 768px) {
    .banner-three {
        padding: 300px 0;
    }
}

@media (max-width: 600px) {
    .banner-three {
        padding: 240px 0;
    }
}

@media (max-width: 575px) {
    .banner-three {
        padding: 220px 0;
    }
}

@media (max-width: 400px) {
    .banner-three {
        padding: 180px 0;
    }
}

.before-bg-main-600 {
    z-index: 1;
}

.before-bg-main-600::before {
    position: absolute;
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: var(--main-600);
    inset-block-start: 30px;
    z-index: -1;
}

.curve-road {
    display: none;
}

@media (min-width: 1800px) {
    .curve-road {
        display: block;
    }
}

.service-three-item:hover .service-three-item__content {
    max-height: 300px;
}

.service-three-item:hover .d-none {
    display: block !important;
}

.service-three-item__content {
    max-height: 103px;
}

.writing-mode {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.before-circle::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 50%;
    inset-block-end: 0;
    inset-inline-end: 0;
    background-color: hsl(var(--main)/0.2);
    z-index: -1;
}

.half-gradient-white::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    background: linear-gradient(360deg, blue 20%, green 80%);
    background: linear-gradient(335deg, white 70%, #ffffff00 50%);
    z-index: -1;
    filter: drop-shadow(2px 4px 6px #00000026);
}

@media (max-width: 1299px) {
    .track-order {
        background-color: var(--main-two-600);
        padding-block: 16px;
    }
}

@media (min-width: 1300px) {
    .d-1300-px-block {
        display: block !important;
    }
}

.track-order-bg {
    display: none;
    width: 78%;
}

@media (max-width: 1700px) {
    .track-order-bg {
        width: 82%;
    }
}

@media (max-width: 1500px) {
    .track-order-bg {
        width: 88%;
    }
}

@media (max-width: 1400px) {
    .track-order-bg {
        width: 82%;
    }
}

@media (min-width: 1300px) {
    .track-order-bg {
        display: block;
    }
}

.shape-bg-main-600::before {
    position: absolute;
    content: "";
    width: 130%;
    height: calc(100% - 134px);
    inset-block-start: 0;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    background-color: var(--main-two-600);
    z-index: -1;
    border-radius: 0 0 50% 50%;
}


.swiper-slide.swiper-slide-next .blog-three-item {
    background-color: var(--main-600) !important;
}

.swiper-slide.swiper-slide-next .blog-three-item h5, .swiper-slide.swiper-slide-next .blog-three-item a, .swiper-slide.swiper-slide-next .blog-three-item .text-main-600, .swiper-slide.swiper-slide-next .blog-three-item .text-neutral-600 {
    color: #fff;
}


.banner-four-bg {
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.banner-four-bg::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-four-title {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .banner-four-btn-box {
        flex-direction: column;
        row-gap: 30px;
    }
}

.banner-four-wrapper .swiper-slide.swiper-slide-active .banner-four-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.banner-four-wrapper .swiper-slide.swiper-slide-active .banner-four-title-box {
    opacity: 1 !important;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.banner-four-wrapper .swiper-slide.swiper-slide-active .banner-four-btn-box {
    opacity: 1 !important;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.feature-four-icon span::after {
    position: absolute;
    content: "";
    inset-block-start: -5px;
    inset-inline-start: -5px;
    background: var(--heading-color);
    height: 60px;
    border-radius: 50%;
    width: 60px;
    z-index: -1;
}

.about-four-details {
    background: url(../images/shapes/about-four-details-shape.png);
    background-size: auto;
    background-size: cover;
    background-position: center;
    padding: 45px 30px;
    inset-block-start: 85px;
    inset-inline-end: -15px;
}

.about-four-details h2 {
    font-size: 64px;
}

.about-four-details.about-five {
    top: auto;
    right: auto;
    inset-block-end: -86px;
    inset-inline-start: 11px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-four-wrapper {
        padding-inline-start: 0 !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-four-wrapper {
        margin-block-end: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .about-four-wrapper {
        margin-block-start: 100px;
    }
}

.about-four-shape-1 {
    inset-block-start: 20px;
    inset-inline-end: -5px;
}

.about-four-shape-2 {
    inset-block-end: -55px;
    inset-inline-start: -40px;
}

.about-four-shape-3 {
    inset-block-end: -65px;
    inset-inline-end: 0;
}

.service-four-wrapper::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 50%;
    height: 4px;
    width: 70%;
    background: var(--main-600);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.service-four-wrapper::after {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 5px;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.service-four-wrapper:hover::after {
    opacity: 0;
}

.service-four-wrapper:hover .service-four-title {
    color: hsl(var(--white));
}

.service-four-wrapper:hover .service-four-paragraph {
    color: hsl(var(--white));
}

.service-four-wrapper:hover .service-four-button {
    color: hsl(var(--white));
}

.chooseus-four-area::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    background: rgba(8, 12, 36, 0.9);
    z-index: -1;
}

.chooseus-four-icon span::after {
    content: "";
    position: absolute;
    inset-block-start: -5px;
    inset-inline-start: -5px;
    background: transparent;
    height: 50px;
    width: 50px;
    border: 1px solid var(--main-600);
    border-radius: 50%;
    z-index: -1;
}

.chooseus-four-thumb img {
    max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .chooseus-four-thumb img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .call-to-action-four-wrapper {
        margin-inline-start: 0;
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
    .call-to-action-four-shape {
        width: 53%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .call-to-action-four-shape {
        width: 54%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-four-shape {
        width: 47%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-four-shape {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .call-to-action-four-shape {
        position: static !important;
        margin-top: 30px;
    }
}

.portfolio-four-active .swiper-slide.swiper-slide-active .portfolio-four-wrap {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-four-active .swiper-slide.swiper-slide-active .portfolio-four-wrap {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@media (max-width: 767px) {
    .portfolio-four-active .swiper-slide.swiper-slide-active .portfolio-four-wrap {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.portfolio-four-active .swiper-slide.swiper-slide-active .portfolio-four-content {
    opacity: 1 !important;
}

.portfolio-four-active .swiper-slide.swiper-slide-next {
    z-index: -1;
}

.brand-four-thumb img {
    cursor: pointer;
    filter: brightness(0) invert(0);
    transition: 0.2s;
    margin-block-end: 30px;
}

.brand-four-thumb img:hover {
    filter: inherit;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .brand-four-item {
        text-align: center;
    }
}

.brand-four-active .swiper-slide-active .brand-four-thumb img {
    filter: inherit;
}

.brand-four-active.brand-speed-fast {
    animation-duration: 10s !important;  
    --swiper-autoplay-delay: 8000ms !important;
}

.banner-five-bg {
    -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.banner-five-bg::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-five-title {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .banner-five-btn-box {
        flex-direction: column;
        row-gap: 30px;
    }
}

.banner-five-wrapper .swiper-slide.swiper-slide-active .banner-five-bg {
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.banner-five-wrapper .swiper-slide.swiper-slide-active .banner-five-title-box {
    opacity: 1 !important;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.banner-five-wrapper .swiper-slide.swiper-slide-active .banner-five-btn-box {
    opacity: 1 !important;
    transform: translatey(0px);
    transition: all 2500ms ease;
}

.barnd-five-area {
    background-size: inherit !important;
    background-position-x: left !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-five-thumb {
        margin-block-start: 30px;
    }
}

@media (max-width: 767px) {
    .about-five-wrap {
        flex-wrap: wrap;
        gap: 40px;
    }
}

.about-five-shape-1 {
    inset-block-start: 100px;
}

.about-five-shape-3 {
    inset-block-end: 100px;
    inset-inline-start: 30px !important;
}

.chooseus-five-icon span::after {
    position: absolute;
    content: "";
    inset-block-start: -5px;
    inset-inline-start: -5px;
    background: hsl(var(--white));
    height: 53px;
    border-radius: 50%;
    width: 53px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .chooseus-five-wrap {
        flex-wrap: wrap;
    }
}

.request-quote-inner .nav-pills {
    background: #161922;
}

.request-quote-inner .nav-pills .nav-item {
    width: 50%;
}

.request-quote-inner .nav-pills .nav-item .nav-link {
    width: 100%;
    height: 80px;
    padding: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    background: #161922;
}

.request-quote-inner .nav-pills .nav-item .nav-link.active {
    background: var(--main-600);
}

.request-quote-inner .tab-content .tab-pane {
    padding: 46px 50px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .request-quote-inner .tab-content .tab-pane {
        padding: 46px 20px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .request-quote-inner .tab-content .tab-pane {
        padding: 46px 20px 50px;
    }
}

.request-quote-inner .tab-content .tab-pane .single-check-list {
    margin: 0 0 40px 0;
    padding: 0;
}

.request-quote-inner .tab-content .tab-pane .single-check-list li {
    display: inline-block;
}

.request-quote-inner .tab-content .tab-pane .single-check-list li + li {
    margin-inline-start: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .request-quote-inner .tab-content .tab-pane .single-check-list li + li {
        margin-inline-start: 23px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .request-quote-inner .tab-content .tab-pane .single-check-list li + li {
        margin-block-start: 20px;
        margin-inline-start: 3px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .request-quote-inner .tab-content .tab-pane .single-check-list li + li {
        margin-block-start: 20px;
        margin-inline-start: 22px;
    }
}

@media (max-width: 767px) {
    .request-quote-inner .tab-content .tab-pane .single-check-list li + li {
        margin-inline-start: 0;
        width: 47%;
    }
}

.request-quote-inner .quote-wrap {
    margin-inline-start: 0;
    margin-block-start: 30px;
}

.form-check.single-check-wrap {
    padding-inline-start: 0;
}

.form-check.single-check-wrap input {
    display: none;
}

.form-check.single-check-wrap input:checked ~ label::after {
    background-color: var(--main-600);
    border-color: var(--main-600);
}

.form-check.single-check-wrap input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}

.form-check.single-check-wrap label {
    font-size: 16px;
    color: hsl(var(--black));
    position: relative;
    padding-inline-start: 26px;
    z-index: 1;
    font-weight: 400;
}

.form-check.single-check-wrap label::after {
    position: absolute;
    content: "";
    inset-block-start: 5px;
    inset-inline-start: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgba(6, 7, 40, 0.2);
    z-index: -1;
    transition: 0.3s;
    border-radius: 3px;
}

.form-check.single-check-wrap label::before {
    position: absolute;
    content: "\e182";
    inset-block-start: 6px;
    inset-inline-start: 3px;
    font-size: 10px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: hsl(var(--white));
    transition: 0.3s;
    font-family: "Phosphor";
}

.pricing-five-inner {
    padding: 44px 60px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .pricing-five-inner {
        padding: 44px 50px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-five-inner {
        padding: 44px 25px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-five-inner {
        padding: 44px 40px 50px;
    }
}

.pricing-five-inner .pricing-header .tw-text-2xl::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    height: 2px;
    width: 100%;
    background: var(--main-600);
}

.pricing-five-inner .pricing-header .price h2 {
    font-size: 64px;
}

.pricing-five-inner .single-list-inner li + li {
    margin-block-start: 18px;
}

.pricing-five-inner .single-list-inner li i {
    color: var(--main-600);
    margin-inline-end: 10px;
}

.pricing-five-inner .single-list-inner li svg {
    color: var(--main-600);
    margin-inline-end: 10px;
}

.pricing-five-inner .single-list-inner li.unavailable {
    color: #D6D6D6;
}

.pricing-five-inner .single-list-inner li.unavailable i {
    color: #D6D6D6;
}

.pricing-five-inner .single-list-inner li.unavailable svg {
    color: #D6D6D6;
}

.pricing-five-btn {
    padding: 18px 32px;
}

.video-five-bg {
    width: 66%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-five-bg {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-five-bg {
        width: 48%;
    }
}
  
    
    .scrolling-banner {
        background-color: #d32f2f; 
        color: white;
        padding: 10px 0;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .scrolling-text {
        display: inline-block;
        white-space: nowrap;
        padding-left: 100%;
        animation: scroll-left 23s linear infinite;
        font-weight: bold;
        font-size: 16px;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    .scrolling-banner:hover .scrolling-text {
        animation-play-state: paused;
    }
   
    @media (max-width: 1199.98px) {
        .scrolling-banner {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 10000; 
            padding: 8px 0;
        }
        
        
        body {
            padding-top: 40px;
        }
        
        .header {
            top: 40px;
        }
        .header-two__nav 
        {
            margin-top: 10px; 
        }
        .links-white {
            margin-top: 20px; 
        }
    }

    @media (min-width: 1200px) {
        .scrolling-banner {
            position: relative;
            padding: 10px 0;
        }
        
        body {
            padding-top: 0;
        }
        
        .header {
            top: 0;
        }
    }
        .banner-five-arrow-box {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            display: flex;
            gap: 15px;
        }

        .banner-five-prev,
        .banner-five-next {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .banner-five-prev:hover,
        .banner-five-next:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }

        .brand-four-thumb {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            transition: all 0.3s ease;
        }

        .brand-four-thumb img {
            max-width: 150px;
            max-height: 80px;
            width: auto;
            height: auto;
            object-fit: contain;
            filter: grayscale(100%);
            transition: filter 0.3s ease, transform 0.3s ease;
        }

        .brand-four-item-active .brand-four-thumb img {
            filter: grayscale(0%);
            transform: scale(1.1);
        }

        .brand-four-thumb:hover img {
            filter: grayscale(0%);
            transform: scale(1.05);
        }

        .banner-five-height.tw-h-1120-px {
            height: 1120px;
        }

        @media (max-width: 768px) {
            .banner-five-height.tw-h-1120-px {
                height: 800px;
            }
            
            .banner-five-arrow-box {
                bottom: 20px;
            }
            
            .banner-five-prev,
            .banner-five-next {
                width: 40px;
                height: 40px;
            }
        }

        .testimonials-two-slider .swiper-slide {
            height: auto;
        }

        .testimonials-two-slider .swiper-slide {
            width: 32% !important;
        }

        .testimonials-two__content {
            max-width: 400px !important;
            margin: 0 auto !important;
        }

        .testimonials-two__content p {
            max-width: 318px !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }

        .testimonials-two-slider .swiper-wrapper {
            display: flex !important;
            align-items: stretch !important;
        }

        .testimonials-two-slider .swiper-slide {
            height: auto !important;
            display: flex !important;
        }

        .testimonials-two-slider .swiper-slide > div {
            width: 100% !important;
            display: flex !important;
            flex-direction: column !important;
        }

        .testimonials-two__content {
            flex-grow: 1 !important;
            display: flex !important;
            flex-direction: column !important;
            min-height: 380px !important;
        }

        .testimonials-two__content p {
            flex-grow: 1 !important;
            margin-bottom: 0 !important;
        }

        @media (min-width: 992px) {
            .col-lg-9 .testimonials-two-slider .swiper-slide {
                padding: 0 15px !important;
            }
        }

        .col-lg-3 .tw-pb-8 {
            padding-bottom: 2rem !important;
        }

        .service-four-wrapper {
            height: 400px; 
            display: flex;
            flex-direction: column;
        }

        .service-four-paragraph {
            flex-grow: 1; 
            min-height: 80px; 
        }

        .service-four-wrapper > div {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .service-four-button {
            margin-top: auto; 
        }

        .testimonials-two-slider .swiper-wrapper {
            display: flex;
            align-items: stretch; 
        }

        .testimonials-two-slider .swiper-slide {
            height: auto;
            display: flex;
        }

        .testimonials-two-slider .swiper-slide > div {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .testimonials-two__content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            min-height: 380px; 
        }

        .testimonials-two__content p {
            flex-grow: 1;
            margin-bottom: 0;
        }

        @media (max-width: 576px) {
            .testimonials-two-slider .swiper-slide {
                width: 90vw !important;
                max-width: 320px !important;
                min-width: 240px !important;
                padding-right: 8px !important;
                padding-left: 8px !important;
                box-sizing: border-box !important;
                display: flex !important;
                justify-content: center !important;
            }
            .testimonials-two-slider .testimonials-two__content {
                min-height: 330px !important;
                max-width: 90vw !important;
                margin: 0 auto !important;
                padding: 20px 8px !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: stretch !important;
            }

            .testimonials-two__content p {
                flex-grow: 1;
                margin-bottom: 0;
            }
           
            .tw--mt-45-px.position-relative {
                margin-top: 0 !important;
                margin-bottom: 10px !important;
            }
            .testimonials-two-slider .swiper-wrapper {
                align-items: stretch !important;
                min-height: 330px !important;
            }
            
            .testimonials-two-slider.swiper {
                padding-bottom: 32px !important;
            }

            .testimonials-two-button-next, .testimonials-two-button-prev {
                width: 36px !important;
                height: 36px !important;
                font-size: 20px !important;
            }
        }

        .mobile-menu-toggle {
            outline: none;
            background: transparent;
            border: none;
            width: 40px;
            height: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 4px;
            cursor: pointer;
            z-index: 10000;
            position: relative;
            margin-top: 15px;
        }

        .mobile-menu-bar {
            width: 24px;
            height: 2px;
            background-color: white;
            transition: all 0.3s ease;
            display: block;
        }

        .mobile-menu-toggle.active .mobile-menu-bar:nth-child(1) {
            transform: translateY(6px) rotate(45deg);
        }

        .mobile-menu-toggle.active .mobile-menu-bar:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.active .mobile-menu-bar:nth-child(3) {
            transform: translateY(-6px) rotate(-45deg);
        }

        .mobile-nav-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 300px;
            height: 100dvh;
            background: #080C24;
            z-index: 9999;
            transition: all 0.3s ease;
            overflow-y: auto;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        }

        .mobile-nav-menu.active {
            right: 0;
        }

        .mobile-menu-close {
            outline: none;
            background: transparent;
            border: none;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            position: absolute;
            top: 20px;
            right: 20px;
        }

        .mobile-close-icon {
            width: 24px;
            height: 2px;
            background-color: white;
            position: absolute;
        }

        .mobile-close-icon:nth-child(1) {
            transform: rotate(45deg);
        }

        .mobile-close-icon:nth-child(2) {
            transform: rotate(-45deg);
        }

        .mobile-nav-container {
            padding: 80px 30px 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .mobile-nav-links {
            display: flex;
            flex-direction: column;
            gap: 25px;
            margin-bottom: 30px;
        }

        .mobile-nav-links a {
            font-size: 18px;
            font-weight: 600;
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
            padding: 8px 0;
        }

        .mobile-nav-links a:hover {
            color: #d32f2f;
        }

        .mobile-nav-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 9998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-nav-overlay.active {
            opacity: 1;
            visibility: visible;
        }
             
        @media (max-width: 1199.98px) {
            .header-two__nav a img {
                margin-top: 10px !important; 
            }
        }

        @media (min-width: 1200px) {
            .header-two__nav a img {
                margin-top: 0;
            }
        }
        
        @media (max-width: 1199.98px) {

            .banner-five-area.tw-mt--172-px {
                margin-top: 0 !important;
            }
            
            .banner-five-content.text-center.tw-mt-134-px {
                margin-top: 60px !important;
            }
            
            .banner-five-height.tw-h-1120-px {
                padding-top: 40px;
            }
        }

        @media (max-width: 768px) {
            
            .banner-five-content.text-center.tw-mt-134-px {
                margin-top: 50px !important;
            }
            
            .banner-five-height.tw-h-1120-px {
                padding-top: 30px;
            }
            
            .banner-five-title.tw-text-80-px {
                font-size: 2.5rem !important;
                line-height: 1.2;
            }
            
            .banner-five-paragraph.tw-text-lg {
                font-size: 1rem !important;
            }
        }

        @media (max-width: 576px) {
            
            .banner-five-content.text-center.tw-mt-134-px {
                margin-top: 30px !important;
            }
            
            .banner-five-height.tw-h-1120-px {
                padding-top: 20px;
            }
            
            .banner-five-title.tw-text-80-px {
                font-size: 2rem !important;
            }
            
            .banner-five-btn-box {
                flex-direction: column;
                gap: 15px;
            }
            
            .banner-five-btn-box .ml-20 {
                margin-left: 0 !important;
            }
        }

        @media (min-width: 1200px) {
            .banner-five-area.tw-mt--172-px {
                margin-top: -172px !important;
            }
            
            .banner-five-content.text-center.tw-mt-134-px {
                margin-top: 134px !important;
            }
            
            .banner-five-height.tw-h-1120-px {
                padding-top: 0;
            }
        }

        @media (max-width: 1199.98px) {
            .desktop-nav {
                display: none !important;
            }
            
            .mobile-nav-toggle {
                display: flex !important;
            }
        }

        @media (min-width: 1200px) {
            .mobile-nav-toggle {
                display: none !important;
            }
            
            .desktop-nav {
                display: flex !important;
            }
            
            .mobile-nav-menu {
                display: none !important;
            }
        }

        .hogist-modal-bg {
        position: fixed;
        z-index: 999999;
        left: 0; top: 0; width: 100%; height: 100%;
        background: rgba(0,0,0,0.48);
        display: flex; align-items: center; justify-content: center;
        animation: fadein .35s;
        flex-direction: column;
        }

        @keyframes fadein {
        from { opacity: 0; }
        to { opacity: 1; }
        }

        .hogist-modal-card {
        background: #d32f2f;
        width: 310px;
        max-width: 95vw;
        border-radius: 16px;
        box-shadow: 0 12px 50px 0 #222b4037, 0 1.5px 20px 0 #00000011;
        padding: 0 0 20px 0;
        position: relative;
        display: flex;
        flex-direction: column;
        }

        .hogist-close {
        position: absolute; top: 9px; right: 19px; font-size: 24px; cursor: pointer; color: #111; opacity: 0.88; z-index:1;
        font-family: Satoshi, Arial, sans-serif;
        }

        .hogist-modal-content {
        display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
        padding: 35px 28px 0 28px;
        }

        .hogist-pop-title {
        font-size: 14px;
        font-family: 'Satoshi', Arial, sans-serif;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 13px;
        letter-spacing: 0.06em;
        line-height: 1.4;
        opacity: 0.98;
        /* margin-left: 20px; */

        }

        .hogist-pop-head {
        font-size: 2em;
        font-family: 'Satoshi', Arial, sans-serif;
        font-weight: 700;
        color: #111;
        margin: 0 0 8px 0;
        letter-spacing: 2px;
        line-height: 1.22;
        color: #000;
        opacity: 1;
        text-align: center;
        /* margin-left: 20px; */
        }

        .hogist-label {
        font-family: 'Satoshi', Arial, sans-serif;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 9px;
        }

        @keyframes swipeFromRight {
        0% {
            opacity: 0;
            transform: translateX(50px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
        }
        .animate-swipe {
        animation: swipeFromRight 0.6s ease forwards;
        }

        .hogist-input {
        width: 100%;
        padding: 11px 12px;
        margin-bottom: 14px;
        border-radius: 7px;
        border: none;
        font-size: 18px;
        font-family: 'Satoshi', Arial, sans-serif;
        outline: none;
        background: #fff;
        box-shadow: 0 1px 0 #eee;
        }

        .hogist-btn {
        width: 100%;
        background: #000;
        color: #fff;
        border-radius: 50px;
        border: none;
        font-size: 18px;
        font-weight: 700;
        font-family: 'Satoshi', Arial, sans-serif;
        padding: 12px 0;
        margin-bottom: 6px;
        letter-spacing: 0.07em;
        cursor: pointer;
        box-shadow: 0 4px 16px 0 #222b402d;
        }
        .hogist-btn:hover { background:#222; }

        .hogist-btn-back {
        width: auto;
        background: transparent;
        color: #111;
        border: none;
        font-size: 24px;
        font-family:  Satoshi, Arial, sans-serif;
        cursor: pointer;
        display: flex;
        align-items: left;
        padding: 8px 12px;
        margin-top: 2.5px;
        margin-left: -5px;
        opacity: 0.88; z-index:1;
        }

        .hogist-btn-back:hover {
        background: transparent;
        }

        .hogist-foot-label {
        font-size: 11.5px;
        color: #fff;
        opacity: 0.60;
        margin-top: 8px;
        font-family: 'Satoshi', Arial, sans-serif;
        text-align: left;
        }

        .hogist-step-status {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 3px;
        justify-content: space-between;
        padding: 0 1px;
        }

        .hogist-step-count {
        font-size: 12px;
        color: #fff;
        letter-spacing: 0.02em;
        font-family: 'Satoshi', Arial, sans-serif;
        font-weight: 600;
        }

        .hogist-step-dots {
        display: flex;
        gap: 5px;
        align-items: center;
        }
        .hogist-dot {
        width: 9px; height: 9px; border-radius: 50%;
        background: rgba(193, 186, 186, 0.2);
        border: 1.3px solid #fff;
        transition: background 0.2s;
        }
        .hogist-dot-active {
        background: #fff;
        }

        .hogist-success-check {
        width: 46px; height: 46px;
        background: #18d96d;
        color:#fff;
        border-radius: 50%;
        margin: 0 auto 2px auto;
        font-size: 36px;
        display: flex;
        align-items: center; justify-content: center;
        font-weight: 900;
        box-shadow: 0 3px 16px 0 #253a295f;
        }

        .hogist-btn-success {
        margin: 24px auto 0 auto;
        display:block;
        background: #00e870;
        color:#fff;
        border-radius: 50px;
        border:none;
        font-size: 17px;
        font-weight: 700;
        font-family: 'Satoshi',Arial,sans-serif;
        padding: 13px 22px;
        cursor:pointer;
        box-shadow:0 4px 18px 0 #19e8703f;
        transition: background 0.15s;
        letter-spacing: 0.06em;
        }
        .hogist-btn-success:hover { background:#05c45c; }

        .hogist-modal-outer-footer {
        width: 100vw;
        text-align: center;
        position: absolute;
        left: -0.5;
        right: 0;
        bottom: 29px;
        color: #fff;
        font-size: 18px;
        font-family: 'Satoshi',Arial,sans-serif;
        font-weight: 500;
        text-shadow: 0px 1.5px 6px #00000066, 0 1px 0 #d32f2f17;
        letter-spacing: 0.01em;
        pointer-events: none;
        user-select: none;
        opacity: 1;
        margin: 0 auto;
        }

        @media (max-width: 435px) {
        .hogist-modal-content {
            padding: 25px 10px 0 10px;
        }
        .hogist-modal-card {
            width: 98vw;
            max-width: 99vw;
        }
        }

        .hogist-modal-card {
        width: 360px;
        height: 450px; 
        max-width: 95vw;
        border-radius: 16px;
        background: #d32f2f;
        box-shadow: 0 12px 50px 0 #222b4037, 0 1.5px 20px 0 #00000011;
        padding: 0 4px 23px 7px;
        position: relative;
        display: flex;
        flex-direction: column;
        }

        @keyframes swipeFromRight {
        0% {
            opacity: 0;
            transform: translateX(50px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
        }
        .animate-swipe {
        animation: swipeFromRight 0.5s ease forwards;
        }

        .alert-text {
        background-color: #cf2525;
        color: #fff;
        font-size: 12px;
        margin-top: -10px;
        margin-bottom: 10px;
        padding: 2px 6px;
        border-radius: 4px;
        display: inline-block;
        font-family: 'Satoshi', Arial, sans-serif;
        }

     
    @media (max-width: 767px) {
      #quote-date {
        padding-right: 0.75rem; 
        font-size: 1rem; 
      }
    }
 

  @media (max-width: 767px) {
    .hogist-modal-card {
      width: 320px; 
      max-width: 90vw; 
    }
  }

 
.arrow-clickable,
.arrow-clickable *,
.service-four-button .rounded-circle,
.service-four-button .rounded-circle * {
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 9999 !important;
}

.service-four-button,
.service-four-button * {
    pointer-events: auto !important;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-float:hover {
    background: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.whatsapp-icon {
    width: 30px;
    height: 30px;
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 48px;
        height: 48px;
        bottom: 20px;
        left: 20px;
    }
    
    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
}
 


.counter-number {
  display: inline-block;
  min-width: 1.5em; 
}

.counter-suffix {
  display: inline-block;
  font-weight: inherit;
  opacity: 1 !important;
}
.text-spacer {
    display: inline-block;
    width: 500px; 
}

.counter:first-child .counter-number,
.counter:first-child .counter-suffix {
    animation: none !important;
    transition: none !important;
}

.counter-no-animate,
.counter-no-animate .counter-number,
.counter-no-animate .counter-suffix {
    animation: none !important;
    transition: none !important;
}

.counter-three-item:first-child .counter,
.counter-three-item:first-child .counter-number,
.counter-three-item:first-child .counter-suffix {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.counter-three-item:first-child .counter .counter-number {
    content: "1" !important;
    
}

.counter-three-item:first-child .counter .counter-suffix {
    content: "Cr.+" !important;
}

/* Prevent AOS from animating the first counter */
.counter-three-item:first-child[data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}
