.elementor-34 .elementor-element.elementor-element-7239d99{--display:flex;}.elementor-34 .elementor-element.elementor-element-8eb300c{--display:flex;}.elementor-34 .elementor-element.elementor-element-a76ae15{--display:flex;}.elementor-34 .elementor-element.elementor-element-c5282da{--display:flex;}.elementor-34 .elementor-element.elementor-element-8f1e4e6{--display:flex;}.elementor-34 .elementor-element.elementor-element-d6ecbfc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-34 .elementor-element.elementor-element-95ac6a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-34 .elementor-element.elementor-element-95ac6a4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-34 .elementor-element.elementor-element-e4f5a37{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-34 .elementor-element.elementor-element-e4f5a37.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-34 .elementor-element.elementor-element-6af0d6a{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}.elementor-34 .elementor-element.elementor-element-6af0d6a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-34 .elementor-element.elementor-element-ca6b6d1 img{height:100%;}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-7239d99{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-8eb300c{--content-width:1600px;}.elementor-34 .elementor-element.elementor-element-a76ae15{--content-width:1200px;}.elementor-34 .elementor-element.elementor-element-c5282da{--content-width:1322px;}.elementor-34 .elementor-element.elementor-element-8f1e4e6{--content-width:1300px;}.elementor-34 .elementor-element.elementor-element-d6ecbfc{--content-width:1200px;}.elementor-34 .elementor-element.elementor-element-95ac6a4{--width:59.902%;}.elementor-34 .elementor-element.elementor-element-6af0d6a{--width:29.419%;}}@media(max-width:1024px) and (min-width:768px){.elementor-34 .elementor-element.elementor-element-95ac6a4{--width:383.9px;}.elementor-34 .elementor-element.elementor-element-6af0d6a{--width:287.863px;}}/* Start custom CSS for html, class: .elementor-element-04e0a63 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');

/* Banner Container */
.anvika-about-banner {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  overflow: hidden;
}

/* Dark Layer Overlay for Readability */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.65); /* Dark shade for text contrast */
  z-index: 1;
}

