
/* Responsive Typography */
h1, .con { font-size: 28px !important; }
h2, .ts-heading, .ts-sub { font-size: 24px !important; }
h3 { font-size: 18px !important; }
p { font-size: 14px !important; }

/* Section Padding */
.services-section,
.tech-section,
.suitable-section,
.mobile-app-section {
    padding: 50px 15px !important;
}

/* Grid Adjustments */
.services-grid,
.tech-grid,
.suitable-grid,
.ts-grid,
.mobile-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    position: relative;

}

/* Card Padding */
.service-card,
.tech-card,
.suitable-card,
.ts-card,
.mobile-card {
    padding: 20px !important;
}

/* Container */
.container,
.container-fluid {
    padding: 0 15px !important;
}

/* Button sizing */
.btn-fill,
.btn-cta {
    padding: 10px 18px !important;
    font-size: 14px !important;
}

/* Icon sizes */
.service-icon,
.tech-icon,
.suitable-icon,
.ts-icon {
    width: 50px !important;
    height: 50px !important;
}


/* ================================
    TABLET BREAKPOINT (769px - 1024px)
================================ */

@media (max-width: 1024px) and (min-width: 769px) {
    .services-grid,
    .tech-grid,
    .suitable-grid,
    .ts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    h1 { font-size: 32px; }
    h2 { font-size: 28px; }

    .section-padding {
        padding: 60px 20px;
    }
}

/* ================================
    SMALL MOBILE (MAX 480px)
================================ */

@media (max-width: 480px) {
    .navbar-toggle { padding: 6px 10px; }
    .navbar-toggle span { width: 22px; height: 2.5px; }

    h1, .con { font-size: 22px !important; }
    h2, .ts-heading { font-size: 20px !important; }
    h3 { font-size: 16px !important; }

    .services-section,
    .tech-section,
    .suitable-section,
    .mobile-app-section {
        padding: 40px 12px !important;
    }

    .service-card,
    .tech-card,
    .suitable-card {
        padding: 15px !important;
    }

    .service-list li { font-size: 12px !important; }

    .mobile-title { font-size: 28px !important; }
    .mobile-subtitle { font-size: 14px !important; }
}
:root{
    --primary:#0A66C2;
    --accent-start:#6a3df0;
    --accent-end:#9571ff;
    --card-border: rgba(10,102,194,0.12);
    --card-shadow: 0 10px 35px rgba(0,0,0,0.06);
    --muted:#666;
    --bg-light:#f5f7fb;
}

body .services-section,
body .service-wrap-layout2,
body .technology-section,
body .why-choose-section,
body .suitable-section,
body .cta-section {
    font-family: "Poppins", sans-serif;
}


.hero-section,
.main-banner-wrap-layout2 {
    padding: 64px 0;
    background: linear-gradient(180deg, rgba(245,247,251,1) 0%, rgba(255,255,255,1) 100%);
}

.hero-section .hero-title,
.main-banner-wrap-layout2 .item-title {
    color: var(--primary);
    font-size: 10px;
    line-height: 1.90;
    margin-bottom: 14px;
}

.hero-section .hero-subtitle,
.main-banner-wrap-layout2 .item-sub-title {
    font-size: 1.15rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-section .hero-desc,
.main-banner-wrap-layout2 .item-paragraph {
    color: #333;
    font-size: 1rem;
    line-height: 1.7;
}

.hero-section .hero-image,
.main-banner-wrap-layout2 .item-figure {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-section .cta-box,
.cta-box {
    text-align:center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(106,61,240,0.08), rgba(10,102,194,0.04));
    border-radius: 14px;
    border: 1px solid rgba(69,56,186,0.06);
    margin-top: 10px;
}

.cta-section .btn-cta,
.cta-box .btn-cta,
.service-btn {
    background: linear-gradient(135deg,var(--accent-start),var(--accent-end));
    color: #fff;
    padding: 12px 26px;
    border-radius: 40px;
    display:inline-block;
    font-weight:700;
    border:none;
    transition: transform .28s ease, box-shadow .28s ease;
    box-shadow: 0 8px 25px rgba(106,61,240,0.2);
}

.cta-section .btn-cta:hover,
.cta-box .btn-cta:hover,
.service-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(86, 55, 180, 0.32);
}

