/* project: autoplanet */

@font-face {
    font-family: 'Inter';
    src: url('assets/font/inter/Inter-Regular.woff2') format('woff2'),
         url('assets/font/inter/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/font/inter/Inter-Medium.woff2') format('woff2'),
         url('assets/font/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/font/inter/Inter-SemiBold.woff2') format('woff2'),
         url('assets/font/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/font/inter/Inter-Bold.woff2') format('woff2'),
         url('assets/font/inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/montserrat/Montserrat-Regular.woff2') format('woff2'),
         url('assets/font/montserrat/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('assets/font/montserrat/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
         url('assets/font/montserrat/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('assets/font/montserrat/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('assets/font/montserrat/Montserrat-Black.woff2') format('woff2'),
         url('assets/font/montserrat/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

p,
a,
span,
li {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}

a:hover {
    text-decoration: none !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1255px !important;
}

.custom-container {
    padding: 0 6%;
}

.error-404 img {
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* Disable CSS smooth scroll when Lenis is active (JS controls it) */
html.lenis-active {
    scroll-behavior: auto;
}

/* Enable CSS smooth scroll as fallback */
html.native-scroll {
    scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #494949;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1e7bc2;
}

html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 90px;
}

section {
    margin-top: -2px;
}

/* home page start */

/* header section */

.main-header {
    width: 100%;
    max-width: 1000px;
    background: #ffffffb3;
    backdrop-filter: blur(3px);
    text-align: center;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
    padding: 5px 7px 5px 40px;
    border-radius: 65px;
    will-change: transform;
    visibility: hidden;
    transform-origin: center top;
}

.main-header.is-scrolled {
    background: #ffffff;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.main-header .custom-container {
    padding: 0 !important;
}

.header-wrapper .row {
    justify-content: center;
    align-items: center;
}

.header-logo-wrap a {
    display: inline-block;
    max-width: 100%;
}

.header-logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: 30px;
}

.main-menu {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.main-menu-link {
    list-style: none;
}

.main-menu-m-link {
    display: none;
}

.main-menu-link a {
    font-size: 14px;
    padding: 5px 6px;
    font-weight: 500;
    color: #080808;
}

.main-menu-link a:hover {
    color: #1e79c0;
}

.header-quote {
    display: flex;
    justify-content: flex-end !important;
}

.quote-btn {
    padding: 13px 30px;
    background: #1e79c0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 54px;
}

.quote-btn:hover {
    background: #155a8a;
    color: #ffffff;
}

.mobile-main-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-toggle {
    display: none;
    position: relative;
    z-index: 999999999;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background: #000000;
    display: block;
    transition: 0.3s;
}

.menu-toggle span:nth-child(1) {
    width: 20px;
    align-self: flex-end;
}

.menu-toggle span:nth-child(2) {
    width: 30px;
}

.menu-toggle span:nth-child(3) {
    width: 20px;
    align-self: flex-start;
}

.menu-toggle.active span:nth-child(1) {
    align-self: flex-start;
}

.menu-toggle.active span:nth-child(3) {
    align-self: flex-end;
}

/* header section ends */

/* banner section start */

.scroll-video-banner {
    position: relative;
    width: 100%;
    height: 100svh;
    overflow: hidden;
    background: #080808;
}


.scroll-video-banner-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.scroll-video-banner-track::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom,
            rgba(8, 8, 8, 0.2) 0%,
            rgba(8, 8, 8, 0.0) 25%,
            rgba(8, 8, 8, 0.0) 50%,
            rgba(8, 8, 8, 0.85) 100%),
        linear-gradient(to right,
            rgba(8, 8, 8, 0.80) 0%,
            rgba(8, 8, 8, 0.40) 40%,
            rgba(8, 8, 8, 0.0) 70%);
    z-index: 2;
    pointer-events: none;
}

#scrollCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: translateZ(0);
}

#scrollCanvas {
    background-image: url('assets/frames/frame_00001.webp');
    background-size: cover;
    background-position: center center;
}

.overlay-content-wrap {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 6% 40px;
    pointer-events: none;
}

.overlay-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.overlay-content h1 em {
    font-style: normal;
    color: #1e79c0;
}

.overlay-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(255 255 255 / 50%);
    max-width: 350px;
    margin-bottom: 40px;
}

.overlay-content-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.icon-pill-wrap {
    max-width: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 15px;
    pointer-events: all;
    cursor: default;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.icon-pill {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.icon-pill img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.icon-pill-wrap span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    white-space: break-spaces;
    text-align: center;
}

.overlay-content-bottom-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}

.overlay-content-bottom-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0;
    pointer-events: all;
}

.overlay-content-ctas {
    width: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0;
    pointer-events: all;
}

.scroll-banner-btn {
    display: inline-flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    gap: 8px;
    padding: 10px 26px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.28s, color 0.28s, border-color 0.28s, transform 0.22s, box-shadow 0.28s;
}

.scroll-banner-btn:hover {
    transform: translateY(-2px);
}

.btn-light {
    background: #ffffff;
    color: #080808;
    border: 1px solid #ffffff;
}

.btn-light:hover {
    background: #1e79c0;
    border-color: #1e79c0;
    box-shadow: 0 10px 36px rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.btn-dark {
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.4s ease, transform 0.4s ease;
}

.btn-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
    transform: skewX(-25deg);
    transition: left 0.7s ease;
}

.btn-dark:hover {
    border-color: rgb(0 0 0 / 40%);
    border-color: #1e7bc2;
    transform: translateY(-2px);
}

.btn-dark:hover::before {
    left: 160%;
}

.btn-light.focus,
.btn-light:focus {
    color: #1e79c0;
    background-color: #ffffff;
    border-color: #1e7bc2;
    box-shadow: 0 0 0 .2rem #1e79c05c;
}

.overlay-content-bottom-left p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #ffffff99;
}

.overlay-content-bottom-left p i {
    font-size: 26px;
    color: #38B6BF;
}

.overlay-content-stats {
    display: flex;
    align-items: stretch;
    padding-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    width: fit-content;
    gap: 0;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-right: 30px;
    margin-right: 10px;
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.stat:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.stat strong {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    color: #ffffff;
}

.stat span {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    position: relative;
    padding: 60px 0;
    background: #000;
    overflow: hidden;
}

.about-header {
    max-width: 760px;
    margin: 0 auto 40px;
}

.about-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 40px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 100px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.about-badge::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e79c0;
    animation: badgeBlink 1.2s infinite ease-in-out;
}

