html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.header .header-area.homepage7 {
  background: #fcf9f0;
}
/* Button Wrapper (Spacing ke liye) */
.guru-btn-wrapper {
  margin-top: 30px; /* Text se thoda door */
}

/* Button Design */
.guru-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* Icon aur Text ke beech gap */
  padding: 8px 30px;
  background-color: #0163a8; /* Golden Theme Color */
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px; /* Round Capsule Shape */
  border: 2px solid #0163a8;
  transition: all 0.3s ease;
}

/* Hover Effect */
.guru-hero-btn:hover {
  background-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
}

/* =========================================
   1. HERO SECTION SETUP (Overlap Logic)
   ========================================= */
.guru-hero-overlay-section {
  position: relative;
  width: 100%;
  height: 730px;
  margin-top: 10px; /* Navbar gap */
  overflow: hidden;
}

/* Background Slider Styling */
.guru-hero-bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Piche rahega */
}

.guruKripaSwiper {
  width: 100%;
  height: 100%;
}

.guru-slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.guru-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

/* Slider Text (Left Side) */
.guru-slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  width: 100%;
}

.guru-slide-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.2;
}

.badge-text {
  background: #0163a8;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.guru-slide-content p {
  font-size: 18px;
}
.guru-slide-content .features-row span {
  font-size: 18px;
}
/* =========================================
   2. FORM OVERLAY (Right Side Float)
   ========================================= */
.guru-form-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* Slider ke upar */
  pointer-events: none; /* Taaki slider ke arrows click ho sakein jahan form nahi hai */
}

/* Container click wapas enable karein */
.guru-form-overlay-wrapper .container {
  pointer-events: auto;
}

/* THE FORM CARD */
.enquiery-form-card {
  margin-top: 70px;
  background: rgba(241, 232, 217, 0.95);
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px); /* Modern Glass Effect */
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.form-header {
  text-align: center;
  margin-bottom: 15px;
}
.form-header h3 {
  color: #000;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.form-header p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* Grid System (2 Fields per Row) */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #dcd1be;
  border-radius: 6px;
  padding: 0 10px;
  font-size: 13px;
  background: #fff;
  outline: none;
}

.form-input:focus {
  border-color: #0163a8;
}

/* Full Width & Extra Elements */
.form-full {
  margin-bottom: 10px;
}
.form-full label {
  font-size: 11px;
  font-weight: 700;
  color: #0163a8;
  display: block;
  margin-bottom: 3px;
}

