@font-face {
font-family:"titillium-web";
src:url("https://use.typekit.net/af/09a735/00000000000000007735c196/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/09a735/00000000000000007735c196/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/09a735/00000000000000007735c196/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"titillium-web";
src:url("https://use.typekit.net/af/d5aad0/00000000000000007735c19c/31/l?subset_id=2&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/d5aad0/00000000000000007735c19c/31/d?subset_id=2&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/d5aad0/00000000000000007735c19c/31/a?subset_id=2&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"titillium-web";
src:url("https://use.typekit.net/af/aaa6b4/00000000000000007735c1a0/31/l?subset_id=2&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/aaa6b4/00000000000000007735c1a0/31/d?subset_id=2&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/aaa6b4/00000000000000007735c1a0/31/a?subset_id=2&fvd=n9&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;
}

@font-face {
font-family:"spectral";
src:url("https://use.typekit.net/af/398ca3/0000000000000000773e937c/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/398ca3/0000000000000000773e937c/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/398ca3/0000000000000000773e937c/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;font-stretch:normal;
}

@font-face {
font-family:"spectral";
src:url("https://use.typekit.net/af/56913e/000000000000000077460e3a/31/l?subset_id=2&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/56913e/000000000000000077460e3a/31/d?subset_id=2&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/56913e/000000000000000077460e3a/31/a?subset_id=2&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"spectral";
src:url("https://use.typekit.net/af/1bd2e9/000000000000000077444a51/31/l?subset_id=2&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/1bd2e9/000000000000000077444a51/31/d?subset_id=2&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/1bd2e9/000000000000000077444a51/31/a?subset_id=2&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
/* Form Container Styling */
.contact-us-desc{
  text-align: center;
  color:white;
      padding-top: 20px;
}
.contact-us-desc h2{
      font-size: 2.625rem;
    font-family: 'spectral';
    font-weight: 900;
}
.contact-us-desc h4{
  font-size: 1.125rem;
  font-family: 'titillium web';
  
}
form[id*="form-Form_"]{
    max-width: 600px;
    margin: 2rem auto;
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 8px;
}

/* Base Input Styling */
.contact-us-form .form-control {
    padding: 0.2rem 1rem;
    border-radius: 8px;
      margin: 0 0 0.3rem;
   font-family: 'titillium-web' !important;
  font-size:1.125rem;
  
}

.contact-us-form .form-control:focus {
    border-color: black;
}


.contact-us-form .form-control:hover:not(:focus) {
    border-color: #9ca3af;
}

.contact-us-form .form-control::placeholder {
    color:#717171;
    opacity: 0.7;
}

.contact-us-form .form-control:focus::placeholder {
    opacity: 0.5;
}

.contact-us-form select.form-control {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
       background-position: right -5px center;
    background-size: 1.25rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.contact-us-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}
.contact-us-form .field-validation-valid,
.contact-us-form .field-validation-error {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  color: #ef4444;
}

.contact-us-form .form-control.input-validation-error:focus {
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

/* Input Success State */
.contact-us-form .form-control.valid {
    border-color: #10b981;
}

/* Disabled Input State */
.contact-us-form .form-control:disabled {
    background-color: #f9fafb;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Required Field Indicator */
.contact-us-form .form-control[placeholder*="*"]::placeholder {
    font-weight: 500;
}



/* Submit Button Styling */
.contact-us-form input[type="submit"],
form[id*="form-Form_"] input[type="submit"] {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #012D63;
    background-color: #7EB9FF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 1.5rem;
   font-family:Titillium Web;
  
}

.contact-us-form input[type="submit"]:hover,
form[id*="form-Form_"] input[type="submit"]:hover {
    background-color: #1d4ed8;
}


/* reCAPTCHA Container Styling */
.contact-us-form .form-field:has(#google-recaptcha-form-Form_2025_11_02_07_40-d8d1_Recaptcha_Value) {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


/*Contact-us page css end*/
/*Market Section Yasharth */ 
.herobanner-home .hero-image--layout-b .dxp-hero-details{
    max-width: 91%;
  
}

.dxp-hero-details h1.headline{
  font-weight: 600;
  margin: 0;
  font-size: 3.375rem !important;
    font-family: 'spectral' !important;
}
.divider {
  height: 2px;
  background-color: #fff;
  margin: 10px 0 20px 0;
      width: 60%;
}
.dxp-hero-details .subheading {
  font-size: 0.85rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
font-size: 0.9375rem;
font-weight: 300;
margin-bottom: 0px !important;
}
.herobanner-home .hero-image--layout-b .dxp-hero-details p{
      font-size: 1.125rem;
    font-family: 'titillium-web';
      width: 60%;
}
.herobanner-home.herobanner-marketing .hero-image-inner .headline{
      font-size: 3.375rem !important;
    font-weight: 600 !important;
}
#markets-table {
      margin-top: 10px;
      padding: 10px;
}
#markets-table h1{
      font-family: sweet-sans-pro, sans-serif !important;
}
#markets-table dtn-table tr:nth-child(even){
      background-color: unset;
}
#markets-table dtn-table table tbody{
        border: unset;
  
}
.market-feature-listing .feature-list-content-card{
  padding: 10px;
}
.herobanner-marketing .hero-image--layout-c .dxp-hero-details h2{
  font-size: 3.25rem !important;
}
.market-feature-listing .feature-list-widget-root .feature-list-root{
  padding: 0px !important;

  
}
.herobanner-home.herobanner-marketing .hero-image--layout-b .dxp-hero-details{
      bottom: 19%;
    left: 45px;
}
.contact-us-page .dxp-hero-details {
    padding: 0rem 0rem 0rem 0rem;
  max-width: 80%
}
@media screen and (max-width:1025px){
  .herobanner-home.herobanner-marketing .dxp-hero-details h3.headline{
         font-size: 2.3125rem !important;
  }
  .herobanner-home.herobanner-marketing .hero-image--layout-b .dxp-hero-details {
     bottom: 0%; 
     left: 0px;
}
}
@media screen and (max-width: 768px){
  .herobanner-home.herobanner-marketing .hero-image--layout-b .dxp-hero-details p{
    padding: 5px
  }
  .contact-us-page .dxp-hero-details h2{
    text-align: center
  }
      .herobanner-home.herobanner-marketing .dxp-hero-details h3.headline {
        font-size: 2.1875rem !important;
    }
}
/* Mobile Responsive Design */
@media (max-width: 640px) {
    .contact-us-form .ktc-default-section {

      width:auto;
    }
  .contact-us-desc{
    text-align: left;
    padding: 25px 10px;
  }
    
    .contact-us-form .form-control {
        padding: auto;
    }
}
.filter-remove .armor-filter-section{
  display: none;
}
.filter-remove .armor-load-more-container {
  display: none;
}
/*this is for armor seed listing change*/

  .Insight-page-widget .insights-section {
      padding: 40px;
      background-color: #7EB9FF;
    height: 40rem;
    }
.Insight-page-widget .insight-section-inner{
    max-width: 500px;
  position: relative;    
  top: 180px;
    left: 38px;
}

   .Insight-page-widget .insights-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 20px;
    }

.Insight-page-widget .insights-label {
      text-transform: uppercase;
    font-size: 0.9375rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Titillium Web';
    padding-bottom: 10px;
    border-bottom: 2px solid #0E2B58;
          margin-right: 40px;
    }

.Insight-page-widget .insights-line {
      flex: 1;
      height: 1px;
      background-color: #0a1830;
    }

    .Insight-page-widget .insights-heading {
      font-size: 3.375rem;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 20px 0;
      color: #0E2B58;
    }

    .Insight-page-widget .insights-description {
    font-size: 1.125rem;
    font-family: 'Overpass';
    color: #0E2B58;
    }
.Insight-page-widget .insight-filters{
        max-width: 369px;
    position: relative;
    bottom: 372px;
   left: 64vw;
}
    @media (max-width: 768px) {
     .Insight-page-widget .insights-section {
        padding: 20px;
      }
   
    }
.Insight-page-widget .insight-slider-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 390px;
      
}


.Insight-page-widget .insight-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 950px; /* Set the visible area width here */
  max-width: 100%;
}

.Insight-page-widget .insight-slider {
  display: flex;
  transition: transform 0.7s ease-in-out;
  will-change: transform;
  /* No fixed width! */
}

.Insight-page-widget .insight-slider-card {
  display: flex;
  align-items: stretch;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
}



.Insight-page-widget .insight-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Insight-page-widget .insight-category-banner {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 16px;
  border-bottom-right-radius: 0px;
}



.Insight-page-widget .insight-card-content {
  flex: 1.2;
  padding: 32px;
  text-align: left;
  line-height: 2.3;
}

.Insight-page-widget .insight-featured-label {
  color: #012D63;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.Insight-page-widget .insight-content-summary p {
    color: #012D63;
    font-size: 1.125rem;
      margin-top: 15px;
}

.Insight-page-widget .insight-card-actions {
margin-top: 50px;
  text-align: left;
}
.Insight-page-widget .insight-load-more-section:first-of-type {
    display: none;
}

.Insight-page-widget .insight-read-button {
  display: inline-flex;
  align-items: center;
  color: #052d66;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.Insight-page-widget .insight-read-button:hover {
  color: #004aad;
}

.Insight-page-widget .insight-read-button-icon-circle {
  margin-left: 8px;
  background: #e6eefc;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Insight-page-widget .material-icons {
  font-size: 1rem;
}

/* Pagination Dots */
.Insight-page-widget .insight-pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 12px;
}

.Insight-page-widget .insight-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #8ca8cc;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.Insight-page-widget .insight-dot.active {
  background-color: #052d66;
  border-color: #052d66;
}

/* Responsive */
@media (max-width: 1000px) {
  .Insight-page-widget .insight-slider-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
.Insight-page-widget .insight-slider-card {
    flex-direction: column;
  }

  .Insight-page-widget .insight-card-content,
  .Insight-page-widget .insight-card-actions {
    padding: 24px;
  }

  .Insight-page-widget .insight-content-title {
    font-size: 1.25rem;
  }
}
.Insight-page-widget .insight-listing-section{
      position: relative;
       bottom: 390px;
    background: #e9eef5;
    padding-top: 40px;
      padding-bottom: 40px;
}
}

