
:root {
  --primary: #1f6fff;
  --dark: #1f2d4d;
  --soft: #5d6f8a;
  --white: #ffffff;
  --surface: rgba(255, 255, 255, 0.66);
  --surface-strong: rgba(255, 255, 255, 0.84);
  --line: rgba(255, 255, 255, 0.45);
  --shadow: 0 18px 45px rgba(44, 44, 44, 0.12);
  --shadow-hover: 0 24px 55px rgba(44, 44, 44, 0.2);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --section-desktop: 120px;
  --section-tablet: 80px;
  --section-mobile: 60px;
  --container: 1200px;
  --grad-bg: linear-gradient(135deg, #eaf3ff 0%, #dfeeff 55%, #f1f7ff 100%);
  --grad-primary: linear-gradient(135deg, #1f6fff 0%, #42a5ff 100%);
  --transition: 0.35s ease;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--dark); font-family: "Inter", system-ui, -apple-system, Segoe UI, sans-serif; background: var(--grad-bg); min-height: 100vh; overflow-x: hidden; line-height: 1.7; }
img { max-width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0 0 14px; font-family: "Poppins", "Inter", sans-serif; line-height: 1.2; }
p { margin: 0 0 14px; color: var(--soft); }
ul { margin: 0; padding-left: 18px; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.section-pad { padding: var(--section-mobile) 0; }
.section-pad-sm { padding: 36px 0; }
.section-title { font-size: clamp(1.7rem, 4vw, 2.7rem); margin-bottom: 34px; text-align: center; color: var(--dark); }
.glass { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; font: inherit; cursor: pointer; }
.btn-pill { background: var(--grad-primary); color: #fff; padding: 14px 28px; border-radius: 999px; font-weight: 700; letter-spacing: 0.2px; transition: transform var(--transition), box-shadow var(--transition), filter var(--transition); box-shadow: 0 12px 30px rgba(31, 111, 255, 0.34); }
.btn-pill:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(31, 111, 255, 0.42); filter: saturate(1.1); }
.bg-dots { position: fixed; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(44, 44, 44, 0.12) 1px, transparent 1px); background-size: 22px 22px; opacity: 0.3; z-index: -3; }
.blob { position: fixed; z-index: -2; filter: blur(8px); border-radius: 50%; animation: floatBlob 14s ease-in-out infinite; pointer-events: none; }
.blob-one { width: 240px; height: 240px; background: radial-gradient(circle at 30% 30%, rgba(31, 111, 255, 0.38), rgba(66, 165, 255, 0.14)); top: 12%; left: -60px; }
.blob-two { width: 300px; height: 300px; background: radial-gradient(circle at 70% 30%, rgba(130, 184, 255, 0.38), rgba(230, 240, 255, 0.1)); right: -80px; top: 38%; animation-delay: 3s; }
.blob-three { width: 180px; height: 180px; background: radial-gradient(circle at 50% 50%, rgba(89, 157, 255, 0.3), rgba(225, 239, 255, 0.1)); bottom: 6%; left: 22%; animation-delay: 1.6s; }
@keyframes floatBlob { 0%,100%{transform:translateY(0px) translateX(0px);} 50%{transform:translateY(-20px) translateX(10px);} }
.site-header { position: sticky; top: 0; z-index: 50; padding: 10px 0; transition: background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition); }
.site-header.scrolled { background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 8px 22px rgba(44, 44, 44, 0.1); }
.nav-wrap { display: flex; align-items: center; gap: 14px; position: relative; }
.logo { font-family: "Poppins", sans-serif; font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 800; background: linear-gradient(90deg, #1f6fff 0%, #ff2f6d 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.mobile-toggle { width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(44, 44, 44, 0.12); background: rgba(255, 255, 255, 0.9); display: inline-flex; align-items: center; justify-content: center; color: var(--dark); cursor: pointer; }
.mobile-toggle { margin-left: auto; }
.nav-wrap nav { position: absolute; left: 0; right: 0; top: 100%; }
.nav-menu { position: absolute; top: 64px; left: 16px; right: 16px; margin: 0; padding: 14px; list-style: none; border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.94); border: 1px solid rgba(44, 44, 44, 0.08); box-shadow: 0 10px 24px rgba(44, 44, 44, 0.12); display: none; flex-direction: column; gap: 8px; }
.nav-menu.active { display: flex; }
.nav-menu a { font-weight: 600; color: var(--dark); padding: 10px 12px; border-radius: 10px; transition: background var(--transition), color var(--transition); }
.nav-menu a:hover { background: rgba(31, 111, 255, 0.1); color: var(--primary); }
.hero { position: relative; text-align: center; overflow: clip; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(214,231,255,0.55) 0%, rgba(243,248,255,0.45) 45%, rgba(230,242,255,0.65) 100%); z-index: -1; }
.hero::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(120,150,200,0.14) 0px, rgba(120,150,200,0.14) 1px, transparent 1px, transparent 240px); z-index: -1; }
.hero-content { max-width: 980px; position: relative; z-index: 3; }
.chip { display: inline-block; margin-bottom: 16px; padding: 7px 14px; border-radius: 999px; font-size: 0.85rem; font-weight: 700; color: var(--primary); background: rgba(31, 111, 255, 0.12); }
.hero-title { font-size: clamp(2rem, 8vw, 4.2rem); margin-bottom: 18px; }
.hero-subtitle { font-size: clamp(1rem, 2.2vw, 1.16rem); margin-inline: auto; margin-bottom: 26px; }
.hero-glass { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); padding: 14px 16px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); animation: drift 8s ease-in-out infinite; display: none; }
.hero-glass p { margin: 0; font-weight: 700; color: var(--dark); font-size: 0.9rem; }
.hero-glass-a { left: 8%; top: 22%; }
.hero-glass-b { right: 9%; top: 19%; animation-delay: 1.2s; }
.hero-glass-c { right: 14%; bottom: 16%; animation-delay: 2s; }
.hero-showcase { position: absolute; inset: -24px -40px; pointer-events: none; z-index: 1; }
.hero-shot { position: absolute; width: 180px; aspect-ratio: 16/10; margin: 0; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,0.9); box-shadow: 0 20px 45px rgba(30, 65, 120, 0.2); border: 1px solid rgba(255, 255, 255, 0.9); animation: heroFloat 8.5s ease-in-out infinite; opacity: 0.75; }
.hero-shot img { width: 100%; height: 100%; object-fit: cover; }
.hs-1 { left: 1%; top: 4%; animation-delay: 0s; }
.hs-2 { left: 6%; top: 62%; animation-delay: 1s; }
.hs-3 { right: 1%; top: 6%; animation-delay: 1.6s; }
.hs-4 { right: 5%; top: 63%; animation-delay: 0.6s; }
.hs-5 { left: 18%; bottom: -2%; animation-delay: 2.2s; width: 200px; }
.hs-6 { right: 18%; bottom: -4%; animation-delay: 1.2s; width: 220px; }
@keyframes heroFloat { 0%,100%{ transform: translateY(0px); } 50%{ transform: translateY(-14px); } }
@keyframes drift { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);} }
.mission-grid { padding: 28px; display: grid; gap: 24px; }
.mission h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); margin-bottom: 14px; }
.mission-visual .visual-card { background: linear-gradient(145deg, rgba(84, 126, 255, 0.15), rgba(150, 210, 255, 0.14)); border: 1px solid rgba(255, 255, 255, 0.55); border-radius: var(--radius-lg); padding: 26px; min-height: 220px; display: flex; flex-direction: column; justify-content: center; }
.services-grid, .projects-grid, .team-grid, .pricing-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.service-card, .project-card, .team-member, .pricing-card { background: var(--surface-strong); border-radius: var(--radius-lg); border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition); }
.service-card { padding: 28px 24px; }
.service-card:hover, .project-card:hover, .team-member:hover, .pricing-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(33, 92, 170, 0.24); }
.service-icon { width: 54px; height: 54px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--grad-primary); color: #fff; margin-bottom: 16px; font-size: 1.2rem; }
.project-card { overflow: hidden; }
.project-card figure { margin: 0; overflow: hidden; aspect-ratio: 16/10; background: rgba(255, 255, 255, 0.95); display: flex; align-items: center; justify-content: center; }
.project-card img { width: 100%; height: 100%; object-fit: contain; padding: 10px; transition: transform 0.7s ease; }
.project-card:hover img { transform: scale(1.06); }
.project-body { padding: 20px 20px 24px; }
.project-body a { color: var(--primary); font-weight: 700; }
.awareness-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
.awareness-grid img { border-radius: var(--radius-lg); border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: var(--shadow); }
.project-list { padding: 10px; }
.project-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.7); margin: 8px 0; }
.project-item a { color: var(--primary); font-weight: 700; }
.pricing-card { position: relative; padding: 24px; border-radius: var(--radius-xl); }
.pricing-card { text-align: center; }
.pricing-card.featured { border-color: rgba(255, 47, 109, 0.45); box-shadow: 0 24px 50px rgba(255, 47, 109, 0.22); }
.plan-badge { display: inline-block; padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: 0.83rem; color: #fff; background: var(--grad-primary); margin-bottom: 16px; }
.plan-image { border-radius: 16px; overflow: hidden; margin: 0 auto 18px; width: min(100%, 170px); }
.plan-image img { width: 100%; height: auto; object-fit: contain; }
.price del { color: #667ba0; font-weight: 700; }
.price h3 { font-size: clamp(1.8rem, 4vw, 2.6rem); background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price { text-align: center; }
.pricing-card ul li { margin: 7px 0; color: var(--dark); }
.pricing-card h4 { text-align: left; }
.pricing-card ul { text-align: left; padding-left: 20px; }
.select-plan-btn { margin-top: 16px; display: inline-block; width: 100%; text-align: center; padding: 12px 18px; border-radius: 14px; font-weight: 700; color: #fff; background: linear-gradient(120deg, #1f6fff 0%, #42a5ff 50%, #1f6fff 100%); background-size: 220% 100%; transition: background-position 0.5s ease, transform var(--transition); }
.select-plan-btn:hover { background-position: 100% 0; transform: translateY(-2px); }
.team-member { text-align: center; padding: 24px 18px; }
.member-image { width: 126px; height: 126px; margin: 0 auto 14px; border-radius: 50%; overflow: hidden; border: 4px solid rgba(255, 255, 255, 0.8); }
.member-image img { width: 100%; height: 100%; object-position: center; }
.member-role { color: var(--primary); font-weight: 700; }
.developed-by-section h2, .global-users-section h2 { text-align: center; font-size: clamp(1.6rem, 3.8vw, 2.5rem); }
.brainware-grid { display: grid; gap: 20px; align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 24px; }
.left-content h2 { font-size: clamp(1.4rem, 4vw, 2rem); }
.right-logo img { border-radius: 149px; width: 100%; max-width: 280px; margin-inline: auto; box-shadow: var(--shadow); }
.global-users-text { text-align: center; max-width: 860px; margin-inline: auto; }
.global-users-map { margin: 24px auto 0; border-radius: var(--radius-lg); border: 1px solid rgba(255, 255, 255, 0.75); box-shadow: var(--shadow); width: min(100%, 620px); }
.reviews-layout { display: grid; gap: 18px; grid-template-columns: 1fr; max-width: 980px; margin: 0 auto; }
.rating-box { padding: 18px 20px; border-radius: var(--radius-lg); text-align: center; background: linear-gradient(145deg, #ffffff 0%, #eef5ff 100%); border: 1px solid rgba(31, 111, 255, 0.18); box-shadow: 0 16px 34px rgba(29, 84, 160, 0.15); }
.rating-stars, .stars { color: #16a34a; letter-spacing: 2px; margin-bottom: 8px; }
.google-brand { margin: 10px 0 4px; font-size: 1.35rem; font-weight: 800; letter-spacing: 0.4px; }
.g-blue { color: #4285f4; } .g-red { color: #ea4335; } .g-yellow { color: #fbbc05; } .g-green { color: #34a853; }
.reviews-wrapper { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid rgba(31, 111, 255, 0.2); background: linear-gradient(145deg, #ffffff 0%, #ecf4ff 100%); box-shadow: 0 16px 34px rgba(29, 84, 160, 0.12); min-height: 220px; }
.reviews-track { position: relative; min-height: 220px; padding: 14px; }
.review-card { position: absolute; inset: 14px; border-radius: 16px; background: #ffffff; border: 1px solid rgba(31, 111, 255, 0.16); padding: 16px; display: flex; flex-direction: column; justify-content: flex-start; opacity: 0; transform: translateY(10px) scale(0.99); transition: opacity 0.6s ease, transform 0.6s ease; pointer-events: none; }
.review-card.active { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.review-card .stars { order: 3; margin-top: 4px; margin-bottom: 8px; }
.review-card h4 { margin-bottom: 8px; font-size: 1rem; line-height: 1.2; color: #0f2f61; }
.review-card p { margin-bottom: 10px; font-size: 0.95rem; line-height: 1.45; color: #38547b; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.review-card span { margin-top: auto; color: #5e7392; font-size: 0.88rem; }
@media (max-width: 767.98px) {
  .reviews-wrapper { min-height: 250px; }
  .reviews-track { min-height: 250px; padding: 10px; }
  .review-card { inset: 10px; padding: 14px; }
  .review-card p { font-size: 0.9rem; -webkit-line-clamp: 5; }
}
.msme-card { padding: 20px; border-radius: var(--radius-xl); display: grid; gap: 20px; }
.msme-card img { border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.75); }
.msme-content a { display: inline-block; margin-top: 10px; color: var(--primary); font-weight: 700; }
.about-grid { display: grid; gap: 22px; }
.about-stats { display: grid; gap: 16px; }
.stat-card { padding: 24px; border-radius: var(--radius-lg); background: var(--surface-strong); border: 1px solid rgba(255, 255, 255, 0.74); box-shadow: var(--shadow); text-align: center; }
.stat-card h3 { font-size: clamp(2rem, 5vw, 2.8rem); color: var(--primary); }
.contact-grid { display: grid; gap: 22px; }
.contact-meta p { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.contact-meta a { color: var(--primary); font-weight: 700; }
.contact-form { padding: 24px; border-radius: var(--radius-xl); }
.form-group { position: relative; margin-bottom: 16px; }
.form-control { width: 100%; border: 1px solid rgba(44, 44, 44, 0.15); border-radius: 14px; background: rgba(255, 255, 255, 0.92); padding: 14px 14px; color: var(--dark); font: inherit; outline: none; transition: border-color var(--transition), box-shadow var(--transition); }
textarea.form-control { min-height: 130px; resize: vertical; }
.form-group label { position: absolute; left: 13px; top: 12px; padding: 0 6px; color: #898989; font-size: 0.95rem; background: rgba(255, 255, 255, 0.92); pointer-events: none; transition: transform var(--transition), color var(--transition), font-size var(--transition); }
.form-control:focus, .form-control:not(:placeholder-shown) { border-color: rgba(31, 111, 255, 0.48); box-shadow: 0 0 0 4px rgba(31, 111, 255, 0.15); }
.form-control:focus + label, .form-control:not(:placeholder-shown) + label { transform: translateY(-20px); font-size: 0.8rem; color: var(--primary); }
.site-footer { margin-top: 20px; color: #f3f3f3; background: linear-gradient(135deg, #0e274f 0%, #163f79 100%); padding-top: 56px; }
.footer-grid { display: grid; gap: 22px; }
.footer-col h3 { color: #fff; margin-bottom: 12px; }
.insta-link { display: inline-flex; gap: 8px; align-items: center; color: #fff; font-weight: 700; margin-bottom: 12px; }
.insta-link img { width: 20px; height: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: #d6d6d6; transition: color var(--transition), transform var(--transition); }
.footer-links a:hover { color: #fff; transform: translateX(4px); }
.footer-bottom { margin-top: 26px; padding: 16px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (min-width: 768px) {
  .section-pad { padding: var(--section-tablet) 0; }
  .mobile-toggle { display: none; }
  .nav-wrap { justify-content: space-between; }
  .nav-wrap nav { position: static; left: auto; right: auto; top: auto; }
  .nav-menu { position: static; display: flex; flex-direction: row; background: transparent; border: 0; box-shadow: none; padding: 0; gap: 6px; }
  .hero-glass { display: block; }
  .hero-shot { width: 170px; opacity: 0.8; }
  .hs-5, .hs-6 { display: none; }
  .mission-grid { grid-template-columns: 1.3fr 0.9fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .awareness-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
  .pricing-card.featured { transform: translateY(-10px); }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brainware-grid { grid-template-columns: 1.2fr 0.8fr; }
  .reviews-layout { grid-template-columns: 1fr; align-items: start; }
  .msme-card { grid-template-columns: 1fr 1fr; align-items: center; }
  .about-grid { grid-template-columns: 1.2fr 0.8fr; align-items: start; }
  .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 767.98px) {
  .hero { padding-top: 68px; }
  .hero-showcase { display: none; }
  .hero-glass { display: none; }
}
@media (min-width: 1200px) {
  .section-pad { padding: var(--section-desktop) 0; }
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .projects-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .container { width: min(100% - 44px, var(--container)); }
  .hero-shot { width: 220px; opacity: 1; }
  .hs-5, .hs-6 { display: block; }
}
