@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root,
[data-theme=dark] {
    --heading-font-one: "Inter", sans-serif;
    --heading-font-two: "Inter", sans-serif;
    --heading-font-three: "Inter", sans-serif;
    --heading-font-four: "Inter", sans-serif;
    --body-font-one: "Inter", sans-serif;
    --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
    --heading-three: clamp(1.25rem, .8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.25rem);
    --heading-six: 1.2rem;
    --body-bg-one: #ffffff;
    --body-bg-two: #FFFFFF;
    --body-bg-three: #000000;
    --body-bg-four: #050505;
    --body-bg-five: #FFFFFF;
    --body-color: #000000;
    --card-bg: #2B3035;
    --border-color: #3B4046;
    --button-bg: #3B4046;
    --white: #FFF;
    --white-l-100: rgba(255, 255, 255, 0.1);
    --white-l-200: rgba(255, 255, 255, 0.2);
    --white-l-300: rgba(255, 255, 255, 0.3);
    --white-l-400: rgba(255, 255, 255, 0.4);
    --white-l-500: rgba(255, 255, 255, 0.5);
    --white-l-600: rgba(255, 255, 255, 0.6);
    --white-l-700: rgba(255, 255, 255, 0.7);
    --white-l-800: rgba(255, 255, 255, 0.8);
    --white-l-900: rgba(255, 255, 255, 0.9);
    --black: #000;
    --black-l-100: rgba(0, 0, 0, 0.1);
    --black-l-200: rgba(0, 0, 0, 0.2);
    --black-l-300: rgba(0, 0, 0, 0.3);
    --black-l-400: rgba(0, 0, 0, 0.4);
    --black-l-500: rgba(0, 0, 0, 0.5);
    --black-l-600: rgba(0, 0, 0, 0.6);
    --black-l-700: rgba(0, 0, 0, 0.7);
    --black-l-800: rgba(0, 0, 0, 0.8);
    --black-l-900: rgba(0, 0, 0, 0.9);
    --primary: #FF0000;
    --primary-l-100: #ff1a1a;
    --primary-l-200: #ff1a1a;
    --primary-l-300: #ff4d4d;
    --primary-l-400: #ff6666;
    --primary-l-500: #ff8080;
    --primary-l-600: #ff9999;
    --primary-l-700: #ffb3b3;
    --primary-l-800: #ffcccc;
    --primary-l-900: #ffe6e6;
    --secondary: #016B4F;
    --secondary-l-100: #1a7a61;
    --secondary-l-200: #348972;
    --secondary-l-300: #4d9784;
    --secondary-l-400: #67a695;
    --secondary-l-500: #80b5a7;
    --secondary-l-600: #99c4b9;
    --secondary-l-700: #b3d3ca;
    --secondary-l-800: #cce1dc;
    --secondary-l-900: #e6f0ed;
    --dark: #212529;
    --dark-d-100: #1e2125;
    --dark-d-200: #1a1e21;
    --dark-d-300: #171a1d;
    --dark-d-400: #141619;
    --dark-d-500: #111315;
    --dark-l-100: #373b3e;
    --dark-l-200: #4d5154;
    --dark-l-300: #646669;
    --dark-l-400: #7a7c7f;
    --dark-l-500: #909294;
    --dark-l-600: #a6a8a9;
    --dark-l-700: #bcbebf;
    --dark-l-800: #d3d3d4;
    --dark-l-900: #e9e9ea;
    --success: #0ED016;
    --success-d-100: #0dbb14;
    --success-d-200: #0ba612;
    --success-d-300: #0a920f;
    --success-d-400: #087d0d;
    --success-d-500: #07680b;
    --success-l-100: #26d52d;
    --success-l-200: #3ed945;
    --success-l-300: #56de5c;
    --success-l-400: #6ee373;
    --success-l-500: #87e88b;
    --success-l-600: #9feca2;
    --success-l-700: #b7f1b9;
    --success-l-800: #cff6d0;
    --success-l-900: #e7fae8;
    --danger: #f25640;
    --danger-d-100: #da4d3a;
    --danger-d-200: #c24533;
    --danger-d-300: #a93c2d;
    --danger-d-400: #913426;
    --danger-d-500: #792b20;
    --danger-l-100: #f36753;
    --danger-l-200: #f57866;
    --danger-l-300: #f68979;
    --danger-l-400: #f79a8c;
    --danger-l-500: #f9aba0;
    --danger-l-600: #fabbb3;
    --danger-l-700: #fbccc6;
    --danger-l-800: #fcddd9;
    --danger-l-900: #feeeec;
    --warning: #dfa000;
    --warning-d-100: #c99000;
    --warning-d-200: #b28000;
    --warning-d-300: #9c7000;
    --warning-d-400: #866000;
    --warning-d-500: #705000;
    --warning-l-100: #e2aa1a;
    --warning-l-200: #e5b333;
    --warning-l-300: #e9bd4d;
    --warning-l-400: #ecc666;
    --warning-l-500: #efd080;
    --warning-l-600: #f2d999;
    --warning-l-700: #f5e3b3;
    --warning-l-800: #f9eccc;
    --warning-l-900: #fcf6e6;
    --info: #0dcaf0;
    --info-d-100: #0cb6d8;
    --info-d-200: #0aa2c0;
    --info-d-300: #098da8;
    --info-d-400: #087990;
    --info-d-500: #076578;
    --info-l-100: #0dcaf0;
    --info-l-200: #25cff2;
    --info-l-300: #3dd5f3;
    --info-l-400: #56daf5;
    --info-l-500: #6edff6;
}

[data-theme=light] {
    --body-bg: #F9FAFB;
    --body-color: #1A1A1A;
    --card-bg: #FFFFFF;
    --border-color: #E5E7EB;
    --button-bg: #E5E7EB;
    --white: #000;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--primary);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.fit--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fit-bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.text--italic {
    font-style: italic !important;
}

.text--underline {
    text-decoration: underline !important;
}

.cursor--pointer {
    cursor: pointer;
}

.container-fluid {
    padding: 0 75px;
}

body .cursor {
    pointer-events: none;
}

body .cursor__ball {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 1000;
}

body .cursor__ball circle {
    fill: var(--black);
}

.full-texture--overlay {
    z-index: 9999;
    opacity: 0.04;
    pointer-events: none;
    background-image: url(../../assets/images/common/body-bg.gif);
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.fixed-photo-wall-bg {
    z-index: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: hidden;
}

.bg-mask {
    z-index: 1;
    width: 300vw;
    max-width: none;
    height: 300vh;
    position: absolute;
    inset: auto;
    overflow: visible;
}

.photo-wall {
    z-index: 0;
    background-image: url(../../assets/images/common/section-bg.jpeg);
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
}

.left-marq {
    animation: moveLeft 40s linear infinite;
}

.right-marq {
    animation: moveRight 20s linear infinite;
}

.top-marq {
    animation: moveTop 40s linear infinite;
}

.bottom-marq {
    animation: moveBottom 10s linear infinite;
}

.top-marq--two {
    animation: moveTopTwo 40s linear infinite;
}

.bottom-marq--two {
    animation: moveBottomTwo 40s linear infinite;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(-550px);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes moveTop {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveTopTwo {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveBottom {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0%);
    }
}

@keyframes moveBottomTwo {
    0% {
        transform: translateY(-20%);
    }

    100% {
        transform: translateY(0%);
    }
}

.fit-bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.breadcrumb {
    min-height: 400px;
    z-index: 1;
}

.breadcrumb .title--wrap {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(1, 107, 79, 0.8);
    padding: 60px 26px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.breadcrumb .title--wrap .title {
    color: #fff;
    font-size: 32px;
}

.map-box {
    height: 380px;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}

.map-box iframe {
    width: 100%;
    height: 100%;
}

.wyg ol {
    margin-left: 20px;
}

.wyg ul {
    margin-left: 20px;
}

.wyg ol li {
    list-style: disc;
    margin-left: 20px;
}

.wyg ul li {
    list-style: disc;
    margin-left: 20px;
}

.partner--section {
    padding: 60px 0 45px 0;
}

.partner--section .content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px 0px 0px 20px;
    padding: 40px 45px;
}

.partner--section .content--wrap .section--title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    height: 100%;
    width: 34px;
    background-color: var(--primary);
}

.partner--section .bg--img {
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    height: 600px;
    width: 400px;
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
    z-index: -1;
}

.business--section {
    padding: 60px 0 45px 0;
}

.business--section .content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px 0px 0px 20px;
    padding: 40px 45px;
}

.business--section .content--wrap .section--title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    height: 100%;
    width: 34px;
    background-color: var(--primary);
}

.business--section .bg--img {
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    height: 600px;
    width: 400px;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    z-index: -1;
}

.video--section {
    padding: 60px 0 45px 0;
}

.video--section .video--card {
    border-radius: 30px 0px 0px 30px;
    padding: 0 20px;
}

.video--section .video--card .video--btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video--section .title--bar {
    height: 8px;
    width: 100%;
    background: var(--primary);
}

.faq--section {
    padding: 60px 0 45px 0;
}

.faq--section .content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 40px 45px;
}

