@charset "UTF-8";
/* --------------- helper style --------------- */
@import url("helper.css");
/* --------------- radius classes --------------- */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");


@font-face {
    font-family: "brown";
    src: url(../fonts/brown/brown.ttf);
}

@font-face {
    font-family: "brown-light";
    src: url(../fonts/brown/brown-light.ttf);
}

@font-face {
    font-family: "brown-bold";
    src: url(../fonts/brown/brown-bold.ttf);
}

:root {
    --primary: #DBAF8A;
    --secondary: #203A58;
    --filterPrimary: invert(91%) sepia(4%) saturate(6372%) hue-rotate(312deg) brightness(102%) contrast(72%);
    --filterSecondary: invert(17%) sepia(61%) saturate(544%) hue-rotate(172deg) brightness(97%) contrast(93%);
    --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

*::-moz-selection {
    background-color: var(--primary);
    color: #fff;
}

*::selection {
    background-color: var(--primary);
    color: #fff;
}

*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 8px;
}

[type="tel"], [type="url"], [type="email"], [type="number"] {
    direction: inherit;
}

body {
    background-color: #EAF0F3;
    direction: ltr;
    overflow-x: hidden;
    font-family: "brown-light";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "brown";
    letter-spacing: 2px;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
    height: 5px;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
    color: #ccc;
}

.color-gray2 {
    color: #909090;
}

.color-dark {
    color: #1B2021;
}

.filter_white {
    filter: var(--filterWhite);
}

/* Color Primary  */
.color_primary {
    color: var(--primary) !important;
}

.bg_primary {
    background-color: var(--primary) !important;
}

.border_primary {
    border-color: var(--primary) !important;
}

.filter_primary {
    filter: var(--filterPrimary);
}

/* Color Primary 2 */
.color_primary2 {
    color: #A06425 !important;
}

.filter_primary2 {
    filter: invert(39%) sepia(69%) saturate(484%) hue-rotate(350deg) brightness(94%) contrast(91%);
}

/* Color Secondary  */
.color_secondary {
    color: var(--secondary) !important;
}

.bg_secondary {
    background-color: var(--secondary) !important;
}

.border_secondary {
    border-color: var(--secondary) !important;
}

.filter_secondary {
    filter: var(--filterSecondary);
}

p,
.p {
    font-size: 15px;
    color: #555;
    line-height: 1.7rem;
    margin-bottom: 0;
}

a {
    color: #000;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

a:hover {
    color: var(--primary) !important;
}

a:focus {
    outline: 0;
}

del,
.del {
    text-decoration: line-through;
    color: #888;
    font-size: 80%;
}

ul {
    list-style-type: none;
    padding: 0;
}

button {
    border: none;
    padding: 0;
    transition: all 0.3s linear;
    background-color: transparent;
}

button:focus {
    border: none;
    box-shadow: transparent;
    outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
    transition: all 0.3s ease;
    outline: 0;
    box-shadow: none;
}

form .form-group {
    position: relative;
}

form .form-control {
    font-size: 14px;
}

form .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary) !important;
}

form input,
form select {
    height: 60px !important;
}

form .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: none;
}

form textarea {
    resize: none;
}

form .form-check-input {
    height: 1em !important;
}

.progress-wrap {
    position: fixed;
    inset-inline-end: 15px;
    bottom: 15px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(130%);
    z-index: 99;
    transition: all 200ms linear;
}

.progress-wrap::after {
    background: url(../images/icons/top-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: var(--primary);
    left: 10.5px;
    top: 10.5px;
    height: 25px;
    width: 25px;
    display: block;
    filter: var(--filterPrimary);
}

.progress-wrap svg path {
    fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary);
    stroke-width: 4;
    box-sizing: border-box;
}

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

.container,
.container-fluid,
.zi-5 {
    position: relative;
    z-index: 5;
}

.secImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-end {
    text-align: end;
}

.overflow_hidden {
    overflow: hidden !important;
}

.bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.position-unset {
    position: unset;
}

.underline {
    text-decoration: underline !important;
}

.trans_3 {
    transition: all 0.3s linear;
}

/**********************************************
   Start Loader
**********************************************/
#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
    pointer-events: none;
}

#preloader::after, #preloader::before {
    content: "";
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader::before {
    top: 0;
}

#preloader::after {
    bottom: 0;
}

#preloader .logo_img {
    width: 300px;
    max-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0.5;
}

#preloader {
    /*----------- upload loader ------------*/
}

#preloader #loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3333333333);
    display: none;
    transition: all 0.5s ease;
}

#preloader #loading-wrapper.show {
    display: block;
}

#preloader #loading-wrapper #loading-text {
    display: block;
    position: absolute;
    top: calc(50% - 38px);
    left: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-size: 20px;
}

#preloader #loading-wrapper img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

#preloader #loading-wrapper #loading-content {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
}

#preloader #loading-wrapper #loading-content::after {
    content: "";
    position: absolute;
    border: 3px solid #0F0;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

#preloader #loading-wrapper #loading-content::before {
    content: "";
    position: absolute;
    border: 3px solid #00F;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
}

#preloader #loading-wrapper #loading-content {
    border: 3px solid transparent;
    border-top-color: #3659A3;
    border-bottom-color: #3659A3;
    border-radius: 50%;
    animation: loader 2s linear infinite;
}

#preloader #loading-wrapper #loading-content::before {
    border: 3px solid transparent;
    border-top-color: #0aafde;
    border-bottom-color: #0aafde;
    border-radius: 50%;
    animation: loader 3s linear infinite;
}

#preloader #loading-wrapper #loading-content::after {
    border: 3px solid transparent;
    border-top-color: #E33F74;
    border-bottom-color: #E33F74;
    border-radius: 50%;
    animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
}

#preloader.isdone {
    visibility: hidden;
    transition-delay: 1.5s;
}

#preloader.isdone #loading-wrapper {
    opacity: 0;
    transform: scale(3);
    filter: blur(2px);
}

#preloader.isdone::after, #preloader.isdone::before {
    height: 0;
    transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
    transition-delay: 1s;
}

#preloader #content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

#preloader #header {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    background-color: #666;
}

#preloader #content {
    width: 800px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #888;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**********************************************
   Start Animations
**********************************************/
@keyframes floating-y {
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

@keyframes floatingX {
    0% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(-2px);
    }
}

