* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
}
body {
  margin:0;
  font-family:"Noto Sans Devanagari","Mangal",Arial,sans-serif;
  color:#432900;
  background:#fffdf5;
  line-height:1.7;
}
:root {
  --y:#f6b800;
  --g:#8b5b00;
  --c:#fff7d5;
  --d:#352000;
}
header {
  position:fixed;
  top:0;
  width:100%;
  z-index:5;
  background:#fff;
  box-shadow:0 3px 18px #0002;
}
.nav {
  max-width:1150px;
  margin:auto;
  min-height:70px;
  padding:10px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo {
  font-weight:900;
  color:var(--g);
  font-size:18px;
}
.logo span {
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  background:var(--y);
  border-radius:50%;
  margin-right:8px;
}
nav {
  display:flex;
  gap:22px;
}
nav a {
  text-decoration:none;
  color:#593900;
  font-weight:700;
}
.hero {
  min-height:100vh;
  padding:120px 20px 60px;
  background:radial-gradient(circle at 15% 20%,#f6b80035,transparent 30%),linear-gradient(135deg,#fffef9,#fff0ad);
}
.wrap {
  max-width:1150px;
  margin:auto;
}
.hero-grid {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:50px;
  align-items:center;
}
.badge {
  background:var(--y);
  display:inline-block;
  padding:6px 15px;
  border-radius:30px;
  font-weight:800;
}
.hero h1 {
  font-size:clamp(42px,7vw,76px);
  line-height:1.05;
  color:#684000;
  margin:18px 0 8px;
}
.hero h1 b {
  color:#d39300;
}
.hero h2 {
  font-size:28px;
  color:var(--g);
}
.hero p {
  font-size:17px;
  max-width:650px;
}
.buttons {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.btn {
  padding:12px 22px;
  border-radius:28px;
  text-decoration:none;
  font-weight:800;
  border:2px solid var(--y);
  display:inline-block;
}
.primary {
  background:var(--y);
  color:#392400;
}
.outline {
  background:white;
  color:#684000;
}
.maa {
  height:510px;
  border-radius:30px;
  padding:9px;
  background:linear-gradient(135deg,#fff,var(--y),#fff);
  box-shadow:0 25px 60px #6f460040;
}
.maaimg {
  height:100%;
  border-radius:23px;
  background:linear-gradient(#f7b90044,#fff2),url('maa.png') center/cover,#ffe57a;
  display:flex;
  align-items:end;
  justify-content:center;
}
.label {
  margin:0 20px 20px;
  padding:12px;
  width:90%;
  text-align:center;
  background:#fffef5eF;
  border-radius:15px;
  font-weight:900;
  color:#704700;
}
section {
  padding:85px 20px;
}
.white {
  background:#fff;
}
.cream {
  background:var(--c);
}
.heading {
  text-align:center;
  margin-bottom:45px;
}
.heading small {
  color:#d18c00;
  font-weight:900;
}
.heading h2 {
  font-size:42px;
  color:#654000;
  margin:5px 0;
}
.about {
  display:grid;
  grid-template-columns:320px 1fr;
  gap:50px;
  align-items:center;
}
.photo {
  height:380px;
  padding:8px;
  border-radius:25px;
  background:linear-gradient(135deg,var(--y),#fff,var(--g));
}
.photoimg {
  height:100%;
  border-radius:18px;
  background-image:url('pandit.png');
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  background-color:#fff;
  display:flex;
  align-items:end;
  justify-content:center;
}
.photoimg span {
  margin:15px;
  background:#fffef5eF;
  padding:8px 18px;
  border-radius:12px;
  font-weight:800;
}
.highlight {
  border-left:5px solid var(--y);
  background:#fff9df;
  padding:16px 20px;
  border-radius:0 15px 15px 0;
}
.cards {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.card {
  background:white;
  border:2px solid #f1ce5b;
  border-radius:24px;
  padding:28px 24px;
  box-shadow:0 10px 25px #63400012;
}
.num {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--y);
  font-weight:900;
  font-size:21px;
}
.card h3 {
  font-size:25px;
  color:#704600;
}
.card li {
  margin:5px 0;
}
.services {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.service {
  background:#fff;
  border:1px solid #efd269;
  border-radius:18px;
  padding:25px 12px;
  text-align:center;
  font-weight:800;
}
.service div {
  font-size:34px;
}
.onlinebox,.contactbox {
  max-width:850px;
  margin:auto;
  text-align:center;
  padding:42px 24px;
  border-radius:28px;
  background:#fffef0;
  border:2px solid #efca48;
}
.onlinebox h2,.contactbox h2 {
  font-size:34px;
  color:#704500;
}
.phone {
  font-size:42px;
  font-weight:900;
  color:#6d4500;
  text-decoration:none;
  display:block;
}
footer {
  background:#3b2600;
  color:#ffeeb0;
  text-align:center;
  padding:30px 20px;
}
.wa {
  position:fixed;
  right:20px;
  bottom:20px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  display:grid;
  place-items:center;
  text-decoration:none;
  font-size:27px;
  z-index:8;
}
@media(max-width:850px) {
  nav {
    display:none;
  }
  .hero-grid,.about {
    grid-template-columns:1fr;
    text-align:center;
  }
  .hero p {
    margin:auto auto 20px;
  }
  .buttons {
    justify-content:center;
  }
  .maa {
    max-width:470px;
    width:100%;
    margin:auto;
  }
  .cards {
    grid-template-columns:1fr;
  }
  .services {
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:500px) {
  section {
    padding:65px 15px;
  }
  .hero h1 {
    font-size:48px;
  }
  .maa {
    height:430px;
  }
  .services {
    grid-template-columns:1fr;
  }
  .btn {
    width:100%;
  }
  .phone {
    font-size:31px;
  }
}
.bm-video-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.bm-video-card {
  background:#fff;
  border:2px solid #f1ce5b;
  border-radius:24px;
  padding:12px;
  box-shadow:0 10px 25px #63400012;
}
.bm-video-card video {
  width:100%;
  display:block;
  border-radius:18px;
  background:#000;
}
.bm-video-card h3 {
  text-align:center;
  color:#704600;
  margin:14px 5px 5px;
}
@media(max-width:800px) {
  .bm-video-grid {
    grid-template-columns:1fr;
  }
}
@media(max-width:800px) {
  #reviews .bm-container>div[style*="grid-template-columns"] {
    grid-template-columns:1fr!important;
  }
}
.bm-section {
  padding:85px 20px;
}
.bm-white {
  background:#fff;
}
.bm-cream {
  background:var(--c);
}
.bm-container {
  max-width:1150px;
  margin:auto;
}
.bm-heading {
  text-align:center;
  margin-bottom:45px;
}
.bm-heading small {
  color:#d18c00;
  font-weight:900;
}
.bm-heading h2 {
  font-size:42px;
  color:#654000;
  margin:5px 0;
}