.contact--section {
    padding: 60px 0 45px 0;
}

.about--section {
    padding: 60px 0 45px 0;
}

.about--section .content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px 0px 0px 20px;
    padding: 40px 45px;
}

.about--section .content--wrap .section--title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    height: 100%;
    width: 34px;
    background-color: var(--primary);
}

.about--section .bg--img {
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    height: 600px;
    width: 400px;
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
    z-index: -1;
}

.mission-vission--section {
    padding: 80px 0 110px 0;
}

.mission-vission--card.left {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px 0px 0px 30px;
    padding: 80px 50px;
}

.mission-vission--card.right {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px 30px 30px 0px;
    padding: 80px 50px;
}

.service-details--section {
    padding: 80px 0;
}

.service--card {
    padding: 50px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.service--card.left {
    border-radius: 30px 0px 0px 30px;
}

.service--card.right {
    border-radius: 0px 30px 30px 0px;
}

.whychoose--section {
    padding: 55px 0;
    margin-bottom: 100px;
}

.whychoose--section .thumb--wrap {
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
}

.quote--section {
    margin-bottom: 36px;
}

.quote--section .content--wrap {
    background-color: rgb(20, 70, 116);
    border-radius: 30px;
    padding: 40px 0;
}

.quote--section .content--wrap .btn {
    font-size: 20px;
    padding: 8px 56px;
}

.quote--section .content--wrap .btn.btn--light {
    background-color: #fff;
    color: rgb(234, 46, 69);
    font-weight: 700;
}

.quote--section .content--wrap .btn.btn--light:hover {
    background-color: rgb(234, 46, 69);
    color: #fff;
}

.quote--section .content--wrap .btn.btn--secondary {
    font-weight: 700;
}

.quote--section .content--wrap .btn.btn--secondary:hover {
    background-color: #fff !important;
    color: var(--secondary) !important;
}

.quote--section .content--wrap .support-list--wrap li {
    padding: 0 12px;
    border-right: 1px solid #fff;
    font-weight: 500;
    font-size: 16px;
}

.quote--section .support-list--wrap li:first-child {
    padding: 0 12px 0px 0px;
}

.quote--section .support-list--wrap li:last-child {
    padding: 0 0 0 12px;
    border-right: 0;
}

.contact--section {
    padding: 60px 0 45px 0;
}

.contact--section .content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px 0px 0px 20px;
    padding: 40px 45px;
}

.contact--section .content--wrap .section--title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    height: 100%;
    width: 34px;
    background-color: var(--primary);
}

.location--section {
    padding: 52px 0 104px 0;
}

.shiping--section {
    padding: 60px 0;
}

.shiping--section .content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px 0px 0px 20px;
    padding: 40px 45px;
}

.shiping--section .content--wrap .section--title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    height: 100%;
    width: 34px;
    background-color: var(--primary);
}

.text--lt {
    color: rgb(67, 67, 67);
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    display: flex;
    height: 20px;
    width: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, -4px);
}

.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -4px);
    right: auto;
}

.auto--modal .modal-header {
    border: 0;
}

.auto--modal .thumb--wrapp {
    height: 400px;
}

.fromUK {
    display: none;
}

:root {
    --color-background-primary: light-dark(rgba(255, 255, 255, 1), rgba(48, 48, 46, 1));
    --color-background-secondary: light-dark(rgba(245, 244, 237, 1), rgba(38, 38, 36, 1));
    --color-background-tertiary: light-dark(rgba(250, 249, 245, 1), rgba(20, 20, 19, 1));
    --color-background-inverse: light-dark(rgba(20, 20, 19, 1), rgba(250, 249, 245, 1));
    --color-background-ghost: light-dark(rgba(255, 255, 255, 0), rgba(48, 48, 46, 0));
    --color-background-info: light-dark(rgba(214, 228, 246, 1), rgba(37, 62, 95, 1));
    --color-background-danger: light-dark(rgba(247, 236, 236, 1), rgba(96, 42, 40, 1));
    --color-background-success: light-dark(rgba(233, 241, 220, 1), rgba(27, 70, 20, 1));
    --color-background-warning: light-dark(rgba(246, 238, 223, 1), rgba(72, 58, 15, 1));
    --color-background-disabled: light-dark(rgba(255, 255, 255, 0.5), rgba(48, 48, 46, 0.5));
    --color-text-primary: light-dark(rgba(20, 20, 19, 1), rgba(250, 249, 245, 1));
    --color-text-secondary: light-dark(rgba(61, 61, 58, 1), rgba(194, 192, 182, 1));
    --color-text-tertiary: light-dark(rgba(115, 114, 108, 1), rgba(156, 154, 146, 1));
    --color-text-inverse: light-dark(rgba(255, 255, 255, 1), rgba(20, 20, 19, 1));
    --color-text-info: light-dark(rgba(50, 102, 173, 1), rgba(128, 170, 221, 1));
    --color-text-danger: light-dark(rgba(127, 44, 40, 1), rgba(238, 136, 132, 1));
    --color-text-success: light-dark(rgba(38, 91, 25, 1), rgba(122, 185, 72, 1));
    --color-text-warning: light-dark(rgba(90, 72, 21, 1), rgba(209, 160, 65, 1));
    --color-text-disabled: light-dark(rgba(20, 20, 19, 0.5), rgba(250, 249, 245, 0.5));
    --color-text-ghost: light-dark(rgba(115, 114, 108, 0.5), rgba(156, 154, 146, 0.5));
    --color-border-primary: light-dark(rgba(31, 30, 29, 0.4), rgba(222, 220, 209, 0.4));
    --color-border-secondary: light-dark(rgba(31, 30, 29, 0.3), rgba(222, 220, 209, 0.3));
    --color-border-tertiary: light-dark(rgba(31, 30, 29, 0.15), rgba(222, 220, 209, 0.15));
    --color-border-inverse: light-dark(rgba(255, 255, 255, 0.3), rgba(20, 20, 19, 0.15));
    --color-border-ghost: light-dark(rgba(31, 30, 29, 0), rgba(222, 220, 209, 0));
    --color-border-info: light-dark(rgba(70, 130, 213, 1), rgba(70, 130, 213, 1));
    --color-border-danger: light-dark(rgba(167, 61, 57, 1), rgba(205, 92, 88, 1));
    --color-border-success: light-dark(rgba(67, 116, 38, 1), rgba(89, 145, 48, 1));
    --color-border-warning: light-dark(rgba(128, 92, 31, 1), rgba(168, 120, 41, 1));
    --color-border-disabled: light-dark(rgba(31, 30, 29, 0.1), rgba(222, 220, 209, 0.1));
    --color-ring-primary: light-dark(rgba(20, 20, 19, 0.7), rgba(250, 249, 245, 0.7));
    --color-ring-secondary: light-dark(rgba(61, 61, 58, 0.7), rgba(194, 192, 182, 0.7));
    --color-ring-inverse: light-dark(rgba(255, 255, 255, 0.7), rgba(20, 20, 19, 0.7));
    --color-ring-info: light-dark(rgba(50, 102, 173, 0.5), rgba(128, 170, 221, 0.5));
    --color-ring-danger: light-dark(rgba(167, 61, 57, 0.5), rgba(205, 92, 88, 0.5));
    --color-ring-success: light-dark(rgba(67, 116, 38, 0.5), rgba(89, 145, 48, 0.5));
    --color-ring-warning: light-dark(rgba(128, 92, 31, 0.5), rgba(168, 120, 41, 0.5));
    --font-sans: Anthropic Sans, sans-serif;
    --font-mono: ui-monospace, monospace;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-text-xs-size: 12px;
    --font-text-sm-size: 14px;
    --font-text-md-size: 16px;
    --font-text-lg-size: 20px;
    --font-heading-xs-size: 12px;
    --font-heading-sm-size: 14px;
    --font-heading-md-size: 16px;
    --font-heading-lg-size: 20px;
    --font-heading-xl-size: 24px;
    --font-heading-2xl-size: 28px;
    --font-heading-3xl-size: 36px;
    --font-text-xs-line-height: 1.4;
    --font-text-sm-line-height: 1.4;
    --font-text-md-line-height: 1.4;
    --font-text-lg-line-height: 1.25;
    --font-heading-xs-line-height: 1.4;
    --font-heading-sm-line-height: 1.4;
    --font-heading-md-line-height: 1.4;
    --font-heading-lg-line-height: 1.25;
    --font-heading-xl-line-height: 1.25;
    --font-heading-2xl-line-height: 1.1;
    --font-heading-3xl-line-height: 1;
    --border-radius-xs: 4px;
    --border-radius-sm: 6px;
    --border-radius-md: 8px;
    --border-radius-lg: 10px;
    --border-radius-xl: 12px;
    --border-radius-full: 9999px;
    --border-width-regular: 0.5px;
    --shadow-hairline: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shipping-track--section {
    padding: 60px 0;
  /* Responsive */
}

.shipping-track--section .content--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 20px 0px 0px 20px;
    padding: 40px 45px;
}

.shipping-track--section .content--wrap .section--title::after {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    height: 100%;
    width: 34px;
    background-color: var(--primary);
}

