:root {
    --text-font: "Roboto", sans-serif;
    --title-font: "Roboto Condensed", sans-serif;
    --theme-color1: #f68749;
    --theme-color2: #16171a;
    --wdtPrimaryColor: #f96614;
    --wdtSecondaryColor: #f68749;
    --wdtRadius_3X: 16px;
    --elton-font-Manrope: var(--text-font);
    --elton-font-Inter: var(--text-font);
    --elton-primary: var(--theme-color1);
    --elton-primary-two: var(--theme-color1);
    --elton-Orange: var(--theme-color1);
    --white-color: #fef6ee;
    --elton-dark: var(--theme-color2);
    --icon-font: "Font Awesome 5 Pro";
}

body,
p,
a,
li,
input,
textarea,
select,
button {
    /* font-family: var(--title-font); */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--title-font);
}

.main-header-top-wrapper {
    background-color: var(--theme-color1);
}

.main-header-top-left {
    gap: 28px;
    flex-wrap: wrap;
}

.topbar-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.topbar-contact-item i {
    font-size: 16px;
    color: #fff;
}

.topbar-contact-item a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.main-header-top-right .main-header-social p,
.main-header-top-right .main-header-social a,
.main-header-top-right .main-header-social a span {
    color: #fff;
}

.main-header-top-right .main-header-social a:hover,
.topbar-contact-item a:hover {
    color: #fff;
    opacity: 0.9;
}

.main-menu-list>li>a {
    /* font-family: var(--title-font); */
}

.why-choose-one-tab .why-choose-one-tab-btn-box .why-choose-one-tab-btn-detail span {
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    color: #fff !important;
    background: linear-gradient(211deg, var(--wdtPrimaryColor), var(--wdtSecondaryColor));
    border-radius: calc(var(--wdtRadius_3X) - 2px);
}

.why-choose-one-tab .why-choose-one-tab-btn-box.active .why-choose-one-tab-btn-detail span,
.why-choose-one-tab .why-choose-one-tab-btn-box:hover .why-choose-one-tab-btn-detail span {
    color: #fff !important;
}

.about-one-single-icon svg [stroke] {
    stroke: #000 !important;
}

.about-one-single-icon svg [fill]:not([fill="none"]) {
    fill: #000 !important;
}

@keyframes aboutThreeShapeFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

.about-three-shape-1 {
    animation: aboutThreeShapeFloat 3.6s ease-in-out infinite;
    will-change: transform;
}

/* Header menu arc marker for hover and active states */
.main-menu-list>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-menu-list>li>a::before,
.main-menu-list>li>a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    left: 50%;
    opacity: 0;
    transform-origin: center;
    display: inline-block;
    background-color: #b1b0b0;
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20.1 10.5' style='enable-background:new 0 0 20.1 10.5;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M20.1,6.3l-0.7-0.7c-5.2,5.2-13.6,5.2-18.7,0c0,0,0,0,0,0L0,6.3C5.6,11.9,14.5,11.9,20.1,6.3z'/%3E%3Cpath d='M13.8,0c-2,2-5.4,2.1-7.4,0c0,0,0,0,0,0l0,0L5.7,0.7c2.4,2.4,6.3,2.4,8.8,0c0,0,0,0,0,0L13.8,0z'/%3E%3Cpath d='M17.3,3.5l-0.7-0.7C13,6.4,7.1,6.4,3.5,2.8l0,0L2.8,3.5C6.8,7.5,13.3,7.5,17.3,3.5C17.3,3.5,17.3,3.5,17.3,3.5L17.3,3.5z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20.1 10.5' style='enable-background:new 0 0 20.1 10.5;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M20.1,6.3l-0.7-0.7c-5.2,5.2-13.6,5.2-18.7,0c0,0,0,0,0,0L0,6.3C5.6,11.9,14.5,11.9,20.1,6.3z'/%3E%3Cpath d='M13.8,0c-2,2-5.4,2.1-7.4,0c0,0,0,0,0,0l0,0L5.7,0.7c2.4,2.4,6.3,2.4,8.8,0c0,0,0,0,0,0L13.8,0z'/%3E%3Cpath d='M17.3,3.5l-0.7-0.7C13,6.4,7.1,6.4,3.5,2.8l0,0L2.8,3.5C6.8,7.5,13.3,7.5,17.3,3.5C17.3,3.5,17.3,3.5,17.3,3.5L17.3,3.5z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transition: all 0.3s ease;
}

.main-menu-list>li>a::before {
    transform: translateX(-50%) rotate(180deg);
    bottom: calc(100% - 0px);
    clip-path: inset(0% 0% 100% 0%);
    -webkit-clip-path: inset(0% 0% 100% 0%);
}

.main-menu-list>li>a::after {
    top: calc(100% - 0px);
    transform: translateX(-50%);
    clip-path: inset(0% 0% 100% 0%);
    -webkit-clip-path: inset(0% 0% 100% 0%);
}

.main-menu-list>li:hover>a::before,
.main-menu-list>li:hover>a::after,
.main-menu-list>li.current>a::before,
.main-menu-list>li.current>a::after,
.main-menu-list>li>a:focus-visible::before,
.main-menu-list>li>a:focus-visible::after {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
}

/* Products mega menu */
.main-header-menu-wrapper .main-menu {
    position: relative;
    overflow: visible;
}

.main-header-menu-wrapper {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: var(--elton-light);
}

.main-header-menu-wrapper.is-sticky {
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, 0.1);
}

.products-mega-trigger {
    position: static;
}

.products-mega-trigger > a {
    position: relative;
    z-index: 2;
}

.products-mega-menu {
    position: absolute;
    left: 50%;
    top: calc(100% + 14px);
    width: min(1200px, calc(100vw - 32px));
    padding: 22px;
    border: 1px solid rgba(22, 23, 26, 0.08);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%);
    box-shadow: 0 30px 60px rgba(16, 19, 24, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 18px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 30;
}

.products-mega-menu::before {
    position: absolute;
    content: "";
    inset: 18px auto auto 18px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(246, 135, 73, 0.2) 0%, rgba(246, 135, 73, 0) 70%);
    pointer-events: none;
}

.main-menu.products-mega-open .products-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.products-mega-menu__header {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(22, 23, 26, 0.08);
}

.products-mega-menu__eyebrow {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.products-mega-menu__header h3 {
    margin: 0;
    max-width: 620px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--theme-color2);
}

.products-mega-menu__cta {
    flex: 0 0 auto;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--theme-color1) 0%, var(--wdtSecondaryColor) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 28px rgba(246, 135, 73, 0.24);
}

.products-mega-menu__cta:hover {
    color: #fff;
    filter: brightness(1.02);
}

.products-mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px 14px;
}

.product-mega-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--theme-color2);
    text-align: center;
    transition: transform 0.25s ease, color 0.25s ease;
}

.product-mega-card:hover {
    transform: translateY(-4px);
    color: var(--theme-color1);
}

.product-mega-card__thumb,
.mobile-products-grid__thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.product-mega-card__thumb {
    aspect-ratio: 1.1;
}

.mobile-products-grid__thumb {
    aspect-ratio: 1.18;
}