@keyframes badgeBlink {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
}

.about-title {
    margin: 28px 0 20px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.anim-title .t-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.anim-title .t-inner {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.18);
    background-image: linear-gradient(90deg, #ffffff 0%, #ffffff66 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.anim-title span:last-child .t-inner {
    color: rgba(255, 255, 255, 0.4);
}

.fill-text {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
}

.about-subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
}

.about-grid {
    row-gap: 30px;
}

.about-card {
    position: relative;
    height: 100%;
    padding: 20px;
    border-radius: 13px;
    background: #131316;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
    overflow: hidden;
}

.about-card {
    position: relative;
    height: 100%;
    padding: 20px;
    border-radius: 13px;
    background: #131316;
    border: 1px solid #1e7bc269;
    transition: all 0.4s ease;
    overflow: hidden;
}

.about-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 0 0 10px 10px;
}

.about-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e7bc299;
    border-radius: 0 0 10px 10px;
}

.about-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, #1e79c047, #1e79c000 45%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-card:hover {
    border-color: #1e7bc299;
}

.about-card:hover::before {
    opacity: 1;
}

.about-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #363639;
    background: #1F1F22;
    margin-bottom: 28px;
}

.about-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid #1e79c09c;
    background: #1e79c016;
    margin-bottom: 20px;
}

.about-icon i {
    font-size: 22px;
    color: #fff;
}

.about-card h4 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.about-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgb(255 255 255 / 50%);
    max-width: 95%;
}

.about-card-inner {
    width: 100%;
    height: 100%;
    will-change: transform, opacity, clip-path;
    overflow: visible;
    clip-path: unset !important;
    transform-style: preserve-3d;
}

/* about us section ends */

/* product section start */

.products-wrap {
    background: #000000;
    padding: 80px 0;
}

.products-header {
    margin-bottom: 60px;
}

.products-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 30px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 100px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.products-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e79c0;
    animation: badgeBlink 1.2s infinite ease-in-out;
}

.products-heading {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.product-col {
    margin-bottom: 30px;
}

.product-card {
    position: relative;
    border-radius: 13px;
    padding: 15px;
    border: 1px solid #1e79c06e;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #111111;
}

.product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, #1e79c047, #1e79c000 45%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-card:hover::before {
    opacity: 1;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-image {
    width: 100%;
    height: 230px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.product-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #1e79c0;
    ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0);
}

.product-content-wrap {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.product-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.2;
}

.product-description p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.5;
    margin: 0;
}

.product-arrow {
    margin-left: auto;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid #1e79c06e;
    font-size: 14px;
    text-decoration: none;
    transform: rotate(-45deg);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.product-card:hover .product-arrow {
    background: #1e79c0;
    border-color: #1e79c0;
    color: #ffffff;
    transform: rotate(0deg);
}

.products-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.products-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.products-btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.products-btn-light {
    background: #ffffff;
    color: #0a0a0a;
    border: 1px solid #ffffff;
}

.products-btn-light:hover {
    background: #1e79c0;
    border-color: #1e79c0;
    box-shadow: 0 10px 36px rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.products-btn-dark {
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.4s ease, transform 0.4s ease;
}

.products-btn-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
    transform: skewX(-25deg);
    transition: left 0.7s ease;
}

.products-btn-dark:hover {
    border-color: rgb(0 0 0 / 40%);
    border-color: #1e7bc2;
    transform: translateY(-2px);
}

.products-btn-dark:hover::before {
    left: 160%;
}

.card-para-wrap {
    width: 100%;
    height: 100%;
}

/* product section ends */

/* services section start */

.services-wrap {
    padding: 80px 0;
    background: #000000;
}

.services-wrapper {
    padding: 50px 50px 80px;
    border-radius: 28px;
    background: #0e0e0e;
    border: 2px solid #1e79c030;
}

.services-heading-wrap {
    margin-bottom: 35px;
}

.services-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 30px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 100px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.services-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e79c0;
    animation: badgeBlink 1.2s infinite ease-in-out;
}

.services-heading h2 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.services-heading-content {
    padding-left: 35px;
}

.services-heading-content p {
    margin: 0;
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    line-height: 1.6;
}

.services-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card {
    display: flex;
    align-items: stretch;
    gap: 30px;
    padding: 25px;
    border-radius: 22px;
    overflow: hidden;
    background: #161616;
    border: 1px solid #1e7ac06b;
    transition: 0.3s ease;
}

.service-card-image {
    flex: 0 1 33.33%;
    width: 33.33%;
    min-height: 270px;
    height: auto;
    border-radius: 18px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card-content h3 {
    margin: 0px 0 15px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.service-card-description {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.8;
}

.service-card-description p {
    margin: 0;
}

.service-card-btn {
    width: fit-content;
    margin-top: 20px;
    padding: 12px 50px;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.service-card-btn:hover {
    background: #1e79c0;
    border-color: #1e79c0;
    box-shadow: 0 10px 36px #1e79c02e;
    color: #ffffff;
}

.service-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.service-modal-overlay.active {
    display: flex;
}

.service-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 620px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    animation: modalIn 0.25s ease;
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    color: #1e7bc2;
    border: 1px solid #1e7bc24f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-modal-close:hover {
    border-color: #1e7bc2;
    background: #1e7bc2;
    color: #ffffff;
}

.service-modal-body {
    padding: 30px;
}

.service-modal-body h3 {
    margin: 0 0 16px;
    max-width: 90%;
    font-size: 20px;
}

.service-modal-description {
    font-size: 0.97rem;
    line-height: 1.7;
    color: #444;
}

.service-modal-description ul,
.service-modal-description ol {
    padding-left: 20px;
    margin: 10px 0;
}

.service-modal-description li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
}

.service-modal-description p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
}

/* services section ends */

/* contact us section start */

.clients-section {
    padding: 80px 0;
    background: #000000;
}

.clients-heading-wrap {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.clients-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px 10px 30px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 100px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.clients-tag::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1e79c0;
    animation: badgeBlink 1.2s infinite ease-in-out;
}

.clients-title {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 500px;
    margin: auto;
}

.clients-para {
    margin: 0;
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    line-height: 1.6;
}

.clients-section {
    position: relative;
    overflow: hidden;
}

.clients-slider {
    position: relative;
}

