*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#000;color:#fff;overflow-x:hidden}
h1, h2, h3, h4, h5, h6 { font-family: Inter, sans-serif; font-weight: 700; }
:root{--red:#d81327}
body:before{content:"";position:fixed;inset:-30%;background:radial-gradient(circle,var(--red),transparent 50%);opacity:.08;filter:blur(80px);animation:bg 12s infinite alternate;z-index:-1}
@keyframes bg{to{transform:translate(10%,5%) scale(1.2)}}
/* --- Top Bar --- */
.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #f8f9fa;
    color: #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    font-size: 12px;
    font-weight: 500;
    z-index: 100;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-family: Inter, sans-serif;
}
.top-bar-left { display: flex; gap: 20px; }
.tb-item { display: flex; align-items: center; gap: 6px; }
.tb-item svg { color: var(--red); }
.top-bar-center { font-weight: 600; color: #111; }
.top-bar-right { display: flex; gap: 15px; }
.top-bar-right a { color: #666; display: flex; align-items: center; transition: 0.3s; }
.top-bar-right a:hover { color: var(--red); }
@media(max-width: 1200px) {
    .top-bar-left { display: none; }
    .top-bar { justify-content: center; gap: 20px; }
}
@media(max-width: 600px) {
    .top-bar-right { display: none; }
    .top-bar { padding: 0 15px; }
    .top-bar-center { font-size: 11px; text-align: center; }
}

header {
    position: fixed;
    top: 40px;
    width: 100%;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    z-index: 99;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

header.scrolled {
    top: 0;
    padding: 12px 60px;
    background: rgba(10, 10, 12, 0.98);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    border-bottom: 1px solid rgba(216, 19, 39, 0.2);
}

header img {
    height: 60px;
    transition: all 0.4s ease;
}

header.scrolled img {
    height: 45px;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 18px;
    transition: 0.3s;
}

nav a:hover {
    color: var(--red);
}
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;padding:130px 6% 50px}
.hero-content{display:flex;align-items:center;width:100%;margin-bottom:auto}
.left{width:45%}.right{width:55%;height:760px;position:relative;perspective:1200px;display:flex;align-items:center;justify-content:center}
.badge{display:inline-flex;align-items:center;gap:10px;padding:10px 20px;border:1px solid rgba(255,255,255,0.08);border-radius:40px;margin-bottom:25px;background:linear-gradient(90deg, rgba(255,255,255,0.02), rgba(255,255,255,0.05));box-shadow: 0 4px 15px rgba(0,0,0,0.2);font-size: 13px;font-weight: 500;letter-spacing: 0.5px;}
.red-dot{color:var(--red);text-shadow:0 0 10px var(--red);font-size:12px}
h1{font-family:'Outfit',sans-serif;font-size:78px;line-height:1;font-weight:900;letter-spacing:-2px}.red{color:var(--red)}
p{font-family:'Inter', sans-serif; font-size:20px;color:#aaa;margin:25px 0 40px;max-width:500px}
.btn-group{display:flex;gap:15px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:18px 34px;border-radius:14px;text-decoration:none;color:#fff;font-weight:600;cursor:pointer;transition:.3s}
.btn:hover{opacity:.8;transform:translateY(-2px)}
.primary{background:var(--red);box-shadow:0 10px 20px rgba(216,19,39,.3)} .secondary{border:1px solid #444;background:rgba(255,255,255,0.02)}
/* Base Rings */
.base-rings {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%) rotateX(75deg);
    width: 600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(216, 19, 39, 0.5);
    box-shadow: 0 0 20px rgba(216, 19, 39, 0.3), inset 0 0 20px rgba(216, 19, 39, 0.3);
    animation: pulseRing 4s infinite ease-in-out;
}

.ring1 { width: 300px; height: 300px; animation-delay: 0s; border-width: 4px; box-shadow: 0 0 40px rgba(216, 19, 39, 0.6), inset 0 0 40px rgba(216, 19, 39, 0.6); }
.ring2 { width: 450px; height: 450px; animation-delay: -1.3s; opacity: 0.7; }
.ring3 { width: 600px; height: 600px; animation-delay: -2.6s; opacity: 0.3; }

@keyframes pulseRing {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 0.4; }
}

/* Server Cloud */
.server-cloud {
    position: absolute;
    z-index: 5;
    animation: floatCloud 6s ease-in-out infinite;
    transform: translateY(-20px);
}

.server-cloud img {
    width: 380px;
    filter: drop-shadow(0 20px 40px rgba(216, 19, 39, 0.5));
}

@keyframes floatCloud {
    0%, 100% { transform: translateY(-20px); }
    50% { transform: translateY(10px); }
}

/* Energy Lines */
.energy-lines {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    z-index: 1;
    pointer-events: none;
}

.energy-lines path {
    fill: none;
    stroke: rgba(216, 19, 39, 0.4);
    stroke-width: 2;
    filter: blur(2px);
    stroke-dasharray: 200 400;
    animation: moveLine 10s linear infinite;
}
.energy-lines path:nth-child(2) { stroke-dasharray: 150 300; animation-duration: 8s; animation-direction: reverse; opacity: 0.6; }
.energy-lines path:nth-child(3) { stroke-dasharray: 300 500; animation-duration: 12s; opacity: 0.8; }

@keyframes moveLine {
    to { stroke-dashoffset: -1000; }
}

/* Floating Logos */
.floating-logos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.float-item {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(15, 15, 18, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.6),
        inset 0 0 20px rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(12px);
    transform-style: preserve-3d;
    animation: floatItem 5s ease-in-out infinite alternate;
}

.float-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    box-shadow: 0 0 15px rgba(216, 19, 39, 0.0);
    transition: 0.3s;
}

.float-item:hover::before {
    box-shadow: 0 0 25px rgba(216, 19, 39, 0.4);
}

.float-item img {
    max-width: 60px;
    max-height: 60px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5));
}