/* ArmorSeed Insight Widget Styles */

.Insight-page-widget .armor-seed-insight-widget {
    padding: 32px 0;
}

.Insight-page-widget .insight-title-section {
    text-align: center;
    margin-bottom: 32px;
}

.Insight-page-widget .insight-title {
    font-weight: bold;
    color: #012D63;
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    height: 50px;
}

.Insight-page-widget .insight-sub-title {
    font-size: 3.625rem;
    color: #012D63;
    font-family: 'Spectral';
    font-weight: 900;
    line-height: 1;
    margin: 1rem 0;
}


.Insight-page-widget .insight-title-underline {
    width: 100%;
    height: 2px;
    background-color: #012D63;
    margin: 0 auto;
}

.Insight-page-widget .insights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
}

@media (min-width: 600px) {
    .Insight-page-widget .insights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .Insight-page-widget .insights-grid {
        grid-template-columns: repeat(3, 1fr);
              padding-top: 20px;
    }
  
  
}

.Insight-page-widget .insight-card-wrapper {
    width: 100%;
    max-width: 400px;
}

.Insight-page-widget .insight-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #FFFFFF;
}

    .Insight-page-widget .insight-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

.Insight-page-widget .insight-card-image {
    height: 200px;
    object-fit: cover;
}

.Insight-page-widget .insight-category-banner {
    background-color: #012D63;
    color: white;
    padding: 12px 16px;
    text-align: center;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    opacity: .9;
}