.product-mega-card__thumb::before,
.mobile-products-grid__thumb::before {
    position: absolute;
    content: "";
    left: -10%;
    top: 50%;
    width: 90%;
    height: 18px;
    border-radius: 999px;
    transform: translateY(-50%) rotate(var(--thumb-rotation, -34deg));
    background: linear-gradient(90deg, var(--thumb-accent, #2f5ed1) 0 72%, #b97b4a 72% 100%);
    box-shadow: 0 10px 18px rgba(20, 22, 28, 0.16);
}

.product-mega-card__thumb::after,
.mobile-products-grid__thumb::after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 18px;
    border-radius: 4px 10px 10px 4px;
    transform: rotate(-8deg);
    background: linear-gradient(90deg, rgba(185, 123, 74, 0.95) 0 20%, rgba(232, 177, 118, 0.95) 20% 100%);
    box-shadow: 0 4px 10px rgba(20, 22, 28, 0.1);
}

.product-mega-card__detail,
.mobile-products-grid__detail {
    position: absolute;
    display: block;
}

.product-mega-card__thumb--bundle .product-mega-card__detail,
.mobile-products-grid__thumb--bundle .mobile-products-grid__detail,
.product-mega-card__thumb--flat .product-mega-card__detail,
.mobile-products-grid__thumb--flat .mobile-products-grid__detail {
    right: 9px;
    bottom: 18px;
    width: 44%;
    height: 12px;
    border-radius: 999px;
    transform: rotate(-33deg);
    background: linear-gradient(90deg, #dbe1ea 0 17%, #ff5a5f 17% 34%, #facc15 34% 51%, #3b82f6 51% 68%, #eef2f7 68% 100%);
    box-shadow: 0 4px 12px rgba(20, 22, 28, 0.08);
}

.product-mega-card__thumb--flat .product-mega-card__detail,
.mobile-products-grid__thumb--flat .mobile-products-grid__detail {
    width: 42%;
    height: 10px;
    background: linear-gradient(90deg, #ef4444 0 34%, #f59e0b 34% 68%, #f8fafc 68% 100%);
}

.product-mega-card__thumb--loop::before,
.mobile-products-grid__thumb--loop::before {
    left: 18%;
    top: 18%;
    width: 62%;
    height: 62%;
    transform: none;
    border: 10px solid var(--thumb-accent, #2f8eed);
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
}

.product-mega-card__thumb--loop::after,
.mobile-products-grid__thumb--loop::after {
    right: 12px;
    bottom: 14px;
    width: 36%;
    height: 12px;
    transform: rotate(10deg);
    background: linear-gradient(90deg, var(--thumb-accent, #2f8eed) 0 64%, #e2e8f0 64% 100%);
}

.product-mega-card__thumb--loop .product-mega-card__detail,
.mobile-products-grid__thumb--loop .mobile-products-grid__detail {
    display: none;
}

.product-mega-card__title,
.mobile-products-grid__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 40px;
    color: var(--theme-color2);
    font-size: 15px;
    line-height: 1.22;
    font-weight: 700;
}

.product-mega-card:hover .product-mega-card__title,
.mobile-products-grid__item > a:hover .mobile-products-grid__title {
    color: var(--theme-color1);
}

.products-mobile-menu > ul.mobile-products-grid {
    margin: 0;
    padding: 14px 12px 16px;
    list-style: none;
    display: none;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(22, 23, 26, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%);
}

.products-mobile-menu.expanded > ul.mobile-products-grid {
    display: grid !important;
}

.products-mobile-menu > ul.mobile-products-grid > li {
    margin: 0;
    border-top: 0;
}

.products-mobile-menu > ul.mobile-products-grid > li > a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    line-height: 1.2;
    background: transparent;
    text-transform: none;
}

.products-mobile-menu > ul.mobile-products-grid > li > a:hover {
    background: transparent;
}

.products-mobile-menu > ul.mobile-products-grid > li > a .mobile-products-grid__thumb {
    min-height: 104px;
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 {
    position: absolute;
    left: 50%;
    top: calc(100% + 0px);
    width: min(1320px, calc(100vw - 24px));
    padding: 26px 26px 22px;
    border: 1px solid rgba(22, 23, 26, 0.08);
   background-color: var(--elton-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 18px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 1000;
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2::before {
    position: absolute;
    content: "";
    inset: 18px auto auto 18px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(246, 135, 73, 0.2) 0%, rgba(246, 135, 73, 0) 70%);
    pointer-events: none;
}

.products-mega-trigger:hover > .tp-submenu.submenu.has-homemenu.has-homemenu-2,
.products-mega-trigger:focus-within > .tp-submenu.submenu.has-homemenu.has-homemenu-2,
.products-mega-trigger.products-mega-open > .tp-submenu.submenu.has-homemenu.has-homemenu-2,
.main-menu.products-mega-open .tp-submenu.submenu.has-homemenu.has-homemenu-2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.main-menu {
    position: relative;
    overflow: visible;
}

.products-mega-trigger {
    position: static !important;
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 .row.gx-6 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 .homemenu-thumb {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 .homemenu-thumb a {
    display: block;
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 .homemenu-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1.15;
    object-fit: contain;
    padding: 8px;
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 .homemenu-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--theme-color2);
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 .homemenu-title a {
    color: inherit;
}

.tp-submenu.submenu.has-homemenu.has-homemenu-2 .homemenu-title a:hover {
    color: var(--theme-color1);
}

@media (min-width: 992px) {
    /* .main-header-top-wrapper {
        display: block !important;
    } */

    .main-menu-list,
    .main-menu-right {
        display: flex !important;
    }

    .main-menu-logo {
        display: block !important;
    }

    .header-right-end {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .tp-submenu.submenu.has-homemenu.has-homemenu-2 {
        display: none !important;
    }
}

.products-page-intro {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
    color: #4e545d;
    font-size: 17px;
    line-height: 1.7;
}

.products-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.product-listing-card,
.product-detail-card {
    background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%);
    border: 1px solid rgba(22, 23, 26, 0.08);
    border-radius: 26px;
    box-shadow: 0 18px 40px rgba(16, 19, 24, 0.08);
}

.product-listing-card {
    padding: 18px;
}

.product-listing-card__media {
    display: block;
    margin-bottom: 16px;
}

.product-listing-card__body {
    padding: 0 6px 4px;
}

.product-listing-card__eyebrow,
.product-detail-card__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.product-listing-card__body h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.product-listing-card__body h3 a {
    color: var(--theme-color2);
}

.product-listing-card__body p {
    margin: 0 0 16px;
    color: #4e545d;
    line-height: 1.65;
}

.product-listing-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-color1);
    font-weight: 700;
}

.product-listing-card__link::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}

.product-detail-card {
    padding: 26px;
}

.product-detail-card__visual {
    padding: 10px;
}

.product-detail-card__visual .product-mega-card__thumb {
    min-height: 320px;
    border-radius: 22px;
}

.product-detail-card__title {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    color: var(--theme-color2);
}

.product-detail-card__summary {
    margin: 0 0 20px;
    color: #4e545d;
    font-size: 18px;
    line-height: 1.75;
}

.product-detail-card__highlights {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.product-detail-card__highlights li {
    position: relative;
    padding-left: 26px;
    color: var(--theme-color2);
    font-weight: 600;
}

.product-detail-card__highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color1), var(--wdtSecondaryColor));
    box-shadow: 0 0 0 4px rgba(246, 135, 73, 0.12);
}

.product-detail-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.product-detail-page {
    padding: 34px 0 90px;
    background: #ffffff;
}

.product-detail-page__hero {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.product-detail-page__media {
    position: relative;
    padding: 18px 0 0 10px;
}

.product-detail-page__media-accent {
    position: absolute;
    inset: 0 auto auto 0;
    width: 64%;
    height: 78%;
    border-radius: 18px;
    background: #ff7e33;
}

.product-detail-page__media-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(16, 19, 24, 0.18);
    min-height: 380px;
}

.product-detail-page__media-slider {
    box-shadow: 0 18px 40px rgba(16, 19, 24, 0.18);
}

.product-detail-page__media-slider .owl-stage-outer,
.product-detail-page__media-slider .owl-stage,
.product-detail-page__media-slider .owl-item,
.product-detail-page__media-slider .product-detail-page__slide {
    height: 100%;
}

.product-detail-page__media-slider .product-detail-page__slide {
    background: #ffffff;
}

.product-detail-page__media-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-page__media-slider .product-detail-page__slide img {
    width: 100%;
       height: 380px;
    object-fit: cover;
}

.product-detail-page__media-slider .owl-nav {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    gap: 10px;
    margin: 0;
}

.product-detail-page__media-slider .owl-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #111 !important;
    border: 1px solid rgba(17, 17, 17, 0.15) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(16, 19, 24, 0.12);
}

.product-detail-page__media-slider .owl-nav button span {
    display: none;
}

.product-detail-page__media-slider .owl-nav button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}

.product-detail-page__media-slider .owl-nav .owl-prev::before {
    content: "\f060";
}

.product-detail-page__media-slider .owl-nav .owl-next::before {
    content: "\f061";
}

.product-detail-page__media-slider .owl-nav button:hover {
    background: var(--theme-color1) !important;
    color: #fff !important;
    border-color: var(--theme-color1) !important;
}

.product-detail-page__content {
    padding-top: 8px;
}

.product-detail-page__eyebrow {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.product-detail-page__content h1 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}

.product-detail-page__summary {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
}

.product-detail-page__feature-strip {
    margin-top: 26px;
    padding: 16px 14px 8px;
    /* background: #f7f7f7; */
    /* border: 1px solid #efefef; */
    text-align: center;
}

.product-detail-page__features {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
}

.product-detail-page__feature {
    text-align: center;
    width: 62px;
    height: 62px;
    background: #acacac;
    border-radius: 50%;
}

.product-detail-page__feature img {
    display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
    margin: 0 auto 10px;
    border-radius: 50%;
    /* background: var(--bs-border-color); */
    filter: grayscale(100%) invert(0.9);
    border: 0;
}

.product-detail-page__feature-title {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}

.product-detail-page__specs {
    margin-top: 28px;
}

.product-detail-page__specs > p:first-child,
.product-detail-page__note {
    font-size: 15px;
    line-height: 1.65;
    color: #111;
}

.product-detail-page__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 18px 0 14px;
}

.product-detail-page__table th,
.product-detail-page__table td {
    border: 1px solid #cfcfcf;
    padding: 10px 12px;
    vertical-align: top;
}

.product-detail-page__table th {
    background: #f4f4f4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.product-detail-page__cta {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 22px;
    margin-top: 34px;
    padding: 24px;
    border: 1px solid rgba(22, 23, 26, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%);
    box-shadow: 0 18px 40px rgba(16, 19, 24, 0.08);
}

.product-detail-page__cta h2 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--theme-color2);
}

.product-detail-page__cta-copy,
.product-detail-page__cta-help {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-detail-page__contact {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 14px;
    border: 1px solid rgba(22, 23, 26, 0.08);
    background: #fff;
}

.product-detail-page__contact strong {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--theme-color1);
}

.product-detail-page__contact a {
    color: var(--theme-color2);
    font-weight: 700;
}

.product-detail-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