.slide_ltr {
    transform: translateX(5%);
    transition: all 1.2s ease-in-out;
    transition-delay: 0.1s;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.slide_ltr.animated {
    transform: translateX(0%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_ltr.no_scale {
    transform: scale(1);
}

.slide_rtl {
    transform: translateX(-5%);
    transition: all 1s ease-in-out;
    transition-delay: 0.1s;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.slide_rtl.animated {
    transform: translateX(0%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_rtl.no_scale {
    transform: scale(1);
}

@keyframes puff-in {
    0% {
        transform: scale(1.2);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        filter: blur(0px);
        opacity: 1;
    }
}

.puff-in {
    animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@keyframes text-focus-in {
    0% {
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

.text-focus-in {
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.clippy-img {
    clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
    opacity: 0;
    transform: rotate(-7deg) scale(1.3);
    transition: all 1s ease;
    transition-delay: 0.2s;
}

.clippy-img.animated {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    transform: rotate(0) scale(1);
}

.filp-container-st1 {
    position: relative;
    perspective: 2000px;
}

.filp-container-st1 .flip-scroll-st1 {
    transform-style: preserve-3d;
}

/* --------------- loader --------------- */
.ScrollSmoother-wrapper {
    z-index: 999;
    pointer-events: none;
}

.loader {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: all 1s ease;
}

.loader .cont {
    width: 25%;
}

.loader .video {
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
    transform-origin: center;
    background: transparent;
    mix-blend-mode: multiply;
}

.loader .text {
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: 1s;
    color: #000;
    font-size: 50px;
}

.loader.loading .video {
    transform: scale(0.2);
}

.loader.loading .text {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
}

.loader.loaded {
    opacity: 0;
    visibility: hidden;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.swiper-container .swiper-pagination,
.section .swiper-pagination {
    bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet,
.section .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-button-prev {
    background-image: unset;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-image: unset;
    background-color: #f5f5f5;
    transition: all 0.3s linear;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-button-prev::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: var(--secondary);
    transition: all 0.3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover,
.section .swiper-button-next:hover,
.section .swiper-button-prev:hover {
    background-color: var(--primary);
    opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before,
.section .swiper-button-next:hover::before,
.section .swiper-button-prev:hover::before {
    color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev,
.section .swiper-button-next,
.section .swiper-container-rtl .swiper-button-prev {
    right: 2%;
    left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before,
.section .swiper-button-next::before,
.section .swiper-container-rtl .swiper-button-prev::before {
    content: "\f054";
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next,
.section .swiper-button-prev,
.section .swiper-container-rtl .swiper-button-next {
    left: 2%;
    right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before,
.section .swiper-button-prev::before,
.section .swiper-container-rtl .swiper-button-next::before {
    content: "\f053";
}

.butn {
    position: relative;
    padding: 1.2rem 2rem;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.butn i {
    margin-inline-end: 7px;
}

.butn.sm_butn {
    padding: 0;
    width: 45px;
    height: 45px;
}

.butn.primary_butn {
    background-color: var(--primary);
    color: var(--secondary);
}

.butn.primary_border_butn {
    border: 1px solid var(--primary);
    color: var(--primary);
    background-color: transparent;
}

.butn.secondary_butn {
    background-color: var(--secondary);
    color: #fff;
}

.butn.secondary_border_butn {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    background-color: transparent;
}

.butn.white_butn {
    background-color: #fff;
    color: #333;
}

.butn.white_border_butn {
    background-color: #fff;
    border: 1px solid #D6D3D3;
}

.butn.gray_butn {
    color: var(--secondary);
    background-color: #D4DCE0;
}

.butn:hover {
    background-color: #A06425;
    border: 1px solid #A06425;
    color: #fff !important;
}

.butn.secondary_butn:hover, .butn.secondary_border_butn:hover {
    background-color: #0f2033;
    border: 1px solid #0f2033;
    color: #fff !important;
}

.butn_w_arrow {
    height: 50px;
    padding-inline-start: 60px;
}

.butn_w_arrow .txt {
    position: relative;
    inset-inline-start: -35px;
    z-index: 5;
}

.butn_w_arrow .arrow {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: var(--primary);
    color: var(--secondary);
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    bottom: 0;
    font-size: 19px;
    transition: all 0.3s linear;
}

.butn_w_arrow .arrow i {
    margin: 0;
    position: absolute;
    inset-inline-end: 18px;
    top: 16px;
}

.butn_w_arrow:hover {
    background-color: transparent !important;
    border-color: var(--primary) !important;
}

.butn_w_arrow:hover .arrow {
    width: 100%;
}

.badge {
    padding: 0.5rem 1.1rem;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.badge.gray_badge {
    background-color: #EAF0F3;
    color: var(--secondary);
}

.badge.white_badge {
    background-color: #fff;
    color: var(--secondary);
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container.home_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navs-container.inner_nav {
    position: relative;
}


.navs-container.home_nav .logo_dark {
    display: none;
}

.navs-container.home_nav .navbar .nav-link {
    color: #fff;
}

.navs-container.home_nav .navbar .nav-link.active, .navs-container.home_nav .navbar .nav-link:hover {
    color: var(--primary);
}

.navs-container.home_nav .top_nav {
    background-color: rgba(32, 58, 88, 0.1333333333);
    border-bottom: 1px solid rgba(32, 58, 88, 0.3333333333);
}

.navs-container .top_nav {
    background-color: var(--secondary);
    border-bottom: 1px solid rgba(32, 58, 88, 0.3333333333);
    backdrop-filter: blur(10px);
}

.navs-container .top_nav .social_links a {
    color: #fff;
    margin-inline-end: 10px;
}

.navs-container .navbar {
    padding: 1rem;
    transition: all 0.3s linear;
}

.navs-container .navbar.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navs-container .navbar.fixed-nav .logo {
    height: 40px;
}

.navs-container.home_nav .navbar.fixed-nav .logo_dark {
    display: block !important;
}

.navs-container.inner_nav .navbar .logo_white {
    display: none !important;
}

.navs-container .navbar.fixed-nav .nav-link {
    font-size: 15px;
    color: var(--secondary);
}

.navs-container .navbar.fixed-nav .nav-link.active, .navs-container .navbar.fixed-nav .nav-link:hover {
    color: var(--primary);
}

.navs-container .navbar .logo {
    -o-object-fit: contain;
    object-fit: contain;
    height: 60px;
}

.navs-container.home_nav .navbar .logo.logo_dark {
    display: none;
}

.navs-container.home_nav .navbar .logo.logo_white {
    display: block;
}

.navs-container.home_nav .navbar.fixed-nav .logo.logo_white {
    display: none;
}

.navs-container .navbar .nav-link {
    margin: 0 10px;
    color: var(--secondary);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s linear;
}

.navs-container .navbar .nav-link.auction-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    /*background: linear-gradient( 120deg, #b8860b 0%, #ffd700 20%, #fffacd 35%, #ffd700 50%, #daa520 65%, #ffd700 80%, #b8860b 100% );*/
    background: linear-gradient( 120deg, #6e4318 0%, #a06324 15%, #f3c77a 30%, #ffffff 50%, #f3c77a 70%, #a06324 85%, #6e4318 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldShine 5s linear infinite;
}

@keyframes goldShine {
    0% {
        background-position: -100% center;
      }
      100% {
        background-position: 100% center;
      }
}

.navs-container .navbar .nav-link.active, .navs-container .navbar .nav-link:hover {
    color: var(--primary);
}

.navs-container .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: rgba(221, 221, 221, 0.3);
    border: none;
    position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
    box-shadow: 0px 0px 0px grey;
    background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
    top: 0px !important;
    transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
    top: 0px !important;
    transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
    width: 25px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: var(--primary);
    transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
    top: -6px;
    right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
    top: 6px;
    right: 0px;
}

.footer {
    background-color: #0C1E34;
}

.footer.pages_footer {
    padding-bottom: 55px !important;
}

.footer .newsletter_box .form-control {
    height: 50px !important;
    background-color: transparent;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    width: calc(100% - 155px);
}

.footer .newsletter_box .form-control::-moz-placeholder {
    color: #FFFFFF;
}

.footer .newsletter_box .form-control::placeholder {
    color: #FFFFFF;
}

.footer .newsletter_box .butn {
    background-color: #203A58;
    width: 145px;
    padding: 0;
    height: 50px;
    margin-inline-start: auto;
    border-radius: 10px;
    text-transform: capitalize;
}

.footer .footer_box .content {
    margin-bottom: 35px;
}

.footer .footer_box .content .logo {
    width: 165px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin-bottom: 25px;
}

.footer .footer_box .content .p {
    font-size: 16px;
    color: #fff;
}

.footer .footer_box .content .social_links a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-inline-end: 7px;
    color: #fff;
    border: 1px solid rgba(219, 174, 138, 0.168627451);
}

.footer .footer_box .content .social_links a:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.footer .footer_box .content .links a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}

.footer .footer_box .content .links a::before {
    content: "•";
    display: inline-block;
    margin-inline-end: 7px;
}

.footer .footer_box .content .contact_item .icon_box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #203A58;
    margin-inline-end: 20px;
    border-radius: 50%;
}

.footer .footer_box .content .contact_item .content_inner {
    width: calc(100% - 65px);
}

.footer .pattern {
    position: absolute;
    width: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 60px;
    inset-inline-end: 5%;
    pointer-events: none;
}

/**********************************************
    Start Edit Home Page
**********************************************/
.header .item {
    overflow: hidden;
    padding: 70px 0 100px 0;
    min-height: 100vh;
    position: relative;
    padding-inline-end: 4vw;
    padding-top: 200px;
}

.header .item .txt_box .title {
    font-size: 50px;
}

.header .item .bg {
    -o-object-position: top;
    object-position: top;
}

.header .browse_butn {
    position: absolute;
    bottom: 100px;
    inset-inline-start: 6%;
    color: #fff;
    font-size: 20px;
    z-index: 5;
    display: flex;
    align-items: center;
}

.header .browse_butn .arrow_box {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
    background-color: var(--primary);
    color: var(--secondary);
    font-size: 30px;
}

.header .arrows {
    position: absolute;
    bottom: 50px;
    inset-inline-end: 35px;
    display: flex;
    align-items: center;
}

.header .arrows .swiper-button-next,
.header .arrows .swiper-button-prev {
    position: relative;
    right: unset;
    left: unset;
    margin: 0 20px;
    width: unset;
    height: unset;
    background-color: transparent;
}

.header .arrows .swiper-button-next::before,
.header .arrows .swiper-button-prev::before {
    color: #fff;
    font-size: 30px;
}

.header .swiper-pagination {
    bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    top: 30%;
    inset-inline-start: 6%;
    bottom: unset;
    font-size: 25px;
}

.header .bg-vid::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    opacity: 0.7;
}

.header .swiper-slide {
    /* HR */
}

.header .swiper-slide hr {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.7s ease, opacity 0.5s ease;
}

.header .swiper-slide {
    /* Title */
}

.header .swiper-slide .title {
    opacity: 0;
    transform: translateX(-120px);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
}

.header .swiper-slide {
    /* Subtitle */
}

.header .swiper-slide h4 {
    opacity: 0;
    transform: translateY(60px);
    transition: transform 0.9s ease 0.15s, opacity 0.6s ease 0.15s;
}

.header .swiper-slide {
    /* Paragraph */
}

.header .swiper-slide .p {
    opacity: 0;
    transform: translateY(80px);
    transition: transform 0.9s ease 0.3s, opacity 0.6s ease 0.3s;
}

.header .swiper-slide {
    /* Background image */
}

.header .swiper-slide .bg {
    transform: scale(1.2) rotate(-1.5deg);
    transition: transform 1.6s ease;
}

.header {
    /* ===== ACTIVE SLIDE ===== */
}

.header .swiper-slide-active hr {
    opacity: 1;
    transform: scaleX(1);
}

.header .swiper-slide-active .title {
    opacity: 1;
    transform: translateX(0);
}

.header .swiper-slide-active h4 {
    opacity: 1;
    transform: translateY(0);
}

.header .swiper-slide-active .p {
    opacity: 1;
    transform: translateY(0);
}

.header .swiper-slide-active .bg {
    transform: scale(1) rotate(0);
}

.about_sec .img_box {
    position: relative;
}

.about_sec .img_box .lg_img {
    width: 65%;
    height: 510px;
    -webkit-mask-image: url("../images/mask-1.png");
    mask-image: url("../images/mask-1.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.about_sec .img_box .sm_img {
    position: absolute;
    width: 300px;
    height: 250px;
    border-radius: 15px;
    bottom: 50px;
    inset-inline-end: 0;
    border: 5px solid #fff;
}

.about_sec .outlined_txt {
    color: transparent;
    -webkit-text-stroke: 2px rgba(32, 58, 88, 0.262745098);
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    font-size: 128px;
    opacity: 0.2;
}

.about_sec .pattern {
    position: absolute;
    left: calc(50% - 25vw);
    top: 150px;
    width: 50vw;
    opacity: 0.5;
    animation-direction: reverse;
}

.about_cards .cards_wrapper {
    display: flex;
    gap: 0px;
}

.about_cards .cards_wrapper .box {
    position: relative;
    min-width: 0;
    flex: 1 !important;
    border-left: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    transition: flex 0.4s ease-in-out;
    z-index: 5;
}

.about_cards .cards_wrapper .box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    opacity: 0.5;
    z-index: 1;
}

.about_cards .cards_wrapper .box.active {
    flex: 2.7 !important;
}

.about_cards .cards_wrapper .box.active .item .txt_box,
.about_cards .cards_wrapper .box.active .item .p {
    opacity: 1;
}

.about_cards .cards_wrapper .box:last-of-type.active {
    flex: 10 !important;
}

.about_cards .cards_wrapper .box:last-of-type.active .p {
    width: 90%;
}

.about_cards .cards_wrapper .box .item {
    position: relative;
    height: 700px;
    padding: 40px 30px;
    display: flex;
    align-items: end;
    overflow: hidden;
    transition: flex 0.4s ease-in-out;
}

.about_cards .cards_wrapper .box .item .txt_box {
    position: absolute;
    top: 40px;
    inset-inline-start: 0;
    padding-inline: 3vw;
    opacity: 0;
    z-index: 5;
    text-align: start;
    width: 100%;
    z-index: 2;
}

.about_cards .cards_wrapper .box .item .p {
    position: absolute;
    bottom: 60px;
    inset-inline-start: 0;
    padding-inline: 3vw;
    font-size: 20px !important;
    color: #fff;
    width: 75%;
    opacity: 0;
    z-index: 2;
}

.about_cards .cards_wrapper .box .item .txt_box,
.about_cards .cards_wrapper .box .item .p {
    will-change: opacity;
    min-width: 550px;
    transition: all 0.3s linear;
}

.about_cards .cards_wrapper .box .item .num {
    position: absolute;
    bottom: 40px;
    inset-inline-end: 50px;
    z-index: 2;
}

.about_cards .cards_wrapper .box .item .item-card {
    padding: 10px 20px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1333333333);
    border-radius: 10px;
    height: calc(100% - 1rem);
}

.about_cards .cards_wrapper .box .item .item-card .txt {
    line-height: 1.6;
}

.about_cards .bg_darkBlue {
    background-color: #203A58;
}

.bg_blue {
    background-color: #618CA4;
}

.services_sec .slider-content {
    position: relative;
}

.services_sec .slider-content .swiper-button-next,
.services_sec .slider-content .swiper-button-prev {
    top: 98px;
}

.services_sec .sev_card .img_box {
    width: calc(100% - 48px);
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto 24px;
}

.services_sec .sev_card .card-body {
    padding-inline: 1.5rem !important;
}

.services_sec .sev_card .card-body .title {
    font-size: 23px;
    height: 70px;
    overflow: hidden;
}

.services_sec .sev_card .card-body .p {
    height: 55px;
    overflow: hidden;
}

.services_sec .sev_card .card-body .more_butn:hover {
    color: var(--primary);
    text-decoration: underline !important;
}

.services_sec .line_swiper {
    position: absolute;
    top: 430px;
    width: 100%;
    opacity: 0.1;
}

.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-size: 10px;
    background-color: #fff;
    filter: grayscale(1);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.0666666667);
}

.statics_sec {
    padding-bottom: 0;
    min-height: 90vh;
    display: flex;
    align-items: end;
}

.statics_sec .statics_card {
    padding: 25px;
    padding-bottom: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    position: relative;
    bottom: -8px;
    margin-top: 25px;
    min-height: 188px;
    width: 300px;
}

.products_sec .nav-link {
    border-radius: 25px;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    margin-inline-end: 7px;
    min-width: 100px;
}

.products_sec .nav-link.active {
    background-color: var(--secondary);
    color: #fff;
}

.products_sec .checks {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.products_sec .checks .form-check {
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.products_sec .checks .form-check .form-check-label {
    border-radius: 25px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    color: var(--secondary);
    display: inline-flex;
    padding: 7px 20px;
    font-size: 16px;
    cursor: pointer;
}

.products_sec .checks .form-check .form-check-input {
    display: none;
    position: relative;
    margin-inline-end: 10px;
    top: -2px;
}

.products_sec .checks .form-check .form-check-input:checked ~ .form-check-label {
    background-color: var(--secondary);
    color: #fff;
}


/*checks st2 */
.products_sec .checks-st2 {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.products_sec .checks-st2 .form-check {
    padding: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.products_sec .checks-st2 .form-check .form-check-label {
    border-radius: 25px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    color: var(--secondary);
    display: inline-flex;
    padding: 7px 20px;
    padding-inline-start: 35px;
    font-size: 16px;
    cursor: pointer;
}

.products_sec .checks-st2 .form-check .form-check-input:checked ~ .form-check-label {
    border-color: var(--secondary);
    color: var(--secondary);
}

.products_sec .checks-st2 .form-check .form-check-input {
    display: inline-block;
    position: absolute;
    margin-inline-end: 0;
    top: 11px;
    border-radius: 50%;
    left: 10px;
    margin: 0;
}

.products_sec .checks-st2 .form-check .form-check-input:checked ~ .form-check-label {
    border-color: var(--secondary);
    color: var(--secondary);
}


.products_sec .tab-content {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), transparent);
    padding: 30px;
    padding-top: 50px;
    border-radius: 30px 30px 0 0;
}

.products_sec .products-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.products_sec .products-slider .arrows {
    position: relative;
    width: 120px;
    margin: 60px auto 0; /** top | right & left | bottom **/
}

.products_sec .prod_card {
    border-radius: 20px;
    background-color: #fff;
    position: relative;
}

.products_sec .prod_card .img_box {
    height: 210px;
    border-radius: 20px;
    overflow: hidden;
}

.products_sec .prod_card .img_box .swiper-pagination {
    bottom: 15px;
}

.products_sec .prod_card .img_box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.8);
}

.products_sec .prod_card .img_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 30px;
    height: 4px;
    margin-bottom: 2px;
}

.products_sec .prod_card .card-body {
    padding: 1.5rem 1.3rem;
}

.products_sec .prod_card .card-body .badge {
    display: block;
    margin-bottom: 15px;
}

.prod_card .product-title {
    min-height: 45px;
}

.products_sec .pattern {
    position: absolute;
    left: calc(50% - 25vw);
    top: 150px;
    width: 50vw;
    opacity: 0.5;
    animation-direction: reverse;
}

.form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.feedback_sec .item .p {
    line-height: 1.2;
    font-weight: 500;
    font-size: 43px !important;
}

.feedback_sec .item .prof_data {
    border-color: #618CA4 !important;
}

.feedback_sec .actions_swiper {
    position: absolute;
    bottom: 55px;
    inset-inline-end: 55px;
    height: 35px;
    z-index: 99;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    background-color: #fff;
    border-radius: 25px;
    padding: 12px 5px;
    display: flex;
    align-items: center;
}

.feedback_sec .actions_swiper .swiper-pagination {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #181818;
}

.feedback_sec .actions_swiper .swiper-pagination * {
    margin: 0 5px;
    color: #181818 !important;
}

.feedback_sec .actions_swiper .swiper-button-next,
.feedback_sec .actions_swiper .swiper-button-prev {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    padding: 0;
    height: auto;
    top: 12px;
    margin-inline: 7px;
    background-color: transparent;
    width: 30px;
}

.feedback_sec .actions_swiper .swiper-button-next::before,
.feedback_sec .actions_swiper .swiper-button-prev::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    transition: all 0.3s linear;
    color: var(--primary);
}

.feedback_sec .bulldozer {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.feedback_sec::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(18, 56, 100, 0.3);
    background-color: transparent;
    background-image: linear-gradient(to bottom, transparent, rgba(162, 174, 179, 0.6784313725), #A2AEB3);
    z-index: 2;
    opacity: 1;
}

.menu-strip {
    padding: 40px 0 0 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.menu-strip .menu-track {
    display: flex;
    gap: 3rem;
    align-items: center;
    white-space: nowrap;
    z-index: 1;
    will-change: transform;
}

.menu-strip .menu-track .menu-item {
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: calc(5vw + 35px);
    transition: all 0.3s linear;
}

.menu-strip .menu-track .menu-item.filled {
    color: var(--secondary);
}

.menu-strip .menu-track .menu-item.outlined {
    color: transparent;
    -webkit-text-stroke: 2px rgba(32, 58, 88, 0.262745098);
}

.faq_sec {
    background-color: #A2AEB3;
}

.faq_sec .accordion-item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
}

.faq_sec .accordion-item .accordion-button {
    background: transparent;
    color: #0f2a3a;
    font-weight: 500;
    box-shadow: none;
    font-size: 20px;
    padding: 20px;
    padding-inline-end: 40px;
}

.faq_sec .accordion-item .accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 24px;
    font-weight: 300;
    color: #0f2a3a;
    transform: none;
    width: auto;
    height: auto;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.faq_sec .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.faq_sec .accordion-item .accordion-button:not(.collapsed)::after {
    content: "−";
}

.faq_sec .accordion-item .accordion-body {
    color: #0f2a3a;
    opacity: 0.9;
}

.partners {
    position: relative;
    background-image: linear-gradient(to right, #fff, #dbe5eb);
}

.partner-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    border-radius: 15px;
    border: 1px solid rgba(153, 153, 153, 0.2);
}

.partner-card img {
    height: 100px;
    max-width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}

.modal-content {
    padding: 30px;
    border: 0;
    border-radius: 30px;
}

.rotate-center {
    animation: rotate-center 100s linear infinite both;
}

.rotate-center.reverse {
    animation: rotate-center 100s linear infinite both reverse;
}

@keyframes rotate-center {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg_header {
    /*padding-top: 60px !important;*/
}

.pg_header .inner {
    height: 325px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding-inline-start: 4vw;
    display: flex;
    align-items: center;
}

.pg_header .underline {
    text-decoration: none !important;
}

.pg_header .inner h2 {
    text-transform: capitalize;
}

.pg_header .inner .bread .item {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-inline-end: 15px;
}

.pg_header .inner .bread .item::after {
    /*content: "\f061";*/
    content: "\2f";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    margin-inline-start: 15px;
}

.pg_header .inner .bread .item.active {
    /*color: var(--secondary);*/
}

.pg_header .inner .bread .item.active::after {
    display: none;
}

.pg_header .inner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(18, 56, 100, 0.3);
    background-image: linear-gradient(15deg, rgba(160, 100, 37, 0.7450980392), transparent);
    z-index: 1;
}

/**********************************************
    Start Edit about Page
**********************************************/
.about_pg .txt_box .thumbnail {
    width: 145px;
    height: 175px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.about_pg .secImg {
    border-radius: 30px;
    height: 490px;
}

.about_pg .exp_box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 75%);
    z-index: 5;
}

.choosing_pg .box {
    background-color: #fff;
    position: relative;
    padding: 45px 30px;
    margin-bottom: 35px;
    height: calc(100% - 35px);
}

.choosing_pg .box .head_box .title {
    width: calc(100% - 80px);
}

.choosing_pg .box .head_box .icon_box {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F8E9;
    border-radius: 50%;
    margin-inline-start: 25px;
}

.choosing_pg .box .head_box .icon_box .icon {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.choosing_pg .box .secImg {
    height: 190px;
    margin: 15px 0;
}

.choosing_pg .box::before {
    content: "";
    width: 0;
    height: 5px;
    background-color: var(--primary);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: all 0.3s linear;
}

.choosing_pg .box:hover::before {
    width: 100%;
}

/**********************************************
    Start Edit checkout Page
**********************************************/
.checkout_pg .data_sm_box {
    border-radius: 30px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.checkout_pg .data_sm_box .carImg {
    height: 245px;
    border-radius: 30px;
}

.checkout_pg .data_sm_box .card-body {
    padding: 2.4rem 1.5rem;
}

.checkout_pg .data_sm_box .card_foot {
    border-top: 1px solid rgba(97, 140, 164, 0.3450980392);
    padding-inline: 1.5rem;
}

.form_box {
    background-color: #fff;
    padding: 45px 3vw;
    border-radius: 30px;
}

.form_box .form-group {
    position: relative;
    border: 1px solid rgba(97, 140, 164, 0.337254902);
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 35px;
}

.form_box .form-group .label {
    font-size: 14px;
    background-color: #fff;
    position: absolute;
    inset-inline-start: 15px;
    top: -10px;
    padding-inline: 10px;
    color: var(--secondary);
}

.form_box .form-group .form-control {
    border: none !important;
    font-size: 14px;
    padding-inline: 1.5rem;
}

.form_box .form-group .form-control::-moz-placeholder {
    color: #618CA4;
}

.form_box .form-group .form-control::placeholder {
    color: #618CA4;
}

.form_box .form-group input, .form_box .form-group select {
    height: 45px !important;
}

.form_box .form-group .checks input.form-check-input {
    height: 1rem !important;
}

.form_box .form-group .checks .form-check-label {
    color: var(--secondary);
    margin-inline-start: 5px;
    font-size: 14px;
}

/**********************************************
    Start Edit contact Page
**********************************************/
.contact_pg .starting_box .secImg {
    border-radius: 30px;
    height: 215px;
    margin-bottom: 25px;
}

.contact_pg .starting_box .social_links a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-inline-end: 10px;
    color: var(--secondary);
}

.contact_pg .starting_box .social_links a:hover {
    background-color: var(--primary);
    color: #fff !important;
}

/**********************************************
    Start Edit gallery Page
**********************************************/
.gallery_pg .galler_box {
    position: relative;
    height: 440px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 35px;
}

.gallery_pg .galler_box .txt_box {
    padding: 35px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    transition: all 0.3s linear;
    transform: translateY(100%);
    pointer-events: none;
}

.gallery_pg .galler_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(18, 56, 100, 0.3);
    background-image: linear-gradient(0deg, rgba(32, 58, 88, 0.8901960784), rgba(32, 58, 88, 0.1019607843), rgba(255, 255, 255, 0));
    z-index: 1;
    transition: all 0.3s linear;
    opacity: 0;
    pointer-events: none;
}

.gallery_pg .galler_box:hover .txt_box {
    transform: translateY(0%);
}

.gallery_pg .galler_box:hover::before {
    opacity: 1;
}

/**********************************************
    Start Edit products Page
**********************************************/
.products_pg .filter_box {
    background-color: #D5DCE1;
    border-radius: 30px;
    padding: 40px 25px;
}

.products_pg .filter_box .filter_title {
    border-color: #BBBCBC !important;
}

.products_pg .filter_box .filter_output .filter_selection {
    padding: 0.4rem 0.7rem;
    background-color: #fff;
    border-radius: 25px;
    color: var(--secondary);
    margin: 3px;
    font-size: 14px;
}

.products_pg .filter_box .filter_output .filter_selection .remove {
    cursor: pointer;
    margin-inline-start: 5px;
    font-weight: bold;
    color: rgba(32, 58, 88, 0.6705882353);
}

.products_pg .filter_box .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 25px;
}

.products_pg .filter_box .accordion-item .accordion-button {
    background-color: transparent;
    border: none !important;
    padding-inline: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--secondary);
}

.products_pg .filter_box .accordion-item .accordion-button::after {
    display: none;
}

.products_pg .filter_box .accordion-item .accordion-button::before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    inset-inline-end: 0;
    top: 17px;
    font-size: 12px;
}

.products_pg .filter_box .accordion-item .accordion-body {
    padding-inline: 0;
    padding-top: 15px;
}

.products_pg .filter_box .accordion-item .accordion-body .checks_box .form-check-input {
    background-color: transparent;
    box-shadow: none !important;
}

.products_pg .filter_box .accordion-item .accordion-body .checks_box .form-check-input:checked {
    border-color: var(--secondary);
    background-color: var(--secondary);
}

.products_pg .filter_box .accordion-item .accordion-body .price_box {
    padding-top: 0px;
}

.products_pg .filter_box .accordion-item .accordion-body .price_box .noUi-horizontal {
    height: 8px;
}

.products_pg .filter_box .accordion-item .accordion-body .price_box .noUi-connects {
    background: #ccc;
    border-radius: 25px;
}

.products_pg .filter_box .accordion-item .accordion-body .price_box .noUi-connect {
    background-color: #fff;
}

.products_pg .filter_box .accordion-item .accordion-body .price_box .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    right: -8px;
    top: -6px;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: none;
}

.products_pg .filter_box .accordion-item .accordion-body .price_box .noUi-horizontal .noUi-handle::after, .products_pg .filter_box .accordion-item .accordion-body .price_box .noUi-horizontal .noUi-handle::before {
    display: none;
}

.products_pg .filter_box .accordion-item .accordion-body .year-range {
    padding-top: 10px;
}

.products_pg .filter_box .accordion-item .accordion-body .year-range .year-box {
    border: 1px solid #888;
    border-radius: 5px;
    height: 30px;
    display: flex;
    position: relative;
    align-items: center;
}

.products_pg .filter_box .accordion-item .accordion-body .year-range .year-box input {
    width: 100%;
    background-color: transparent;
    color: var(--secondary);
    border: none;
    text-align: center;
    outline: none !important;
}

.products_pg .filter_box .accordion-item .accordion-body .year-range .year-box label {
    font-size: 8px;
    padding-inline: 0.2rem;
    position: absolute;
    background-color: #D5DCE1;
    color: var(--secondary);
    top: -7px;
    inset-inline-start: 5px;
}

.products_pg .brands_box .arrows {
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    width: 70px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 25px;
}

.products_pg .brands_box .arrows .swiper-button-next,
.products_pg .brands_box .arrows .swiper-button-prev {
    box-shadow: none;
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    margin: unset;
    background-color: transparent;
}

.products_pg .brands_box .arrows .swiper-button-next:hover::before,
.products_pg .brands_box .arrows .swiper-button-prev:hover::before {
    color: var(--primary) !important;
}

.products_pg .brands_box #brandTabs {
    border-bottom: none;
    padding-bottom: 10px;
}

.products_pg .brands_box #brandTabs .form-check {
    padding: 0;
}

.products_pg .brands_box #brandTabs .form-check-label {
    border-radius: 25px;
    border: 1px solid #D5DCE1;
    color: var(--secondary);
    min-width: unset;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1px;
    transform: scale(0.99);
    cursor: pointer;
    text-align: center;
}

.products_pg .brands_box #brandTabs .form-check-label .img_box {
    height: 35px;
    background-color: #D5DCE1;
    border-radius: 10px;
}

.products_pg .brands_box #brandTabs .form-check-label .img_box .brandIcon {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 60%;
    padding: 5px 0;
}

.products_pg .brands_box #brandTabs .form-check-label .label {
    margin-top: 10px;
}

.products_pg .brands_box #brandTabs .form-check-label h6 {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 10px;
}

