/* --- GOMTI NAGAR PREMIUM HERO STYLING --- */

.gt-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 8vw, 7.5rem);
  color: #fff;
  background:
    linear-gradient(115deg, rgba(23, 18, 15, 0.92) 0%, rgba(90, 50, 27, 0.76) 50%, rgba(17, 15, 12, 0.62) 100%),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1800&auto=format&fit=crop") center/cover no-repeat;
}

/* Grid & Light Effects */
.gt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 214, 111, 0.18), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(201, 111, 59, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 86px 86px, 86px 86px;
  opacity: 0.75;
}

/* Transition to body background */
.gt-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8rem;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #fff8ef);
}

/* Kicker sub-headline */
.gt-hero-kicker {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffe6a8;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

/* Heading H1 */
.gt-hero-title {
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 1.15rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 3.1rem);
  line-height: 1.04;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #fff;
}

.gt-hero-title span {
  color: #ffd66f;
  background: linear-gradient(135deg, #ffd66f, #f0b44b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Description paragraph */
.gt-hero-desc {
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.92rem, 1.25vw, 1.02rem);
  line-height: 1.7;
}

/* Trust points block */
.gt-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.gt-point-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.58rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 247, 237, 0.92);
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform var(--ease), background var(--ease);
}

.gt-point-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.gt-point-item i {
  color: #ffd66f;
  font-size: 1rem;
}

/* CTA actions */
.gt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.gt-hero-actions .btn {
  padding: 0.75rem 1.6rem;
  font-size: 0.95rem;
}

/* Visual Column Frame */
.gt-hero-visual-frame {
  position: relative;
  min-height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  padding: 0.72rem;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
}

.gt-hero-img-wrapper {
  width: 100%;
  height: 100%;
  min-height: 455px;
  overflow: hidden;
  border-radius: 22px;
}

.gt-hero-img-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 455px;
  object-fit: cover;
  border-radius: 22px;
  transition: transform 0.6s var(--ease);
}

.gt-hero-visual-frame:hover .gt-hero-img-wrapper img {
  transform: scale(1.05);
}

/* Floating Badges */
.gt-floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 155px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  color: #fff;
  background: rgba(35, 25, 20, 0.9);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  z-index: 10;
  transition: transform var(--ease);
}

.gt-floating-badge:hover {
  transform: translateY(-5px);
}

.gt-floating-badge .badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff;
  font-size: 0.95rem;
  flex: 0 0 auto;
}

.gt-floating-badge .badge-copy {
  display: grid;
  line-height: 1.1;
}

.gt-floating-badge strong {
  color: #ffd66f;
  font-family: 'Oswald', sans-serif;
  font-size: 1.45rem;
}

