@import "https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
:root {
    --font-montserrat: "Montserrat", sans-serif;
    --font-marcellus: "Marcellus", serif;
    --heading-color: #0B2E59;
    --title-color: #0B2E59;
    --body-color: #333333;
    --paragraph-color: #333333;
    --text-secondary: #666666;
    --white-color: #fff;
    --primary-color: #0B2E59;
    --secondary-color: #E5B100;
    --secondary-color-rgb: 229, 177, 0;
    --bg-light: #ffffff;
    --bg-alt: #f9f9f9;
    --border-color: rgba(11, 46, 89, 0.12);
    --border-radius-sm: 14px;
    --border-radius-lg: 26px;
    --transition-smooth: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 0 solid;
    box-shadow: unset;
}
input,
textarea {
    border-radius: 0;
}
html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}
body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    overflow-x: clip;
    font-size: 16px;
    font-family: var(--font-montserrat);
    color: var(--body-color);
    line-height: 1.65;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-marcellus);
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: 15px;
    line-height: 1.25;
}
h3,
h4,
h5,
h6 {
    font-family: var(--font-montserrat);
    font-weight: 700;
}
p {
    margin: 0;
    color: var(--paragraph-color);
    font-weight: 400;
    line-height: 1.7;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
.pt-130 {
    padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .pt-130 {
        padding-top: 90px;
    }
}
.pb-130 {
    padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}
.pt-120 {
    padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}
@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}
.pb-120 {
    padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}
.pt-90 {
    padding-top: 90px;
}
@media (max-width: 991px) {
    .pt-90 {
        padding-top: 80px;
    }
}
@media (max-width: 767px) {
    .pt-90 {
        padding-top: 70px;
    }
}
.pb-90 {
    padding-bottom: 90px;
}
@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}
.pb-80 {
    padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}