.products_pg .brands_box #brandTabs .form-check-input {
    display: none;
}

.products_pg .brands_box #brandTabs .form-check-input:checked ~ .form-check-label {
    background-color: transparent;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
}

.products_pg .brands_box #brandTabs .brands-swiper {
    overflow: hidden;
}

.products_pg .prod_card {
    margin-bottom: 30px;
}

/**********************************************
    Start Edit product Page
**********************************************/
.product_det_pg {
    overflow: unset;
}

.product_det_pg .img_box {
    height: 450px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.product_det_pg .data_sm_box {
    border-radius: 30px;
    padding: 35px 3vw;
    position: sticky;
    top: 10px;
    background-color: #fff;
}

.product_det_pg .data_sm_box .fw-bold.fsz-30 {
    letter-spacing: -1px;
}

.product_det_pg .data_sm_box .colorRadios {
    gap: 12px;
}

.product_det_pg .data_sm_box .colorRadios .radio-item {
    position: relative;
    cursor: pointer;
}

.product_det_pg .data_sm_box .colorRadios .radio-item input {
    display: none;
}

.product_det_pg .data_sm_box .colorRadios .radio-item .radio-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    position: relative;
}

.product_det_pg .data_sm_box .colorRadios .radio-item .radio-circle::after {
    content: "✓";
    font-size: 12px;
    color: #fff;
    display: none;
}