/* Content Box */
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Top Small Badge */
.banner-tag {
  display: inline-block;
  color: #C9A678; /* Theme Gold */
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Main Bold Heading */
.banner-title {
  color: #FFFFFF;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

/* Sub-description Text */
.banner-description {
  color: #E0E0E0;
  font-size: clamp(14px, 2vw, 17px);
  line-height: 1.65;
  max-width: 720px;
  margin: 0;
  font-weight: 400;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .anvika-about-banner {
    min-height: 350px;
    padding: 50px 16px;
  }

  .banner-tag {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fd2eb8 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');

/* Main Wrapper Section */
.anvika-stages-section {
  background-color: #F8F6F0;
  padding: 80px 24px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.anvika-stages-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 48px;
}

/* Left Image Card Column - Slide From Left Animation */
.stages-image-wrapper {
  flex: 1;
  min-width: 320px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: slideInFromLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.stages-image-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.stages-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.stages-image-wrapper:hover .stages-img {
  transform: scale(1.06);
}

/* Right Content Column - Slide From Right Animation */
.stages-content {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: slideInFromRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Sub-heading & Pulse Bar Animation */
.sub-heading-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.accent-bar {
  width: 28px;
  height: 3px;
  background-color: #C9A678;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.sub-heading-wrapper:hover .accent-bar {
  width: 40px;
}

.sub-title {
  color: #C9A678;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Main Heading */
.main-title {
  color: #111827;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 32px 0;
  letter-spacing: -0.5px;
}

/* Interactive Animated Stages List */
.stages-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.stage-item {
  display: flex;
  gap: 20px;
  padding: 18px 16px;
  border-top: 1px solid rgba(201, 166, 120, 0.25);
  border-radius: 12px;
  transition: background-color 0.3s ease, transform 0.3s ease, padding-left 0.3s ease;
  position: relative;
}

.stage-item:first-child {
  border-top: none;
}

.stage-item:hover {
  background-color: #FFFFFF;
  transform: translateX(6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.stage-num {
  color: #C9A678;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  min-width: 24px;
  transition: color 0.3s ease;
}

.stage-item:hover .stage-num {
  color: black;
}

.stage-body {
  flex: 1;
}

.stage-title {
  color: #1A1A1A;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.stage-text {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Keyframe Animations */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Breakpoints */
@media (max-width: 900px) {
  .anvika-stages-section {
    padding: 40px 16px;
  }

  .anvika-stages-container {
    flex-direction: column;
    gap: 32px;
  }

  .stages-image-wrapper {
    height: 320px;
    width: 100%;
  }

  .stage-item:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fc0cd2 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');

/* Main Wrapper */
.rules-section {
  background-color: #FFF; /* Theme Cream */
  padding: 80px 24px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

/* Header Styling */
.rules-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px auto;
}

.rules-badge {
  display: inline-block;
  color: #C9A678; /* Theme Gold */
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rules-title {
  color: #111827;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.5px;
}

/* 4 Column Grid Layout */
.rules-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card Component (Bottom Accent Line Style) */
.rule-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease;
  box-sizing: border-box;
}

/* Bottom Gold Line Accent */
.rule-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #C9A678;
  opacity: 0.6;
  transition: opacity 0.3s ease, height 0.3s ease;
}

/* Hover Effects */
.rule-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(201, 166, 120, 0.15);
}

.rule-card:hover::after {
  opacity: 1;
  height: 6px;
}

/* Circular Icon Box */
.icon-box {
  width: 48px;
  height: 48px;
  background-color: #F8F6F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.rule-card:hover .icon-box {
  transform: scale(1.1);
  background-color: #EFE9DC;
}

/* Card Typography */
.card-title {
  color: #1A1A1A;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.35;
}

.card-text {
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Grid Adjustments */
@media (max-width: 1024px) {
  .rules-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .rules-section {
    padding: 48px 16px;
  }

  .rules-grid {
    grid-template-columns: 1fr;
  }
  
  .rule-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a1530b */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');

/* Main Section Wrapper */
.anvika-vm-section {
  background-color: #FFFFFF; /* Main background pure white */
  padding: 40px 24px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.anvika-vm-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: center;
}

/* Light Card Styling - Updated Light Background */
.vm-card {
  flex: 1;
  background-color: #FAF8F5; /* Soft Light Cream Background */
  border-radius: 16px;
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(201, 166, 120, 0.2);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  box-sizing: border-box;
}

/* Top-Right Decorative Corner Overlay */
.corner-circle {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(201, 166, 120, 0.12);
  transition: transform 0.5s ease, background-color 0.5s ease;
  pointer-events: none;
}

/* Hover Animations */
.vm-card:hover {
  transform: translateY(-8px);
  background-color: #F5F0EB; /* Slightly deeper warm shade on hover */
  box-shadow: 0 16px 32px rgba(201, 166, 120, 0.15);
  border-color: rgba(201, 166, 120, 0.5);
}

.vm-card:hover .corner-circle {
  transform: scale(1.25);
  background-color: rgba(201, 166, 120, 0.22);
}

.card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Icon Box */
.icon-box {
  width: 52px;
  height: 52px;
  background-color: #FFFFFF;
  border: 1px solid rgba(201, 166, 120, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.vm-card:hover .icon-box {
  transform: scale(1.08);
  background-color: #EFE9DC;
}

/* Typography */
.vm-title {
  color: #1A1A1A;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 16px 0;
  letter-spacing: -0.3px;
}

.vm-text {
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .anvika-vm-section {
    padding: 48px 16px;
  }

  .anvika-vm-container {
    flex-direction: column;
    gap: 24px;
  }

  .vm-card {
    padding: 32px 24px;
  }

  .vm-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4398dc9 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');

/* Main Section */
.anvika-approach-section {
  background-color: #FFFFFF; /* Clean main background */
  padding: 80px 24px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

/* Header with Lines */
.approach-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 56px auto;
}

.tag-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.center-line {
  width: 28px;
  height: 2px;
  background-color: #C9A678; /* Gold Accent Line */
  border-radius: 1px;
}

.approach-tag {
  color: #C9A678;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.approach-title {
  color: #1A1A1A;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.5px;
}

/* 4 Column Layout */
.approach-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card Styling - Light Theme */
.approach-card {
  background-color: #FAF8F5; /* Soft Warm Cream */
  border-radius: 16px;
  border: 1px solid rgba(201, 166, 120, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  box-sizing: border-box;
}

/* Card Hover Animation */
.approach-card:hover {
  transform: translateY(-8px);
  background-color: #FFFFFF;
  box-shadow: 0 16px 32px rgba(201, 166, 120, 0.18);
  border-color: rgba(201, 166, 120, 0.6);
}

/* Image Header Container inside Card */
.card-image-box {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Image Zoom Effect on Hover */
.approach-card:hover .card-img {
  transform: scale(1.08);
}

/* Round Badge Icon over Image */
.icon-badge {
  position: absolute;
  bottom: 12px;
  left: 16px;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid rgba(201, 166, 120, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.approach-card:hover .icon-badge {
  transform: scale(1.1);
  background-color: #F8F6F0;
}

/* Card Body Content */
.card-content {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.step-title {
  color: #1A1A1A;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.step-text {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

/* Responsive Grid */
@media (max-width: 1024px) {
  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .anvika-approach-section {
    padding: 48px 16px;
  }

  .approach-grid {
    grid-template-columns: 1fr;
  }

  .approach-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4f5a37 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap');

/* Main Section Wrapper */
.anvika-text-section {
  background-color: #Fff; /* Warm light background */
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

.anvika-text-container {
  max-width: 720px; /* Centered compact width for text */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Left-aligned text layout */
}

/* Pill Tag Badge (Green Accent) */
.hero-badge {
   display: inline-block;
  background-color: #EFE9DC; /* Light Gold Tint Badge */
  color: #C9A678; /* Primary Gold Accent */
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 16px;
  border: 1px solid rgba(201, 166, 120, 0.3);
}

/* Bold Main Title */
.hero-title {
  color: #111827;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}

/* Description Text */
.hero-description {
  color: #555555;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.65;
  margin: 0 0 32px 0;
}

/* Primary Dark Button */
.hero-btn {
  display: inline-block;
  background-color: #161C24;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: #C9A678;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(201, 166, 120, 0.25);
}

.desktop-only {
  display: block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .anvika-text-section {
    padding: 40px 20px;
  }

  .desktop-only {
    display: inline;
  }
}/* End custom CSS */