.pb-65 {
    padding-bottom: 65px;
}
.mt-130 {
    margin-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mt-130 {
        margin-top: 100px;
    }
}
@media (max-width: 991px) {
    .mt-130 {
        margin-top: 90px;
    }
}
.mb-130 {
    margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-130 {
        margin-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .mb-130 {
        margin-bottom: 90px;
    }
}
.mt-120 {
    margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}
@media (max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}
.mb-120 {
    margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}
@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}
.mb-100 {
    margin-bottom: 110px;
}
@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}
.mt-100 {
    margin-top: 110px !important;
}
@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px !important;
    }
}
.mb-90 {
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-60 {
    padding-bottom: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}
.mb-70 {
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-44 {
    margin-bottom: 44px;
}
@media (max-width: 991px) {
    .mb-44 {
        margin-bottom: 0;
    }
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-35 {
    margin-top: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-60 {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .mt-60 {
        margin-top: 40px;
    }
}
.mt-70 {
    margin-top: 70px;
}
@media (max-width: 767px) {
    .mt-70 {
        margin-top: 40px;
    }
}
.pl--95 {
    padding-left: 95px;
}
@media (max-width: 1699px) {
    .pl--95 {
        padding-left: 70px;
    }
}
@media (max-width: 1499px) {
    .pl--95 {
        padding-left: 50px;
    }
}
@media (max-width: 1399px) {
    .pl--95 {
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .pl--95 {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}
.pr--95 {
    padding-right: 95px;
}
@media (max-width: 1699px) {
    .pr--95 {
        padding-right: 70px;
    }
}
@media (max-width: 1499px) {
    .pr--95 {
        padding-right: 50px;
    }
}
@media (max-width: 1399px) {
    .pr--95 {
        padding-right: 30px;
    }
}
@media (max-width: 1199px) {
    .pr--95 {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }
}
@media (max-width: 991px) {
    .pl--95,
    .pr--95 {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 575px) {
    .pl--95,
    .pr--95 {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.circle-container {
    background: 0 0;
    position: fixed;
    right: 30px;
    bottom: 55px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #b1b1b1;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.circle-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.circle-container::after {
    position: absolute;
    font-family: bootstrap-icons;
    content: "\f145";
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    color: var(--secondary-color);
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.circle-container:hover::after {
    position: absolute;
    font-family: bootstrap-icons;
    content: "\f145";
    color: var(--secondary-color);
    transition: all 200ms linear;
}
.circle-container svg path {
    fill: none;
}
.circle-container svg.circle-progress path {
    stroke: var(--paragraph-color);
    stroke-width: 5;
    box-sizing: border-box;
    transition: all 200ms linear;
}
#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
    display: block;
}
#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: #d9d9d9;
}
#ball.ball-view {
    background-color: var(--title-color);
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1.2;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
#ball .ball-view-inner {
    padding: 0 5px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
#ball .ball-view-inner i {
    font-size: 24px;
}
#ball .ball-drag {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: var(--title-color);
    line-height: 1.2;
    text-align: center;
    transition: all 0.3s;
}
#ball .ball-drag::before,
#ball .ball-drag::after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 16px;
    color: var(--primary-color);
    height: 10px;
    line-height: 10px;
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
    content: "\f060";
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all 0.25s;
}
#ball .ball-drag::after {
    content: "\f061";
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all 0.25s;
}
#ball.ball-close-enabled {
    opacity: 1 !important;
}
#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
    text-align: center;
}
.magnetic-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ball.magnetic-active {
    border-color: var(--primary-color) !important;
}
.container-fluid.one {
    max-width: 1746px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid.pl--120 {
    padding-left: 120px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .container-fluid.pl--120 {
        padding-left: 50px;
    }
}
@media (max-width: 1399px) {
    .container-fluid.pl--120 {
        padding-left: 50px;
    }
}
@media (max-width: 767px) {
    .container-fluid.pl--120 {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}
.sub-title span {
    color: var(--heading-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid var(--title-color);
    padding: 7px 20px;
    white-space: nowrap;
}
.section-title1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    gap: 25px;
}
@media (max-width: 991px) {
    .section-title1 {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (max-width: 991px) {
    .section-title1.one {
        gap: 25px;
    }
}
.section-title1 > span {
    color: var(--heading-color);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    border-radius: 16px;
    border: 1px solid var(--title-color);
    padding: 7px 20px;
    white-space: nowrap;
}
.section-title1 h2 {
    color: var(--heading-color);
    font-family: var(--font-marcellus);
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 850px;
    margin-top: -10px;
    line-height: 1.2;
}
.section-title1 p,
.section-title1.two p {
    color: var(--text-secondary);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 18px;
}
.section-title1.two p {
    max-width: 720px;
}
@media (max-width: 1199px) {
    .section-title1 h2 {
        font-size: 30px;
    }
}
.section-title1.two {
    flex-direction: column;
}
.section-title1.two h2 {
    margin-top: 0;
    padding-top: 10px;
}
.section-title1.two h2 span {
    color: var(--paragraph-color);
}
.section-title1.two a {
    margin-top: 22px;
}
@media (max-width: 991px) {
    .section-title1.two a {
        margin-top: 15px;
    }
}
.section-title2 h2 {
    color: var(--title-color);
    font-family: var(--font-marcellus);
    font-size: 75px;
    font-weight: 400;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .section-title2 h2 {
        font-size: 55px;
    }
}
@media (max-width: 1199px) {
    .section-title2 h2 {
        font-size: 40px;
    }
}
.section-title2 h2 p {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.primary-btn1 {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}
.primary-btn1 svg {
    fill: var(--white-color);
    transition: all 0.6s;
}
.primary-btn1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--white-color);
    transition: all 0.6s;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.primary-btn1:hover {
    color: var(--primary-color);
}
.primary-btn1:hover svg {
    fill: var(--primary-color);
}
.primary-btn1:hover span {
    width: 225%;
    height: 1000.5px;
}
.primary-btn1:active {
    background-color: var(--white-color);
}
.download-profile-btn {
    border: 1px solid var(--primary-color);
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(22, 58, 112, 0.08);
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.download-profile-btn:hover {
    box-shadow: 0 8px 24px rgba(22, 58, 112, 0.16);
    transform: translateY(-2px);
}
.download-profile-btn i {
    font-size: 16px;
}
.primary-btn2 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 17px 28px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}
.primary-btn2 svg {
    fill: var(--title-color);
    transition: all 0.6s;
}
.primary-btn2 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.6s;
    z-index: -1;
}
.primary-btn2:hover {
    color: var(--white-color);
}
.primary-btn2:hover svg {
    fill: var(--white-color);
}
.primary-btn2:hover span {
    width: 225%;
    height: 1000.5px;
}
.primary-btn2:active {
    background-color: var(--primary-color);
}
.explore-btn {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    gap: 8px;
    transition: 0.35s;
    white-space: nowrap;
}
.explore-btn svg {
    fill: var(--title-color);
    transition: 0.35s;
}
.explore-btn:hover {
    color: var(--primary-color);
}
.explore-btn:hover svg {
    transform: rotate(45deg);
    fill: var(--primary-color);
}
.explore-btn.two {
    border: 1px solid #eee;
    padding: 11px 28px;
    color: var(--primary-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}
.explore-btn.two svg {
    fill: var(--title-color);
    transition: all 0.6s;
}
.explore-btn.two span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    transition: all 0.6s;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.explore-btn.two:hover {
    color: var(--white-color);
}
.explore-btn.two:hover svg {
    fill: var(--white-color);
}
.explore-btn.two:hover span {
    width: 225%;
    height: 1000.5px;
}
.explore-btn.two:active {
    background-color: var(--primary-color);
}
.explore-btn.white {
    color: var(--white-color);
}
.explore-btn.white svg {
    fill: var(--white-color);
}
.slider-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-btn-group .slider-btn {
    height: 40px;
    width: 40px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    border: 1px solid rgba(217, 217, 217, 0.9019607843);
}
.slider-btn-group .slider-btn svg {
    fill: var(--primary-color);
    transition: 0.4s;
}
.slider-btn-group .slider-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.slider-btn-group .slider-btn:hover svg {
    fill: var(--white-color);
}
.slider-btn-group .slider-btn.swiper-button-disabled {
    opacity: 0.2;
}
.slider-btn-group.w-100 {
    max-width: 100px;
    min-width: 100px;
    width: 100%;
}
.topbar-area {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 19px 5% 19px 21%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .topbar-area {
        padding: 19px 3% 19px 23%;
    }
}
@media (max-width: 1399px) {
    .topbar-area {
        padding: 19px 5% 19px 15%;
    }
}
@media (max-width: 1199px) {
    .topbar-area {
        padding: 19px 3%;
    }
}
@media (max-width: 991px) {
    .topbar-area {
        display: none;
        visibility: hidden;
    }
}
.topbar-area .topbar-left {
    display: flex;
    align-items: center;
    gap: 45px;
}
.topbar-area .topbar-left li {
    line-height: 1;
}
.topbar-area .topbar-left li a {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    transition: 0.35s;
}
.topbar-area .topbar-left li a:hover {
    color: var(--primary-color);
}
.topbar-area .topbar-right {
    display: flex;
    align-items: center;
    gap: 40px;
}
.topbar-area .topbar-right li {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.topbar-area .topbar-right li::after {
    content: "";
    height: 12px;
    width: 1px;
    background-color: var(--title-color);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.topbar-area .topbar-right li:first-child::after {
    display: none;
    visibility: hidden;
}
.topbar-area .topbar-right li a {
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.35s;
}
.topbar-area .topbar-right li a svg {
    fill: var(--title-color);
}
.topbar-area .topbar-right li a:hover {
    color: var(--primary-color);
}
.topbar-area .topbar-right li a:hover svg {
    fill: var(--primary-color);
}
.topbar-area.style-2 {
    background-color: transparent;
    z-index: 99;
}
.topbar-area.style-2 .topbar-left li a {
    color: var(--white-color);
    transition: 0.35s;
}
.topbar-area.style-2 .topbar-left li a:hover {
    color: #cacaca;
}
.topbar-area.style-2 .topbar-right li {
    color: var(--white-color);
}
.topbar-area.style-2 .topbar-right li::after {
    background-color: rgba(255, 255, 255, 0.5);
}
.topbar-area.style-2 .topbar-right li a {
    color: var(--white-color);
    transition: 0.35s;
}
.topbar-area.style-2 .topbar-right li a svg {
    fill: var(--white-color);
    transition: 0.35s;
}
.topbar-area.style-2 .topbar-right li a:hover {
    color: #cacaca;
}
.topbar-area.style-2 .topbar-right li a:hover svg {
    color: #cacaca;
}
.topbar-area.style-2.two {
    padding-left: 6%;
}
@media (max-width: 1699px) {
    .topbar-area.style-2.two {
        padding-left: 5%;
    }
}
@media (max-width: 1399px) {
    .topbar-area.style-2.two {
        padding-left: 4%;
    }
}
.topbar-area.style-3 {
    display: block;
    background-color: var(--title-color);
    z-index: 9999;
    padding: 0;
    position: relative;
}
@media (max-width: 991px) {
    .topbar-area.style-3 {
        display: block;
        visibility: visible;
    }
}
.topbar-area.style-3 .logo-area {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 991px) {
    .topbar-area.style-3 .logo-area {
        width: 270px;
        border: none;
    }
}
.topbar-area.style-3 .search-and-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
.topbar-area.style-3 .search-and-contact .search-and-language {
    display: flex;
    align-items: center;
    gap: 30px;
}
.topbar-area.style-3 .search-and-contact .search-and-language .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 435px;
}
@media (max-width: 1499px) {
    .topbar-area.style-3 .search-and-contact .search-and-language .form-inner2 {
        width: 300px;
    }
}
@media (max-width: 1399px) {
    .topbar-area.style-3 .search-and-contact .search-and-language .form-inner2 {
        display: none;
        visibility: hidden;
    }
}
.topbar-area.style-3
    .search-and-contact
    .search-and-language
    .form-inner2
    input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-style: italic;
}
.topbar-area.style-3
    .search-and-contact
    .search-and-language
    .form-inner2
    input::-moz-placeholder {
    color: #b2b2b2;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-style: italic;
}
.topbar-area.style-3
    .search-and-contact
    .search-and-language
    .form-inner2
    input::placeholder {
    color: #b2b2b2;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-style: italic;
}
.topbar-area.style-3
    .search-and-contact
    .search-and-language
    .form-inner2
    button {
    background-color: var(--primary-color);
    min-width: 50px;
    max-width: 50px;
    height: 40px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}
.topbar-area.style-3
    .search-and-contact
    .search-and-language
    .form-inner2
    button
    i {
    font-size: 18px;
    color: var(--white-color);
}
.topbar-area.style-3 .search-and-contact .search-and-language .lang-btn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 50px;
    max-width: 50px;
    height: 40px;
    cursor: pointer;
}
.topbar-area.style-3 .search-and-contact .search-and-language .lang-card {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 99;
    width: 180px;
    background-color: var(--white-color);
    padding: 15px 20px;
    box-shadow: 0 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0) translateX(-50%);
    transform-origin: top;
}
.topbar-area.style-3
    .search-and-contact
    .search-and-language
    .lang-card.active {
    display: block;
    transform: scaleY(1) translateX(-50%);
    animation: fade-up2 0.5s linear;
}
@keyframes fade-up2 {
    0% {
        opacity: 0;
        transform: translateY(10px) translateX(-50%);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px) translateX(-50%);
        visibility: visible;
    }
}
.topbar-area.style-3 .search-and-contact .search-and-language .lang-card li a {
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.35s;
}
.topbar-area.style-3
    .search-and-contact
    .search-and-language
    .lang-card
    li
    a:hover {
    color: var(--primary-color);
}
@media (max-width: 991px) {
    .topbar-area.style-3 .topbar-right {
        display: none;
        visibility: hidden;
    }
}
.topbar-area.style-3 .topbar-right li {
    color: var(--white-color);
}
.topbar-area.style-3 .topbar-right li::after {
    background-color: rgba(255, 255, 255, 0.5);
}
.topbar-area.style-3 .topbar-right li a {
    color: var(--white-color);
    transition: 0.35s;
}
.topbar-area.style-3 .topbar-right li a svg {
    transition: 0.35s;
    fill: var(--white-color);
}
.topbar-area.style-3 .topbar-right li a:hover {
    color: #cacaca;
}
.topbar-area.style-3 .topbar-right li a:hover svg {
    fill: #cacaca;
}
.topbar-area.style-3.two {
    padding-left: 4%;
}
@media (max-width: 1699px) {
    .topbar-area.style-3.two {
        padding-left: 3%;
    }
}
@media (max-width: 1399px) {
    .topbar-area.style-3.two {
        padding-left: 2%;
    }
}
.topbar-area.style-3 .mobile-menu-btn {
    display: none;
    visibility: hidden;
}
@media (max-width: 991px) {
    .topbar-area.style-3 .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }
    .topbar-area.style-3 .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--white-color);
        display: flex;
        transition: transform 0.5s ease-in;
        position: absolute;
        top: -40px;
    }
    .topbar-area.style-3 .mobile-menu-btn span::before {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--white-color);
        content: "";
        top: -10px;
        right: 0;
    }
    .topbar-area.style-3 .mobile-menu-btn span::after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--white-color);
        content: "";
        top: 10px;
    }
    .topbar-area.style-3 .mobile-menu-btn.active span {
        background-color: transparent;
    }
    .topbar-area.style-3 .mobile-menu-btn.active span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px;
    }
    .topbar-area.style-3 .mobile-menu-btn.active span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px;
    }
}
.header-area.style-1 {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 4%;
    transition: all 0.8s ease-out 0s;
    gap: 30px;
}
@media (max-width: 1699px) {
    .header-area.style-1 {
        padding: 0 3%;
    }
}
@media (max-width: 1399px) {
    .header-area.style-1 {
        padding: 0 2%;
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .header-area.style-1 {
        border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
        padding: 0;
    }
}
.header-area.style-1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: #08090b;
    z-index: 99;
}
@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
.header-area.style-1 .header-logo {
    padding: 14px 30px;
    border: none;
    flex-shrink: 0;
}
@media (max-width: 1399px) {
    .header-area.style-1 .header-logo {
        padding: 15px 20px;
    }
}
@media (max-width: 1199px) {
    .header-area.style-1 .header-logo {
        padding: 15px;
    }
}
@media (max-width: 991px) {
    .header-area.style-1 .header-logo {
        border: unset;
    }
}
.header-area.style-1 .header-logo img {
    width: auto;
    max-width: 214px;
    height: auto;
}
@media (max-width: 1399px) {
    .header-area.style-1 .header-logo img {
        width: unset;
        max-width: 210px;
    }
}
.header-area.style-1 .menu-close-btn i {
    color: var(--white-color);
}
.header-area.style-1 .menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
    width: auto;
    max-width: 100%;
    border: 1px solid rgba(13, 23, 32, 0.0784313725);
    padding: 0 40px;
    overflow: visible;
}
@media (max-width: 1399px) {
    .header-area.style-1 .menu-wrap {
        padding: 0 20px;
    }
}
@media (max-width: 1399px) {
    .header-area.style-1 .menu-wrap {
        padding: 0 15px;
    }
}
@media (max-width: 991px) {
    .header-area.style-1 .menu-wrap {
        border: none;
        justify-content: end;
    }
}
.header-area.style-1 .menu-wrap .nav-right {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .header-area.style-1 .menu-wrap .nav-right {
        gap: 0;
    }
}
.header-area.style-1 .menu-wrap .nav-right .header-btn {
    color: var(--white-color);
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 500;
    border-radius: 36px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    line-height: 1;
    display: inline-flex;
    align-items: baseline;
    padding: 16px 28px;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
}
@media (max-width: 1199px) {
    .header-area.style-1 .menu-wrap .nav-right .header-btn {
        padding: 14px 22px;
    }
}
.header-area.style-1 .menu-wrap .nav-right .header-btn svg {
    fill: var(--white-color);
    transition: all 0.6s;
}
.header-area.style-1 .menu-wrap .nav-right .header-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 36px;
    background-color: var(--white-color);
    transition: all 0.6s;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.header-area.style-1 .menu-wrap .nav-right .header-btn:hover {
    color: var(--primary-color);
}
.header-area.style-1 .menu-wrap .nav-right .header-btn:hover svg {
    fill: var(--primary-color);
}
.header-area.style-1 .menu-wrap .nav-right .header-btn:hover span {
    width: 225%;
    height: 1000.5px;
}
.header-area.style-1 .menu-wrap .nav-right .header-btn:active {
    background-color: var(--white-color);
}
@media (max-width: 1024px) {
    .header-area.style-1 .menu-wrap .nav-right .header-btn {
        display: none;
        visibility: hidden;
    }
}
.header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}
@media (max-width: 1024px) {
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 0;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span {
        height: 3px;
        width: 25px;
        background-color: var(--title-color);
        display: flex;
        transition: transform 0.5s ease-in;
        position: absolute;
        top: 0;
    }
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span::before {
        transition-duration: 0.5s;
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--title-color);
        content: "";
        top: -10px;
        right: 0;
    }
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span::after {
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 3px;
        right: 0;
        background-color: var(--title-color);
        content: "";
        top: 10px;
    }
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn.active span {
        background-color: transparent;
    }
    .header-area.style-1
        .menu-wrap
        .nav-right
        .mobile-menu-btn.active
        span::before {
        transform: rotateZ(45deg) translate(8px, 6px);
        width: 35px;
    }
    .header-area.style-1
        .menu-wrap
        .nav-right
        .mobile-menu-btn.active
        span::after {
        transform: rotateZ(-45deg) translate(8px, -6px);
        width: 35px;
    }
}
.header-area.style-1 .menu-wrap .nav-right .search-bar {
    position: relative;
}
.header-area.style-1 .menu-wrap .nav-right .search-bar svg {
    fill: var(--title-color);
    cursor: pointer;
}
.header-area.style-1 .menu-wrap .nav-right .search-bar .search-input {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 99;
    width: min(600px, calc(100% - 40px));
    max-width: calc(100% - 40px);
    background-color: var(--white-color);
    padding: 50px 30px 30px;
    box-shadow: 0 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}