@media (max-width: 1499px) {
    .products-mega-menu {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .products-page-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-card {
        padding: 20px;
    }

    .product-detail-card__visual .product-mega-card__thumb {
        min-height: 260px;
    }

    .product-detail-page__hero,
    .product-detail-page__cta {
        grid-template-columns: 1fr;
    }

    .product-detail-page__media {
        max-width: 520px;
        margin: 0 auto;
    }

    .product-detail-page__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-page__cta h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .products-mobile-menu > ul.mobile-products-grid {
        grid-template-columns: 1fr;
    }

    .product-listing-card {
        padding: 14px;
    }

    .product-detail-card__actions {
        flex-direction: column;
    }

    .product-detail-page {
        padding: 24px 0 72px;
    }

    .product-detail-page__media-card {
        min-height: 320px;
    }

    .product-detail-page__content h1 {
        font-size: 22px;
    }

    .product-detail-page__summary {
        font-size: 15px;
    }

    .product-detail-page__feature-strip {
        padding: 14px 10px 6px;
    }

    .product-detail-page__features {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-detail-page__feature-title {
        font-size: 11px;
    }

    .product-detail-page__table {
        font-size: 12px;
    }

    .product-detail-page__cta {
        padding: 18px;
    }

    .product-detail-page__cta h2 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .main-header-top-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .main-header-top-right {
        width: 100%;
        justify-content: flex-start;
    }
}

.sec-title__tagline {
    color: var(--theme-color2);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin: 0;
}
.sec-title__tagline__left-border {
  width: 25px;
  height: 12px;
  display: inline-block;
  border: 1px solid  var(--theme-color1);
  border-radius: 100px;
  position: relative;
  top: 0;
  margin-right: 10px;
  overflow: hidden;
}
.text-white .sec-title__tagline__left-border{
   border: 1px solid  #fff;
}
.sec-title__tagline__left-border::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 100%;
  background-color: var(--theme-color1);
  border-radius: 100px;
  content: "";
  animation: zumpXX 2s linear infinite;
}
.text-white .sec-title__tagline__left-border::after {
   background-color: #fff;
}

.sec-title__tagline__right-border {
  width: 25px;
  height: 12px;
  display: inline-block;
  border: 1px solid  var(--theme-color1);
  border-radius: 100px;
  position: relative;
  top: 0;
  margin-left: 10px;
  overflow: hidden;
}
.sec-title__tagline__right-border::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 100%;
  background-color: var(--theme-color1);
  border-radius: 100px;
  content: "";
  animation: zumpXX 2s linear infinite;
}
@keyframes zumpXX {
  0%, 100% {
    left: -20%;
  }
  50% {
    left: 50%;
  }
}/*** 

====================================================================
    About Section Three
====================================================================

***/
.about-section-three {
  background-color: var(--theme-color1);
  position: relative;
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .about-section-three {
    padding: 90px 0;
  }
}
.about-section-three .bg-image {
  width: 55%;
}
@media (max-width: 1199.98px) {
  .about-section-three .bg-image {
    width: 64%;
  }
}
@media (max-width: 767.98px) {
  .about-section-three .bg-image {
    width: 100%;
  }
}
.about-section-three .bg-image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color1);
  opacity: 0.9;
}
.about-section-three .bg-image:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 605px;
  height: 664px;
  background-image: url('../images/resources/bgpattern.png');
}
.about-section-three .bg-image2 {
  left: auto;
  right: 0;
  width: 45%;
}
@media (max-width: 1199.98px) {
  .about-section-three .bg-image2 {
    width: 36%;
  }
}
@media (max-width: 991.98px) {
  .about-section-three .bg-image2 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .about-section-three .bg-image2 {
    display: none;
  }
}
.about-section-three .sec-title .sub-title {
  color: var(--theme-color-light);
}
.about-section-three .sec-title .sub-title:before {
  background-image: url(../images/icons/title2.png);
}
.about-section-three .sec-title .text {
  color: var(--theme-color-light);
}
@media (max-width: 767.98px) {
  .about-section-three .sec-title .text br {
    display: none;
  }
}

.info-style-one .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .info-style-one .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .info-style-one .image {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .info-style-one .image img {
    width: 100%;
  }
}
.info-style-one .list-style-five {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .info-style-one .list-style-five {
    margin-left: 0;
    margin-top: 30px;
  }
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-title {
    position: relative;
    margin-bottom: 40px;
}

/*=== List Style Five ===*/
.list-style-five {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-five li {
  position: relative;
  line-height: 24px;
  padding-left: 30px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 7px;
}
.list-style-five li:hover i {
  color: var(--theme-color2);
}
.list-style-five li:last-child {
  margin-bottom: 0;
}
.list-style-five li i {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-five li a {
  display: inline-block;
  font-weight: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-five li a:hover {
  color: var(--theme-color1);
}
.list-style-five.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-style-five.two-column li {
  width: 50%;
}
@media (max-width: 767.98px) {
  .list-style-five.two-column li {
    width: 100%;
  }
}
.inner-column{    padding-right: 50px;}
.vs-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--theme-color1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 20.5px 44px;
    border-radius: 0;
    z-index: 1;
}
.vs-btn:before {
    transform: rotateX(90deg);
}
.vs-btn::after, .vs-btn::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: auto;
    background: #16171A;
    transition: all ease .5s;
    border-radius: inherit;
}
.vs-btn:after {
    transform: rotateY(90deg);
}
.vs-btn i {
    margin-left: 10px
}
.vs-btn:hover {
    color: #fff
}

.vs-btn:hover:before {
    transform: rotateX(0)
}

.vs-btn:hover:after {
    transform: rotateY(0)
}

.bg-title {
    background-color: #16171A;
}
.footer-layout3 .footer-top {
    padding: 60px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}
.form-style3 {
    display: flex;
    width: 100%;
    max-width: 370px
}

.form-style3 input {
    flex: 1;
    height: 55px;
    padding: 0 45px 0 25px;
    border: none;
    border-radius: 9999px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    background-color: #fff
}

.form-style3 button {
    width: 145px;
    padding-left: 0;
    padding-right: 0
}

.form-style3 button::before,.form-style3 button:after {
    background: #fff
}

.form-style3 button:hover {
    color: #16171A
}

.widget-area {
    padding-top: 0;
    padding-bottom: 60px;
}.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
}.footer-widget .widget_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
    padding-bottom: 3px;
    color: var(--white-color);
    position: relative;
}
.widget_title:after, .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 100%;
    border-radius: 9999px;
}
.footer-widget .widget_title:after,.footer-widget .widget_title::before {
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--theme-color1);
    border-radius: 0
}

.footer-widget .widget_title:after {
    left: 30px;
    width: 50px
}

.footer-widget.widget_meta ul,.footer-widget.widget_pages ul,.footer-widget.widget_archive ul,.footer-widget.widget_categories ul,.footer-widget.widget_nav_menu ul {
    margin-top: -0.1em
}

.footer-widget.widget_meta ul ul,.footer-widget.widget_pages ul ul,.footer-widget.widget_archive ul ul,.footer-widget.widget_categories ul ul,.footer-widget.widget_nav_menu ul ul {
    margin-top: 0
}

.footer-widget.widget_meta a,.footer-widget.widget_pages a,.footer-widget.widget_archive a,.footer-widget.widget_categories a,.footer-widget.widget_nav_menu a {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--white-color);
    /* font-family: var(--body-font); */
    border: none;
    padding: 0 0 0 18px
}

.footer-widget.widget_meta a:after,.footer-widget.widget_pages a:after,.footer-widget.widget_archive a:after,.footer-widget.widget_categories a:after,.footer-widget.widget_nav_menu a:after {
    display: none
}

.footer-widget.widget_meta a::before,.footer-widget.widget_pages a::before,.footer-widget.widget_archive a::before,.footer-widget.widget_categories a::before,.footer-widget.widget_nav_menu a::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€š ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
    position: absolute;
    font-family: var(--icon-font);
    font-weight: 400;
    left: 0;
    top: 50%;
    height: 10px;
    margin-top: -5px;
    font-size: 18px;
    display: inline-block;
    line-height: 10px;
    transition: all ease .4s;
    color: var(--white-color)
}

.footer-widget.widget_meta a:hover,.footer-widget.widget_pages a:hover,.footer-widget.widget_archive a:hover,.footer-widget.widget_categories a:hover,.footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color1)
}

.footer-widget.widget_meta a:hover::before,.footer-widget.widget_pages a:hover::before,.footer-widget.widget_archive a:hover::before,.footer-widget.widget_categories a:hover::before,.footer-widget.widget_nav_menu a:hover::before {
    color: var(--theme-color1);
    animation: bounceonhover .6s infinite linear
}

.footer-widget.widget_meta li>span,.footer-widget.widget_pages li>span,.footer-widget.widget_archive li>span,.footer-widget.widget_categories li>span,.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: rgba(0,0,0,0);
    color: var(--body-color);
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,.footer-widget.widget_pages li:last-child a,.footer-widget.widget_archive li:last-child a,.footer-widget.widget_categories li:last-child a,.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}
.footer-layout3 .copyright-wrap {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    background-color: rgb(0 0 0 / 6%);
}
.copyright-wrap {
    padding: 21px 0;
    background-color: var(--theme-color1);
}
.copyright-text {
    margin: 0;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}.copyright-text a {
    /* font-style: italic; */
    color: inherit;
    color: #000000;
    font-size: 15px;
}
.main-footer__top__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--theme-color1);
    border-radius: 0px 0px 100px 100px;
    padding: 13px 40px;
    margin-bottom: 30px;
    justify-content: space-between;
}.main-footer__top__info {
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 20px;
}
.main-footer__top__info__item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--white-color, #fff);
    line-height: 1.2em;
}.main-footer__top__info__icon {
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.main-footer__top__info__item a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: 500ms;
}.main-footer__top__social {
    display: flex;
    align-items: center;
    line-height: 1em;
    gap: 10px;
    justify-content: center;
    margin-top: 5px;
}
.main-footer__top__social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--ienet-white, #fff);
    border: 1px solid rgba(255,255,255, 0.3);
    border-radius: 50%;
    transition: 500ms;
    background: var(--theme-color2);
}.main-footer__top__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    backface-visibility: hidden;
}.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.footer-widget-about {
    margin-right: 0;
}