@keyframes floatItem {
    to { transform: translateY(-15px) rotateX(10deg) rotateY(-10deg); }
}

/* Positions & Delays */
.f-firetv { top: 5%; left: 45%; transform: rotateX(15deg) rotateY(-15deg); animation-delay: 0s; }
.f-ios { top: 18%; right: 12%; transform: rotateX(10deg) rotateY(-20deg); animation-delay: -1s; }
.f-appletv { top: 18%; left: 12%; transform: rotateX(20deg) rotateY(-5deg); animation-delay: -2s; }
.f-tizen { top: 45%; right: 5%; transform: rotateX(5deg) rotateY(-25deg); animation-delay: -3s; }
.f-roku { bottom: 15%; left: 15%; transform: rotateX(25deg) rotateY(10deg); animation-delay: -1.5s; }
.f-androidtv { bottom: 5%; left: 45%; transform: rotateX(10deg) rotateY(-15deg); animation-delay: -2.5s; }
.f-alexa { bottom: 15%; right: 15%; transform: rotateX(15deg) rotateY(-20deg); animation-delay: -0.5s; }
.f-android { top: 45%; left: 5%; transform: rotateX(10deg) rotateY(15deg); animation-delay: -1.2s; }
section{padding:100px 8%} h2{font-size:48px;margin-bottom:40px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.card{background:#0b0b0b;border:1px solid #222;padding:30px;border-radius:20px;transition:.3s}
.card:hover{transform:translateY(-8px);border-color:var(--red)}

.stats{
    display:flex;
    gap:15px;
    margin-top:40px;
    flex-wrap:nowrap;
}

.stat{
    flex:1;
    background:rgba(10,10,10,.8);
    border:1px solid rgba(216,19,39,.15);
    border-radius:14px;
    padding:18px 12px;
    text-align:center;
    transition:.3s;
    backdrop-filter:blur(10px);
}

.stat:hover{
    transform:translateY(-5px);
    border-color:#d81327;
    box-shadow:0 0 20px rgba(216,19,39,.15);
}

.stat h3{
    color:#d81327;
    font-size:28px;
    font-weight:800;
    margin:0 0 5px;
    line-height:1;
}

.stat span{
    display:block;
    color:#aaa;
    font-size:12px;
    letter-spacing:.5px;
}

@media(max-width:1000px){
    .stats{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .stat h3{
        font-size:24px;
    }
}

/* --- Professional Footer --- */
.site-footer {
    background: #111;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 80px 8% 30px;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216,19,39,0.5), transparent);
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 60px;
}

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

.brand-col p {
    color: #888;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 25px;
    max-width: 350px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #ccc;
    transition: 0.3s;
}

.social-links a:hover {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
    transform: translateY(-3px);
}

.footer-col h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--red);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: #888;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: var(--red);
    padding-left: 5px;
}

.contact-col ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #888;
    font-size: 15px;
    line-height: 1.5;
}