.header-area.style-1 .menu-wrap .nav-right .search-bar .search-input.active {
    display: block;
    transform: scaleY(1);
    animation: fade-up 0.5s linear;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .serch-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 1px 12px 2px rgba(0, 0, 0, 0.1);
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 1;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .serch-close::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--gray-dark, #000);
    transition: all 0.3s ease-out;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .serch-close::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    left: calc(50% - 7px);
    display: block;
    height: 1px;
    width: 12px;
    background-color: var(--gray-dark, #000);
    transition: all 0.3s ease-out;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .serch-close:hover::after {
    transform: rotate(0);
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .serch-close:hover::before {
    transform: rotate(0);
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .search-group {
    display: flex;
    gap: 50px;
    width: 100%;
    border-bottom: 1px solid #222;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    input {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    button {
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .search-group
    .form-inner2
    button
    i {
    font-size: 18px;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .quick-search {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .quick-search
    ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .quick-search
    ul
    li {
    padding-right: 5px;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .quick-search
    ul
    li:first-child {
    font-family: var(--font-montserrat);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--title-color);
    white-space: nowrap;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .quick-search
    ul
    li
    a {
    color: var(--paragraph-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: 0.35;
}
.header-area.style-1
    .menu-wrap
    .nav-right
    .search-bar
    .search-input
    .quick-search
    ul
    li
    a:hover {
    color: var(--primary-color);
}
.header-area.style-1 .menu-wrap .nav-right .search-bar .lang-card {
    position: absolute;
    top: 47px;
    left: 50%;
    z-index: 99;
    width: 180px;
    background-color: var(--white-color);
    padding: 15px 20px;
    box-shadow: 0 30px 80px rgba(8, 0, 42, 0.08);
    display: none;
    transform: scaleY(0) translateX(-50%);
    transform-origin: top;
}
.header-area.style-1 .menu-wrap .nav-right .search-bar .lang-card.active {
    display: block;
    transform: scaleY(1) translateX(-50%);
    animation: fade-up2 0.5s linear;
}
@keyframes fade-up2 {
    0% {
        opacity: 0;
        transform: translateY(10px) translateX(-50%);
        visibility: hidden;
    }
    100% {
        opacity: 1;
        transform: translateY(0px) translateX(-50%);
        visibility: visible;
    }
}
.header-area.style-1 .menu-wrap .nav-right .search-bar .lang-card li a {
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.35s;
}
.header-area.style-1 .menu-wrap .nav-right .search-bar .lang-card li a:hover {
    color: var(--primary-color);
}
.header-area.style-1 .menu-wrap .main-menu {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}
.header-area.style-1 .menu-wrap .main-menu .mobile-menu-logo {
    display: none;
}
.header-area.style-1 .menu-wrap .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-area.style-1 .menu-wrap .main-menu ul > li {
    display: inline-block;
    position: relative;
    padding: 22px 8px;
}
@media (max-width: 1199px) {
    .header-area.style-1 .menu-wrap .main-menu ul > li {
        padding: 22px 0;
    }
}
.header-area.style-1 .menu-wrap .main-menu ul > li:first-child {
    padding-left: 0;
}
.header-area.style-1 .menu-wrap .main-menu ul > li > a {
    color: var(--title-color);
    display: block;
    text-transform: capitalize;
    padding: 4px 13px;
    position: relative;
    font-family: var(--font-montserrat);
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease-out 0s;
    position: relative;
    border: 1px solid transparent;
    border-radius: 15px;
    line-height: 1;
}
@media (max-width: 991px) {
    .header-area.style-1 .menu-wrap .main-menu ul > li > a {
        padding: 4px 13px;
    }
}
.header-area.style-1 .menu-wrap .main-menu ul > li i {
    font-size: 20px;
    text-align: center;
    color: var(--white-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
}
@media (max-width: 991px) {
    .header-area.style-1 .menu-wrap .main-menu ul > li i {
        display: block;
        opacity: 1;
    }
}
.header-area.style-1 .menu-wrap .main-menu ul > li i.active {
    color: var(--primary-color);
}
.header-area.style-1 .menu-wrap .main-menu ul > li i.active::before {
    content: "\f2ea";
}
/* Hide mobile-only contact clone on desktop navbar */
@media (min-width: 1025px) {
    .header-area.style-1 .menu-wrap .main-menu ul > li.mobile-menu-contact {
        display: none !important;
    }
}
.header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--white-color);
    border: 1px solid rgba(13, 23, 32, 0.0784313725);
    box-shadow: 0 12px 32px rgba(8, 0, 42, 0.12);
    text-align: left;
    z-index: 1001;
    padding: 8px 0;
    opacity: 1;
    visibility: visible;
}
.header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li {
    padding: 0;
    display: block;
    position: relative;
}
.header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--black-color2);
    font-size: 20px;
}
.header-area.style-1
    .menu-wrap
    .main-menu
    ul
    > li
    ul.sub-menu
    > li
    .dropdown-icon {
    color: var(--black-color2);
    opacity: 1;
    top: 13px;
    font-size: 13px;
    right: 15px;
}
@media (max-width: 991px) {
    .header-area.style-1
        .menu-wrap
        .main-menu
        ul
        > li
        ul.sub-menu
        > li
        .dropdown-icon {
        right: 0;
        color: var(--title-color);
        top: 8px;
        font-size: 20px;
    }
}
.header-area.style-1
    .menu-wrap
    .main-menu
    ul
    > li
    ul.sub-menu
    > li
    .dropdown-icon2 {
    color: var(--black-color2);
    opacity: 1;
    top: 14px;
    right: 10px;
    font-size: 13px;
}
@media (max-width: 1199px) {
    .header-area.style-1
        .menu-wrap
        .main-menu
        ul
        > li
        ul.sub-menu
        > li
        .dropdown-icon2::before {
        content: "\f4fe";
    }
}
.header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li > a {
    display: block;
    padding: 14px 20px;
    font-family: var(--font-montserrat);
    color: var(--title-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    position: relative;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(13, 23, 32, 0.0784313725);
}
.header-area.style-1
    .menu-wrap
    .main-menu
    ul
    > li
    ul.sub-menu
    > li
    > a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, #fff, #000, #fff);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s ease-in;
    z-index: 1;
}
@media (max-width: 991px) {
    .header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li > a {
        border-color: rgba(13, 23, 32, 0.0784313725);
    }
    .header-area.style-1
        .menu-wrap
        .main-menu
        ul
        > li
        ul.sub-menu
        > li
        > a::before {
        background: linear-gradient(90deg, #525252, #2e448d, #525252);
    }
}
.header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li > a:hover {
    color: var(--primary-color);
}
.header-area.style-1
    .menu-wrap
    .main-menu
    ul
    > li
    ul.sub-menu
    > li
    > a:hover::before {
    transform: scale(1);
}
.header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li > a.active {
    color: var(--primary-color);
}
.header-area.style-1
    .menu-wrap
    .main-menu
    ul
    > li
    ul.sub-menu
    > li
    > a.active::before {
    transform: scale(1);
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-area.style-1 .menu-wrap {
        padding: 0 16px;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li {
        padding: 18px 4px;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li > a {
        padding: 4px 10px;
        font-size: 13px;
    }

    .header-area.style-1 .menu-wrap .nav-right {
        gap: 16px;
        flex-shrink: 0;
    }

    .header-area.style-1 .menu-wrap .nav-right .header-btn {
        padding: 12px 18px;
        font-size: 14px;
    }
}

@media (min-width: 1025px) {
    .header-area.style-1 .menu-wrap .main-menu ul > li.menu-item-has-children:hover > ul.sub-menu,
    .header-area.style-1 .menu-wrap .main-menu ul > li.menu-item-has-children:focus-within > ul.sub-menu {
        display: block !important;
        visibility: visible;
        opacity: 1;
        max-height: none;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li.menu-item-has-children > ul.sub-menu > li > a {
        color: var(--title-color) !important;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li.menu-item-has-children > ul.sub-menu > li > a:hover,
    .header-area.style-1 .menu-wrap .main-menu ul > li.menu-item-has-children > ul.sub-menu > li > a:focus {
        color: var(--primary-color) !important;
    }
}



/* --- APPENDED MISSING CLIENT WEBSITE STYLES --- */
/* --- BANNER 1 SECTION --- */
.banner1-section {
    position: relative;
    padding-top: 50px;
    max-width: 100%;
    overflow-x: clip;
}

.banner-top {
    padding-bottom: 60px;
}

.banner-badge {
    display: inline-block;
    border: 1px solid var(--title-color);
    border-radius: 30px;
    padding: 6px 18px;
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    color: var(--title-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    transition: var(--transition-smooth);
    text-decoration: none;
}

.banner-badge:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.banner-content h1 {
    font-family: var(--font-marcellus);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--title-color);
}

.banner-content h1 span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
}

.banner-btn {
    display: flex;
    justify-content: center;
    position: relative;
    width: 140px;
    height: 140px;
}

.banner-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-btn .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateBtn 15s linear infinite;
}

.banner-btn .bg svg {
    fill: #ffffff;
    stroke: var(--title-color);
    stroke-width: 1.5px;
}

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

.banner-btn .btn-content {
    position: relative;
    text-align: center;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-btn .btn-content svg {
    fill: var(--title-color);
    margin-bottom: 5px;
}

.banner-bottom-img {
    position: relative;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    height: 480px;
    border: 1px solid var(--border-color);
}

.banner-bottom-img img {
    width: 100%;
    height: 115%; /* Extra height to support smooth parallax translation */
    object-fit: cover;
    filter: brightness(0.85);
    transition: filter 0.6s ease;
}

.banner-bottom-img:hover img {
    filter: brightness(1);
}

/* Card image styling and scaling */
.eg-card3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eg-card3:hover .eg-card3-img img {
    transform: scale(1.08);
}

.banner-right-content p {
    font-size: 16px;
    color: var(--paragraph-color);
    line-height: 1.85;
    margin-bottom: 25px;
}
.banner-right-content p:last-child {
    margin-bottom: 0;
}

/* --- BANNER 3 SECTION - CARDS --- */
.banner3-section {
    position: relative;
}

.eg-slider-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.eg-card3 {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: var(--transition-smooth);
}

.eg-card3:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    border-color: var(--secondary-color);
}

.eg-card3-img {
    height: 220px;
    background: var(--bg-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.eg-card3-img i {
    font-size: 4.5rem;
    color: var(--paragraph-color);
    opacity: 0.25;
}

.eg-card3:hover .eg-card3-img i {
    color: var(--secondary-color);
    opacity: 0.9;
}

.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.catgory-and-title {
    margin-bottom: 15px;
}

.catgory-and-title a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--secondary-color);
    display: block;
    margin-bottom: 5px;
}

.catgory-and-title h5 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.3;
    color: var(--heading-color);
    font-family: var(--font-marcellus);
    font-weight: 400;
}

.card-content p {
    font-size: 14px;
    color: var(--paragraph-color);
    margin-bottom: 25px;
    flex-grow: 1;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.card-tags span {
    font-size: 11px;
    background: var(--bg-alt);
    padding: 4px 8px;
    border-radius: var(--border-radius-sm);
    border: 1px solid var(--border-color);
    color: var(--body-color);
    font-weight: 500;
}

/* --- SOLUTION SECTION (Why Choose Us) --- */
.solution-section {
    position: relative;
}

.eg-card-2 {
    background-color: var(--bg-alt);
    border: 1px solid var(--border-color);
    padding: 40px 30px;
    position: relative;
    height: 100%;
    transition: var(--transition-smooth);
}

.eg-card-2:hover {
    background-color: var(--white-color);
    border-color: var(--secondary-color);
    transform: translateY(-5px);
}

.eg-card-2 .sl-no h3 {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 24px;
    font-family: var(--font-montserrat);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
}

.eg-card-2:hover .sl-no h3 {
    color: rgba(var(--secondary-color-rgb), 0.15);
}

.eg-card-2 .icon {
    font-size: 22px;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: var(--transition-smooth);
}

.eg-card-2:hover .icon {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.eg-card-2 .content h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.eg-card-2 .content p {
    font-size: 14px;
    color: var(--paragraph-color);
}

/* --- COVER SECTION (Workshops / Supply map) --- */
.cover-section {
    position: relative;
}

.slider-btn-group .slider-btn {
    width: 44px;
    height: 44px;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    background-color: var(--white-color);
}

.slider-btn-group .slider-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.slider-btn-group .slider-btn:hover svg {
    fill: var(--white-color);
}

/* --- ABOUT SECTION 2 (CSR & Stats) --- */
.about-section2 {
    background-color: #0B2E59; /* Dark slate background */
    padding: 100px 0;
    position: relative;
}

.about-content p {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
}

.review-and-feature {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.features li {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.features li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.about-img {
    height: 100%;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.about-bottom {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
}

.counter-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.single-counter {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single-counter .icon {
    font-size: 32px;
    color: var(--secondary-color);
}

.single-counter .content .number {
    display: flex;
    align-items: baseline;
}

.single-counter .content .number h2 {
    color: var(--white-color);
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 700;
}

.single-counter .content .number span {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 700;
    margin-left: 2px;
}

.single-counter .content p {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

/* --- TESTIMONIALS --- */
.testimonial-card {
    background-color: var(--bg-alt);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-lg);
    padding: 50px;
}

.testimonial-card span {
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.testimonial-card p {
    font-size: 16px;
    color: var(--paragraph-color);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* --- CONTACT FORM (contect-section6) --- */
.contact-form-area {
    background-color: var(--bg-alt);
    border: 1px solid var(--border-color);
    padding: 50px;
}

.form-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-inner label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color);
}

.form-inner input, .form-inner select, .form-inner textarea {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 14px 20px;
    font-family: var(--font-montserrat);
    font-size: 14px;
    color: var(--title-color);
    outline: none;
    transition: var(--transition-smooth);
}

.form-inner input:focus, .form-inner select:focus, .form-inner textarea:focus {
    border-color: var(--secondary-color);
}

/* --- FOOTER AREA --- */
footer {
    background-color: #0B2E59;
    color: rgba(255,255,255,0.7);
    padding: 80px 0 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-top {
    padding-bottom: 60px;
}

.footer-widget .logo {
    margin-bottom: 25px;
}

.footer-widget .logo .logo-symbol {
    background-color: var(--secondary-color);
}

.footer-widget .logo span {
    color: var(--white-color);
}

.footer-widget p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.7;
}

.widget-title h3 {
    color: var(--white-color);
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.menu-container ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-container ul li a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    transition: 0.3s;
}

.menu-container ul li a:hover {
    color: var(--secondary-color);
    padding-left: 4px;
}

.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-btm a {
    color: var(--secondary-color);
}

/* --- MOBILE & TABLET NAV (320px – 1024px) --- */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    top: var(--mobile-header-height, 68px);
    background: rgba(11, 46, 89, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 999;
}

body.menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (max-width: 1024px) {
    body.menu-open {
        overflow: hidden;
        touch-action: none;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }

    .header-area.style-1 {
        flex-wrap: nowrap;
        align-items: center;
        padding: 0 16px;
        gap: 12px;
        z-index: 1002;
    }

    .header-area.style-1.sticky {
        z-index: 1002;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li {
        display: block;
        position: relative;
    }

    .header-area.style-1 .header-logo {
        flex: 1;
        min-width: 0;
        padding: 12px 0;
    }

    .header-area.style-1 .header-logo img {
        max-height: 42px;
        max-width: min(180px, 100%);
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .header-area.style-1 .menu-wrap {
        flex: 0 0 auto;
        width: auto;
        padding: 12px 0;
    }

    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn {
        margin-left: 0;
        width: 44px;
        height: 44px;
        cursor: pointer;
        z-index: 1003;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-area.style-1.sticky .menu-wrap .nav-right .mobile-menu-btn span,
    .header-area.style-1.sticky .menu-wrap .nav-right .mobile-menu-btn span::before,
    .header-area.style-1.sticky .menu-wrap .nav-right .mobile-menu-btn span::after {
        background-color: var(--white-color);
    }

    .header-area.style-1 .menu-wrap .main-menu {
        position: static;
    }

    .menu-list {
        position: fixed;
        top: var(--mobile-header-height, 68px);
        left: 0;
        width: 100%;
        max-width: 100%;
        max-height: calc(100dvh - var(--mobile-header-height, 68px));
        background-color: var(--white-color);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        padding: 8px 0 24px;
        margin: 0;
        list-style: none;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        z-index: 1001;
        transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.35s;
        border-top: 1px solid var(--border-color);
        box-shadow: 0 16px 40px rgba(11, 46, 89, 0.12);
        transform: translateX(-100%);
        visibility: hidden;
    }

    .menu-list.open {
        transform: translateX(0);
        visibility: visible;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        border-bottom: 1px solid rgba(11, 46, 89, 0.08);
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li > a {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 14px 56px 14px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        border-radius: 0;
        border: none;
        color: var(--title-color) !important;
    }

    .header-area.style-1.sticky .menu-wrap .main-menu ul > li > a,
    .header-area.style-1.sticky .menu-wrap .main-menu ul > li > a:hover,
    .header-area.style-1.sticky .menu-wrap .main-menu ul > li.active > a {
        color: var(--title-color) !important;
    }

    .header-area.style-1.sticky .menu-wrap .main-menu ul > li.active > a,
    .header-area.style-1 .menu-wrap .main-menu ul > li.active > a {
        color: var(--primary-color) !important;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li i.dropdown-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--primary-color) !important;
        width: 44px;
        height: 44px;
        line-height: 1;
        text-align: center;
        font-size: 18px;
        border-radius: 8px;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li i.dropdown-icon.active {
        transform: translateY(-50%) rotate(45deg);
        background-color: rgba(229, 177, 0, 0.15);
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu {
        position: static;
        display: block;
        min-width: unset;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        border: none;
        background: #f4f7fb;
        box-shadow: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        transition: max-height 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li.sub-menu-open > ul.sub-menu {
        max-height: 400px;
        border-top: 1px solid rgba(11, 46, 89, 0.06);
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li {
        border-bottom: 1px solid rgba(11, 46, 89, 0.06);
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li:last-child {
        border-bottom: none;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li > a {
        display: block;
        padding: 13px 20px 13px 32px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        color: var(--title-color) !important;
        border-bottom: none;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li > a::before {
        display: none;
    }

    .header-area.style-1.sticky .menu-wrap .main-menu ul.sub-menu > li > a,
    .header-area.style-1.sticky .menu-wrap .main-menu ul.sub-menu > li > a:hover {
        color: var(--title-color) !important;
    }

    .header-area.style-1.sticky .menu-wrap .main-menu ul.sub-menu > li > a:hover,
    .header-area.style-1 .menu-wrap .main-menu ul > li ul.sub-menu > li > a:hover {
        color: var(--primary-color) !important;
        background: rgba(11, 46, 89, 0.04);
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li.mobile-menu-contact {
        display: block;
        margin-top: 8px;
        padding: 16px 20px 0;
        border-top: 1px solid var(--border-color);
        border-bottom: none;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li.mobile-menu-contact .mobile-menu-cta {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        min-height: 52px;
        padding: 14px 24px;
        border-radius: 12px;
        border: none;
        background: var(--primary-color);
        color: var(--white-color) !important;
        font-family: var(--font-montserrat);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li.mobile-menu-contact .mobile-menu-cta:hover {
        background: #0a2548;
        color: var(--white-color) !important;
    }

    .header-area.style-1 .menu-wrap .main-menu ul > li.mobile-menu-contact .mobile-menu-cta svg {
        fill: currentColor;
        flex-shrink: 0;
    }

    .banner-top .row {
        gap: 30px !important;
    }

    .banner-content {
        max-width: 100% !important;
    }

    .banner-content h1 {
        font-size: 42px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .banner-bottom .row {
        gap: 2rem !important;
    }

    .banner-bottom-img {
        min-height: 280px;
        height: auto;
        max-height: 420px;
    }

    .banner-right-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .card-tags {
        justify-content: flex-start;
    }

    .banner-bottom-split,
    .counter-wrap {
        grid-template-columns: 1fr;
    }

    .solution-section .sub-title {
        margin-bottom: 20px;
    }

    .about-section2 {
        padding: 70px 0;
    }

    .about-content.pr--95 {
        padding-right: 0 !important;
        margin-bottom: 40px;
    }

    .about-counter-area.pr--95 {
        padding-right: 0 !important;
    }

    .review-and-feature {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .contact-form-area {
        padding: 30px 24px;
    }

    .download-card {
        padding: 32px 24px;
    }

    .footer-btm {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .whatsapp-container {
        bottom: 20px;
        left: 16px;
    }

    .circle-container {
        right: 16px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 34px;
    }

    .banner-content h1[style*="font-size"] {
        font-size: 34px !important;
    }

    .banner-btn {
        width: 120px;
        height: 120px;
    }

    .section-title1 h2 {
        font-size: 30px;
        word-wrap: break-word;
    }

    .section-title2 h2 {
        font-size: 36px;
    }

    .card-tags span {
        font-size: 12px;
    }

    .eg-card-2,
    .eg-card3 {
        min-width: 0;
        width: 100%;
    }

    .card-content {
        padding: 24px 20px;
    }

    .primary-btn1 {
        padding: 16px 28px;
        min-height: 44px;
    }

    .explore-btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    .about-section2 .about-img {
        min-height: 260px;
        margin-top: 10px;
    }

    .single-counter {
        width: 100%;
    }

    .footer-area.style-1 .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-area.style-1 .row.g-2 .col-6 {
        margin-bottom: 16px;
    }

    .slider-btn-group {
        margin-bottom: 16px;
    }

    .cover-section .slider-btn-group {
        position: relative;
        display: flex;
        gap: 12px;
        justify-content: flex-end;
    }
}

@media (max-width: 575px) {
    .header-area.style-1 .header-logo img {
        max-height: 36px;
        max-width: 150px;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .banner-content h1[style*="font-size"] {
        font-size: 28px !important;
    }

    .section-title1 h2 {
        font-size: 26px;
    }

    .section-title1 > span,
    .sub-title span {
        font-size: 14px;
        white-space: normal;
        text-align: center;
    }

    .banner1-section {
        padding-top: 30px;
    }

    .banner-top {
        padding-bottom: 40px;
    }

    .banner-bottom-img {
        min-height: 220px;
        max-height: 320px;
    }

    .contact-form-area {
        padding: 24px 16px;
    }

    .testimonial-main-text {
        font-size: 18px !important;
    }

    .testimonial-left-split {
        min-height: 300px;
        padding: 30px 16px;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 26px;
    }

    .whatsapp-tooltip {
        display: none;
    }
}

@media (max-width: 375px) {
    .header-area.style-1 {
        padding: 0 12px;
    }

    .menu-list {
        padding: 12px 16px 28px;
    }

    .banner-content h1 {
        font-size: 24px;
    }

    .banner-content h1[style*="font-size"] {
        font-size: 24px !important;
    }

    .section-title1 h2 {
        font-size: 24px;
    }
}

/* Custom Double Circle Background for Titles */
.custom-icon-circles {
    position: relative;
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
}
.custom-icon-circles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 45px;
    height: 45px;
    background-color: var(--secondary-color); /* Navy blue/black */
    border-radius: 50%;
}
.custom-icon-circles::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 55px;
    height: 55px;
    border: 1px solid var(--primary-color);
    background-color: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
}

/* --- LAYOUT OVERFLOW GUARDS --- */
.solution-section,
.contect-section6,
.footer-area.style-1,
main {
    max-width: 100%;
    overflow-x: clip;
}

.left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
    max-width: 40%;
    max-height: 100%;
}

/* --- NEW CORE COMPONENT STYLES --- */

/* 1. Floating WhatsApp Button */
.whatsapp-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    pointer-events: auto;
    max-width: calc(100% - 40px);
}
.whatsapp-float {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #20ba5a;
    color: #fff;
}
.whatsapp-tooltip {
    background-color: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    border: 1px solid #eee;
    animation: bounceTooltip 2s infinite alternate;
}
.whatsapp-tooltip::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
@keyframes bounceTooltip {
    0% { transform: translateX(0); }
    100% { transform: translateX(3px); }
}
@media (max-width: 768px) {
    .whatsapp-container {
        bottom: 20px;
        left: 20px;
        gap: 8px;
    }
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
    .whatsapp-tooltip {
        font-size: 11px;
        padding: 6px 12px;
    }
}

/* 2. Product Specification Tables */
.specs-table-container {
    overflow-x: auto;
    margin-top: 25px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
    text-align: left;
}
.specs-table th {
    background: #0B2E59;
    color: #fff;
    font-weight: 600;
    padding: 14px 18px;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.specs-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
    color: var(--paragraph-color);
}
.specs-table tr:last-child td {
    border-bottom: none;
}
.specs-table tr:nth-child(even) {
    background: #fdfdfd;
}

/* 3. Catalog Download Section Callout */
.download-card {
    background: linear-gradient(135deg, #0B2E59 0%, #172635 100%);
    border-radius: 12px;
    padding: 50px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(var(--secondary-color-rgb), 0.2);
}
.download-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(var(--secondary-color-rgb), 0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.download-card h3 {
    color: #fff;
    font-family: var(--font-marcellus);
    font-size: 28px;
    margin-bottom: 15px;
}
.download-card p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 30px;
    max-width: 600px;
    font-size: 15px;
    line-height: 1.6;
}
.download-card .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 14px 20px;
    border-radius: 4px;
    font-family: var(--font-montserrat);
}
.download-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.download-card .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--secondary-color);
    box-shadow: none;
}

/* Footer newsletter block custom input styling */
.newsletter-form {
    position: relative;
    margin-top: 15px;
}
.newsletter-form input {
    width: 100%;
    padding: 14px 60px 14px 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
    font-family: var(--font-montserrat);
}
.newsletter-form input:focus {
    border-color: var(--secondary-color);
}
.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 45px;
    background: var(--secondary-color);
    border: none;
    color: #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.newsletter-form button:hover {
    background: #fff;
}

/* --- PEOPLE CARD / TESTIMONIAL GRID STYLES (MATCHING IJAROGROUP) --- */
.people-card2 {
    background-color: #0b0b0b;
    border: 12px solid #0b0b0b;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12), 0 5px 15px rgba(0,0,0,0.06), inset 0 0 3px rgba(255,255,255,0.2);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    height: 100%;
    display: block;
}
.people-card2::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 18px;
    background-color: #000;
    border-radius: 12px;
    z-index: 10;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.1);
}
.people-card2::after {
    content: "";
    position: absolute;
    top: 11px;
    left: calc(50% + 24px);
    width: 8px;
    height: 8px;
    background-color: #1a1a1a;
    border-radius: 50%;
    z-index: 11;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}
.people-card2:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 10px 20px rgba(0,0,0,0.15);
    border-color: #1e1e1e;
}
.people-img {
    width: 100%;
    overflow: hidden;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    border: 2px solid #000;
}
.people-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.people-card2:hover .people-img img {
    transform: scale(1.03);
}

/* --- STICKY HEADER ACCESSIBILITY & VISIBILITY CORRECTIONS --- */
@media (min-width: 992px) {
    .header-area.style-1.sticky .menu-wrap .main-menu > ul.menu-list > li > a {
        color: #ffffff !important;
    }
    .header-area.style-1.sticky .menu-wrap .main-menu > ul.menu-list > li > a:hover,
    .header-area.style-1.sticky .menu-wrap .main-menu > ul.menu-list > li > a:focus {
        color: var(--secondary-color) !important;
    }
    .header-area.style-1.sticky .menu-wrap .main-menu > ul.menu-list > li.active > a {
        color: var(--secondary-color) !important;
    }
    .header-area.style-1.sticky .menu-wrap .main-menu > ul.menu-list > li > .dropdown-icon {
        color: #ffffff !important;
    }
    .header-area.style-1.sticky .menu-wrap .main-menu ul.sub-menu > li > a {
        color: var(--title-color) !important;
    }
    .header-area.style-1.sticky .menu-wrap .main-menu ul.sub-menu > li > a:hover,
    .header-area.style-1.sticky .menu-wrap .main-menu ul.sub-menu > li > a:focus {
        color: var(--primary-color) !important;
    }
}

/* Decorative Background Shape for Sections */
.right-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.15;
    pointer-events: none;
    max-height: 100%;
}
.right-shape img {
    height: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .right-shape {
        display: none;
    }
}

/* Responsively enable sticky positioning for testimonial left content on desktop viewports only */
@media (min-width: 992px) {
    .people-left-content {
        position: sticky;
        top: 120px;
    }
}

/* Custom styling for Review Highlights and Inquiry button on Testimonials page */
.section-title1.two > span {
    border: 1px solid var(--heading-color) !important;
    border-radius: 30px !important;
    background-color: transparent !important;
    color: var(--heading-color) !important;
    padding: 8px 22px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    display: inline-block !important;
    margin-bottom: 25px !important;
}

.testimonial-inquiry-btn {
    background-color: var(--heading-color) !important;
    border-color: var(--heading-color) !important;
    color: #fff !important;
    font-family: var(--font-montserrat);
    font-weight: 500;
    text-transform: capitalize;
}
.testimonial-inquiry-btn svg {
    fill: #fff !important;
}
.testimonial-inquiry-btn span {
    background-color: #333 !important;
}
.testimonial-inquiry-btn:hover {
    color: #fff !important;
    border-color: #333 !important;
}
.testimonial-inquiry-btn:hover svg {
    fill: #fff !important;
}

/* Home Page Testimonial Split Layout (Replicating Ijaro Group) */
.testimonial-card {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 4.5fr 7.5fr !important;
    gap: 60px !important;
    align-items: center !important;
}

.testimonial-left-split {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f6f6f6;
    /* Repeating grey and white vertical stripes */
    background-image: repeating-linear-gradient(90deg, #eaeaea, #eaeaea 25px, #f6f6f6 25px, #f6f6f6 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
    min-height: 480px;
}

.testimonial-phone {
    max-width: 220px !important;
    width: 100% !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.18) !important;
    border: 10px solid #0b0b0b !important;
    border-radius: 34px !important;
    aspect-ratio: 9/18;
}

.testimonial-phone::before {
    width: 70px !important;
    height: 14px !important;
}

.testimonial-phone::after {
    top: 9px !important;
    left: calc(50% + 20px) !important;
}

.testimonial-phone .people-img {
    border-radius: 24px !important;
    border: 2px solid #000 !important;
}

.testimonial-phone .people-img img {
    border-radius: 22px !important;
}

.testimonial-right-split {
    text-align: left;
    padding-left: 20px;
}

.testimonial-tag {
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 20px;
}

.testimonial-main-text {
    font-family: var(--font-marcellus);
    font-size: 30px;
    font-weight: 400;
    color: var(--heading-color);
    line-height: 1.5;
    margin-bottom: 25px;
}

.testimonial-sub-text {
    font-family: var(--font-marcellus);
    font-size: 18px;
    color: var(--text-secondary);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Position fractional pagination inside swiper and make it look clean */
.testimonial-section2 .tastimonial-wrap2 {
    position: relative;
    padding-bottom: 80px;
}

.testimonial-section2 .franctional-pagi2 {
    position: absolute;
    left: calc(37.5% - 70px) !important;
    bottom: 65px;
    z-index: 10;
    font-family: var(--font-marcellus);
    font-size: 24px;
    color: #333;
}

.testimonial-section2 .slider-btn-area {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-section2 .slider-btn-group {
    display: flex;
    gap: 10px;
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .testimonial-card {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    .testimonial-left-split {
        min-height: 380px;
        padding: 40px 20px;
    }
    .testimonial-phone {
        max-width: 180px !important;
    }
    .testimonial-right-split {
        padding-left: 0;
    }
    .testimonial-main-text {
        font-size: 22px;
    }
    .testimonial-section2 .franctional-pagi2 {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        margin-top: 15px;
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }
}

/* --- PRODUCT PORTFOLIO LIST --- */
.product-portfolio-section {
    overflow: hidden;
}

.product-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--bg-alt);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.product-portfolio-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 28px;
    text-decoration: none;
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    transition: var(--transition-smooth);
    min-width: 0;
}

.product-portfolio-item:nth-child(3n) {
    border-right: none;
}

.product-portfolio-item.last-row {
    border-bottom: none;
}

.product-portfolio-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0B2E59;
    color: var(--secondary-color);
    transition: var(--transition-smooth);
}

.product-portfolio-icon svg {
    display: block;
}

.product-portfolio-name {
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 700;
    color: #0B2E59;
    line-height: 1.4;
    transition: var(--transition-smooth);
}

.product-portfolio-item:hover {
    background-color: rgba(var(--secondary-color-rgb), 0.08);
}

.product-portfolio-item:hover .product-portfolio-icon {
    background-color: var(--secondary-color);
    color: #0B2E59;
    transform: translateX(3px);
}

.product-portfolio-item:hover .product-portfolio-name {
    color: #0B2E59;
}

@media (max-width: 991px) {
    .product-portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-portfolio-item {
        border-right: 1px solid var(--border-color);
    }

    .product-portfolio-item:nth-child(3n) {
        border-right: 1px solid var(--border-color);
    }

    .product-portfolio-item:nth-child(2n) {
        border-right: none;
    }

}

@media (max-width: 575px) {
    .product-portfolio-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-portfolio-item {
        padding: 18px 22px;
        border-right: none;
    }

    .product-portfolio-item:nth-child(2n) {
        border-right: none;
    }

    .product-portfolio-name {
        font-size: 14px;
    }
}

/* --- GLOBAL TYPOGRAPHY & ACCESSIBILITY ENHANCEMENTS --- */
a {
    color: var(--heading-color);
}

.section-title2 h2 {
    color: var(--heading-color);
}

.banner-content h1,
.section-title1 h2,
.widget-title h3 {
    color: var(--heading-color);
}

.card-tags span {
    color: var(--body-color);
}

.text-secondary,
.meta-text {
    color: var(--text-secondary) !important;
}

.card-link-muted {
    font-size: 12px;
    color: var(--text-secondary) !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.card-link-muted:hover {
    color: var(--heading-color) !important;
}

.footer-area.style-1 .menu-container a {
    color: rgba(255, 255, 255, 0.88) !important;
}

.footer-area.style-1 .footer-btm {
    color: rgba(255, 255, 255, 0.78) !important;
}

.footer-area.style-1 .footer-contact-info p[style*="opacity: 0.6"],
.footer-area.style-1 p[style*="opacity: 0.6"] {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.78) !important;
}

.footer-area.style-1 .text-white[style*="opacity: 0.8"] {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-area.style-1 p[style*="opacity:0.7"] {
    opacity: 1 !important;
    color: rgba(255, 255, 255, 0.85) !important;
}

input::placeholder,
textarea::placeholder,
select:invalid {
    color: var(--text-secondary);
}

.topbar-area.style-2 .topbar-right li a:hover,
.topbar-area.style-2 .topbar-left li a:hover {
    color: var(--secondary-color);
}

.topbar-area.style-2 .topbar-right li a:hover svg {
    fill: var(--secondary-color);
    color: var(--secondary-color);
}

/* --- BANNER 3 / DIVISIONS SLIDER --- */
.banner3-section {
    overflow: hidden;
    max-width: 100%;
}

.banner3-section .banner-wrapper {
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner3-section .banner-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 575px) {
    .banner3-section .banner-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* --- GLOBAL RESPONSIVE UTILITIES --- */
.container-fluid.one {
    max-width: 100%;
    overflow-x: clip;
}

.row {
    max-width: 100%;
}

img,
video,
svg,
iframe {
    max-width: 100%;
    height: auto;
}

.banner1-section .row[style*="gap"],
.banner-bottom .row[style*="gap"] {
    max-width: 100%;
}

@media (max-width: 991px) {
    .banner-right-content.pl--95 {
        padding-left: 0 !important;
    }

    .eg-slider-wrap {
        grid-template-columns: 1fr;
    }

    .left-shape {
        max-width: 30%;
    }

    .cover-section .swiper {
        overflow: hidden;
    }

    .testimonial-section2 .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .banner1-section[style*="padding"] {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .col-lg-3.col-md-6,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-12 {
        max-width: 100%;
    }

    .d-flex.justify-content-between.align-items-center {
        flex-wrap: wrap;
        gap: 12px;
    }

    .form-inner input,
    .form-inner select,
    .form-inner textarea {
        width: 100%;
    }

    .newsletter-form input {
        padding-right: 56px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .banner-content h1 {
        font-size: 44px;
    }

    .section-title1 h2 {
        font-size: 32px;
    }

    .testimonial-card {
        gap: 40px !important;
    }
}

@media (min-width: 992px) {
    .tt-magic-cursor #magic-cursor {
        display: block;
    }
}

@media (max-width: 991px) {
    .tt-magic-cursor #magic-cursor {
        display: none !important;
    }
}

/* --- PRODUCT DETAIL PAGE --- */
.product-detail-row {
    align-items: flex-start;
}
.product-detail-image-wrap {
    background: #fafafa;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.product-detail-image {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}
.product-detail-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--primary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 5px 12px;
    border-radius: 20px;
}
.product-detail-name {
    font-family: var(--font-marcellus);
    font-size: 32px;
    color: var(--heading-color);
    margin-bottom: 24px;
}
.product-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}
.product-spec-item {
    background: #fafafa;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 14px 16px;
}
.product-spec-item .spec-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
    margin-bottom: 4px;
}
.product-spec-item .spec-value {
    font-weight: 600;
    font-size: 14px;
    color: var(--heading-color);
}
.product-detail-section {
    margin-bottom: 24px;
}
.product-detail-section h4 {
    font-family: var(--font-marcellus);
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--heading-color);
}
.product-detail-section p {
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--paragraph-color);
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product-tag {
    background: rgba(11, 46, 89, 0.08);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
}
.product-packaging-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-packaging-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    color: var(--paragraph-color);
}
.product-packaging-list li i {
    color: var(--secondary-color);
    flex-shrink: 0;
}
.product-detail-actions {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
}
.product-contact-btn {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.product-back-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: var(--text-secondary);
    text-decoration: none;
    margin-left: auto;
}
.product-back-link:hover {
    color: var(--primary-color);
}
.spec-product-link {
    color: var(--primary-color);
    text-decoration: none;
}
.spec-product-link:hover {
    text-decoration: underline;
}

/* --- DEALERSHIP PAGE --- */
.dealership-benefits-section {
    background: #fafafa;
    padding: 80px 0;
}
.dealership-promises-card {
    background: #0b0b0b;
    padding: 40px;
    border-radius: 15px;
    color: #fff;
}
.dealership-promises-card h4 {
    font-family: var(--font-marcellus);
    color: var(--secondary-color);
    margin-bottom: 25px;
}
.dealership-promise-item {
    display: flex;
    gap: 15px;
}
.dealership-promise-item i {
    font-size: 24px;
    color: var(--secondary-color);
    flex-shrink: 0;
}
.dealership-promise-item h5 {
    color: #fff;
    margin-bottom: 6px;
}
.dealership-promise-item p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}
.dealership-benefit-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 35px 25px;
    height: 100%;
}
.dealership-category-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: 30px 24px;
    height: 100%;
    transition: var(--transition-smooth);
}
.dealership-category-card:hover {
    border-color: var(--secondary-color);
    box-shadow: 0 8px 30px rgba(11, 46, 89, 0.08);
}
.dealership-category-icon {
    width: 56px;
    height: 56px;
    background: rgba(229, 177, 0, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 22px;
    color: var(--secondary-color);
}
.dealership-category-card h5 {
    font-family: var(--font-marcellus);
    margin-bottom: 10px;
}
.dealership-category-card p {
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}
.dealership-category-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}
.dealership-category-link:hover {
    color: var(--secondary-color);
}
.dealership-requirements-section {
    background: #fdfdfd;
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.dealership-requirements-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.dealership-req-item {
    display: flex;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}
.dealership-req-item:last-child {
    border-bottom: none;
}
.dealership-req-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}
.dealership-req-item h5 {
    margin-bottom: 6px;
    font-family: var(--font-marcellus);
}
.dealership-req-item p {
    font-size: 13.5px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}
.dealership-process-section {
    background: #0b0b0b;
    padding: 80px 0;
    color: #fff;
}
.dealership-step-card {
    background: rgba(255,255,255,0.05);
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
}
.dealership-step-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.dealership-step-card h5 {
    color: #fff;
    margin-bottom: 15px;
}
.dealership-step-card p {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    margin: 0;
}

/* --- IMAGE QUALITY IMPROVEMENTS --- */
img {
    max-width: 100%;
    height: auto;
}
.eg-card3-img img,
.banner-bottom-img img,
.card-img img,
.eg-card1 .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}
.eg-card3-img {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.eg-card3-img img {
    object-fit: contain;
    max-height: 200px;
    width: auto;
    max-width: 100%;
}
.banner-bottom-img {
    overflow: hidden;
    border-radius: var(--border-radius-sm);
}
.banner-bottom-img img {
    object-fit: cover;
}

/* --- MOBILE SPECS TABLE (CARD LAYOUT) --- */
@media (max-width: 768px) {
    .specs-table thead {
        display: none;
    }
    .specs-table,
    .specs-table tbody,
    .specs-table tr,
    .specs-table td {
        display: block;
        width: 100%;
    }
    .specs-table tr {
        margin-bottom: 16px;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }
    .specs-table td {
        padding: 10px 16px;
        border-bottom: 1px solid #f0f0f0;
        text-align: left;
        position: relative;
        padding-left: 45%;
    }
    .specs-table td:last-child {
        border-bottom: none;
    }
    .specs-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        top: 10px;
        width: 40%;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: var(--primary-color);
    }
    .product-detail-name {
        font-size: 26px;
    }
    .product-spec-grid {
        grid-template-columns: 1fr 1fr;
    }
    .product-back-link {
        margin-left: 0;
        width: 100%;
        margin-top: 8px;
    }
    .dealership-hero h1[style*="font-size"] {
        font-size: 36px !important;
    }
}

@media (max-width: 480px) {
    .product-spec-grid {
        grid-template-columns: 1fr;
    }
    .specs-table td {
        padding-left: 16px;
        padding-top: 28px;
    }
    .specs-table td::before {
        top: 8px;
        width: 100%;
    }
}

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

/* --- PREMIUM DEALERSHIP PAGE (dl-*) --- */
.dl-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 140px 0 100px;
    overflow: hidden;
}
.dl-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}
.dl-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 46, 89, 0.92) 0%, rgba(11, 46, 89, 0.75) 50%, rgba(11, 46, 89, 0.85) 100%);
}
.dl-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    color: #fff;
}
.dl-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 16px;
}
.dl-hero h1 {
    font-family: var(--font-marcellus);
    font-size: clamp(2rem, 5vw, 3.4rem);
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.15;
}
.dl-hero-lead {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 32px;
    max-width: 640px;
}
.dl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}
.dl-btn-primary {
    text-decoration: none;
}
.dl-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition-smooth);
}
.dl-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--secondary-color);
    color: #fff;
}
.dl-btn-outline-light {
    border-color: rgba(255, 255, 255, 0.35);
}
.dl-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}
.dl-breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.dl-breadcrumb a:hover {
    color: var(--secondary-color);
}
.dl-section {
    padding: 90px 0;
}
.dl-section-desc {
    max-width: 680px;
    margin: 16px auto 0;
    color: var(--text-secondary);
}
.dl-feature-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: 32px 24px;
    height: 100%;
    transition: var(--transition-smooth);
}
.dl-feature-card:hover {
    border-color: var(--secondary-color);
    box-shadow: 0 12px 40px rgba(11, 46, 89, 0.08);
    transform: translateY(-4px);
}
.dl-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(229, 177, 0, 0.14);
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}
.dl-feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.dl-feature-card p {
    font-size: 14px;
    color: var(--text-secondary);
    margin: 0;
}
.dl-benefits {
    background: #f8fafc;
}
.dl-benefit-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    padding: 28px 22px;
    height: 100%;
    transition: var(--transition-smooth);
}
.dl-benefit-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 8px 28px rgba(11, 46, 89, 0.07);
}
.dl-benefit-card i {
    font-size: 26px;
    color: var(--secondary-color);
    margin-bottom: 14px;
    display: block;
}
.dl-benefit-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--primary-color);
}
.dl-benefit-card p {
    font-size: 13px;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.65;
}
.dl-category-card {
    background: #fff;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-color);
    height: 100%;
    transition: var(--transition-smooth);
}
.dl-category-card:hover {
    box-shadow: 0 16px 48px rgba(11, 46, 89, 0.1);
    transform: translateY(-6px);
}
.dl-category-img {
    height: 200px;
    overflow: hidden;
}
.dl-category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.dl-category-card:hover .dl-category-img img {
    transform: scale(1.06);
}
.dl-category-body {
    padding: 24px;
}
.dl-category-body h3 {
    font-family: var(--font-marcellus);
    font-size: 20px;
    margin-bottom: 10px;
}
.dl-category-body p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}
.dl-category-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}
.dl-category-link:hover {
    color: var(--secondary-color);
}
.dl-timeline-section {
    background: var(--primary-color);
}
.dl-timeline-section .section-title1 h2,
.dl-timeline-section .section-title1 span {
    color: #fff;
}
.dl-timeline-section .section-title1 span {
    color: var(--secondary-color);
}
.dl-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 900px;
    margin-inline: auto;
}
.dl-timeline::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(229, 177, 0, 0.35);
}
.dl-timeline-step {
    display: flex;
    gap: 24px;
    padding-bottom: 36px;
    position: relative;
}
.dl-timeline-step:last-child {
    padding-bottom: 0;
}
.dl-timeline-marker {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.dl-timeline-content {
    padding-top: 10px;
}
.dl-timeline-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
}
.dl-timeline-content p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    margin: 0;
    line-height: 1.7;
}
.dl-stats {
    background: #fff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.dl-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.dl-stat-number {
    font-family: var(--font-marcellus);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 8px;
}
.dl-stat-suffix {
    color: var(--secondary-color);
}
.dl-stat-item p {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}
.dl-form-section {
    background: #fafafa;
}
.dl-form-contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
}
.dl-form-contact a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}
.dl-form-contact a i {
    color: var(--secondary-color);
}
.dl-form-wrap select {
    width: 100%;
    min-height: 52px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 15px;
    font-family: var(--font-montserrat);
    font-size: 14px;
    color: var(--body-color);
}
.dl-form-success {
    text-align: center;
    padding: 48px 32px;
    background: #fff;
    border: 1px solid var(--secondary-color);
    border-radius: var(--border-radius-sm);
}
.dl-form-success i {
    font-size: 3rem;
    color: var(--secondary-color);
    margin-bottom: 16px;
}
.dl-form-success h3 {
    margin-bottom: 10px;
}
.dl-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.dl-accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-sm);
    background: #fff;
    overflow: hidden;
}
.dl-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border: none;
    background: #fff;
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: left;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.dl-accordion-trigger::after {
    content: "+";
    font-size: 22px;
    font-weight: 400;
    color: var(--secondary-color);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.dl-accordion-trigger[aria-expanded="true"] {
    background: rgba(11, 46, 89, 0.03);
}
.dl-accordion-trigger[aria-expanded="true"]::after {
    transform: rotate(45deg);
}
.dl-accordion-panel {
    padding: 0 22px 18px;
}
.dl-accordion-panel p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.75;
    margin: 0;
}
.dl-cta-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #0a2548 100%);
}
.dl-cta-inner {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.dl-cta-inner h2 {
    font-family: var(--font-marcellus);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    color: #fff;
    margin-bottom: 16px;
}
.dl-cta-inner p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    margin-bottom: 28px;
}
.dl-cta-inner .dl-hero-actions {
    justify-content: center;
}