.contact-section .contact-info {
    text-align:center;
    margin-top: 40px;
}

[data-aos][data-aos][data-aos^="fade"] {
    transition: opacity .85s ease, transform .85s ease;
}

@media (max-width: 991px) {
    .hero-section .hero-title,
    .main-banner-wrap-layout2 .item-title { font-size: 28px; }
    .service-wrap-layout2 .service-box-layout2 { padding: 20px; }
}

@media (max-width: 576px) {
    .service-wrap-layout2 .service-box-layout2 { padding: 18px; border-radius: 10px; }
    .suitable-box { padding: 14px; font-size: 14px; }
}


:root{
    --bg: #0b1321;
    --panel: #fbfdff;
    --text: #0b1724;
    --muted: #6b7a86;
    --accent: #0b66ff;
    --accent-2: #c59a2a;
    --glass: rgba(255,255,255,0.7);
    --radius: 14px;
    --card-shadow: 0 10px 30px rgba(15,20,28,0.06);
    --transition: 300ms cubic-bezier(.22,.9,.15,1);
}

:root.dark-mode {
    --bg: #0b1220;
    --panel: #0f1722;
    --text: #e6eef8;
    --muted: #9bb0c8;
    --accent: #5aa3ff;
    --accent-2: #d3b25a;
    --card-shadow: 0 10px 30px rgba(2,6,23,0.6);
}

/* ================================
   Global Styles
================================ */
html, body {
    height: 100%;
    background: var(--bg);
    color: var(--text);
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container-fluid, .container {

    margin: 0 auto;
    padding: 0 18px;
}

/* ================================
   Navbar Styles
================================ */
.navbar-wrap {
    background: transparent;
}



.default-logo img {
    transition: transform 0.3s var(--transition);
}

.default-logo img:hover {
    transform: translateY(-4px);
}

/* ================================
   Buttons
================================ */
.btn-fill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 30px rgba(11,102,255,0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    text-decoration: none;
    border: none;
}

.btn-fill:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(11,102,255,0.12);
}

/* ================================
   Main Banner Layout 2
================================ */
.main-banner-wrap-layout2 {
    padding: 72px 0 42px;
    position: relative;
    overflow: visible;
}
.section-desc{
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
    max-width: 720px;
    margin: 0 auto 32px;
}

.main-banner-box-layout2 .item-sub-title {
    color: var(--accent);
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-top: 25px;
    margin-bottom: 14px;
}

.main-banner-box-layout2 .item-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 18px;
    color: var(--text);
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-banner-box-layout2 p {
    color: black; /* Overriding var(--muted) */
    font-size: 16px;
    margin-bottom: 16px;
    max-width: 640px;
}

.item-figure { display:flex; align-items:center; justify-content:center; }
.lottie-placeholder img {  border-radius:5px;   }

.service-box-layout2 { background:var(--panel); padding:26px; border-radius:12px; box-shadow:var(--card-shadow); transition: transform var(--transition), box-shadow var(--transition); border:1px solid rgba(11,102,255,0.04); }
.service-box-layout2 .item-icon { font-size:28px; color:var(--accent); margin-bottom:10px; display:inline-flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:10px; background:linear-gradient(135deg, rgba(11,102,255,0.06), rgba(197,154,42,0.04)); }
.service-box-layout2 .item-title {  margin-bottom:6px; color:var(--text); }
.service-box-layout2 .item-title, .service-box-layout2 p { transition: color var(--transition); }
.service-box-layout2:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(2,6,23,0.06); border-color: rgba(11,102,255,0.09); }
.service-box-layout2:hover .item-icon { transform: translateY(-4px); }

.advanced-card { will-change: transform, opacity; }