.Insight-page-widget .insight-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0 0;
}
.Insight-page-widget .insight-image-container picture {
   height: 364px;
   
}
.Insight-page-widget .armor-seed-insight-widget .insight-filters select, .armor-seed-insight-widget .insight-filters input{
  border-radius:100px;
      border-radius: 100px;
    font-size: 1.25rem;
    color: #012D63;
    font-family: 'titillium-web';
    font-weight: 600;
      height: 3.2rem;
      padding: 0px 32px 0px 10px;
}

.Insight-page-widget .insight-card-image {
    width: 100%;
    height: auto;
    display: block;
     
}

.Insight-page-widget .Insight-page-widget .insight-category-title {
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.05em;
    margin: 0;
    color: #FFFFFF;
    font-family: 'titillium-web';
    text-transform: uppercase;
}

.Insight-page-widget .Insight-page-widget .insight-card-content {
    flex-grow: 1;
    padding: 1rem 2rem;
}

.Insight-page-widget .Insight-page-widget .insight-featured-chip {
    color: #012D63;
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.Insight-page-widget .Insight-page-widget .insight-content-title {
    font-weight: bold;
    color: #012D63;
    line-height: 1.3;
    font-size: 1.625rem;
    margin: 0;
    font-family: Spectral, serif;
}


.Insight-page-widget .Insight-page-widget .insight-card-actions {
    padding: 0rem 1rem 1rem;
    padding-top: 0;
}

.Insight-page-widget .insight-read-button {
    color: #012D63;
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: none;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.3s ease;
    justify-content: right;
}

    .Insight-page-widget .insight-read-button:hover {
        color: #1e3a5f!important;
    }

.Insight-page-widget .insight-read-button-icon {
    font-size: 1rem;
}

.Insight-page-widget .insight-load-more-section {
    text-align: center;
    margin: 3rem 0;
}

.Insight-page-widget .insight-load-more-button {
    background-color: #7EB9FF;
    color: #012D63;
    padding: 12px 32px;
    border-radius: 25px;
    text-transform: none;
    font-size: 1.25rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-family: 'Titillium Web';
    transition: background-color 0.3s ease;
}

    .Insight-page-widget .insight-load-more-button:hover {
        background-color: #1e3a5f;
        color: #FFFFFF;
    }

/* Container styles */
.Insight-page-widget .insight-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 600px) {
    .Insight-page-widget .insight-container {
        padding: 0 24px;
    }
}