.form-check {
  display: flex;
  gap: 8px;
  font-size: 11px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* Captcha */
.captcha-row {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.captcha-box {
  background: #fff;
  border: 1px dashed #999;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* Button */
.submit-btn {
  width: 100%;
  background: #0163a8;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
}
.submit-btn:hover {
  background: #014c82;
}

.nice-select {
  color: #707173;
}
/* --- Main Footer Wrapper --- */
.footer-section-gkv-wrapper {
  background-color: #0f172a; /* Dark Blue Theme */
  color: #e2e8f0; /* Light Text */
  font-family: "Poppins", sans-serif;
  padding: 60px 0 20px;
  position: relative;
  overflow: hidden;
}

.footer-section-gkv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Top Section Layout (Grid) --- */
.footer-section-gkv-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* --- Headings & Typography --- */
.footer-section-gkv-heading {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.footer-section-gkv-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 3px;
  background-color: #c5a059; /* Gold Color */
  border-radius: 2px;
}

/* --- Logo Column --- */
.footer-section-gkv-logo {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-section-gkv-logo span {
  color: #c5a059; /* Gold Color */
}

.footer-section-gkv-desc {
  color: #94a3b8; /* Muted Text */
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* --- Social Icons --- */
.footer-section-gkv-socials {
  display: flex;
  gap: 15px;
}

.footer-section-gkv-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1e293b;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.footer-section-gkv-social-link:hover {
  background-color: #c5a059; /* Gold Hover */
  color: #0f172a;
  transform: translateY(-3px);
}

/* --- Links Column --- */
.footer-section-gkv-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section-gkv-links ul li {
  margin-bottom: 12px;
}

.footer-section-gkv-links ul li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  display: flex;
  align-items: center;
}

.footer-section-gkv-links ul li a::before {
  content: "\f105"; /* FontAwesome Chevron */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #c5a059;
  font-size: 12px;
}

.footer-section-gkv-links ul li a:hover {
  color: #c5a059;
  padding-left: 5px;
}

/* --- Contact Column --- */
.footer-section-gkv-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #94a3b8;
  font-size: 14px;
}

.footer-section-gkv-contact-item i {
  color: #c5a059;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 3px;
  min-width: 20px;
}
.footer-section-gkv-contact-item svg {
  color: #c5a059;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 4px;
  min-width: 20px;
}
.footer-section-gkv-contact-item a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section-gkv-contact-item a:hover {
  color: #c5a059;
}

/* --- Partner Box --- */
.footer-section-gkv-partner-box {
  background: #1e293b;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #c5a059;
}

.footer-section-gkv-partner-box h4 {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 5px;
}

.footer-section-gkv-partner-box p {
  color: #94a3b8;
  font-size: 13px;
  margin: 0 0 10px;
}

.footer-section-gkv-badge {
  display: inline-block;
  background-color: #c5a059;
  color: #0f172a;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
}

/* --- Divider --- */
.footer-section-gkv-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  margin: 20px 0;
}

/* --- Bottom Section --- */
.footer-section-gkv-bottom {
  text-align: center;
}

.footer-section-gkv-disclaimer {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 15px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.footer-section-gkv-copyright {
  font-size: 14px;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 10px;
}

/* =========================================
   GALLERY SECTION (Masonry Style)
   ========================================= */

.guru-gallery-section {
  padding: 40px 5%;
  background-color: #fcf9f0;
  font-family: "Poppins", sans-serif;
}

/* Fix Container (Top Title) */
.guru-gallery-section .guru-container {
  display: block !important;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header reused from previous (Center Aligned) */

/* --- Gallery Grid --- */
.guru-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 Columns */
  grid-auto-rows: 250px; /* Fixed row height */
  gap: 20px;
  margin-top: 40px;
}

/* --- Gallery Item Wrapper --- */
.guru-gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* --- Special Sizes (Span CSS) --- */
/* Large Item (Spans 2 columns & 2 rows) */
.item-large {
  grid-column: span 2;
  grid-row: span 2;
}

/* Wide Item (Spans 2 columns) */
.item-wide {
  grid-column: span 2;
}

/* --- Image Styling --- */
.guru-gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

/* Hover Zoom Effect */
.guru-gallery-item:hover .guru-gallery-img {
  transform: scale(1.1); /* Zoom In */
}

/* --- Overlay Effect --- */
.guru-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(1, 99, 168, 0.85),
    rgba(1, 99, 168, 0.3)
  ); /* Blue Gradient */
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.guru-gallery-item:hover .guru-gallery-overlay {
  opacity: 1; /* Fade In */
}

/* Overlay Content Animation */
.guru-overlay-content {
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.guru-gallery-item:hover .guru-overlay-content {
  transform: translateY(0); /* Slide Up */
}

.guru-overlay-content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.guru-overlay-content p {
  color: #e0e0e0;
  font-size: 14px;
  margin-bottom: 15px;
}

/* View Icon */
.guru-gallery-icon {
  display: inline-flex;
  width: 45px;
  height: 45px;
  background: #fff;
  color: #0163a8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s;
}

.guru-gallery-icon:hover {
  background: #ff9900; /* Orange Hover */
  color: #fff;
  transform: rotate(90deg);
}

/* =========================================
   LAYOUT SECTION
   ========================================= */

.guru-layout-section {
  padding: 40px 5%;
  background-color: #e7f4fd;
  font-family: "Poppins", sans-serif;
  overflow: hidden; /* Blob bahar na nikle */
}

/* Fix Container for Header Top */
.guru-layout-section .guru-container {
  display: block !important;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header style reused from previous sections */

/* --- Content Wrapper (Flex) --- */
.guru-layout-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}

/* --- Left Side: Content --- */
.guru-layout-content {
  flex: 1;
}

.guru-layout-heading {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.guru-layout-heading .highlight {
  color: #0163a8;
}

.guru-layout-desc {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Features Grid (2 Columns) */
.guru-layout-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 35px;
}

/* Feature Card */
.guru-layout-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  background: #f9fbfd;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.guru-layout-card:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(1, 99, 168, 0.1);
  border-color: #0163a8;
  transform: translateY(-5px);
}

/* Icon */
.guru-layout-icon {
  min-width: 45px;
  height: 45px;
  background: #eef7ff;
  color: #0163a8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

/* Feature Text */
.guru-layout-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px 0;
}

.guru-layout-card p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

/* Button Styling (Reused from About section or defined here) */
.guru-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  background-color: #0163a8;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50px;
  transition: all 0.3s;
}

.guru-btn-primary:hover {
  background: #014f86;
  color: #fff;

  gap: 15px;
}

/* --- Right Side: Image --- */
.guru-layout-image-box {
  flex: 1;
  position: relative;
}

.guru-layout-img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  transition: transform 0.5s;
}

.guru-layout-image-box:hover .guru-layout-img {
  transform: scale(1.02);
}

/* Decorative Blob behind image */
.guru-blob {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
  background: #eef7ff;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  z-index: 1;
  animation: morph 6s ease-in-out infinite;
}

@keyframes morph {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
}

/* Floating Badge (Vastu) */
.guru-layout-badge {
  position: absolute;
  bottom: 30px;
  left: -20px;
  background: #fff;
  color: #0163a8;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #eef7ff;
}

/* =========================================
   LOCATION ADVANTAGE SECTION
   ========================================= */

.guru-location-section {
  padding: 40px 5%;
  background-color: #fcf9f0;
  font-family: "Poppins", sans-serif;
}

/* Layout Fix: Header Top, Content Below */
.guru-location-section .guru-container {
  display: block !important;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Description (Optional text below title) */
.guru-header-desc {
  text-align: center;
  max-width: 700px;
  margin: 15px auto 0 auto;
  color: #000;
  font-size: 15px;
}

/* --- Content Wrapper (Left List, Right Image) --- */
.guru-location-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  align-items: center;
}

/* --- Left Side: Location List --- */
.guru-location-list {
  flex: 1; /* 50% width */
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(300px, 1fr)
  ); /* 2 columns internal if space allows */
  gap: 20px;
}