.feature-wrap-layout2 { padding:36px 0; }
.btn-gradient { background: linear-gradient(90deg,var(--accent),var(--accent-2)); color:#fff; padding:10px 18px; border-radius:8px; text-decoration:none; display:inline-block; }

.process-wrap-layout2 { padding:46px 0; color:#fff; background-position:center; background-size:cover; background-repeat:no-repeat; border-radius:10px; box-shadow: 0 12px 40px rgba(2,6,23,0.12); }

.process-wrap-layout2 h2 { font-size:30px; font-weight:800; margin-bottom:6px; color:#fff; }
.process-wrap-layout2 p { color: rgba(255,255,255,0.9); margin-bottom:18px; }

/* ---------- footer ---------- */
.footer-wrap-layout2 { padding:38px 0; background:transparent; color:var(--muted); }
.footer-widgets .footer-logo img { max-width:180px; }

/* ---------- tiny helpers ---------- */
.center { text-align:center; }
.text-muted { color:var(--muted); }

/* ---------- Lottie fallback responsiveness ---------- */
.lottie-placeholder, lottie-player { display:block; margin:0 auto; }

/* ---------- SVG hero accent draw effect (slower) ---------- */
.hero-svg path { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: line-draw 1.8s ease forwards; }
@keyframes line-draw { to { stroke-dashoffset: 0; } }

/* ---------- responsive ---------- */
@media (max-width: 992px){
    .main-banner-box-layout2 .item-title { font-size:15px; }
    .lottie-placeholder img { max-width:320px; }
}
@media (max-width: 576px){
    .main-banner-box-layout2 .item-title { font-size:26px; }
    .default-logo img { width:auto }
    .item-figure { margin-top:18px; }
}



/* Make all text dark for readability */
.footer-wrap-layout2,
.footer-wrap-layout2 p,
.footer-wrap-layout2 a,
.footer-wrap-layout2 li,
.footer-wrap-layout2 .footer-contact li,
.footer-wrap-layout2 .copy-right-text {
    color: white !important;
}

/* Links hover style */
.footer-wrap-layout2 a:hover {
    color: #0d6efd !important; /* your theme blue */
}


.footer-widget-heading {
    color: #0d6efd !important;
}


.footer-wrap-layout2 .footer-bottom-layout2 {
    border-top: 1px solid #e5e5e5;
}

.it-services-advanced {
    background: #0b1321;
}

.it-services-advanced .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 10px;
}

.it-services-advanced .section-desc {
    font-size: 16px;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
}

/* Service Card */
.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    position: relative;
    border: 1px solid #e6eaf0;
    transition: all 0.35s ease;

}

/* Gradient top line */
.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #0d6efd, #00c389);
    border-radius: 12px 12px 0 0;
}

/* Hover effect */
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Icon */
.service-icon {
    width: 52px;
    height: 52px;
    background: rgba(0, 0, 0, 0.1);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 26px;
    margin-bottom: 15px;
}

/* Card content */
.service-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.service-card p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* List inside card */
.service-card ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.service-card ul li {
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 768px) {
    .it-services-advanced .section-title {
        font-size: 26px;
    }

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


.it-benefit-advanced {
    background-color:#0b1321;
}

.it-benefit-advanced .section-title {
    font-size: 28px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 10px;
}

/* Benefit cards */
.benefit-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 28px 22px;
    height: 100%;
    text-align: center;
    transition: all 0.35s ease;
    border: 1px solid #e5eaf0;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.08);
}

.benefit-icon {
    font-size: 34px;
    display: block;
    margin-bottom: 12px;
}

.benefit-card h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.benefit-card p {
    font-size: 14.5px;
    color: #555;
}

/* Key benefit icon cards */
.icon-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e6eaf0;
    transition: all 0.3s ease;
}

.icon-card span {
    color: #0d6efd;
    font-size: 20px;
    font-weight: bold;
}

.icon-card p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.icon-card:hover {
    background: #f8fafc;
}