.Insight-page-widget .insight-read-button-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #7EB9FF;
    border-radius: 50%;
    margin-left: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.Insight-page-widget .insight-read-button-icon-circle .material-icons.arrow-icon-bold {
    font-weight: 900;
    font-size: 1.375rem;
    color: #012D63;
}

.Insight-page-widget .insight-container.armor-seed-insight-widget .insight-description {
    font-size: 1.125rem;
    color: #012D63;
    margin-top: 12px;
}

/* /armor seed left image adjustment */
.Insight-page-widget .insight-container.armor-seed-image-left {
    max-width: 820px;
}

.Insight-page-widget .armor-seed-image-left .insights-grid {
    grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 1280px) {
    .Insight-page-widget .armor-seed-image-left .insights-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .Insight-page-widget .insight-sub-title {
        font-size: 2.125rem;
        color: #012D63;
    }
}

.Insight-page-widget .armor-seed-image-left .insight-card-wrapper {
    max-width: none;
}

    .Insight-page-widget .armor-seed-image-left .insight-card-wrapper .insight-card {
        flex-direction: row;
        width: 100%;
    }

    .Insight-page-widget .armor-seed-image-left .insight-card-wrapper .insight-image-container {
        width: 40%;
    }

    .Insight-page-widget .armor-seed-image-left .insight-card-wrapper .insight-category-banner {
        top: 0;
        bottom: auto;
    }

    .Insight-page-widget .armor-seed-image-left .insight-card-wrapper .insight-card-body {
        width: 60%;
    }

    .Insight-page-widget .armor-seed-image-left .insight-card-wrapper .insight-card-image {
        height: 100%;
        object-fit: cover;
    }