.clients-slider::before,
.clients-slider::after {
    content: '';
    position: absolute;
    top: -2px;
    width: 180px;
    height: calc(100% + 4px);
    z-index: 2;
    pointer-events: none;
}

.clients-slider::before {
    left: -10px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.54) 44%, rgba(0, 0, 0, 0) 91%);

}

.clients-slider::after {
    right: -10px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 1) 6%, rgba(0, 0, 0, 0.54) 44%, rgba(0, 0, 0, 0) 91%);
}

.client-item {
    padding: 0 12px;
}

.client-item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
}

.clients-slider .slick-track {
    display: flex;
    align-items: center;
}

.clients-slider .slick-slide {
    height: inherit;
}

/* contact us section ends */

/* contact us section start */

.contact-cta-wrap {
    padding: 80px 0;
    background: #000000;
}

.contact-cta-box {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 40px;
    padding: 80px;
    overflow: hidden;
    background: #050505;
}

.contact-cta-box .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-cta-content h2 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.contact-cta-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.contact-cta-info {
    display: flex;
    gap: 15px;
}

.contact-cta-icon {
    width: 18px;
    color: #ffffff;
    font-size: 20px;
    height: fit-content;
}

.contact-cta-text h6 {
    font-size: 16px;
    letter-spacing: 0.18em;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px;
}

.contact-cta-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
}

.contact-cta-buttons {
    display: flex;
    gap: 15px;
}

.contact-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    gap: 8px;
    padding: 10px 40px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.28s, color 0.28s, border-color 0.28s, transform 0.22s, box-shadow 0.28s;
}

.contact-cta-btn-light {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}

.contact-cta-btn-light:hover {
    background: #1e79c0;
    border-color: #1e79c0;
    color: #ffffff;
}

.contact-cta-btn-dark {
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: border-color 0.4s ease, transform 0.4s ease;
}

.contact-cta-btn-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.35),
            transparent);
    transform: skewX(-25deg);
    transition: left 0.7s ease;
}

.contact-cta-btn-dark:hover {
    border-color: rgb(0 0 0 / 40%);
    border-color: #1e7bc2;
}

.contact-cta-btn-dark:hover::before {
    left: 160%;
}

.contact-cta-btn-dark.focus,
.contact-cta-btn-light:focus {
    color: #1e79c0;
    background-color: #ffffff;
    border-color: #1e7bc2;
    box-shadow: 0 0 0 .2rem #1e79c05c;
}

.wrapper-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 520px;
}

.contact-cta-cards {
    position: absolute;
    max-width: 320px;
    width: 100%;
    height: 440px;
    perspective: 1000px;
}

.contact-cta-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    will-change: transform, background-color;
    /* Default dark state for background cards */
    background-color: #2a2a2a;
}

/* The magic opacity toggle to instantly hide text on dark background cards */
.contact-cta-card .contact-cta-card-top,
.contact-cta-card .contact-cta-card-list {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
}

.contact-cta-card.active .contact-cta-card-top,
.contact-cta-card.active .contact-cta-card-list {
    opacity: 1;
    visibility: visible;
}

.contact-cta-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.contact-cta-card-top h5 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    line-height: 1.3;
    color: #000000;
}

.contact-cta-card-item {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
}

.contact-cta-card-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-cta-card-item span {
    font-size: 20px;
    color: #1e79c0;
    margin-top: 2px;
}

.contact-cta-card-item h6 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #000000;
}

.contact-cta-card-item p {
    font-size: 12px;
    color: #616161;
    margin: 0;
    line-height: 1.4;
}

.contact-cta-navigation {
    position: absolute;
    top: 50%;
    margin-top: 135px;
    margin-left: 10px;
    transform: rotate(6deg);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 260px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}

.contact-cta-navigation span {
    padding: 0 20px;
    border-right: 1px solid #EAEAEA;
}

.contact-cta-navigation span:last-child {
    border-right: none;
}

.contact-cta-navigation span {
    cursor: pointer;
    font-size: 22px;
    color: #ACADAD;
    line-height: 1;
    transition: 0.3s;
}

.contact-cta-navigation span.active {
    color: #1e79c0;
}

/* contact us section ends */

/* footer section start */

.footer-wrap {
    position: relative;
    overflow: hidden;
    background: #151515;
    padding: 40px 0 30px;
    color: #d8d8d8;
}

.footer-three-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
    /* ← add this */
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.footer-logo img {
    width: fit-content;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.footer-desc {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff99;
    margin-bottom: 30px;
}

.footer-label {
    display: block;
    font-size: 12px;
    letter-spacing: .18em;
    color: #ffffff69;
    margin-bottom: 15px;
}

.footer-form {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 520px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .03);
}

