body {
    font-family: "Manrope", Sans-serif;
}



.custom-navbar {
    background: #000517;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
    padding: 5px 0px !important;
}

.custom-navbar .custom-navbar-container {

    align-items: center;
    /* padding-left: 20px;
    padding-right: 20px; */
}

.custom-navbar .navbar-brand {
    margin-right: 34px;
    flex-shrink: 0;
}

.custom-navbar .navbar-brand img {
    width: 164px;
    max-width: 100%;
    height: auto;
    display: block;
}

.custom-navbar-collapse {
    flex-grow: 1;
    justify-content: center;
}

.custom-navbar-nav {
    gap: 42px;
}

.custom-navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 0 !important;
    white-space: nowrap;
}

.custom-navbar-nav .nav-link:hover,
.custom-navbar-nav .nav-link:focus,
.custom-navbar-nav .nav-link.active {
    color: #ffffff;
}

.header-right {
    align-items: center;
    gap: 22px;
    margin-left: 40px;
    flex-shrink: 0;
}

.header-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.header-phone:hover {
    opacity: 1;
}

.header-phone i {
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}



.header-phone img {
    width: 22px;
    height: 22px;
    display: block;
}

.header-talk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    background-color: transparent;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF !important;
    fill: #FFFFFF;
    background-image: linear-gradient(106deg, #021039 0%, #0055FF 100%);
    border-radius: 11px 11px 11px 11px;
    padding: 12px 14px 12px 14px;
    white-space: nowrap;
    transition: opacity 0.25s ease;
}

.header-talk-btn:hover {
    opacity: 0.88;
    color: #ffffff !important;
}

.custom-navbar .header-right .header-phone,
.custom-navbar .mobile-contact-wrap .header-phone {
    color: #ffffff !important;
    text-decoration: none !important;
}

.custom-navbar .header-right .header-talk-btn,
.custom-navbar .mobile-contact-wrap .header-talk-btn {
    color: #ffffff !important;
    text-decoration: none !important;
    background-image: linear-gradient(106deg, #021039 0%, #0055FF 100%);
}

.mobile-contact-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0 8px 0;
    width: 100%;
}

.custom-navbar .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 6px 9px;
}

.custom-navbar .navbar-toggler:focus {
    box-shadow: none;
}

.custom-navbar .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}


.nav-mega-item {
    position: static !important;
}


.mega-menu {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    background: #000517;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    z-index: 999999998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    pointer-events: none;
}


.nav-mega-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}


.mega-menu-inner {
    display: flex;
    align-items: center;
    padding: 28px 40px;
    gap: 0;
    max-width: 1840px;
    margin: 0 auto;
}


.mega-menu-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    width: 380px;
}

.mega-menu-heading {
    font-family: "Manrope", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
}

.mega-menu-arrow {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    opacity: 0.9;
    display: inline-block;
    animation: megaArrowMove 1.3s ease-in-out infinite;
}

@keyframes megaArrowMove {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(9px);
    }

    100% {
        transform: translateX(0);
    }
}


.mega-menu-divider {
    width: 1px;
    height: 90px;
    background: #ffffff;
    margin: 0 36px;
    flex-shrink: 0;
}


.mega-menu-cols {
    display: flex;
    flex: 1;
    gap: 0;
    align-items: center;
}

.mega-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    padding: 0 10px;
}


.mega-col a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Manrope", Sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    transition: color 0.18s ease;
}

.mega-col a:hover {
    color: #ffffff;
    opacity: 0.75;
}

/* =============================================
   MEGA MENU — Services
   ============================================= */


.services-mega-inner {
    align-items: flex-start;
    padding: 26px 40px;
}


.services-mega-menu {
    background: #000517 !important;
}


.services-mega-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
    width: 420px;
}


.services-label {
    width: 100% !important;
}


.services-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 18px;
    padding-top: 6px;
}

.services-icon-grid img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.18s ease;
}

.services-icon-grid img:hover {
    opacity: 1;
}


.services-divider {
    align-self: stretch;
    height: auto !important;
    margin: 0 44px;
}


.services-mega-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
    padding-left: 0;
    justify-content: center;
    align-self: center;
}

.services-mega-links a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Manrope", Sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    transition: opacity 0.18s ease;
}

.services-mega-links a:hover {
    opacity: 0.7;
}

/* ==============================================
   MEGA MENU — RESPONSIVE
   ============================================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .mega-menu-inner {
        padding: 20px 24px;
    }

    /* Industries label */
    .mega-menu-label {
        width: 220px;
    }

    .mega-menu-heading {
        font-size: 24px;
    }

    .mega-menu-divider {
        margin: 0 22px;
    }

    .mega-col {
        gap: 7px;
        padding: 0 6px;
    }

    .mega-col a {
        font-size: 12px;
    }

    /* Services panel */
    .services-mega-inner {
        padding: 20px 24px;
    }

    .services-mega-left {
        width: 300px;
    }

    .services-icon-grid {
        gap: 14px 10px;
    }

    .services-icon-grid img {
        width: 44px;
        height: 44px;
    }

    .services-divider {
        margin: 0 26px;
    }
}


@media (max-width: 991.98px) {

    /* Reset from fixed to static — sits inside collapsed navbar */
    .mega-menu {
        position: static !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        background: rgba(0, 5, 23, 0.85) !important;
        box-shadow: none !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: none !important;
        max-height: 0 !important;
        overflow: hidden !important;
        transition: opacity 0.25s ease, max-height 0.35s ease, visibility 0.25s ease !important;
        pointer-events: none !important;
    }

    /* Disable CSS hover on mobile — use .mega-open class toggled by JS */
    .nav-mega-item:hover .mega-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        max-height: 0 !important;
    }

    /* JS toggles this class on click */
    .nav-mega-item.mega-open .mega-menu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        max-height: 65vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        /* Custom scrollbar for dark theme */
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
    }

    .nav-mega-item.mega-open .mega-menu::-webkit-scrollbar {
        width: 4px;
    }

    .nav-mega-item.mega-open .mega-menu::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-mega-item.mega-open .mega-menu::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 4px;
    }

    /* Inner: vertical stacking */
    .mega-menu-inner,
    .services-mega-inner {
        flex-direction: column !important;
        padding: 14px 16px !important;
        gap: 14px !important;
        align-items: flex-start !important;
    }

    /* Label stretches full width */
    .mega-menu-label,
    .services-label {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .mega-menu-heading {
        font-size: 18px !important;
    }

    .mega-menu-arrow {
        font-size: 18px !important;
        animation: none !important;
        /* disable animation in mobile nav */
    }

    /* Divider becomes a horizontal line */
    .mega-menu-divider,
    .services-divider {
        width: 100% !important;
        height: 1px !important;
        background: rgba(255, 255, 255, 0.25) !important;
        margin: 0 !important;
        align-self: auto !important;
    }

    /* Industries: 2-column grid of links */
    .mega-menu-cols {
        flex-wrap: wrap !important;
        gap: 8px 0 !important;
        align-items: flex-start !important;
        width: 100%;
    }

    .mega-col {
        flex: 0 0 50% !important;
        padding: 0 4px !important;
        gap: 6px !important;
    }

    .mega-col a {
        font-size: 12.5px !important;
        color: #ffffff !important;
        white-space: normal !important;
    }

    /* Services: full-width left panel */
    .services-mega-left {
        width: 100% !important;
    }

    /* Icons: 6-per-row, smaller */
    .services-icon-grid {
        grid-template-columns: repeat(6, 1fr) !important;
        gap: 10px 8px !important;
    }

    .services-icon-grid img {
        width: 38px !important;
        height: 38px !important;
    }

    /* Service links: 2-column layout */
    .services-mega-links {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 6px 16px !important;
        align-self: auto !important;
        justify-content: flex-start !important;
    }

    .services-mega-links a {
        flex: 0 0 calc(50% - 8px) !important;
        font-size: 12.5px !important;
        color: #ffffff !important;
        white-space: normal !important;
    }

    /* Caret hint on trigger */
    .nav-mega-trigger::after {
        content: ' \25BE';
        font-size: 10px;
        opacity: 0.7;
        margin-left: 2px;
    }

    .nav-mega-item.mega-open .nav-mega-trigger::after {
        content: ' \25B4';
    }
}