.Insight-page-widget .win-magnifying-glass{
      position: relative;
    bottom: 52px;
    left: 21rem;
  transform: rotate(270deg);

}


/*modification Insight page*/
.Insight-page-widget .insight-container{
      max-width: unset;
    padding: 0px;
}
.Insight-page-widget .insights-section{
  margin-top: -100px;
}

.Insight-page-widget .win-magnifying-glass:before {
      font-size: 1.25rem;
}
 .insight-hero-images{
        margin-top: -389px;
}
.section-heading-insight {
  text-align: center;
  padding: 20px 0 10px;
}

.section-heading-insight h3 {
    font-size: 0.9375rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-family: 'titillium-web';
    color: #012D63;
}

.heading-line-insight {
width: 95%;
    height: 2px;
    background: #012D63;
    margin: 10px auto 0;
}
.Insight-page-widget .insight-content-summary{
  display: none;
}
.Insight-page-widget .insight-slider-wrapper .insight-content-summary{
  display: unset;
}
.insight-load-more-section:nth-of-type(1) {
  display: none;
}
.Insight-page-widget .insights-grid{
      max-width: 1170px;
    margin: auto;
}
.Insight-page-widget .section-heading-insight{
      max-width: 1225px;
    margin: auto;
}
.soyabeans-card .armor-seed-card-actions-tech-sheet {
    padding: 0px 20px 20px 20px !important;
}
.soyabeans-card .armor-seed-card-actions-tech-sheet a{
  padding:10px !important;
}
.filter-remove .armor-product-title{
  border-bottom:unset !important;
}
/*calculator section css*/
/* Calculator Cards Styles */

.calculator-section {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: center;
}
.calculator-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 60px 30px 40px;
  text-align: center;
  max-width: 350px;
  margin: auto;
  position: relative;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
      min-height: 370px;
    
}
.calculator-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #012D631A;
  border-radius: 20px 20px 0 0;
  z-index: 0;
}
.calc-icon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  background: #7EB9FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.calc-icon img {
  width: 30px;
  height: 30px;
  margin: 0px !important;
}
.calculator-card h2 {
  margin-top: -15px;
  font-size: 2rem;
  font-family: "Spectral", serif;
  color: #012D63;
  font-weight: 700;
      padding: 0px 46px;

}
.calculator-card .card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
       margin-top: 1vw;
      min-height: 200px;
}