/* Engagement cards */
.engagement-card {
    background: linear-gradient(145deg, #0d6efd, #0a58ca);
    color: #ffffff;
    border-radius: 14px;
    padding: 28px 22px;
    height: 100%;
    transition: all 0.35s ease;
}

.engagement-card h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.engagement-card p {
    font-size: 14.5px;
    opacity: 0.95;
}

.engagement-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

/* Mobile */
@media (max-width: 768px) {
    .it-benefit-advanced .section-title {
        font-size: 24px;
    }
}
/* =====================================================
   NEXT-GEN ADVANCED CONSULTING UI (DARK THEME)
===================================================== */

:root {
    --primary: #0d6efd;
    --secondary: #00c389;
    --dark-bg: #0b1220;
    --glass-bg: rgba(255, 255, 255, 0.08);
    --border: rgba(255, 255, 255, 0.18);
    --text-light: #e5e7eb;
    --text-muted: #a1a6b3;
    --shadow-soft: 0 20px 45px rgba(0,0,0,0.45);
    --shadow-hard: 0 40px 80px rgba(0,0,0,0.65);
}

/* =========================
   SECTION BACKGROUND
========================= */

.it-benefit-advanced {
    background: #0b1220;
    position: relative;
    overflow: hidden;
}


.it-benefit-advanced::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(13,110,253,0.25), transparent 70%);
    top: -160px;
    left: -160px;
    z-index: 0;
    color: #000000;
}

.it-benefit-advanced::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(0,195,137,0.18), transparent 70%);
    bottom: -180px;
    right: -180px;
    z-index: 0;
}

.it-benefit-advanced .container {
    position: relative;
    z-index: 1;
}



.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.4px;
}


.benefit-card {
    position: relative;
    height: 100%;
    padding: 32px 26px;
    border-radius: 20px;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
    transition: all 0.45s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
}

/* Gradient border */
.benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1.5px;
    background: linear-gradient(120deg, var(--primary), var(--secondary));
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: var(--shadow-hard);
}

.benefit-icon {
    font-size: 38px;
    margin-bottom: 14px;
}

.benefit-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.benefit-card p {
    font-size: 14.8px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* =========================
   KEY BENEFITS (HOVER GLOW)
========================= */

.icon-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--border);
    transition: all 0.35s ease;
}

.icon-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.35s ease;
}

.icon-card:hover {
    transform: translateY(-8px);
}

.icon-card:hover::after {
    opacity: 1;
}

.icon-card span {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary);
}

.icon-card p {
    margin: 0;
    font-size: 28px;
    color: var(--text-light);
    font-weight: bold;
}

.icon-card:hover span,
.icon-card:hover p {
    color: #ffffff;
}

/* =========================
   ENGAGEMENT MODELS (DEPTH)
========================= */

.engagement-card {
    position: relative;
    height: 100%;
    padding: 34px 26px;
    border-radius: 22px;
    background: linear-gradient(145deg, #0d6efd, #0a58ca);
    color: #ffffff;
    box-shadow: 0 35px 75px rgba(13,110,253,0.45);
    transition: all 0.45s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
}

.engagement-card::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    top: -40%;
    left: -40%;
    background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 60%);
    transform: scale(0);
    transition: transform 0.6s ease;
}

.engagement-card:hover::before {
    transform: scale(1);
}

.engagement-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 50px 95px rgba(149, 150, 152, 0.55);
}

.engagement-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.engagement-card p {
    font-size: 14.8px;
    opacity: 0.95;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }

    .benefit-card,
    .engagement-card {
        padding: 26px 22px;
    }
}
/* =====================================================
   ENGAGEMENT TIMELINE – FUTURISTIC STYLE
===================================================== */

.engagement-timeline-section {
    background: #0b1220;
    position: relative;
}

.engagement-timeline {
    max-width: 820px;
    margin: auto;
    position: relative;
}

/* Vertical glowing line */
.engagement-timeline::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(
            to bottom,
            transparent,
            #0d6efd,
            #00c389,
            transparent
    );
    box-shadow: 0 0 18px rgba(13,110,253,0.6);
}