.product_det_pg .data_sm_box .colorRadios .radio-item .radio-circle::before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product_det_pg .data_sm_box .colorRadios .radio-item input:checked + .radio-circle::after {
    display: block;
}

.product_det_pg .details_box .inner_box {
    border-radius: 30px;
    padding: 20px;
    position: relative;
    border: 1px solid rgba(97, 140, 164, 0.4);
}

.product_det_pg .details_box .inner_box .nav {
    background-color: #D5DCE1;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.product_det_pg .details_box .inner_box .nav .nav-item {
    width: 25%;
}

.product_det_pg .details_box .inner_box .nav .nav-link {
    width: 100%;
    color: var(--secondary);
    font-size: 16px;
    border-radius: 30px;
}

.product_det_pg .details_box .inner_box .nav .nav-link i {
    margin-inline-end: 5px;
}

.product_det_pg .details_box .inner_box .nav .nav-link.active {
    background-color: #fff;
}

.product_det_pg .details_box .inner_box .card-body {
    padding: 25px 1.5vw;
    position: relative;
}

.product_det_pg .details_box .inner_box .card-body .item {
    margin-bottom: 10px;
}

.product_det_pg .details_box .inner_box .card-body .item p {
    font-size: 14px;
}

.product_det_pg .details_box .inner_box .card-body::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(12, 30, 52, 0.1803921569);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/**********************************************
    Start Edit services Page
**********************************************/
.services_pg .item {
    margin-bottom: 40px;
}

