.elementor-30377 .elementor-element.elementor-element-bf2651d{--display:flex;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-30377 .elementor-element.elementor-element-83f90ab{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-30377 .elementor-element.elementor-element-83f90ab:not(.elementor-motion-effects-element-type-background), .elementor-30377 .elementor-element.elementor-element-83f90ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://panopile.vikas-group.in/wp-content/uploads/2026/08/WhatsApp-Image-2026-08-06-at-12.00.37-PM-1.jpeg");background-size:20% auto;}@media(min-width:769px){.elementor-30377 .elementor-element.elementor-element-83f90ab{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-05c388e *//* =========================================
   TAIGA UNIVERSAL PAGE HERO
   ========================================= */
.taiga-universal-hero {
  --taiga-dark: #1A1A1A;
  --taiga-gold: #D4AF37;
  --taiga-light: #FFFFFF;
  
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Montserrat', sans-serif;

  position: relative;
  width: 100%;
  min-height: 45vh; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: scroll; /* Change to 'fixed' for a parallax effect */
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  padding: 80px 24px 40px 24px;
}

/* The Cinematic Dark Overlay */
.taiga-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(26, 26, 26, 0.6) 0%,
    rgba(26, 26, 26, 0.8) 100%
  );
  z-index: 1;
}

/* Content Container */
.taiga-hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}

/* =========================================
   BREADCRUMBS STYLING
   ========================================= */
.taiga-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.taiga-crumb-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.taiga-crumb-link:hover {
  color: var(--taiga-gold);
}

.taiga-crumb-sep {
  color: var(--taiga-gold);
  opacity: 0.6;
}

.taiga-crumb-current {
  color: var(--taiga-gold);
}

/* =========================================
   PAGE TITLE STYLING
   ========================================= */
.taiga-page-title {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  color: var(--taiga-light);
  line-height: 1.1;
  margin: 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: taigaHeroFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.taiga-page-title span {
  color: var(--taiga-gold);
  font-style: italic;
}

/* Subtle Gold Accent Below Title */
.taiga-hero-accent {
  width: 60px;
  height: 3px;
  background-color: var(--taiga-gold);
  margin-top: 30px;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
  animation: taigaHeroFadeUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

/* =========================================
   ANIMATIONS
   ========================================= */
@keyframes taigaHeroFadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   MOBILE RESPONSIVENESS
   ========================================= */
@media (max-width: 768px) {
  .taiga-universal-hero {
    min-height: 40vh;
    padding: 100px 20px 50px 20px;
  }
  
  .taiga-breadcrumbs {
    font-size: 0.7rem;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-094a5fa */:root {
  --taiga-dark: #1A1A1A;
  --taiga-gold: #D4AF37;
  --taiga-light: #FFFFFF;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Montserrat', sans-serif;
}

/* Main Wrapper - Dark Layout */
.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-wrapper {
  background-color: var(--taiga-dark);
  padding: 60px 40px;
  border-radius: 12px;
  font-family: var(--sans);
  color: rgba(255, 255, 255, 0.85); 
}

/* Header Section */
.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-header {
  text-align: center;
  max-width: 1250px;
  margin: 0 auto 50px auto;
}

.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-badge {
  display: inline-block;
  background-color: rgba(212, 175, 55, 0.1);
  color: var(--taiga-gold);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-title {
  color: var(--taiga-light);
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-updated {
  color: var(--taiga-gold);
  font-size: 0.9rem;
  font-style: italic;
  margin: 0 0 20px 0;
}

.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-intro {
  font-size: 1rem;
  line-height: 1.6;
}

/* 1 Column Layout for the terms */
.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: taiga-rules;
}

/* Individual Term Cards (Full Width Layout) */
.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid rgba(212, 175, 55, 0.3);
  padding: 25px 35px;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
  counter-increment: taiga-rules;
  font-size: 1.05rem;
  line-height: 1.7;
  display: flex;
  align-items: flex-start; /* Aligns number and text to the top */
  gap: 30px; /* Space between the number and the text */
}

.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: var(--taiga-gold);
  transform: translateX(5px); /* Slides slightly to the right instead of up for list items */
}

/* The Gold Numbering (Now positioned on the left) */
.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-card::before {
  content: counter(taiga-rules, decimal-leading-zero);
  color: var(--taiga-gold);
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  flex-shrink: 0; /* Prevents the number from squishing */
  margin-top: -3px; /* Optically aligns the number with the first line of text */
}

.elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-card:hover::before {
  opacity: 1;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-wrapper {
    padding: 40px 20px;
  }
  
  .elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-title {
    font-size: 2.2rem;
  }
  
  /* On mobile, move the number back to the top so it doesn't get squished */
  .elementor-30377 .elementor-element.elementor-element-094a5fa .taiga-tc-card {
    flex-direction: column;
    gap: 15px;
    padding: 20px 25px;
  }
}/* End custom CSS */