.footer-about-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0;
}

.footer-widget-about .footer-widget-call {
    margin-top: 24px;
    padding: 14px 18px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-widget-about .footer-widget-call .call-icon-box {
    width: 54px;
    height: 54px;
}

.footer-widget-about .footer-widget-call .call-icon-box i {
    font-size: 22px;
}

.footer-widget-about .footer-widget-call .call-detail p {
    margin-bottom: 2px;
}

.footer-widget-about .footer-widget-call .call-detail a {
    color: var(--white-color);
}

.footer-widget-about .footer-widget-call .call-detail a:hover {
    color: var(--theme-color1);
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
}

.footer-contact-list li span {
    min-width: 24px;
    color: var(--white-color);
    line-height: 24px;
    font-size: 16px;
}

.footer-contact-list li p,
.footer-contact-list li a {
    margin: 0;
    padding-left: 12px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.45;
}

.footer-contact-list li + li {
    margin-top: 0px;
}

.footer-contact-list li a:hover {
    color: var(--theme-color1);
}

.process-style1 {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 30px 15px 22px 15px;
    margin: 25px 0 50px 20px
}

.process-style1:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 30px;
    right: 25px;
    bottom: -20px;
    border: 2px solid #f3e4d5;
    z-index: -1;
    transition: all ease .4s
}

.process-style1 .process-number {
    position: absolute;
    left: 20px;
    top: -25px;
    font-size: 24px;
    font-weight: 700;
    background-color: #f68749;
    transition: all ease .4s;
    color: var(--white-color);
    width: 50px;
    height: 45px;
    line-height: 45px;
    display: inline-block
}

.process-style1 .process-number:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    height: 25px;
    width: 10px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background-color: inherit;
    display: inline-block
}

.process-style1 .process-icon {
    margin-bottom: 25px
}
.process-style1 .process-icon img{width: 50px;}
.process-style1 .process-name {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 25px;
    font-family: var(--text-font);
}

.process-style1 .process-text {
    margin-bottom: 0;
    text-align: center;
}

.process-style1:hover::before {
    border-color: var(--theme-color1)
}

.process-style1:hover .process-number {
    background-color: var(--theme-color1)
}

@media(max-width: 1199px) {
    .process-style1 {
        margin:15px 0 50px 15px;
        padding: 30px 15px 28px 15px
    }

    .process-style1:before {
        left: -15px;
        top: 15px;
        right: 20px;
        bottom: -15px
    }
}
.counter-inner1 {
    padding: 70px 70px 40px 70px;
}
.bg-theme {
    background-color: var(--theme-color2);
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.counter-style1 {
    text-align: center;
    position: relative;
    padding: 24px 15px 24px 15px;
    width: 220px;
    max-width: 100%;
    margin-bottom: 30px
}

.counter-style1:after,.counter-style1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(50% - 23px);
    border-width: 2px 2px 0 2px;
    border-style: solid;
   border-color: #4a4a4a;
    transition: all ease .4s
}

.counter-style1:after {
    top: auto;
    bottom: 0;
    border-width: 0 2px 2px 2px
}

.counter-style1:Hover::before,.counter-style1:Hover:after {
    height: 50%
}

.counter-style1 .counter-icon {
    margin-bottom: 18px
}

.counter-style1 .counter-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 13px
}

.counter-style1 .counter-text {
    font-size: 18px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 0;
    line-height: 1
}

@media(max-width: 1500px) {
    .counter-style1 {
        width:100%
    }

    .counter-style1 .counter-icon {
        margin-bottom: 13px
    }

    .counter-style1 .counter-number {
        font-size: 30px
    }

    .counter-style1 .counter-text {
        font-size: 16px
    }
}

/*.banner-one-slider,*/
/*.banner-one-slider .owl-stage-outer,*/
/*.banner-one-slider .owl-stage,*/
/*.banner-one-slider .owl-item,*/
/*.banner-one-slider .banner-one {*/
/*    height: 600px;*/
/*}*/

.banner-one-slider .banner-one {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.banner-one-slider .banner-one .banner-one-bg,
.banner-one-slider .banner-one .banner-one-bg-shape {
    /*height: 600px;*/
    bottom: 0;
    background-position: center center;
}

.banner-one-slider .banner-one .banner-one-bg {
    padding-bottom: 0;
}
.footer-table table{border:none;margin:0}.footer-table td{color:var(--white-color);padding:0 40px 21px 0;border:none;line-height:1}.footer-table td:last-child{padding-right:0}.footer-table tr:last-child td{padding-bottom:0}

.product-range-one {
    position: relative;
    padding: 60px 0;
    /* background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%); */
}

.product-range-one-heading {
    margin-bottom: 38px;
}

.product-range-one-heading h2 {
    margin: 0;
    color: var(--theme-color2);
    font-size: 35px;
    line-height: 1.2;
    font-weight: normal;
}

.product-range-slider .owl-stage-outer {
    padding: 10px 0 32px;
}

.product-range-card {
    position: relative;
    overflow: hidden;
    /* margin: 10px 0; */
    /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15); */
}

.product-range-card__img {
    /* height: 300px; */
    border: #e3e3e3 solid 2px;
    /* border-bottom: 0; */
    overflow: hidden;
}

.product-range-card__img img {
    width: auto !important;
    height: 200px;
    /* object-fit: contain; */
    /* padding: 18px; */
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    transition: transform 0.5s ease;
}

.product-range-card:hover .product-range-card__img img {
    transform: scale(1.05);
}

.product-range-card__content {
    /* position: absolute; */
    left: 16px;
    right: 16px;
    bottom: 16px;
    background-color: #fff;
    padding: 18px 70px 18px 22px;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: #e3e3e3 solid 2px;
    border-top: 0;
}

.product-range-card__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 7px;
    background-color: var(--theme-color1);
    height: 91px;
}

.product-range-card__content h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e1f23;
}

.product-range-card__content h4 a {
    color: inherit;
    /* border: #e3e3e3 solid 2px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-range-card__content h4 a:hover {
    color: var(--theme-color1);
}

.product-range-card__content p {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.3;
    color: #5f6169;
}

.product-range-card__arrow {
    position: absolute;
    right: 16px;
    bottom: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e1f23;
    background-color: #fff;
}

.product-range-one .owl-theme .owl-dots .owl-dot span {
    width: 32px;
    height: 4px;
    margin: 5px 4px;
    border-radius: 0;
    background: #d3d3d3;
}

.product-range-one .owl-theme .owl-dots .owl-dot.active span,
.product-range-one .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-color1);
}

@media (max-width: 1199px) {
    .product-range-one-heading h2 {
        font-size: 38px;
    }

    .product-range-card__img {
        height: 430px;
    }
}

@media (max-width: 767px) {
    .product-range-one {
        padding: 85px 0;
    }

    .product-range-one-heading h2 {
        font-size: 30px;
    }

    .product-range-card__img {
        height: 390px;
    }

    .product-range-card__content {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 16px 62px 16px 18px;
    }

    .product-range-card__content h4 {
        font-size: 22px;
    }
}

.industries-serve-one {
    padding: 50px 0 50px;
    background-color: #f3f3f3;
}

.industries-serve-one__heading {
    margin-bottom: 74px;
}

.industries-serve-one__heading p {
    /* margin: 0 0 18px; */
    /* color: #f96614; */
    /* font-size: 20px; */
    /* font-weight: 700; */
    /* letter-spacing: 6px; */
    /* text-transform: uppercase; */
}

.industries-serve-one__heading h2 {
    margin: 0;
    color: #0e1015;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 700;
}

.industries-serve-one__heading h2 span {
    color: #f96614;
}

.industries-serve-one__cta-row {
    margin-bottom: 0;
}

.industries-serve-one__grid {
    row-gap: 40px;
}

.consultation-strip {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 208px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f96614;
}

.consultation-strip__copy h3 {
    margin: 0 0 14px;
    color: #ffffff;
    /* font-size: 42px; */
    /* line-height: 1.1; */
    /* font-weight: 700; */
    font-family: var(--text-font);
}

.consultation-strip__copy p {
    margin: 0;
    color: #ffffff;
    /* font-size: 31px; */
    /* line-height: 1.55; */
    font-weight: 500;
}

.consultation-strip--qr {
    justify-content: space-between;
    gap: 30px;
    padding: 30px 40px;
}

.consultation-strip--qr .consultation-strip__copy {
    max-width: 245px;
}

.consultation-strip__qr-image {
    width: 122px;
    height: 122px;
    display: block;
    flex-shrink: 0;
}

.consultation-strip--call {
    gap: 18px;
    padding: 30px 66px 30px 70px;
    isolation: isolate;
}

