/* ===============================================
# Start Fonts
=============================================== */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-SemiBold.eot');
    src: url('../fonts/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('../fonts/Urbanist-SemiBold.woff') format('woff'),
        url('../fonts/Urbanist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Medium.eot');
    src: url('../fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Medium.woff2') format('woff2'),
        url('../fonts/Urbanist-Medium.woff') format('woff'),
        url('../fonts/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Bold.eot');
    src: url('../fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Bold.woff2') format('woff2'),
        url('../fonts/Urbanist-Bold.woff') format('woff'),
        url('../fonts/Urbanist-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist-Regular.eot');
    src: url('../fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Urbanist-Regular.woff2') format('woff2'),
        url('../fonts/Urbanist-Regular.woff') format('woff'),
        url('../fonts/Urbanist-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* ===============================================
# End Fonts
=============================================== */

body,
p,
a,
button,
input,
select,
ul,
li,
span,
.font-urbanist {
    font-family: 'Urbanist' !important;
    color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Urbanist' !important;
    color: #212529;
    font-weight: 800 !important;
    line-height: 120%;
}
p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    color: #6b6b84;
}
.text-primary {
    color: #212529;
}
.text-orange {
    color: #EB6E12;
}
.hover\:text-orange:hover {
    color: #EB6E12;
}
.all-btn,
a:hover {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.btn {
    padding: 12px 30px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    border: 0;
    outline: none;
    display: inline-block;
    align-items: center;
    border-radius: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgb(235 110 18 / 25%);
}
.btn:after {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-left: 7px;
    font-size: 15px;
    line-height: normal;
}
.btn-primary {
    background: #EB6E12;
    color: #fff;
}

.btn-primary:hover {
    background: #EB6E12;
    background: #212529;
    color: #fff;
}

.bg-gray {
    background: #F5F5F7;
}

.container {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.sub-title {
    font-weight: 700;
}
.swiper-button-prev,
.swiper-button-next {
    top: 44px !important;
    opacity: 1 !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: #ffffff;
}
.sticky-header {
    transition: all 0.4s ease-in-out;
    background-color: rgba(255, 255, 255, 0.95); /* Optional: soft white bg */
    backdrop-filter: blur(10px); /* Optional: smooth blur effect */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Optional: subtle shadow */
}
.custom-pagination li a.active {
    background-color: #EB6E12;
    color: #fff;
}
.mySwiper .swiper-button-prev:after, .mySwiper .swiper-button-next:after {
    display: none;
}
.mySwiper .swiper-button-prev svg, .mySwiper .swiper-button-next svg {
    width: 8px;
}
.mySwiper .swiper-button-prev svg {
    transform: rotate(180deg);
}



@media (min-width: 1536px) {
    .container {
        max-width: 1320px !important;
    }
    
}


@media (max-width: 1280px) {
    .btn {
        padding: 8px 22px;
        font-size: 15px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (min-width: 1024px) {
    .process-steps:before {
        content: "";
        width: 1px;
        height: 92%;
        position: absolute;
        top: 0;
        left: 40px;
        border-left: 1px dashed #EB6E12;
        z-index: -1;
    }
    
}

@media (min-width: 768px) {
    .menu-part {
        display: block !important;
    }

    .children-menu>a {
        display: flex;
        align-items: center;
    }

    .children-menu>a:after {
        content: '\f107';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: 5px;
        font-size: 12px;
        line-height: normal;
    }

    .menu-part ul li:hover>a {
        color: #EB6E12;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100% !important;
    }
    
    .menu-toggle span {
        width: 100%;
        height: 2px;
        background: #EB6E12;
        margin-top: 6px;
        display: block;
    }

    .not-found-box:after {
        height: 104%;
    }

    .menu-toggle.active span:nth-of-type(1) {
        transform: rotate(45deg);
    }

    .menu-toggle.active span:nth-of-type(2) {
        display: none;
    }

    .menu-toggle.active span:nth-of-type(3) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu-part {
        overflow-y: auto;
        height: calc(100vh - 68px);
    }

    .children-menu .caret-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        cursor: pointer;
    }

    .children-menu .caret-arrow:after {
        content: '\f107';
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: 5px;
        font-size: 15px;
        line-height: normal;
    }

    .dropdown-menu:before {
        display: none;
    }

    .children-menu .caret-arrow.active:after {
        transform: rotate(180deg);
    }
    p {
        font-size: 15px;
        line-height: 25px;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 12px;
    }
}
@media (max-width: 640px) {
    .btn {
        padding: 6px 18px;
        font-size: 14px;
    }
    .btn:after {
        margin-left: 5px;
        font-size: 12px;
    }
}