.shipping-track--section .tracker-wrap {
    padding: 1.5rem 0;
    max-width: 640px;
    margin: 0 auto;
}

.shipping-track--section .tracker-header {
    margin-bottom: 1.5rem;
}

.shipping-track--section .tracking-id {
    font-size: 13px;
    color: var(--primary);
    margin: 0 0 4px;
}

.shipping-track--section .tracking-num {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary);
    margin: 0;
    letter-spacing: 0.04em;
}

.shipping-track--section .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    background: var(--color-background-success);
    color: var(--secondary);
    border: 0.5px solid var(--color-border-success);
}

.shipping-track--section .summary-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .shipping-track--section .summary-cards {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

.shipping-track--section .scard {
    background: var(--color-background-secondary);
    border-radius: var(--border-radius-md);
    padding: 12px 14px;
}

.shipping-track--section .scard-label {
    font-size: 11px;
    color: var(--color-text-secondary);
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.shipping-track--section .scard-value {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin: 0;
}

.shipping-track--section .timeline-card {
    background: var(--color-background-primary);
    border: 0.5px solid var(--color-border-tertiary);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}

.shipping-track--section .timeline-header {
    padding: 14px 20px;
    border-bottom: 0.5px solid var(--color-border-tertiary);
    font-size: 13px;
    font-weight: 500;
    color: var(--color-text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.shipping-track--section .timeline-body {
    padding: 8px 0;
}

.shipping-track--section .step {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 0;
    position: relative;
}

.shipping-track--section .step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    flex-shrink: 0;
    padding: 12px 0;
}

.shipping-track--section .step-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 1;
    border: 2px solid transparent;
}

.shipping-track--section .step-line {
    width: 2px;
    flex: 1;
    min-height: 20px;
}

.shipping-track--section .step-right {
    padding: 12px 20px 12px 4px;
    flex: 1;
}

.shipping-track--section .step-date {
    font-size: 12px;
    color: var(--color-text-tertiary);
    margin: 0 0 2px;
}

.shipping-track--section .step-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    margin: 0 0 2px;
}

.shipping-track--section .step-sub {
    font-size: 12px;
    color: var(--color-text-secondary);
    margin: 0;
}

.shipping-track--section .done .step-icon {
    background: var(--color-background-success);
    color: var(--color-text-success);
    border-color: var(--color-border-success);
}

.shipping-track--section .done .step-line {
    background: var(--color-border-success);
}

.shipping-track--section .active .step-icon {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.shipping-track--section .active .step-line {
    background: var(--primary);
}

.shipping-track--section .pending .step-icon {
    background: var(--color-background-secondary);
    color: var(--color-text-tertiary);
    border-color: var(--color-border-tertiary);
}

.shipping-track--section .pending .step-line {
    background: var(--color-border-tertiary);
}

.shipping-track--section .last .step-line {
    display: none;
}

.shipping-track--section .tracking-num {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.shipping-track--section .tracker-search {
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 1.5rem;
}

.shipping-track--section .tracker-search__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.shipping-track--section .tracking-num-field {
    flex: 1;
    min-width: 220px;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary);
    letter-spacing: 0.04em;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--color-border-tertiary);
    border-radius: 0;
    padding: 6px 0;
    outline: none;
}

.shipping-track--section .tracking-num-field:focus {
    border-bottom-color: var(--primary);
}

.shipping-track--section .tracking-num-field::placeholder {
    color: var(--color-text-tertiary);
    font-weight: 400;
}

.shipping-track--section .track-not-found {
    max-width: 640px;
    margin: 0 auto;
    font-size: 14px;
    color: var(--primary);
}

.shipping-track--section .status-badge--transit {
    background: var(--color-background-info);
    color: var(--color-text-info);
    border-color: var(--color-border-info);
}

.bg--white {
    background-color: var(--white) !important;
}

.bg--black {
    background-color: var(--black) !important;
}

.bg--dark {
    background-color: var(--dark-bg) !important;
}

.bg--primary {
    background-color: var(--primary) !important;
}

.bg--secondary {
    background-color: var(--secondary) !important;
}

.bg--success {
    background-color: var(--success) !important;
}

.bg--danger {
    background-color: var(--danger) !important;
}

.bg--warning {
    background-color: var(--warning) !important;
}

.bg--info {
    background-color: var(--info) !important;
}

.section--bg {
    background-color: var(--body-bg-one) !important;
}

.section-bg--two {
    background-color: var(--body-bg-two) !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.body-bg--two {
    background-color: var(--body-bg-two);
}

.portfolio-body--bg {
    background-color: var(--body-bg-one);
}

.text--base-two {
    color: var(--base-two) !important;
}

.text--white {
    color: var(--white) !important;
}

.text--white7 {
    color: var(--white-l-700) !important;
}

.text--primary {
    color: var(--primary) !important;
}

.text--secondary {
    color: var(--secondary) !important;
}

.text--success {
    color: var(--success) !important;
}

.text--danger {
    color: var(--danger) !important;
}

.text--warning {
    color: var(--warning) !important;
}

.text--info {
    color: var(--info) !important;
}

.text--violet {
    color: var(--violet) !important;
}

.text--body {
    color: var(--body-bg-one);
}

.text--black {
    color: var(--black) !important;
}

.text--black7 {
    color: var(--black-l-700) !important;
}

.my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .my-120 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-100 {
        margin-top: 0px;
    }

    .mt-120 {
        margin-top: 50px;
    }

    .mb-120 {
        margin-bottom: 80px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }

    .mb-110 {
        margin-bottom: 70px;
    }

    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .mt-25 {
        margin-top: 20px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .my-80 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .my-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-40 {
        margin-top: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }
}
/* Base Styles */
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

/* Media Queries */
@media (max-width: 1399px) {
    .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-175 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .py-180 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .py-290 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pb-100,
  .pb-115,
  .pb-120 {
        padding-bottom: 80px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .py-290 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .py-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-60 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-100,
  .py-290 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pt-120 {
        padding-top: 100px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .pt-100 {
        padding-top: 90px;
    }

    .pt-60 {
        padding-top: 50px;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .pb-30 {
        padding-bottom: 25px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .py-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-60 {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-120 {
        padding-top: 80px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pt-40 {
        padding-top: 20px;
    }

    .pb-30 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .pb-115,
  .pb-120 {
        padding-bottom: 70px;
    }
}

body {
    font-family: var(--body-font-one);
    color: var(--heading-color);
    word-break: break-word;
    background-color: var(--background-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

p {
    font-family: var(--body-font-one);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    color: var(--body-color);
    line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font-one);
    color: var(--body-color);
    line-height: 1.1;
    word-break: break-word;
}

@media screen and (max-width: 770px) {
    h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
        margin: 0 0 10px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
    margin: 0px;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 600;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h6 {
        font-size: 14px !important;
    }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: 400;
    transition: 0.2s linear;
    line-height: 1.4;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    font-family: var(--body-font);
    color: var(--body-color);
}

a:hover {
    color: var(--primary);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button:focus {
    outline: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

.text--upper {
    text-transform: uppercase;
}

.text--xsm {
    font-size: 8px !important;
}

.text--sm {
    font-size: 12px !important;
}

.fs--14 {
    font-size: 14px !important;
}

.fs--16 {
    font-size: 16px !important;
}

.fs--18 {
    font-size: 18px !important;
}

.fs--20 {
    font-size: 20px !important;
}

.fs--22 {
    font-size: 22px !important;
}

.fs--24 {
    font-size: 24px !important;
}

.fs--26 {
    font-size: 26px !important;
}

.fs--28 {
    font-size: 28px !important;
}

.fs--30 {
    font-size: 30px !important;
}

.fs--32 {
    font-size: 32px !important;
}

.fs--34 {
    font-size: 34px !important;
}

.fs--36 {
    font-size: 36px !important;
}

.fs--38 {
    font-size: 38px !important;
}

.fs--40 {
    font-size: 40px !important;
}

.fs--42 {
    font-size: 42px !important;
}

.fs--44 {
    font-size: 44px !important;
}

.fs--46 {
    font-size: 46px !important;
}

.fs--48 {
    font-size: 48px !important;
}

.fs--50 {
    font-size: 50px !important;
}

.fs--52 {
    font-size: 52px !important;
}

.fs--54 {
    font-size: 54px !important;
}

.fs--56 {
    font-size: 56px !important;
}

.fs--58 {
    font-size: 58px !important;
}

.fs--60 {
    font-size: 60px !important;
}

.fs--62 {
    font-size: 62px !important;
}

.fs--64 {
    font-size: 64px !important;
}

.fs--66 {
    font-size: 66px !important;
}

.fs--68 {
    font-size: 68px !important;
}

.fs--70 {
    font-size: 70px !important;
}

.fs--100 {
    font-size: 100px !important;
}

.fw--100 {
    font-weight: 300 !important;
}

.fw--200 {
    font-weight: 300 !important;
}

.fw--300 {
    font-weight: 300 !important;
}

.fw--400 {
    font-weight: 400 !important;
}

.fw--500 {
    font-weight: 500 !important;
}

.fw--600 {
    font-weight: 600 !important;
}

.fw--700 {
    font-weight: 700 !important;
}

.fw--800 {
    font-weight: 800 !important;
}

.fw--900 {
    font-weight: 900 !important;
}

.heading-font--one {
    font-family: var(--heading-font-one) !important;
}

.heading-font--two {
    font-family: var(--heading-font-two) !important;
}

.heading--font--thee {
    font-family: var(--heading-font-three) !important;
}

.heading--font--four {
    font-family: var(--heading-font-four) !important;
}

.body-font--one {
    font-family: var(--body-font-one) !important;
}

.text--underline {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .fw--600 {
        font-weight: 500 !important;
    }

    .fw--700 {
        font-weight: 500 !important;
    }

    .fw--800 {
        font-weight: 500 !important;
    }

    .fw--900 {
        font-weight: 500 !important;
    }
}

@media (max-width: 575px) {
    .fs--32 {
        font-size: 26px !important;
    }
}

.text--stroke {
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.text-stroke--white {
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.base--radius {
    border-radius: 8px !important;
}

.radius--4 {
    border-radius: 4px !important;
}

.radius--8 {
    border-radius: 8px !important;
}

.radius--12 {
    border-radius: 12px !important;
}

.radius--16 {
    border-radius: 16px !important;
}

.radius--20 {
    border-radius: 20px !important;
}

.radius--24 {
    border-radius: 24px !important;
}

.radius--28 {
    border-radius: 28px !important;
}

.radius--30 {
    border-radius: 30px !important;
}

.radius--32 {
    border-radius: 32px !important;
}

.radius--50 {
    border-radius: 50% !important;
}

.radius--0 {
    border-radius: 0 !important;
}

.z--1 {
    z-index: 1;
}

.z--2 {
    z-index: 2;
}

.z--3 {
    z-index: 3;
}

.z--4 {
    z-index: 4;
}

.z--5 {
    z-index: 5;
}

.z--6 {
    z-index: 6;
}

.z--7 {
    z-index: 7;
}

.z--8 {
    z-index: 8;
}

.z--9 {
    z-index: 9;
}

.zm--1 {
    z-index: -1;
}

.zm--2 {
    z-index: -2;
}

.zm--3 {
    z-index: -3;
}

.zm--4 {
    z-index: -4;
}

.zm--5 {
    z-index: -5;
}

.zm--6 {
    z-index: -6;
}

.zm--7 {
    z-index: -7;
}

.zm--8 {
    z-index: -8;
}

.zm--9 {
    z-index: -9;
}

.w--10 {
    width: 10% !important;
}

.w--20 {
    width: 20% !important;
}

.w--30 {
    width: 30% !important;
}

.w--40 {
    width: 40% !important;
}

.w--50 {
    width: 50% !important;
}

.w--60 {
    width: 60% !important;
}

.w--70 {
    width: 70% !important;
}

.w--80 {
    width: 80% !important;
}

.w--90 {
    width: 90% !important;
}

.w--100 {
    width: 100% !important;
}

.h--10 {
    height: 10% !important;
}

.h--20 {
    height: 20% !important;
}

.h--30 {
    height: 30% !important;
}

.h--40 {
    height: 40% !important;
}

.h--50 {
    height: 50% !important;
}

.h--60 {
    height: 60% !important;
}

.h--70 {
    height: 70% !important;
}

.h--80 {
    height: 80% !important;
}

.h--90 {
    height: 90% !important;
}

.h--100 {
    height: 100% !important;
}

.border--base3 {
    border: 1px solid hsl(var(--base)/0.3) !important;
}

.border--black {
    border-color: hsl(var(--black)) !important;
}

.border--black1 {
    border-color: hsl(var(--black)/0.1) !important;
}

.border--black3 {
    border-color: hsl(var(--black)/0.32) !important;
}

.border--primary {
    border-color: var(--primary) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

.border--violet {
    border-color: hsl(var(--violet)) !important;
}

.border--white {
    border: 1px solid hsl(var(--white)) !important;
}

.border-top--solid {
    border-top: 1px solid hsl(var(--black)) !important;
}

.border-top--dash {
    border-top: 1px dashed hsl(var(--black)) !important;
}

.border-right--solid {
    border-right: 1px solid hsl(var(--black)) !important;
}

.border-tight--dash {
    border-right: 1px dashed hsl(var(--black)) !important;
}

.border-left--solid {
    border-left: 1px solid hsl(var(--black)) !important;
}

.border-left--dashed {
    border-left: 1px dashed hsl(var(--black)) !important;
}

.border-bottom--solid {
    border-bottom: 1px solid hsl(var(--black)) !important;
}

.border-bottom--dashed {
    border-bottom: 1px dashed hsl(var(--black)) !important;
}

.border--solid1 {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.border--dash1 {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.border--solid2 {
    border: 1px solid hsl(var(--black)/0.2) !important;
}

.border--dash2 {
    border: 1px solid hsl(var(--black)/0.2) !important;
}

.border--solid3 {
    border: 1px solid hsl(var(--black)/0.3) !important;
}

.border--dash3 {
    border: 1px solid hsl(var(--black)/0.3) !important;
}

.border--solid4 {
    border: 1px solid hsl(var(--black)/0.4) !important;
}

.border--dash4 {
    border: 1px solid hsl(var(--black)/0.4) !important;
}

.border--solid5 {
    border: 1px solid hsl(var(--black)/0.5) !important;
}

.border--dash5 {
    border: 1px solid hsl(var(--black)/0.5) !important;
}

.border-top--solid1 {
    border-top: 1px solid hsl(var(--black)/0.1) !important;
}

.border-top--dash1 {
    border-top: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-top--solid2 {
    border-top: 1px solid hsl(var(--black)/0.2) !important;
}

.border-top--dash2 {
    border-top: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-top--solid3 {
    border-top: 1px solid hsl(var(--black)/0.3) !important;
}

.border-top--dash3 {
    border-top: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-top--solid4 {
    border-top: 1px solid hsl(var(--black)/0.4) !important;
}

.border-top--dash4 {
    border-top: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-top-solid5 {
    border-top: 1px solid hsl(var(--black)/0.5) !important;
}

.border-top--dash5 {
    border-top: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-right--solid1 {
    border-right: 1px solid hsl(var(--black)/0.1) !important;
}

.border-right--dash1 {
    border-right: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-right--solid2 {
    border-right: 1px solid hsl(var(--black)/0.2) !important;
}

.border-right--dash2 {
    border-right: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-right--solid3 {
    border-right: 1px solid hsl(var(--black)/0.3) !important;
}

.border-right--dash3 {
    border-right: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-right--solid4 {
    border-right: 1px solid hsl(var(--black)/0.4) !important;
}

.border-right--dash4 {
    border-right: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-right-solid5 {
    border-right: 1px solid hsl(var(--black)/0.5) !important;
}

.border-right--dash5 {
    border-right: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-bottom--solid1 {
    border-bottom: 1px solid hsl(var(--black)/0.1) !important;
}

.border-bottom--dash1 {
    border-bottom: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-bottom--solid2 {
    border-bottom: 1px solid hsl(var(--black)/0.2) !important;
}

.border-bottom--dash2 {
    border-bottom: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-bottom--solid3 {
    border-bottom: 1px solid hsl(var(--black)/0.3) !important;
}

.border-bottom--dash3 {
    border-bottom: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-bottom--solid4 {
    border-bottom: 1px solid hsl(var(--black)/0.4) !important;
}

.border-bottom--dash4 {
    border-bottom: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-bottom-solid5 {
    border-bottom: 1px solid hsl(var(--black)/0.5) !important;
}

.border-bottom--dash5 {
    border-bottom: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-bottom-solid--white {
    border-bottom: 1px solid hsl(var(--white)) !important;
}

.border-bottom-solid--black3 {
    border-bottom: 1px solid hsl(var(--black)/0.32) !important;
}

.border-bottom-solid--white5 {
    border-bottom: 1px solid hsl(var(--white)/0.5) !important;
}

.border-left--solid1 {
    border-left: 1px solid hsl(var(--black)/0.1) !important;
}

.border-left--dash1 {
    border-left: 1px dashed hsl(var(--black)/1) !important;
}

.border-left--solid2 {
    border-left: 1px solid hsl(var(--black)/0.2) !important;
}

.border-left--dash2 {
    border-left: 1px dashed hsl(var(--black)/2) !important;
}

.border-left--solid3 {
    border-left: 1px solid hsl(var(--black)/0.3) !important;
}

.border-left--dash3 {
    border-left: 1px dashed hsl(var(--black)/3) !important;
}

.border-left--solid4 {
    border-left: 1px solid hsl(var(--black)/0.4) !important;
}

.border-left--dash4 {
    border-left: 1px dashed hsl(var(--black)/4) !important;
}

.border-left-solid5 {
    border-left: 1px solid hsl(var(--black)/0.5) !important;
}

.border-left--dash5 {
    border-left: 1px dashed hsl(var(--black)/5) !important;
}

.border--none {
    border: none !important;
}

.bt--none {
    border-top: none !important;
}

.bs--none {
    border-left: none !important;
}

.be--none {
    border-right: none !important;
}

.bb--none {
    border-bottom: none !important;
}

.br-left--0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.br-btm--0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.gap--4 {
    gap: 4px !important;
}

.gap--8 {
    gap: 8px !important;
}

.gap--12 {
    gap: 12px !important;
}

.gap--16 {
    gap: 16px !important;
}

.gap--20 {
    gap: 20px !important;
}

.gap--24 {
    gap: 24px !important;
}

.gap--28 {
    gap: 28px !important;
}

.gap--32 {
    gap: 32px !important;
}

.gap--36 {
    gap: 36px !important;
}

.gap--40 {
    gap: 40px !important;
}

.gap--44 {
    gap: 44px !important;
}

.gap--48 {
    gap: 48px !important;
}

.gap--52 {
    gap: 52px !important;
}

.gap--56 {
    gap: 56px !important;
}

.gap--58 {
    gap: 58px !important;
}

.gap--60 {
    gap: 60px !important;
}

.gap--64 {
    gap: 64px !important;
}

.gap--68 {
    gap: 68px !important;
}

.gap--72 {
    gap: 72px !important;
}

.gap--74 {
    gap: 74px !important;
}

.gap--76 {
    gap: 76px !important;
}

.gap--78 {
    gap: 78px !important;
}

.gap--80 {
    gap: 80px !important;
}

.gap--82 {
    gap: 82px !important;
}

.gap--84 {
    gap: 84px !important;
}

.gap--86 {
    gap: 86px !important;
}

.gap--88 {
    gap: 88px !important;
}

.gap--100 {
    gap: 100px !important;
}

.custom--accordion .accordion-item {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.custom--accordion .accordion-collapse {
    width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
    border-radius: 0px 0px 20px 20px !important;
}

.custom--accordion .accordion-body {
    color: var(--black);
}

.custom--accordion .accordion-button {
    color: var(--black) !important;
    font-size: 16px;
    padding: 20px 58px;
    font-weight: 600;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px !important;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 18px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--white) !important;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: var(--black);
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    color: var(--primary);
    font-size: 20px;
    font-weight: 800;
}

.custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion1 .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    content: "\f077";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 16px;
    color: var(--primary) !important;
    font-size: 20px;
}

/* Button Style */
button {
    border: none;
    transition: 0.5s;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    border-radius: 4px;
    line-height: 1.2;
    position: relative;
}

.btn.pills {
    border-radius: 50px !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1025px) {
    .btn {
        padding: 6px 10px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 6px 7px;
    }
}

.btn:hover, .btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
}

.btn--sm {
    padding: 4px 12px;
    font-size: 14px;
}

.btn--sm:hover, .btn--sm:focus {
    background-color: hsl(var(--white));
    border: 1px solid transparent;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 770px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--md {
    padding: 13px 14px;
    font-size: 16px;
}

@media screen and (max-width: 770px) {
    .btn--md {
        padding: 6px 12px;
    }
}

.btn--lg {
    padding: 14px 26px;
    font-size: 16px !important;
}

@media screen and (max-width: 770px) {
    .btn--lg {
        padding: 12px 14px;
        font-size: 14px !important;
    }
}

.btn--base-two {
    background: hsl(var(--base-two));
    color: hsl(var(--white));
    border: 0px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--base-two:hover, .btn--base-two:active, .btn--base-two:focus {
    background: hsl(var(--base-two)/0.8) !important;
    color: hsl(var(--white)) !important;
    border: 0px solid transparent !important;
}

.btn--base-two.pill {
    border-radius: 35px;
}

.btn--primary {
    background: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    background: var(--primary-l-400) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--primary.pill {
    border-radius: 35px;
}

.btn--secondary {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    background: var(--secondary-l-400) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--secondary.pill {
    border-radius: 35px;
}

.btn--success {
    background: var(--success);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--success:hover, .btn--success:active, .btn--success:focus {
    background: var(--success-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--success.pill {
    border-radius: 35px;
}

.btn--danger {
    background: var(--danger);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--danger:hover, .btn--danger:active, .btn--danger:focus {
    background: var(--danger-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--danger.pill {
    border-radius: 35px;
}

.btn--warning {
    background: var(--warning);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--warning:hover, .btn--warning:active, .btn--warning:focus {
    background: var(--warning-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--warning.pill {
    border-radius: 35px;
}

.btn--info {
    background: var(--info);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--info:hover, .btn--info:active, .btn--info:focus {
    background: var(--info-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--info.pill {
    border-radius: 35px;
}

.btn--violet {
    background: var(--violet);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--violet:hover, .btn--violet:active, .btn--violet:focus {
    background: var(--violet-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--violet.pill {
    border-radius: 35px;
}

.btn--dark {
    background: var(--dark);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
}

.btn--dark:hover, .btn--dark:active, .btn--dark:focus {
    background: var(--dark-l-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--dark.pill {
    border-radius: 35px;
}

.btn--dark::after {
    background-color: hsl(var(--white)/0.3);
}

.btn--dark::before {
    background-color: hsl(var(--white)/0.3);
}

.pill {
    border-radius: 35px !important;
}

.btn-outline {
    background: transparent;
    border: none !important;
    border-radius: 8px;
}

.btn-outline:hover, .btn-outline:focus {
    box-shadow: none !important;
}

.btn-outline--base {
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--base:hover, .btn-outline--base:focus {
    background-color: hsl(var(--base)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--base));
}

.btn-outline--base.pill {
    border-radius: 35px;
}

.btn-outline--base.active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary);
}

.btn-outline--base.active:hover {
    background-color: var(--primary-l-700) !important;
}

.btn-outline--base-two {
    color: hsl(var(--base-two));
    border: 1px solid hsl(var(--base-two));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--base-two:hover, .btn-outline--base-two:focus {
    background-color: hsl(var(--base-two)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--base-two));
}

.btn-outline--base-two.pill {
    border-radius: 35px;
}

.btn-outline--success {
    color: hsl(var(--success));
    border: 1px solid hsl(var(--success));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--success:hover, .btn-outline--success:focus {
    background-color: hsl(var(--success)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--success));
}

.btn-outline--success.pill {
    border-radius: 35px;
}

.btn-outline--danger {
    color: hsl(var(--danger));
    border: 1px solid hsl(var(--danger));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--danger:hover, .btn-outline--danger:focus {
    background-color: hsl(var(--danger)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--danger));
}

.btn-outline--danger.pill {
    border-radius: 35px;
}

.btn-outline--warning {
    color: hsl(var(--warning));
    border: 1px solid hsl(var(--warning));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--warning:hover, .btn-outline--warning:focus {
    background-color: hsl(var(--warning)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--warning));
}

.btn-outline--warning.pill {
    border-radius: 35px;
}

.btn-outline--info {
    color: hsl(var(--info));
    border: 1px solid hsl(var(--info));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--info:hover, .btn-outline--info:focus {
    background-color: hsl(var(--info)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--info));
}

.btn-outline--info.pill {
    border-radius: 35px;
}

.btn-outline--primary {
    color: hsl(var(--primary));
    border: 1px solid hsl(var(--primary));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--primary:hover, .btn-outline--primary:focus {
    background-color: hsl(var(--primary)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--primary));
}

.btn-outline--primary.pill {
    border-radius: 35px;
}

.btn-outline--secondary {
    color: hsl(var(--secondary));
    border: 1px solid hsl(var(--secondary));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--secondary:hover, .btn-outline--secondary:focus {
    background-color: hsl(var(--secondary)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--secondary));
}

.btn-outline--secondary.pill {
    border-radius: 35px;
}

.btn-outline--dark {
    color: hsl(var(--dark));
    border: 1px solid hsl(var(--dark));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--dark:hover, .btn-outline--dark:focus {
    background-color: hsl(var(--dark)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--dark));
}

.btn-outline--dark.pill {
    border-radius: 35px;
}

.btn-outline--violet {
    color: hsl(var(--violet));
    border: 1px solid hsl(var(--violet));
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--violet:hover, .btn-outline--violet:focus {
    background-color: hsl(var(--violet)/0.7) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--violet));
}

.btn-outline--violet.pill {
    border-radius: 35px;
}

.copytext {
    border-radius: 0px 6px 6px 0px !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.header--cta {
    width: 45px;
    height: 45px;
    border-radius: 7px;
    background-color: var(--button-bg);
    color: var(--body-color);
    text-align: center;
}

/* END Button Style */
.swiper-btn--wrap .swiper-button-next,
.swiper-btn--wrap .swiper-button-prev {
    width: 66px;
    height: 66px;
    background-color: var(--white);
    border-radius: 50%;
    position: unset;
    transition: 0.3s linear;
}

.swiper-btn--wrap .swiper-button-next svg,
.swiper-btn--wrap .swiper-button-prev svg {
    transition: 0.3s linear;
}

.swiper-btn--wrap .swiper-button-next:hover,
.swiper-btn--wrap .swiper-button-prev:hover {
    background-color: var(--primary);
}

.swiper-btn--wrap .swiper-button-next:hover svg path,
.swiper-btn--wrap .swiper-button-prev:hover svg path {
    stroke: var(--white);
}

.swiper-btn--wrap .swiper-button-next::after,
.swiper-btn--wrap .swiper-button-prev::after {
    content: none;
}

.swiper-btn--wrap .swiper-button-next svg,
.swiper-btn--wrap .swiper-button-prev svg {
    width: unset;
    height: unset;
    object-fit: contain;
    transform-origin: center;
}

.work--card {
    width: 100%;
    border-radius: 20px;
}

.work--card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 63.91%, rgba(0, 0, 0, 0.432836) 79.74%, #000000 99.88%);
}

.work--card .thumb--wrap {
    width: 100%;
    height: 350px;
}

.work--card .content--wrap {
    left: 0;
    bottom: 0;
    z-index: 1;
}

.employee--card {
    width: 100%;
    border-radius: 29px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.employee--card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 63.91%, rgba(0, 0, 0, 0.432836) 79.74%, #000000 99.88%);
}

.employee--card .thumb--wrap {
    width: 100%;
    height: 350px;
}

.employee--card .content--wrap {
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 12px;
}

.employee--card .content--wrap .name {
    font-family: "Inria Serif", serif;
}

.employee--card .content--wrap .position {
    font-family: "Inria Serif", serif;
}

.mission--card {
    border-radius: 29px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding: 30px;
    height: 100%;
}

.history-wrap {
    display: grid;
    grid-template-columns: 1fr 240px;
    align-items: center;
}

.history-wrap .swiper-pagination {
    top: 0;
    left: auto;
    right: 15%;
    display: flex;
    flex-direction: column;
    width: 20px;
    height: 100%;
    gap: 28px;
    z-index: 9999;
}

/* LEFT CONTENT */
.historyContent {
    width: 100%;
}

.history-card {
    background: rgba(255, 252, 233, 0.8509803922);
    border-radius: 11px 0px 20px 72px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 25px;
    min-height: 250px;
}

.history-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.history-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history-body h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #111;
}

.history-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #111;
}

/* RIGHT TIMELINE */
.timeline-wrap {
    position: relative;
    height: 320px;
    display: flex;
    justify-content: center;
}

.timeline-line {
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #fff;
    border-radius: 20px;
}

.historyYears {
    position: absolute;
    left: 95px;
    height: 320px;
    overflow: visible !important;
}

.historyYears .swiper-slide {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.historyYears .swiper-slide-thumb-active {
    opacity: 1;
    color: #FFEA00;
    position: relative;
}

.historyYears .swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FF8800;
}

/* UP DOWN BUTTON */
.timeline-nav {
    position: absolute;
    right: -10px;
    top: 85px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.timeline-nav button {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.location--card {
    background-color: #fff;
    border-radius: 36px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    padding: 12px 18px 30px 18px;
}

.location--card .g-map {
    width: 100%;
    height: 184px;
    border-radius: 26px 26px 0px 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.location--card .g-map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location--card .icon--wrap {
    width: 35px;
    height: 35px;
}

.location--card .icon--wrap img {
    width: 26px;
    height: auto;
}

.select-box--wrap {
    background: #EDEDED;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 26px;
}

.select-box {
    width: 280px;
    position: relative;
}

.select-box .selected {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    border-radius: 6px;
}

.select-box .selected img {
    width: 20px;
    height: 14px;
    margin-right: 8px;
}

.select-box .dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 5px;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 10;
}

.select-box .search-box {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.select-box .search-box input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select-box .option {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select-box .option:hover {
    background: #f0f0f0;
}

.select-box .option img {
    width: 20px;
    height: 14px;
    margin-right: 8px;
}

.calculator--wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    border-radius: 35px;
    padding: 45px 30px;
}

.form--label {
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

label.req {
    position: relative;
}

label.req::after {
    content: "*";
    position: absolute;
    top: 3px;
    right: -10px;
    color: var(--danger);
}

.form-control {
    background-color: transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.form-control:focus {
    color: var(--black);
    border: 1px solid var(--primary) !important;
    border-radius: 20px;
    background-color: transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.form--control {
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 10px 16px;
    background-color: transparent;
    color: var(--black);
    line-height: 26px;
    border: 1px solid var(--black-l-200);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.form--control::placeholder {
    color: var(--black-l-500) !important;
    font-size: 16px;
}

.form--control:focus {
    color: var(--black);
    border: 1px solid var(--primary) !important;
    border-radius: 20px;
    background-color: transparent;
}

.form--control:disabled, .form--control[readonly] {
    background-color: var(--black-l-500);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: var(--black-l-800);
}

.form--control[type=password]:focus {
    color: var(--black-l-800);
}

.form--control[type=file] {
    line-height: 45px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid var(--black-l-800);
    padding: 2px 6px;
    border-radius: 0.2em;
    background-color: var(--base-l-500);
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: var(--black-l-800);
    cursor: pointer;
}

.form--control[type=file]::file-selector-button:hover {
    background-color: var(--primary-d-100);
    border: 1px solid var(--primary);
    color: var(--white);
}

.form--control.pills {
    border-radius: 50px !important;
}

.form--control:focus ~ .form--label,
.form--control:not(:placeholder-shown).form--control:not(:focus) ~ .form--label {
    top: -14px;
    left: 8px;
    font-size: 14px;
    background: var(--black);
    z-index: 9;
}

textarea.form--control {
    height: 220px;
    padding: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-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 {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
}

.footer-subscribe-box .footer-input:-webkit-autofill {
    -webkit-text-fill-color: hsl(var(--black)) !important;
}

.search--input .search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: var(--primary);
}

.search--input input {
    padding-right: 40px;
}

.input--icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black-l-500);
}

#send-amount input[type=file] {
    color: var(--primary);
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*====== Country code ======*/
.input-group.country-code {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.input-group.country-code .input-group-text {
    background-color: var(--primary-l-500);
    border: 1px solid var(--primary-l-700);
}

.form--select option {
    background-color: var(--body-color);
    color: var(--black);
}

/* Custom Checkbox Design */
.form--check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--black-l-700);
    margin-top: 0px;
}

.form--check .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--black);
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 12px;
    color: var(--black-l-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form--check label {
    color: var(--black);
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 15px;
    }
}

/*  Custom Radio Design */
.form--radio {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form--radio .form-radio-input {
    box-shadow: none;
    border: 2px solid var(--primary);
    position: relative;
    margin: 0px;
    height: 20px;
    width: 20px;
}

.form--radio .form-radio-input:active {
    filter: brightness(100%);
}

.form--radio .form-radio-input:checked {
    background-color: transparent;
    border-color: var(--primary);
}

.form--radio .form-radio-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-radio-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: var(--primary);
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-radio-label {
    width: calc(100% - 16px);
    color: var(--black-l-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    width: unset;
    border-radius: 16px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: var(--primary) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
    width: unset;
    border-radius: 16px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: var(--black);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 5px;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: var(--primary);
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 20px);
}

.form--switch .form-check-label {
    margin-right: 10px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.search-input {
    padding-right: 60px !important;
}

/* --------------------------- */
.modal--base .modal-dialog .modal-content {
    border-radius: 20px !important;
    border: 1px solid var(--black-l-800);
    padding: 24px;
    position: relative;
}

.modal--base .modal-dialog .modal-content::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    transition: 0.3s ease;
    background-color: var(--black);
    z-index: -1;
}

.modal--base .modal-dialog .modal-header {
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 16px;
    margin-bottom: 36px;
}

.modal--base .modal-dialog .modal-header .btn--close {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--black-l-800) !important;
}

.modal--base .modal-dialog .modal-body {
    padding: 0px;
}

.modal--base .modal-dialog .modal-footer {
    border: 0;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid var(--primary);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--black));
}

.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
    color: var(--white);
    background-color: var(--primary);
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    color: var(--white);
    background-color: var(--primary);
}

.table {
    margin: 0;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0px 8px;
    border-radius: 10px;
}

.table thead tr th {
    background: var(--primary);
    text-align: center;
    font-size: 16px;
    padding: 15px;
    color: var(--white);
    font-family: var(--heading-font);
    font-weight: 500;
    max-width: 170px;
    white-space: nowrap;
    border: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
}

.table thead tr .tbl-text-right {
    text-align: right !important;
}

.table thead tr .tbl-text-center {
    text-align: center !important;
}

.table thead tr .tbl-text-left {
    text-align: left !important;
}

.table thead tr .tbl-text-center:last-child {
    text-align: center;
}

.table tbody {
    border: 0 !important;
    color: var(--black-l-800);
}

.table tbody tr:last-child td {
    border: 0;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0px 5px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    border-left: 0;
}

.table tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 0;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--body-color);
    max-width: 170px;
    font-weight: 400;
    text-align: left;
    padding: 20px 18px;
    text-align: center;
    background-color: var(--black-l-300);
}

.table tbody tr td a {
    color: var(--black-l-800);
}

.table tbody tr td a:hover {
    text-decoration: underline;
}

.table tbody tr td span {
    color: var(--black-l-800);
    font-weight: 500;
}

.table tbody tr td p {
    font-size: 14px;
}

.table tbody tr td .table--img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
    display: none;
    width: 50% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
}

.table tbody tr .tbl-text-right {
    text-align: right;
}

.table tbody tr .tbl-text-center {
    text-align: center;
}

.table tbody tr .tbl-text-left {
    text-align: left;
}

.table tbody tr .tbl-text-center:last-child {
    text-align: center !important;
}

.table > :not(caption) > * > * {
    background-color: transparent;
}

@media screen and (max-width: 770px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800) !important;
        max-width: unset;
        flex-wrap: wrap;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none !important;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid var(--black-l-800);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table-wrapper .table--responsive--lg tbody tr td {
        display: block;
    }
}

@media (max-width: 992px) {
    .table tbody tr:nth-child(even) {
        border-bottom: 1px solid var(--black-l-800);
        background: hsl(var(--base)/0.03);
    }
}

.table tbody tr td:first-child {
    text-align: left;
    border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
    text-align: right;
    border-radius: 0 8px 8px 0;
}

.custom--tabs {
    padding: 12px 0px;
    border-radius: 12px;
}

.custom--tabs li {
    margin: 0px 8px 8px 0px;
}

.custom--tabs li .btn {
    color: var(--primary) !important;
    border: 1px solid var(--primary-l-800) !important;
    padding: 8px 16px;
    outline: none !important;
}

.custom--tabs li .btn-check:active + .btn,
.custom--tabs li .btn-check:checked + .btn,
.custom--tabs li .btn.active,
.custom--tabs li .btn.show,
.custom--tabs li .btn:active {
    color: var(--white) !important;
    background: var(--primary) !important;
    font-weight: 600;
    border: 1px solid var(--white) !important;
}

.custom--tabs.nav-tabs {
    border-bottom: 1px solid var(--white) !important;
    border-radius: 0px;
    margin-bottom: 36px !important;
}

/* Badge Color and style */
.badge {
    border-radius: 6px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400 !important;
}

.badge--primary {
    color: var(--primary) !important;
    background-color: var(--primary-l-100) !important;
}

.badge--secondary {
    color: var(--secondary) !important;
    background-color: var(--secondary-l-100) !important;
}

.badge--success {
    color: var(--success) !important;
    background-color: var(--success-l-100) !important;
}

.badge--danger {
    color: var(--danger) !important;
    background-color: var(--danger-l-100) !important;
}

.badge--warning {
    color: var(--warning) !important;
    background-color: var(--warning-l-100) !important;
}

.badge--info {
    color: var(--info) !important;
    background-color: var(--info-l-100) !important;
}

.badge--violet {
    color: var(--violet) !important;
    background-color: var(--violet-l-100) !important;
}

.tree-view {
    list-style: none;
    margin-top: 20px;
}

.tree-view li {
    margin-left: 30px;
    padding: 12px 0px;
}

.tree-view .ref-name {
    position: relative;
    color: hsl(var(--black));
}

.tree-view .ref-name::after {
    content: "";
    top: 19px;
    left: -14px;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--primary);
}

.tree-view:first-child {
    border-left: none;
}

#ul {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
    position: relative;
    color: var(--primary);
}

.caret::after {
    content: none !important;
}

.caret::before {
    position: absolute;
    content: "▶";
    top: 0;
    left: -20px;
    color: var(--primary);
    display: inline-block;
}

.caret-down::before {
    transform: rotate(90deg);
}

.nested {
    display: none;
    border-left: 2px dashed var(--primary);
}

.nested.active {
    display: block;
}

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .loader__text {
    width: fit-content;
    font-weight: 600;
    font-family: var(--heading-font);
    letter-spacing: 2px;
    font-size: 40px;
    background: radial-gradient(circle closest-side, var(--primary) 94%, transparent) right/calc(200% - 1em) 100%;
    animation: loader__circle 1s infinite alternate linear;
}

@media screen and (max-width: 575px) {
    .preloader .loader__text {
        font-size: 1.875rem;
    }
}

.preloader .loader__text::before {
    content: attr(data-text);
    line-height: 1em;
    color: transparent;
    background: inherit;
    background-image: radial-gradient(circle closest-side, var(--white) 94%, var(--black));
    -webkit-background-clip: text;
    background-clip: text;
}

@keyframes loader__circle {
    100% {
        background-position: left;
    }
}
/* dashboard Sidebar Menu Start */
.dashboard_profile .sidebar-menu-list__link {
    color: hsl(var(--black));
}

.dashboard_profile .sidebar-menu-list__link:hover {
    background: hsl(var(--base)/0.1);
}

.sidebar-menu-list__link.active {
    position: relative;
    background: hsl(var(--white));
}

.sidebar-menu-list__link.active .icon {
    color: hsl(var(--base));
}

.sidebar-menu-list__link.active .text {
    color: hsl(var(--base));
}

.sidebar-menu {
    padding: 0px 0px 10px 0px;
    transition: 0.2s linear;
    z-index: 99;
    width: 300px;
}

.sidebar-menu-list {
    height: 100vh;
    overflow-y: auto;
    padding: 20px 0px 120px 0px;
    position: relative;
}

.sidebar-menu-list .menu--lable {
    margin: 35px 40px 16px 40px;
}

.sidebar-menu-list .menu--lable span {
    color: var(--body-color) !important;
    font-size: 18px;
}

.sidebar-menu-list__item {
    margin: 0px 0px 8px 0px;
}

.sidebar-menu-list__item.has-dropdown.active {
    background-color: var(--white-l-100);
    border-radius: 4px;
}

.sidebar-menu-list__item.has-dropdown.active > a {
    color: hsl(var(--base-two));
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
    transform: rotate(90deg);
    margin-left: 14px;
    color: var(--primary);
}

.sidebar-menu-list__item.has-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 4px;
    right: 0px;
    transition: 0.1s linear;
    margin-left: 14px;
    color: var(--body-color);
}

.sidebar-menu-list__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    color: var(--body-color) !important;
    gap: 8px;
}

.sidebar-menu-list__link .text {
    transition: 0.3s linear;
    font-size: 18px;
}

.sidebar-menu-list__link:hover .text {
    color: var(--primary) !important;
}

.sidebar-menu-list__link .icon {
    display: block;
    width: 14x;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
    display: none;
    position: relative;
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
}

.sidebar-submenu-list__item {
    position: relative;
}

.sidebar-submenu-list__item.active::before {
    background: var(--primary) !important;
}

.sidebar-submenu-list__item.active > a {
    color: var(--primary);
}

.sidebar-submenu-list__link {
    margin: 0px 0px 8px 8px !important;
    display: block;
    border-bottom: 0 !important;
}

.sidebar-submenu-list__link:hover {
    background: var(--white-l-800);
    border-radius: 4px;
    color: var(--white);
}

.sidebar-submenu-list__link.active {
    border-bottom: 1px solid var(--primary) !important;
    border-radius: 8px;
}

.sidebar-submenu-list__link.active:hover {
    background: transparent !important;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
    width: 300px;
    height: 100vh;
    background-color: var(--card-bg);
    position: fixed;
    z-index: 15;
    left: -320px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
    left: 0;
}

.sidebar-menu-wrapper .top-close {
    margin-top: 21px;
    text-align: end;
    margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
    font-size: 22px;
    color: var(--black);
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    width: 130px;
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 6px;
    }
}

.sidebar-menu-list__item .btn.btn--base {
    border: 1px solid var(--black);
}

.sidebar-menu-list__item a span {
    color: var(--body-color);
}

.offcanvas .logo-wrapper {
    width: 200px;
}

.header {
    position: relative;
    top: 0px;
    z-index: 5;
    padding: 0;
    width: 100%;
    background-color: var(--white);
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        padding: 0px;
        left: 0;
        right: 0;
        z-index: 7;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding: 12px 0px;
    }
}

.header.fixed-header {
    position: fixed;
    top: 0px;
    animation: slide-down 0.8s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 100%;
    z-index: 999;
}

.header-main-area .container-fluid {
    padding: 0 75px;
}

@media screen and (max-width: 1399px) {
    .header-main-area .container-fluid {
        padding: 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .header-main-area .container-fluid {
        padding: 0 25px;
    }
}

.scrolled {
    display: none !important;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: hsl(var(--white));
    border-radius: 12px;
    border: 1px solid hsl(var(--black)/0.05);
}

@media screen and (max-width: 991px) {
    .header-wrapper {
        padding: 16px 16px;
    }
}

@media screen and (max-width: 575px) {
    .header-wrapper {
        padding: 10px 15px !important;
    }
}

.header-wrapper .ham__menu {
    color: hsl(var(--black));
    display: none;
}

@media screen and (max-width: 991px) {
    .header-wrapper .ham__menu {
        display: block !important;
    }
}

.header-wrapper .logo-wrapper img {
    max-width: 200px;
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .header-wrapper .logo-wrapper img {
        width: 152px;
    }
}

@media screen and (max-width: 991px) {
    .header-wrapper .menu--wrap {
        display: none !important;
    }
}

.header-wrapper .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

@media screen and (max-width: 991px) {
    .header-wrapper .main-menu {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .main-menu {
        margin-left: 0px;
    }
}

.header-wrapper .main-menu .menu-link--wrap {
    transition: all 0.4s;
    padding: 32px 0;
}

.header-wrapper .main-menu a {
    font-size: 16px;
    color: var(--body-bg-one);
    font-family: var(--body-font);
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.header-wrapper .main-menu a:hover {
    color: var(--black);
}

.header-wrapper .main-menu a:before {
    position: absolute;
    bottom: -32px;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--primary);
    transform: translateX(-100%);
    opacity: 0;
}

.header-wrapper .main-menu a.active {
    color: var(--black);
}

.header-wrapper .main-menu a.active:before {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1399px) {
    .header-wrapper .main-menu a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .main-menu a {
        padding: 0px;
        font-size: 16px;
    }
}

.header-wrapper .main-menu a:hover:before {
    opacity: 1;
    transition: 0.5s transform ease, 0.8s opacity ease;
    transform: translateX(0);
}

@media (max-width: 770px) {
    .header-wrapper .menu-list-wrapper {
        display: block !important;
    }

    .header-wrapper .menu-list-wrapper ul {
        gap: 0px;
    }
}

@media (max-width: 620px) {
    .header-wrapper .menu-list-wrapper ul:last-child {
        display: none;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header--top {
    height: 50px;
    background-color: var(--secondary);
}

.menu--dropdown {
    transform-origin: 0 0;
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    top: 90px;
    left: 0px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
    transition: 0.3s linear;
    background-color: var(--white);
    padding: 20px;
    border-radius: 12px;
    min-width: 220px;
    margin-top: -5px;
}

.menu--dropdown li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.01em;
    text-align: start;
    width: 100%;
    color: var(--black) !important;
    border-bottom: 1px solid var(--black-l-100);
    padding: 12px 0;
}

.menu--dropdown li a::before {
    content: none !important;
}

.menu--dropdown li:last-child a {
    border: none;
    padding-bottom: 0;
}

.menu-link--wrap:hover .menu--dropdown {
    visibility: visible;
    opacity: 1;
    transition: 0.3s linear;
    margin-top: 0px;
    transform: scale(1);
}

.hero-section .slider-thumb--wrap {
    height: 397px;
}

.hero-section .content--wrap {
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
    z-index: 1;
    width: 390px;
}

.hero-section .content--wrap .title {
    font-size: 32px;
    text-align: start;
    font-weight: 600;
}

.hero-section .hero-search--box {
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-section .hero-search--box input {
    width: 352px;
    background: #FFFFFF;
    border: 1px solid #016B4F;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-left: 50px;
}

.hero-section .hero-search--box .input--icon {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.service--section.one {
    padding-top: 140px;
    padding-bottom: 190px;
}

.service--section.one .section-content--wrap {
    margin-bottom: 290px;
}

.service--section.one .section-content--wrap .heading {
    font-size: 140px;
}

.footer--section .footer-item--wrap {
    padding: 36px 0 50px 0;
}

.footer--section .footer--bottom {
    background-color: var(--primary);
    padding: 10px 50px;
}

.counter--section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-l-800);
    z-index: -1;
}

.work--section {
    background-color: #13384E;
    padding: 24px 0 110px 0;
}

.dashboard {
    background: var(--body-bg);
    height: 100%;
    min-height: 100vh;
}

.dashboard_profile_wrap .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.dashboard_profile__details ul li a {
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
    color: hsl(var(--black));
}

.dashboard_profile__details ul li a.active {
    color: var(--primary);
}

.dashboard-body {
    position: relative;
}

.dashboard-body__bar {
    display: none;
}

@media screen and (max-width: 1199px) {
    .dashboard-body__bar {
        display: block;
    }
}

.dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    background-color: var(--primary);
    text-align: center;
    padding: 2px 8px;
    border-radius: 3px;
}

.dashboard-header {
    padding: 30px;
    border-radius: 0px;
    background-color: var(--card-bg);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.dashboard-header .user-thumb {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-header .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-header .user--name i {
    color: var(--primary);
    font-size: 18px;
}

.dashboard-header .user--name i:hover {
    color: var(--primary);
}

.dashboard-header .user-info--wrap .dropdown-menu {
    padding: 0;
    background: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.8);
    border-radius: 16px !important;
    overflow: hidden;
}

.dashboard-header .user-info--wrap .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    border-bottom: 1px solid hsl(var(--black)/0.2);
}

.dashboard-header .user-info--wrap .dropdown-menu .dropdown-item:hover {
    color: hsl(var(--white));
    background-color: var(--primary);
}

.dashboard-header .dropdown-toggle::after {
    display: none;
}

.dashboard-container-wrap {
    margin-left: 300px;
}

@media (max-width: 1199px) {
    .hero-section .hero-search--box {
        padding: 18px 20px;
        width: 73%;
    }

    .header--top {
        display: none;
    }
}

@media (max-width: 1025px) {
    .btn--base-circle::after {
        top: 6px;
    }
}

@media (max-width: 1024px) {
    .header-wrapper .logo-wrapper img {
        max-width: 158px;
    }
}

@media (max-width: 1023px) {
    .custom--accordion:last-of-type .accordion-button.collapsed {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom--accordion .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion .accordion-button[aria-expanded=true]::after,
  .custom--accordion .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion .accordion-button:not(.collapsed) {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 998px) {
    .header-two--wrap {
        display: none;
    }

    .hero-section .hero-search--box {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .hero-section .hero-search--box {
        justify-content: center;
        width: 80%;
    }

    .hero-section .hero-search--box p {
        display: none;
    }

    .hero-section .hero-search--box button {
        flex-shrink: 0;
    }
}

@media (max-width: 991px) {
    .partner--section .bg--img {
        display: none;
    }

    .business--section .bg--img {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section .content--wrap .title {
        font-size: 36px !important;
    }

    .hero-section .content--wrap {
        left: 60px;
    }

    .history-wrap {
        grid-template-columns: 1fr 194px;
    }

    .history-card {
        flex-direction: column;
    }

    .breadcrumb .title {
        font-size: 36px !important;
    }

    .employee--card .thumb--wrap img {
        object-fit: unset !important;
    }

    .breadcrumb .title--wrap {
        padding: 30px 26px;
    }

    .breadcrumb {
        min-height: 250px;
    }

    .about--section .bg--img {
        display: none;
    }

    .whychoose--section .thumb--wrap {
        right: 4%;
    }

    .about--section {
        padding: 60px 0 0px 0;
    }

    .select-box {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .service--card {
        padding: 30px 15px;
    }

    .whychoose--section .thumb--wrap {
        display: none;
    }

    .container-fluid {
        padding: 0 12px;
    }

    .timeline-wrap {
        height: 320px;
        display: none;
    }

    .history-wrap {
        grid-template-columns: unset;
    }

    .hero-section .hero-search--box {
        justify-content: center;
        width: 100%;
        padding: 10px;
    }

    .hero-section .hero-search--box button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    .hero-section .content--wrap .title {
        font-size: 28px !important;
    }

    .hero-section .content--wrap {
        left: 16px;
    }

    .hero-section .hero-search--box input {
        width: 400px;
    }

    .faq--section .content--wrap {
        padding: 24px 16px;
    }

    .mission-vission--card.left {
        padding: 40px 10px;
    }

    .mission-vission--card.right {
        padding: 40px 10px;
    }

    .shiping--section .content--wrap {
        padding: 30px 18px;
        overflow: hidden;
    }

    .calculator--wrap {
        border-radius: 16px;
        padding: 30px 16px;
    }
}

@media (max-width: 375px) {
    .container-fluid {
        padding: 0 12px;
    }

    .timeline-wrap {
        height: 320px;
        display: none;
    }

    .history-wrap {
        grid-template-columns: unset;
    }

    .hero-section .hero-search--box {
        justify-content: center;
        width: 100%;
        padding: 10px;
    }

    .hero-section .hero-search--box button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    .hero-section .content--wrap .title {
        font-size: 28px !important;
    }

    .hero-section .content--wrap {
        left: 16px;
    }

    .hero-section .hero-search--box input {
        width: 350px;
    }

    .faq--section .content--wrap {
        padding: 24px 16px;
    }
}

.error--page {
    padding: 130px 0px;
    background: linear-gradient(180deg, #09F -28%, #E9F7FF 25%, #E9F7FF 75%, #09F 156%);
    height: 100vh;
}

.error--page .error-wrap .error--text span {
    font-size: 80px;
    font-weight: 700;
}

.error--page .error-wrap .error--text span:nth-child(1) {
    color: hsl(var(--base));
}

.error--page .error-wrap .error--text span:nth-child(2) {
    color: hsl(var(--danger));
}

.error--page .error-wrap .error--text span:nth-child(3) {
    color: hsl(var(--base));
}

.error--page .error-wrap .title {
    font-size: 80px;
    font-weight: 700;
}

.error--page .error-wrap .desc a {
    text-decoration: underline;
    color: hsl(var(--base));
}
/*# sourceMappingURL=main.css.map */
