
.avn-section-title {
    font-size: 2.6rem;
    font-weight: 800;
    background: linear-gradient(180deg, #03001e 0%, #1b5ef7 50%, #007cf0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: -0.3px;
}

.avn-section-title--light {
    background: linear-gradient(135deg, #90CAF9 0%, #42A5F5 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.avn-section-desc {
    font-size: 1rem;
    color: #475569;
    max-width: 860px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.8;
}

.avn-section-desc--light {
    color: #CBD5E1;
}

/* Reveal Animation Base */
.avn-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.avn-reveal.avn-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   SECTION 1 — HERO (Dark)
   ============================================================ */
*{margin:0;padding:0;box-sizing:border-box}
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:92vh;background:#0a0e1a;overflow:hidden;position:relative}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 20% 50%,rgba(0,80,200,0.13) 0%,transparent 70%);pointer-events:none;z-index:0}
.left{display:flex;flex-direction:column;justify-content:center;padding:60px 48px 60px 52px;position:relative;z-index:2}
.badge{display:inline-flex;align-items:center;gap:8px;background:rgba(30,100,220,0.13);border:0.5px solid rgba(30,120,255,0.28);border-radius:20px;padding:6px 16px;margin-bottom:28px;width:fit-content;opacity:0;transform:translateY(16px);animation:fadeUp 0.7s 0.1s forwards}
.badge-dot{width:7px;height:7px;border-radius:50%;background:#3b82f6;animation:pulse 1.8s infinite}
.badge span{font-size:12px;color:#93b8f7;letter-spacing:0.06em;text-transform:uppercase}
h1{font-size:clamp(28px,3.4vw,46px);font-weight:700;line-height:1.15;color:#fff;margin-bottom:20px;opacity:0;transform:translateY(20px);animation:fadeUp 0.75s 0.28s forwards}
h1 .accent{color:#3b82f6;display:inline}
.desc{font-size:15px;line-height:1.75;color:#94a3b8;margin-bottom:36px;max-width:480px;opacity:0;transform:translateY(20px);animation:fadeUp 0.75s 0.46s forwards}
.tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px;opacity:0;transform:translateY(16px);animation:fadeUp 0.75s 0.6s forwards}
.tag{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,0.04);border:0.5px solid rgba(255,255,255,0.1);border-radius:6px;padding:6px 13px;font-size:12.5px;color:#cbd5e1}
.tag i{font-size:14px;color:#3b82f6}
.cta-area{display:flex;flex-direction:column;gap:10px;opacity:0;transform:translateY(18px);animation:fadeUp 0.75s 0.76s forwards}
.cta-headline{font-size:13.5px;color:#64748b;line-height:1.5;max-width:380px}
.btn-primary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1d4ed8,#2563eb);border:none;border-radius:8px;padding:14px 28px;font-size:14.5px;font-weight:600;color:#fff;cursor:pointer;width:fit-content;transition:transform 0.18s,box-shadow 0.18s;box-shadow:0 0 0 0 rgba(59,130,246,0)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(37,99,235,0.38)}
.btn-primary i{font-size:17px}
.right{position:relative;z-index:2;overflow:hidden}
.right video{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.82) saturate(1.1)}
.right::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,#0a0e1a 0%,transparent 30%),linear-gradient(to top,#0a0e1a 0%,transparent 25%);pointer-events:none}
.scanline{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,#3b82f6,transparent);animation:scan 3s linear infinite;z-index:3}
.corner{position:absolute;width:18px;height:18px;z-index:4}
.corner.tl{top:16px;left:16px;border-top:2px solid #3b82f6;border-left:2px solid #3b82f6}
.corner.tr{top:16px;right:16px;border-top:2px solid #3b82f6;border-right:2px solid #3b82f6}
.corner.bl{bottom:16px;left:16px;border-bottom:2px solid #3b82f6;border-left:2px solid #3b82f6}
.corner.br{bottom:16px;right:16px;border-bottom:2px solid #3b82f6;border-right:2px solid #3b82f6}
.stats{position:absolute;bottom:28px;left:24px;right:24px;display:flex;gap:12px;z-index:5;opacity:0;animation:fadeUp 0.8s 1.2s forwards}
.stat{flex:1;background:rgba(10,14,26,0.82);border:0.5px solid rgba(59,130,246,0.25);border-radius:8px;padding:10px 14px;backdrop-filter:blur(8px)}
.stat-val{font-size:18px;font-weight:700;color:#fff;line-height:1}
.stat-lbl{font-size:11px;color:#64748b;margin-top:4px}
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.4}}
@keyframes scan{0%{bottom:0;opacity:0}10%{opacity:1}90%{opacity:1}100%{bottom:100%;opacity:0}}
@media(max-width:700px){.hero{grid-template-columns:1fr;min-height:auto}.left{padding:40px 24px 32px}.right{height:240px}.stats{flex-wrap:wrap}}


/* ============================================================
   SECTION 2 — FEATURES (Light)
   ============================================================ */
.avn-features {
    background: #f4f8ff;
    padding: 30px 0;
}

.avn-features__header {
    margin-bottom: 3rem;
}

.avn-features__grid {
    margin-top: 0;
}

.avn-features__col {
    margin-bottom: 28px;
}

.avn-features__card {
    background: #ffffff;
    border: 1px solid #e2eaf8;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
    overflow: hidden;
}

.avn-features__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1565C0, #42A5F5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.avn-features__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(21, 101, 192, 0.13);
    border-color: #90CAF9;
}

.avn-features__card:hover::before {
    transform: scaleX(1);
}

.avn-features__icon-wrap {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #EBF3FF, #DBEAFE);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: background 0.35s ease;
}

.avn-features__card:hover .avn-features__icon-wrap {
    background: linear-gradient(135deg, #1565C0, #1E88E5);
}

.avn-features__icon-wrap i {
    font-size: 1.35rem;
    color: #1E88E5;
    transition: color 0.35s ease;
}

.avn-features__card:hover .avn-features__icon-wrap i {
    color: #ffffff;
}

.avn-features__card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 0.6rem;
    line-height: 1.35;
}

.avn-features__card-text {
    font-size: 0.9rem;
    color: #5a6a7e;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   SECTION 3 — COMPETITIVE ADVANTAGE (Dark)
   ============================================================ */
.avn-competitive {
    background: #080f1f;
    padding: 30px 0;
}

.avn-competitive__header {
    margin-bottom: 3rem;
}

.avn-competitive__col {
    margin-bottom: 24px;
}

.avn-competitive__card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(66, 165, 245, 0.15);
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;     
    align-items: center;       
    text-align: center;           
    gap: 14px;
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
    backdrop-filter: blur(6px);
}
.avn-competitive__grid {
    justify-content: center;
}

.avn-competitive__card:hover {
    background: rgba(21, 101, 192, 0.1);
    border-color: rgba(66, 165, 245, 0.4);
    transform: translateY(-4px);
}

.avn-competitive__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1565C0, #1E88E5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avn-competitive__icon i {
    font-size: 1.2rem;
    color: #fff;
}

.avn-competitive__title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #E2EEFF;
    margin-bottom: 0.4rem;
    line-height: 1.35;
}

.avn-competitive__text {
    font-size: 0.88rem;
    color: #8EA8C8;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   SECTION 4 — WHY SISGAIN (Light)
   ============================================================ */
.avn-why {
    background: #ffffff;
    padding: 30px 0;
}

.avn-why__header {
    margin-bottom: 3rem;
}

.avn-why__col {
    margin-bottom: 24px;
}

.avn-why__card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f4f8ff;
    border: 1px solid #dde9f8;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.avn-why__card:hover {
    box-shadow: 0 16px 42px rgba(21, 101, 192, 0.11);
    transform: translateY(-4px);
    border-color: #90CAF9;
}

.avn-why__num {
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 900;
    color: #1E88E5;
    line-height: 1;
    opacity: 0.2;
    min-width: 44px;
}

.avn-why__title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 0.4rem;
}

.avn-why__text {
    font-size: 0.88rem;
    color: #5a6a7e;
    line-height: 1.7;
    margin: 0;
}

.avn-why__footer {
    margin-top: 3rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, #EBF3FF, #DBEAFE);
    border-radius: 16px;
    border: 1px solid #bfdbfe;
}

.avn-why__footer-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1565C0;
    margin-bottom: 0.5rem;
}

.avn-why__footer-desc {
    font-size: 0.95rem;
    color: #2d5a9e;
    line-height: 1.75;
    margin: 0;
}

.avn-why__cta {
    margin-top: 3rem;
}

/* CTA Block (in Light section) */
.avn-cta-block {
    background: linear-gradient(135deg, #0d2547, #1565C0);
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 24px 60px rgba(21, 101, 192, 0.3);
}

.avn-cta-block__title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
}

.avn-cta-block__text {
    font-size: 1rem;
    color: #90CAF9;
    line-height: 1.8;
    margin-bottom: 1.75rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.avn-cta-block__btn {
    display: inline-block;
    background: #ffffff;
    color: #1565C0;
    padding: 15px 42px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
}

.avn-cta-block__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0,0,0,0.3);
    color: #0d2547;
    text-decoration: none;
}

/* ============================================================
   SECTION 5 — PORTFOLIO (Dark)
   ============================================================ */
.avn-portfolio {
    background: #060d1c;
    padding: 30px 0;
}

.avn-portfolio__header {
    margin-bottom: 3rem;
}

.avn-portfolio__placeholder {
    padding: 20px 0;
}

.avn-portfolio__case-notice {
    background: rgba(255,255,255,0.03);
    border: 2px dashed rgba(66, 165, 245, 0.3);
    border-radius: 20px;
    padding: 80px 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.avn-portfolio__case-notice i {
    font-size: 3.5rem;
    color: #1E88E5;
    margin-bottom: 1rem;
    display: block;
    opacity: 0.6;
}

.avn-portfolio__case-notice p {
    font-size: 1.15rem;
    color: #5a7ea8;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
}

/* ============================================================
   SECTION 6 — BENEFITS (Light)
   ============================================================ */
.avn-benefits {
    background: #f4f8ff;
    padding: 30px 0;
}

.avn-benefits__header {
    margin-bottom: 3rem;
}
.avn-benefits__grid {
    justify-content: center;
}
.avn-benefits__col {
    margin-bottom: 28px;
}

.avn-benefits__card {
    background: #ffffff;
    border: 1px solid #dde9f8;
    border-radius: 16px;
    padding: 30px 24px;
    height: 100%;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
}

.avn-benefits__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(21, 101, 192, 0.13);
    border-color: #90CAF9;
}

.avn-benefits__icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1565C0, #1E88E5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: transform 0.35s ease;
}

.avn-benefits__card:hover .avn-benefits__icon {
    transform: scale(1.1) rotate(-6deg);
}

.avn-benefits__icon i {
    font-size: 1.35rem;
    color: #fff;
}

.avn-benefits__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 0.5rem;
}

.avn-benefits__text {
    font-size: 0.88rem;
    color: #5a6a7e;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   SECTION 7 — SOLUTIONS (Dark)
   ============================================================ */
.avn-solutions {
    background: #080f1f;
    padding: 30px 0;
}

.avn-solutions__header {
    margin-bottom: 3rem;
}

.avn-solutions__col {
    margin-bottom: 30px;
}

.avn-solutions__card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(66, 165, 245, 0.14);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.avn-solutions__card:hover {
    transform: translateY(-6px);
    border-color: rgba(66, 165, 245, 0.4);
    box-shadow: 0 20px 50px rgba(21, 101, 192, 0.2);
}

.avn-solutions__img-wrap {
    height: 200px;
    overflow: hidden;
}

.avn-solutions__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.avn-solutions__card:hover .avn-solutions__img {
    transform: scale(1.07);
}

.avn-solutions__card-body {
    padding: 24px;
}

.avn-solutions__title {
    font-size: 1rem;
    font-weight: 700;
    color: #E2EEFF;
    margin-bottom: 0.6rem;
}

.avn-solutions__text {
    font-size: 0.88rem;
    color: #8EA8C8;
    line-height: 1.75;
    margin: 0;
}

.avn-solutions__footer {
    margin-top: 3rem;
    background: rgba(21, 101, 192, 0.1);
    border: 1px solid rgba(66, 165, 245, 0.2);
    border-radius: 16px;
    padding: 40px 32px;
}

.avn-solutions__footer-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #90CAF9;
    margin-bottom: 0.5rem;
}

.avn-solutions__footer-desc {
    font-size: 0.95rem;
    color: #8EA8C8;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   SECTION 8 — TECHNOLOGIES (Light)
   ============================================================ */
.avn-tech {
    background: #ffffff;
    padding: 30px 0;
}

.avn-tech__header {
    margin-bottom: 3rem;
}

.avn-tech__col {
    margin-bottom: 24px;
}

.avn-tech__card {
    background: #f4f8ff;
    border: 1px solid #dde9f8;
    border-radius: 14px;
    padding: 26px 20px;
    height: 100%;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.avn-tech__card:hover {
    background: #EBF3FF;
    transform: translateY(-5px);
    box-shadow: 0 14px 38px rgba(21, 101, 192, 0.12);
}

.avn-tech__icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #1565C0, #42A5F5);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.9rem;
}

.avn-tech__icon i {
    font-size: 1.3rem;
    color: #fff;
}

.avn-tech__name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 0.5rem;
}

.avn-tech__desc {
    font-size: 0.82rem;
    color: #5a6a7e;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   SECTION 9 — COMPLIANCE (Dark)
   ============================================================ */
.avn-compliance {
    background: #060d1c;
    padding: 30px 0;
}

.avn-compliance__header {
    margin-bottom: 3rem;
}

.avn-compliance__col {
    margin-bottom: 24px;
}

.avn-compliance__card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(66, 165, 245, 0.14);
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.avn-compliance__card:hover {
    background: rgba(21, 101, 192, 0.08);
    border-color: rgba(66, 165, 245, 0.35);
    transform: translateY(-4px);
}

.avn-compliance__badge {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #1565C0, #1E88E5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avn-compliance__badge i {
    font-size: 1.1rem;
    color: #fff;
}

.avn-compliance__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #E2EEFF;
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

.avn-compliance__text {
    font-size: 0.85rem;
    color: #8EA8C8;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   SECTION 10 — PROCESS (Light)
   ============================================================ */
.avn-process {
    background: #f4f8ff;
    padding: 30px 0;
}
.avn-process__timeline {
    justify-content: center;
}
.avn-process__header {
    margin-bottom: 3rem;
}

.avn-process__col {
    margin-bottom: 24px;
}

.avn-process__step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #dde9f8;
    border-radius: 16px;
    padding: 28px 24px;
    height: 100%;
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.avn-process__step:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 42px rgba(21, 101, 192, 0.12);
    border-color: #90CAF9;
}

.avn-process__step-num {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1565C0, #1E88E5);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(21, 101, 192, 0.35);
}

.avn-process__step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1b2e;
    margin-bottom: 0.4rem;
}

.avn-process__step-text {
    font-size: 0.88rem;
    color: #5a6a7e;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   SECTION 11 — TESTIMONIALS (Dark)
   ============================================================ */
.avn-testimonials {
    background: #080f1f;
    padding: 30px 0;
}

.avn-testimonials__header {
    margin-bottom: 3rem;
}

.avn-testimonials__col {
    margin-bottom: 28px;
}

.avn-testimonials__card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(66, 165, 245, 0.15);
    border-radius: 18px;
    padding: 32px 28px;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    position: relative;
}

.avn-testimonials__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(21, 101, 192, 0.2);
    border-color: rgba(66, 165, 245, 0.4);
}

.avn-testimonials__quote-icon {
    font-size: 2rem;
    color: #1E88E5;
    opacity: 0.5;
    margin-bottom: 1rem;
    line-height: 1;
}

.avn-testimonials__text {
    font-size: 0.95rem;
    color: #CBD5E1;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.avn-testimonials__author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid rgba(66, 165, 245, 0.15);
    padding-top: 1rem;
}

.avn-testimonials__avatar img {
    font-size: 2.4rem;
    color: #42A5F5;
    opacity: 0.7;
}
.avn-testimonials__avatar img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.avn-testimonials__name {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #E2EEFF;
}

.avn-testimonials__role {
    display: block;
    font-size: 0.8rem;
    color: #64748B;
}

.avn-testimonials__cta {
    margin-top: 3.5rem;
}

.avn-cta-dark {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(66, 165, 245, 0.2);
    border-radius: 20px;
    padding: 60px 40px;
    backdrop-filter: blur(10px);
}

.avn-cta-dark__title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #90CAF9 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.avn-cta-dark__text {
    font-size: 0.98rem;
    color: #8EA8C8;
    line-height: 1.8;
    margin-bottom: 1.75rem;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.avn-cta-dark__btn {
    display: inline-block;
    background: linear-gradient(135deg, #1565C0, #1E88E5);
    color: #fff;
    padding: 15px 42px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 28px rgba(21, 101, 192, 0.4);
}

.avn-cta-dark__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(30, 136, 229, 0.5);
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   SECTION 12 — FAQs (Light)
   ============================================================ */
.avn-faq {
    background: #ffffff;
    padding: 30px 0;
}

.avn-faq__header {
    margin-bottom: 3rem;
}

.avn-faq__item {
    border: 1px solid #dde9f8;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    background: #f4f8ff;
    transition: box-shadow 0.3s ease;
}

.avn-faq__item:hover {
    box-shadow: 0 8px 24px rgba(21, 101, 192, 0.09);
}

.avn-faq__item.avn-faq--open {
    border-color: #90CAF9;
    box-shadow: 0 8px 24px rgba(21, 101, 192, 0.12);
}

.avn-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    gap: 16px;
}

.avn-faq__q-text {
    font-size: 0.98rem;
    font-weight: 700;
    color: #0d1b2e;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}
.client-para{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 2rem;
   
}
.avn-faq__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #1565C0, #1E88E5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.avn-faq__icon i {
    font-size: 0.75rem;
    color: #fff;
    transition: transform 0.3s ease;
}

.avn-faq__item.avn-faq--open .avn-faq__icon i {
    transform: rotate(45deg);
}

.avn-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, padding 0.3s ease;
    padding: 0 24px;
}

.avn-faq__answer.avn-faq--expanded {
    max-height: 600px;
    padding: 0 24px 22px;
}

.avn-faq__answer p {
    font-size: 0.9rem;
    color: #5a6a7e;
    line-height: 1.78;
    margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .avn-section-title {
        font-size: 1.7rem;
    }

    .avn-hero__heading {
        font-size: 2rem;
    }

    .avn-hero__glass {
        padding: 40px 28px;
    }

    .avn-cta-block {
        padding: 48px 28px;
    }

    .avn-cta-dark {
        padding: 48px 28px;
    }
}

@media (max-width: 767px) {
    .avn-hero {
        min-height: 100svh;
    }

    .avn-hero__row {
        padding: 80px 0 50px;
    }

    .avn-hero__glass {
        padding: 32px 20px;
    }

    .avn-hero__heading {
        font-size: 1.6rem;
    }

    .avn-hero__desc {
        font-size: 0.92rem;
    }

    .avn-section-title {
        font-size: 1.45rem;
    }

    .avn-features {
        padding: 60px 0;
    }

    .avn-competitive {
        padding: 60px 0;
    }

    .avn-why {
        padding: 60px 0;
    }

    .avn-portfolio {
        padding: 60px 0;
    }

    .avn-benefits {
        padding: 60px 0;
    }

    .avn-solutions {
        padding: 60px 0;
    }

    .avn-tech {
        padding: 60px 0;
    }

    .avn-compliance {
        padding: 60px 0;
    }

    .avn-process {
        padding: 60px 0;
    }

    .avn-testimonials {
        padding: 60px 0;
    }

    .avn-faq {
        padding: 60px 0;
    }

    .avn-competitive__card {
        flex-direction: column;
    }

    .avn-why__card {
        flex-direction: column;
    }

    .avn-cta-block__title {
        font-size: 1.4rem;
    }

    .avn-cta-dark__title {
        font-size: 1.35rem;
    }

    .avn-why__footer {
        padding: 1.5rem;
    }

    .avn-faq__q-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .avn-hero__eyebrow {
        font-size: 0.68rem;
        letter-spacing: 1.5px;
    }

    .avn-hero__heading {
        font-size: 1.4rem;
    }

    .avn-hero__btn,
    .avn-cta-block__btn,
    .avn-cta-dark__btn {
        padding: 13px 28px;
        font-size: 0.9rem;
    }

    .avn-section-title {
        font-size: 1.3rem;
    }

    .avn-compliance__card {
        flex-direction: column;
    }

    .avn-process__step {
        flex-direction: column;
    }
}

    
/* Case study */
@media (max-width: 480px){

    .casestudies_sec .client-title{
        font-size: 28px !important;
        line-height: 1.15;
    }

}
.casestudies_sec {
 background: #080f1f;
  position: relative;
}
.casestudies_sec > h2{
  padding: 30px 0;
  font-size: 2.65rem;
  font-weight: 800;
  color: #fff;

}
.viewCaseStudies {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  padding: 10px 1.5rem;
  text-decoration: none;
  /* display: inline-block; */
  width: auto;
  transition: background 0.3s ease, color 0.3s ease;
}
.viewCaseStudies {
  width: fit-content;
}

.viewCaseStudies:hover {
  background-color: #fff;
  color: #132948;
  text-decoration: none;
}
.casestudies_sec > h2{
    text-align: center;
}
.casestudies_sec > h3 {
  text-align: center;
  line-height: normal;
  font-size: 2.7rem;
  color: #132948;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.caseStudiesSliderBox h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem;
}

/* ── Slider wrapper ── */
.casestudies_slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slider-casestudies {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

/* Desktop: 2 cards per view */
.caseStudiesSliderBox {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

/* ── Card box ── */
.case_box {
  padding: 24px 20px 20px;
  border-radius: 20px;
  height: 380px;
  overflow: hidden;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Row inside card — fill full height */
.case_box .row {
  flex: 1;
  min-height: 0;
  height: 100%;
}

/* Text column */
.case_box .col-lg-6:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
}

.case_box p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  color: #fff;
  margin-bottom: 1rem;
  flex-shrink: 1;
}

.case_logo img {
  margin-bottom: 1rem;
  height: auto;
  width: 100px;
}

.case_img img {
  float: right;
  width: 100%;
  height: auto;
  text-align: center;
}

/* ── img-wrapper base ── */
.img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ── Landscape images ── */
.img-landscape {
  padding: 10px 6px 0 0;
  align-items: center;
  justify-content: center;
  max-height: 340px;
}

.img-landscape img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 330px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.5));
  opacity: 0.95;
  display: block;
}