.contact-col ul li svg {
    color: var(--red);
    flex-shrink: 0;
    margin-top: 3px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.05);
    color: #666;
    font-size: 14px;
}

.legal-links {
    display: flex;
    gap: 20px;
}

.legal-links a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}

.legal-links a:hover {
    color: #fff;
}

@media(max-width: 1000px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media(max-width: 600px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
@media(max-width:1000px){
    .hero{display:block;padding-top:140px;min-height:auto}
    .left{width:100%;margin-bottom:60px}
    h1{font-size:50px}
    .right{display:none}
    .stats{grid-template-columns:repeat(2,1fr)}
    nav{display:none}
    .btn-group{flex-wrap:nowrap;gap:10px}
    .btn{padding:15px 20px;font-size:14px;white-space:nowrap}
}


.red{
    color:#d81327;
    text-shadow:
        0 0 15px rgba(216,19,39,.5),
        0 0 30px rgba(216,19,39,.3);
}

.about{
    position:relative;
    display:grid;
    grid-template-columns:55% 45%;
    gap:60px;
    padding:120px 8%;
    background:#000;
    overflow:hidden;
}

.about-left{
    position:relative;
    z-index:2;
}

.small-title{
    color:#d81327;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
    letter-spacing:2px;
}

.about h2{
    font-family: Inter, sans-serif;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.about h2 span{
    color:#d81327;
    text-shadow:
        0 0 20px rgba(216,19,39,.4);
}

.line{
    width:120px;
    height:4px;
    background:#d81327;
    margin:30px 0;
    border-radius: 2px;
}

.about p{
    color:#b0b0b0;
    font-size:20px;
    line-height:1.8;
    margin-bottom:25px;
    max-width:700px;
}

.work-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 30px 0;
}

.stat {
    text-align: center;
    padding: 0 20px;
    flex: 1;
}

.stat:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.05);
}

.stat h3 {
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 5px;
    text-shadow: 0 0 20px rgba(216,19,39,0.6);
}

.stat span {
    color: #d81327;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 50px;
    padding: 18px 40px;
    background: #d81327;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(216,19,39,0.3);
}

.about-btn:hover {
    background: #b51020;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(216,19,39,0.5);
}

.about-right{
    display:flex;
    align-items:center;
    justify-content:center;
}

.image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.8), 0 0 40px rgba(216,19,39,0.2);
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.image-box:hover {
    transform: translateY(-10px);
}

.image-box img{
    width:100%;
    max-width:650px;
    display:block;
    transition:.5s;
}

.image-box:hover img{
    transform:scale(1.05);
}

.particles{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
}

.particles span{
    position:absolute;
    width:2px;
    height:120px;
    background:linear-gradient(
        transparent,
        #d81327
    );
    animation:drop 6s linear infinite;
    opacity:.5;
}

.particles span:nth-child(1){left:5%;animation-delay:0s}
.particles span:nth-child(2){left:15%;animation-delay:1s}
.particles span:nth-child(3){left:25%;animation-delay:2s}
.particles span:nth-child(4){left:35%;animation-delay:3s}
.particles span:nth-child(5){left:45%;animation-delay:4s}
.particles span:nth-child(6){left:55%;animation-delay:2s}
.particles span:nth-child(7){left:65%;animation-delay:1s}
.particles span:nth-child(8){left:75%;animation-delay:3s}
.particles span:nth-child(9){left:85%;animation-delay:4s}
.particles span:nth-child(10){left:95%;animation-delay:5s}



@keyframes drop{
    from{
        transform:translateY(-150px);
        opacity:0;
    }
    50%{
        opacity:.8;
    }
    to{
        transform:translateY(100vh);
        opacity:0;
    }
}