.services_pg .item .img_box {
    height: 330px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.services_pg .item .img_box .num {
    font-size: 160px;
    color: #FFFFFF;
    opacity: 0.25;
    position: absolute;
    bottom: -85px;
    inset-inline-start: 5px;
    font-weight: bold;
    z-index: 1;
}

.services_pg .item .img_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: rgba(18, 56, 100, 0.3);
    background-image: linear-gradient(0deg, #DBAF8A, rgba(219, 174, 138, 0.3882352941), rgba(255, 255, 255, 0.0470588235));
    z-index: 1;
}

.services_pg .item .txt_box {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px 30px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.services_pg .item .txt_box .pattern {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

/**********************************************
    Start Edit another Page
**********************************************/
.content_pg .ul li {
    display: block;
    color: var(--secondary);
    font-size: 17px;
    margin-bottom: 6px;
    position: relative;
    padding-inline-start: 20px;
}

.content_pg .ul li::before {
    content: "\f192";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    inset-inline-start: 2px;
    top: 8px;
    color: var(--primary);
    font-size: 8px;
}

.content_pg .pattern {
    position: absolute;
    transform: rotate(180deg);
    height: 100%;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}


/*new style 6/4 */
.prod_card .card-body .condition_tag {
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 50px;
    background-color: #f1f1f1;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.prod_card .card-body .meta_data {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.prod_card .card-body .meta_item {
    font-size: 13px;
    color: #777;
    display: flex;
    align-items: center;
}
.prod_card .card-body .meta_item i {
    color: #2e2e31;
    margin-inline-end: 6px;
    font-size: 14px;
}
.prod_card .card-body .price_val {
    font-size: 24px;
    font-weight: 700;
    color: #2e2e31;
    margin-bottom: 15px;
}
.prod_card .card-body .price_val span {
    font-size: 14px;
    font-weight: 500;
    margin-inline-start: 4px;
    color: #999;
}

.prod_card .card-body .card_foot .fw-500.fsz-22 {
    letter-spacing: -1px;
}

/**********************************************
    Start Edit service details
**********************************************/
/* ── 1. Hero Image Block ─────────────────────────────────── */
.sd-img-box {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 520px;
}
.sd-img-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(32,58,88,0.55) 0%, transparent 55%, rgba(160,100,37,0.4) 100%);
    z-index: 1;
    transition: opacity 0.4s ease;
}
.sd-img-box img { transition: transform 0.6s ease; }
.sd-img-box:hover img { transform: scale(1.05); }

.sd-img-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(160,100,37,0.92);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 25px rgba(160,100,37,0.4);
}
.sd-img-tag {
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.93);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
    backdrop-filter: blur(6px);
    letter-spacing: 0.5px;
}