.gt-floating-badge span {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.badge-top-left {
  left: -1.5rem;
  top: 3.5rem;
}

.badge-bottom-right {
  right: -1rem;
  bottom: 3.5rem;
}

/* --- RESPONSIVE MEDIA QUERIES --- */

@media (max-width: 1200px) {
  .badge-top-left {
    left: -0.5rem;
  }
  
  .badge-bottom-right {
    right: -0.5rem;
  }
}

@media (max-width: 991px) {
  .gt-hero {
    min-height: auto;
    padding: 3.5rem 0 5.5rem;
  }
  
  .gt-hero-title {
    text-align: center;
    margin-inline: auto;
  }
  
  .gt-hero-desc {
    text-align: center;
    margin-inline: auto;
  }
  
  .gt-hero-kicker {
    display: table;
    margin: 0 auto 1rem;
  }
  
  .gt-hero-points {
    justify-content: center;
  }
  
  .gt-hero-actions {
    justify-content: center;
  }
  
  .gt-hero-visual-frame {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .gt-hero {
    padding: 2.5rem 0 4.5rem;
  }
  
  .gt-hero-title {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }
  
  .gt-hero-actions .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  
  .gt-hero-visual-frame {
    min-height: 340px;
    border-radius: 20px;
  }
  
  .gt-hero-img-wrapper,
  .gt-hero-img-wrapper img {
    min-height: 315px;
    border-radius: 15px;
  }
  
  .gt-floating-badge {
    min-width: 125px;
    padding: 0.65rem 0.85rem;
    border-radius: 14px;
  }
  
  .gt-floating-badge strong {
    font-size: 1.15rem;
  }
  
  .gt-floating-badge span {
    font-size: 0.65rem;
  }
  
  .gt-floating-badge .badge-icon {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.8rem;
  }
  
  .badge-top-left {
    left: 0.5rem;
    top: 1rem;
  }
  
  .badge-bottom-right {
    right: 0.5rem;
    bottom: 1rem;
  }
}

/* --- GOMTI NAGAR WHY CHOOSE SECTION --- */

.gt-why-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at top right, rgba(240, 180, 75, 0.12), transparent 30%),
    radial-gradient(circle at bottom left, rgba(201, 111, 59, 0.08), transparent 28%),
    linear-gradient(180deg, #fff8ef 0%, #f6efe6 100%);
  position: relative;
  overflow: hidden;
}

.gt-why-info-card {
  padding: 2.2rem;
  background: rgba(255, 250, 244, 0.65);
  border: 1px solid rgba(201, 111, 59, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px rgba(77, 44, 28, 0.04);
  backdrop-filter: blur(8px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gt-why-desc-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.gt-why-outro-text {
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.7;
}

.gt-strengths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.gt-strength-card {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(90, 56, 35, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(77, 44, 28, 0.03);
  transition: transform var(--ease), box-shadow var(--ease);
}

.gt-strength-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(77, 44, 28, 0.09);
  background: #fff;
  border-color: rgba(201, 111, 59, 0.16);
}

.gt-strength-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(201, 111, 59, 0.08);
  color: var(--primary);
  font-size: 1.15rem;
  flex: 0 0 auto;
  transition: background var(--ease), color var(--ease);
}

.gt-strength-card:hover .gt-strength-icon {
  background: var(--primary);
  color: #fff;
}

.gt-strength-details {
  display: grid;
}

.gt-strength-details h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.15rem;
  letter-spacing: 0.01em;
}

.gt-strength-details span {
  font-size: 0.82rem;
  color: var(--text-soft);
  font-weight: 500;
  line-height: 1.35;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .gt-why-info-card {
    padding: 1.5rem;
    text-align: center;
  }
  .gt-why-info-card .section-kicker {
    margin-inline: auto;
  }
  .gt-why-cta-wrap {
    display: flex;
    justify-content: center;
  }
}

/* --- GOMTI NAGAR EXPERIENCE/LEGACY SECTION --- */

.gt-exp-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 10% 20%, rgba(201, 111, 59, 0.05), transparent 28%),
    radial-gradient(circle at 85% 80%, rgba(240, 180, 75, 0.08), transparent 32%),
    #fff8ef;
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-exp-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
}

.gt-exp-outro {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-soft);
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid var(--primary);
  margin-top: 1.25rem;
}

.gt-exp-list-card {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(201, 111, 59, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.gt-exp-list-card h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
  border-bottom: 2px solid rgba(201, 111, 59, 0.12);
  padding-bottom: 0.5rem;
}

.gt-exp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.gt-exp-list li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.3rem 1rem;
  border-radius: 12px;
  background: rgba(255, 250, 244, 0.75);
  border: 1px solid rgba(90, 56, 35, 0.05);
  font-weight: 700;
  color: var(--text);
  font-size: 0.95rem;
  transition: transform var(--ease), background var(--ease), border-color var(--ease);
}

.gt-exp-list li:hover {
  transform: translateX(6px);
  background: rgba(255, 247, 237, 0.98);
  border-color: rgba(201, 111, 59, 0.2);
}

.gt-exp-list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(201, 111, 59, 0.1);
  color: var(--primary);
  font-size: 0.85rem;
  flex: 0 0 auto;
  transition: background var(--ease), color var(--ease);
}

.gt-exp-list li:hover i {
  background: var(--primary);
  color: #fff;
}

@media (max-width: 768px) {
  .gt-exp-list-card {
    padding: 1.5rem;
  }
}

/* --- GOMTI NAGAR TRUST & EXPERTISE SECTION --- */

.gt-trust-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 90% 10%, rgba(240, 180, 75, 0.06), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(201, 111, 59, 0.08), transparent 30%),
    linear-gradient(180deg, #f6efe6 0%, #fff8ef 100%);
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-trust-subtitle {
  max-width: 720px;
  font-size: 1.05rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.gt-trust-card {
  height: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(201, 111, 59, 0.1);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(77, 44, 28, 0.04);
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.gt-trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(77, 44, 28, 0.1);
  border-color: var(--primary);
}

.gt-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(201, 111, 59, 0.08);
  color: var(--primary);
  font-size: 1.45rem;
  margin-bottom: 1.25rem;
  transition: background var(--ease), color var(--ease);
}

.gt-trust-card:hover .gt-trust-icon {
  background: var(--primary);
  color: #fff;
}

.gt-trust-card h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
  letter-spacing: 0.02em;
}

