/* WordPress Theme Overrides */



@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



body, html {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

main#primary,
.e-con,
.ineer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.site-content {
    display: flex;
    flex-direction: column;
}

.caveat-green {
  font-family: "Caveat", cursive;
  font-style: normal;
  color: #008B69;
}

.caveat-regular {
  font-family: "Caveat", cursive;
  font-style: normal;
}

.fw-blod {
  font-weight: bold;
}

/* Font family definitions */
.caveat-font {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.width-60 {
    max-width: 60%;
    margin: 0 auto;
}


.dm-sans-font {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Home Loan Calculator Specific Styles */
.calculator-container {
  background: #fff;
  border-radius: 18px;
  padding: 40px 48px 44px 48px;
/*   box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 6%); */
  border: 1px solid #e2e8f0;
}

/* Zoho Form Modal Styles */
.zoho-form-iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* Form Button Styles */
.form-btn:hover {
  background-color: #084c34;
}

@media (max-width: 768px) {
  .form-btn {
    padding: 8px 15px;
    font-size: 14px;
  }

  .modal-dialog {
    margin: 10px;
  }
}

/* WordPress Theme Override Styles - High Specificity */
body .calculator-title {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #0e0f0c !important;
    margin-bottom: 28px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding-bottom: 14px !important;
    letter-spacing: -0.01em;
}

body .form-group {
  margin-bottom: 28px !important;
  position: relative !important;
}

body .form-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #0e0f0c !important;
  margin-bottom: 10px !important;
  display: inline-block !important;
  text-align: left !important;
}

body .slider-container {
  position: relative !important;
  margin-bottom: 20px !important;
  margin-top: 15px !important;
}

body .custom-slider {
  -webkit-appearance: none !important;
  width: 100% !important;
  height: 6px !important;
  border-radius: 16px !important;
  background: #dee3e7 !important;
  outline: none !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

body .custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #05563e !important;
  cursor: pointer !important;
  border: 2.5px solid white !important;
  box-shadow: 0 1px 4px rgb(0 0 0 / 0.25) !important;
  margin-top: -5px !important;
  position: relative !important;
  z-index: 2 !important;
  transition: background 0.2s ease !important;
}

body .custom-slider::-webkit-slider-thumb:hover {
  background: #084c34 !important;
}

body .custom-slider::-moz-range-thumb {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #05563e !important;
  cursor: pointer !important;
  border: 2.5px solid white !important;
  box-shadow: 0 1px 4px rgb(0 0 0 / 0.25) !important;
  transition: background 0.2s ease !important;
}

body .custom-slider::-moz-range-thumb:hover {
  background: #084c34 !important;
}

body .slider-track-fill {
  position: absolute !important;
  height: 6px !important;
  background: #008b69 !important;
  border-radius: 16px !important;
  top: 12px !important;
  left: 0 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

body .value-input {
    background: #ffffff !important;
    border: 1px solid #0B6750 !important;
    border-radius: 9px !important;
    padding: 7px 28px 7px 18px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #107346 !important;
    width: 180px !important;
    text-align: left !important;
    float: right !important;
    cursor: default !important;
    user-select: none !important;
}

body .value-input:focus {
  outline: none !important;
  border-color: #0b6750 !important;
  background: #f0f3f3 !important;
}

body .unit-label {
    position: absolute !important;
    right: 1px !important;
    top: 1px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #0b6750 !important;
    user-select: none !important;
    pointer-events: none !important;
    float: right !important;
    background: rgba(11, 103, 80, 0.08) !important;
    padding: 9px 0px 0px 10px !important;
    width: 47px !important;
    height: 38px !important;
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

body .date-input-container {
  width: 150px !important;
  float: right !important;
  position: relative !important;
}

body .date-input {
    border: 1px solid #0f7346 !important;
    border-radius: 9px !important;
    padding: 7px 10px 7px 12px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0f7346 !important;
    width: 180px !important;
    cursor: default !important;
    user-select: none !important;
    float: right !important;
    text-align: left !important;
}

body .date-input:focus {
  outline: none !important;
  background: #e7fcf2 !important;
  box-shadow: 0 0 6px #0b6750 !important;
}

/* Hide browser's default calendar icon but keep functionality */
body .date-input::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
  z-index: 2 !important;
}

body .date-input::-webkit-inner-spin-button,
body .date-input::-webkit-outer-spin-button {
  display: none !important;
}

/* Custom calendar icon */
body .custom-calendar-icon {
    position: absolute !important;
    right: 1px !important;
    top: 1px !important;
    width: 47px !important;
    height: 40px !important;
    pointer-events: none !important;
    z-index: 1 !important;
    /* filter: brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(1234%) hue-rotate(118deg) brightness(95%) contrast(86%) !important; */
    cursor: pointer !important;
    background: #f1f1f1 !important;
    padding: 6px 7px 7px 7px !important;
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body .calendar-icon {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #6a776f !important;
  font-size: 18px !important;
  pointer-events: none !important;
}

body .show-cost-btn {
    background-color: #0B6750 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    user-select: none !important;
    letter-spacing: 0.04em !important;
}

body .show-cost-btn:hover {
  background-color: #084c34 !important;
}

body .show-cost-btn:hover .arrow-icon {
  transform: rotate(45deg) translateX(0px);
}

body .value-input-container {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

body .clearfix::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/* Removed conflicting main-container definition - now using grid layout */



/* Desktop Layout */
@media (min-width: 993px) {
  /* body .main-container {
    flex-direction: row !important;
    align-items: flex-start !important;
  } */
  
  /* .calculator-form-section {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    order: 1 !important;
  }
  
  .results-section {
    flex: 0 0 30% !important;
    max-width: 30% !important;
    order: 2 !important;
  } */
  
  .info-sections {
    /* flex: 0 0 100% !important; */
    max-width: 100% !important;
    /* order: 3 !important; */
    margin-top: 30px !important;
  }
}

/* Grid layout handles ordering automatically */

/* body .calculator-column {
  flex: 0 0 70% !important;
  max-width: 70% !important;
} */

body .sidebar,
.results-section {
  /* flex: 0 0 30% !important; */
  /* max-width: 30% !important; */
  background: #f2f9f7 !important;
  border-radius: 18px !important;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 6%) !important;
  border: 1px solid #e2e8f0 !important;
  overflow: hidden !important;
  height: fit-content !important;
  position: relative !important;

}
body .result-image {
    position: relative !important;
    width: 100% !important;
    height: 350px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    align-content: flex-end;
    flex-wrap: wrap;
    
}
body .result-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body .result-overlay {
/*   position: absolute !important; */
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(5, 86, 62, 1) 100%) !important; */
  color: white !important;
  /* display: flex !important; */
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 20px !important;
}

body .emi-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: white !important;
    margin-bottom: 8px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    max-width: 280px !important;
}

body .result-amount {
    font-size: 46px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    color: #F1E97F !important;
}

body .result-label {
  font-size: 16px !important;
  opacity: 0.9 !important;
}

body .accordion-section {
    padding: 20px !important;
    background: #F2F9F7;
}

body .accordion-item {
  margin-bottom: 10px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

body .accordion-header {
    background: #f8f9fa !important;
    padding: 8px 15px !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: flex-start !important; /* Align items to the left */
    align-items: center !important;
    gap: 0px; /* Space between icon and title */
    position: relative !important;
}

body .accordion-header .chevron-icon {
    margin-left: auto; /* Push arrow to the right */
}

body .accordion-header::before {
  content: '' !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%2305563e' d='M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1S1 5.925 1 12s4.925 11 11 11M7.5 10.586l3 3l6-6L17.914 9L10.5 16.414L6.086 12z'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  flex-shrink: 0 !important;
}

body .accordion-header .chevron-icon {
  width: 20px !important;
  height: 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.3s ease !important;
  font-size: 0 !important;
}

body .accordion-content {
  padding: 15px !important;
  background: white !important;
  border-top: 1px solid #e2e8f0 !important;
  display: none !important;
}

body .accordion-item.active .accordion-content {
  display: block !important;
}

body .form-btn {
    background-color: #0b6750 !important;
    color: #FFF !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    width: 100% !important;
    /* margin-top: 15px !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Hide the email report button initially */
body .form-btn.hidden {
  display: none !important;
}

body .form-btn:hover {
  background-color: #084c34 !important;
}

/* Custom Modal CSS - Enhanced for Responsiveness */
body #popup {
  display: none;
}

body .popup-container {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgb(96 95 127 / 70%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 20px;
}

body .popup {
  background-color: #ffffff;
  padding: 5px;
  width: 50%;
  max-width: 600px;
  min-height: 400px;
  max-height: 90vh;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

/* body .close-popup {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
} */
body .close-popup {
	position: absolute;
	right: 0;
	top: 0;
}

body .close-popup a {
  font-size: 1.2rem;
  background-color: #04563e;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

body .popup>h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

body .popup>p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

body .popup-btn {
  display: inline-block;
  text-decoration: none;
  border: 2px solid rebeccapurple;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 10px 0px;
  transition: .2s all ease-in;
}

body .popup-btn:hover {
  background-color: rebeccapurple;
  color: #fff;
}

/* Iframe styling */
body .form-iframe {
  width: 100%;
  height: 70vh;
  min-height: 400px;
  border: none;
  border-radius: 10px;
}

/* Utility Classes */
body .p-3 {
  margin: 12px;
}

/* Styles for iPad and similar tablets in portrait */
/* Responsive Design */

@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
.site-main-header {
        margin-top: 0px !important;
        height: 400px !important;
        padding: 180px 18px 40px 18px !important;
        text-align: center !important;
    
    }

    
}

@media (max-width: 768px) {
.width-60 {
max-width: 100%;
margin: 0 auto;
}
h1.ccheading {
  font-size: 30px;
}

.site-main-header {
/* margin-top: 50px !important; */
height: 450px !important;
padding: 225px 18px 40px 18px !important;
text-align: center !important;
}



  body .calculator-container {
    padding: 12px 8px !important;
    margin: 5px 2px !important;
    width: calc(100% - 4px) !important;
  }

  body .form-group {
    margin-bottom: 12px !important;
  }

  body .value-input {
    width: 150px !important;
    padding: 6px 30px 6px 8px !important;
  }

  body .unit-label {
    /* width: 40px !important; */
    height: 36px !important;
  }
  body .form-btn {
    padding: 10px 0 !important;
    margin-top: 12px !important;
    font-size: 14px !important;
  }

  body .calculator-title {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
  }

  body .main-container {
    padding: 0 2px !important;
    margin: 8px auto !important;
    gap: 10px !important;
    /* Grid layout maintained for mobile */
  }

  /* body .calculator-hl-container {
    padding: 20px !important;
    margin: 20px auto !important;
  } */

  /* Mobile Modal Responsiveness */
  body .popup-container {
    padding: 15px;
  }

  body .popup {
    width: 90%;
    padding: 15px 20px;
    max-height: 85vh;
  }

  body .form-iframe {
    height: 60vh;
    min-height: 350px;
  }

  body .close-popup a {
    font-size: 1.1rem;
    padding: 8px 12px;
  }
}

@media (max-width: 480px) {
  body .calculator-container {
    padding: 12px 8px !important;
    margin: 5px 2px !important;
    width: calc(100% - 4px) !important;
  }

  /* Grid layout handles ordering automatically */

  body .main-container {
    gap: 15px !important;
    padding: 0 2px !important;
    margin: 8px auto !important;
    /* Grid layout maintained for small mobile */
  }

  /* Small Mobile Modal */
  body .popup-container {
    padding: 10px;
  }

  body .popup {
    width: 95%;
    padding: 15px;
    border-radius: 10px;
    max-height: 90vh;
  }

  body .form-iframe {
    height: 55vh;
    min-height: 300px;
  }

  body .close-popup a {
    font-size: 1rem;
    padding: 6px 10px;
  }
}

@media (max-width: 360px) {
  body .popup {
    width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 10px;
    max-height: none;
  }

  body .popup-container {
    padding: 0;
  }

  body .form-iframe {
    height: calc(100vh - 80px);
    min-height: auto;
  }
}

/* Tablet Modal Responsiveness */
@media screen and (max-width: 1024px) {
  body .popup {
    width: 100%;
    padding: 20px 25px;
  }

  body .form-iframe {
    height: 65vh;
  }
}


/* WordPress specific adjustments */
body .entry-content .calculator-hl-container {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

body .site-content .calculator-hl-container .main-container {
  margin-top: 0;
}

/* Additional Calculator Grid Styles */
body .main-container-2 {
  display: flex !important;
  max-width: 1200px !important;
  margin: 30px auto !important;
  gap: 30px !important;
  padding: 0 20px !important;
  flex-direction: column;
}

body .heading {
  margin-bottom: 0.5rem;
}

body .heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #153048;
  margin-bottom: 0;
}

body .heading .highlight {
  color: #008B69;
  /* font-style: italic; */
  font-weight: 700;
  font-family: "Caveat", cursive;
}

body .calculators-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

body .calculator-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 2rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body .calculator-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

body .card-icon {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

body .card-icon svg {
  width: 60px;
  height: 60px;
  color: #374151;
}

body .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.75rem;
}

body .card-description {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 2rem;
}

body .calculate-btn {
  background: white;
  border: 1px solid #1d795d;
  color: #1d795d;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

body .calculate-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

body .calculate-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-left: 6px; /* space after text */
  background: url("data:image/svg+xml;utf8,<svg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 14.2712L15 5.27124M15 5.27124V13.9112M15 5.27124H6.36' stroke='%23008B69' stroke-width='0.830769' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}


/* Calculator Grid Responsive */
@media (min-width: 768px) {
  body .calculators-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  body .calculators-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  body .calculators-grid[style*="--remaining-cards: 3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

body .info-sections {
  margin: 50px 0;
}

/* FAQ Styles */
.faq-container {
  margin-top: 0px;
  counter-reset: faq-counter;
}

.faq-item {
  margin-bottom: 20px;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  counter-increment: faq-counter;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  background-color: #f2f9f7 !important; 
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 500;
  color: #154038 !important;   /* enforce default color */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 40px; /* space for icon */
}
.faq-question:before {
  content: counter(faq-counter,decimal-leading-zero);
  font-weight: 600;
  color: #154038;
  margin-right: 12px;
  flex-shrink: 0;
  font-family: "DM Sans", sans-serif;
}

.faq-question:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23154038' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/></svg>") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.faq-question.active:after {
  background: url("data:image/svg+xml;utf8,<svg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='%23154038' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'/></svg>") no-repeat center;
  background-size: contain;
}


.faq-question:hover {
  background-color: #eef2f2;
  color: #0d352e;
}

/* Remove or adjust this to avoid color sticking */
.faq-question:active {
  background-color: #e0e8e7;
  color: #154038;  /* keep same default color */
}

.faq-question.active {
  color: #008B69;
  background-color: #e0e8e7;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #f2f9f7;
  padding-left: 0;
}

.faq-answer p {
  padding: 20px 20px 20px 55px; /* Left padding to align with question text after counter */
  margin: 0;
  color: #154038;
}

.faqs {
  display: flex; /* Changed to flex to enable flexbox */
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-left {
  flex: 0 0 35%;
  /* padding: 20px; */
  box-sizing: border-box;
}

.faq-right {
  flex: 0 0 65%;
  /* padding: 20px; */
  box-sizing: border-box;
}

.faq-pre-heading {
  font-size: 14px;
  font-weight: 600;
  color: #154038;
  margin-bottom: 10px;
  line-height: 21px;
}
.faq-heading {
  font-family: "DM Sans", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.006em;
    color: #154038;

}
.faq-description {
  font-size: 18px;
  font-weight: 500;
  color: #154038;
  margin-bottom: 10px;
  line-height: 27px;
}

@media (max-width: 768px) {
  .faq-question, .faq-answer p {
    font-size: 0.95rem;
  }
  
  .faq-answer p {
    padding-left: 50px; /* Slightly less padding on mobile */
  }

  .faq-left {
    flex: 0 0 100%;
  }

  .faq-right {
    flex: 0 0 100%;
  }

}


h2.oneheading {
	font-family: "DM Sans",sans-serif;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
}

p.onepara {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 1.5em;
  letter-spacing: 0%;
}

/* Responsive */
@media (max-width: 768px) {
  .info-section {
      padding: 20px;
  }
  
  .oneheading {
      /* font-size: 1.5rem; */
  }
  
  .onepara {
      font-size: 1rem;
  }
}

.estimator-container {
    text-align: center;
    padding: 1rem; /* p-3 */
}

.estimator-icon {
    /* width: 60px; */
    /* height: 60px; */
    /* background: #e8f5e8; */
    /* border-radius: 50%; */
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* adjust if needed */
}

.estimator-title {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;;
}

.estimator-text {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.estimator-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0B6750;
    font-size: 14px;
}


body .main-container {
    display: grid !important;
    gap: 16px !important;
    max-width: 1200px !important;
    margin: 30px auto !important;
    padding: 0 20px !important;
  /* Mobile-first: stack in the desired order: Calc → Sidebar → Info */
    grid-template-columns: 1fr !important;
    grid-template-areas:
        "calc"
        "sidebar"
        "info" !important;
}

body .calc    { grid-area: calc; }
body .sidebar { grid-area: sidebar; }
body .info    { grid-area: info; }

@media (min-width: 992px) {
  body .main-container {
    /* Two columns: main (left) + sidebar (right) */
    grid-template-columns: 2fr 1fr !important;
    /* Layout: calculator above info on the left, sidebar spanning right */
    grid-template-areas:
      "calc    sidebar"
      "info    sidebar" !important;
    align-items: start !important;
  }
}