/* ── 2. Info / Stats Block ──────────────────────────────── */
.sd-info-box { padding: 10px 0; }

.sd-stats-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(135deg, #f4f7f9 0%, #eaf0f3 100%);
    border-radius: 20px;
    border-left: 5px solid var(--primary);
    overflow: hidden;
}
.sd-stat {
    flex: 1;
    text-align: center;
    padding: 22px 15px;
}
.sd-stat-divider {
    width: 1px;
    height: 55px;
    background: rgba(32,58,88,0.12);
    flex-shrink: 0;
}
.sd-stat h3 { margin-bottom: 4px; line-height: 1; }
.sd-stat .lbl { font-size: 13px; color: #888; letter-spacing: 0.3px; }

/* ── 3. Feature Cards ───────────────────────────────────── */
.sd-feature-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px 25px;
    height: 100%;
    border: 1px solid rgba(97,140,164,0.15);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.sd-feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to right, var(--primary), #C48A3A);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}
.sd-feature-card:hover {
    box-shadow: 0 20px 50px rgba(32,58,88,0.1);
    transform: translateY(-7px);
    border-color: rgba(97,140,164,0.25);
}
.sd-feature-card:hover::before { transform: scaleX(1); }

.sd-feat-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #EAF0F3, #D5DCE1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: var(--primary);
    margin-bottom: 20px;
    transition: all 0.35s ease;
}
.sd-feature-card:hover .sd-feat-icon {
    background: linear-gradient(135deg, var(--primary), #C48A3A);
    color: #fff;
    box-shadow: 0 10px 30px rgba(160,100,37,0.35);
}

/* ── 4. Process Steps ───────────────────────────────────── */
.sd-process-bg {
    background: linear-gradient(135deg, #203A58 0%, #0C1E34 100%);
    border-radius: 30px;
    padding: 70px 50px;
    position: relative;
    overflow: hidden;
}
.sd-process-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('images/pattern_earth.svg') center/60% no-repeat;
    opacity: 0.04;
    pointer-events: none;
}
.sd-steps-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    gap: 0;
}
.sd-steps-row::before {
    content: '';
    position: absolute;
    top: 57px;
    left: calc(10% + 2px);
    right: calc(10% + 2px);
    height: 2px;
    background: linear-gradient(to right, var(--primary), rgba(160,100,37,0.3) 50%, var(--primary));
    z-index: 0;
}
.sd-step {
    flex: 1;
    text-align: center;
    padding: 0 12px;
    position: relative;
    z-index: 1;
}
.sd-step-num {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
    opacity: 0.85;
}
.sd-step-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: #fff;
    background: #203A58;
    border: 3px solid rgba(255,255,255,0.15);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}