.gt-trust-banner {
  padding: 1.8rem 2.2rem;
  background:
    linear-gradient(135deg, rgba(35, 24, 21, 0.96), rgba(124, 60, 32, 0.92)),
    radial-gradient(circle at top right, rgba(240, 180, 75, 0.24), transparent 35%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  max-width: 900px;
  margin-inline: auto;
}

.gt-trust-banner p {
  color: #fffaf4;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .gt-trust-banner {
    padding: 1.25rem 1.5rem;
  }
  .gt-trust-banner p {
    font-size: 0.95rem;
  }
}

/* --- GOMTI NAGAR AUTHORITY & TRUST SECTION --- */

.gt-auth-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 15% 85%, rgba(201, 111, 59, 0.06), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(240, 180, 75, 0.08), transparent 32%),
    #fff8ef;
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-auth-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
  font-weight: 600;
}

.gt-auth-outro {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-soft);
  margin-top: 1rem;
}

.gt-auth-grid-wrap {
  padding: 2.2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(201, 111, 59, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.gt-auth-grid-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
  border-bottom: 2px solid rgba(201, 111, 59, 0.12);
  padding-bottom: 0.5rem;
}

.gt-auth-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}

.gt-auth-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 250, 244, 0.72);
  border: 1px solid rgba(90, 56, 35, 0.04);
  border-radius: var(--radius-md);
  transition: transform var(--ease), border-color var(--ease), background var(--ease);
}

.gt-auth-item:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: rgba(201, 111, 59, 0.18);
}

.gt-auth-bullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 0.72rem;
  flex: 0 0 auto;
}

.gt-auth-info {
  display: grid;
  line-height: 1.25;
}

.gt-auth-info strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.15rem;
}

.gt-auth-info span {
  font-size: 0.76rem;
  color: var(--text-soft);
  font-weight: 500;
}

@media (max-width: 768px) {
  .gt-auth-grid-wrap {
    padding: 1.5rem;
  }
}

/* --- GOMTI NAGAR SERVICES SECTION --- */

.gt-services-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 10% 10%, rgba(240, 180, 75, 0.08), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(201, 111, 59, 0.06), transparent 28%),
    linear-gradient(180deg, #fff8ef 0%, #f6efe6 100%);
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-services-subtitle {
  max-width: 720px;
  font-size: 1.05rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.gt-service-card {
  height: 100%;
  padding: 2.5rem 2rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(201, 111, 59, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 36px rgba(77, 44, 28, 0.03);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
  position: relative;
  overflow: hidden;
}

.gt-service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  opacity: 0;
  transition: opacity var(--ease);
}

.gt-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(201, 111, 59, 0.16);
}

.gt-service-card:hover::after {
  opacity: 1;
}

.gt-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-md);
  background: rgba(201, 111, 59, 0.08);
  color: var(--primary);
  font-size: 1.45rem;
  margin-bottom: 1.5rem;
  transition: background var(--ease), color var(--ease), transform var(--ease);
}

.gt-service-card:hover .gt-service-icon {
  background: var(--primary);
  color: #fff;
  transform: scale(1.05);
}

.gt-service-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 0.9rem;
  letter-spacing: 0.02em;
}

.gt-service-card p {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.gt-service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-deep);
  font-weight: 700;
  font-size: 0.9rem;
  transition: color var(--ease);
}

.gt-service-link i {
  font-size: 0.8rem;
  transition: transform var(--ease);
}

.gt-service-card:hover .gt-service-link {
  color: var(--primary);
}

.gt-service-card:hover .gt-service-link i {
  transform: translateX(4px);
}

/* --- GOMTI NAGAR COMMITMENT SECTION --- */

.gt-commit-section {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 111, 59, 0.05), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(240, 180, 75, 0.06), transparent 30%),
    #fff8ef;
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-commit-desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  font-weight: 600;
}

.gt-commit-outro {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-soft);
  margin-top: 1rem;
}

.gt-commit-card {
  padding: 1.75rem 2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(201, 111, 59, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.gt-commit-card h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.2rem;
  letter-spacing: 0.02em;
  border-bottom: 2px solid rgba(201, 111, 59, 0.12);
  padding-bottom: 0.4rem;
}

.gt-commit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.65rem;
}

.gt-commit-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-soft);
}

.gt-commit-list li i {
  color: #2f9c35;
  font-size: 0.85rem;
}

/* --- GOMTI NAGAR PROCESS GRID SECTION --- */