/* ── Portrait images ── */
.img-portrait {
  align-items: flex-end;
  padding-top: 10px;
  max-height: 360px;
}

.img-portrait img {
  padding-bottom: 15px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
  object-position: bottom;
  border-radius: 12px 12px 0 0;
  filter: drop-shadow(0 -8px 24px rgba(0, 0, 0, 0.4));
  display: block;
  margin: 0 auto;
}

/* ── Arrow buttons ── */
.caseStudiesBottomArrows {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 40;
  width: fit-content;
  margin: 16px;
  padding-bottom: 1rem;
}

.caseStudiesBottomArrows button {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: none;
  padding: 8px;
  background-color: #0b79be;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.caseStudiesBottomArrows button:hover {
  background-color: transparent;
  color: #0b79be;
  border: 1px solid #0b79be;
}

.caseStudiesBottomArrows button i {
  font-size: 1rem;
}

.caseStudiesLeftArrow i,
.caseStudieRightArrow i {
  font-size: 1.2rem;
}

/* ── Case available ── */
.case-available {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
  align-items: center;
}

.case-available p {
  margin-bottom: 0;
}

.case-available img {
  filter: invert(1);
  width: 40px;
  height: 40px;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

/* Tablet: still 2 per view but smaller image */
@media (max-width: 991.98px) {
  .img-landscape {
    max-height: 220px;
  }
  .img-landscape img {
    max-height: 210px;
  }
  .img-portrait {
    max-height: 240px;
  }
  .img-portrait img {
    max-height: 230px;
  }
  .case_box {
    height: 360px;
  }
}
.viewCaseStudies {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .viewCaseStudies {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .caseStudiesSliderBox h4 {
    text-align: center;
  }
}

/* Mobile: 1 card per view, stacked layout */
@media (max-width: 767.98px) {

  /* 1 slide per view */
  .caseStudiesSliderBox {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px;
  }

  /* Auto height so content fits */
  .case_box {
    height: auto;
    min-height: unset;
    padding: 20px 16px 16px;
  }

  /* Stack text on top, image below */
  .case_box .row {
    flex-direction: column;
    height: auto;
  }

  .case_box .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    height: auto !important;
  }

  /* Text block */
  .case_box .col-lg-6:first-child {
    height: auto;
    overflow: visible;
  }

  .case_box p {
    -webkit-line-clamp: 5;
    margin-bottom: 0.75rem;
  }

  .caseStudiesSliderBox h4 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }

  /* Image block — fixed height on mobile */
  .img-wrapper {
    height: 180px;
    margin-top: 12px;
  }

  .img-landscape,
  .img-portrait {
    max-height: 180px;
    padding: 0;
  }

  .img-landscape img,
  .img-portrait img {
    max-height: 170px;
    width: 100%;
    object-fit: contain;
  }

  .img-portrait {
    align-items: center;
  }

  .img-portrait img {
    border-radius: 10px;
    object-position: center;
  }

  /* Arrows */
  .caseStudiesBottomArrows {
    margin-top: 12px;
  }
}

/* Small mobile */
@media (max-width: 400px) {
  .casestudies_sec > h4 {
    font-size: 2rem;
  }
  .caseStudiesSliderBox h4 {
    font-size: 1.3rem;
  }
  .img-wrapper {
    height: 150px;
  }
  .img-landscape img,
  .img-portrait img {
    max-height: 140px;
  }
}

  
  