.sd-step:hover .sd-step-icon {
    background: var(--primary);
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 12px 40px rgba(160,100,37,0.5);
    transform: scale(1.1);
}
.sd-step h6 { color: rgba(255,255,255,0.92) !important; }
.sd-step .p { color: rgba(255,255,255,0.6) !important; font-size: 13px !important; }

/* ── 6. CTA Band ────────────────────────────────────────── */
.sd-cta-band {
    background: linear-gradient(135deg, #203A58 0%, #0C1E34 100%);
    border-radius: 30px;
    padding: 65px 55px;
    position: relative;
    overflow: hidden;
}
.sd-cta-band::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(160,100,37,0.12);
    pointer-events: none;
}
.sd-cta-band::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -40px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(97,140,164,0.1);
    pointer-events: none;
}
.sd-cta-band .op-8 { opacity: 0.8; }
.sd-cta-band .butn { z-index: 2; position: relative; }

/* ── 7. Responsive ──────────────────────────────────────── */
@media (max-width: 991px) {
    .sd-img-box { height: 320px; margin-bottom: 35px; }
    .sd-steps-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .sd-steps-row::before { display: none; }
    .sd-step { width: 100%; max-width: 320px; }
    .sd-step-icon { color: var(--secondary) !important; background: #fff !important; }
    .sd-step h6 { color: var(--secondary) !important; }
    .sd-step .p { color: #666 !important; }
    .sd-process-bg { padding: 40px 25px; }
    .sd-cta-band { padding: 40px 25px; }
    .sd-stats-row { flex-wrap: wrap; }
    .sd-stat { min-width: 33%; }
    .sd-stat-divider { display: none; }
}

/* ── 8. Other Services Slider ────────────────────────────── */
.sd-other-services {
    position: relative;
}
.sd-other-services .slider-content {
    position: relative;
    overflow: hidden;
}
.sd-srv-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: 100%;
}
.sd-srv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(32,58,88,0.13);
}
.sd-srv-card .card-img-box {
    height: 240px;
    position: relative;
    overflow: hidden;
}
.sd-srv-card .card-img-box img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}
.sd-srv-card:hover .card-img-box img {
    transform: scale(1.07);
}
.sd-srv-card .card-img-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(32,58,88,0.65) 0%, rgba(160,100,37,0.25) 60%, transparent);
}
.sd-srv-card .card-num {
    position: absolute;
    bottom: -25px;
    left: 15px;
    font-size: 100px;
    font-weight: 900;
    color: rgba(255,255,255,0.18);
    line-height: 1;
    z-index: 1;
    pointer-events: none;
}
.sd-srv-card .card-body-inner {
    padding: 28px 25px 30px;
    position: relative;
}
.sd-srv-card .card-body-inner::before {
    content: '';
    position: absolute;
    top: 0; left: 25px; right: 25px;
    height: 1px;
    background: linear-gradient(to right, var(--primary), transparent);
}
.sd-srv-card .srv-icon-badge {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #EAF0F3, #D5DCE1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--primary);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.sd-srv-card:hover .srv-icon-badge {
    background: linear-gradient(135deg, var(--primary), #C48A3A);
    color: #fff;
}
.sd-srv-card .card-title {
    font-size: 19px;
    font-weight: 500;
    color: var(--secondary);
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 55px;
}
.sd-srv-card .card-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sd-other-services .os-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sd-other-services .os-nav .swiper-button-next,
.sd-other-services .os-nav .swiper-button-prev {
    position: relative;
    inset: unset;
    top: unset; right: unset; left: unset;
    width: 45px; height: 45px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(97,140,164,0.25);
    box-shadow: 0 4px 15px rgba(32,58,88,0.08);
    margin: 0;
    transition: all 0.3s ease;
}
.sd-other-services .os-nav .swiper-button-next:hover,
.sd-other-services .os-nav .swiper-button-prev:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
.sd-other-services .os-nav .swiper-button-next:hover::before,
.sd-other-services .os-nav .swiper-button-prev:hover::before {
    color: #fff;
}

.sd-other-services .os-swiper .swiper-slide {
    height: auto;
}

.sd-other-services .os-swiper-pagination {
    position: relative;
    bottom: unset;
    margin-top: 25px;
}
.sd-other-services .os-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: rgba(32,58,88,0.2);
}
.sd-other-services .os-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary) !important;
    width: 50px;
}
@media (max-width: 991px) {
    .sd-srv-card .card-img-box { height: 190px; }
}