/* Location Card */
.guru-loc-card {
  display: flex;
  align-items: center;
  background: #fcfcfc;
  padding: 15px 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #eef2f6;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.guru-loc-card:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(1, 99, 168, 0.1);
  border-color: #0163a8;
  transform: translateX(5px); /* Slight shift right */
}

/* Icon */
.guru-loc-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0163a8;
  font-size: 20px;
  margin-right: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.guru-loc-card:hover .guru-loc-icon {
  background: #0163a8;
  color: #fff;
}

/* Info Text */
.guru-loc-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 3px 0;
}

.guru-loc-info p {
  font-size: 12px;
  color: #000;
  margin: 0;
}

/* Time Badge */
.guru-loc-time {
  margin-left: auto; /* Push to right */
  background: #eef7ff;
  color: #0163a8;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

/* --- Right Side: Visual Map --- */
.guru-location-visual {
  flex: 1; /* 50% width */
  height: 100%;
}

.guru-map-image-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.guru-map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Pulse Pin Animation */
.guru-map-pin {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ff3b30; /* Map Marker Red */
  font-size: 40px;
}

.pin-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: rgba(255, 59, 48, 0.5);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

/* Map Overlay Box */
.guru-map-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  backdrop-filter: blur(5px);
}

.guru-map-overlay h4 {
  margin: 0;
  color: #0163a8;
  font-size: 18px;
  font-weight: 700;
}

.guru-map-overlay p {
  font-size: 13px;
  color: #555;
  margin: 5px 0 15px 0;
}

.guru-map-btn {
  display: inline-block;
  background: #0163a8;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
}

.guru-map-btn:hover {
  background: #01497c;
}

/* =========================================
   RERA & MVDA SECTION (Trust Badges)
   ========================================= */

.guru-approvals-section {
  padding: 40px 5%;
  background-color: #e4f1fd; /* Very Light Professional Blue */
  font-family: "Poppins", sans-serif;
}

/* --- Layout Fix (Title Top, Content Bottom) --- */
.guru-approvals-section .guru-container {
  display: block !important;
  width: 100%;
  max-width: 1000px; /* Thoda compact taaki cards focus mein rahein */
  margin: 0 auto;
}

/* Header Style reuse hoga (Center Aligned) */

/* --- Grid Layout (2 Columns) --- */
.guru-approvals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

/* --- Card Design --- */
.guru-approval-card {
  background: #fcf9f0;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  border: 2px solid #fcf9f0; /* Subtle Border */
  transition: all 0.4s ease;
  overflow: hidden;
}

/* Hover Effect: Glow & Lift */
.guru-approval-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(1, 99, 168, 0.12);
  border-color: #0163a8; /* Theme Blue Border on Hover */
}