@media(max-width:1000px){

    .about{
        grid-template-columns:1fr;
    }

    .about h2{
        font-size:42px;
    }

    .stats{
        grid-template-columns:1fr 1fr;
    }
}
.work-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:40px;
}

@media(max-width:1000px){
    .work-stats{
        grid-template-columns:repeat(2,1fr);
    }
}

.services-new {
    position: relative;
    padding: 100px 4%;
    background: #fdfdfd;
    color: #333;
    overflow: hidden;
}

.services-new::before,
.services-new::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 100%;
    background-image: radial-gradient(rgba(216,19,39,0.15) 2.5px, transparent 2.5px);
    background-size: 24px 24px;
    z-index: 0;
    pointer-events: none;
}
.services-new::before {
    left: 0;
    mask-image: linear-gradient(to right, black, transparent);
    -webkit-mask-image: linear-gradient(to right, black, transparent);
}
.services-new::after {
    right: 0;
    mask-image: linear-gradient(to left, black, transparent);
    -webkit-mask-image: linear-gradient(to left, black, transparent);
}

.services-new-header, .services-carousel-new {
    position: relative;
    z-index: 2;
}

.services-new-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto 60px;
    gap: 40px;
}

.header-left {
    flex: 1;
}

.header-left .subtitle {
    color: #0ea5e9;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.header-left h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.header-right {
    flex: 1;
    max-width: 600px;
}