@media (max-width: 991px) {
    .dl-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .dl-hero {
        min-height: 460px;
        padding: 120px 0 80px;
    }
    .dl-section {
        padding: 70px 0;
    }
}

@media (max-width: 575px) {
    .dl-stats-grid {
        grid-template-columns: 1fr;
    }
    .dl-timeline::before {
        left: 22px;
    }
    .dl-timeline-marker {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }
    .dl-hero-actions {
        flex-direction: column;
    }
    .dl-btn-outline,
    .dl-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   MOBILE NAVBAR FIXES (320px, 375px, 390px, 428px responsive optimizations)
   ========================================================================== */
@media (max-width: 1024px) {
    /* Ensure header area has a fixed height and flex layout */
    .header-area.style-1 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: 70px !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        top: 0 !important;
    }

    /* Override logo container inline padding */
    .header-area.style-1 .header-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 0 !important; /* Reset padding to prevent offset */
        margin: 0 !important;
        flex: 1 !important;
        height: 100% !important;
    }

    .header-area.style-1 .header-logo a {
        display: flex !important;
        align-items: center !important;
    }

    .header-area.style-1 .header-logo img {
        max-height: 38px !important; /* Consistent height on mobile */
        width: auto !important;
        object-fit: contain !important;
    }

    /* Ensure menu-wrap acts as a simple container for nav-right */
    .header-area.style-1 .menu-wrap {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 100% !important;
    }

    /* Nav-right flex container centered */
    .header-area.style-1 .menu-wrap .nav-right {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
        gap: 0 !important;
    }

    /* Hamburger button centered inside header */
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        margin: 0 !important;
        cursor: pointer !important;
        position: relative !important;
        z-index: 1003 !important;
        box-sizing: border-box !important;
    }

    /* Center the span inside the 44x44px button */
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span {
        display: block !important;
        position: relative !important;
        width: 24px !important;
        height: 3px !important;
        background-color: var(--title-color) !important;
        transition: background-color 0.3s ease !important;
        margin: 0 auto !important;
        top: 0 !important; /* override absolute top: 0 */
        transform: none !important;
    }

    /* Sticky active colors */
    .header-area.style-1.sticky .menu-wrap .nav-right .mobile-menu-btn span {
        background-color: var(--white-color) !important;
    }

    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span::before,
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span::after {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        height: 3px !important;
        background-color: var(--title-color) !important;
        transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease !important;
    }

    .header-area.style-1.sticky .menu-wrap .nav-right .mobile-menu-btn span::before,
    .header-area.style-1.sticky .menu-wrap .nav-right .mobile-menu-btn span::after {
        background-color: var(--white-color) !important;
    }

    /* Position the top and bottom bars */
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span::before {
        top: -8px !important;
        width: 24px !important;
        right: auto !important;
    }

    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn span::after {
        top: 8px !important;
        width: 16px !important; /* Unequal width for premium feel */
        right: auto !important;
    }

    /* Transform to 'X' when active */
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn.active span {
        background-color: transparent !important;
    }

    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn.active span::before {
        top: 0 !important;
        transform: rotate(45deg) !important;
        width: 24px !important;
    }

    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn.active span::after {
        top: 0 !important;
        transform: rotate(-45deg) !important;
        width: 24px !important;
    }

    /* Opaque mobile menu drawer covering viewport with internal scroll and high z-index */
    .header-area.style-1 .menu-wrap .main-menu .menu-list {
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        width: 100vw !important;
        height: calc(100dvh - 70px) !important;
        max-height: calc(100dvh - 70px) !important;
        background-color: #ffffff !important;
        background: #ffffff !important;
        z-index: 100000 !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        padding: 24px 20px 80px 20px !important;
        margin: 0 !important;
        list-style: none !important;
        box-shadow: 0 16px 40px rgba(11, 46, 89, 0.12) !important;
        border-top: 1px solid rgba(11, 46, 89, 0.1) !important;
        transform: translateX(-100%) !important;
        visibility: hidden !important;
        transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.35s !important;
    }

    .header-area.style-1 .menu-wrap .main-menu .menu-list.open {
        transform: translateX(0) !important;
        visibility: visible !important;
    }

    /* Stack the active hamburger menu button above the menu list */
    .header-area.style-1 .menu-wrap .nav-right .mobile-menu-btn {
        z-index: 100001 !important;
    }

    /* Prevent body scrolling when mobile menu drawer is open to stop background bleeding */
    body.menu-open {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* Hide floating widgets when mobile menu is open to prevent overlapping */
    body.menu-open .whatsapp-container,
    body.menu-open .circle-container {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}