.calculator-card .card-footer.replant-mg a{
  margin-top: 2vw;
  
}
.calculator-card p {
  margin: 15px 0 30px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Klavika", sans-serif;
  color: #012D63;
}
.btn-calculate {
  display: inline-block;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  background: #012D63;
  padding: 12px 60px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
.btn-calculate:hover {
  background: #0b3c89;
}
.calculator {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.calculator.open {
  display: flex;
}
.calculator-card-popup {
  background: #F3F5F8;
  width: 850px;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 40px;
  text-align: left;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.close-popup {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 1.875rem;
  cursor: pointer;
  color: #062a4d;
  line-height: 1;
  color: #012D63;
}
.close-popup:hover {
  color: #022b66;
}
.calculator h2 {
  color: #072d6a;
  margin-bottom: 20px;
  font-size: 2.25rem;
  font-family: Spectral;
  font-weight: 900;
}
.calculator .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  width: 100%;
  box-sizing: border-box;
      justify-content: space-between;
}
.calculator label {
    /* font-weight: 600; */
    font-size: 1.125rem;
    color: #012D63;
    /* margin-bottom: 0; */
    margin-right: 18px;
    font-family: 'titillium-web';
    white-space: nowrap;
    width: 160px;
   
}
.calculator select,
.calculator input {
  flex: 1 1 0;
  min-width: 0;
     padding: 8px 25px;
  border-radius: 10px;
  border: 1px solid #d7e2f0;
  font-size: 1rem;
  outline: none;
  color: #717171;
  font-family: Titillium -webkit-body;
  margin: 0;
  box-sizing: border-box;
      flex: 0 0 auto;
    width: 23VW;
}
.calculator .CalcButton {
  display: inline-block;
  background: #7EB9FF;
  padding: 15px 40px;
  border-radius: 30px;
  color: #012D63;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border: none;
}
.calculator .CalcButton:hover {
  background: #3a9aef;
}
.calculator [id$="_result"] {
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.375rem;
    color: #012D63;
    font-family: 'titillium-web';
}
.calculator .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
      background-color: unset;
}
.calculator .table tr{
      border-bottom: 2px solid #00000029;
}
.calculator .table tr:last-child {
  border-bottom: none;
}
.calculator .table tr td:first-child {
  font-weight: normal;
}

.calculator .table tr td:nth-child(2),
.calculator .table tr td:last-child {
  font-weight: 700;
}
.calculator .table td {

  border: unset;
}
.calculator .table .header {
      padding: 12px 10px;
    font-weight: 400 !important;
}
.calculator .table .currency {

  font-weight: 600;
}


.calculator .replant-value {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: bold;
}
.calculator .result-value {
      color: #012D63;
  font-size: 1.375rem;
  font-weight: bold;
}
.calculator .form-field {
  margin-bottom: 15px;
}
.calculator hr {
  margin: 15px 0;
  border: none;
  border-top: unset;
}
.calculator h3 {
  color: #062a4d;
  font-size: 1.125rem;
  margin: 20px 0 15px;
}
.notice {
  color:#012D63;
  font-size: 1.125rem;
     font-family: 'titillium-web';
}
.tool-page-calculator .calculator-card h2{
      padding: 0px;
}
.tool-page-calculator .calculator-card{
  min-height: 440px;
}
.tool-page-calculator .calculator-card .card-footer.replant-mg a {
    margin-top: 3.5vw;
}
.tool-page-calculator .card-footer.replant-mg {
    margin-top: 8vw;
}
@media (max-width: 1024px){
  .calculator-card{
      min-height: 400px;

}
  .calculator-card .replant-mg p{
        margin-top: 5vw;

  }
}
@media (max-width: 900px){
    .calculator-card .replant-mg p{
        margin-top: 15px;

  }
}
@media (max-width: 680px){
  .calculator-card p{
    margin: 40px 0 30px;
  }
      .calculator-card .replant-mg p {
        margin-top: 40px;
    }
  .calculator .form-row {
    flex-direction: column;
        align-items: unset;
  }
  .calculator select, .calculator input {
        width: 60VW;
  }
  .btn-group-wrapper{
    padding: 0px 30px;
  }
}
.tool-page-calculator .calculator-card .card-footer{
      min-height: 220px;
}
.calculator-section ::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.calculator .CloseButton {
    display: inline-block;
    background: #6c757d;
        padding: 19px 50px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: background 0.3s ease;
}

.calculator .CloseButton:hover {
    background: #5a6268;
}

.calculator .CloseButton:active {
    background: #545b62;
}

.calculator .button-container {
    display: flex;
    gap: 10px;
    align-items: center;
}
/*feedback-2 Modification*/
.Insight-page-widget .insights-grid .insight-category-banner{
      bottom: 0;
  top:unset;
}
.Insight-page-widget .insights-grid .insight-card-image {
      border-radius: 20px;
}
.insights-grid .insight-image-container picture {
    height: 310px;
}
.calculator #tools_pcs_result .table tr td:first-child {
    font-weight: unset;
}
.calculator #tools_pcs_result .table tr td:nth-child(2), .calculator .table tr td:last-child {
    font-weight: normal;
}
.calculator #tools_pcs_result .table tr td, .calculator #tools_rcb_result .table tr td{
      font-size: 1.25rem;
}
.calculator #tools_rcb_result .table tr td:last-child
 {
    font-weight:700;
}
.calculator #tools_rcc_result .table tr td:nth-child(2){
  font-weight:700;
}
.tool-page-calculator .calculator-card .card-footer.replant-mg.tools-replant-mg a {
    margin-top: 3vw;
}
.tool-page-calculator .card-footer.replant-mg.tools-replant-mg {
    margin-top: 3vw;
}
.insight-content-title a{
  color:#012D63;
}
.insight-content-title a:hover{
      color: #87B4EA !important;
      font-weight: 900 !important;
}
.insight-category-banner {
      height: 60.3958px;
}