.header-right p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.services-carousel-new {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 40px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.services-carousel-new::-webkit-scrollbar { display: none; }

.service-wide-card {
    width: 1050px;
    height: 480px;
    border-radius: 30px;
    display: flex;
    color: #fff;
    padding: 0; /* Removing outer padding to allow image to touch borders on the right */
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.wide-card-content {
    width: 50%;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wide-card-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wide-card-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
}

.why-us {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.wide-card-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wide-card-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    opacity: 0.9;
}

.wide-card-content ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #fff;
}

.wide-card-image {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.wide-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-wide-card:hover .wide-card-image img {
    transform: scale(1.05);
}

/* --- Our Works New Styles --- */
.works-new {
    display: flex;
    max-width: 1300px;
    margin: 100px auto;
    padding: 0 4%;
    gap: 80px;
    align-items: flex-start;
}

.works-new h1, .works-new h2, .works-new h3, .works-new h4, .works-new h5, .works-new h6 {
    font-family: Inter, sans-serif;
}

.works-left {
    position: sticky;
    top: 150px;
    width: 35%;
}

.works-badge {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.works-left h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
}

.works-list {
    list-style: none;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.works-list li {
    padding: 15px 0 15px 25px;
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.works-list li::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background: transparent;
    transition: all 0.3s ease;
}

.works-list li.active {
    color: #d81327;
}

.works-list li.active::before {
    background: #d81327;
}

.works-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.work-card {
    background: #0f0f11;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 40px;
    position: sticky;
    top: 150px;
    box-shadow: 0 -10px 40px rgba(0,0,0,0.8);
}

.work-card:nth-child(1) { top: 150px; }
.work-card:nth-child(2) { top: 170px; }
.work-card:nth-child(3) { top: 190px; }
.work-card:nth-child(4) { top: 210px; }

.work-card-glow {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d81327, transparent);
    box-shadow: 0 0 30px 2px rgba(216,19,39,0.5);
}

.work-card-img-wrapper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0;
}

.work-card-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.work-card-content h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.work-card-content p {
    font-size: 15px;
    color: #999;
    line-height: 1.6;
    margin-bottom: 0;
}
/* --- Testimonials Section --- */
.testimonials-section {
    padding: 120px 8%;
    background: #000;
}

.testi-header {
    text-align: center;
    margin-bottom: 60px;
}

.testi-header .badge {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    font-size: 12px;
    color: #ccc;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testi-header h2 {
    font-family: Inter, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.testi-header h2 span {
    color: #d81327;
}

.testi-header .sub-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    font-size: 14px;
    color: #ccc;
}
.testi-header .sub-badge span {
    color: #f59e0b;
}

.testi-masonry {
    column-count: 3;
    column-gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.testi-card {
    background: #09090b;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.testi-card:hover {
    border-color: rgba(216,19,39,0.3);
    transform: translateY(-5px);
}

.testi-card p {
    color: #a1a1aa;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testi-card .reviewer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testi-card .reviewer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-card .reviewer .name {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}


@media(max-width: 1000px){
    .services-new-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .services-carousel-new {
        flex-direction: column;
        gap: 25px;
    }
    .service-wide-card {
        width: 100%;
        min-width: unset;
        height: auto;
        flex-direction: column-reverse;
        border-radius: 20px;
    }
    .wide-card-content, .wide-card-image {
        width: 100%;
    }
    .wide-card-content {
        padding: 30px;
    }
    .wide-card-image {
        height: 250px;
    }
    .wide-card-content h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .wide-card-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .why-us {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .works-new {
        flex-direction: column;
        gap: 40px;
    }
    .works-left {
        position: relative;
        top: 0;
        width: 100%;
    }
    .works-right {
        width: 100%;
        gap: 40px;
    }
    
    .testi-masonry {
        column-count: 2;
    }
}


@media(max-width: 768px){
    .testi-masonry {
        column-count: 1;
    }
}

/* --- Hero Features --- */
.hero-features {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(10, 10, 10, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    z-index: 10;
}
.hf-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    padding: 0 15px;
}
.hf-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.hf-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(216, 19, 39, 0.05);
    border: 1px solid rgba(216, 19, 39, 0.3);
    box-shadow: 0 0 15px rgba(216, 19, 39, 0.2);
    color: var(--red);
}
.hf-text h4 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #fff;
}
.hf-text p {
    font-size: 12px;
    color: #888;
    margin: 0;
}
@media(max-width:1000px){
    .hero-features { flex-direction: column; gap: 20px; padding: 30px; }
    .hf-item { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 20px; }
    .hf-item:last-child { border-bottom: none; padding-bottom: 0; }
}

/* --- Contact Section --- */
.contact-form-section {
    position: relative;
    padding: 100px 8%;
    background: #fdfdfd;
    border-top: 1px solid rgba(0,0,0,0.05);
}


.contact-form-section::before,
.contact-form-section::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 100%;
    background-image: radial-gradient(rgba(216,19,39,0.15) 2.5px, transparent 2.5px);
    background-size: 24px 24px;
    z-index: 0;
    pointer-events: none;
}
.contact-form-section::before {
    left: 0;
    mask-image: linear-gradient(to right, black, transparent);
    -webkit-mask-image: linear-gradient(to right, black, transparent);
}
.contact-form-section::after {
    right: 0;
    mask-image: linear-gradient(to left, black, transparent);
    -webkit-mask-image: linear-gradient(to left, black, transparent);
}

.contact-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info h3 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #111;
}

.contact-desc {
    color: #555;
    margin-bottom: 40px;
    font-size: 16px;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: rgba(216,19,39,0.05);
    border: 1px solid rgba(216,19,39,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
}

.info-item h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #111;
}

.info-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.form-wrapper {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
    font-weight: 500;
}

.input-group input, .input-group textarea {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    color: #222;
    font-family: inherit;
    font-size: 15px;
    transition: 0.3s;
}

.input-group input:focus, .input-group textarea:focus {
    outline: none;
    border-color: var(--red);
    background: #fff;
}

.captcha-group {
    background: rgba(216,19,39,0.03);
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed rgba(216,19,39,0.3);
}

.captcha-group label {
    color: #333;
    font-weight: 600;
}

.captcha-group #captcha-question {
    color: var(--red);
    font-size: 18px;
}

.error-msg {
    color: #ef4444;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.submit-btn {
    width: 100%;
    justify-content: center;
    border: none;
}

.success-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.success-msg h4 {
    font-size: 24px;
    color: #111;
    margin: 20px 0 10px;
}

.success-msg p {
    color: #666;
}

@media(max-width: 900px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    .input-row {
        grid-template-columns: 1fr;
    }
}

.top-bar-center { display: none !important; } /* Temporarily hide special announcement */

/* WhatsApp Floating Button */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-btn svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}
