        /* =========================================
   1. CORE VARIABLES & GLOBAL STYLES
   ========================================= */
:root {
    --primary-color: #231f20;   /* Dark Charcoal */
    --secondary-color: #eb1e24; /* Red */
    --gradient-secondary: linear-gradient(135deg, #eb1e24 0%, #8b1014 100%);
    --gradient-primary: linear-gradient(135deg, #231f20 0%, #4a4244 100%);
    --shadow-premium: 0 20px 50px rgba(35, 31, 32, 0.08); /* Charcoal shadow */
    --text-dark: #222;
    --text-light: #666;
}

body { font-family: 'DM Sans', sans-serif; overflow-x: hidden; color: #333; background-color: #fcfcfc; display: flex; flex-direction: column; min-height: 100vh; margin: 0; }
main { flex: 1; width: 100%; }
a { text-decoration: none !important; transition: 0.3s; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
img { max-width: 100%; height: auto; display: block; }

/* Helpers */
.pdt-5 { padding-top: 5rem; }
.pdb-5 { padding-bottom: 5rem; }
.common_bg_color { background-color: #f4f9f5; position: relative; }
.text-center { text-align: center; }
.country-flag { width: 22px; height: auto; margin-right: 0px; margin-top:4px; vertical-align: middle; }

/* Background Pattern */
.bg-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(var(--primary-color) 0.5px, transparent 0.5px); background-size: 24px 24px; opacity: 0.04; pointer-events: none; z-index: 0; }

/* Buttons */
.orng_cta { background: var(--secondary-color); color: #fff; padding: 14px 35px; border-radius: 50px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; border: none; }
.orng_cta:hover { background: #111; color: #fff; transform: translateY(-3px); }
.blue_cta { background: var(--primary-color); color: #fff; padding: 14px 35px; border-radius: 50px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; border: none; }
.blue_cta:hover { background: #111; color: #fff; transform: translateY(-3px); }

/* Headings */
.commn_head span { color: var(--secondary-color); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 10px; }
.commn_head h2 { color: var(--primary-color); font-weight: 700; font-size: 2.8rem; margin: 0 0 20px; }
.commn_head p { max-width: 800px; margin: 0 auto; color: #555; line-height: 1.6; }

/* =========================================
   2. STICKY SIDEBAR ICONS
   ========================================= */
.sticky-sidebar { position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 1200; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.sticky-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: flex-end; color: #fff; text-decoration: none; border-top-left-radius: 30px; border-bottom-left-radius: 30px; box-shadow: -4px 5px 15px rgba(0,0,0,0.15); transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow: hidden; white-space: nowrap; background: #333; }
.sticky-icon i { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; z-index: 2; }
.sticky-icon span { font-size: 15px; font-weight: 700; opacity: 0; transform: translateX(20px); transition: all 0.3s ease; margin-right: 0; padding-left: 20px; }
.sticky-icon:hover { width: 160px; }
.sticky-icon:hover span { opacity: 1; transform: translateX(0); margin-right: 5px; }
.icon-whatsapp { background: linear-gradient(135deg, #25d366 0%, #128c7e 100%); }
.icon-phone { background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); }
.icon-email { background: linear-gradient(135deg, #ff9900 0%, #e68a00 100%); }

/* =========================================
   3. BANNER / HERO
   ========================================= */
.banner_sec .carousel-item { min-height: 600px; display: flex; align-items: center; }
.banner_text { background: rgba(255, 255, 255, 0.2); padding: 3rem; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border-left: 5px solid var(--secondary-color); backdrop-filter: blur(5px); }
.banner_text h1 { color: #fff; font-weight: 800; margin-bottom: 16px; display: flex; align-items: baseline; flex-wrap: nowrap; white-space: nowrap; font-size: clamp(1.15rem, 2.6vw, 2.4rem); line-height: 1.25; width: 100%; }
.banner_text p { color: #fff; font-size: 1.1rem; margin-bottom: 2rem; }
.banner_text span { color: #fff; font-weight: 600; text-transform: uppercase; display: block; margin-bottom: 10px; }
.sliding-words-wrapper { display: inline-block; vertical-align: bottom; height: 1.15em; overflow: hidden; position: relative; width: auto; margin-left: 6px; }
.sliding-words-list { margin: 0; padding: 0; list-style: none; animation: slideVertical 10s infinite cubic-bezier(0.23, 1, 0.32, 1); }
.sliding-words-list li { display: block; height: 100%; padding: 0 2px; text-align: left; background: var(--gradient-secondary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 900; white-space: nowrap; filter: drop-shadow(0 2px 8px rgba(235, 30, 36, 0.18)); } /* Changed shadow to red */
@keyframes slideVertical { 0%, 20% { transform: translateY(0); } 25%, 45% { transform: translateY(-1.3em); } 50%, 70% { transform: translateY(-2.6em); } 75%, 95% { transform: translateY(-3.9em); } 100% { transform: translateY(-5.2em); } }

/* Other Hero Variations */
.premium-hero { position: relative; background: url('/assets/images/breadcrumb/breadcrumb.webp') center/cover; height: 450px; display: flex; align-items: center; background-attachment: fixed; }
.hero-grid-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(35, 31, 32, 0.95) 0%, rgba(35, 31, 32, 0.8) 60%, rgba(35, 31, 32, 0.4) 100%); } /* Changed to charcoal */
.hero-breadcrumb { margin-bottom: 10px; color: rgba(255,255,255,0.7); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; z-index: 2; }
.hero-breadcrumb a { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 2px; }
.hero-breadcrumb a:hover { color: var(--secondary-color); border-color: var(--secondary-color); }
.hero-breadcrumb span { margin: 0 10px; color: var(--secondary-color); }
.hero-title { font-size: 2.2rem; font-weight: 900; line-height: 1.2; margin-bottom: 20px; letter-spacing: -1px; position: relative; z-index: 2; color: #ffffff; }
.hero-desc { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; color: rgba(255,255,255,0.9); opacity: 0.9; font-weight: 300; line-height: 1.6; position: relative; z-index: 2; }
.hero-btns { position: relative; z-index: 2; }

/* =========================================
   4. MAIN CONTENT SECTIONS
   ========================================= */

/* Scrolling Sticky Menu Strip */
.sticky_menu { position: relative; top: auto; z-index: 1; background: var(--primary-color); padding: 15px 0; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.1); }
.marquee_wrapper { width: 100%; overflow: hidden; display: flex; }
.marquee_content { display: flex; align-items: center; white-space: nowrap; animation: slideLeft 40s linear infinite; }
.marquee_content:hover { animation-play-state: paused; }
.sticky_menu ul { display: flex; gap: 0; margin: 0; padding: 0; list-style: none; }
.sticky_menu li { display: flex; align-items: center; }
.sticky_menu a { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; opacity: 0.9; white-space: nowrap; transition: 0.3s; padding: 0 25px; }
.sticky_menu a:hover { color: var(--secondary-color); opacity: 1; transform: scale(1.05); }
.sticky_menu .separator { color: #fff; font-size: 16px; font-weight: 300; opacity: 0.7; display: inline-block; margin: 0 5px; }
@keyframes slideLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Service Intro Section */
.service-intro-sec { position: relative; padding: 100px 0; background: #fff; overflow: hidden; }
.service-intro-sec::before { content: ''; position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(35, 31, 32, 0.05) 0%, transparent 70%); z-index: 0; } /* Charcoal gradient */
.intro-content-wrapper { position: relative; z-index: 1; }
.intro-badge { background: rgba(235, 30, 36, 0.1); color: var(--secondary-color); padding: 8px 16px; border-radius: 50px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-bottom: 20px; } /* Red background */
.intro-headline { font-size: 3rem; font-weight: 800; line-height: 1.1; color: var(--primary-color); margin-bottom: 30px; }
.intro-text-block { padding-left: 30px; border-left: 3px solid var(--secondary-color); }
.lead-text { font-size: 1.2rem; font-weight: 600; color: #222; margin-bottom: 15px; }
.intro-text-block p { color: #555; font-size: 1.05rem; line-height: 1.7; margin-bottom: 20px; }
.intro-features-list { display: flex; gap: 20px; margin-top: 30px; flex-wrap: wrap; }
.intro-feat-item { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--primary-color); font-size: 15px; }
.intro-feat-item i { color: var(--secondary-color); font-size: 18px; }
.intro-visual-collage { position: relative; height: 100%; min-height: 500px; }
.collage-img-main { position: absolute; top: 0; right: 0; width: 85%; height: 85%; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-premium); z-index: 1; }
.collage-img-main img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }
.collage-img-main:hover img { transform: scale(1.05); }
.collage-card-float { position: absolute; bottom: 40px; left: 0; background: #fff; padding: 30px; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); z-index: 2; max-width: 280px; border: 1px solid rgba(0,0,0,0.05); }
.collage-card-float h4 { font-size: 40px; font-weight: 800; color: var(--secondary-color); margin: 0; line-height: 1; }
.collage-card-float p { font-size: 14px; color: #666; margin-top: 10px; line-height: 1.4; margin-bottom: 0; font-weight: 500; }
.collage-card-float .gold-bar { height: 4px; width: 50px; background: var(--gradient-secondary); margin-top: 15px; border-radius: 2px; }

/* Strategy Pillars */
.strategy-sec { padding: 80px 0; background: #f4f9f5; position: relative; overflow: hidden; }
.strategy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.strategy-card { background: #fff; padding: 45px 35px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.8); position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); height: 100%; z-index: 1; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.strategy-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: var(--secondary-color); transition: 0.5s ease; z-index: 2; }
.strategy-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(35, 31, 32, 0.08); } /* Charcoal shadow */
.strategy-card:hover::before { height: 100%; }
.strategy-bg-num { position: absolute; top: -30px; right: -10px; font-size: 140px; font-weight: 900; color: rgba(0,0,0,0.03); line-height: 1; z-index: -1; transition: 0.4s; font-family: 'DM Sans', sans-serif; pointer-events: none; }
.strategy-card:hover .strategy-bg-num { color: rgba(235, 30, 36, 0.08); transform: scale(1.1) translateX(-10px); } /* Red text shadow */
.s-icon-box { width: 70px; height: 70px; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; color: var(--primary-color); margin-bottom: 25px; transition: 0.5s; box-shadow: 0 10px 20px rgba(0,0,0,0.03); }
.strategy-card:hover .s-icon-box { background: var(--secondary-color); color: #fff; border-color: var(--secondary-color); transform: rotateY(180deg); box-shadow: 0 10px 25px rgba(235, 30, 36, 0.4); } /* Red shadow */
.s-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 15px; color: var(--primary-color); }
.s-desc { color: #666; font-size: 1.05rem; line-height: 1.7; margin-bottom: 0; }

/* Why Us Sticky */
.why-sec { padding: 100px 0; background: #fff; }
.why-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; }
.why-sticky { position: sticky; top: 120px; height: fit-content; }
.why-sticky h2 { font-size: 2.8rem; font-weight: 700; color: var(--primary-color); margin-bottom: 20px; }
.why-features { display: grid; gap: 30px; }
.why-item { display: flex; gap: 20px; background: #f4f9f5; padding: 30px; border-radius: 16px; border: 1px solid #eee; transition: 0.3s; }
.why-item:hover { border-color: var(--secondary-color); box-shadow: 0 10px 30px rgba(0,0,0,0.05); transform: translateY(-5px); background: #fff; }
.w-icon-box { width: 50px; height: 50px; background: var(--secondary-color); color: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.w-content h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.w-content p { font-size: 14px; color: #666; margin: 0; }

/* Bento Grid */
.bento-sec { padding: 100px 0; background: var(--primary-color); color: #fff; position: relative; overflow: hidden; }
.bento-sec::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 60%); animation: rotateGlow 20s linear infinite; pointer-events: none; }
@keyframes rotateGlow { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.bento-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-start; transition: 0.3s; backdrop-filter: blur(10px); height: 100%; min-height: 280px; position: relative; overflow: hidden; z-index: 1; }
.bento-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,0.12), transparent); opacity: 0; transition: 0.4s ease; z-index: -1; }
.bento-card::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); transition: 0.6s; }
.bento-grid:hover .bento-card { opacity: 0.35; transform: scale(0.97); transition: all 0.4s ease; }
.bento-card:hover { opacity: 1 !important; transform: translateY(-8px) scale(1.02) !important; box-shadow: 0 25px 60px rgba(0,0,0,0.3); border-color: var(--secondary-color); }
.bento-card:hover::after { opacity: 1; }
.bento-card:hover::before { left: 100%; }
.span-2-col { grid-column: span 2; }
.span-2-row { grid-row: span 2; }
.bento-icon { width: 50px; height: 50px; background: var(--secondary-color); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 20px; color: #fff; }
.bento-card:hover .bento-icon { transform: rotate(8deg) scale(1.1); transition: 0.3s ease; }
.bento-title { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.bento-card:hover .bento-title { color: var(--secondary-color); transition: 0.3s ease; }
.bento-desc { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.5; margin-bottom: 10px; }

/* Impact Section */
.impact-sec { position: relative; padding: 100px 0; background: #f8faff; overflow: hidden; z-index: 1; }
.impact-sec::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 50% 50%, rgba(35, 31, 32, 0.05), transparent 40%); animation: moveGlow 12s linear infinite; z-index: -1; pointer-events: none; } /* Charcoal background */
.impact-sec::after { content: ""; position: absolute; bottom: -20%; right: -10%; width: 500px; height: 500px; background: linear-gradient(45deg, rgba(235, 30, 36, 0.1), rgba(35, 31, 32, 0.05)); border-radius: 50%; filter: blur(80px); animation: floatBall 10s ease-in-out infinite; z-index: -1; pointer-events: none; } /* Red and Charcoal background */
.impact-sec .container { position: relative; z-index: 2; }
.impact-card { display: flex; align-items: stretch; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.08); border: 1px solid rgba(0,0,0,0.05); }
.impact-left { width: 55%; padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.impact-tag { font-size: 12px; font-weight: 700; color: var(--secondary-color); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; display: block; }
.impact-title { font-size: 2.5rem; font-weight: 800; color: var(--primary-color); margin-bottom: 20px; line-height: 1.2; }
.impact-text { font-size: 1rem; color: #555; line-height: 1.6; margin-bottom: 30px; }
.impact-right { width: 45%; min-height: 380px; border-radius: 15px; overflow: hidden; position: relative; }
.impact-right img { width: 100%; height: 100%; object-fit: cover; display: block; }
.impact-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin-top: 20px; padding-top: 30px; border-top: 1px solid #eee; }
.metric { background: #f8f9fb; padding: 20px; border-radius: 12px; transition: 0.3s; border: 1px solid transparent; }
.metric:hover { background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.05); border-color: rgba(235, 30, 36, 0.2); transform: translateY(-3px); } /* Red border color */
.metric h4 { font-size: 1.1rem; font-weight: 800; color: var(--secondary-color); margin: 0 0 5px 0; }
.metric p { font-size: 14px; font-weight: 600; color: #333; margin: 0; }

/* Watch Video */
.watch-video-wave { position: relative; background-color: #fcfcfc; overflow: hidden; padding-top: 5rem; padding-bottom: 5rem; }
.watch-video-wave::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(rgba(35, 31, 32, 0.08) 1px, transparent 1px); background-size: 30px 30px; z-index: 0; } /* Charcoal radial gradient */
.watch-video-wave::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; opacity: 0.6; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23231f20' fill-opacity='0.05' d='M0,160L48,176C96,192,192,224,288,224C384,224,480,192,576,165.3C672,139,768,117,864,128C960,139,1056,181,1152,197.3C1248,213,1344,203,1392,197.3L1440,192L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3Cpath fill='%23eb1e24' fill-opacity='0.08' d='M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,224C672,245,768,267,864,261.3C960,256,1056,224,1152,197.3C1248,171,1344,149,1392,138.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E"); } /* SVG wave colors updated */
.extra-wave-bg { position: absolute; top: 50%; right: -10%; width: 60%; height: 80%; transform: translateY(-50%); background-image: url("data:image/svg+xml,%3Csvg width='800' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 200 Q 200 100 400 200 T 800 200' fill='none' stroke='%23eb1e24' stroke-width='2' stroke-opacity='0.2' /%3E%3Cpath d='M0 220 Q 200 120 400 220 T 800 220' fill='none' stroke='%23231f20' stroke-width='2' stroke-opacity='0.1' /%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; z-index: 1; pointer-events: none; } /* SVG path colors updated */
.watch-video-wave .container { position: relative; z-index: 5; }

/* Clients Slider */
.card__wrapper { background: #ffffff; padding: 18px 18px 10px 18px; border-radius: 10px; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06); text-align: center; height: 100%; min-height: 120px; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all 0.3s ease; }
.card__desc img { max-height: 60px; width: auto; margin: 0 auto; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; }
.card__wrapper:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); }
.card__wrapper:hover .card__desc img { filter: grayscale(0%); opacity: 1; }

/* Proven Results */
.proven_result { position: relative; overflow: hidden; background: radial-gradient(800px 400px at 80% 40%, rgba(35, 31, 32, 0.08), transparent 60%), radial-gradient(600px 300px at 20% 60%, rgba(235, 30, 36, 0.10), transparent 60%), #ffffff; } /* Radial gradient colors updated */
.proven_result::before { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath d='M0 160 C240 200 480 120 720 160 960 200 1200 140 1440 160' fill='none' stroke='%23231f20' stroke-width='1' opacity='0.15'/%3E%3Cpath d='M0 180 C240 220 480 140 720 180 960 220 1200 160 1440 180' fill='none' stroke='%23eb1e24' stroke-width='1' opacity='0.12'/%3E%3C/svg%3E"); background-size: cover; background-repeat: no-repeat; background-position: center; animation: provenWaveMove 30s linear infinite; pointer-events: none; } /* SVG path colors updated */
.proven_result::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(35, 31, 32, 0.12) 1px, transparent 1px); background-size: 18px 18px; opacity: 0.15; pointer-events: none; } /* Radial gradient updated */
@keyframes provenWaveMove { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
.proven_result .container { position: relative; z-index: 2; }
.proven_result .proven_text { padding-right: 70px; }
.proven_result .proven_image { padding-left: 70px; }
.premium-flow-arrow { position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); width: 200px; height: 110px; z-index: 3; pointer-events: none; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 120'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23231f20'/%3E%3Cstop offset='100%25' stop-color='%23eb1e24'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M10 60 C60 10 140 10 190 60' fill='none' stroke='url(%23g)' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M180 52 L200 60 L180 68' fill='none' stroke='%23eb1e24' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E"); } /* SVG path colors updated */

/* Why Choose Premium */
.why-choose-sec-premium { background: #231f20; border-radius: 36px; padding: 5.5rem 0; margin: 4rem auto; width: 98%; position: relative; } /* Background to Charcoal */
.why-choose-sec-premium .container { max-width: 1320px; padding: 0 15px; }
.why-choose-sec-premium .commn_head h2 { color: #ffffff !important; }
.why-choose-sec-premium .commn_head p { color: rgba(255, 255, 255, 0.85) !important; }
.whyChooseSlider { position: relative; overflow: hidden; }
.whyChooseSlider .swiper-wrapper { align-items: stretch; }
.whyChooseSlider .swiper-slide { display: flex; height: auto; }
.premium-card { position: relative; overflow: hidden; border-radius: 18px; padding: 32px; background: #ffffff; box-shadow: 0 18px 45px rgba(0,0,0,0.08); transition: 0.35s ease; height: 100%; }
.premium-card:hover { transform: translateY(-6px); box-shadow: 0 28px 65px rgba(0,0,0,0.12); }
.card-bg-img { position: absolute; inset: 0; opacity: 0.12; background-size: cover; background-position: center; z-index: 0; }
.premium-card > * { position: relative; z-index: 1; }
.why-icon { width: 56px; height: 56px; border-radius: 50%; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; background: var(--gradient-secondary); color: #fff; box-shadow: 0 10px 25px rgba(235, 30, 36, 0.45); } /* Red box shadow */
.premium-card h3 { color: #231f20; font-size: 1.15rem; margin-bottom: 10px; font-weight: 800; }
.premium-card p { color: #555555 !important; font-size: 0.95rem; line-height: 1.6; } /* <-- THIS FIXES THE INVISIBLE TEXT */
.why-nav { position: absolute; top: 60%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: #ffffff; box-shadow: 0 10px 25px rgba(0,0,0,0.25); display: flex; align-items: center; justify-content: center; z-index: 10; pointer-events: none; }
.why-nav i { pointer-events: auto; cursor: pointer; color: #231f20; transition: 0.3s; }
.why-nav i:hover { color: #eb1e24; }
.why-prev { left: 10px; }
.why-next { right: 10px; }

/* Traffic section */
.monthly-traffic-exact { padding: 90px 0; background: #f3f8ff; background-image: radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px); background-size: 6px 6px; }
.traffic-title { font-size: 42px; font-weight: 700; line-height: 1.25; color: #0b1f2a; margin-bottom: 35px; }
.traffic-points .point { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.traffic-points .icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(35, 31, 32, 0.1); display: flex; align-items: center; justify-content: center; color: var(--primary-color); font-size: 16px; } /* Charcoal background */
.traffic-points strong { font-size: 18px; display: block; }
.traffic-points p { margin: 0; font-size: 14px; color: #555; }
.traffic-card { background: #fff; border-radius: 16px; padding: 34px 28px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); height: 100%; display: flex; flex-direction: column; }
.card-icon { width: 44px; height: 44px; border-radius: 50%; background: rgba(35, 31, 32, 0.1); display: flex; align-items: center; justify-content: center; color: var(--primary-color); margin-bottom: 18px; } /* Charcoal background */
.traffic-card h4 { font-size: 17px; font-weight: 700; margin-bottom: 12px; }
.traffic-card p { font-size: 14.5px; line-height: 1.6; color: #555; }
.traffic-arrows { display: flex; gap: 10px; margin-top: 18px; }
.traffic-prev, .traffic-next { width: 36px; height: 36px; border-radius: 50%; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.3s; }
.traffic-prev:hover, .traffic-next:hover { background: var(--secondary-color); color: #fff; }
.trafficExactSlider .swiper-wrapper { align-items: stretch; }
.trafficExactSlider .swiper-slide { height: auto; display: flex; }

/* Extra spacing for process & industries */
.process-sec { padding-bottom: 6rem !important; }
.industries_split { padding-top: 6rem !important; }

/* Services Tab Section - EXACT MATCH */
.services_tab_section { position: relative; overflow: hidden; padding: 80px 0; }
.features-top { position: relative; max-width: 1200px; margin: 0 auto 50px auto; border-bottom: 2px solid #eaeaea; padding-right: 120px; }
.gallery-thumbs .swiper-slide { width: auto !important; }
.menu_tab { padding: 15px 25px; font-size: 16px; font-weight: 700; color: #777; cursor: pointer; transition: all 0.3s ease; position: relative; margin-bottom: -2px; border-bottom: 3px solid transparent; display: inline-block; }
.gallery-thumbs .swiper-slide-thumb-active .menu_tab, .menu_tab:hover { color: var(--primary-color); border-bottom: 3px solid var(--secondary-color); }
.features-top .nav_arrow { position: absolute; right: 0; bottom: 10px; display: flex; gap: 12px; z-index: 10; }
.features-top .nav_arrow i { width: 38px; height: 38px; border-radius: 50%; background: #ffffff; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; color: #555; cursor: pointer; transition: all 0.3s ease; font-size: 14px; }
.features-top .nav_arrow i:hover { border-color: var(--secondary-color); color: var(--secondary-color); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.services-tab-text h3 { font-size: 32px; font-weight: 800; color: var(--primary-color); margin-bottom: 20px; }
.services-tab-text p { font-size: 16px; color: #555; line-height: 1.8; margin-bottom: 30px; }
.tab_inn_links { padding-left: 10px; }
.tab_inn_links a { display: flex; align-items: center; padding: 12px 0; color: #555; font-weight: 600; font-size: 15px; transition: all 0.3s ease; }
.tab_inn_links a::before { content: '\f105'; font-family: "Font Awesome 5 Free"; font-weight: 900; color: var(--secondary-color); font-size: 16px; margin-right: 12px; transition: transform 0.3s ease; }
.tab_inn_links a:hover { color: var(--primary-color); }
.tab_inn_links a:hover::before { transform: translateX(5px); }

/* Products Matrix Section */
.products-matrix-sec { background: var(--gradient-primary); padding: 90px 0; position: relative; overflow: hidden; }
.products-matrix-sec::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 22px 22px; opacity: 0.4; }
.products-matrix-sec .commn_head h2, .products-matrix-sec .commn_head p, .products-matrix-sec .commn_head span { color: #fff; }
.products-matrix-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 2; }
.product-matrix-card { background: rgba(255,255,255,0.06); backdrop-filter: blur(8px); border-radius: 18px; padding: 32px 28px; color: #fff; transition: all 0.35s ease; border: 1px solid rgba(255,255,255,0.12); position: relative; box-shadow: var(--shadow-premium); opacity: 0; transform: translateY(30px); }
.product-matrix-card.ux-visible { opacity: 1; transform: translateY(0); transition: all 0.6s ease; }
.product-matrix-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.1); box-shadow: 0 25px 60px rgba(0,0,0,0.25); }
.pm-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--gradient-secondary); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.pm-icon i { color: #fff; font-size: 22px; }
.product-matrix-card h4 { font-size: 1.25rem; margin-bottom: 12px; font-weight: 600; }
.product-matrix-card p { font-size: 0.95rem; line-height: 1.6; opacity: 0.9; }

/* Audit Section */
.audit-sec { padding: 80px 0; background: var(--gradient-primary); color: #fff; position: relative; overflow: hidden; }
.audit-wrapper { display: flex; align-items: center; gap: 50px; background: rgba(255,255,255,0.05); padding: 50px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(5px); }
.audit-text { flex: 1; }
.audit-text h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; color: #fff; }
.audit-list li { margin-bottom: 10px; display: flex; align-items: center; gap: 10px; font-size: 16px; }
.audit-list i { color: var(--secondary-color); }
.audit-box { flex: 1; background: #fff; padding: 30px; border-radius: 20px; color: #333; }
.audit-box input { width: 100%; padding: 15px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; background: #f9f9f9; }
.btn-submit { width: 100%; padding: 15px; background: var(--primary-color); color: #fff; border: none; border-radius: 8px; font-weight: 700; font-size: 16px; cursor: pointer; transition: 0.3s; }
.btn-submit:hover { background: var(--secondary-color); }

/* Premium Report Card */
.reports-sec { position: relative; z-index: 2; }
.premium-report-card { position: relative; border-radius: 30px; overflow: hidden; background: linear-gradient(135deg, #1a1a1a 0%, #333 100%); box-shadow: 0 30px 60px rgba(35, 31, 32, 0.3); padding: 60px 50px; color: #fff; border: 1px solid rgba(255, 255, 255, 0.1); transition: transform 0.4s ease; } /* Changed to Charcoal gradient */
.premium-report-card:hover { transform: translateY(-5px); }
.premium-report-card::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(235, 30, 36, 0.15) 0%, transparent 60%); opacity: 0.6; pointer-events: none; animation: ambientPulse 8s infinite alternate; } /* Changed to Red */
@keyframes ambientPulse { 0% { transform: scale(1); opacity: 0.4; } 100% { transform: scale(1.1); opacity: 0.7; } }
.premium-card-texture { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 40px 40px; z-index: 1; pointer-events: none; }
.report-content { position: relative; z-index: 5; }
.report-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 8px 16px; border-radius: 50px; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--secondary-color); margin-bottom: 25px; }
.report-headline { font-size: 32px; font-weight: 700; line-height: 1.4; color: #fff; margin-bottom: 30px; }
.highlight-gold { font-size: 64px; font-weight: 900; display: block; margin: 10px 0; background: linear-gradient(135deg, #eb1e24 0%, #8b1014 50%, #eb1e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(0 5px 15px rgba(235, 30, 36, 0.3)); line-height: 1; } /* Changed to Red */
.report-image-wrapper { position: relative; z-index: 5; }
.report-image-wrapper img { border-radius: 15px; box-shadow: 0 20px 50px rgba(0,0,0,0.4); transform: perspective(1000px) rotateY(-10deg) rotateX(5deg); transition: all 0.5s ease; border: 4px solid rgba(255,255,255,0.1); }
.premium-report-card:hover .report-image-wrapper img { transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02); }
.btn-premium-glow { background: #fff; color: var(--primary-color); padding: 14px 35px; border-radius: 50px; font-weight: 800; text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px; display: inline-flex; align-items: center; gap: 10px; transition: 0.3s; box-shadow: 0 0 20px rgba(255,255,255,0.2); }
.btn-premium-glow:hover { background: var(--secondary-color); color: #fff; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(235, 30, 36, 0.4); } /* Red box shadow */

/* Blogs */
.trends-premium-wrapper { background-color: var(--primary-color); position: relative; padding-top: 5rem; padding-bottom: 5rem; overflow: hidden; color: #fff; }
.trends-premium-wrapper::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 20px 20px; opacity: 0.3; z-index: 0; }
.trends-premium-wrapper .commn_head h2 { color: #fff; }
.trends-premium-wrapper .commn_head p { color: rgba(255, 255, 255, 0.8); }

.blog-slider-wrapper { position: relative; margin-bottom: 2.5rem; }
.blog-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.05); height: 100%; display: flex; flex-direction: column; transition: transform 0.3s ease; }
.blog-card:hover { transform: translateY(-5px); }
.blog-img { height: 220px; position: relative; overflow: hidden; border-radius: 12px 12px 0 0; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-img img { transform: scale(1.05); }
.blog-pill { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 14px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; border-radius: 999px; color: #fff; backdrop-filter: blur(4px); background: linear-gradient(135deg, #eb1e24 0%, #8b1014 50%, #eb1e24 100%); box-shadow: 0 6px 18px rgba(235, 30, 36, 0.35); } /* Changed to Red */
.blog-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-meta { font-size: 13px; color: #888; margin-bottom: 10px; display: flex; justify-content: space-between; }
.blog-title { font-size: 20px; font-weight: 700; color: var(--primary-color); margin-bottom: 15px; line-height: 1.4; }
.blog-title a:hover { color: var(--secondary-color); }
.read-more-btn { margin-top: auto; font-size: 14px; font-weight: 600; color: #333; display: inline-flex; align-items: center; gap: 5px; }
.read-more-btn i { color: var(--secondary-color); transition: transform 0.3s; }
.read-more-btn:hover i { transform: translateX(5px); }

.blog-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; }
.blog-prev { left: -28px; }
.blog-next { right: -28px; }
.blog-nav i { width: 42px; height: 42px; border-radius: 50%; background: #ffffff; color: #111; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,0.15); transition: all 0.3s ease; }
.blog-nav i:hover { background: linear-gradient(135deg, #eb1e24 0%, #8b1014 50%, #eb1e24 100%); color: #fff; } /* Changed to Red */
.blog-cta-wrapper { position: relative; z-index: 50; margin-top: 3rem; display: flex; justify-content: center; }

/* FAQ Sections */
.faq-unique-sec { padding: 100px 0; background: #f8fbf9; position: relative; }
.faq-unique-sec::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 300px; background: linear-gradient(to top, rgba(35, 31, 32, 0.03) 0%, transparent 100%); pointer-events: none; } /* Changed to Charcoal */
.faq-sidebar { position: sticky; top: 120px; }
.faq-support-card { background: var(--primary-color); color: #fff; padding: 30px; border-radius: 20px; margin-top: 30px; position: relative; overflow: hidden; box-shadow: 0 20px 40px rgba(35, 31, 32, 0.2); } /* Changed to Charcoal */
.faq-support-card::after { content: ''; position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; background: rgba(255,255,255,0.1); border-radius: 50%; }
.faq-support-card h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.faq-support-card p { font-size: 0.9rem; opacity: 0.8; margin-bottom: 20px; color: rgba(255,255,255,0.8); }
.faq-support-card a { color: var(--secondary-color); font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.faq-support-card a:hover { color: #fff; }
.faq-list-wrapper { display: flex; flex-direction: column; gap: 15px; }
.faq-card-item { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.05); transition: all 0.3s ease; }
.faq-card-item.active { box-shadow: 0 10px 30px rgba(35, 31, 32, 0.08); border-color: rgba(235, 30, 36, 0.3); } /* Changed shadow and border */
.faq-header { padding: 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 700; color: var(--primary-color); font-size: 1.1rem; transition: 0.3s; }
.faq-header:hover { color: var(--secondary-color); }
.faq-toggle-icon { width: 32px; height: 32px; background: rgba(35, 31, 32, 0.05); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary-color); font-size: 12px; transition: 0.3s; flex-shrink: 0; } /* Changed background */
.faq-card-item.active .faq-toggle-icon { background: var(--secondary-color); color: #fff; transform: rotate(180deg); }
.faq-body { padding: 0 25px 25px 25px; display: none; color: #666; line-height: 1.6; font-size: 0.95rem; border-top: 1px solid transparent; }

.faq_section { padding-bottom: 140px !important; background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%); }
.accordiyanbl ul { padding: 0; list-style: none; max-width: 980px; margin: 0 auto; }
.accordiyanbl ul li { background: rgba(255, 255, 255, 0.9); margin-bottom: 18px; border-radius: 14px; border: 1px solid rgba(0, 0, 0, 0.05); overflow: hidden; transition: all 0.35s ease; backdrop-filter: blur(6px); }
.accordiyanbl ul li.active { box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08); border-color: rgba(0, 0, 0, 0.03); transform: translateY(-2px); }
.accordiyanbl .title { padding: 22px 26px; margin: 0; font-size: 18px; font-weight: 700; color: var(--primary-color); cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: transparent; transition: all 0.3s ease; line-height: 1.4; }
.accordiyanbl .title:hover { color: var(--secondary-color); }
.accordiyanbl .title::after { content: '\f078'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 13px; color: var(--primary-color); width: 36px; height: 36px; background: #f1f3f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.35s ease; }
.accordiyanbl li.active .title::after { transform: rotate(180deg); background: var(--secondary-color); color: #ffffff; }
.accordiyanbl .textbox { padding: 0 26px 26px; display: none; color: #555; font-size: 15.5px; line-height: 1.7; }
.accordiyanbl li.active .textbox { border-top: 1px solid rgba(0, 0, 0, 0.04); margin-top: -6px; padding-top: 20px; }

/* =========================================
   5. RESPONSIVE MEDIA QUERIES (CONSOLIDATED)
   ========================================= */

@media (max-width: 1200px) {
    .bento-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
    /* Hero */
    .banner_sec .carousel-item { min-height: 450px; }
    .premium-hero { height: 450px; text-align: center; padding-top: 60px; align-items: flex-start; display: flex; }
    .hero-btns { display: none; }
    .hero-title { font-size: 2rem; }
    
    /* Layouts */
    .intro-grid, .why-layout, .strategy-grid, .faq-grid, .audit-wrapper { grid-template-columns: 1fr; gap: 40px; }
    
    .impact-card { flex-direction: column; }
    .impact-left, .impact-right { width: 100%; }
    .impact-right { height: auto; min-height: 300px; order: -1; } 
    
    .bento-grid { grid-template-columns: repeat(2, 1fr); }
    .span-2-col { grid-column: span 2; }
    .span-2-row { grid-row: auto; }
    .bento-card { min-height: 250px; }
    
    .products-matrix-grid { grid-template-columns: repeat(2, 1fr); }
    
    .audit-wrapper { flex-direction: column; text-align: center; }
    .audit-text, .audit-box { width: 100%; }
    .audit-list { display: inline-block; text-align: left; }
    
    .faq-unique-sec .row { flex-direction: column; }
    .faq-sidebar { position: static; margin-bottom: 30px; }
    .why-sticky { position: static; text-align: center; margin-bottom: 40px; }

    .premium-report-card { padding: 40px 25px; text-align: center; }
    .highlight-gold { font-size: 50px; }
    .report-headline { font-size: 24px; }
    .report-image-wrapper img { transform: none !important; margin-top: 30px; width: 80%; }
    .proven_result .proven_text, .proven_result .proven_image { padding: 0; }
    .premium-flow-arrow { display: none; }
}

@media (max-width: 768px) {
    /* Mobile General Typography */
    .commn_head h2 { font-size: 1.9rem; }
    .commn_head p { font-size: 1rem; }
    
    /* Hero */
    .premium-hero { position: relative !important; height: auto !important; min-height: 420px; display: flex; align-items: center; padding: 70px 0; overflow: hidden; background-attachment: scroll; }
    .hero-grid-overlay { position: absolute; z-index: 1 !important; }
    .premium-hero .container { position: relative; z-index: 5 !important; }
    .hero-title, .hero-desc, .hero-breadcrumb, .hero-btns { position: relative; z-index: 6 !important; }

    .banner_text h1 { font-size: 1.8rem; }
    .banner_cta { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
    .banner_cta a { width: auto; }
    
    /* Impact & Audit disables */
    .impact-sec::before, .impact-sec::after { display: none; }
    .impact-sec { padding: 60px 0; }
    .impact-left { padding: 25px; text-align: center; }
    .impact-metrics { grid-template-columns: 1fr; gap: 15px; text-align: left; }
    .impact-right { min-height: 250px; }
    .audit-sec { padding: 60px 15px; }
    .audit-wrapper { padding: 25px; }

    /* FAQ */
    .accordiyanbl .title { font-size: 16px; padding: 18px 20px; }
    .accordiyanbl .textbox { padding: 0 20px 22px; font-size: 15px; }
    
    /* Why Choose */
    .why-choose-sec-premium { border-radius: 24px; padding: 4rem 0; }
    .premium-card { padding: 24px; }
    .premium-card h3 { font-size: 1.05rem; }
    .premium-card p { font-size: 0.92rem; }
    .why-prev { left: 6px; }
    .why-next { right: 6px; }

    /* Blogs */
    .blog-prev { left: -14px; }
    .blog-next { right: -14px; }
}

@media (max-width: 576px) {
    /* Tight Mobile Typography & Spacing */
    .banner_text { padding: 2rem 1.5rem !important; }
    .banner_text h1 { font-size: clamp(1.05rem, 4.8vw, 1.7rem) !important; white-space: normal; line-height: 1.3; justify-content: flex-start; }
    .commn_head h2, .why-choose-sec-premium .commn_head h2 { font-size: 1.6rem !important; line-height: 1.3; }
    .commn_head p, .why-choose-sec-premium .commn_head p { font-size: 0.95rem !important; line-height: 1.6; max-width: 100%; }
    .premium-card h3, .blog-title, .traffic-card h4 { font-size: 1rem !important; line-height: 1.4; }
    .premium-card p, .blog-content p, .traffic-card p { font-size: 0.88rem !important; line-height: 1.55; }
    
    /* Buttons */
    .orng_cta, .blue_cta, .btn-premium-glow { font-size: 0.85rem; padding: 10px 22px; }
    
    /* Layout Overrides */
    .premium-hero { height: 450px; }
    .bento-grid { grid-template-columns: 1fr; }
    .span-2-col { grid-column: span 1; }
    .products-matrix-grid { grid-template-columns: 1fr; }
    
    /* Clients Slider */
    .card__wrapper { padding: 14px 14px 8px 14px; min-height: 100px; }
    .card__desc img { max-height: 50px; }
}    