/**********************************************
    Start Edit another Page
**********************************************/
/**********************************************
    Start Edit Media screens
**********************************************/
@media screen and (max-width: 991px) {
    .loader {
        display: none !important;
    }

    .header {
        padding-top: 85px;
    }

    .order_md_1 {
        order: -1;
    }

    .fsz-40 {
        font-size: 30px !important;
    }

    .navs-container {
        position: relative;
        background-color: var(--secondary);
    }

    .navs-container .top_nav {
        display: none;
    }

    .navs-container .logo {
        height: 45px !important;
    }

    .navs-container .top_nav .d-flex {
        justify-content: center !important;
    }

    .navs-container .top_nav .item,
    .navs-container .top_nav .social_links a {
        font-size: 12px;
    }

    .header .swiper-pagination {
        bottom: unset;
        top: 30px;
        inset-inline-start: unset;
        inset-inline-end: 30px;
    }

    .header .item {
        padding-bottom: 220px;
        padding-top: 30px;
    }

    .header .item .txt_box {
        padding: 15px;
    }

    .header .item .txt_box .title {
        font-size: 30px;
    }

    .header .item .txt_box .fsz-25 {
        font-size: 18px !important;
    }

    .header .arrows {
        bottom: 30px;
        display: none;
    }

    .header hr,
    .header .swiper-pagination {
        display: none;
    }

    .header .browse_butn .arrow_box {
        width: 60px;
        height: 60px;
    }

    .fsz-80 {
        font-size: 40px !important;
    }

    br {
        display: none;
    }

    .about_sec .img_box {
        margin-bottom: 35px;
    }

    .about_sec .img_box .lg_img {
        width: 80%;
        height: 390px;
    }

    .about_sec .img_box .sm_img {
        width: 200px;
        height: 150px;
    }

    .about_cards .cards_wrapper {
        gap: 0px;
        flex-direction: column;
    }

    .about_cards .cards_wrapper .box {
        flex: 2.7 !important;
    }

    .about_cards .cards_wrapper .box .item .txt_box,
    .about_cards .cards_wrapper .box .item .p {
        min-width: 100%;
        position: relative;
        opacity: 1;
        top: 0;
    }

    .about_cards .cards_wrapper .box .item .p {
        margin-top: 30px;
    }

    .about_cards .cards_wrapper .box .item {
        height: -moz-max-content;
        height: max-content;
        min-height: 400px;
        display: block;
        padding: 30px 15px;
        border-bottom: 5px solid var(--secondary);
    }

    .about_cards .cards_wrapper .box .item .num {
        display: none;
    }

    .about_cards .cards_wrapper .box .item {
        height: 350px;
        min-height: -moz-max-content;
        min-height: max-content;
    }

    .about_cards .cards_wrapper .box:last-of-type .item {
        height: 1030px;
    }

    .about_cards .cards_wrapper .box .item .p {
        font-size: 16px !important;
        line-height: 1.5;
    }

    .services_sec .sec_head .subtitle {
        font-size: 12px !important;
    }

    .services_sec .horizontal-scroll-wrapper .cards .sev_card {
        min-width: 350px;
    }

    .products_sec .nav-link {
        min-width: unset;
        margin: 3px;
        font-size: 12px;
    }

    .feedback_sec .item .p {
        font-size: 30px !important;
    }

    .feedback_sec .bulldozer {
        top: unset;
        height: unset;
        width: 100%;
        bottom: 0;
    }

    .feedback_sec .actions_swiper {
        bottom: 0;
        inset-inline-end: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .faq_sec .sec_head .fsz-65 {
        font-size: 40px !important;
    }

    .footer .newsletter_box form {
        margin-top: 20px;
    }

    .footer .newsletter_box .butn {
        width: 105px;
        font-size: 12px;
    }

    .footer .newsletter_box .form-control {
        width: calc(100% - 115px);
    }
    
    .footer.pages_footer {
        padding-bottom: 0 !important;
    }

    .products_sec .tab-content {
        padding: 15px;
    }

    .products_sec .prod_card {
        margin-bottom: 15px;
    }

    .checkout_pg .form_box {
        margin-bottom: 35px;
    }

    .pg_header .bread2 {
        flex-wrap: wrap;
        font-size: 12px;
    }

    .pg_header .bread2 * {
        margin: 0 3px !important;
    }

    .pg_header .bread2 a {
        font-size: 11px !important;
    }

    .product_det_pg .img_box {
        height: 250px;
    }

    .product_det_pg .details_box .head_box h3 {
        font-size: 25px !important;
    }

    .product_det_pg .details_box .inner_box .nav .nav-item {
        /*width: -moz-fit-content;*/
        width: 100%;
    }
    
    .product_det_pg .details_box .inner_box .card-body::before {
        display: none;
    }

    .product_det_pg .details_box .inner_box .nav .nav-link {
        font-size: 14px;
    }

    .product_det_pg .data_sm_box {
        margin-top: 25px;
    }

    .products_pg .filter_box {
        margin-bottom: 25px;
    }
    
    .footer .footer_box .content .social_links a {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    
    .footer .footer_box .content .links a {
        font-size: 12px;
    }
    
    .footer .footer_box .content .contact_item .icon_box {
        width: 35px;
        height: 35px;
        font-size: 12px;
        margin-inline-end: 15px;
    }
    
    .statics_sec {
        padding-bottom: 70px;
        display: flex;
        align-items: center;
    }
    
    .statics_sec .row {
        justify-content: center !important;
    }
    
    .statics_sec .statics_card {
        min-height: 140px;
        margin: 15px 0 !important;
    }
    
    .statics_sec .statics_card .fsz-70 {
        line-height: 1;
        font-size: 50px !important;
    }
    
    .statics_sec .statics_card .fsz-22 {
        font-size: 16px !important;
    }
    
    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
    }
    
    .pg_header .inner h2 {
        font-size: 45px !important;
    }
    
    .about_pg .txt_box .thumbnail {
        width: 100%;
        height: 200px;
    }
    
    .about_pg .secImg {
        border-radius: 30px;
        height: 200px;
        margin: 15px 0 !important;
    }
    
    .about_pg .exp_box {
        clip-path: none;
        border-radius: 30px;
        height: 200px !important;
        overflow: hidden;
    }
    
    .products_sec .checks {
        gap: 3px;
    }
    
    .products_sec .checks .form-check .form-check-label {
        padding: 5px 12px;
        font-size: 12px;
    }
    
}

/*html[dir=ltr] .pg_header .inner .bread .item::after {*/
/*    transform: rotateY(180deg);*/
/*}*/

/**********************************************
    Start Edit AR direction
**********************************************/
html[dir=rtl] body {
    direction: rtl;
    font-family: "Tajawal", sans-serif;
}

html[dir=rtl] h1, html[dir=rtl] h2, html[dir=rtl] h3, html[dir=rtl] h4, html[dir=rtl] h5, html[dir=rtl] h6 {
    font-family: "Tajawal", sans-serif;
    letter-spacing: 0;
}

html[dir=rtl] .fa-arrow-up-right,
html[dir=rtl] .fa-arrow-up-left {
    transform: rotate(-90deg);
}

html[dir=rtl] .feedback_sec .bulldozer {
    transform: rotateY(180deg)
}

html[dir=rtl] .faq_sec .accordion-item .accordion-button::after {
    right: auto;
    left: 24px;
}

html[dir=rtl] .pg_header .inner::before {
    background-image: linear-gradient(-15deg, rgba(160, 100, 37, 0.7450980392), transparent);
}

html[dir=rtl] .fa-arrow-left-long {
    transform: rotateY(180deg);
}

[dir="rtl"] .noUi-target {
    direction: ltr !important; 
}

[dir="rtl"] .price_box .noUi-handle {
    right: -9px; 
}

[dir="rtl"] .noUi-handle {
    right: auto;
    left: -9px;
}

[dir="rtl"] .products_sec .checks-st2 .form-check .form-check-input {
    left: auto;
    right: 10px;
}


/*----------- just ltr -----------*/
html[dir=ltr] .products_pg .brands_box .arrows {
    flex-direction: row-reverse;
}

html[dir=ltr] .form_box .form-group .label {
    font-size: 10px;
}


