.elementor-31650 .elementor-element.elementor-element-2f8dd4c{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:450px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}.elementor-31650 .elementor-element.elementor-element-2f8dd4c:not(.elementor-motion-effects-element-type-background), .elementor-31650 .elementor-element.elementor-element-2f8dd4c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://agniyantra.in/wp-content/uploads/2026/03/hero-blueprint-bg-kjml8_Xs.jpg.jpeg");background-position:center center;background-size:cover;}.elementor-31650 .elementor-element.elementor-element-b43c0b8{--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;}.elementor-31650 .elementor-element.elementor-element-0504210{--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;}.elementor-31650 .elementor-element.elementor-element-b1e83c1{--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;}.elementor-31650 .elementor-element.elementor-element-0a119d7{--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;}.elementor-31650 .elementor-element.elementor-element-1029def{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-31650 .elementor-element.elementor-element-1029def:not(.elementor-motion-effects-element-type-background), .elementor-31650 .elementor-element.elementor-element-1029def > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF6F6;}.elementor-31650 .elementor-element.elementor-element-eda4a39{--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;}.elementor-31650 .elementor-element.elementor-element-48a1093{--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;}@media(min-width:769px){.elementor-31650 .elementor-element.elementor-element-eda4a39{--width:50%;}.elementor-31650 .elementor-element.elementor-element-48a1093{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-22dd6f7 */.drafting-services-section {
  background: #fff5f5;
  padding: 80px 20px;
  text-align: center;
}

.drafting-services-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-subtitle {
  color: #690402;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #690402;
}

.section-description {
  max-width: 750px;
  margin: 0 auto 50px;
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

.cards-wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.service-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  width: 320px;
  border: 1px solid #69040220;
  box-shadow: 0 5px 20px rgba(105, 4, 2, 0.08);
  transition: 0.3s ease;
  text-align: left;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(105, 4, 2, 0.15);
  border-color: #690402;
}

.service-card .icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #690402;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #690402;
}

.service-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .cards-wrapper {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-705f45b */.agni-services-section {
  background: #fff6f6;
  padding: 80px 20px;
  text-align: center;
}

.agni-services-section .container {
  max-width: 1150px;
  margin: 0 auto;
}

.agni-subtitle {
  color: #690402;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.agni-title {
  font-size: 36px;
  font-weight: 700;
  color: #690402;
  margin-bottom: 15px;
}

.agni-description {
  color: #555;
  font-size: 16px;
  margin-bottom: 50px;
}

/* Grid Layout */
.agni-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.agni-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #69040220;
  box-shadow: 0 5px 20px rgba(105, 4, 2, 0.06);
  transition: all 0.3s ease;
  text-align: left;
}

.agni-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(105, 4, 2, 0.15);
  border-color: #690402;
}

/* Highlighted middle card */
.agni-card.active {
  border: 2px solid #690402;
  box-shadow: 0 12px 30px rgba(105, 4, 2, 0.18);
}

/* Icons */
.agni-icon {
  width: 50px;
  height: 50px;
  background: #690402;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 22px;
  margin-bottom: 15px;
}

.agni-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #690402;
}

.agni-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .agni-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .agni-services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a217b4 */.agni-why-section {
  background: #fff6f6;
  padding: 80px 20px;
}

.agni-container {
  max-width: 1150px;
  margin: 0 auto;
}

.agni-why-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

/* Left Side */
.agni-why-left {
  flex: 1;
  min-width: 320px;
}

.agni-subtitle {
  color: #690402;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.agni-title {
  font-size: 36px;
  font-weight: 700;
  color: #690402;
  margin-bottom: 15px;
}

.agni-description {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.7;
}

.agni-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.agni-feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.agni-feature-icon {
  background: #690402;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.agni-feature h4 {
  margin: 0;
  font-size: 16px;
  color: #690402;
}

.agni-feature p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

/* Right Side Highlight Card */
.agni-why-right {
  flex: 1;
  min-width: 320px;
}

.agni-highlight-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 60px 30px;
  text-align: center;
  border: 1px solid #69040220;
  box-shadow: 0 10px 30px rgba(105, 4, 2, 0.08);
}

.agni-highlight-icon {
  width: 70px;
  height: 70px;
  background: #690402;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px;
}

.agni-highlight-card h3 {
  font-size: 22px;
  color: #690402;
  margin-bottom: 15px;
}

.agni-highlight-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .agni-why-wrapper {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-296494d */.agni-process-section {
  background: #fff6f6;
  padding: 80px 20px;
  text-align: center;
}

.agni-container {
  max-width: 900px;
  margin: 0 auto;
}

.agni-subtitle {
  color: #690402;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}

.agni-title {
  font-size: 36px;
  font-weight: 700;
  color: #690402;
  margin-bottom: 15px;
}

.agni-description {
  color: #555;
  margin-bottom: 50px;
}

/* Timeline */
.agni-process-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
}

/* Vertical Line */
.agni-process-timeline::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #69040230;
}

/* Step */
.agni-process-step {
  display: flex;
  gap: 20px;
  position: relative;
}

.agni-step-number {
  min-width: 50px;
  height: 50px;
  background: #690402;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(105, 4, 2, 0.25);
}

.agni-step-content h4 {
  margin: 0;
  font-size: 18px;
  color: #690402;
}

.agni-step-content p {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .agni-process-timeline::before {
    left: 20px;
  }

  .agni-step-number {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e7ac55 */.agni-contact-section {
  background: #fff6f6;
  padding: 80px 20px;
}

.agni-contact-container {
  max-width: 600px;
  margin: 0 auto;
}

.agni-contact-title {
  font-size: 42px;
  font-weight: 700;
  color: #690402;
  margin-bottom: 40px;
}

.agni-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 35px;
}

.agni-contact-icon {
  font-size: 26px;
  background: #690402;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(105, 4, 2, 0.25);
}

.agni-contact-content h4 {
  margin: 0;
  font-size: 20px;
  color: #690402;
}

.agni-contact-content p {
  margin: 8px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.agni-contact-content a {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease;
}

.agni-contact-content a:hover {
  color: #690402;
}/* End custom CSS */