.footer-form input {
    width: 100%;
    height: unset;
    border: none;
    background: transparent;
    padding: 12px 22px;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.footer-form button {
    height: unset;
    border: none;
    padding: 18px 40px;
    background: #ececec;
    color: #000000b3;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: .35s ease;
}

.footer-form button:hover {
    background: #1e79c0;
    color: #ffffff;
}

.footer-heading {
    font-size: 18px;
    letter-spacing: .14em;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-nav li {
    list-style: none;
}

.footer-nav a {
    color: #ffffff99;
    text-decoration: none;
    font-size: 16px;
    transition: .3s ease;
}

.footer-nav a:hover {
    color: #1e79c0;
    transform: translateX(6px);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #ffffff99;
    font-size: 16px;
}

.footer-item i {
    color: #ffffff99;
    font-size: 22px;
    line-height: 1;
    margin-top: 2px;
}

.footer-phone {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-phone a {
    color: #ffffff99;
    font-size: 16px;
}

a.footer-item:hover,
.footer-phone a:hover {
    color: #1e79c0;
    text-decoration: none;
}

.row.footer-bottom {
    border-top: 1px solid #ffffff20;
    padding: 50px 0 0;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom p {
    color: #ffffff99;
    font-size: 14px;
    margin: 0;
}

.footer-bottom p a {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.footer-socials a {
    color: #ffffff99;
    font-size: 20px;
    text-decoration: none;
    transition: .3s ease;
}

.footer-socials a:hover {
    color: #1e79c0;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 15px;
    border-left: 1px solid rgb(255 255 255 / 30%);
}

.footer-links a {
    font-size: 14px;
}

.footer-links a:hover {
    color: #1e79c0;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 99999999;

    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-box {
    width: 100%;
    max-width: 800px;
    background: #F5F5F5;
    border-radius: 18px;
    padding: 30px;
    position: relative;
    border: 2px solid #1e79c0;
    transform: translateY(30px);
    transition: .4s ease;
}

.popup-overlay.active .popup-box {
    transform: translateY(0);
}

.popup-info-header {
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 30px;
}

.popup-info {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.popup-info h3 {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
}

.popup-info p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #00000099;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background: #e6e6e6;
    border: 1px solid #0000002e;
    border-radius: 8px;
    padding: 11px 18px;
    color: #212529;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #1e79c040;
    outline: none;
    box-shadow: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #00000099;
}

.form-group textarea {
    min-height: 140px;
    resize: none;
}

.popup-close {
    width: 45px;
    height: 45px;
    border: 2px solid #1e79c0;
    color: #1e79c0;
    border-radius: 50%;
    cursor: pointer;
}

button.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

button.submit-btn:focus {
    color: #1e79c0;
    background-color: #ffffff;
    border-color: #1e7bc2;
    box-shadow: 0 0 0 .2rem #1e79c05c;
}

button.submit-btn:hover {
    background: #1e79c0;
    border-color: #1e79c0;
    box-shadow: 0 10px 36px rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* footer section ends */

/* home page ends */

@media only screen and (min-width: 300px) and (max-width: 576.5px) {

    /* home page start */

    /* header section start */

    .main-header {
        width: 100%;
        top: 0px;
        padding: 10px 6%;
        border-radius: 0;
    }

    .header-logo {
        height: 30px;
        object-fit: contain;
    }

    .menu-toogle-col {
        display: flex;
        justify-content: flex-end;
    }

    .menu-toggle {
        display: flex;
    }

    .header-menu-wrap,
    .header-quote {
        display: none;
    }

    .header-logo-wrap {
        display: flex;
        text-align: center;
        justify-content: flex-start;
    }

    .mobile-main-menu {
        position: fixed;
        top: 0;
        right: -100%;
        max-width: 260px;
        width: 80%;
        height: 100vh;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 60px 20px;
        transition: right 0.4s ease;
        z-index: 9999;
    }

    .mobile-main-menu.active {
        right: 0;
    }

    .mobile-main-menu li {
        width: 100%;
        text-align: left;
    }

    .mobile-main-menu-link a {
        font-size: 16px;
        padding: 5px 6px;
        font-weight: 500;
        color: #080808;
    }

    .mobile-main-menu-link a:hover {
        color: #1e79c0;
    }

    /* header section ends */

    /* banner section start */

    .scroll-video-banner {
        min-height: 650px;
        max-height: 700px;
    }

    .overlay-content h1 {
        width: 90%;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .overlay-content h1 br {
        display: none;
    }

    .overlay-content-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .overlay-content-bottom-left {
        width: 100%;
    }

    .scroll-banner-btn {
        display: inline-flex;
        flex: unset;
        font-size: 12px;
        line-height: 1;
        gap: 8px;
        padding: 10px 15px;
    }

    .btn-dark {
        background: #00000038;
    }

    .overlay-content-bottom-left p {
        font-size: 14px;
        margin: 0;
    }

    .overlay-content-stats {
        padding-top: 20px;
    }

    .overlay-content-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid rgb(255 255 255 / 15%);
    }

    .stat {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 10px;
        margin: 0;
        border: 1px solid #1e79c06b;
        border-radius: 10px;
        background: rgb(255 255 255 / 10%);
        backdrop-filter: blur(8px);
        border-right: none !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }

    .stat strong {
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
    }

    .stat span {
        font-size: 8px;
        letter-spacing: 0.12em;
    }

    .overlay-content-icons {
        display: none;
    }

    /* banner section ends */

    /* about us section start */

    .about-us-wrap {
        padding: 50px 0;
    }

    .about-badge,
    .services-tag,
    .products-tag,
    .clients-tag,
    .contact-cta-tag {
        padding: 10px 10px 10px 30px;
        font-size: 10px;
    }

    .about-badge::before,
    .services-tag::before,
    .products-tag::before,
    .clients-tag::before,
    .contact-cta-tag::before {
        left: 15px;
    }

    .about-title {
        margin: 10px 0 15px;
        font-size: 24px;
    }

    .about-subtitle {
        margin: 0;
        font-size: 14px;
    }

    .about-icon {
        margin-bottom: 20px;
    }

    /* about us section ends */

    /* product section start */

    .products-wrap {
        background: #000000;
        padding: 50px 0;
    }

    .products-header {
        margin-bottom: 40px;
    }

    .products-heading {
        margin-bottom: 0;
        font-size: 24px;
    }

    .products-btn {
        gap: 8px;
        font-size: 12px;
        padding: 12px 20px;
    }


    /* product section ends */

    /* services section start */

    .services-wrap {
        padding: 60px 0;
        background: #000000;
    }

    .services-wrapper {
        padding: 0;
        border-radius: 0;
        border: none;
        background: transparent;
    }

    .services-heading h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .services-heading-content {
        padding-left: 0;
    }

    .services-heading-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-card {
        flex-direction: column;
        gap: 20px;
        padding: 10px 10px 15px;
        border-radius: 15px;
    }

    .service-card-image {
        flex: 0 1 100%;
        width: 100%;
        height: 270px;
        border-radius: 13px;
    }

    .service-card-content h3 {
        font-size: 18px;
    }

    .service-card-description ul {
        padding-left: 25px;
    }

    .service-card-description {
        font-size: 12px;
        line-height: 1.5;
    }

    .service-card-btn {
        margin-top: 20px;
        font-size: 12px;
    }

    /* services section ends */

    /* clients section start */

    .clients-section {
        padding: 60px 0;
    }

    .clients-heading-wrap {
        margin: 0 auto 40px;
    }

    .clients-title {
        font-size: 24px;
    }

    .clients-para {
        font-size: 14px;
    }

    .client-item img {
        width: 100%;
        height: 80px;
        border-radius: 15px;
        padding: 15px;
    }

    .clients-slider::before,
    .clients-slider::after {
        width: 140px;
    }

    .client-item img {
        width: 100%;
        height: 70px;
        border-radius: 15px;
        padding: 15px;
    }

    /* clients section ends */

    /* contact us section start */

    contact-cta-wrap {
        padding: 60px 0;
    }

    .contact-cta-box {
        border-radius: 30px;
        padding: 25px;
    }

    .contact-cta-content h2 {
        font-size: 24px;
    }

    .contact-cta-info-wrap {
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .contact-cta-text h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .contact-cta-text p {
        margin: 0;
        font-size: 12px;
    }

    .contact-cta-btn {
        padding: 12px 25px;
        font-size: 12px;
    }

    .wrapper-right {
        min-height: 400px;
        margin-top: 30px;
    }

    .contact-cta-cards {
        position: absolute;
        max-width: 320px;
        width: 100%;
        height: 400px;
        perspective: 1000px;
    }

    .contact-cta-card {
        border-radius: 18px;
        padding: 30px;
        transform: none !important;
    }

    .contact-cta-card-top {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .contact-cta-card-item h6 {
        font-size: 14px;
    }

    .contact-cta-card-top h5 {
        font-size: 16px;
    }

    .contact-cta-card-item span {
        font-size: 16px;
    }

    .contact-cta-navigation {
        top: unset !important;
        bottom: 20px;
        transform: rotate(0deg) !important;
        margin: 0 auto;
    }

    /* contact us section ends */

    /* footer section start */

    .footer-logo img {
        width: fit-content;
        height: 50px;
    }

    .footer-desc {
        max-width: 420px;
        font-size: 14px;
    }

    .footer-newsletter {
        margin-bottom: 20px;
    }

    .footer-form input {
        padding: 10px 14px;
        color: #fff;
        font-size: 14px;
    }

    .footer-form button {
        padding: 14px 25px;
        font-size: 14px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-nav {
        gap: 5px;
        padding-left: 16px;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-item {
        font-size: 14px;
    }

    .footer-item i {
        font-size: 18px;
    }

    .row.footer-bottom {
        padding: 25px 0 0;
        margin-top: 40px;
        row-gap: 15px;
    }

    .footer-bottom p {
        font-size: 12px;
        text-align: center;
    }

    .footer-bottom p a {
        font-size: 12px;
    }

    .footer-socials {
        flex-direction: column;
        gap: 15px;
    }

    .footer-links {
        padding-left: 0;
        border-left: none;
    }

    .footer-links a {
        font-size: 12px;
    }

    .popup-box {
        padding: 20px;
    }

    .popup-info h3 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 1;
        font-weight: 600;
    }

    .popup-info h3 {
        font-size: 24px;
    }

    .popup-info p {
        font-size: 14px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .form-group textarea {
        min-height: 100px;
    }

    button.submit-btn {
        font-size: 14px;
        padding: 12px 40px;
    }

    .popup-close {
        width: 40px;
        height: 40px;
    }

    /* footer section ends */

    /* home page ends */

}

@media only screen and (min-width: 576px) and (max-width: 660.5px) {

    .products-wrap .row,
    .about-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .product-image {
        width: 100%;
        height: 190px !important;
    }

    .product-content h3 {
        font-size: 16px !important;
    }

    .service-card {
        flex-direction: column !important;
    }

    .service-card-image {
        flex: 0 0 230px !important;
        height: 230px !important;
    }

    .service-card-content h3 {
        font-size: 18px !important;
    }

    .service-card-description {
        font-size: 12px !important;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767.5px) {

    /* home page start */

    /* header section start */

    .main-header {
        width: 100%;
        top: 0px;
        padding: 10px 6%;
        border-radius: 0;
    }

    .header-logo {
        height: 40px;
        object-fit: contain;
    }

    .menu-toogle-col {
        display: flex;
        justify-content: flex-end;
    }

    .menu-toggle {
        display: flex;
    }

    .header-menu-wrap,
    .header-quote {
        display: none;
    }

    .header-logo-wrap {
        display: flex;
        text-align: center;
        justify-content: flex-start;
    }

    .mobile-main-menu {
        position: fixed;
        top: 0;
        right: -100%;
        max-width: 260px;
        width: 80%;
        height: 100vh;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 60px 20px;
        transition: right 0.4s ease;
        z-index: 9999;
    }

    .mobile-main-menu.active {
        right: 0;
    }

    .mobile-main-menu li {
        width: 100%;
        text-align: left;
    }

    .mobile-main-menu-link a {
        font-size: 16px;
        padding: 5px 6px;
        font-weight: 500;
        color: #080808;
    }

    .mobile-main-menu-link a:hover {
        color: #1e79c0;
    }

    /* header section ends */

    /* banner section start */

    .scroll-video-banner {
        min-height: 650px;
        max-height: 700px;
    }

    .overlay-content h1 {
        max-width: 450px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .overlay-content-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .overlay-content-bottom-left {
        width: 100%;
        max-width: 400px;
    }

    .scroll-banner-btn {
        display: inline-flex;
        flex: unset;
        font-size: 12px;
        line-height: 1;
        gap: 8px;
        padding: 10px 15px;
    }

    .btn-dark {
        background: #00000038;
    }

    .overlay-content-bottom-left p {
        font-size: 14px;
        margin: 0;
    }

    .overlay-content-stats {
        padding-top: 20px;
    }

    .overlay-content-stats {
        gap: 12px;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid rgb(255 255 255 / 15%);
    }

    .stat {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-right: 0 !important;
        padding: 10px 15px 10px 10px !important;
        max-width: 120px;
        width: fit-content;
    }

    .stat strong {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
    }

    .stat span {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .overlay-content-icons {
        display: none;
    }

    /* banner section ends */

    /* about us section start */

    .about-us-wrap {
        padding: 50px 0;
    }

    .about-badge,
    .services-tag,
    .products-tag,
    .clients-tag,
    .contact-cta-tag {
        padding: 10px 10px 10px 30px;
        font-size: 10px;
    }

    .about-badge::before,
    .services-tag::before,
    .products-tag::before,
    .clients-tag::before,
    .contact-cta-tag::before {
        left: 15px;
    }

    .about-title {
        margin: 10px 0 15px;
        font-size: 26px;
    }

    .about-title .t-inner,
    .products-heading .t-inner,
    .services-heading .t-inner,
    .clients-title .t-inner,
    .contact-cta-content h2 .t-inner {
        background-image: linear-gradient(90deg, #ffffff 0%, #ffffff99 100%);
    }

    .about-subtitle {
        margin: 0;
        font-size: 14px;
    }

    .about-icon {
        margin-bottom: 20px;
    }

    /* about us section ends */

    /* product section start */

    .products-wrap {
        background: #000000;
        padding: 50px 0;
    }

    .products-header {
        margin-bottom: 40px;
    }

    .products-heading {
        margin-bottom: 0;
        font-size: 26px;
    }

    .products-wrap .row,
    .about-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .product-col,
    .about-col {
        margin-bottom: 0 !important;
        padding: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .product-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .product-card .arrow-icon {
        margin-top: auto;
    }

    .products-btn {
        gap: 8px;
        font-size: 12px;
        padding: 12px 20px;
    }

    .product-card h3 {
        font-size: 1.1rem;
    }

    /* product section ends */

    /* services section start */

    .services-wrap {
        padding: 60px 0;
        background: #000000;
    }

    .services-wrapper {
        padding: 0;
        border-radius: 0;
        border: none;
        background: transparent;
    }

    .services-heading h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .services-heading-content {
        padding-left: 0;
    }

    .services-heading-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .service-card {
        gap: 20px;
        padding: 10px 10px 15px;
        border-radius: 15px;
    }

    .service-card-image {
        flex: 0 1 40%;
        width: 100%;
        min-height: 260px;
        height: auto;
        border-radius: 13px;
        overflow: hidden;
    }

    .service-card-content h3 {
        font-size: 18px;
    }

    .service-card-description ul {
        padding-left: 25px;
    }

    .service-card-description {
        font-size: 14px;
        line-height: 1.5;
    }

    .service-card-btn {
        margin-top: 20px;
        font-size: 12px;
    }

    /* services section ends */

    /* clients section start */

    .clients-section {
        padding: 60px 0;
    }

    .clients-heading-wrap {
        margin: 0 auto 40px;
        max-width: 450px;
    }

    .clients-title {
        font-size: 26px;
    }

    .clients-para {
        font-size: 14px;
    }

    .client-item img {
        width: 100%;
        height: 80px;
        border-radius: 15px;
        padding: 15px;
    }

    .clients-slider::before,
    .clients-slider::after {
        width: 140px;
    }

    .client-item img {
        width: 100%;
        height: 70px;
        border-radius: 15px;
        padding: 15px;
    }

    /* clients section ends */

    /* contact us section start */

    contact-cta-wrap {
        padding: 60px 0;
    }

    .contact-cta-box {
        border-radius: 30px;
        padding: 25px;
    }

    .contact-cta-content h2 {
        font-size: 26px;
    }

    .contact-cta-info-wrap {
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .contact-cta-text h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .contact-cta-text p {
        margin: 0;
        font-size: 12px;
    }

    .contact-cta-btn {
        padding: 12px 30px;
        font-size: 12px;
    }

    .wrapper-right {
        min-height: 450px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .contact-cta-cards {
        position: absolute;
        max-width: 340px;
        width: 100%;
        height: 450px;
        perspective: 1000px;
    }

    .contact-cta-card {
        border-radius: 18px;
        padding: 30px;
    }

    .contact-cta-card-top {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .contact-cta-card-item h6 {
        font-size: 16px;
    }

    .contact-cta-card-top h5 {
        font-size: 18px;
    }

    .contact-cta-card-item span {
        font-size: 16px;
    }

    .contact-cta-card-item p {
        font-size: 14px;
    }

    .contact-cta-navigation {
        top: unset !important;
        bottom: 20px;
        margin: 0 auto;
    }

    /* contact us section ends */

    /* footer section start */

    .footer-logo img {
        width: fit-content;
        height: 55px;
    }

    .footer-desc {
        max-width: 420px;
        font-size: 14px;
    }

    .footer-newsletter {
        margin-bottom: 20px;
        max-width: 450px;
    }

    .footer-form input {
        padding: 10px 14px;
        color: #fff;
        font-size: 14px;
    }

    .footer-form button {
        padding: 14px 25px;
        font-size: 14px;
    }

    .footer-col {
        margin-top: 30px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-nav {
        gap: 5px;
        padding-left: 16px;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-item {
        font-size: 14px;
    }

    .footer-item i {
        font-size: 18px;
    }

    .row.footer-bottom {
        padding: 25px 0 0;
        margin-top: 40px;
        row-gap: 15px;
    }

    .footer-bottom p {
        font-size: 12px;
        text-align: center;
    }

    .footer-bottom p a {
        font-size: 12px;
    }

    .footer-socials {
        flex-direction: column;
        gap: 15px;
    }

    .footer-links {
        padding-left: 0;
        border-left: none;
    }

    .footer-links a {
        font-size: 12px;
    }

    .popup-box {
        padding: 20px;
    }

    .popup-info h3 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 1;
        font-weight: 600;
    }

    .popup-info h3 {
        font-size: 24px;
    }

    .popup-info p {
        font-size: 14px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .form-group textarea {
        min-height: 100px;
    }

    button.submit-btn {
        font-size: 14px;
        padding: 12px 40px;
    }

    .popup-close {
        width: 40px;
        height: 40px;
    }

    /* footer section ends */

    /* home page ends */
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    /* home page start */

    /* header section start */

    .main-header {
        width: 100%;
        top: 0px;
        padding: 10px 6%;
        border-radius: 0;
    }

    .header-logo {
        height: 40px;
        object-fit: contain;
    }

    .menu-toogle-col {
        display: flex;
        justify-content: flex-end;
    }

    .menu-toggle {
        display: flex;
    }

    .header-menu-wrap,
    .header-quote {
        display: none;
    }

    .header-logo-wrap {
        display: flex;
        text-align: center;
        justify-content: flex-start;
    }

    .mobile-main-menu {
        position: fixed;
        top: 0;
        right: -100%;
        max-width: 260px;
        width: 80%;
        height: 100vh;
        background: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 60px 20px;
        transition: right 0.4s ease;
        z-index: 9999;
    }

    .mobile-main-menu.active {
        right: 0;
    }

    .mobile-main-menu li {
        width: 100%;
        text-align: left;
    }

    .mobile-main-menu-link a {
        font-size: 16px;
        padding: 5px 6px;
        font-weight: 500;
        color: #080808;
    }

    .mobile-main-menu-link a:hover {
        color: #1e79c0;
    }

    /* header section ends */

    /* banner section start */

    .scroll-video-banner {
        min-height: 700px;
        max-height: 750px;
    }

    .overlay-content h1 {
        max-width: 500px;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .overlay-content-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .overlay-content-bottom-left {
        width: 100%;
        max-width: 400px;
    }

    .scroll-banner-btn {
        display: inline-flex;
        flex: unset;
        line-height: 1;
        gap: 8px;
        padding: 10px 15px;
    }

    .btn-dark {
        background: #00000038;
    }

    .overlay-content-bottom-left p {
        margin: 0;
    }

    .overlay-content-stats {
        padding-top: 20px;
    }

    .overlay-content-stats {
        gap: 12px;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid rgb(255 255 255 / 15%);
    }

    .stat {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-right: 0 !important;
        padding: 10px 15px 10px 10px !important;
        max-width: 140px;
        width: fit-content;
    }

    .stat strong {
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
    }

    .stat span {
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .overlay-content-icons {
        display: none;
    }

    /* banner section ends */

    /* about us section start */

    .about-us-wrap {
        padding: 50px 0;
    }

    .about-badge,
    .services-tag,
    .products-tag,
    .clients-tag,
    .contact-cta-tag {
        padding: 10px 10px 10px 30px;
        font-size: 10px;
    }

    .about-badge::before,
    .services-tag::before,
    .products-tag::before,
    .clients-tag::before,
    .contact-cta-tag::before {
        left: 15px;
    }

    .about-title {
        margin: 10px 0 15px;
        font-size: 30px;
    }

    .about-title .t-inner,
    .products-heading .t-inner,
    .services-heading .t-inner,
    .clients-title .t-inner,
    .contact-cta-content h2 .t-inner {
        background-image: linear-gradient(90deg, #ffffff 0%, #ffffff89 100%);
    }

    .about-subtitle {
        margin: 0;
        font-size: 14px;
    }

    .about-icon {
        margin-bottom: 20px;
    }

    /* about us section ends */

    /* product section start */

    .products-wrap {
        background: #000000;
        padding: 50px 0;
    }

    .products-header {
        margin-bottom: 40px;
    }

    .products-heading {
        margin-bottom: 0;
        font-size: 30px;
    }

    .product-card .arrow-icon {
        margin-top: auto;
    }

    .products-btn {
        gap: 8px;
        font-size: 12px;
        padding: 12px 20px;
    }

    .product-card h3 {
        font-size: 1.1rem;
    }

    /* product section ends */

    /* services section start */

    .services-wrap {
        padding: 60px 0;
        background: #000000;
    }

    .services-wrapper {
        padding: 20px 20px 40px;
        border-radius: 20px;
    }

    .services-heading h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .services-heading-content {
        padding-left: 0;
        max-width: 550px;
    }

    .service-card {
        gap: 20px;
        padding: 10px 10px 15px;
        border-radius: 15px;
    }

    .service-card-image {
        flex: 0 1 40%;
        width: 100%;
        min-height: 260px;
        height: auto;
        border-radius: 13px;
        overflow: hidden;
    }

    .service-card-content h3 {
        font-size: 20px;
    }

    .service-card-description ul {
        padding-left: 25px;
    }

    .service-card-description {
        font-size: 14px;
        line-height: 1.5;
    }

    .service-card-btn {
        margin-top: 20px;
        font-size: 12px;
    }

    /* services section ends */

    /* clients section start */

    .clients-section {
        padding: 60px 0;
    }

    .clients-heading-wrap {
        margin: 0 auto 40px;
        max-width: 450px;
    }

    .clients-title {
        font-size: 30px;
    }

    .clients-slider::before,
    .clients-slider::after {
        width: 140px;
    }

    .client-item img {
        width: 100%;
        height: 80px;
        border-radius: 15px;
        padding: 15px;
    }

    /* clients section ends */

    /* contact us section start */

    contact-cta-wrap {
        padding: 60px 0;
    }

    .contact-cta-box {
        border-radius: 35px;
        padding: 40px;
    }

    .contact-cta-content h2 {
        font-size: 30px;
    }

    .contact-cta-info-wrap {
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .wrapper-right {
        min-height: 450px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .contact-cta-cards {
        position: absolute;
        max-width: 340px;
        width: 100%;
        height: 450px;
    }

    .contact-cta-card {
        border-radius: 18px;
        padding: 30px;
    }

    .contact-cta-card-top {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .contact-cta-card-item h6 {
        font-size: 16px;
    }

    .contact-cta-card-top h5 {
        font-size: 18px;
    }

    .contact-cta-card-item span {
        font-size: 16px;
    }

    .contact-cta-card-item p {
        font-size: 14px;
    }

    .contact-cta-navigation {
        top: unset !important;
        bottom: 20px;
        margin: 0 auto;
    }

    /* contact us section ends */

    /* footer section start */

    .footer-logo img {
        width: fit-content;
        height: 60px;
    }

    .footer-desc {
        max-width: 420px;
        font-size: 14px;
    }

    .footer-newsletter {
        margin-bottom: 20px;
        max-width: 450px;
    }

    .footer-form input {
        padding: 10px 14px;
        color: #fff;
        font-size: 14px;
    }

    .footer-form button {
        padding: 14px 20px;
        font-size: 14px;
    }

    .footer-col {
        margin-top: 30px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-nav {
        gap: 5px;
        padding-left: 16px;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-item {
        font-size: 14px;
    }

    .footer-item i {
        font-size: 18px;
    }

    .row.footer-bottom {
        padding: 25px 0 0;
        margin-top: 40px;
        row-gap: 15px;
    }

    .footer-bottom p {
        font-size: 14px;
        text-align: center;
    }

    .footer-bottom p a {
        font-size: 14px;
    }

    .footer-socials {
        flex-direction: column;
        gap: 15px;
    }

    .footer-links {
        padding-left: 0;
        border-left: none;
    }

    .footer-links a {
        font-size: 14px;
    }

    .popup-box {
        padding: 30px;
    }

    .popup-info h3 {
        font-size: 28px;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px 15px;
        font-size: 16px;
    }

    button.submit-btn {
        font-size: 14px;
        padding: 12px 40px;
    }

    .popup-close {
        width: 40px;
        height: 40px;
    }

    /* footer section ends */

    /* home page ends */

}


@media only screen and (min-width: 992px) and (max-width: 1200.98px) {

    /* home page start */

    /* header section start */

    .main-header {
        width: 100%;
        top: 20px;
        /* border-radius: 0; */
    }

    .header-logo {
        width: fit-content;
        height: 40px;
        object-fit: contain;
    }

    /* header section ends */

    /* banner section start */

    .scroll-video-banner {
        min-height: 700px;
        max-height: 750px;
    }

    .overlay-content h1 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .overlay-content-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .overlay-content-bottom-left {
        width: 100%;
        max-width: 400px;
    }

    .scroll-banner-btn {
        display: inline-flex;
        flex: unset;
        line-height: 1;
        gap: 8px;
    }

    .btn-dark {
        background: #00000038;
    }

    .overlay-content-bottom-left p {
        margin: 0;
    }

    .overlay-content-stats {
        padding-top: 20px;
    }

    .overlay-content-stats {
        gap: 12px;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid rgb(255 255 255 / 15%);
    }

    .stat {
        display: flex;
        flex-direction: column;
        gap: 4px;
        margin-right: 0 !important;
        padding: 10px 15px 10px 10px !important;
        max-width: 150px;
        width: fit-content;
    }

    .stat strong {
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
    }

    .stat span {
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .overlay-content-icons {
        display: none;
    }

    /* banner section ends */

    /* about us section start */

    .about-us-wrap {
        padding: 50px 0;
    }

    .about-badge,
    .services-tag,
    .products-tag,
    .clients-tag,
    .contact-cta-tag {
        padding: 10px 10px 10px 30px;
    }

    .about-badge::before,
    .services-tag::before,
    .products-tag::before,
    .clients-tag::before,
    .contact-cta-tag::before {
        left: 15px;
    }

    .about-title {
        margin: 10px 0 15px;
        font-size: 34px;
    }

    .about-title .t-inner,
    .products-heading .t-inner,
    .services-heading .t-inner,
    .clients-title .t-inner,
    .contact-cta-content h2 .t-inner {
        background-image: linear-gradient(90deg, #ffffff 0%, #ffffff89 100%);
    }

    .about-subtitle {
        margin: 0;
        font-size: 16px;
    }

    .about-icon {
        margin-bottom: 20px;
    }

    /* about us section ends */

    /* product section start */

    .products-wrap {
        background: #000000;
        padding: 50px 0;
    }

    .products-header {
        margin-bottom: 40px;
    }

    .products-heading {
        margin-bottom: 0;
        font-size: 34px;
    }

    .product-card .arrow-icon {
        margin-top: auto;
    }

    .products-btn {
        gap: 15px;
        font-size: 14px;
        padding: 12px 20px;
    }

    .product-card h3 {
        font-size: 1.1rem;
    }

    /* product section ends */

    /* services section start */

    .services-wrap {
        padding: 60px 0;
        background: #000000;
    }

    .services-wrapper {
        padding: 30px 30px 60px;
        border-radius: 26px;
    }

    .services-heading h2 {
        font-size: 34px;
    }

    .services-heading-content {
        padding-left: 0;
    }

    .service-card {
        gap: 20px;
        padding: 10px 10px 15px;
        border-radius: 15px;
    }

    .service-card-image {
        flex: 0 1 40%;
        width: 100%;
        min-height: 260px;
        height: auto;
        border-radius: 13px;
        overflow: hidden;
    }

    .service-card-content h3 {
        font-size: 22px;
    }

    .service-card-description ul {
        padding-left: 25px;
    }

    .service-card-description {
        font-size: 16px;
        line-height: 1.5;
    }

    /* services section ends */

    /* clients section start */

    .clients-section {
        padding: 60px 0;
    }

    .clients-heading-wrap {
        margin: 0 auto 40px;
        max-width: 450px;
    }

    .clients-title {
        font-size: 34px;
    }

    .clients-slider::before,
    .clients-slider::after {
        width: 140px;
    }

    .client-item img {
        padding: 15px;
    }

    /* clients section ends */

    /* contact us section start */

    contact-cta-wrap {
        padding: 60px 0;
    }

    .contact-cta-box {
        border-radius: 35px;
        padding: 50px;
    }

    .contact-cta-content h2 {
        font-size: 34px;
    }

    .contact-cta-info-wrap {
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .wrapper-right {
        min-height: 450px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .contact-cta-cards {
        position: absolute;
        max-width: 320px;
        width: 100%;
        height: 450px;
    }

    .contact-cta-card {
        border-radius: 15px;
        padding: 25px;
    }

    .contact-cta-card-top {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .contact-cta-card-item h6 {
        font-size: 16px;
    }

    .contact-cta-card-top h5 {
        font-size: 18px;
    }

    .contact-cta-card-item span {
        font-size: 16px;
    }

    .contact-cta-card-item p {
        font-size: 14px;
    }

    .contact-cta-navigation {
        top: unset !important;
        bottom: 20px;
        margin: 0 auto;
    }

    /* contact us section ends */

    /* footer section start */

    .footer-logo img {
        width: fit-content;
        height: 70px;
    }

    .footer-desc {
        max-width: 420px;
        font-size: 14px;
    }

    .footer-newsletter {
        margin-bottom: 20px;
        max-width: 400px;
    }

    .footer-form input {
        padding: 12px 18px;
        color: #fff;
        font-size: 16px;
    }

    .footer-form button {
        padding: 16px 30px;
        font-size: 16px;
    }

    .footer-heading {
        font-size: 16px;
    }

    .footer-nav {
        gap: 5px;
        padding-left: 16px;
    }

    .footer-nav a {
        font-size: 14px;
    }

    .footer-item {
        font-size: 14px;
    }

    .footer-item i {
        font-size: 18px;
    }

    .row.footer-bottom {
        padding: 25px 0 0;
        margin-top: 40px;
        row-gap: 15px;
    }

    .footer-bottom p {
        font-size: 14px;
        text-align: center;
    }

    .footer-bottom p a {
        font-size: 14px;
    }

    .footer-socials {
        flex-direction: column;
        gap: 15px;
    }

    .footer-links {
        padding-left: 0;
        border-left: none;
    }

    .footer-links a {
        font-size: 14px;
    }

    .popup-box {
        padding: 30px;
    }

    .popup-info h3 {
        font-size: 32px;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px 15px;
        font-size: 16px;
    }

    button.submit-btn {
        font-size: 14px;
        padding: 12px 40px;
    }

    .popup-close {
        width: 40px;
        height: 40px;
    }

    /* footer section ends */

    /* home page ends */

}

@media only screen and (min-width: 1100px) and (max-width: 1200.98px) {
    .product-col {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400.98px) {

    .stat {
        padding-right: 20px;
        max-width: 160px;
    }

    .stat strong {
        font-size: 32px;
    }

}

@media only screen and (min-width: 1401px) and (max-width: 1500.98px) {

    .product-image {
        width: 100%;
        height: 200px;
    }

}



@media (min-width: 1400px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}