.consultation-strip--call::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 40%;
    height: 100%;
    background-image:
        linear-gradient(90deg, #f96614 0%, rgba(249, 102, 20, 0.76) 39%, rgba(249, 102, 20, 0.2) 100%),
        url("../images/Slider/slider1.png");
    background-position: center, center right;
    background-size: cover, cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.consultation-strip--call > * {
    position: relative;
    z-index: 2;
}

.consultation-strip__call-icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.consultation-strip__call-icon i {
    color: #f96614;
    font-size: 40px;
}

.consultation-strip__copy--call h3 {
    margin-bottom: 10px;
}

.consultation-strip__copy--call p {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.consultation-strip__copy--call p span {
    font-weight: 600;
}

.consultation-strip__copy--call p em {
    font-style: normal;
    font-weight: 500;
}

.consultation-strip__copy--call p a {

    text-decoration: underline;
    text-decoration-thickness: 1.4px;
    text-underline-offset: 4px;
}

.industry-card {
    position: relative;
    border-radius: 14px;
    background-color: #eee7dd;
    min-height: 160px;
    padding: 82px 14px 28px;
    text-align: center;
    /* box-shadow: 0 10px 24px rgba(15, 19, 28, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 16px 28px rgba(15, 19, 28, 0.14); */
}

.industry-card__icon {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 108px;
    height: 108px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 12px 26px rgb(249 102 20 / 11%);
}

.industry-card__icon svg {
    width: 54px;
    height: 54px;
    stroke: #000000;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.industry-card h3 {
    margin: 0;
    color: #111318;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.15;
    font-family: var(--text-font);
}

@media (max-width: 1399px) {
    .consultation-strip__copy h3 {
        font-size: 25px;
    }

    .consultation-strip__copy p {
        font-size: 15px;
    }

    .consultation-strip--qr {
        padding-right: 30px;
        padding-left: 30px;
    }

    .consultation-strip__qr-image {
        width: 108px;
        height: 108px;
    }

    .consultation-strip--call {
        padding-left: 50px;
        padding-right: 48px;
    }

    .industries-serve-one__heading h2 {
        font-size: 56px;
    }

    .industry-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .industries-serve-one {
        padding: 90px 0;
    }

    .industries-serve-one__cta-row {
        margin-bottom: 56px;
    }

    .industries-serve-one__heading {
        margin-bottom: 62px;
    }

    .industries-serve-one__heading h2 {
        font-size: 44px;
    }

    .consultation-strip {
        min-height: 188px;
    }

    .consultation-strip--call::after {
        width: 42%;
    }

    .consultation-strip__call-icon {
        width: 86px;
        min-width: 86px;
        height: 86px;
    }

    .consultation-strip__call-icon i {
        font-size: 34px;
    }

    .industry-card {
        min-height: 190px;
        padding-top: 72px;
    }

    .industry-card h3 {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .industries-serve-one__cta-row {
        margin-bottom: 44px;
    }

    .consultation-strip {
        min-height: 172px;
        padding: 22px 20px;
        border-radius: 10px;
    }

    .consultation-strip--qr {
        gap: 18px;
    }

    .consultation-strip--call {
        gap: 14px;
    }

    .consultation-strip--call::after {
        width: 56%;
    }

    .consultation-strip__qr-image {
        width: 88px;
        height: 88px;
    }

    .consultation-strip__copy h3 {
        margin-bottom: 8px;
        font-size: 24px;
    }

    .consultation-strip__copy p {
        font-size: 16px;
        line-height: 1.45;
    }

    .consultation-strip__copy--call p {
        gap: 8px;
    }

    .consultation-strip__call-icon {
        width: 66px;
        min-width: 66px;
        height: 66px;
    }

    .consultation-strip__call-icon i {
        font-size: 24px;
    }

    .industries-serve-one__heading p {
        font-size: 15px;
        letter-spacing: 4px;
    }

    .industries-serve-one__heading h2 {
        font-size: 34px;
    }

    .industry-card {
        min-height: 168px;
        padding: 66px 10px 20px;
    }

    .industry-card__icon {
        width: 88px;
        height: 88px;
        top: -42px;
    }

    .industry-card__icon svg {
        width: 44px;
        height: 44px;
    }

    .industry-card h3 {
        font-size: 18px;
    }
}

.footer-wrapper.footer-layout3.bg-title {
    background-color: #ffffff;
}

.footer-wrapper.footer-layout3.bg-title .footer-top {
    background-image: none !important;
    background-color: transparent;
    border-bottom-color: #e5e7eb;
}

.footer-wrapper.footer-layout3.bg-title .widget-area {
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

.footer-wrapper.footer-layout3.bg-title .widget-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    background: url("../images/bg-footer.png") right bottom no-repeat;
    background-size: auto 72%;
    /* opacity: 0.28; */
    /* filter: blur(3px); */
    pointer-events: none;
}

.footer-wrapper.footer-layout3.bg-title .widget-area .container {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__inner {
    background-color: #efefef;
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__info__item,
.footer-wrapper.footer-layout3.bg-title .main-footer__top__info__item a,
.footer-wrapper.footer-layout3.bg-title .footer-widget .widget_title,
.footer-wrapper.footer-layout3.bg-title .footer-about-text,
.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a,
.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a::before,
.footer-wrapper.footer-layout3.bg-title .footer-table td,
.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-detail p,
.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-detail a,
.footer-wrapper.footer-layout3.bg-title .footer-contact-list li span,
.footer-wrapper.footer-layout3.bg-title .footer-contact-list li p,
.footer-wrapper.footer-layout3.bg-title .footer-contact-list li a {
    color: #16171a;
}
.footer-wrapper.footer-layout3.bg-title .footer-about-text,
.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a,
.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a::before,
.footer-wrapper.footer-layout3.bg-title .footer-table td,
.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-detail p,
.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-detail a,
.footer-wrapper.footer-layout3.bg-title .footer-contact-list li span,
.footer-wrapper.footer-layout3.bg-title .footer-contact-list li p,
.footer-wrapper.footer-layout3.bg-title .footer-contact-list li a 
{ 
color: #5e5e5e;
}
.footer-wrapper.footer-layout3.bg-title .main-footer__top__social a {
    color: #ffffff;
    border-color: #d1d5db;
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__social a:hover {
    color: #ffffff;
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}

.footer-wrapper.footer-layout3.bg-title .footer-widget-call {
    background-color: #f8f8f8;
    border-color: #e5e7eb;
}

.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a:hover,
.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a:hover::before,
.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-detail a:hover,
.footer-wrapper.footer-layout3.bg-title .footer-contact-list li a:hover {
    color: var(--theme-color1);
}

/* Footer refresh: professional white layout while keeping widget-area::after */
.footer-wrapper.footer-layout3.bg-title {
    background-color: #f8f8f8;
}

.footer-wrapper.footer-layout3.bg-title .footer-top {
    padding: 42px 0 20px;
    background-color: #ffffff;
    border-bottom: 0;
}

.footer-wrapper.footer-layout3.bg-title .footer-top .sec-title {
    color: #16171a !important;
    letter-spacing: -0.3px;
}

.footer-wrapper.footer-layout3.bg-title .form-style3 input {
    border: 1px solid #d9dee8;
    border-right: 0;
}

.footer-wrapper.footer-layout3.bg-title .form-style3 .vs-btn {
    background-color: var(--theme-color1);
    color: #fff;
}

.footer-wrapper.footer-layout3.bg-title .widget-area {
    padding-bottom: 70px;
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__inner {
    /* background: linear-gradient(135deg, #f96614 0%, #f68749 100%); */
    border-radius: 22px;
    padding: 10px 18px;
    margin-bottom: 34px;
    /* box-shadow: 0 18px 35px rgb(193 193 193 / 0%); */
    border-radius: 0px 0px 100px 100px;
    padding: 4px 40px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__info {
    width: 100%;
    /* justify-content: space-between; */
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__info__item {
    /* color: #fff !important; */
    min-height: 68px;
    padding: 0 20px;
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__info__item + .main-footer__top__info__item {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__info__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 14%);
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__right {
    margin-left: 12px;
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__social a {
    /* color: #fff; */
    /* border-color: rgba(255, 255, 255, 0.5); */
}

.footer-wrapper.footer-layout3.bg-title .main-footer__top__social a:hover {
    color: #f96614;
    background-color: #fff;
    border-color: #fff;
}

.footer-wrapper.footer-layout3.bg-title .widget-area .row.justify-content-between {
    row-gap: 28px;
}

.footer-wrapper.footer-layout3.bg-title .widget-area .footer-widget {
    height: 100%;
    /* padding: 28px 24px; */
    /* border: 1px solid #ebedf2;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05); */
}

.footer-wrapper.footer-layout3.bg-title .footer-widget .widget_title {
    margin-bottom: 22px;
}

.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a {
    padding-left: 16px;
    margin-bottom: 11px;
}

.footer-wrapper.footer-layout3.bg-title .footer-widget.widget_pages a::before {
    content: "\203A";
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    margin-top: 0;
    top: 2px;
    color: #8c94a5;
}

.footer-wrapper.footer-layout3.bg-title .footer-widget-call {
    display: inline-flex;
    border-radius: 12px;
    padding: 14px 16px;
}

.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-icon-box {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #f96614 0%, #f68749 100%);
}

.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-icon-box i {
    font-size: 18px;
}

.footer-wrapper.footer-layout3.bg-title .footer-widget-call .call-detail a {
    font-size: 18px;
}

.footer-wrapper.footer-layout3.bg-title .footer-table table {
    width: 100%;
}

.footer-wrapper.footer-layout3.bg-title .footer-table tbody tr + tr td {
    border-top: 1px dashed #e7e9ee;
}

.footer-wrapper.footer-layout3.bg-title .footer-table td {
    padding: 10px 0;
}

.footer-wrapper.footer-layout3.bg-title .footer-contact-list li + li {
    padding-top: 16px;
}

.footer-wrapper.footer-layout3.bg-title .footer-contact-list li span {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
    color: #303030 !important;
}

@media (max-width: 991px) {
    .footer-wrapper.footer-layout3.bg-title .main-footer__top__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 16px;
    }

    .footer-wrapper.footer-layout3.bg-title .main-footer__top__info {
        width: 100%;
        flex-direction: column;
    }

    .footer-wrapper.footer-layout3.bg-title .main-footer__top__info__item + .main-footer__top__info__item {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .footer-wrapper.footer-layout3.bg-title .main-footer__top__info__item {
        padding: 8px 0;
        min-height: auto;
    }

    .footer-wrapper.footer-layout3.bg-title .main-footer__top__right {
        margin-left: 0;
    }
}

/* Footer top strip: catalogue UI */
.footer-wrapper.footer-layout3.bg-title .footer-top {
    padding: 46px 0 26px;
    background-color: #ffffff;
    border-bottom: 0;
}

.footer-catalog-strip {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 22px 26px;
    border-radius: 28px;
    background: linear-gradient(135deg, #f96614 0%, #f68749 100%);
    box-shadow: 0 22px 38px rgba(249, 102, 20, 0.24);
}

.footer-catalog-intro {
    min-width: 290px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-catalog-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 22px;
}

.footer-catalog-copy p {
    margin: 0 0 2px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
}

.footer-catalog-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 31px;
    line-height: 1.2;
    font-weight: 700;
}

.footer-catalog-points {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    flex: 1;
}

.footer-catalog-points li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    padding: 10px 16px;
}

.footer-catalog-points li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-catalog-points li i {
    font-size: 16px;
}

.footer-catalog-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 235px;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    color: #f96614;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s ease;
}

.footer-catalog-btn:hover {
    color: #fff;
    background-color: #16171a;
}

@media (max-width: 1199px) {
    .footer-catalog-strip {
        flex-wrap: wrap;
        border-radius: 24px;
    }

    .footer-catalog-intro {
        min-width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        padding: 0 0 14px;
    }

    .footer-catalog-copy h2 {
        font-size: 26px;
    }

    .footer-catalog-points {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-catalog-strip {
        gap: 14px;
        padding: 18px 16px;
    }

    .footer-catalog-copy h2 {
        font-size: 22px;
    }

    .footer-catalog-points {
        flex-direction: column;
        align-items: stretch;
    }

    .footer-catalog-points li {
        justify-content: flex-start;
        font-size: 16px;
        padding: 10px 0;
    }

    .footer-catalog-points li + li {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-catalog-btn {
        width: 100%;
        min-width: 0;
    }
}

@media only screen and (min-width: 1801px) {
    .container {
        max-width: 1700px;
    }
}
.funfact__item {
    position: relative;
    text-align: center;
    padding: 0px 10px 14px;
    min-height: 255px;
}
.funfact__item__shape {
    width: 100%;
    height: calc(100% - 36px);
    position: relative;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    /* border-radius: 0px 0px 500px 500px; */
    background-color: #f7f7f7;
    /* min-height: 350px; */
    border: #e1e0e0 solid 1px;
}
.funfact__item__shape::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #fbfbfb;
    transition: all 500ms ease;
}
.funfact__item__content {
    position: relative;
    z-index: 1;
}
.funfact__item__icon-box {
    width: 74px;
    height: 74px;
    position: relative;
    margin: 0px auto 20px;
}
.funfact__item__icon-box::before {
    left: -36px;
    border-width: 0 0 36px 36px;
    border-color: transparent transparent #ebebeb transparent;
}
.funfact__item__icon-box::before, .funfact__item__icon-box::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    border-style: solid;
    transition: all 500ms ease;
}
.funfact__item__icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-size: 38px;
    color: var(--theme-color2);
    overflow: hidden;
    background-color: #e1e0e0;
    border-radius: 0px 0px 50px 50px;
    transition: all 500ms ease;
}
.funfact__item__icon::after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: var(--theme-color1);
    transition: all 500ms ease;
}
.funfact__item__icon-box::after {
    right: -36px;
    border-width: 36px 0 0 36px;
    border-color: transparent transparent transparent #ebebeb;
}
.funfact__item__count {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #222222;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.funfact__item__title {
    margin: 0px;
    transition: all 500ms ease;
    text-align: center;
}
.funfact__item:hover .funfact__item__icon::after {
  height: 100%;
  top: 0px;
}.funfact__item:hover .funfact__item__icon-box::before {
  border-color: transparent transparent #f59f6f transparent;
}
.funfact__item:hover .funfact__item__icon-box::after {
  border-color: transparent transparent transparent #f59f6f;
}
.funfact__item:hover .funfact__item__shape::after {
  height: 100%;
}
.main-title-section-wrapper {
    /* clear: both; */
    /* float: left; */
    /* margin: 0; */
    width: 100%;
    position: relative;
    /* height: 300px; */
    padding: 80px 0px;
}
.main-title-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.main-title-section h1 {
    color:#fff;
}
.breadcrumb,.breadcrumb a {
       color:#fff;
}
.breadcrumb{
       color:#fff;
       display: flex;
       clear: both;
       /* float: left; */
       /* width: 100%; */
       margin: 0;
       padding: 0;
       font-size: inherit;
       font-weight: 500;
       align-items: center;
}
.breadcrumb span:not(.current) {
    display: inline-block;
    margin: 0px 12px;
    padding: 0;
    vertical-align: middle;
}
.breadcrumb .fas.fa-minus::before {
    font-size: 0;
    width: 8px;
    height: 2px;
    display: inherit;
    background-color: currentColor;
    content: "";
}
.breadcrumb span.current {
    color: var(--theme-color1);
}
.main-title-section-wrapper > .main-title-section-bg, .main-title-section-wrapper > .main-title-section-bg:after {
    content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.main-title-section-wrapper > .main-title-section-bg {
    background-image: url(https://wdtnetlink.wpengine.com/wp-content/uploads/2023/08/Breadcrumb-bg-2-scaled.jpg);
    background-attachment: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--wdtTertiaryColor);
}
.main-title-section-wrapper > .main-title-section-bg:after {
    content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.main-title-section-wrapper>.main-title-section-bg:after {
    /* background-color: rgba(0,0,0, 0.5); */
}
.bg-white
{
    background: #fff;
}
.features-two__grid {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--findox-border-color, #dddddd);
}
@media (max-width: 991px) {
  .features-two__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .features-two__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features-two__card {
  padding: 44px 35px 50px;
  position: relative;
  text-align: center;
  background-color: var(--findox-white, #ffffff);
}
@media (max-width: 375px) {
  .features-two__card {
    padding: 34px 25px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .features-two__card {
    padding: 32px 20px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-two__card {
    padding: 32px 20px 35px;
  }
}
.features-two__card:not(:last-child) {
  border-right: 1px solid var(--findox-border-color, #dddddd);
}
@media (max-width: 575px) {
  .features-two__card:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--findox-border-color, #dddddd);
  }
}
@media (max-width: 991px) {
  .features-two__card:nth-child(1) {
    border-bottom: 1px solid var(--findox-border-color, #dddddd);
  }
}
@media (max-width: 575px) {
  .features-two__card:nth-child(1) {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .features-two__card:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid var(--findox-border-color, #dddddd);
  }
}
.features-two__card__bg {
  width: 0%;
  height: calc(100% + 2px);
  position: relative;
  position: absolute;
  top: -1px;
  right: -1px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: 600ms;
}
.features-two__card__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color1);
}
.features-two__card:hover .features-two__card__bg {
  width: calc(100% + 2px);
}
.features-two__card__shape-1, .features-two__card__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}
.features-two__card__shape-1 {
  left: 0px;
  bottom: 0px;
  animation: moveX2 2s linear infinite;
}
.features-two__card__shape-2 {
  top: 0px;
  right: 0px;
  animation: moveX 2s linear infinite;
}
.features-two__card__content {
  position: relative;
  z-index: 1;
}
.features-two__card__title {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 700;
  color: var(--findox-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}
@media (min-width: 576px) and (max-width: 767px) {
  .features-two__card__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-two__card__title {
    font-size: 18px;
  }
}
.features-two__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-two__card__title a:hover {
  background-size: 100% 1px;
}
.features-two__card__icon-box {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 24px;
  border-radius: 10px;
  background-color: var(--theme-color1);
  transition: all 500ms ease;
}
.features-two__card:hover .features-two__card__icon-box {
  background-color: var(--findox-white, #ffffff);
}
.features-two__card__icon {
  font-size: 44px;
  color: var(--findox-white, #ffffff);
  transition: all 500ms ease;
}
.features-two__card:hover .features-two__card__icon svg {
  width: 1em;
  height: 1em;
  fill: rgb(0 0 0);
}
.features-two__card:hover .features-two__card__icon {
  color: var(--theme-color1);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.features-two__card__text {
  margin-bottom: 25px;
  transition: all 500ms ease;
  text-align: center;
}
.features-two__card:hover .features-two__card__title, .features-two__card:hover .features-two__card__text {
  color: var(--findox-white, #ffffff);
}
@media (min-width: 576px) and (max-width: 767px) {
  .features-two__card .findox-btn {
    padding-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-two__card .findox-btn {
    padding-left: 25px;
  }
}
.features-two__card .findox-btn::after {
  background-color: var(--findox-white, #ffffff);
}
.features-two__card .findox-btn:hover::before {
  background-color: var(--theme-color1);
}
.features-two__card .findox-btn:hover .findox-btn__text {
  color: var(--findox-black4, #131111);
}
.features-two__card:hover .findox-btn::before {
  background-color: var(--theme-color1);
}

.features-three {
  background-color: #ffffff;
  /* padding: 50px 0px; */
}
.features-three__item {
  padding: 40px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .features-three__item {
    padding: 30px;
  }
}
@media (max-width: 440px) {
  .features-three__item {
    padding: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-three__item {
    padding: 30px;
  }
}
.features-three__bg {
  width: 0%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: 600ms;
}
.features-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f68749;
}
.features-three__item:hover .features-three__bg {
  width: 100%;
}
.features-three__content {
  position: relative;
  z-index: 2;
}
.features-three__top {
  display: flex;
  align-items: center;
  gap: 30px 44px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 18px 60px 18px 23.5px;
  border-radius: 10px 50px 50px 10px;
  background-color: var(--findox-white, #ffffff);
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .features-three__top {
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .features-three__top {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-three__top {
    padding-right: 40px;
  }
}
.features-three__top::before {
  content: "";
  width: 90px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 10px;
  background-color: var(--theme-color1);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .features-three__top::before {
    display: none;
  }
}
.features-three__item:hover .features-three__top {
  background-color: var(--theme-color2);
  color: #fff;
}
@media (max-width: 575px) {
  .features-three__item:hover .features-three__top {
    background-color: transparent;
  }
}
.features-three__item:hover .features-three__top::before {
  background-color: #fff;
}
@media (max-width: 575px) {
  .features-three__item:hover .features-three__top::before {
    display: none;
  }
}
.features-three__icon {
  display: inline-flex;
  font-size: 44px;
  color: var(--findox-white, #ffffff);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .features-three__icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--theme-color2)
  }
}
.features-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .features-three__item:hover .features-three__icon {
    background-color: var(--theme-color1);
  }
}
.features-three__item:hover .features-three__icon {
  color: var(--theme-color1);
}
@media (max-width: 575px) {
  .features-three__item:hover .features-three__icon {
    color: var(--theme-color2)
  }
}
.features-three__title {
  margin: 0px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.272;
  text-transform: capitalize;
}
.features-three__item:hover .features-three__title {
    color: #fff;
}
@media (max-width: 390px) {
  .features-three__title {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .features-three__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-three__title {
    font-size: 20px;
  }
}
.features-three__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-three__title a:hover {
  background-size: 100% 1px;
}
@media (max-width: 575px) {
  .features-three__item:hover .features-three__title {
    color: var(--findox-white, #ffffff);
  }
}
.features-three__text {
  margin-bottom: 24px;
  transition: all 500ms ease;
}
.features-three__item:hover .features-three__text {
  color: var(--findox-white, #ffffff);
}
.features-three__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: -10px;
  z-index: 1;
  transition: all 500ms ease;
  animation: vibrant2 3s ease 0s infinite;
}
@media (max-width: 575px) {
  .features-three__shape {
    right: 30px;
  }
}
.features-three__shape--hover {
  opacity: 0;
}
.features-three__item:hover .features-three__shape {
  opacity: 0;
}
.features-three__item:hover .features-three__shape--hover {
  opacity: 1;
}
.working-process {
  counter-reset: stepNumber;
  background-color: var(--findox-white, #ffffff);
}
.working-process__inner {
  position: relative;
}
.working-process .row {
  position: relative;
  z-index: 1;
}
.working-process__card {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .working-process__card--two {
    flex-direction: column-reverse;
  }
}
.working-process__card__image {
  display: inline-block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.working-process__card__image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.working-process__card__overlay {
  width: 100%;
  height: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: RGBA(0, 0, 0, 0.6);
  transition: all 500ms ease;
}
.working-process__card:hover .working-process__card__overlay {
  height: 100%;
  top: 0px;
}
.working-process__card__btn {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--theme-color1);
  border-radius: 50%;
  opacity: 0;
  background-color: var(--findox-white, #ffffff);
  transition: all 500ms ease;
}
.working-process__card__btn:hover {
  color: var(--theme-color2);
  background-color: var(--theme-color1);
}
.working-process__card__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.working-process__card:hover .working-process__card__btn {
  opacity: 1;
}
.working-process__card__step {
  display: inline-block;
  padding: 7px 5.5px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #464545;
  border-radius: 10px;
  text-transform: uppercase;
  background-color: #f0f0f0;
  transition: all 500ms ease;
  width:100px;
  height:100px;
}
.working-process__card__step img{
    width: 150px;
}
/*.working-process__card__step::after {*/
/*  content: "0" counter(stepNumber);*/
/*  counter-increment: stepNumber;*/
/*  margin-left: 5px;*/
/*  font-size: inherit;*/
/*  color: inherit;*/
/*  font-weight: inherit;*/
/*  line-height: 1;*/
/*  transition: all 500ms ease;*/
/*}*/

.working-process__card:hover .working-process__card__step::after {
  color: var(--findox-black4, #131111);
}
.working-process__card__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.272;
  text-transform: capitalize;
}
@media (min-width: 576px) and (max-width: 767px) {
  .working-process__card__title {
    font-size: 20px;
  }
}
.working-process__card__title a {
  color: inherit;
}
.working-process__card__title a:hover {
  color: var(--theme-color2)
}
.working-process__card__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.working-process__card__title a:hover {
  background-size: 100% 1px;
}
.working-process__card__text {
  margin: 0px;
  text-align: center;
}
.working-process__shape {
  position: absolute;
  top: -8.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .working-process__shape {
    display: none;
  }
}
.why-choose .sec-title {
  margin-bottom: 11px;
}
.why-choose__text {
  margin-bottom: 25px;
}

.why-choose__item-single + .why-choose__item-single {
  margin-top: 27px;
}
.why-choose__item-single {
  position: relative;
}
.why-choose__item {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 10px 15px 10px 10px;
  border-radius: 200px 0px 0px 200px;
  border: 1px solid var(--findox-border-color, #dddddd);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .why-choose__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .why-choose__item:hover {
    border-color: var(--findox-white3, #ecf5f4);
    background-color: var(--findox-white3, #ecf5f4);
  }
}
.why-choose__item::after {
  content: "";
  width: 66px;
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  right: -1px;
  z-index: -1;
  transform: translateY(-50%);
  background-color: #fdf4eb;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 65% 50%);
}
@media (max-width: 575px) {
  .why-choose__item::after {
    display: none;
  }
}
.why-choose__item__icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--theme-color1);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .why-choose__item:hover .why-choose__item__icon-box {
    background-color: var(--theme-color1);
  }
}
.why-choose__item__icon {
  font-size: 34px;
  color: var(--findox-white, #ffffff);
  transition: all 500ms ease;
}
.why-choose__item__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .why-choose__item:hover .why-choose__item__icon {
    color: var(--theme-color2);
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}
.why-choose__item__content {
  width: calc(100% - 90px);
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .why-choose__item__content {
    width: 100%;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.why-choose__item__title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--findox-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose__item__title {
    font-size: 19px;
  }
}
.why-choose__item__title a {
  color: inherit;
}
.why-choose__item__title a:hover {
  color: var(--theme-color2)
}
.why-choose__item__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.why-choose__item__title a:hover {
  background-size: 100% 1px;
}
.why-choose__item__text {
  margin: 0px;
}
.why-choose__item__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.why-choose__item__link {
  width: 49px;
  height: 49px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--findox-white, #ffffff);
  border-radius: 50%;
  background-color: var(--theme-color2);
  transition: all 500ms ease;
}
.why-choose__item__link:hover {
  transform: rotate(45deg);
}
@media (max-width: 575px) {
  .why-choose__item__link:hover {
    color: var(--theme-color2);
    background-color: var(--theme-color1);
  }
}
.why-choose__item__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose__item--hover {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  padding: 10px 10px 10px 15px;
  border-radius: 0px 200px 200px 0px;
  border-color: var(--findox-white3, #ecf5f4);
  background-color: var(--findox-white3, #ecf5f4);
}
@media (max-width: 575px) {
  .why-choose__item--hover {
    display: none;
  }
}
.why-choose__item--hover::after {
  right: auto;
  left: -1px;
  background-color: var(--theme-color1);
  clip-path: polygon(100% 0, 65% 52%, 100% 100%, 0 100%, 0 0);
}
.why-choose__item--hover .why-choose__item__content {
  gap: 20px;
  justify-content: flex-start;
}
.why-choose__item--hover .why-choose__item__btn {
  width: 65px;
  height: 65px;
  justify-content: flex-start;
}
.why-choose__item--hover .why-choose__item__icon-box {
  background-color: var(--theme-color1);
}
.why-choose__item--hover .why-choose__item__icon {
  color: var(--theme-color2)
}

.why-choose__image__inner {
  display: inline-block;
  position: relative;
}
.why-choose__image img {
  max-width: 100%;
  height: auto;
}
/*.why-choose__image__img {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*  -webkit-mask: url("../images/shapes/why-choose-image-shape-1-1.png");*/
/*  mask: url("../images/shapes/why-choose-image-shape-1-1.png");*/
/*  -webkit-mask-repeat: no-repeat;*/
/*  mask-repeat: no-repeat;*/
/*  -webkit-mask-size: 100% 100%;*/
/*  mask-size: 100% 100%;*/
/*}*/
.why-choose__image__shape {
  position: absolute;
  top: 1px;
  right: -80px;
  animation: zoomIn 2s infinite alternate;
  display:none;
}
.features-one__card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  padding: 48px 20px 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card {
    padding: 38px 25px 35px;
  }
}
@media (max-width: 440px) {
  .features-one__card {
    flex-direction: column;
    padding: 40px 30px 37px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features-one__card {
    flex-direction: column;
  }
}
.features-one__card::after {
  content: "";
  width: calc(100% - 60px);
  height: 5px;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: 0px auto;
  transform: scaleX(0);
  background-color: var(--theme-color1);
  clip-path: polygon(9% 0, 91% 0, 100% 100%, 0 100%);
  transition: all 400ms linear;
}
.features-one__card:hover::after {
  transform: scaleX(1);
}
.features-one__card__icon-box {
  width: 75px;
  height: 75px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px;
  background: #303030;
  transition: all 500ms ease;
  border-radius: 10px;
  /* background: var(--theme-color2)
  transition: all 500ms ease; */
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card__icon-box {
    width: 60px;
    height: 60px;
  }
}
.features-one__card:hover .features-one__card__icon-box {
  background-color: var(--theme-color1);
}
.features-one__card__icon {
  font-size: 38px;
  color: var(--findox-white, #ffffff);
  transition: all 500ms ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card__icon {
    font-size: 30px;
  }
}
.features-one__card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.features-one__card:hover .features-one__card__icon {
  color: var(--theme-color2);
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.features-one__card__title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--findox-black2, #222222);
  line-height: 1.272;
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991px) {
  .features-one__card__title {
    font-size: 20px;
  }
}
.features-one__card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.features-one__card__title a:hover {
  background-size: 100% 1px;
}
.features-one__card__text {
  margin: 0px;
  font-size: 14px;
  text-align: left;
}
.features-one__card__border {
  width: 2px;
  height: calc(100% - 86px);
  position: relative;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .features-one__card__border {
    display: none;
  }
}
.features-one__card__border::before, .features-one__card__border::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  border-radius: 50px;
  transition: all 500ms ease;
}
.features-one__card__border::before {
  top: 0px;
  background-color: var(--findox-border-color, #dddddd);
}
.features-one__card__border::after {
  bottom: 0px;
  background-color: var(--theme-color2)
}
.features-one__card:hover .features-one__card__border::before {
  background-color: var(--theme-color1);
}
.features-one__card:hover .features-one__card__border::after {
  background-color: var(--findox-border-color, #dddddd);
}
.feature-section{    border-radius: 0px 0px 15px 15px;
    background-color: var(--findox-white, #ffffff);
    filter: drop-shadow(0 2px 9.6px rgba(0, 0, 0, 0.1));}

/* Request Quote redesign */
.price-package-five {
    position: relative;
    overflow: hidden;
    padding: 60px 0 60px;
    /* background:
        radial-gradient(circle at top left, rgba(246, 135, 73, 0.14), transparent 30%),
        radial-gradient(circle at 96% 14%, rgba(22, 23, 26, 0.06), transparent 24%),
        linear-gradient(180deg, #fffaf5 0%, #ffffff 42%, #fffdfb 100%); */
}

.price-package-five::before,
.price-package-five::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
}

.price-package-five::before {
    width: 220px;
    height: 220px;
    left: -80px;
    top: 160px;
    /* background: rgba(246, 135, 73, 0.08); */
}

.price-package-five::after {
    width: 320px;
    height: 320px;
    right: -140px;
    bottom: 40px;
    /* background: rgba(22, 23, 26, 0.04); */
}

.price-package-five .container {
    position: relative;
    z-index: 1;
}

.price-package-five__intro {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.price-package-five__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(246, 135, 73, 0.1);
    color: var(--theme-color1);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.price-package-five__title {
    margin: 16px 0 12px;
    color: var(--theme-color2);
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 700;
}

.price-package-five__lead {
    margin: 0;
    color: #5f6270;
    font-size: 17px;
    line-height: 1.75;
}

.price-package-five__panel {
    margin-top: 0 !important;
}

.price-package-five .price-package-two-box {
    position: relative;
    padding: 36px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(22, 23, 26, 0.08);
    box-shadow: 0 28px 80px rgba(16, 19, 24, 0.10);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.price-package-five .price-package-two-box::before {
    position: absolute;
    content: "";
    inset: auto -40px -40px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(246, 135, 73, 0.16) 0%, rgba(246, 135, 73, 0) 70%);
    pointer-events: none;
}

.price-package-five .price-package-two-left-box {
    margin-right: 0;
    padding: 8px 14px 8px 0;
}

.price-package-five .price-package-two-right-box {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 24px;
}

.price-package-five .price-package-two-right-img {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(246, 135, 73, 0.10) 0%, rgba(255, 255, 255, 0.92) 100%);
    box-shadow: 0 16px 40px rgba(16, 19, 24, 0.08);
}

.price-package-five .price-package-two-right-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.price-package-five .price-package-two-left-box .form-control {
    width: 100%;
    min-height: 58px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(22, 23, 26, 0.12);
    background: #ffffff;
    color: var(--theme-color2);
    box-shadow: 0 8px 20px rgba(16, 19, 24, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.price-package-five .price-package-two-left-box textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.price-package-five .price-package-two-left-box .form-control::placeholder {
    color: #8c8f9b;
}

.price-package-five .price-package-two-left-box .form-control:focus {
    border-color: rgba(246, 135, 73, 0.75);
    box-shadow: 0 0 0 4px rgba(246, 135, 73, 0.12);
    transform: translateY(-1px);
}

.price-package-five .submit-area {
    margin-top: 8px;
}

.price-package-five .submit-area .tp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--theme-color1) 0%, var(--wdtSecondaryColor) 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(246, 135, 73, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.price-package-five .submit-area .tp-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(246, 135, 73, 0.34);
    filter: brightness(1.02);
}

.price-package-five__steps-header {
    max-width: 760px;
    margin: 42px auto 22px;
    text-align: center;
}

.price-package-five__steps-header h3 {
    margin: 12px 0 0;
    color: var(--theme-color2);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.18;
    font-weight: 700;
}

.price-package-five__steps {
    margin-top: 0;
}

.price-package-five__steps > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.price-package-five .how-works-single-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 34px 28px 30px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(22, 23, 26, 0.08);
    box-shadow: 0 18px 42px rgba(16, 19, 24, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    margin-right: 0px;
    margin-left: 0;
}

.price-package-five .how-works-single-box::before {
    position: absolute;
    content: "";
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--theme-color1) 0%, rgba(246, 135, 73, 0.18) 100%);
}

.price-package-five .how-works-single-box:hover {
    transform: translateY(-6px);
    border-color: rgba(246, 135, 73, 0.20);
    box-shadow: 0 24px 54px rgba(16, 19, 24, 0.12);
}

.price-package-five .how-works-single-icon {
    position: relative;
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(246, 135, 73, 0.12) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.price-package-five .how-works-single-icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.price-package-five .how-works-single-tag {
    position: absolute;
    right: -4px;
    bottom: -4px;
}

.price-package-five .how-works-single-tag h5 {
    width: 34px;
    height: 34px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-color1) 0%, var(--wdtSecondaryColor) 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(246, 135, 73, 0.28);
}

.price-package-five .how-works-single-title h4 {
    margin-bottom: 10px;
    color: var(--theme-color2);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.price-package-five .how-works-single-text p {
    margin-bottom: 0;
    color: #5f6270;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 991px) {
    .price-package-five {
        padding: 92px 0 84px;
    }

    .price-package-five__intro {
        margin-bottom: 26px;
    }

    .price-package-five .price-package-two-box {
        padding: 26px;
    }

    .price-package-five .price-package-two-right-box {
        padding-left: 0;
        margin-top: 22px;
    }
}

@media (max-width: 767px) {
    .price-package-five__title {
        margin-top: 14px;
    }

    .price-package-five__lead {
        font-size: 16px;
    }

    .price-package-five .price-package-two-left-box {
        padding-right: 0;
    }

    .price-package-five .submit-area .tp-btn {
        width: 100%;
        justify-content: center;
    }

    .price-package-five .price-package-two-right-img {
        padding: 18px;
    }

    .price-package-five .how-works-single-box {
        padding: 28px 20px 24px;
    }
}
thead, tbody, tfoot, tr, td, th
{
    font-size: 14px;
}
.table th, .table tr:first-child td{
    background-color: var(--theme-color1) !important;
        color: #fff !important;
}
.table{width: 100% !important;}
/*.logo-slider {*/
/*    position: relative;*/
  
/*}*/

.logo-slider .slide {
   display: block;
    position: absolute;
    right: 0;
    top: 25%;
    opacity: 0;
    animation: fadeImages 6s infinite;
}

.logo-slider .slide1 {
    animation-delay: 0s;
    top:35%;
}

.logo-slider .slide2 {
    animation-delay: 3s;
}

@keyframes fadeImages {
    0%, 45% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}