ht@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: 42px;
    font-family: 'spectral';
    font-weight: 900;
}
.contact-us-desc h4{
  font-size: 18px;
  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:18px;
  
}

.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: 20px;
    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: 54px !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: 15px;
font-weight: 300;
margin-bottom: 0px !important;
}
.herobanner-home .hero-image--layout-b .dxp-hero-details p{
      font-size: 18px;
    font-family: 'titillium-web';
      width: 60%;
}
.herobanner-home.herobanner-marketing .hero-image-inner .headline{
      font-size: 54px !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: 52px !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: 37px !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: 35px !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: 15px;
    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: 52px;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 20px 0;
      color: #0E2B58;
    }

    .Insight-page-widget .insights-description {
    font-size: 18px;
    font-family: 'Overpass';
    color: #0E2B58;
    }
.Insight-page-widget .insight-filters{
        max-width: 369px;
    position: relative;
    bottom: 372px;
    left: 59rem;
}
    @media (max-width: 768px) {
     .Insight-page-widget .insights-section {
        padding: 20px;
      }
      .Insight-page-widget .insights-heading {
        font-size: 32px;
      }
    }
.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: 10px;
}



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

.Insight-page-widget .insight-featured-label {
  color: #052d66;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.Insight-page-widget .insight-content-title {
  color: #052d66;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}

.Insight-page-widget .insight-content-summary p {
  color: #5a6b7c;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.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: 16px;
}

/* 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: 20px;
  }
}
.Insight-page-widget .insight-listing-section{
      position: relative;
    bottom: 300px;
}

/* 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: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    height: 50px;
}

.Insight-page-widget .insight-sub-title {
    font-size: 58px;
    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);
    }
}

.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: 20px 20px 0 0;
}
.Insight-page-widget .insight-image-container picture {
    height: 310px;
    width: 100%;
    display: flex;
}
.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: 20px;
    color: #012D63;
    font-family: 'titillium-web';
    font-weight: 600;
      height: 3.2rem;
}

.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: 26px;
    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: 16px;
    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: 26px;
    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: 20px;
    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: 20px;
    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: 22px;
    color: #012D63;
}

.Insight-page-widget .insight-container.armor-seed-insight-widget .insight-description {
    font-size: 18px;
    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: 34px;
        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;

}

@media (max-width: 1024px){
  .Insight-page-widget .insight-filters {
        max-width: 330px;
        left: 40rem;
  }
}
@media (max-width: 680px) {
  .Insight-page-widget .insight-filters{
            bottom: 350px;
        left: 22px;
        max-width: 300px;
  }
  .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;
  }

}
/*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: 20px;
}
.insight-hero-image{
     margin-top: -285px;
}