.gt-process-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 10% 90%, rgba(240, 180, 75, 0.08), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(201, 111, 59, 0.06), transparent 28%),
    linear-gradient(180deg, #fff8ef 0%, #f6efe6 100%);
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-process-subtitle {
  max-width: 720px;
  font-size: 1.05rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.gt-process-card {
  height: 100%;
  padding: 2.2rem 1.8rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(201, 111, 59, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 36px rgba(77, 44, 28, 0.03);
  position: relative;
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}

.gt-process-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.gt-proc-step-num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(201, 111, 59, 0.08);
  padding: 0.25rem 0.65rem;
  border-radius: 99px;
  letter-spacing: 0.05em;
}

.gt-proc-card-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}

.gt-proc-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(201, 111, 59, 0.08);
  color: var(--primary);
  font-size: 1.15rem;
  transition: background var(--ease), color var(--ease);
  flex: 0 0 auto;
}

.gt-process-card:hover .gt-proc-card-icon {
  background: var(--primary);
  color: #fff;
}

.gt-proc-card-header h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
  letter-spacing: 0.02em;
  max-width: 70%;
}

.gt-process-card p {
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.6;
  margin: 0;
}

/* --- GOMTI NAGAR AREAS SERVED SECTION --- */

.gt-areas-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 90% 90%, rgba(240, 180, 75, 0.06), transparent 28%),
    radial-gradient(circle at 10% 10%, rgba(201, 111, 59, 0.08), transparent 30%),
    linear-gradient(180deg, #f6efe6 0%, #fff8ef 100%);
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-areas-subtitle {
  max-width: 720px;
  font-size: 1.05rem;
  color: var(--text-soft);
  line-height: 1.65;
}

.gt-areas-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  max-width: 1080px;
  margin: 2.5rem auto 0;
}

.gt-area-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(90, 56, 35, 0.06);
  border-radius: 99px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-soft);
  box-shadow: 0 4px 12px rgba(77, 44, 28, 0.02);
  transition: transform var(--ease), background var(--ease), border-color var(--ease), color var(--ease), box-shadow var(--ease);
  cursor: default;
}

.gt-area-badge i {
  color: var(--primary);
  font-size: 0.95rem;
  transition: color var(--ease);
}

.gt-area-badge:hover {
  transform: translateY(-3px);
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  box-shadow: 0 10px 20px rgba(201, 111, 59, 0.16);
}

.gt-area-badge:hover i {
  color: #fff;
}

/* Specific highlight for primary focus areas like Gomti Nagar */
.gt-area-badge.gomti-nagar-highlight {
  border-color: rgba(201, 111, 59, 0.28);
  background: rgba(255, 247, 237, 0.98);
}

.gt-area-badge.gomti-nagar-highlight i {
  color: var(--primary-deep);
}

.gt-area-badge.gomti-nagar-highlight:hover {
  background: var(--primary-deep);
  border-color: var(--primary-deep);
}

/* --- GOMTI NAGAR FAQ SECTION --- */

.gt-faq-section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 10% 10%, rgba(240, 180, 75, 0.08), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(201, 111, 59, 0.06), transparent 28%),
    linear-gradient(180deg, #fff8ef 0%, #f6efe6 100%);
  border-top: 1px solid rgba(90, 56, 35, 0.06);
  position: relative;
  overflow: hidden;
}

.gt-faq-accordion {
  display: grid;
  gap: 1rem;
}

.gt-faq-item {
  overflow: hidden;
  border: 1px solid rgba(201, 111, 59, 0.12) !important;
  border-radius: var(--radius-md) !important;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(77, 44, 28, 0.03);
}

.gt-faq-button {
  gap: 0.9rem;
  padding: 1.25rem 1.5rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: none !important;
  transition: all var(--ease);
}

.gt-faq-button:not(.collapsed) {
  color: var(--primary-deep);
  background: linear-gradient(90deg, rgba(240, 180, 75, 0.12), rgba(255, 255, 255, 0.5));
}

.gt-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 8px 18px rgba(201, 111, 59, 0.2);
  flex: 0 0 auto;
}

.gt-faq-body {
  padding: 0 1.5rem 1.5rem 4.6rem;
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 0.92rem;
  background: rgba(255, 250, 244, 0.5);
}

@media (max-width: 768px) {
  .gt-faq-button {
    font-size: 0.95rem;
    padding: 1rem;
  }
  .gt-faq-icon {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.8rem;
  }
  .gt-faq-body {
    padding: 0 1rem 1.1rem 3.7rem;
    font-size: 0.88rem;
  }
}