@media (max-width: 1024px){
  .Insight-page-widget .insight-filters {
        max-width: 330px;
      
  }
  .tool-page-calculator .card-footer.replant-mg.tools-replant-mg p{
    margin-top: 3vw;
}
  .tool-page-calculator .calculator-card .card-footer.replant-mg.tools-replant-mg a {
    margin-top: 5vw;
}
  .Insight-page-widget .win-magnifying-glass{
     left: 19rem;
  }

  .Insight-page-widget .insight-card-actions{
        margin-top: 20px;
  }
}
@media (max-width: 900px){
  .Insight-page-widget .insight-section-inner{
    left:0px
  }
      .Insight-page-widget .insight-filters {
        max-width: 260px;
       
    }
  .tool-page-calculator .card-footer.replant-mg.tools-replant-mg {
    margin-top: 4vw;
}
      .tool-page-calculator .calculator-card .card-footer.replant-mg.tools-replant-mg a {
        margin-top: 6vw;
    }
      .Insight-page-widget .win-magnifying-glass {
        left: 14.5rem;
    }
  .Insight-page-widget .insight-section-inner{
        max-width: 440px;
  }
}
@media (max-width: 800px){
    .Insight-page-widget .insight-section-inner{
        max-width: 440px;
  }
      .Insight-page-widget .insight-filters{
                left: 31rem;
            bottom: 410px;
      }
      .tool-page-calculator .card-footer.replant-mg.tools-replant-mg p {
        margin-top: 4vw;
    }
}
@media (max-width: 680px) {
  .Insight-page-widget .insight-filters{
            bottom: 350px;
        left: 6vw;
        max-width: 300px;
  }
  .herobanner-marketing.herobanner-home.herobanner-marketing .hero-image-inner .headline {
    font-size: 2.5rem !important;
    padding: 0px;
  }
      .tool-page-calculator .card-footer.replant-mg.tools-replant-mg {
        margin-top: 15vw;
    }

  .herobanner-marketing .divider{
        margin: 10px 0 10px 0;
  } 
      .Insight-page-widget .insights-heading {
        font-size: 2.5rem;
    }
  .Insight-page-widget .insight-listing-section{
    background: unset;
    
    padding: 0px 20px;
  }

.Insight-page-widget .insight-slider-section{
         padding: 70px 20px 20px 20px;
}
  .Insight-page-widget .insights-section{
               height: 45rem;
  }
  .Insight-page-widget .insight-section-inner{
        top: 80px;
    left: 0px;
  }
  .Insight-page-widget .win-magnifying-glass{
        left: 16.8rem;
  }
  .herobanner-home.herobanner-marketing .hero-image--layout-b .dxp-hero-details{
    bottom: -2%;
  }
  .contact-us-page.herobanner-home .dxp-hero-details {
        top: unset !important;
    }
      .herobanner-home.herobanner-marketing .hero-image--layout-b .dxp-hero-details {
        max-width: 100%;
    }

}