.hero-section.hero-shot-match {
    background: #000517;
    min-height: 0;
    padding: 95px 16px 18px;
    box-sizing: border-box;
    height: 660px !important;
}

.hero-section.hero-shot-match>.row {
    --bs-gutter-x: 0;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 18px;
    min-height: clamp(560px, calc(100vh - 136px), 640px);
    align-items: stretch;
}

.hero-section.hero-shot-match> .location-row{
    margin-top: 30px;
}

.hero-section.hero-shot-match>.row>.col {
    min-width: 0;
    padding: 0;
}

.hero-section.hero-shot-match .left-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    height: 85%;
}

.hero-section.hero-shot-match .hero-box {
    min-height: 0;
    flex: 1 1 auto;
    margin-bottom: 0;
    padding: clamp(24px, 1.8vw, 30px) clamp(25px, 2vw, 25px) clamp(24px, 1.8vw, 30px);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(122deg, #021039 1%, #0055FF 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-section.hero-shot-match .home-pill {
    margin-bottom: clamp(14px, 1.2vw, 18px);
    padding: 5px 13px;
    font-size: 11px;
    line-height: 1;
    background: rgba(4, 15, 48, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
}

.hero-section.hero-shot-match .hero-box h1 {
    margin: 0 0 clamp(14px, 1.2vw, 18px);
    font-weight: 700;
    font-size: clamp(40px, 2.9vw, 58px);
    line-height: 1.02;
    letter-spacing: -1.5px;
    max-width: 760px;
}

.hero-section.hero-shot-match .hero-box h1 .hero-title-line {
    display: block;
}

.hero-section.hero-shot-match .hero-box p {
    margin: 0 0 clamp(18px, 1.3vw, 22px);
    /* max-width: 480px; */
    font-size: clamp(14px, 0.95vw, 16px);
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.74);
    text-align: justify;
}

.hero-box ul {
    font-size: 14px;
    color: #FFFFFF91;
}

.hero-section.hero-shot-match .pop-btn {
    padding: 11px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(3, 17, 58, 0.18);
}

.hero-section.hero-shot-match .stats-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: clamp(118px, 10vw, 132px);
    flex: 0 0 auto;
    padding: clamp(16px, 1.3vw, 20px) clamp(20px, 1.6vw, 28px) clamp(16px, 1.3vw, 20px);
    border-radius: 18px;
    gap: clamp(14px, 1.2vw, 18px);
    background: linear-gradient(122deg, #021039 1%, #0055FF 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-section.hero-shot-match .stats-box::before {
    background-size: 165px auto;
    background-position: right -4px center;
    opacity: 0.28;
}

.hero-section.hero-shot-match .stats-box-main {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.hero-section.hero-shot-match .stat-box-cont span {
    margin-bottom: 4px;
    font-size: clamp(20px, 0.5vw, 28px);
    font-weight: 600;
    letter-spacing: -1px;
    font-family: manrope, sans-serif;
    letter-spacing: normal;
}

.stat-box-cont strong {
    font-size: 18px;
}

.hero-section.hero-shot-match .stat-box-cont p {
    font-size: clamp(14px, 0.8vw, 13px);
    line-height: 1.1;
    opacity: 0.88;
}

.hero-section.hero-shot-match .stat-box-img img {
    height: clamp(34px, 2.3vw, 42px);
}

.hero-section.hero-shot-match .logos {
    margin-top: 0;
    width: 100%;
    gap: clamp(14px, 1.2vw, 22px);
}

.stats-box span {
    font-size: 23px;
    font-weight: 600;
}

.hero-section.hero-shot-match .logos img {
    height: auto;
    width: auto;
    max-height: clamp(20px, 1.8vw, 31px);
    object-fit: contain;
}

.hero-section.hero-shot-match .right-col {
    display: flex;
    height: 85%;
    min-width: 0;
}

.hero-section.hero-shot-match .right-col img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 18px;
}



.cta-section {
    padding: 20px 20px;
    background: #ffffff;
}

.cta-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(122deg, #021039 1%, #0055FF 100%);
    border-radius: 20px;

    text-align: center;
}


.cta-wm-left {
    position: absolute;
    left: 138px;
    top: -122px;
    width: 190px;
    height: 190px;
    pointer-events: none;
    z-index: 1;
}

.cta-wm-left svg {
    width: 100%;
    height: 100%;
}


.cta-wm-right {
    position: absolute;
    right: -52px;
    top: 59%;
    transform: translateY(-50%);
    width: 260px;
    height: 260px;
    pointer-events: none;
    z-index: 1;
}

.cta-wm-right svg {
    width: 100%;
    height: 100%;
}


.cta-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.cta-heading {
    font-family: "Manrope", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 10px auto;
}

.cta-desc {
    font-family: "Manrope", Sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    margin-bottom: 36px;
    /* max-width: 720px; */
    margin-left: auto;
    margin-right: auto;
}


.cta-btn {
    display: inline-block;
    background: #ffffff;
    color: #021039;
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 9px 18px;
    border-radius: 12px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.why-section h2 {
    font-size: 32px;
}

.custom-card {
    padding: 30px 20px;
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.icon-box {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 10px;
    background: linear-gradient(135deg, #0d6efd, #003c8f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.custom-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-card p {
    font-size: 14px;
    color: #6c757d;
}


.features-section-cnt h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
}

.features-section-cnt p {
    font-size: 15px;
    color: #00000094;

}



.feature-card {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 25px 12px 25px 12px;
    height: 100%;

}


.icon-box i {
    color: #f5f5f5;
    font-size: 1.5rem;
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;

}

.feature-card p {
    font-size: 14px;
    color: #00000094;
    line-height: 1.6;
    margin-bottom: 0;
}


.img-box img {
    max-width: 60px;
    margin-bottom: 12px;
}


.pricing-section {
    padding: 20px 20px;
}

.pricing-title {
    font-family: "Manrope", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.pricing-title span {
    color: #0d6efd;
}

.pricing-sect {
    text-align: center;
    color: #666;
    margin: 10px auto 25px;
    font-size: 14px;
}

.pricing-card-box {
    background: #f5f5f5;
    padding: 30px 12px 30px 12px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.pricing-card-box p {
    font-size: 14px;
    color: #00000094;
}


.pricing-card-box h3 {
    font-family: "Manrope", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 23px;
    color: #000000;
}

.pricing-card-box ul {
    padding-left: 18px;
    font-size: 14px;
}

.pricing-card-box ul li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #00000094;
}

.price {
    font-family: "Manrope", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    margin-top: auto;

}

.pricing-btn {
    background-color: transparent;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(106deg, #021039 0%, #0055FF 100%);
    border-radius: 11px 11px 11px 11px;
    padding: 10px 19px 10px 19px;
    text-decoration: none;
    margin-top: 10px;
    width: 128px;
    height: 46px;

}

.special-case{
    margin: 0px !important;
}

@media (max-width: 991px) {
    .cta-card {
        padding: 36px 44px;
    }

    .cta-heading {
        font-size: 28px;
        max-width: 600px;
    }

    .cta-desc {
        font-size: 14px;
    }

    .cta-wm-right {
        width: 200px;
        height: 200px;
        right: -40px;
        top: 60%;
    }

    .cta-wm-left {
        width: 155px;
        height: 155px;
        left: 90px;
        top: -95px;
    }
}


@media (max-width: 767px) {

    .cta-card {
        padding: 40px 24px;
        border-radius: 16px;
        margin: 0 16px;
    }

    .cta-heading {
        font-size: 22px;
        max-width: 100%;
        margin: 8px auto 14px;
        line-height: 1.3;
    }

    .cta-desc {
        font-size: 13px;
        margin-bottom: 24px;
        line-height: 1.6;
    }

    .cta-btn {
        font-size: 14px;
        padding: 12px 28px;
        width: auto;
    }

    .cta-wm-right {
        width: 150px;
        height: 150px;
        right: -30px;
        top: 58%;
        opacity: 0.7;
    }

    .cta-wm-left {
        display: none;
    }

    .cta-section {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

    .cta-content {
        padding: 0px;
    }
}


@media (max-width: 480px) {
    .cta-card {
        padding: 36px 18px;
        border-radius: 14px;
        margin: 0 14px;
    }

    .cta-heading {
        font-size: 19px;
        margin: 6px auto 12px;
    }

    .cta-desc {
        font-size: 12.5px;
        margin-bottom: 20px;
    }

    .cta-btn {
        font-size: 13.5px;
        padding: 11px 24px;
    }


    .cta-wm-right,
    .cta-wm-left {
        display: none;
    }


}


.hero-section {
    margin: auto;
    background: #000517;
    padding: 140px 50px 100px 50px;
}

.col {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.left-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-box {
    background: linear-gradient(122deg, #021039 1%, #0055FF 100%);
    color: white;
    padding: 60px 45px;
    border-radius: 20px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.home-pill {
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
}

.hero-box h1 {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0px;
}

.hero-box p {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}

.btn {
    display: inline-block;
    background: white;
    color: #1e4ed8;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}

.stats-box {
    background: #0e52dd;
    color: white;
    padding: 30px 40px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    overflow: hidden;
    z-index: 1;
}

.stats-box::before {
    content: '';
    background-image: url('../images/hashtech-bg-icon.webp');
    background-size: 170px auto;
    background-position: right -15px center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}

.stats-box-main {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-box-cont h3 {
    font-size: 34px;
    margin-bottom: 2px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.5px;
}

.stat-box-cont p {
    font-size: 15px;
    margin-bottom: 0px;
    opacity: 0.95;
    font-weight: 400;
}

.stat-box-img img {
    height: 52px;
    width: auto;
    border-radius: 50px;
}

.logos {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 28px !important;
    width: 100%;
    opacity: 1;
}

.logos img {
    height: 28px;
    width: auto;
    max-width: none;
}

.right-col img {
    width: 100%;
    flex: 1;
    min-height: 0;
    object-fit: cover;
    border-radius: 20px;
}

.pop-btn {
    background: #fff;
    text-decoration: none;
    color: #021039;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
}

.services {
    padding: 60px 20px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0px;
}



.section-title {
    font-size: 36px;
    font-weight: 700;
}

.section-title span {
    color: #2a66f0;
}

.section-desc {

    margin: 15px auto 15px;
    color: #666;
    font-size: 14px;
}


.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.service-card {
    position: relative;
    background: #fff;
    padding: 15px 15px 70px 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-align: left;

}

.service-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: linear-gradient(122deg, #021039 1%, #0055FF 100%);
    color: #fff;
}


.service-card-ios {
    position: relative;
    background: #fff;
    padding: 15px 8px 15px 9px;
    border-radius: 10px;
    text-align: left;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.service-card-ios b {
    font-size: 24px;

}

.service-card-ios:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: linear-gradient(122deg, #021039 1%, #0055FF 100%);
    color: #fff;
}

.android-cnt {
    font-size: 25px;
    font-weight: 700;
}

.android-cnt-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.service-card-ios p {
    font-size: 15px;
    margin-top: 15px;
}



.service-card:hover h3,
.service-card:hover p,
.service-card:hover a,
.service-card:hover span {
    color: #fff;
}


.service-card h3 {
    margin-bottom: 8px;
    font-size: 17.5px;
    font-weight: 700;
}

.service-card p {
    color: #00000094;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}



.service-card a {
    display: inline-block;
    margin-top: 15px;
    color: #00000080;
    font-weight: 500;
}


.card-icon {
    position: absolute;
    right: 15px;
    width: 80px;
    bottom: 0px;
}

.gradient-color-code {
    background: linear-gradient(106deg, #021039 0%, #0055ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.skilled-section {
    padding: 20px 20px 40px 20px;
}

.skilled-section .row {
    align-items: center;
}

.skilled-section h2 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
}

.skilled-section p {
    font-size: 14px;
    color: #00000094;
}

.skilled-section-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.skilled-section img {
    width: auto;
    max-width: 100%;
    max-height: 390px;
    height: 100%;
    object-fit: contain;
}

.main-btn {

    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(106deg, #021039 0%, #0055FF 100%);
    border-radius: 11px 11px 11px 11px;
    padding: 9px 15px 9px 15px;
    width: fit-content;
    cursor: pointer;
}


.join-btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;

}

.e-font-icon-svg {
    width: 45px;
    color: #ffffff;
    font-size: 45px;
    fill: #E6E6E6;
    position: absolute;
    right: 15px;

}

.center-btn {
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(106deg, #021039 0%, #0055FF 100%);
    border-radius: 11px 11px 11px 11px;
    padding: 9px 15px 9px 15px;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    cursor: pointer;
}

.industries-services-sect {
    padding: 20px 20px 40px 20px;

}


.industries-services-head h2 {
    text-align: center;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 20px;
}

.industries-services-head p {
    font-size: 15px;
    color: #00000094;
    text-align: center;
}


.industries-services {
    height: 720px;
    display: flex;
    flex-direction: column;
}

.service-item {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    cursor: pointer;
}

.service-item:hover {
    flex: 3;
}

.service-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.industries-content {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.industries-content h2 {
    font-size: 32px;
    margin-top: 70px;
    text-decoration: none;
}

.industries-content a {
    text-decoration: none;
    color: #fff;
}

.industries-content p {
    opacity: 0;
    transition: .4s;
    padding-right: 35px;
}

.service-item:hover .industries-content p {
    opacity: 1;
}

.ecommerce {
    background: url("../images/Ecommerce.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;

}

.healthcare {
    background: url("../images/healthcare-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

.fintech {
    background: url("../images/Fintech-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

.education {
    background: url("../images/education-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
}

.real-estate {
    background: url("../images/Real-estate.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 25px;
}

.e-learning {
    background: url("../images/education-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 25px;
}


.insurance {
    background: url("../images/Insurance.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 25px;
}

.automotive {
    background: url("../images/Automotive-bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 25px;
}

.digital-roadmap {
    padding: 20px 20px;
}

.roadmap-grid {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.roadmap-left-sticky {
    position: sticky;
    top: 120px;
    height: fit-content;
}

.roadmap-left-sticky h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
}

.roadmap-left-sticky span {}

.roadmap-left-sticky p {
    color: #00000094;
    margin-bottom: 30px;
    font-size: 15px;
}

.roadmap-btn {
    display: inline-block;
    background: #1d4ed8;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}


.roadmap-timeline {
    border-left: 1px dashed #000;
    padding-left: 50px;
    position: relative;
}

.roadmap-step {
    position: relative;
}

.roadmap-circle {
    position: absolute;
    left: -70px;
    top: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(106deg, #021039 0, #05f 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.roadmap-step-text h3 {
    margin: 0 0 10px;
    font-size: 27px;
    color: #000;
    font-weight: 700;
}

.roadmap-step-text p {
    color: #00000094;
    line-height: 1.6;
    font-size: 15px;
}

.roadmap-step-text ul {
    font-size: 14px;
    color: #00000094;
}

.tech-section {
    padding: 0px 30px;
    text-align: center;
}

.tech-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}



.tech-desc {
    margin: auto;
    color: #00000094;
    line-height: 1.6;
    margin-bottom: 35px;
    font-size: 15px;
}

.tech-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tech-tabs button {

    border: none;
    padding: 12px 22px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
}

.tech-tabs button.active {
    background: linear-gradient(106deg, #021039 0%, #0055ff 100%);
    color: white;
}

.tech-icons {
    display: none;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.tech-icons.active {
    display: flex;
}

.choose-section {
    padding: 100px 30px 50px 30px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.choose-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}



.choose-desc {
    margin: auto;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
}

.choose-stats {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;

}

.choose-stat {
    flex: 1;
    min-width: 200px;
}

.choose-stat h3 {
    font-size: 42px;
    background: linear-gradient(106deg, #021039 0%, #0055ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    font-weight: 700;
}

.choose-stat p {
    font-size: 14px;
    color: #555;
}

.map-wrapper {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.map {
    width: 100%;
}

.usa {
    top: 14%;
    left: 22%;
}

.middle-east {
    top: 21%;
    left: 60%;
}


.usa img {
    width: 100px;
}

.middle-east img {
    width: 100px;
}

.marker {
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
}


.marker span {
    background: #0b4dbf;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 6px;
}

.marker::after {
    content: "";
    position: absolute;
    top: 116%;
    /* places below text */
    left: 50%;
    width: 16px;
    height: 16px;
    background: #0055ff;
    border-radius: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.marker::before {
    content: "";
    position: absolute;
    top: 116%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #0055ff;
    border-radius: 50%;
    transform: translate(-50%, 0);
    animation: pulse-dot 1.5s ease-out infinite;
    opacity: 0.6;
}

@keyframes pulse-dot {
    0% {
        transform: translate(-50%, 0) scale(1);
        opacity: 0.6;
    }

    70% {
        transform: translate(-50%, 0) scale(2.5);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.case-study {
    padding: 30px;
    background: #0b0e1a;
}

.case-slider {
    max-width: 1200px;
    margin: auto;

}

.case-slide {
    border-radius: 22px;
    overflow: hidden;
}

.case-image img {
    width: 100%;
    display: block;
    border-radius: 22px;
}

.case-info {
    background: linear-gradient(98deg, #021039 0, #05f 100%);
    color: white;
    padding: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
    border-radius: 22px;
}

.case-text h2 {
    font-size: 28px;
    margin-bottom: 6px;
}

.case-text p {
    font-size: 14px;
    max-width: 850px;
    opacity: 0.9;
}

/* right area */

.case-actions {

    align-items: center;
    gap: 20px;
}

.view-btn {
    background: #2e7ef7;
    padding: 10px 18px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

/* arrows */

.nav-arrows {
    display: flex;
    gap: 10px;

    margin: 17px 25px;
}



.nav-arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 18px;
}

.nav-arrows button:hover {
    background-color: #000;
    color: #fff;
}

.achievements {
    padding: 50px 20px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.achievements h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}




.achievements-desc {
    font-size: 15px;
    max-width: 870px;
    margin: auto;
    color: #00000094;
    margin-bottom: 35px;
}

.achievement-card {
    border-radius: 20px;
    text-align: center;
    height: 260px;
    transition: .4s;
    background-color: #f5f5f5;
    color: #000;
    overflow: hidden;
    will-change: transform;
    box-shadow: rgb(0 0 0 / .02) 0 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 12px !important;
    margin-left: 12px;
}

.achievement-card:hover {
    background-color: #fff;
    border: 2px solid #f5f5f5;
}

.achievement-card img {

    width: 50%;
    height: 60%;
    text-align: center;
    object-fit: contain;
    background: 0 0;
    mix-blend-mode: multiply;
    margin-right: auto;
    margin-left: auto;
}

.achievement-card h3 {

    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
}

.achievement-card p {
    font-size: 12px;
    color: #555;
}

.testimonials {
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.silck-aligin {
    height: 250px !important;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.testimonials h2 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

.testimonials span {
    color: #1f4dbf;
}

.testimonial-card {
    background: #f1f1f1;
    padding: 12px;
    border-radius: 15px;
    margin: 10px;
    text-align: left;
    height: 235px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.testimonial-header img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.testimonial-header h4 {
    font-size: 15px;
}

.testimonial-header span {
    font-size: 12px;
    color: #777;
}

.stars {
    margin-left: auto;
    color: #1f4dbf;
    font-size: 14px;
}

.stars img {
    width: 140px;
}

.quote {

    margin: 10px 0;
}


.quote img {
    width: 35px;
}

.testimonial-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}


.testimonial-slider .slick-slide,
.testimonial-slider-two .slick-slide {
    width: 450px !important;
}

.testimonial-slider-two .testimonial-header {
    flex-direction: row-reverse;
}

.testimonial-slider-two .testimonial-card .quote {
    display: flex;
    justify-content: end;
}


.faq-section {
    padding: 50px 30px;
}

.custom-faq .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px;
}

.custom-faq .accordion-item:has(.accordion-collapse.show) {
    border-left: 2px solid #000;
}

.custom-faq .accordion-button {
    background: #f9f9f9;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 9px 10px 18px;
    box-shadow: none;
}

.custom-faq .accordion-button::after {
    display: none;
}

.custom-faq .accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    transition: 0.3s;
}

.custom-faq .accordion-button:not(.collapsed)::before {
    content: "−";
}

.custom-faq .accordion-body span {
    background: #f9f9f9;
    padding: 6px 12px 18px 25px;
    font-size: 14px;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-body {
    font-size: 14px;
    color: #353535BD;
    display: block;
    padding: 0px 60px 12px 20px;
}

.accordion-body span {
    padding: 20px;
}

.accordion-body span {
    margin: 0;
}

.accordion-body ul {
    margin-top: 2px;
    margin-bottom: 0rem;
}

.faqs-heading h2 {
    font-weight: 700;
    text-align: center;
    font-size: 42px;
    margin-bottom: 30px;
}

.service-sect {
    padding: 70px 20px;
}


.service-sect-head h2 {
    font-size: 42px;
    font-weight: 700;
}

.service-sect-head ul {
    font-size: 14px;
    color: #00000094;

}

.service-sect-head p {
    font-size: 14px;
    font-weight: 400;
    color: #00000094;
}


.mobile-services-sect-head {
    text-align: center;
}

.mobile-services-sect-head h2 {
    font-size: 42px;
    font-weight: 700;
}


.mobile-services-sect-head p {
    font-size: 14px;
    font-weight: 400;
    color: #00000094;
}

.mobile-service-box {
    background-color: #f5f5f5;
    padding: 12px;
}

.mobile-service-box h3 {
    font-size: 20px;
}

.mobile-service-box p {
    font-size: 14px;
    color: #00000094;
}






.cta-section {
    padding: 70px 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.cta-container {
    position: relative;
    background: url("../images/mobile-cta-bg.webp") no-repeat center center/cover;
    border-radius: 25px;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
}


.cta-container::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}


.cta-content {
    padding: 60px 35px 60px 35px;
    color: #fff;
    text-align: center;
}

.cta-game {
    text-align: left;
}

.cta-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 15px;
    color: #ffffff91;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 0px 120px 0px 120px;
}


.cta-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}




.app-section {
    padding: 20px 20px;
}




.main-img {
    border-radius: 20px;
    width: 100%;
}


.app-content-box h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}



.app-content-box p {
    color: #666;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.app-content-box ul {
    color: #666;
    font-size: 14px;
}


.app-custom-btn {
    margin-top: 20px;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
}

.cta-banner {
    background-color: #021039;
    color: white;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
}

.shape {
    position: absolute;

}

.avatar-1 {
    top: 4%;
    left: 9%;

}

.avatar-2 {
    top: 35%;
    left: 10%;
}

.avatar-3 {
    top: 4%;
    right: 10%;
}

.avatar-4 {
    bottom: 9%;
    right: 5%;
}

.circle-blue {
    bottom: 9%;
    left: 7%;
    width: 90px;
    height: 90px;
    background: #0055ff;
    border-radius: 50%;
}

.square-blue {
    top: 37%;
    right: 8%;
    width: 90px;
    height: 90px;
    background: #0055ff;
    border-radius: 12px;
    transform: rotate(15deg);
}

.shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-banner-content h2 {
    font-size: 42px;
    max-width: 800px;
    font-weight: 600;
    line-height: 1;
    padding: 10px;

}

.cta-banner-content p {
    font-size: 15px;
    max-width: 800px;
    color: #ffffff91;
}




.custom-dev-section {
    color: #fff;


}



.custom-dev-left {
    width: 50%;
    background-image: url(../images/custom-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 20px 20px 20px;
    background-position-y: -74px;
    height: 674px;
}

.custom-dev-left h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.custom-dev-left p {
    font-size: 15px;
    line-height: 1.7;
    color: #dcdcdc;
}


.custom-dev-right {

    background: linear-gradient(106deg, #021039 0%, #0055FF 100%);
    padding: 100px 20px 50px 20px;
    height: 600px;
}

.custom-dev-box {
    margin-bottom: 25px;
}

.custom-dev-box h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.custom-dev-box p {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.6;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.5;
}


.workflow-section {
    padding: 60px 20px;
}


.wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT STICKY */
.left-sticky {
    flex: 1;
    position: sticky;
    top: 100px;
}

.left-sticky h2 {
    font-size: 42px;
    font-family: "Manrope", Sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}


.left-sticky p {
    color: #6b7280;
    margin-bottom: 25px;
}


.right-scroll ul {
    list-style: none;
}

.right-scroll li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Manrope", Sans-serif;
    font-weight: 700;
}



/* MOBILE */
@media (max-width: 768px) {
    .wrapper {
        flex-direction: column;
    }

    .left-sticky {
        position: static;
    }

    .right-scroll {
        max-height: 250px;
    }

    .left-sticky h2 {
        font-size: 26px;
    }
}

.services,
.skilled-section,
.industries-services-sect,
.digital-roadmap,
.cta-section,
.tech-section,
.choose-section,
.case-study,
.achievements,
.testimonials,
.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-us-sect {
    padding: 30px;
}

.about-us-cnt h2 {
    font-family: "Manrope", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
}

.about-us-cnt strong {
    color: #000000cf;
    font-size: 28px;
}

.about-us-cnt p {
    color: #212529;
    font-size: 14px;
    margin: 0px 0px 16px;
}

.about-us-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px 12px 12px 12px;
}

.about-sect-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px 12px 12px 12px;
}

.about-us-img-3 img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center center;
    border-radius: 12px 12px 12px 12px;
}

.about-us-cnt ul {
    font-size: 14px;
    color: #000000cf;
}


.contact-box {
    background: #021039;
    border-radius: 15px;

}

.contact-box.p-4 {
    height: 100% !important;
}

.form-label {
    color: #f3dfd8;
    font-size: 14px;
    margin-bottom: 0rem;
}


textarea.form-control {
    height: 84px;
}



.custom-input {
    border: #000;
    border-radius: 9px !important;
    padding: 9px !important;
    margin-bottom: 7px;
}

.custom-input::placeholder {
    font-size: 14px;
}

.custom-input:focus {
    box-shadow: none;
    border: none;
}

.th-recaptcha-message {
    display: none;
    margin-bottom: 12px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
}

.th-recaptcha-message.is-visible {
    display: block;
}

.contact-box .th-recaptcha-message,
.contact-box .th-recaptcha-message.is-error {
    color: #ffd7d7;
}

.pop-up-right-side .th-recaptcha-message,
.pop-up-right-side .th-recaptcha-message.is-error {
    color: #b42318;
}

.contact-box .th-recaptcha-message.is-success {
    color: #9ff0b2;
}

.pop-up-right-side .th-recaptcha-message.is-success {
    color: #027a48;
}


.contact-btn {
    background: linear-gradient(106deg, #021039 0, #05f 100%);
    color: #fff;
    border-radius: 14px;
    border: none;
    padding: 12px 21px;
}

.contact-btn:hover{
    color: #fff !important;
}

.contact-box .cnt-heading h2 {
    font-size: 28px;
    color: #fff;
}

.text-white {
    font-size: 28px;
}

.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    padding-left: 12px !important;
}

.contact-us {
    background-image: url('../images/cta-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.main-head {
    text-align: center;
    padding: 50px 50px;

}

.main-head h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.contact-us-cnt {
    padding: 30px 30px;
}

.cnt-paragraph h3 {
    font-size: 25px;
}


.locations {
    padding: 0px 20px;
    font-family: "Manrope", Sans-serif;

}



.location-section-title {

    font-size: 53px;
    font-weight: 700;
    margin: 40px 0 12px;
    color: #000;
}


.location-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.location-card {
    background: #021039;
    color: #fff;
    padding: 15px 13px 4px 13px;
    border-radius: 18px;
}

.location-card:hover {
    background: linear-gradient(180deg, #021039 0%, #0055FF 100%);
}

.location-card h3 {
    font-family: "Manrope", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
}

.location-card ul {
    padding-left: 18px;
}

.location-card li {
    font-size: 14px;
    font-family: "Manrope", Sans-serif;

}

.location-card ul a {
    text-decoration: none;
    color: white;
}

.cta-saudi {
    padding: 40px 20px;

}

.cta-saudi-container {

    border-radius: 20px;
    padding: 25px;

    background: url('../images/saudi-cta.webp') no-repeat right center;
    background-size: cover;
}

.cta2-saudi-container {

    border-radius: 20px;
    padding: 25px;

    background: url('../images/saudia-cta-2.webp') no-repeat right center;
    background-size: cover;
}


.cta-saudi-content {
    max-width: 521px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.cta-saudi-content h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;

}

.cta-saudi-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff91;

}

.cta-saudi-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #fff;
    color: #0b2a6f;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;

}



.cost-section {
    padding: 0px 20px;
    font-family: "Manrope", Sans-serif;
}

.cost-main-heading {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
}



.cost-sub-text {
    margin: 0 auto 25px;
    font-size: 14px;
    color: #00000094;
    line-height: 1.7;
    text-align: center;
}


.cost-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.cost-grid-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}


.cost-card {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s ease;
}

.cost-card ul {
    font-size: 14px;
    color: #00000094;
}

.cost-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.cost-card p {
    font-size: 14px;
    color: #00000094;
    line-height: 1.6;
}

.location-industries-left h2 {
    font-size: 42px;
    font-weight: 700;
}

.location-industries-left p {
    font-size: 14px;
    color: #00000094;
}

.location-industries-right {
    margin-top: 12px;
}


.location-industries-right .industry-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
}

.location-industries-right .industry-list li {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}


.case-study-section {
    padding: 50px 0;
}

.case-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
}



.case-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: bottom center;
    border-radius: 0px 0px 0px 0px;
}

.case-content {
    padding: 0px 18px 20px;
    border-left: 1px solid #2E0797;
    margin-top: 15px;

}

.case-content h3 {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 28px;
    color: #000;
}

.case-content p {
    font-size: 15px;
    color: #000;
    margin-bottom: 12px;
}

.case-study-alignment {
    margin: 50px 0px 0px 0px !important;
    padding: 0px !important;
}

.img-case {
    width: 100%;
}

.case-study-btn a {
    color: #fff;
    text-decoration: none;
}


.location-industries-right .industry-list li i {
    color: #000;
    margin-right: 8px;
    font-size: 17px;
}


.footer-section {
    background: linear-gradient(106deg, #021039 0%, #0055FF 100%);
    color: #fff;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer-section::before {

    content: "";
    position: absolute;
    bottom: -118px;
    left: -45px;
    width: 340px;
    height: 338px;
    background: url(../images/footer-new-icon.webp) no-repeat;
    background-size: contain;
    pointer-events: none;
}



.footer-logo {
    width: 200px;
}

.footer-col span {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 5px;
}

.footer-col ul li a {
    color: #d9e2ff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.footer-col ul li a:hover {
    color: #fff;
}

.social-icons a {
    color: white;
    font-size: 20px;
    margin-left: 12px;
}

.social-icons {
    margin-top: 12px;
}

.location {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.location img {
    width: 55px;
    height: auto;
    margin-top: 0px;
}

.location h6 {
    margin: 0;
    font-weight: 600;
}

.location-text span {
    font-size: 16px;
}

.location-text a{
    color: #fff;
    display: block;
    line-height: 1.7;
    font-size: 14px;
}

.location p {
    margin: 0;
    font-size: 15px;
    text-decoration: underline;
}

.iti__country-list {
    width: 589px;
}


.footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
    font-size: 14px;
}

.footer-bottom a {
    color: #d9e2ff;
    text-decoration: none;
    margin: 0 5px;
}


.scroll-btn {
    justify-content: center;
    margin-top: -12px;
    cursor: pointer;
}

.scroll-btn img {
    width: 62px;
    height: 53px;
}

/* additional css for special property */

.nav-mega-item:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-mega-item::after {
    content: "";
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: 38px;
    display: none;
    z-index: 999999997;
}

.nav-mega-item:hover::after,
.nav-mega-item:focus-within::after {
    display: block;
}


.skilled-section-spec {
    padding: 20px 20px 40px 20px;
}

.skilled-section-spec img {
    width: auto;
    max-width: 100%;
    max-height: 532px;
    height: 100%;
    object-fit: contain;
}


.skilled-section-spec {
    padding-top: 50px;
    padding-bottom: 50px;
}


.cta-game {
    text-align: center;
}


.service-sect-img {
    display: flex;
    justify-content: center;
}

.dealer-app-showcase {
    --dealer-navy: #021039;
    --dealer-dark: #000517;
    --dealer-blue: #0055ff;
    --dealer-line: rgba(2, 16, 57, 0.12);
    --dealer-copy: #00000094;
    font-family: "Manrope", Sans-serif;
    /* background: #f5f5f5; */
    padding: 70px 20px;
    overflow: hidden;
}

.dealer-app-showcase * {
    box-sizing: border-box;
}

.dealer-app-showcase .container {
    max-width: 1180px;
    padding: 0 15px;
}

.dealer-app-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dealer-app-tabs {
    width: min(100%, 930px);
    margin: 0 auto 46px;
    padding: 3px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ffffff;
    border: 1px solid var(--dealer-line);
    border-radius: 999px;
    box-shadow: none;
}

.dealer-tab-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dealer-tab {
    appearance: none;
    border: 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--dealer-dark);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-height: 42px;
    padding: 10px 16px;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dealer-tab:hover,
.dealer-tab:focus-visible {
    color: var(--dealer-blue);
    outline: none;
}

.dealer-tab.is-active {
    background: linear-gradient(106deg, var(--dealer-navy) 0%, var(--dealer-blue) 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 85, 255, 0.23);
}

#dealer-tab-customers:checked~.dealer-app-tabs label[for="dealer-tab-customers"],
#dealer-tab-sellers:checked~.dealer-app-tabs label[for="dealer-tab-sellers"],
#dealer-tab-admin:checked~.dealer-app-tabs label[for="dealer-tab-admin"] {
    background: linear-gradient(106deg, var(--dealer-navy) 0%, var(--dealer-blue) 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 85, 255, 0.23);
}

.dealer-app-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px) minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    min-height: 560px;
}

.dealer-panel-set {
    display: none;
    gap: 22px;
}

#dealer-tab-customers:checked~.dealer-app-panel .dealer-panel-customers,
#dealer-tab-sellers:checked~.dealer-app-panel .dealer-panel-sellers,
#dealer-tab-admin:checked~.dealer-app-panel .dealer-panel-admin {
    display: grid;
}

.dealer-feature-column {
    display: grid;
    gap: 22px;
}

.dealer-feature-card {
    min-height: 116px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 13px;
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(2, 16, 57, 0.07);
    border-radius: 8px;
    padding: 20px 18px;
    box-shadow: 0 16px 35px rgba(2, 16, 57, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dealer-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 85, 255, 0.3);
    box-shadow: 0 18px 38px rgba(2, 16, 57, 0.1);
}

.dealer-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 7px 16px rgba(0, 85, 255, 0.17);
}

.dealer-feature-card h3 {
    color: var(--dealer-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 7px;
}

.dealer-feature-card p {
    color: var(--dealer-copy);
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
}

.dealer-phone-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.dealer-phone {
    width: 294px;
    min-height: 560px;
    position: relative;
    border-radius: 38px;
    padding: 13px;
    background: linear-gradient(145deg, #ffffff, #d9dde5);
    box-shadow: 0 28px 46px rgba(2, 16, 57, 0.18);
}

.dealer-phone::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 92px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 0 0 16px 16px;
    background: #05070b;
    z-index: 4;
}

.dealer-phone-screen {
    min-height: 534px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #edf2f8;
}

.dealer-phone-status {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 8px;
    color: #1d2433;
    font-size: 10px;
    font-weight: 800;
}

.dealer-status-dots {
    display: flex;
    gap: 4px;
    align-items: center;
}

.dealer-status-dots span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1d2433;
    opacity: 0.75;
}

.dealer-phone-topbar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 8px;
}

.dealer-phone-back,
.dealer-phone-plus,
.dealer-phone-action {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--dealer-navy);
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.dealer-phone-title {
    color: var(--dealer-dark);
    font-size: 12px;
    font-weight: 800;
    margin: 0;
}

.dealer-map {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(0deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(140deg, transparent 0 38%, rgba(2, 16, 57, 0.06) 38% 42%, transparent 42% 100%),
        linear-gradient(32deg, transparent 0 48%, rgba(0, 85, 255, 0.09) 48% 52%, transparent 52% 100%),
        #e8eef6;
}

.dealer-route {
    position: absolute;
    width: 185px;
    height: 185px;
    border: 3px solid rgba(0, 85, 255, 0.17);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 150px;
    left: 56px;
    transform: rotate(26deg);
}

.dealer-pin {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 85, 255, 0.12);
    color: var(--dealer-blue);
    box-shadow: 0 12px 26px rgba(0, 85, 255, 0.22);
}

.dealer-pin span {
    position: absolute;
    left: 33px;
    top: 4px;
    min-width: 42px;
    padding: 4px 6px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--dealer-dark);
    font-size: 9px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.dealer-pin-main {
    top: 202px;
    left: 120px;
    width: 60px;
    height: 60px;
    background: rgba(0, 85, 255, 0.18);
    color: #ffffff;
}

.dealer-pin-main i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(106deg, var(--dealer-navy) 0%, var(--dealer-blue) 100%);
}

.dealer-pin-one {
    top: 158px;
    left: 44px;
}

.dealer-pin-two {
    top: 310px;
    left: 58px;
}

.dealer-pin-three {
    top: 303px;
    right: 29px;
}

.dealer-pill {
    position: absolute;
    left: 54px;
    bottom: 138px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(2, 16, 57, 0.82);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.dealer-phone-card {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 21px;
    z-index: 3;
    display: grid;
    grid-template-columns: 66px 1fr 34px;
    gap: 12px;
    align-items: center;
    min-height: 92px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 32px rgba(2, 16, 57, 0.15);
}

.dealer-phone-card img {
    width: 66px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.dealer-phone-card strong {
    display: block;
    color: var(--dealer-dark);
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.dealer-phone-card span {
    display: block;
    color: var(--dealer-blue);
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 5px;
}

.dealer-phone-card p {
    color: var(--dealer-copy);
    font-size: 9.5px;
    line-height: 1.25;
    margin: 0;
}

.dealer-app-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.dealer-app-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 8px;
    background: linear-gradient(106deg, var(--dealer-navy) 0%, var(--dealer-blue) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    /* box-shadow: 0 12px 26px rgba(0, 85, 255, 0.22);
        transition: transform 0.2s ease, box-shadow 0.2s ease; */
}

.dealer-app-cta:hover {
    color: #ffffff;
    /* transform: translateY(-2px);
        box-shadow: 0 15px 32px rgba(0, 85, 255, 0.28); */
}

.dealer-app-cta i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
}




.vendor-feature-showcase {
    --vendor-navy: #021039;
    --vendor-dark: #000517;
    --vendor-blue: #0055ff;
    --vendor-line: rgba(2, 16, 57, 0.1);
    --vendor-copy: #00000094;
    font-family: "Manrope", Sans-serif;
    padding: 70px 20px;
    overflow: hidden;
}

.vendor-feature-showcase * {
    box-sizing: border-box;
}

.vendor-feature-showcase .container {
    max-width: 1180px;
    padding: 0 15px;
}

.vendor-feature-head {
    max-width: 920px;
    margin: 0 auto 38px;
    text-align: center;
}

.vendor-feature-head h2 {
    color: var(--vendor-dark);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 15px;
}

.vendor-feature-head h2 span {
    background: linear-gradient(106deg, var(--vendor-navy) 0%, var(--vendor-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vendor-feature-head p {
    color: var(--vendor-copy);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.vendor-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px) minmax(0, 1fr);
    align-items: center;
    gap: 34px;
}

.vendor-feature-column {
    display: grid;
    gap: 22px;
}

.vendor-feature-card {
    min-height: 102px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 13px;
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(2, 16, 57, 0.08);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 16px 35px rgba(2, 16, 57, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.vendor-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 85, 255, 0.3);
    box-shadow: 0 18px 38px rgba(2, 16, 57, 0.1);
}

.vendor-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 7px 16px rgba(0, 85, 255, 0.17);
}

.vendor-feature-card h3 {
    color: var(--vendor-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 7px;
}

.vendor-feature-card p {
    color: var(--vendor-copy);
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
}

.vendor-phone-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-width: 0;
}

.vendor-phone {
    width: 264px;
    min-height: 494px;
    position: relative;
    border-radius: 36px;
    padding: 12px;
    background: linear-gradient(145deg, #ffffff, #d9dde5);
    box-shadow: 0 28px 46px rgba(2, 16, 57, 0.18);
}

.vendor-phone::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    width: 82px;
    height: 22px;
    transform: translateX(-50%);
    border-radius: 0 0 14px 14px;
    background: #05070b;
    z-index: 4;
}

.vendor-phone-screen {
    min-height: 470px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #edf2f8;
}

.vendor-map {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 54px 54px,
        linear-gradient(0deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 54px 54px,
        linear-gradient(140deg, transparent 0 38%, rgba(2, 16, 57, 0.07) 38% 42%, transparent 42% 100%),
        linear-gradient(32deg, transparent 0 48%, rgba(0, 85, 255, 0.12) 48% 52%, transparent 52% 100%),
        #e8eef6;
}

.vendor-route {
    position: absolute;
    width: 178px;
    height: 178px;
    border: 3px solid rgba(0, 85, 255, 0.17);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 151px;
    left: 52px;
    transform: rotate(26deg);
}

.vendor-phone-status {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px 8px;
    color: #1d2433;
    font-size: 10px;
    font-weight: 800;
}

.vendor-phone-titlebar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px 8px;
}

.vendor-phone-btn,
.vendor-phone-action {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--vendor-navy);
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.vendor-phone-titlebar p {
    color: var(--vendor-dark);
    font-size: 12px;
    font-weight: 800;
    margin: 0;
}

.vendor-pin {
    position: absolute;
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 85, 255, 0.12);
    color: var(--vendor-blue);
    box-shadow: 0 12px 26px rgba(0, 85, 255, 0.22);
}

.vendor-pin span {
    position: absolute;
    left: 33px;
    top: 4px;
    min-width: 42px;
    padding: 4px 6px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--vendor-dark);
    font-size: 9px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.vendor-pin-main {
    top: 198px;
    left: 110px;
    width: 60px;
    height: 60px;
    background: rgba(0, 85, 255, 0.18);
    color: #ffffff;
}

.vendor-pin-main i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(106deg, var(--vendor-navy) 0%, var(--vendor-blue) 100%);
}

.vendor-pin-search {
    top: 152px;
    left: 44px;
}

.vendor-pin-store {
    top: 303px;
    left: 58px;
}

.vendor-pin-door {
    top: 296px;
    right: 20px;
}

.vendor-phone-pill {
    position: absolute;
    left: 48px;
    bottom: 128px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(2, 16, 57, 0.82);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.vendor-phone-card {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 18px;
    z-index: 3;
    display: grid;
    grid-template-columns: 62px 1fr 32px;
    gap: 10px;
    align-items: center;
    min-height: 92px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 32px rgba(2, 16, 57, 0.15);
}

.vendor-phone-card img {
    width: 62px;
    height: 66px;
    border-radius: 8px;
    object-fit: cover;
}

.vendor-phone-card span {
    display: block;
    color: var(--vendor-blue);
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 5px;
}

.vendor-phone-card strong {
    display: block;
    color: var(--vendor-dark);
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.vendor-phone-card p {
    color: var(--vendor-copy);
    font-size: 9.5px;
    line-height: 1.25;
    margin: 0;
}

.vendor-feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 8px;
    background: linear-gradient(106deg, var(--vendor-navy) 0%, var(--vendor-blue) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(0, 85, 255, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vendor-feature-cta:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 32px rgba(0, 85, 255, 0.28);
}

.vendor-feature-cta i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
}

.form {
    padding: 100px 100px;
}

.commerce-two-showcase {
    --commerce-two-navy: #021039;
    --commerce-two-dark: #000517;
    --commerce-two-blue: #0055ff;
    --commerce-two-line: rgba(2, 16, 57, 0.12);
    --commerce-two-copy: #00000094;
    font-family: "Manrope", Sans-serif;
    padding: 70px 20px;
    overflow: hidden;
}

.commerce-two-showcase * {
    box-sizing: border-box;
}

.commerce-two-showcase .container {
    max-width: 1180px;
    padding: 0 15px;
}

.commerce-two-showcase .section-title {
    max-width: 860px;
    margin: 0 auto 18px;
    text-align: center;
}

.commerce-two-showcase .section-desc {
    max-width: 930px;
    margin: 0 auto 34px;
    color: var(--commerce-two-copy);
}

.commerce-two-tabs {
    width: min(100%, 720px);
    margin: 0 auto 46px;
    padding: 3px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #ffffff;
    border: 1px solid var(--commerce-two-line);
    border-radius: 999px;
    box-shadow: none;
}

.commerce-two-tab-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.commerce-two-tab {
    appearance: none;
    border: 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--commerce-two-dark);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-height: 42px;
    padding: 10px 16px;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.commerce-two-tab:hover,
.commerce-two-tab:focus-visible {
    color: var(--commerce-two-blue);
    outline: none;
}

#commerce-two-tab-customers:checked~.commerce-two-tabs label[for="commerce-two-tab-customers"],
#commerce-two-tab-business:checked~.commerce-two-tabs label[for="commerce-two-tab-business"] {
    background: linear-gradient(106deg, var(--commerce-two-navy) 0%, var(--commerce-two-blue) 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 85, 255, 0.23);
}

.commerce-two-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px) minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    min-height: 560px;
}

.commerce-two-panel-set {
    display: none;
    gap: 22px;
}

#commerce-two-tab-customers:checked~.commerce-two-panel .commerce-two-panel-customers,
#commerce-two-tab-business:checked~.commerce-two-panel .commerce-two-panel-business {
    display: grid;
}

.commerce-two-feature-column {
    display: grid;
    gap: 22px;
}

.commerce-two-feature-card {
    min-height: 116px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 13px;
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(2, 16, 57, 0.07);
    border-radius: 8px;
    padding: 20px 18px;
    box-shadow: 0 16px 35px rgba(2, 16, 57, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.commerce-two-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 85, 255, 0.3);
    box-shadow: 0 18px 38px rgba(2, 16, 57, 0.1);
}

.commerce-two-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 7px 16px rgba(0, 85, 255, 0.17);
}

.commerce-two-feature-card h3 {
    color: var(--commerce-two-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 7px;
}

.commerce-two-feature-card p {
    color: var(--commerce-two-copy);
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
}

.commerce-two-phone-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.commerce-two-phone {
    width: 294px;
    min-height: 560px;
    position: relative;
    border-radius: 38px;
    padding: 13px;
    background: linear-gradient(145deg, #ffffff, #d9dde5);
    box-shadow: 0 28px 46px rgba(2, 16, 57, 0.18);
}

.commerce-two-phone::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 92px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 0 0 16px 16px;
    background: #05070b;
    z-index: 4;
}

.commerce-two-phone-screen {
    min-height: 534px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #edf2f8;
}

.commerce-two-phone-status {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 8px;
    color: #1d2433;
    font-size: 10px;
    font-weight: 800;
}

.commerce-two-status-dots {
    display: flex;
    gap: 4px;
    align-items: center;
}

.commerce-two-status-dots span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1d2433;
    opacity: 0.75;
}

.commerce-two-phone-topbar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 8px;
}

.commerce-two-phone-back,
.commerce-two-phone-plus,
.commerce-two-phone-action {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--commerce-two-navy);
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.commerce-two-phone-title {
    color: var(--commerce-two-dark);
    font-size: 12px;
    font-weight: 800;
    margin: 0;
}

.commerce-two-map {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(0deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(140deg, transparent 0 38%, rgba(2, 16, 57, 0.06) 38% 42%, transparent 42% 100%),
        linear-gradient(32deg, transparent 0 48%, rgba(0, 85, 255, 0.09) 48% 52%, transparent 52% 100%),
        #e8eef6;
}

.commerce-two-route {
    position: absolute;
    width: 185px;
    height: 185px;
    border: 3px solid rgba(0, 85, 255, 0.17);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 150px;
    left: 56px;
    transform: rotate(26deg);
}

.commerce-two-pin {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 85, 255, 0.12);
    color: var(--commerce-two-blue);
    box-shadow: 0 12px 26px rgba(0, 85, 255, 0.22);
}

.commerce-two-pin span {
    position: absolute;
    left: 33px;
    top: 4px;
    min-width: 42px;
    padding: 4px 6px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--commerce-two-dark);
    font-size: 9px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.commerce-two-pin-main {
    top: 202px;
    left: 120px;
    width: 60px;
    height: 60px;
    background: rgba(0, 85, 255, 0.18);
    color: #ffffff;
}

.commerce-two-pin-main i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(106deg, var(--commerce-two-navy) 0%, var(--commerce-two-blue) 100%);
}

.commerce-two-pin-one {
    top: 158px;
    left: 44px;
}

.commerce-two-pin-two {
    top: 310px;
    left: 58px;
}

.commerce-two-pin-three {
    top: 303px;
    right: 29px;
}

.commerce-two-pill {
    position: absolute;
    left: 54px;
    bottom: 138px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(2, 16, 57, 0.82);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.commerce-two-phone-card {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 21px;
    z-index: 3;
    display: grid;
    grid-template-columns: 66px 1fr 34px;
    gap: 12px;
    align-items: center;
    min-height: 92px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 32px rgba(2, 16, 57, 0.15);
}

.commerce-two-phone-card img {
    width: 66px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.commerce-two-phone-card strong {
    display: block;
    color: var(--commerce-two-dark);
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.commerce-two-phone-card span {
    display: block;
    color: var(--commerce-two-blue);
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 5px;
}

.commerce-two-phone-card p {
    color: var(--commerce-two-copy);
    font-size: 9.5px;
    line-height: 1.25;
    margin: 0;
}

.commerce-two-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.commerce-two-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 8px;
    background: linear-gradient(106deg, var(--commerce-two-navy) 0%, var(--commerce-two-blue) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.commerce-two-cta:hover {
    color: #ffffff;
}

.commerce-two-cta i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
}



.commerce-four-showcase {
    --commerce-four-navy: #021039;
    --commerce-four-dark: #000517;
    --commerce-four-blue: #0055ff;
    --commerce-four-line: rgba(2, 16, 57, 0.12);
    --commerce-four-copy: #00000094;
    font-family: "Manrope", Sans-serif;
    padding: 70px 20px;
    overflow: hidden;
}

.commerce-four-showcase * {
    box-sizing: border-box;
}

.commerce-four-showcase .container {
    max-width: 1180px;
    padding: 0 15px;
}

.commerce-four-showcase .section-title {
    max-width: 860px;
    margin: 0 auto 18px;
    text-align: center;
}

.commerce-four-showcase .section-desc {
    max-width: 930px;
    margin: 0 auto 34px;
    color: var(--commerce-four-copy);
}

.commerce-four-tabs {
    width: min(100%, 1040px);
    margin: 0 auto 46px;
    padding: 3px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #ffffff;
    border: 1px solid var(--commerce-four-line);
    border-radius: 999px;
    box-shadow: none;
}

.commerce-four-tab-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.commerce-four-tab {
    appearance: none;
    border: 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--commerce-four-dark);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-height: 42px;
    padding: 10px 16px;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.commerce-four-tab:hover,
.commerce-four-tab:focus-visible {
    color: var(--commerce-four-blue);
    outline: none;
}

#commerce-four-tab-customers:checked~.commerce-four-tabs label[for="commerce-four-tab-customers"],
#commerce-four-tab-sellers:checked~.commerce-four-tabs label[for="commerce-four-tab-sellers"],
#commerce-four-tab-admin:checked~.commerce-four-tabs label[for="commerce-four-tab-admin"],
#commerce-four-tab-delivery:checked~.commerce-four-tabs label[for="commerce-four-tab-delivery"] {
    background: linear-gradient(106deg, var(--commerce-four-navy) 0%, var(--commerce-four-blue) 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 85, 255, 0.23);
}

.commerce-four-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 330px) minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    min-height: 560px;
}

.commerce-four-panel-set {
    display: none;
    gap: 22px;
}

#commerce-four-tab-customers:checked~.commerce-four-panel .commerce-four-panel-customers,
#commerce-four-tab-sellers:checked~.commerce-four-panel .commerce-four-panel-sellers,
#commerce-four-tab-admin:checked~.commerce-four-panel .commerce-four-panel-admin,
#commerce-four-tab-delivery:checked~.commerce-four-panel .commerce-four-panel-delivery {
    display: grid;
}

.commerce-four-feature-column {
    display: grid;
    gap: 22px;
}

.commerce-four-feature-card {
    min-height: 116px;
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 13px;
    align-items: start;
    background: #ffffff;
    border: 1px solid rgba(2, 16, 57, 0.07);
    border-radius: 8px;
    padding: 20px 18px;
    box-shadow: 0 16px 35px rgba(2, 16, 57, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.commerce-four-feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 85, 255, 0.3);
    box-shadow: 0 18px 38px rgba(2, 16, 57, 0.1);
}

.commerce-four-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 7px 16px rgba(0, 85, 255, 0.17);
}

.commerce-four-feature-card h3 {
    color: var(--commerce-four-dark);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.28;
    margin: 0 0 7px;
}

.commerce-four-feature-card p {
    color: var(--commerce-four-copy);
    font-size: 12.5px;
    line-height: 1.45;
    margin: 0;
}

.commerce-four-phone-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.commerce-four-phone {
    width: 294px;
    min-height: 560px;
    position: relative;
    border-radius: 38px;
    padding: 13px;
    background: linear-gradient(145deg, #ffffff, #d9dde5);
    box-shadow: 0 28px 46px rgba(2, 16, 57, 0.18);
}

.commerce-four-phone::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 92px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 0 0 16px 16px;
    background: #05070b;
    z-index: 4;
}

.commerce-four-phone-screen {
    min-height: 534px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #edf2f8;
}

.commerce-four-phone-status {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px 8px;
    color: #1d2433;
    font-size: 10px;
    font-weight: 800;
}

.commerce-four-status-dots {
    display: flex;
    gap: 4px;
    align-items: center;
}

.commerce-four-status-dots span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1d2433;
    opacity: 0.75;
}

.commerce-four-phone-topbar {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 8px;
}

.commerce-four-phone-back,
.commerce-four-phone-plus,
.commerce-four-phone-action {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--commerce-four-navy);
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.commerce-four-phone-title {
    color: var(--commerce-four-dark);
    font-size: 12px;
    font-weight: 800;
    margin: 0;
}

.commerce-four-map {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(0deg, rgba(255, 255, 255, 0.65) 1px, transparent 1px) 0 0 / 58px 58px,
        linear-gradient(140deg, transparent 0 38%, rgba(2, 16, 57, 0.06) 38% 42%, transparent 42% 100%),
        linear-gradient(32deg, transparent 0 48%, rgba(0, 85, 255, 0.09) 48% 52%, transparent 52% 100%),
        #e8eef6;
}

.commerce-four-route {
    position: absolute;
    width: 185px;
    height: 185px;
    border: 3px solid rgba(0, 85, 255, 0.17);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 150px;
    left: 56px;
    transform: rotate(26deg);
}

.commerce-four-pin {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 85, 255, 0.12);
    color: var(--commerce-four-blue);
    box-shadow: 0 12px 26px rgba(0, 85, 255, 0.22);
}

.commerce-four-pin span {
    position: absolute;
    left: 33px;
    top: 4px;
    min-width: 42px;
    padding: 4px 6px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--commerce-four-dark);
    font-size: 9px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(2, 16, 57, 0.1);
}

.commerce-four-pin-main {
    top: 202px;
    left: 120px;
    width: 60px;
    height: 60px;
    background: rgba(0, 85, 255, 0.18);
    color: #ffffff;
}

.commerce-four-pin-main i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(106deg, var(--commerce-four-navy) 0%, var(--commerce-four-blue) 100%);
}

.commerce-four-pin-one {
    top: 158px;
    left: 44px;
}

.commerce-four-pin-two {
    top: 310px;
    left: 58px;
}

.commerce-four-pin-three {
    top: 303px;
    right: 29px;
}

.commerce-four-pill {
    position: absolute;
    left: 54px;
    bottom: 138px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 8px;
    background: rgba(2, 16, 57, 0.82);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.commerce-four-phone-card {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 21px;
    z-index: 3;
    display: grid;
    grid-template-columns: 66px 1fr 34px;
    gap: 12px;
    align-items: center;
    min-height: 92px;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 32px rgba(2, 16, 57, 0.15);
}

.commerce-four-phone-card img {
    width: 66px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.commerce-four-phone-card strong {
    display: block;
    color: var(--commerce-four-dark);
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 5px;
}

.commerce-four-phone-card span {
    display: block;
    color: var(--commerce-four-blue);
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 5px;
}

.commerce-four-phone-card p {
    color: var(--commerce-four-copy);
    font-size: 9.5px;
    line-height: 1.25;
    margin: 0;
}

.commerce-four-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.commerce-four-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 8px;
    background: linear-gradient(106deg, var(--commerce-four-navy) 0%, var(--commerce-four-blue) 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.commerce-four-cta:hover {
    color: #ffffff;
}

.commerce-four-cta i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
}