/* Row */
.engage-row {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    margin-bottom: 46px;
    position: relative;
}

/* Connection dot */
.engage-line {
    width: 14px;
    height: 14px;
    margin-top: 18px;
    background: linear-gradient(135deg, #0d6efd, #00c389);
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(0,195,137,0.9);
    flex-shrink: 0;
}

/* Card */
.engage-card {
    position: relative;
    flex: 1;
    padding: 26px 28px 26px 70px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 0.45s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
}

/* Neon left edge */
.engage-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #0d6efd, #00c389);
}

/* Glow hover */
.engage-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left,
    rgba(13,110,253,0.35),
    transparent 60%);
    opacity: 0;
    transition: opacity 0.45s ease;
}

.engage-card:hover::after {
    opacity: 1;
}

.engage-card:hover {
    transform: translateX(12px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.6);
}

/* Step number */
.engage-card .step {
    position: absolute;
    left: 22px;
    top: 22px;
    font-size: 34px;
    font-weight: 700;
    color: deepskyblue;
    letter-spacing: -2px;
}

/* Content */
.engage-card h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.engage-card p {
    color: #a1a6b3;
    font-size: 14.8px;
    line-height: 1.65;
    margin: 0;
}

/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {

    .engagement-timeline::before {
        left: 10px;
    }

    .engage-row {
        gap: 18px;
    }

    .engage-card {
        padding: 22px 22px 22px 54px;
    }

    .engage-card:hover {
        transform: none;
    }
}

/* =====================================================
   WHY CHOOSE US – CLEAN CONSULTING STYLE
===================================================== */

.why-choose-clean {
    background: #0b1220;
}

.choose-clean-card {
    height: 100%;
    padding: 34px 32px;
    border-radius: 18px;
    background: #121a2b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.35s ease;
}

/* Subtle professional hover */
.choose-clean-card:hover {
    transform: translateY(-6px);
    background: #141f33;
    border-color: rgba(255, 255, 255, 0.14);
}

/* Icon */
.choose-clean-card .choose-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

/* Text */
.choose-clean-card h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.choose-clean-card p {
    color: #a7adc0;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .choose-clean-card {
        padding: 26px 24px;
    }

    .choose-clean-card:hover {
        transform: none;
    }
}
@media (min-width: 2560px) {

    .main-banner-box-layout2 {
        max-width: 1200px; /* prevents text stretching */
        margin-left: auto;
        margin-right: auto;

        display: flex;
        flex-direction: column;
        justify-content: center; /* equal vertical spacing */
        gap: 32px; /* consistent spacing */
    }

    .main-banner-box-layout2 .item-sub-title {
        font-size: 56px !important;
        line-height: 1.2;
    }

    .main-banner-box-layout2 .item-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .main-banner-box-layout2 p {
        font-size: 40px;
        line-height: 1.8;
        max-width: 900px;
        font-weight: bolder;
    }

    .social-links-hero {
        margin-top: 20px;
        display: flex;
        gap: 18px;
    }

    .social-links-hero .social-btn {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .consult-btn {
        font-size: 20px;
        padding: 18px 42px;
        margin-top: 10px;
    }

    .icon-card {
        position: relative;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        padding: 22px 24px;
        display: flex;
        align-items: center;
        gap: 14px;
        border: 1px solid var(--border);
        transition: all 0.35s ease;
    }

    .icon-card {
        border-radius: 12px;
        padding: 22px;
        display: flex;
        align-items: center;
        gap: 12px;
        border: 1px solid #e6eaf0;
        text-align: center;
        transition: all 0.35s ease
    }
    .choose-clean-card {
        height: 100%;
        padding: 34px 32px;
        border-radius: 18px;
        background: #121a2b;
        border: 1px solid rgba(255, 255, 255, 0.08);
        transition: all 0.35s ease;
        text-align: center;
    }
    .choose-clean-card .choose-icon {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        background: rgba(255,255,255,0.06);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-bottom: 16px;
        text-align: center;
        margin-left: 600px;
    }

}
