@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #0b4f8a;
  --primary-dark: #07365e;
  --green: #17a673;
  --yellow: #f6b91a;
  --dark: #12202f;
  --muted: #667585;
  --light: #f5f8fb;
  --border: #e5ebf1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  background: #fff;
}
a { text-decoration: none; }
.top-bar {
  background: var(--primary-dark);
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}
.navbar { min-height: 74px; }
.navbar-brand { font-size: 22px; color: var(--dark) !important; }
.navbar-brand > span:last-child { color: var(--primary); }
.brand-mark {
  width: 38px; height: 38px; display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 10px; background: var(--yellow);
  color: var(--dark); margin-right: 7px;
}
.nav-link { color: #334454; font-weight: 600; }
.nav-link:hover, .nav-link.active { color: var(--primary); }
.btn { border-radius: 10px; font-weight: 700; }
.btn-primary { background: var(--primary); border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn-whatsapp { background: var(--green); color: #fff; }
.btn-whatsapp:hover { background: #11865d; color: #fff; }

.hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(246,185,26,.16), transparent 25%),
    linear-gradient(135deg, #f8fbfe 0%, #eef6fb 100%);
}
.min-vh-75 { min-height: calc(100vh - 110px); }
.eyebrow {
  display: inline-block; color: var(--green); font-size: 13px;
  font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
  margin-bottom: 15px;
}
.eyebrow.dark { color: var(--primary); }
.hero-section h1 {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1.08; font-weight: 800; max-width: 700px;
}
.hero-section h1 span { color: var(--primary); }
.hero-text {
  color: var(--muted); font-size: 18px; line-height: 1.75;
  max-width: 620px;
}
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; color: #425566; font-size: 13px; font-weight: 600; }
.trust-row i { color: var(--green); margin-right: 4px; }

.hero-visual { min-height: 530px; position: relative; }
.sun-glow {
  position: absolute; width: 330px; height: 330px; border-radius: 50%;
  background: rgba(246,185,26,.17); top: 70px; left: 50%; transform: translateX(-50%);
  filter: blur(3px);
}
.solar-card {
  position: absolute; width: 390px; height: 285px; left: 50%; top: 105px;
  transform: translateX(-50%) rotate(-8deg); border: 12px solid #1b3145;
  border-radius: 16px; overflow: hidden;
  background: linear-gradient(135deg, #173e62, #0c2842);
  box-shadow: 0 30px 60px rgba(10,45,75,.25);
}
.panel-grid { display: grid; grid-template-columns: repeat(4, 1fr); height: 100%; }
.panel-grid span { border: 1px solid rgba(255,255,255,.23); background: linear-gradient(135deg, rgba(70,140,190,.5), rgba(9,47,78,.8)); }
.panel-shine { position: absolute; inset: 0; background: linear-gradient(120deg, transparent 35%, rgba(255,255,255,.25), transparent 60%); }
.floating-card {
  position: absolute; z-index: 3; background: #fff; padding: 14px 17px;
  border-radius: 14px; box-shadow: 0 15px 35px rgba(12,38,61,.13);
  display: flex; gap: 12px; align-items: center; min-width: 175px;
}
.floating-card i { color: var(--primary); font-size: 24px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 14px; }
.floating-card small { color: var(--muted); font-size: 11px; margin-top: 2px; }
.card-one { top: 65px; left: 10px; }
.card-two { right: 5px; top: 265px; }
.card-three { left: 40px; bottom: 60px; }

.section-padding { padding: 90px 0; }
.section-heading { max-width: 720px; margin: 0 auto 45px; }
.section-heading > span { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; margin: 8px 0 12px; }
.section-heading p { color: var(--muted); }

.category-card {
  height: 100%; background: #fff; border: 1px solid var(--border);
  border-radius: 18px; padding: 25px; transition: .25s ease;
}
.category-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(15,47,75,.1); }
.icon-box {
  width: 54px; height: 54px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.icon-box.solar { background: #fff4cf; color: #d89d00; }
.icon-box.inverter { background: #e4f0fb; color: var(--primary); }
.icon-box.battery { background: #e1f6ed; color: var(--green); }
.icon-box.lithium { background: #ede8ff; color: #6548b8; }
.icon-box.cable { background: #e7f3f9; color: #16769e; }
.icon-box.pipe { background: #f1f1f1; color: #596674; }
.icon-box.switch { background: #fff0e2; color: #bd6b16; }
.icon-box.parts { background: #f5e8e8; color: #9b3d3d; }
.category-card h5 { font-weight: 800; }
.category-card p { color: var(--muted); font-size: 14px; line-height: 1.65; min-height: 68px; }
.category-card a { color: var(--primary); font-size: 13px; font-weight: 800; }

.brand-card {
  text-align: center; border: 1px solid var(--border); border-radius: 20px;
  padding: 38px; background: #fff; height: 100%;
  box-shadow: 0 10px 30px rgba(15,47,75,.05);
}
.brand-logo {
  height: 80px; display: flex; align-items: center; justify-content: center;
  font-size: 30px; font-weight: 900; letter-spacing: 2px; margin-bottom: 20px;
}
.brand-logo.genus { color: #1682b5; }
.brand-logo.eastman { color: #1e5aa5; }
.brand-card p { color: var(--muted); margin-bottom: 24px; }

.why-section { background: #edf6fb; }
.why-section h2 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800; }
.lead { color: var(--muted); line-height: 1.7; }
.feature-list { display: grid; gap: 18px; margin-top: 30px; }
.feature-list > div { display: flex; gap: 13px; }
.feature-list i { color: var(--green); margin-top: 4px; }
.feature-list strong, .feature-list small { display: block; }
.feature-list small { color: var(--muted); margin-top: 3px; }
.about-box {
  background: linear-gradient(145deg, var(--primary), #0a6aa2);
  color: #fff; border-radius: 26px; padding: 55px; min-height: 390px;
  display: flex; flex-direction: column; justify-content: center;
  box-shadow: 0 25px 50px rgba(11,79,138,.22);
}
.about-box p { color: rgba(255,255,255,.78); }
.mini-stats { display: flex; gap: 12px; margin-top: 25px; }
.mini-stats div { background: rgba(255,255,255,.1); padding: 14px; border-radius: 12px; flex: 1; }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats span { font-size: 11px; color: rgba(255,255,255,.7); margin-top: 3px; }

.contact-section { background: #fff; }
.contact-content { padding: 25px 10px 25px 0; }
.contact-content h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; }
.contact-content > p { color: var(--muted); line-height: 1.7; max-width: 560px; }
.contact-item { display: flex; align-items: center; gap: 15px; margin: 22px 0; }
.contact-item > i { width: 48px; height: 48px; border-radius: 12px; background: #e9f5f1; color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 19px; }
.contact-item small, .contact-item strong { display: block; }
.contact-item small { color: var(--muted); font-size: 12px; margin-bottom: 3px; }
.enquiry-card { background: var(--light); border: 1px solid var(--border); border-radius: 22px; padding: 32px; height: 100%; }
.enquiry-card h4 { font-weight: 800; }
.enquiry-card p { color: var(--muted); }
.enquiry-card .form-control, .enquiry-card .form-select { padding: 13px 15px; margin-bottom: 13px; border-radius: 10px; border-color: #dce5ec; }

.footer { background: #0c1d2c; color: #aebdca; padding: 55px 0 20px; }
.footer-brand { color: #fff; font-size: 21px; font-weight: 800; margin-bottom: 15px; }
.footer h6 { color: #fff; font-weight: 800; margin-bottom: 18px; }
.footer a { display: block; color: #aebdca; margin: 9px 0; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer hr { border-color: rgba(255,255,255,.12); margin: 35px 0 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; font-size: 12px; }

.floating-whatsapp {
  position: fixed; right: 20px; bottom: 20px; z-index: 1000;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--green); color: #fff; display: flex;
  align-items: center; justify-content: center; font-size: 29px;
  box-shadow: 0 10px 25px rgba(23,166,115,.35);
}
.floating-whatsapp:hover { color: #fff; transform: scale(1.05); }

@media (max-width: 991px) {
  .min-vh-75 { min-height: auto; padding: 75px 0; }
  .hero-visual { min-height: 480px; }
  .navbar-collapse { padding: 15px 0; }
  .nav-item .btn { margin-top: 8px; }
}
@media (max-width: 575px) {
  .top-bar { font-size: 11px; }
  .section-padding { padding: 65px 0; }
  .hero-section h1 { font-size: 2.45rem; }
  .hero-text { font-size: 15px; }
  .hero-visual { min-height: 390px; }
  .solar-card { width: 280px; height: 205px; top: 80px; }
  .sun-glow { width: 240px; height: 240px; top: 65px; }
  .floating-card { min-width: 145px; padding: 10px 12px; }
  .floating-card i { font-size: 19px; }
  .floating-card strong { font-size: 11px; }
  .floating-card small { font-size: 9px; }
  .card-one { top: 35px; left: 0; }
  .card-two { right: 0; top: 205px; }
  .card-three { left: 10px; bottom: 20px; }
  .category-card { padding: 18px; }
  .category-card p { min-height: auto; font-size: 12px; }
  .category-card h5 { font-size: 15px; }
  .brand-card { padding: 28px 20px; }
  .about-box { padding: 32px 24px; min-height: 330px; }
  .mini-stats { gap: 7px; }
  .mini-stats div { padding: 10px 7px; }
  .mini-stats strong { font-size: 12px; }
  .mini-stats span { font-size: 9px; }
  .contact-content { padding-right: 0; }
  .enquiry-card { padding: 22px; }
  .footer-bottom { flex-direction: column; }
}


/* Premium visual enhancements */
.hero-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -170px;
  top: -190px;
  background: rgba(23,166,115,.08);
}
.hero-section::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  left: -130px;
  bottom: -100px;
  background: rgba(11,79,138,.06);
}
.hero-section .container { position: relative; z-index: 2; }
.hero-badge {
  padding: 9px 14px;
  border-radius: 30px;
  background: rgba(23,166,115,.1);
  border: 1px solid rgba(23,166,115,.16);
}
.owner-line {
  display: inline-flex;
  align-items: center;
  color: #536777;
  font-size: 13px;
}
.owner-line strong { color: var(--primary); margin-left: 3px; }

.promo-strip {
  background: linear-gradient(100deg, var(--primary-dark), var(--primary), #087f8b);
  color: #fff;
  padding: 28px 0;
}
.promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.promo-label {
  display: block;
  color: #a9e8d2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.promo-inner h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
}
.promo-inner .btn {
  white-space: nowrap;
  color: var(--primary-dark);
}

.category-card, .brand-card, .enquiry-card {
  position: relative;
  overflow: hidden;
}
.category-card::after, .brand-card::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  right: -55px;
  top: -55px;
  background: rgba(11,79,138,.035);
  transition: .3s;
}
.category-card:hover::after, .brand-card:hover::after {
  transform: scale(1.6);
}
.category-card:hover .icon-box {
  transform: translateY(-3px) scale(1.05);
}
.icon-box { transition: .25s ease; }

.brand-card {
  border-top: 4px solid var(--primary);
}
.brand-logo {
  background: #f7fafc;
  border-radius: 14px;
}
.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(15,47,75,.11);
  transition: .25s ease;
}

.contact-section {
  background: linear-gradient(180deg, #fff, #f5f9fc);
}
.enquiry-card {
  box-shadow: 0 18px 45px rgba(15,47,75,.08);
}
.footer-owner {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 9px;
  background: rgba(255,255,255,.06);
  color: #cbd7df;
  font-size: 13px;
}
.footer-owner strong { color: #fff; margin-left: 3px; }

@media (max-width: 767px) {
  .promo-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .promo-inner .btn { width: 100%; }
  .owner-line { font-size: 12px; }
}


/* Real product image showcase */
.image-showcase {
  background: #f7fafc;
}
.image-feature {
  position: relative;
  min-height: 390px;
  border-radius: 24px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 50px rgba(11,44,70,.12);
}
.genus-feature {
  background-image: url("https://cdn.shopify.com/s/files/1/0567/5496/2477/products/ComboAmazonbannersSurjaL1875_GSTT190_165W_1.jpg?v=1648719271");
}
.eastman-feature {
  background-image: url("https://eastmansolar.in/themes/custom/eastmansolar/images/off-grid-solar-solution.png");
}
.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,25,42,.86) 0%, rgba(5,25,42,.48) 48%, rgba(5,25,42,.08) 100%);
}
.image-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  max-width: 440px;
  color: #fff;
  z-index: 2;
}
.image-content span {
  color: #b6f0d9;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 900;
}
.image-content h3 {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 800;
  margin: 8px 0;
}
.image-content p {
  color: rgba(255,255,255,.82);
  margin-bottom: 18px;
}
.hero-image-bg {
  border-radius: 28px;
}
@media (max-width: 575px) {
  .image-feature { min-height: 320px; }
  .image-content { left: 20px; bottom: 20px; right: 20px; }
  .image-content h3 { font-size: 1.45rem; }
  .image-content p { font-size: 12px; }
}


.site-logo-img{
    height:52px;
    width:auto;
    max-width:230px;
    object-fit:contain;
    display:block;
}
.footer-logo-img{
    height:58px;
    width:auto;
    max-width:250px;
    object-fit:contain;
    display:block;
    margin-bottom:10px;
}
@media (max-width:576px){
    .site-logo-img{height:44px;max-width:190px;}
    .footer-logo-img{height:50px;max-width:210px;}
}