/* Icon Circle */
.guru-approval-icon {
  width: 70px;
  height: 70px;
  background: #eef7ff; /* Lightest Blue */
  color: #0163a8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin: 0 auto 20px auto;
  transition: all 0.4s ease;
}

.guru-approval-card:hover .guru-approval-icon {
  background: #0163a8;
  color: #fff;
  transform: scale(1.1);
}

/* Typography */
.guru-approval-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.guru-reg-text {
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Registration Number Box */
.guru-reg-number {
  display: inline-block;
  background: #fff8e1; /* Light Gold Bg */
  color: #b78900; /* Dark Gold Text */
  padding: 8px 15px;
  border-radius: 5px;
  font-family: "Courier New", monospace; /* Document feel */
  font-weight: 700;
  font-size: 16px;
  border: 1px dashed #ffd700;
  margin-bottom: 15px;
}

.guru-desc {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

/* Verified Badge (Corner Ribbon style) */
.guru-check-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e6ffea; /* Light Green */
  color: #28a745;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Mobile Fix */

/* =========================================
   AMENITIES SECTION (Title Top Fix)
   ========================================= */

.guru-amenities-section {
  padding: 40px 5%;
  background-color: #fcf9f0;
  background-image: radial-gradient(#0163a8 0.5px, transparent 0.5px);
  background-size: 20px 20px;
  font-family: "Poppins", sans-serif;
}

/* --- FIX: Force Layout to Stack Vertically (Title Top, Grid Bottom) --- */
.guru-amenities-section .guru-container {
  display: block !important; /* Flex hata kar Block kar diya */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Header ko Center aur Top par laane ke liye (Global Class Reuse) */
.guru-amenities-section .guru-section-header {
  text-align: center !important;
  width: 100%;
  margin-bottom: 40px;
}

/* --- Grid Layout --- */
.guru-amenities-grid {
  display: grid;
  /* Desktop: 4 Columns, Mobile: Auto Adjust */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  width: 100%;
}

/* --- Card Design --- */
.guru-amenity-card {
  background: #fff;
  padding: 35px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.4s ease;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.guru-amenity-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(1, 99, 168, 0.15);
  border-color: #0163a8;
}

/* --- Icon Box --- */
.guru-icon-box {
  width: 80px;
  height: 80px;
  background: #f0f8ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
  transition: all 0.4s ease;
  color: #0163a8;
  font-size: 32px;
}

/* Hover Effect: Icon Spin */
.guru-amenity-card:hover .guru-icon-box {
  background: #0163a8;
  color: #fff;
  transform: rotateY(180deg);
}

/* Typography */
.guru-amenity-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.guru-amenity-card p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* =========================================
   OUR PROJECTS SECTION (Complete Code)
   ========================================= */

.guru-projects-section {
  padding: 40px 5%;
  background-color: #f4f7f6; /* Light Professional Background */
  font-family: "Poppins", sans-serif;
}

/* --- FIX: Container Layout (Title Top, Grid Bottom) --- */
/* Ye code ensure karega ki Title side mein na aaye */
.guru-projects-section .guru-container {
  display: block !important; /* Flex hata kar block kar diya */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Section Header (Center & Top) --- */
.guru-section-header {
  text-align: center !important; /* Text Center */
  margin-bottom: 50px;
  width: 100%;
}

.guru-section-header .guru-sub-title {
  color: #0163a8; /* Theme Blue */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
}

.guru-section-header .guru-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.guru-section-header .highlight {
  color: #0163a8;
}

.guru-separator {
  width: 70px;
  height: 4px;
  background: #0163a8;
  margin: 15px auto 0 auto; /* Center Alignment */
  border-radius: 2px;
}

/* --- Grid Layout (3 Cards per Row) --- */
.guru-projects-grid {
  display: grid;
  /* Screen ke hisaab se adjust hoga */
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  width: 100%;
}

/* --- Project Card Design --- */
.guru-project-card {
  background: #fcf9f0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.4s ease;
  border-bottom: 3px solid transparent;
}

/* Hover Effect: Card Lift */
.guru-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(1, 99, 168, 0.15);
  border-bottom: 3px solid #0163a8;
}

/* --- Image Area --- */
.guru-project-img-box {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.guru-project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Hover Effect: Image Zoom */
.guru-project-card:hover .guru-project-img {
  transform: scale(1.1);
}

/* --- Status Badge (Ongoing/Completed) --- */
.guru-status-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 12px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.ongoing {
  background: #0163a8;
}
.completed {
  background: #28a745;
}
.upcoming {
  background: #ff9900;
}

/* --- Overlay Icon Effect --- */
.guru-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 99, 168, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.guru-project-card:hover .guru-overlay {
  opacity: 1;
}

.guru-overlay-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #0163a8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.3s;
}

.guru-overlay-btn:hover {
  transform: rotate(90deg) scale(1.1);
}

/* --- Content Area --- */
.guru-project-content {
  padding: 25px;
}

.guru-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
}

.guru-meta i {
  color: #ff9900;
  margin-right: 6px;
}

.guru-project-title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.guru-project-title a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
}

.guru-project-title a:hover {
  color: #0163a8;
}

.guru-project-desc {
  font-size: 16px;
  color: #000;
  text-align: justify;
  /* letter-spacing: 1px; */
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guru-divider {
  border: 0;
  border-top: 1px solid #f0f0f0;
  margin: 15px 0;
}

/* --- Footer (Config & Button) --- */
.guru-project-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guru-project-footer .config {
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
  background: #f0f4f8;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
}

.guru-read-more {
  text-decoration: none;
  color: #0163a8;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s;
}

.guru-read-more:hover {
  gap: 10px;
}

/* =========================================
   ABOUT US SECTION (Professional UI)
   ========================================= */
.guru-about-section {
  margin-top: -43px;
  padding: 40px 5%; /* Top-Bottom Padding */
  background-color: #fcf9f0;
  font-family: "Poppins", sans-serif;
}

.guru-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center; /* Vertically Center */
  justify-content: space-between;
  gap: 60px; /* Text aur Image ke beech gap */
}

/* --- LEFT SIDE: TEXT --- */
.guru-about-content {
  flex: 1; /* 50% width lega */
}

.guru-sub-title {
  color: #0163a8; /* Theme Color */
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

.guru-main-title {
  font-size: 38px;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}

.guru-main-title .highlight {
  color: #0163a8;
}

.guru-text {
  font-size: 17px;
  color: #000;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Features List */
.guru-features-list {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}

.guru-features-list li {
  font-size: 16px;
  color: #000;

  font-weight: 500;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.guru-features-list li i {
  color: #0163a8; /* Theme Color Icon */
  font-size: 18px;
}
.guru-features-list li svg {
  color: #0163a8; /* Theme Color Icon */
  font-size: 18px;
}
/* --- RIGHT SIDE: IMAGE --- */
.guru-about-image-wrapper {
  flex: 1; /* 50% width */
  position: relative;
  padding-left: 30px; /* Thoda gap frame ke liye */
  padding-bottom: 30px;
}

.guru-about-img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Decorative Frame Behind Image */
.guru-img-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  border: 5px solid #0163a8; /* Theme Color Border */
  border-radius: 10px;
  z-index: 1; /* Image ke peeche */
}

/* Experience Badge (Floating) */
.guru-exp-badge {
  position: absolute;
  bottom: 50px;
  left: -20px; /* Image ke upar overlap karega */
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 3;
  text-align: center;
  border-left: 5px solid #0163a8;
}

.guru-exp-badge .years {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #0163a8;
  line-height: 1;
}

.guru-exp-badge .text {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.header .header-area.homepage7 .main-menu-ex.homepage6 ul li a:hover {
  color: #0163a8 !important;
}
.header-area .site-logo {
  margin-top: -16px;
}
.main-menu-ex .homepage6 {
  margin-top: 10px;
}
.header-quote-btn.custom-btn {
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  background: linear-gradient(135deg, #0163a8 0%, #0163a8 100%) !important;
  color: #ffffff !important;
  border: 1px solid #0a5abc !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(115, 195, 236, 0.3);
  border: none;
}

/* --- Slider & Background --- */
.swiper {
  width: 100%;
  height: 684px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.guru-kripa-bg {
  width: 100%;
  height: 684px;
  background-size: cover;
  background-position: center;
}

.guru-kripa-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 684px;
  /* Gradient: Left Dark (Text ke peeche) -> Right Light */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
  z-index: 2;
}

/* --- LEFT SIDE: TEXT CSS --- */
.guru-kripa-slide-text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 5%; /* Left se 5% door */
  transform: translateY(-50%); /* Vertical Center */
  width: 50%;
  color: white;
  padding-right: 20px;
}

/* Text Styling */
.guru-kripa-badge {
  background: #0163a8;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
}

.guru-kripa-heading {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 15px;
}

.guru-kripa-desc {
  font-size: 16px;
  letter-spacing: 1px;
  opacity: 0.9;
  max-width: 550px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Features Icons */
.guru-kripa-features {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 15px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}

.feature-item i {
  color: #0163a8;
}

.guru-kripa-cta-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid #0163a8;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.guru-kripa-cta-link:hover {
  color: #0163a8;
  gap: 12px;
}

/* --- RIGHT SIDE: FORM CSS --- */
.guru-kripa-static-form-container {
  position: absolute;
  top: 50%;
  right: 5%; /* Right se 5% door */
  transform: translateY(-50%); /* Vertical Center */
  z-index: 1; /* Slider ke upar */
  width: 400px; /* Fixed Width */
  max-width: 90%;
}

.guru-kripa-form-card {
  background: #ffffff;
  padding: 30px;
  margin-top: 111px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.guru-kripa-form-header {
  text-align: center;
  margin-bottom: 20px;
}
.guru-kripa-form-header h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
}
.guru-kripa-form-header p {
  font-size: 13px;
  color: #222;
}
.nice-select .list {
  z-index: 12;
}
/* Input Styling */
.guru-kripa-input-group {
  margin-bottom: 12px;
}
.guru-kripa-label {
  font-size: 12px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
  display: block;
}
.guru-kripa-input-wrapper {
  position: relative;
}
.guru-kripa-icon {
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #222 !important;
  font-size: 13px !important;
  z-index: 10;
}
.select-icon-1 {
  top: 21px !important;
}
.guru-kripa-input {
  width: 100%;
  padding: 6px 10px 6px 35px;
  background: #f5f7fa;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
}
.guru-kripa-input-1 {
  padding: 1px 10px 10px 35px;
}
.guru-kripa-input svg {
  width: 100% !important;
  padding: 10px 10px 10px 35px !important;
  background: #f5f7fa !important;
  border: 1px solid #eaeaea !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  outline: none !important;
}
.guru-kripa-input:focus {
  border-color: #0163a8;
  background: #fff;
}

.guru-kripa-submit-btn {
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, #0163a8 0%, #0163a8 100%) !important;
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .guru-gallery-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 Columns on Tablet */
    grid-auto-rows: 200px;
  }

  /* Reset spans on mobile for simpler layout */
  .item-large,
  .item-wide {
    grid-column: span 1;
    grid-row: span 1;
  }

  .footer-section-gkv-top {
    grid-template-columns: 1fr 1fr;
  }
  .guru-location-wrapper {
    flex-direction: column; /* Stack vertically */
  }

  .guru-location-list {
    grid-template-columns: 1fr; /* Single column list */
    width: 100%;
  }

  .guru-location-visual {
    width: 100%;
  }

  .guru-layout-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .guru-layout-features {
    grid-template-columns: 1fr; /* Single column on mobile */
  }

  .guru-blob {
    display: none; /* Hide decorative blob on mobile */
  }

  .guru-layout-badge {
    left: 0;
    bottom: 10px;
  }

  .guru-hero-overlay-section {
    height: auto; /* Allow scrolling on mobile */
    padding-bottom: 40px;
  }

  .guru-hero-bg-slider {
    position: relative; /* Image upar aayegi */
    height: 50vh; /* Half screen image */
  }

  .guru-form-overlay-wrapper {
    position: relative; /* Form niche aayega */
    height: auto;
    padding-top: 20px;
  }

  .enquiery-form-card {
    margin: 0 15px; /* Side spacing */
  }

  .guru-slide-content {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .guru-approvals-grid {
    grid-template-columns: 1fr; /* 1 Card per row */
  }

  .guru-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .guru-projects-grid {
    grid-template-columns: 1fr; /* Mobile pe single column */
  }

  .guru-btn-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center; /* Center align */
  }

  .guru-hero-btn {
    padding: 12px 30px;
    font-size: 13px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .guru-gallery-grid {
    grid-template-columns: 1fr; /* 1 Column on Phone */
    grid-auto-rows: 250px;
  }

  .guru-kripa-main-wrapper {
    height: auto;
    min-height: 100vh;
    padding-bottom: 17px;
  }
  .guru-kripa-input-1 {
    padding: 5px 10px 10px 35px;
    height: 44px;
  }

  .swiper {
    position: relative;
    height: 320px;
    order: 1;
  }

  .guru-kripa-slide-text {
    width: 100%;
    left: 0;
    bottom: -80px;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
  }
  .feature-item {
    display: none;
  }
  .guru-kripa-badge {
    padding: 2px 15px;
    margin-top: 32px;
    font-size: 10px;
  }
  .guru-kripa-cta-link {
    justify-content: center;
    margin-bottom: 20px;
  }
  .guru-kripa-desc {
    font-size: 14px;
    margin: 0 auto 20px auto;
  }
  .guru-kripa-heading {
    font-size: 28px;
  }
  .guru-kripa-features {
    justify-content: center;
    gap: 8px;
  }
  .guru-kripa-form-card {
    margin-top: 15px;
  }
  /* Form Mobile Layout */
  .guru-kripa-static-form-container {
    position: relative; /* Absolute hataya */
    width: 90%; /* Mobile width */
    max-width: 400px;
    right: 0;
    left: 0;
    top: 0;
    transform: none;
    margin: 0 auto; /* Horizontal Center */
    z-index: 10;
  }
  .guru-kripa-submit-btn {
    padding: 6px;
    font-size: 14px;
  }
  .guru-main-title {
    font-size: 28px;
  }
  .guru-text {
    font-size: 16px;
  }

  .guru-container {
    flex-direction: column; /* Stack kar dega */
    gap: 40px;
  }

  .guru-about-content {
    text-align: center;
  }

  /* List items center on mobile */
  .guru-features-list li {
    justify-content: left;
    font-size: 15px;
  }

  .guru-about-image-wrapper {
    padding: 0;
    width: 100%;
  }
  .guru-btn-primary {
    margin-left: 50px;
  }

  .guru-img-frame {
    display: none; /* Mobile pe frame hata sakte hain clean look ke liye */
  }

  .guru-exp-badge {
    left: 0;
    bottom: 20px;
  }
  .guru-about-img {
    margin-top: -51px;
  }
  .guru-exp-badge .years {
    font-size: 21px;
  }
  .guru-section-header .guru-main-title {
    font-size: 25px;
  }
  .guru-projects-section,
  .guru-approvals-section,
  .guru-location-section,
  .guru-layout-section,
  .guru-gallery-section {
    padding: 28px 5%;
  }
  .guru-layout-heading {
    font-size: 24px;
  }
  .guru-layout-content {
    margin-top: -24px;
  }
  .guru-header-desc {
    text-align: justify;
  }
  .guru-map-btn {
    padding: 4px 20px;
  }
  .guru-project-title a {
    font-size: 17px;
  }
  .guru-project-desc {
    font-size: 15px;
  }
  .guru-project-footer .config {
    padding: 2px 12px;
  }
  .guru-project-img-box {
    height: 198px;
  }
  .guru-amenity-card h3 {
    font-size: 18px;
  }
  .guru-amenity-card {
    padding: 21px 15px;
  }
  .guru-icon-box {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .guru-approval-card h3 {
    font-size: 20px;
  }
  .guru-reg-text {
    font-size: 12px;
  }
  .guru-reg-number {
    padding: 4px 15px;
    font-size: 13px;
  }
  .guru-desc {
    text-align: justify;
    font-size: 15px;
  }
  .footer-section-gkv-wrapper {
    padding: 30px 0 20px;
  }
  .footer-section-gkv-links ul li a {
    margin-left: 39%;
  }
  .footer-section-gkv-disclaimer {
    text-align: justify;
  }
  .guru-kripa-cta-link {
    display: none;
  }

  .custom-logo {
    width: 207px !important;
    position: relative !important;
    top: 7px !important;
    margin-top: -19px !important;
  }
  .footer-section-gkv-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-section-gkv-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-section-gkv-socials {
    justify-content: center;
  }

  .footer-section-gkv-contact-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-section-gkv-contact-item i {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .guru-amenities-grid {
    grid-template-columns: 1fr;
  }
  .guru-slide-content h1 {
    font-size: 28px;
  }
  .guru-slide-content p {
    font-size: 17px;
  }

  .guru-slide-content {
    margin-top: 38px;
  }
  .guru-about-section {
    margin-top: 1px;
  }
  .guru-form-overlay-wrapper {
    margin-top: 60px;
  }
  .guru-hero-btn {
    display: none;
  }
  .enquiery-form-card {
    margin: 0 15px;
  }
}
