/* ===================================
   eMudhra Our History Page Styles
   =================================== */

/* ===================================
   1. Company Banner Section
   =================================== */

a, button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}
.company-banner {
  width: 100%;
  background: linear-gradient(180deg, #FFF8F1 0%, #FFFBF8 77.6%, rgba(255, 255, 255, 0) 100%);
  min-height: 500px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  padding-block: 5.5rem;
}

.company-banner .banner-content h4 {
  font-size: 1.3rem;
  color: var(--neutral-600);
  max-width: 100%;
  line-height: 1.5;
  padding-left: 12px;
  margin-bottom: 20px!important;
  letter-spacing: 0.5px;
  position: relative;
  font-weight: var(--bs-body-font-weight);
}

.company-banner .banner-content h4:after {
  content: '';
  background: #f26739;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.company-banner .banner-content h1 {
    font-size: 3rem;
    color: var(--bs-body-color);
    max-width: 100%;
    font-weight: var(--fnt-medium);
}

.company-banner .banner-item {
  position: relative;
  overflow: hidden;
}



/* ===================================
   2. Platform Section (The Word Mudra)
   =================================== */
.platform-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.platform-section img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.platform-section .the-word {
  font-size: 1.75rem;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
  margin: 0;
}

.platform-section .the-word b {
  color: #673695;
  font-weight: 600;
}

/* ===================================
   3. Global Inner Digital Section (Mission & Vision)
   =================================== */
.global-inner-digital {
  padding: 80px 0;
  background: linear-gradient(rgb(255, 248, 241) 0%, rgb(255, 251, 248) 77.6%, rgba(255, 255, 255, 0) 100%);
}

.global-inner-digital .main-content {
  text-align: center;
  margin-bottom: 50px;
}

.global-inner-digital .main-head {
  font-size: 2.5rem;
  font-weight: 700;
  color: #141414;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.global-inner-digital .main-head:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #673695 0%, #f26739 100%);
  border-radius: 2px;
}

.global-inner-digital .digital-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #fff6ec;
}

.global-inner-digital .digital-box:hover {
  transform: translateY(-8px);
  border-color: #FEECDC;
}

.global-inner-digital .digital-box .ico-part {
  text-align: center;
  margin-bottom: 20px;
}

.global-inner-digital .digital-box .ico-part img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.global-inner-digital .digital-box .box-text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #673695;
  margin-bottom: 15px;
  margin-top: 0;
}

.global-inner-digital .digital-box .box-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

/* ===================================
   4. About Section
   =================================== */
.about-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-section .about-content {
  padding-right: 30px;
}

.about-section .about-content h3 {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
  font-weight: 400;
  margin-bottom: 25px;
}

.about-section .about-content h3:last-child {
  margin-bottom: 0;
}

.about-section img {
  max-width: 100%;
  height: auto;
}

/* ===================================
   5. Values Section
   =================================== */
.values-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #673695 0%, #54256c 100%);
  position: relative;
}

.values-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.values-section .container {
  position: relative;
  z-index: 1;
}

.values-section .values-text {
  font-size: 1.75rem;
  line-height: 1.7;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin: 0 auto!important;
  max-width: 1000px;
}

/* ===================================
   6. Authentication Section (Stats)
   =================================== */
.authentication-section {
  padding: 80px 0;
  background: #ffffff;
}

.authentication-section h2 {
  font-size: 2rem;
  line-height: 1.6;
  color: #141414;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  max-width: 1000px;
  margin: 0px auto 50px!important;
}

.authentication-section .enterprise-box {
  text-align: center;
  padding: 40px 25px;
  background: #f8f9fa;
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
}

.authentication-section .enterprise-box:hover {
  background: #ffffff;
  border-color: #673695;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(103, 54, 149, 0.15);
}

.authentication-section .enterprise-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  object-fit: contain;
}

.authentication-section .enterprise-box h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #673695;
  margin-bottom: 10px;
  margin-top: 0;
}

.authentication-section .enterprise-box h3 sup {
  font-size: 1.25rem;
  font-weight: 600;
  top: -0.8em;
}

.authentication-section .enterprise-box p {
  font-size: 1rem;
  color: #555555;
  margin: 0;
  line-height: 1.5;
}

.authentication-section .text-muted {
  color: #6c757d !important;
  font-size: 0.9rem;
  text-align: center;
}

/* ===================================
   7. Subscribe Section
   =================================== */
.subscribe-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.subscribe-section .main-content {
  margin-bottom: 0px;
  text-align: center;
  position: relative;
}

.subscribe-section .main-content .main-head {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #141414;
  margin-bottom: 30px;
  font-weight: 700;
}

.subscribe-section .main-content span {
  color: #673695;
  font-weight: 700;
}

.subscribe-section .subscribe-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #673695 0%, #54256c 100%);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(103, 54, 149, 0.3);
  cursor: pointer;
}

.subscribe-section .subscribe-btn:hover {
  background: linear-gradient(135deg, #54256c 0%, #673695 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(103, 54, 149, 0.4);
  color: #ffffff;
}

.subscribe-section .btn-primary.btn-gradient {
  background: linear-gradient(135deg, #673695 0%, #f26739 100%);
}

.subscribe-section .btn-primary.btn-gradient:hover {
  background: linear-gradient(135deg, #f26739 0%, #673695 100%);
}

/* ===================================
   8. HubSpot Utility Classes
   =================================== */
.body-container-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.body-container {
  max-width: 100%;
  margin: 0 auto;
}

.body-container--home {
  padding: 0;
}

.row-fluid-wrapper {
  width: 100%;
}

.row-fluid {
  display: block;
}

.span12 {
  width: 100%;
}

.widget-span {
  display: block;
}

.dnd-section,
.dnd-row,
.dnd-column,
.dnd-module {
  display: block;
  width: 100%;
}

.hs_cos_wrapper {
  display: block;
}

/* ===================================
   9. Responsive Media Queries
   =================================== */

/* Tablet Landscape */
@media screen and (max-width: 991px) {
 

  .company-banner .banner-item img {
    min-height: 350px;
    max-height: 350px;
  }

  .company-banner .banner-content h1 {
    font-size: 2.25rem;
  }

  .platform-section,
  .global-inner-digital,
  .about-section,
  .values-section,
  .authentication-section,
  .subscribe-section {
    padding: 60px 0;
  }

  .global-inner-digital .main-head,
  .subscribe-section .main-content .main-head {
    font-size: 2rem;
  }

  .authentication-section h2 {
    font-size: 1.75rem;
  }

  .values-section .values-text {
    font-size: 1.5rem;
  }
}

/* Tablet Portrait */
@media screen and (max-width: 768px) {


  .company-banner .banner-item img {
    min-height: 300px;
    max-height: 300px;
  }

  .company-banner .banner-content h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .company-banner .banner-content h1 {
    font-size: 1.75rem;
  }

  .platform-section,
  .global-inner-digital,
  .about-section,
  .values-section,
  .authentication-section,
  .subscribe-section {
    padding: 50px 0;
  }

  .global-inner-digital .main-head,
  .subscribe-section .main-content .main-head {
    font-size: 1.75rem;
  }

  .authentication-section h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }

  .values-section .values-text {
    font-size: 1.35rem;
  }

  .platform-section .the-word {
    font-size: 1.5rem;
  }

  .about-section .about-content {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-section .about-content h3 {
    font-size: 1.25rem;
  }

  .global-inner-digital .digital-box {
    margin-bottom: 20px;
  }

  .authentication-section .enterprise-box {
    margin-bottom: 20px;
  }
}

/* Mobile */
@media screen and (max-width: 576px) {
 
 .company-banner{
  margin-top: 0px!important;
      padding-block: 2.5rem;
 }
 .banner-content{
  padding-inline: 1rem;
 }
.banner-illustration {
    margin: 20px 0px;
}
  .company-banner .banner-item img {
    min-height: 250px;
    max-height: 250px;
  }

  .company-banner .banner-content h4 {
    font-size: 1rem;
    padding-left: 15px;
  }

  .company-banner .banner-content h4:after {
    width: 3px;
    height: 20px;
  }

  .company-banner .banner-content h1 {
    font-size: 1.5rem;
  }

  .platform-section,
  .global-inner-digital,
  .about-section,
  .values-section,
  .authentication-section,
  .subscribe-section {
    padding: 40px 0;
  }

  .global-inner-digital .main-head,
  .subscribe-section .main-content .main-head {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .authentication-section h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }

  .values-section .values-text {
    font-size: 1.15rem;
  }

  .platform-section .the-word {
    font-size: 1.25rem;
    margin-top: 25px;
  }

  .about-section .about-content h3 {
    font-size: 1.1rem;
  }

  .global-inner-digital .digital-box {
    padding: 25px 20px;
  }

  .global-inner-digital .digital-box .box-text h4 {
    font-size: 1.25rem;
  }

  .global-inner-digital .digital-box .box-text p {
    font-size: 0.95rem;
  }

  .authentication-section .enterprise-box {
    padding: 30px 20px;
  }

  .authentication-section .enterprise-box h3 {
    font-size: 2rem;
  }

  .subscribe-section .subscribe-btn {
    padding: 14px 32px;
    font-size: 1rem;
  }

  .global-inner-digital .main-head:after {
    width: 60px;
    height: 3px;
  }
}

/* Extra Small Mobile */
@media screen and (max-width: 375px) {
  .company-banner .banner-content h1 {
    font-size: 1.35rem;
  }

  .global-inner-digital .main-head,
  .subscribe-section .main-content .main-head {
    font-size: 1.35rem;
  }

  .authentication-section h2 {
    font-size: 1.15rem;
  }

  .values-section .values-text {
    font-size: 1.05rem;
  }

  .platform-section .the-word {
    font-size: 1.15rem;
  }
}

/* ===================================
   10. Animation Classes
   =================================== */
.aos-init {
  opacity: 1;
}

.aos-animate {
  opacity: 1;
  transform: none;
}

[data-aos="fade-right"] {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 0.6s ease;
}

[data-aos="fade-left"] {
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.6s ease;
}

[data-aos="fade-top"] {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease;
}

[data-aos="fade-right"].aos-animate,
[data-aos="fade-left"].aos-animate,
[data-aos="fade-top"].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

/* ===================================
   11. Utility Classes
   =================================== */
.mt-details {
  margin-top: 0;
}

.text-muted {
  color: #6c757d !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Focus styles for accessibility */
a:focus,
button:focus {
  outline: 0px solid #673695;
  outline-offset: 0px;
}

/* Print styles */
@media print {
  .company-banner,
  .subscribe-section {
    page-break-inside: avoid;
  }
}

/* ===================================
   eMudhra Leadership Page Styles
   =================================== */

/* Team Section */
.our-team {
  background: #ffffff;
  padding: 60px 0;
}

.teamWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.teamcol {
  margin-top: 155px;
  transition: transform 0.3s ease;
}

.teamcol:hover {
  transform: translateY(-10px);
}

.teamcolinner {
  min-height: 190px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.teamcol:hover .teamcolinner {
  box-shadow: 0 8px 25px rgba(103, 54, 149, 0.15);
  border-color: #673695;
}

.teamcolinner .avatar {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.teamcolinner .member-name {
  margin-top: 100px;
  text-align: center;
}

.teamcolinner .member-name h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #141414;
  margin-bottom: 5px;
}

.teamcolinner .member-info {
  padding: 10px 20px;
  text-align: center;
}

.teamcolinner .member-info p {
  font-size: 1rem;
  color: #673695;
  margin: 0;
}

/* Chair Platform */
.chair-platform {
  padding: 40px;
  background: #f8f9fa;
  position: relative;
  z-index: 9;
}

.arround-wraper {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease;
}

.arround-wraper:hover {
  box-shadow: 0px 15px 45px rgba(103, 54, 149, 0.2);
}

/* Team Modal */
.team-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.team-modal.show {
  display: flex;
}

.modal-body {
  padding: 2.25rem;
  background: #ffffff;
  border-radius: 12px;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
}

.close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* ===================================
   eMudhra Board of Directors Page Styles
   =================================== */

/* Directors Platform */
.directors-platform {
  background: #ffffff;
  padding: 60px 0;
}

.directors-platform .arround-wraper {
  padding: 40px 50px;
  margin-bottom: 30px;
}

.directors-platform .arround-wraper h3 {
  font-family: var(--DMSans) !important;
  font-weight: 600;
  font-size: 1.375rem;
  color:  var(--bs-body-color);
}

.directors-platform .arround-wraper h5 {
  font-family: var(--DMSans) !important;
  font-weight: 400;
  color: var(--bs-body-color);
  line-height: 1.6;
    font-size: 1rem;
  margin-bottom: 15px!important;
}

.directors-platform .arround-wraper p {
  color: #585858;
  font-size: 15px;  
  margin-bottom: 10px!important;
  line-height: 1.7;
}
.directors-wrap{
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
@media screen and (max-width: 576px) {
  .directors-wrap{
    grid-template-columns: repeat(1, 1fr);
  }
}
.directors-platform .arround-wraper .lead-text {
    font-family: var(--DMSans) !important;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6;
    font-size: 1rem;
    color: var(--bs-body-color);
}

.directors-platform .arround-wraper figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  width: 150px;
}
.directors-platform .arround-wraper figure img{
    border-radius: 12px;
    max-height: 150px;
    max-width: 150px;
    object-fit: cover;
}
.directors-platform .arround-wraper figure.chair{
  width: 100%;
}
.directors-platform .arround-wraper figure.chair img{
    border-radius: 25px;
    max-height: 350px;
    min-height: 350px;
    max-width: 100%;
    object-fit: cover;
}

/* ===================================
   eMudhra Careers Page Styles
   =================================== */

/* Careers Banner */
#hs_cos_wrapper_dnd_area-module-1 .careers-banner,
.careers-banner {
  margin-top: 80px;
  min-height: 480px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
}

.careers-banner .banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  padding: 0 15px;
}

.careers-banner .banner-content h1 {
  font-size: 4.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.careers-banner .banner-content h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 30px;
}

.careers-banner .banner-item:before {
  background: rgba(255, 255, 255, 0) linear-gradient(181deg, rgba(0, 0, 0, 0) 0%, #51007a 100%);
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/* Title Styling */
.title-head {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 80px;
  margin-bottom: 15px;
  color: #6e7279;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.title-head:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #f26739;
}

/* Title head on dark sections */
.careers-values .title-head,
.careers-seeking .title-head {
  color: #ffffff;
}

/* Button Styling with Circle Animation */
.btn-primary.btn-banner {
  background: transparent;
  color: #ffffff;
  padding: 0px 0px 0px 15px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
}

.btn-primary.btn-banner:before {
  content: '';
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.btn-primary.btn-banner:hover:before {
  width: 100%;
  height: 100%;
  background: #f26739;
  border-color: #f26739;
}

.btn-primary.btn-banner .circle {
  position: relative;
  margin-left: 10px;
}

.btn-primary.btn-banner .circle:before {
  content: '\ea1d';
  font-family: 'boxicons' !important;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.btn-primary.btn-banner:hover .circle:before {
  content: '\eb33';
  transform: rotate(45deg);
}

/* Careers Platform / Stories Section */
.careers-platform {
  background: #ffffff;
  padding: 60px 0;
}

.stories-section {
  transition: all 500ms ease;
  cursor: pointer;
  position: relative;
}

.stories-section:hover {
  background: #a977b3;
}

.stories-section:hover figure {
  transform: rotate(-2deg) scale(1.06);
}

.stories-section:hover .stories-content h4,
.stories-section:hover .stories-content p {
  color: #ffffff;
}

.stories-section figure {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #f26739;
  margin: 0 auto 20px;
  overflow: hidden;
  transition: all 500ms ease;
}

.stories-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.stories-content {
  border-left: 4px solid #f26739;
  padding: 15px 40px 30px;
  min-height: 255px;
}

.stories-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #141414;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.stories-content p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  transition: all 0.3s ease;
}

/* Background Overlay Common */
.background-comon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-color: #262626;
  z-index: 1;
}

/* Careers Choose Section */
.careers-choose {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

.careers-choose:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: #f8f9fa;
  z-index: 0;
}

/* Careers Culture */
.careers-culture {
  background: #ffffff;
  padding: 60px 0;
}

.culture-box {
  padding: 30px 30px;
  border-radius: 0px;
  transition: all 0.5s ease;
  background: #ffffff;
  height: 100%;
}

.culture-box:hover {
  box-shadow: 0 0 10px 4px rgba(31, 66, 135, 0.1);
  transform: translateY(-5px);
}

.culture-box h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #141414;
  margin-bottom: 15px;
}

.culture-box p {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 1.7;
}

/* Careers Values */
.careers-values {
  background: #2a3165;
  padding: 60px 0;
  color: #ffffff;
}

.careers-values .main-head {
  color: #ffffff;
}

.careers-values .right-line:not(:last-child) {
  border-right: 2px solid #ffffff;
}

/* Careers Seeking */
.careers-seeking {
  position: relative;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  z-index: 1;
}

.careers-seeking:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* Careers Testimonial */
.careers-testimonial {
  background: #f9f9fb;
  padding: 60px 0;
}

.careers-testimonial .customers-testimonials .item {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

.careers-testimonial .customers-testimonials .item.active {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.careers-testimonial .customers-testimonials .item .card {
  background: #ffffff;
  padding: 25px 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 500px;
  border-radius: 12px;
}

.careers-testimonial .profile-image {
  max-width: 110px;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}

.careers-testimonial .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Careers Openings */
.careers-openings {
  background: #f9f9fb;
  padding: 60px 0;
}

.careers-openings .join-section {
  position: relative;
  min-height: 350px;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.careers-openings .join-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(84, 37, 108, 0.6) 100%);
  z-index: -1;
}

.careers-open-btn {
  background: transparent;
  border: 2px solid #673695;
  color: #673695;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
}

.careers-open-btn:hover {
  background: #f26739;
  border-color: #f26739;
  color: #ffffff;
}

/* Breadcrumb Styling */
.careers-banner .hs-breadcrumb-menu {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
}

/* Scroll Down Button */
.scroll-down-btn {
  background: #f26739;
  padding: 0px 50px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.scroll-down-btn:hover {
  background: #673695;
  transform: translateY(5px);
}

/* ===================================
   eMudhra ESG Page Styles
   =================================== */

/* Infrastructure Section */
.infrastructure-section {
  background: #f8f6ff;
  padding: 60px 0;
}

.service-box {
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.service-box figure {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.service-box figure img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.service-box:hover .ico-box:before {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.service-box h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #141414;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 0.95rem;
  color: #484848;
  line-height: 1.6;
}

/* Features Box */
.features-box {
  background: #fbfbfb;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.features-box:hover {
  box-shadow: 0px 15px 70px 0px rgba(103, 54, 149, 0.15);
  transform: translateY(-5px);
}

.features-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(135deg, rgba(103, 54, 149, 0.05) 0%, rgba(104, 161, 67, 0.05) 100%);
  transition: all 0.3s ease;
}

.features-box:hover:before {
  height: 100%;
}

/* Green Turf Section */
.green-turf {
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}


.banner-screen {
  min-height: 500px;
  display: flex;
  align-items: center;
}

.about-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.left-side {
  width: 40%;
}

.right-side {
  width: 60%;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* CSR Initiatives */
.csr-initiatives {
  padding: 60px 0;
  background: #ffffff;
}

.initiatives-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 30px;
  cursor: pointer;
}

.images-blocks {
  overflow: hidden;
  border-radius: 12px;
}

.images-blocks img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 1s ease-in-out;
}

.initiatives-wrap:hover .images-blocks img {
  transform: scale(1.25);
}

.description-sec {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  color: #ffffff;
  transition: all 1s ease-in-out;
}

.initiatives-wrap:hover .description-sec {
  top: 39%;
}

/* CSR Leader Testimonial */
.csr-leader-testimonial {
  background: #3c1c51;
  padding: 60px 0;
  color: #ffffff;
}

.testimonials-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 15px 180px;
  overflow: hidden;
  padding: 40px;
}

.testimonials-sheet {
  text-align: center;
  position: relative;
}

.testimonials-sheet:before {
  content: '"';
  font-size: 5rem;
  color: #673695;
  opacity: 0.2;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* Navigation Sidebar */
.navigation_head {
  position: sticky;
  top: 80px;
  max-width: 390px;
}

.navigation__link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.navigation__link:hover,
.navigation__link.active {
  background: #f8f6ff;
  border-left-color: #673695;
  color: #673695;
}

.screen-pill {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.3s ease;
}

.navigation__link.active .screen-pill {
  background: #673695;
  color: #ffffff;
}

/* CSR Gallery */
.csr-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-flow: dense;
  gap: 15px;
}

.csr-gallery .item:nth-child(3n) {
  grid-column: span 2;
}

/* Timeline */
#timeline {
  border-left: 4px solid #333;
  padding-left: 30px;
  margin-left: 20px;
}

#timeline .timeline-item {
  position: relative;
  margin-bottom: 40px;
}

#timeline .timeline-item:before {
  content: '';
  position: absolute;
  left: -37px;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #673695;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 4px #673695;
}

/* ===================================
   eMudhra Media Contacts Page Styles
   =================================== */

/* Contact Banner */
.contact-banner {
  min-height: 400px;
  max-height: 400px;
}

.contact-banner .banner-item:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #51007a 100%);
}

.contact-banner .main-head h1 {
  font-size: 2.75rem;
  color: #ffffff;
  text-align: center;
}

/* Page Title */
.page_title {
  padding: 40px 0;
  background: #ffffff;
}

.page_title h2 {
  font-size: 2.25rem;
  color: #151515;
  line-height: 1.4;
  margin-bottom: 15px;
}

.page_title p {
  font-size: 1.15rem;
  color: #484848;
  line-height: 1.6;
}

.page_title a {
  color: #673695;
  text-decoration: none;
}

.page_title a:hover {
  color: #f26739;
}

/* Contact Form Section */
.contact-form-section {
  padding: 60px 0;
  background: #f8f9fa;
  position: relative;
}

.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hs-form-field {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.hs-input {
  width: 100%;
  min-height: 45px;
  background: #fcfcfc;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.hs-input:focus {
  border-color: #673695;
  outline: none;
  box-shadow: 0 0 0 3px rgba(103, 54, 149, 0.1);
}

.hs-input.hs-fieldtype-textarea {
  min-height: 90px;
  resize: vertical;
}

.hs-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 35px;
  background: #673695;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hs-submit:hover {
  background: #f26739;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(242, 103, 57, 0.3);
}

.hs-submit:before {
  content: '→';
  transition: all 0.3s ease;
}

.hs-submit:hover:before {
  transform: translateX(5px);
}

/* Checkbox Styling */
.hs-form-booleancheckbox .hs-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #673695;
}

.hs-form-booleancheckbox .hs-input[type="checkbox"]:checked {
  background: #673695;
}

/* Cookies Section */
.cookies-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ===================================
   Responsive Styles for New Pages
   =================================== */

@media screen and (max-width: 991px) {
  .teamcol {
    margin-top: 120px;
  }

  .teamcolinner .avatar {
    width: 150px;
    height: 150px;
    top: -75px;
  }

  .directors-platform .arround-wraper {
    padding: 30px;
  }

  .careers-banner {
    margin-top: 60px;
    min-height: 400px;
    max-height: 400px;
  }

  .careers-banner .banner-content h1 {
    font-size: 3rem;
  }

  .title-head {
    padding-left: 50px;
  }

  .title-head:before {
    width: 40px;
  }

  .stories-section figure {
    width: 140px;
    height: 140px;
  }

  .stories-content {
    min-height: auto;
    padding: 15px 20px 20px;
  }

  .about-wrapper {
    flex-direction: column;
  }

  .left-side,
  .right-side {
    width: 100%;
  }

  .testimonials-wrapper {
    flex-direction: column;
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {
  .teamcol {
    margin-top: 100px;
  }

  .teamcolinner .avatar {
    width: 120px;
    height: 120px;
    top: -60px;
  }

  .teamcolinner .member-name {
    margin-top: 70px;
  }

  .teamcolinner .member-name h3 {
    font-size: 1.25rem;
  }

  .directors-platform .arround-wraper {
    padding: 25px;
  }

  .careers-banner {
    margin-top: 0px;
    min-height: 350px;
    max-height: 350px;
  }

  .careers-banner .banner-content h1 {
    font-size: 2.5rem;
  }

  .title-head {
    padding-left: 40px;
    font-size: 14px;
  }

  .title-head:before {
    width: 30px;
  }

  .culture-box {
    padding: 24px 12px;
  }

  .stories-section figure {
    margin: 15px auto;
  }

  .careers-testimonial .customers-testimonials .item .card {
    min-height: auto;
    padding: 20px;
  }

  .contact-banner .main-head h1 {
    font-size: 2.25rem;
  }

  .page_title h2 {
    font-size: 1.75rem;
  }

  .hs-form-field {
    width: 100%;
  }

  .csr-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .navigation_head {
    position: relative;
    top: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .title-head {
    padding-left: 0;
    text-align: center;
  }

  .title-head:before {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .teamcol {
    margin-top: 80px;
  }

  .teamcolinner .avatar {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .teamcolinner .member-name {
    margin-top: 60px;
  }

  .teamcolinner .member-name h3 {
    font-size: 1.1rem;
  }

  .careers-banner {
    min-height: 300px;
    max-height: 300px;
  }

  .careers-banner .banner-content h1 {
    font-size: 2rem;
  }

  .careers-banner .banner-content h4 {
    font-size: 1rem;
  }

  .btn-primary.btn-banner {
    font-size: 0.9rem;
    padding: 0px 0px 0px 10px;
  }

  .btn-primary.btn-banner:before {
    width: 30px;
    height: 30px;
  }

  .stories-section figure {
    width: 120px;
    height: 120px;
  }

  .culture-box h3 {
    font-size: 1.1rem;
  }

  .culture-box p {
    font-size: 13px;
  }

  .careers-seeking {
    min-height: 250px;
  }

  .careers-testimonial .profile-image {
    max-width: 90px;
  }

  .contact-banner {
    min-height: 300px;
    max-height: 300px;
  }

  .contact-banner .main-head h1 {
    font-size: 1.75rem;
  }

  .page_title h2 {
    font-size: 1.5rem;
  }

  .arround-wraper {
    padding: 25px 20px;
  }

  .culture-box {
    padding: 20px;
  }

  .service-box figure {
    width: 70px;
    height: 70px;
  }

  .service-box figure img {
    width: 40px;
    height: 40px;
  }

  .right-side {
    padding: 25px;
  }

  .cookies-section {
    flex-direction: column;
    text-align: center;
  }
}

/* ===================================
   eMudhra Legal Pages Styles
   (Terms of Use, Privacy Policy, EULA, Disclaimer)
   =================================== */

/* CMS Content Wrapper */
.cms-includes {
  padding: 80px 0 50px;
  background: linear-gradient(180deg, #f3f1ff 0%, #FFFFFF 100%) !important;
  position: relative;
}

.cms-content {
  margin-bottom: 30px;
}

/* Content Typography */
.cms-content .sub-title,
.cms-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #141414;
  margin: 15px 0;
  line-height: 1.4;
}

.cms-content .cms-text,
.cms-content p {
  font-size: 1rem;
  color: #484848;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 15px;
}

.cms-content h2 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #141414;
  margin: 30px 0 20px;
}

.cms-content h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #141414;
  margin: 25px 0 15px;
}

.cms-content h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #141414;
  margin: 20px 0 10px;
  position: relative;
  padding-left: 20px;
}

.cms-content h4:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #f26739;
}

/* List Styling */
.cms-includes .listing,
.cms-includes ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.cms-includes ul li,
.listing li {
  font-size: 1rem;
  color: #484848;
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
  line-height: 1.3;
}

.cms-includes ul li:before,
.listing li:before {
  content: '\ea13';
  font-family: 'boxicons' !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #f26739;
  font-size: 1.1rem;
}

.cms-includes ul li ul li:before {
  content: '\ea14';
  color: #673695;
}

.cms-includes ol {
  padding-left: 20px;
  margin: 20px 0;
}

.cms-includes ol li {
  font-size: 1rem;
  color: #484848;
  margin: 10px 0;
  line-height: 1.7;
  padding-left: 10px;
}

/* Sidebar Navigation (Cookie Side) */
.cookie-side {
  background: #ffffff;
  padding: 20px;
  border-radius: 0;
  box-shadow: 1px 1.732px 60px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: sticky;
  top: 0px;
}

.cookie-side h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #141414;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f3f8fb;
}

.cookie-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cookie-side ul li {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
  transition: all 0.3s ease;
}

.cookie-side ul li a {
  font-size: 0.9rem;
  color: #484848;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 0;
}

.cookie-side ul li:before {
  content: '\ea13';
  font-family: 'boxicons' !important;
  position: absolute;
  left: 0;
  top: 8px;
  color: #673695;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.cookie-side ul li:hover,
.cookie-side ul li.active {
  padding-left: 30px;
}

.cookie-side ul li:hover a,
.cookie-side ul li.active a {
  color: #f26739;
}

.cookie-side ul li:hover:before,
.cookie-side ul li.active:before {
  color: #f26739;
}

/* Heading Wrapper */
.heading-wrap h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #141414;
  margin-bottom: 20px;
}

/* Row Content Layout */
.row.content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.row.content .col-lg-5 {
  flex: 1;
  min-width: 300px;
}

/* Breadcrumb Menu */
.hs-breadcrumb-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.hs-breadcrumb-menu li {
  font-size: 0.9rem;
  color: #484848;
}

.hs-breadcrumb-menu li:before {
  content: none !important;
}

.hs-breadcrumb-menu li a {
  color: #673695;
  text-decoration: none;
}

.hs-breadcrumb-menu li a:hover {
  color: #f26739;
}

/* Featured Image */
.hs-featured-image {
  float: right;
  max-width: 50%;
  margin: 0 0 20px 20px;
}

.hs-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* CTA Buttons */
.cta_button {
  box-sizing: content-box;
  vertical-align: middle;
}

/* Legal Page Specific Sections */
.legal-section {
  padding: 40px 0;
  background: #ffffff;
}

.legal-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.legal-content strong {
  color: #141414;
  font-weight: 600;
}

.legal-content em {
  font-style: italic;
  color: #673695;
}

.legal-content a {
  color: #673695;
  text-decoration: none;
  transition: all 0.3s ease;
}

.legal-content a:hover {
  color: #f26739;
  text-decoration: underline;
}

/* Table Styling for Legal Documents */
.cms-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.95rem;
}

.cms-content table th,
.cms-content table td {
  padding: 12px 15px;
  border: 1px solid #e1e1e1;
  text-align: left;
}

.cms-content table th {
  background: #f3f8fb;
  color: #141414;
  font-weight: 600;
}

.cms-content table td {
  color: #484848;
}

.cms-content table tr:nth-child(even) {
  background: #f9f9f9;
}

/* Code/Pre Blocks in Legal Content */
.cms-content pre,
.cms-content code {
  background: #f3f8fb;
  padding: 10px 15px;
  border-radius: 6px;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  color: #333;
  overflow-x: auto;
}

.cms-content pre {
  margin: 20px 0;
  display: block;
}

.cms-content code {
  padding: 2px 6px;
  display: inline-block;
}

/* Blockquote Styling */
.cms-content blockquote {
  border-left: 4px solid #673695;
  padding: 15px 20px;
  margin: 20px 0;
  background: #f8f6ff;
  font-style: italic;
  color: #484848;
}

.cms-content blockquote p {
  margin: 0;
}

/* Last Updated Info */
.last-updated {
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #f8f9fa;
  border-left: 3px solid #673695;
}

/* Section Dividers */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #e1e1e1 50%, transparent 100%);
  margin: 40px 0;
}

/* ===================================
   Responsive Styles for Legal Pages
   =================================== */

@media screen and (max-width: 991px) {
  .cms-includes {
    background: #ffffff;
  }

  .cookie-side {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .row.content {
    flex-direction: column;
  }

  .hs-featured-image {
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .cms-includes {
    padding: 40px 0;
  }

  .cms-content h2 {
    font-size: 1.75rem;
  }

  .cms-content h3 {
    font-size: 1.5rem;
  }

  .cms-content h4 {
    font-size: 1.1rem;
  }

  .cms-content .sub-title,
  .cms-content h5 {
    font-size: 1.1rem;
  }

  .cms-content .cms-text,
  .cms-content p {
    font-size: 0.95rem;
    text-align: left;
  }

  .cookie-side {
    padding: 15px;
  }

  .cookie-side h4 {
    font-size: 1.1rem;
  }

  .heading-wrap h3 {
    font-size: 1.5rem;
  }

  .cms-content table {
    font-size: 0.85rem;
  }

  .cms-content table th,
  .cms-content table td {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 576px) {
  .cms-includes {
    padding: 30px 0;
  }

  .cms-content h2 {
    font-size: 1.5rem;
  }

  .cms-content h3 {
    font-size: 1.3rem;
  }

  .cms-content h4 {
    font-size: 1rem;
  }

  .cms-content .cms-text,
  .cms-content p {
    font-size: 0.9rem;
  }

  .cms-includes ul li,
  .listing li {
    font-size: 0.85rem;
    padding-left: 25px;
  }

  .cookie-side ul li a {
    font-size: 0.85rem;
  }

  .cms-content pre,
  .cms-content code {
    font-size: 0.8rem;
    padding: 8px 12px;
  }

  .cms-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/*landing*/

.experts-wraper {
  padding:60px 0px;
  background-color:#fff;
}

.experts-wraper .experts-provider {
  background-color:#fff;
  -webkit-box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  padding:40px;
  margin:50px 0px;
  z-index:9;
  position:relative;
}

.experts-wraper .experts-provider p {
  font-size:1rem;
  margin:0px;
  line-height:1.7;
  color:#383838;
  text-align:justify;
}

.experts-wraper ul,
.guide-list {
  list-style:none;
  margin:0px;
  padding:0px;
}
.experts-wraper .experts-provider .hsfc-Button{
  background: var(--primary-600);
    border: 1px solid var(--primary-600);
    color: var(--white);
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.experts-wraper ul li,
.guide-list li {
  font-size:1.15rem;
  font-family: var(--DMSans);
  font-weight: var(--fnt-medium) !important;
  position:relative;
  line-height:1.6;
  color:#383838;
  padding-left:30px;
  margin:15px 0px;
}

.experts-wraper ul li:before,
.guide-list li:before {
  content:"\ea14";
  position:absolute;
  left:0px;
  font-size:1.25rem;
  color:#f26739;
  font-family:"boxicons";
}

.experts-wraper .login-box {
  width:100%;
  padding: 0;
  background:#f5f7fc;
  border-radius:10px;
}
.experts-wraper .login-box ul li {
  content: none;
}
.experts-wraper .heading-login-box {
  font-family: var(--DMSans);
  font-weight: var(--fnt-medium) !important;
  font-weight:inherit;
  margin-bottom:25px;
  color:#383838;
  padding:30px 40px 0px;
  text-align:left;
  font-size:1.75rem;
}

.experts-wraper .hs-form { text-align:center; }

.experts-wraper .hs-form .hs-form-field {
  position:relative;
  text-align:left;
}

.experts-wraper .hs-form .hs-input {
  width:100%;
  padding:10px 0 4px;
  font-size:14px;
  color:#6a7587;
  margin-bottom:15px;
  border:none;
  border-bottom:1px solid #e4e7ec;
  outline:none;
  background:transparent;
  margin-bottom:0;
}

.experts-wraper .hs-form .hs-input:focus { border-bottom:1px solid #e4e7ec; }

.experts-wraper .hs-form .hs-input:focus~label,
.experts-wraper .hs-form .hs-input:valid~label {
  top:-17px;
  left:0;
  color:#f26739;
  font-size:12px;
}

.experts-wraper .hs-form label {
  font-size:14px;
  color:#6a7587;
  -webkit-transition:0.5s;
  transition:0.5s;
}

.experts-wraper .hs-form label.hs-error-msg {
  position:relative;
  color:#f00;
  padding:0;
  margin:0;
}

.experts-wraper .hs-form ul li::before { display:none; }

.experts-wraper .hs-form ul li {
  padding:0;
  margin:0;
}

.experts-wraper .hs-form .hs-button {
  background:transparent;
  border:transparent;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  color:#673695;
  font-size:14px;
  font-family: var(--DMSans);
  font-weight: var(--fnt-medium) !important;
  letter-spacing:1.2px;
  outline:none;
  position:relative;
  -webkit-transition:all 0.3s linear 0s;
  transition:all 0.3s linear 0s;
  vertical-align:middle;
  z-index:1;
  display:block;
  padding:0;
}

.experts-wraper .hs-form .hs_submit {
  margin-top:1rem;
  display:inline-flex;
  position:relative;
  align-items:center;
}

.experts-wraper .hs-form .hs_submit:after {
  content:"\ea1d";
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  border-radius:50%;
  margin-left:5px;
  color:#673695;
  font-size:1.2rem;
  vertical-align:middle;
  font-family:"boxicons" !important;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.experts-wraper .hs-form .hs-button:hover {
  color:#f26739;
  text-decoration:none;
  padding-left:4px;
  -webkit-transition-duration:1s;
  transition-duration:1s;
}

.experts-wraper .hs-form .hs_submit:hover:after { color:#f26739; }

.experts-wraper .hs-form input[type=checkbox] {
  position:relative;
  border:1px solid #6a7587;
  background-color:#fff;
  border-radius:2px;
  cursor:pointer;
  outline:0;
  height:16px;
  width:18px;
  font-size:14px;
  color:#6a7587;
  opacity:0.5;
}

.experts-wraper .hs-form input[type=checkbox]:checked {
  background-color:#673695;
  opacity:1;
  accent-color:#673695;
}

.experts-wraper .hs-form label.hs-form-booleancheckbox-display { font-size:13px; }

.experts-wraper .hs-form .hs-form-field {
  margin-bottom:10px;
  position:relative;
}

.experts-wraper .hs-form .hs-form-field label {
  position:absolute;
  top:18px;
  left:0;
  font-size:14px;
  color:#6a7587;
  -webkit-transition:0.5s;
  transition:0.5s;
}

.experts-wraper .hs-form .hs-form-field.hs_intrested label,
.experts-wraper .hs-form .hs-form-field.hs-fieldtype-phonenumber label {
  top:-4px;
  font-size:12px;
}

.experts-wraper .hs-form .hs-form-field.active label {
  z-index:1;
  top:-4px;
  left:0;
  color:#76409f;
  font-size:12px;
}

.experts-wraper .hs-form .hs-form-field label.hs-error-msg {
  display:none;
  position:relative;
  top:inherit;
  bottom:inherit;
  color:#f00;
  font-size:12px;
  font-family: var(--DMSans);
  font-weight: var(--fnt-medium) !important;
}

.experts-wraper .hs-form .hs-input { position:relative; }

.experts-wraper .hs-form .hs-input:focus { outline:0 none; }

.experts-wraper .hs-form .hs-input.hs-fieldtype-intl-phone .hs-input {
  border-bottom:0px;
  padding:0;
  line-height:0;
}

.experts-wraper .hs-form .hs-form-booleancheckbox .hs-input {
  top:2px;
  position:absolute;
  left:0;
}

.experts-wraper .hs-form .hs-form-booleancheckbox label {
  position:relative;
  top:inherit;
  left:inherit;
  padding-left:10px;
  font-size:13px;
  font-family:var(--primary-font-family);
}

.experts-wraper .hs-form .hs-fieldtype-booleancheckbox { margin-top:20px; }

.experts-wraper .hs-form .hs_error_rollup .hs-error-msgs { display:block !important; }

.experts-wraper .hs-form .hs_error_rollup .hs-error-msgs label {
  color:#f00;
  font-size:12px;
  font-family: var(--DMSans);
  font-weight: var(--fnt-medium) !important;
}

.experts-wraper .hs-form select[disabled] { display:none; }

.experts-wraper .hs-form select option:disabled {
  background-color:#0d6efd;
  color:#fff;
}

@media screen and (max-width:1199px) {
  .experts-wraper .login-box {
    position:relative;
    width:100%;
  }
}

@media screen and (max-width:768px) {
  .experts-wraper .login-box { margin-top:20px; }

  .company-banner {
    min-height:300px;
    max-height:300px;
  }

  .company-banner .banner-content h4 { margin-bottom:30px; }

  .company-banner .banner-content h1 { font-size:2rem; }

  .experts-wraper .experts-provider {
    padding:25px;
    margin-top:-120px;
  }

  .experts-wraper .login-box { padding:30px 25px; }
/* ===================================
   HubSpot Form Styling (V4) - Contact-us.html Style
   Copied from contact.css for consistency
   Higher specificity to override .experts-wraper styles
   Applied to: .experts-wraper, .login-box, .contact-form-field
   =================================== */

.experts-wraper form,
.experts-wraper form .hsfc-RichText,
.login-box form,
.login-box form .hsfc-RichText,
.contact-form-field form,
.contact-form-field form .hsfc-RichText {
  font-family: var(--DMSans) !important;
  font-size: 14px !important;
}

.experts-wraper form .hsfc-RichText p,
.login-box form .hsfc-RichText p,
.contact-form-field form .hsfc-RichText p {
  color: #7e7b9d !important;
  margin-bottom: 0;
  margin-top: 0 !important;
}

.experts-wraper form .hsfc-Step__Content,
.login-box form .hsfc-Step__Content,
.contact-form-field form .hsfc-Step__Content {
  padding: 0 !important;
}

.experts-wraper form .hsfc-Row,
.login-box form .hsfc-Row,
.contact-form-field form .hsfc-Row {
  gap: 20px !important;
  margin-bottom: 0.75rem !important;
}

/* Field containers with floating label */
.experts-wraper form .hsfc-DropdownField,
.experts-wraper form .hsfc-EmailField,
.experts-wraper form .hsfc-PhoneField,
.experts-wraper form .hsfc-TextField,
.login-box form .hsfc-DropdownField,
.login-box form .hsfc-EmailField,
.login-box form .hsfc-PhoneField,
.login-box form .hsfc-TextField,
.contact-form-field form .hsfc-DropdownField,
.contact-form-field form .hsfc-EmailField,
.contact-form-field form .hsfc-PhoneField,
.contact-form-field form .hsfc-TextField {
  position: relative !important;
}

/* Active state - label floats up with white background cutout */
.experts-wraper form .hsfc-DropdownField.active .hsfc-FieldLabel,
.experts-wraper form .hsfc-EmailField.active .hsfc-FieldLabel,
.experts-wraper form .hsfc-PhoneField.active .hsfc-FieldLabel,
.experts-wraper form .hsfc-TextField.active .hsfc-FieldLabel,
.login-box form .hsfc-DropdownField.active .hsfc-FieldLabel,
.login-box form .hsfc-EmailField.active .hsfc-FieldLabel,
.login-box form .hsfc-PhoneField.active .hsfc-FieldLabel,
.login-box form .hsfc-TextField.active .hsfc-FieldLabel,
.contact-form-field form .hsfc-DropdownField.active .hsfc-FieldLabel,
.contact-form-field form .hsfc-EmailField.active .hsfc-FieldLabel,
.contact-form-field form .hsfc-PhoneField.active .hsfc-FieldLabel,
.contact-form-field form .hsfc-TextField.active .hsfc-FieldLabel {
  background: transparent !important;
  color: #6a7587 !important;
  font-size: 12px !important;
  left: 30px !important;
  padding: 0 4px !important;
  top: -12px !important;
  transition: 0.5s !important;
  z-index: 9 !important;
}

/* Background cutout behind floating label - White background containers */
.experts-wraper form .hsfc-DropdownField.active:before,
.experts-wraper form .hsfc-EmailField.active:before,
.experts-wraper form .hsfc-TextField.active:before,
.contact-form-field form .hsfc-DropdownField.active:before,
.contact-form-field form .hsfc-EmailField.active:before,
.contact-form-field form .hsfc-TextField.active:before {
  background-color: #fff !important;
  content: "" !important;
  height: 5px !important;
  left: 28px !important;
  position: absolute !important;
  top: -2px !important;
  width: 90px !important;
  z-index: 9 !important;
}

/* Background cutout behind floating label - Light grey background containers (.login-box) */
.login-box form .hsfc-DropdownField.active:before,
.login-box form .hsfc-EmailField.active:before,
.login-box form .hsfc-TextField.active:before {
  background-color: #f5f7fc !important;
  content: "" !important;
  height: 5px !important;
  left: 28px !important;
  position: absolute !important;
  top: -2px !important;
  width: 90px !important;
  z-index: 9 !important;
}

/* Default label styling */
.experts-wraper form .hsfc-FieldLabel,
.login-box form .hsfc-FieldLabel,
.contact-form-field form .hsfc-FieldLabel {
  color: #6a7587 !important;
  font-family: var(--DMSans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  left: 15px !important;
  line-height: 1.5 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 10px !important;
  transition: 0.5s !important;
}

/* Hide phone field label (has its own internal label) */
.experts-wraper form .hsfc-PhoneField .hsfc-FieldLabel,
.login-box form .hsfc-PhoneField .hsfc-FieldLabel,
.contact-form-field form .hsfc-PhoneField .hsfc-FieldLabel {
  display: none !important;
}

/* Dropdown field label always floated - White background containers */
.experts-wraper form .hsfc-DropdownField .hsfc-FieldLabel,
.contact-form-field form .hsfc-DropdownField .hsfc-FieldLabel {
  background-color: #fff !important;
  color: #6a7587 !important;
  font-size: 12px !important;
  left: 30px !important;
  padding: 0 4px !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -12px !important;
  transition: 0.5s !important;
  z-index: 9 !important;
}

/* Dropdown field label always floated - Light grey background containers (.login-box) */
.login-box form .hsfc-DropdownField .hsfc-FieldLabel {
  background-color: #f5f7fc !important;
  color: #6a7587 !important;
  font-size: 12px !important;
  left: 30px !important;
  padding: 0 4px !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -12px !important;
  transition: 0.5s !important;
  z-index: 9 !important;
}

/* Checkbox field label */
.experts-wraper form .hsfc-CheckboxField .hsfc-FieldLabel,
.login-box form .hsfc-CheckboxField .hsfc-FieldLabel,
.contact-form-field form .hsfc-CheckboxField .hsfc-FieldLabel {
  align-items: start !important;
  color: #111928 !important;
  display: flex !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  position: relative !important;
}

/* Checkbox input */
.experts-wraper form .hsfc-CheckboxInput,
.login-box form .hsfc-CheckboxInput,
.contact-form-field form .hsfc-CheckboxInput {
  border: 1px solid #d1d5db !important;
  border-radius: 0.25em !important;
  display: inline-block !important;
  height: 17px !important;
  margin-right: 0.5em !important;
  margin-top: 0.15em !important;
  min-height: 17px !important;
  pointer-events: auto !important;
  width: 17px !important;
}

/* Text inputs and textarea - FULL BORDER STYLE */
.experts-wraper form .hsfc-TextInput,
.experts-wraper form .hsfc-TextareaInput,
.login-box form .hsfc-TextInput,
.login-box form .hsfc-TextareaInput,
.contact-form-field form .hsfc-TextInput,
.contact-form-field form .hsfc-TextareaInput {
  color: #111928 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  min-height: 44px !important;
  padding: 10px 15px !important;
  width: 100% !important;
  background-color: transparent !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  outline: none !important;
  position: relative !important;
  text-align: left !important;
}

/* Phone input flag dropdown */
.experts-wraper form .hsfc-PhoneInput__FlagAndCaret,
.login-box form .hsfc-PhoneInput__FlagAndCaret,
.contact-form-field form .hsfc-PhoneInput__FlagAndCaret {
  color: #111928 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  padding: 10px 15px !important;
  width: 30% !important;
  background-color: transparent !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  outline: none !important;
  position: relative !important;
  text-align: left !important;
}

/* Remove hover effects */
.experts-wraper form .hsfc-TextInput:hover,
.login-box form .hsfc-TextInput:hover,
.contact-form-field form .hsfc-TextInput:hover {
  box-shadow: none !important;
}

.experts-wraper form .hsfc-TextInput:focus,
.login-box form .hsfc-TextInput:focus,
.contact-form-field form .hsfc-TextInput:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Phone input layout */
.experts-wraper form .hsfc-PhoneInput,
.login-box form .hsfc-PhoneInput,
.contact-form-field form .hsfc-PhoneInput {
  gap: 10px !important;
}

/* Dropdown options */
.experts-wraper form .hsfc-DropdownOptions__List__ListItem,
.login-box form .hsfc-DropdownOptions__List__ListItem,
.contact-form-field form .hsfc-DropdownOptions__List__ListItem {
  font-family: var(--DMSans) !important;
  font-size: 14px !important;
}

.experts-wraper form .hsfc-PhoneInput__FlagAndCaret:hover,
.login-box form .hsfc-PhoneInput__FlagAndCaret:hover,
.contact-form-field form .hsfc-PhoneInput__FlagAndCaret:hover {
  filter: none !important;
}

/* Error messages */
.experts-wraper form .hsfc-ErrorAlert,
.login-box form .hsfc-ErrorAlert,
.contact-form-field form .hsfc-ErrorAlert {
  color: #ef6b51 !important;
  font-family: var(--DMSans) !important;
  font-size: 13px !important;
  margin-top: 0.35rem !important;
}

.experts-wraper form .hsfc-NavigationRow .hsfc-ErrorAlert,
.login-box form .hsfc-NavigationRow .hsfc-ErrorAlert,
.contact-form-field form .hsfc-NavigationRow .hsfc-ErrorAlert {
  display: none !important;
}

/* Links in form */
.experts-wraper form .hsfc-RichText a,
.login-box form .hsfc-RichText a,
.contact-form-field form .hsfc-RichText a {
  background-image: linear-gradient(180deg, currentColor, currentColor 98%) !important;
  background-position: left 100% !important;
  background-repeat: no-repeat !important;
  background-size: 0 1px !important;
  color: #673695 !important;
  text-decoration: none !important;
  transition: all 1s ease !important;
}

.experts-wraper form .hsfc-RichText a:hover,
.login-box form .hsfc-RichText a:hover,
.contact-form-field form .hsfc-RichText a:hover {
  background-size: 100% 1px !important;
  color: #673695 !important;
  transition-duration: 1s !important;
}

/* Navigation row */
.experts-wraper form .hsfc-NavigationRow,
.login-box form .hsfc-NavigationRow,
.contact-form-field form .hsfc-NavigationRow {
  margin-top: -1rem !important;
}

.experts-wraper form .hsfc-NavigationRow__Buttons,
.login-box form .hsfc-NavigationRow__Buttons,
.contact-form-field form .hsfc-NavigationRow__Buttons {
  justify-content: center !important;
}

/* Submit button - Filled blue background like header button (ems-btn--info) */
.experts-wraper form .hsfc-Button,
.login-box form .hsfc-Button,
.contact-form-field form .hsfc-Button {
  background: #673695 !important;
  border: 1px solid #673695 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: var(--DMSans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.5 !important;
  padding: 12px 32px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 6px rgba(103, 54, 149, 0.2) !important;
}

.experts-wraper form .hsfc-Button:hover,
.login-box form .hsfc-Button:hover,
.contact-form-field form .hsfc-Button:hover {
  background: #54256c !important;
  border: 1px solid #54256c !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 10px rgba(103, 54, 149, 0.3) !important;
}

/* Post submit message */
.experts-wraper .hsfc-PostSubmit p,
.login-box .hsfc-PostSubmit p,
.contact-form-field .hsfc-PostSubmit p {
  color: #fff !important;
  font-family: var(--DMSans) !important;
}

/* Phone field - no white background cutout */
.experts-wraper form .hsfc-PhoneField.active:before,
.login-box form .hsfc-PhoneField.active:before,
.contact-form-field form .hsfc-PhoneField.active:before {
  content: none !important;
}

/* Step padding */
.experts-wraper .hsfc-Step,
.login-box .hsfc-Step,
.contact-form-field .hsfc-Step {
  padding: 0px !important;
}
  position:relative;
  overflow:hidden;
  margin-top: 0px;
  padding:60px 0px 60px;
  text-align:center;
}

.suite-plateform .main-content {
  margin:0px auto 40px;
  max-width:88%;
}

.suite-plateform .main-content h3 {
  font-size:1.75rem;
  font-family:var(--DMSans);
  font-weight: var(--fnt-semi) !important;
  line-height:1.6;
  margin-bottom:0px;
}

.suite-plateform .scale-box {
  background:#ffffff none repeat scroll 0 0;
  margin-bottom:30px;
  position:relative;
  padding:30px 40px;
  -webkit-transition-duration:1s;
  transition-duration:1s;
  -webkit-box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  -webkit-transition:-webkit-transform 1s ease-in-out;
  transition:-webkit-transform 1s ease-in-out;
  transition:transform 1s ease-in-out;
  transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
  text-align:left;
}

.suite-plateform .scale-box .right-bar:before {
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  height:4px;
  width:0px;
  max-width:100px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.suite-plateform .scale-box .right-bar:after {
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  width:4px;
  height:0px;
  max-height:100px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.suite-plateform .scale-box .left-bar:before {
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  height:4px;
  width:0px;
  max-width:100px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.suite-plateform .scale-box .left-bar:after {
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:4px;
  height:0px;
  max-height:100px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.suite-plateform .scale-box:hover {
  -webkit-transition:0.2s;
  transition:0.2s;
  -webkit-box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  -webkit-transform:translateY(-10px);
  transform:translateY(-10px);
  -webkit-transition:-webkit-transform 1s ease-in-out;
  transition:-webkit-transform 1s ease-in-out;
  transition:transform 1s ease-in-out;
  transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

.suite-plateform .scale-box h4 {
  font-size:1.25rem;
  font-family:var(--DMSans);
  font-weight: var(--fnt-semi) !important;
  line-height:1.6;
  color:#383838;
  margin-bottom:12px;
}

.suite-plateform .scale-box p {
  font-size:15px;
  font-family:var(--DMSans);
  line-height:1.6;
  color:#454545;
}

.suite-plateform .scale-box:hover .right-bar:before { width:100%; }

.suite-plateform .scale-box:hover .right-bar:after { height:100%; }

.suite-plateform .scale-box:hover .left-bar:before { width:100%; }

.suite-plateform .scale-box:hover .left-bar:after { height:100%; }

.ground-level {
  position:relative;
  min-height:310px;
  height:auto;
  margin-top:0;
  padding-bottom:0;
  border-radius:0px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.ground-level:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  border-radius:0px;
  left:0;
  background:rgba(251,0,232,0.5);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.suite-plateform .main-content {
  margin:0px auto 40px;
  max-width:88%;
}

.ground-level .main-content {
  position:absolute;
  width:100%;
  right:0%;
  text-align:center;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  top:50%;
  left:0;
}

.ground-level .main-content h3 {
  font-size:1.75rem;
  font-family:var(--DMSans);
  font-weight: var(--fnt-semi) !important;
  line-height:1.6;
  color:#fff;
  margin-bottom:20px;
}

.ground-level .main-content p {
  font-size:15px;
  font-family:var(--DMSans);
  line-height:1.6;
  color:#fff;
  max-width:85%;
  margin:auto;
}

@media screen and (max-width:768px) {
  .ground-level { min-height:520px; }

  .suite-plateform { margin-top:0; }

  .suite-plateform .scale-box { padding:30px; }
}

.report-section {
  background-color:#fff;
  position:relative;
  overflow:hidden;
  padding:60px 0px 40px;
  text-align:center;
}

.report-section .main-content { margin-bottom:40px; }

.report-section .main-content h2 {
  font-size:2.3rem;
  font-family:var(--DMSans);
  font-weight: var(--fnt-semi) !important;
  line-height:1.5;
  color:#141414;
  margin-bottom:0px;
}

.report-section .row>div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
}

.report-section .region-box {
  height:100%;
  position:relative;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  background:#ffffff none repeat scroll 0 0;
  margin-bottom:30px;
  padding:30px 30px;
  -webkit-transition-duration:1s;
  transition-duration:1s;
  -webkit-box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  text-align:left;
  -webkit-transition:-webkit-transform 1s ease-in-out;
  transition:-webkit-transform 1s ease-in-out;
  transition:transform 1s ease-in-out;
  transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

.report-section .region-box:hover {
  -webkit-transform:translateY(-10px);
  transform:translateY(-10px);
  -webkit-transition:-webkit-transform 1s ease-in-out;
  transition:-webkit-transform 1s ease-in-out;
  transition:transform 1s ease-in-out;
  transition:transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

.report-section .region-box .right-lines:before {
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  height:3px;
  width:0px;
  max-width:120px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.report-section .region-box .right-lines:after {
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  width:3px;
  height:0px;
  max-height:120px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.report-section .region-box:hover .left-lines:before,
.report-section .region-box:hover .right-lines:before { width:100%; }

.report-section .region-box:hover .left-lines:after,
.report-section .region-box:hover .right-lines:after { height:100%; }

.report-section .region-box .datepick {
  color:#6a7587;
  font-size:0.9rem;
  padding-left:12px;
  line-height:0.5;
  position:relative;
}

.report-section .region-box .datepick:before {
  content:"";
  border-left:2px solid #f26739;
  position:absolute;
  left:0;
  width:3px;
  height:14px;
  top:3px;
}

.report-section .region-box p {
  font-size:15px;
  font-family:var(--DMSans);
  line-height:1.6;
  color:#454545;
}

.report-section .btn-prime {
  color:#673695;
  font-size:14px;
  position:relative;
  font-family: var(--DMSans);
  font-weight: var(--fnt-medium) !important;
  -webkit-transition-duration:1s;
  transition-duration:1s;
  text-align:center;
  line-height:2;
  width:100%;
  display:block;
}

.report-section .btn-prime:after {
  content:"\ea1d";
  color:#673695;
  font-size:1.2rem;
  vertical-align:middle;
  font-family:"boxicons" !important;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.report-section .region-box .left-lines:before {
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  height:3px;
  width:0px;
  max-width:120px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.report-section .region-box .left-lines:after {
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:3px;
  height:0px;
  max-height:120px;
  background:-webkit-linear-gradient(#673695,#a977b3);
  -webkit-transition:all 1500ms ease;
  transition:all 1500ms ease;
}

.report-section .region-box small {
  color:#858585;
  font-family:var(--DMSans);
  margin-block:1rem;
  display:block;
}

.attribution-modal .modal-header,
.disclaimer-modal .modal-header { padding:1rem 1.5rem; }

.attribution-modal .modal-title,
.disclaimer-modal .modal-title {
  font-size:1.15rem;
  font-family:var(--DMSans);
  font-weight: var(--fnt-semi) !important;
  line-height:1.6;
  color:#f26739;
  margin:0px;
}

.attribution-modal .modal-body,
.disclaimer-modal .modal-body { padding:1.5rem; }

.attribution-modal .modal-body h6,
.disclaimer-modal .modal-body h6 {
  font-size:1rem;
  font-family: var(--DMSans);
  font-weight: var(--fnt-medium) !important;
  line-height:1.6;
  color:#454545;
}

.report-section .btn-prime:hover {
  text-decoration:none;
  color:#f26739;
  padding-left:4px;
  -webkit-transition-duration:1s;
  transition-duration:1s;
}

.report-section .btn-prime:hover:after { color:#f26739; }

.report-section .region-box h3 {
  font-size:1.15rem;
  font-family:var(--DMSans);
  font-weight: var(--fnt-semi) !important;
  line-height:1.6;
  color:#383838;
  margin:15px 0px;
}



    .landing-inner-section {
  padding:60px 0px;
  background:linear-gradient(55deg,#fff 60%,#f3f8fb 60%);
  background-attachment:fixed;
  margin:0px;
}

.landing-inner-section .landing-inner-wrap { padding:0px 0px; }

.landing-inner-section .landing-inner-wrap .landing-card {
  position:relative;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
}

.landing-inner-section .landing-inner-wrap .landing-card img {
  max-height:280px;
  width:198px;
  margin-bottom:15px;
  position:relative;
  -webkit-box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  box-shadow:0px 0px 30px 0px rgba(130,130,130,0.1);
  z-index:1;
}

.landing-inner-section .landing-inner-wrap .landing-card:before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  border:1px solid #e5e5e5;
  background-color:#ededed;
  -webkit-box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  top:-10px;
  right:-10px;
  z-index:0;
}

.landing-inner-section .landing-inner-wrap h1 {
  font-size:2.2rem;
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  color:#141414;
  margin:0px 0px 15px;
}

.landing-inner-section .landing-inner-wrap h2 {
  font-size:2.2rem;
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  color:#141414;
  line-height:1.4;
  margin-bottom:15px;
}

.landing-inner-section .landing-inner-wrap ul,
.landing-inner-section .landing-inner-wrap ol {
  margin:0px 0px 20px;
  padding:0px;
}

.landing-inner-section .landing-inner-wrap ul li,
.landing-inner-section .landing-inner-wrap ol li {
  list-style:none;
  display:inline-block;
  margin-right:10px;
}

.landing-inner-section .landing-inner-wrap ul li a,
.landing-inner-section .landing-inner-wrap ol li a { color:#474f8b; }

.landing-inner-section .landing-inner-wrap ul li a:hover,
.landing-inner-section .landing-inner-wrap ol li a:hover {
  text-decoration:none;
  color:#f26739;
}

.landing-inner-section .landing-inner-wrap .features-description img {
  width:100%;
  height:400px;
  margin-bottom:30px;
  border:10px solid #fff;
  -webkit-box-shadow:1px 1.732px 60px 0px rgba(0,0,0,0.1);
  box-shadow:1px 1.732px 60px 0px rgba(0,0,0,0.1);
}

.landing-inner-section .landing-inner-wrap .landing-content h3 {
  font-size:1.37rem;
  color:#252525;
  margin:20px 0px 10px;
  font-family:var(--DMSans) !important;
  font-weight: var(--fnt-semi) !important;
  line-height:1.6;
}

.landing-inner-section .landing-inner-wrap .landing-content p {
  font-size:1rem;
  color:#333;
  line-height:1.7;
  margin:12px 0px;
  text-align:justify;
}

.landing-inner-section .landing-inner-wrap .landing-content p a {
  color:#474f8b;
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
}

.landing-inner-section .landing-inner-wrap .landing-content ol li,
.landing-inner-section .landing-inner-wrap .landing-content ul li {
  font-size:15px;
  color:#333;
  line-height:1.6;
  margin:12px 0px;
  text-align:justify;
  font-family:var(--DMSans) !important;
  font-weight: var(--fnt-semi) !important;
  display:block;
  padding-left:25px;
  position:relative;
}

.landing-inner-section .landing-inner-wrap .landing-content ol li:before,
.landing-inner-section .landing-inner-wrap .landing-content ul li:before {
  content:"\eb9a";
  font-family:"boxicons";
  font-size:18px;
  vertical-align:middle;
  padding-right:8px;
  color:#585858;
  position:absolute;
  text-indent:-25px;
}

.landing-inner-section .landing-inner-wrap .landing-content table { max-width:100%; }

.landing-inner-section .landing-inner-wrap .landing-content table td { border-width:1px; }

.landing-inner-section .landing-inner-wrap .landing-content table td p {
  margin:0px;
  text-align:left;
}

.landing-inner-section .contact-form-field {
  background:#fff;
  padding:30px;
  margin-left:40px;
  border:1px solid #f6f6f6;
  border-radius:10px;
}

.landing-inner-section .contact-form-field h4 {
  font-size:1.25rem;
  color:#363636;
  margin-bottom:25px;
  font-family:var(--DMSans) !important;
  font-weight: var(--fnt-semi) !important;
}

.landing-inner-section .contact-form-field .input { margin-bottom:1rem; }

.landing-inner-section .contact-form-field .input label {
  color:#7e8d97;
  padding-bottom:4px;
  font-size:13px;
}

.landing-inner-section .contact-form-field .input .required { color:#ff0000; }

.landing-inner-section .contact-form-field .input input,
.landing-inner-section .contact-form-field .input textarea,
.landing-inner-section .contact-form-field .input select {
  background-color:#fcfcfc;
  border:1px solid #e1e1e1;
  min-height:45px;
  border-radius:0px;
  font-size:13px;
  display:block;
  width:100%;
  padding:0.375rem 0.75rem;
  line-height:1.5;
  color:#495057 !important;
}

.landing-inner-section .input textarea { min-height:90px; }

.legal-consent-container .hs-richtext p a { color:#673695; }

.hs_submit.hs-submit { text-align:center; }

.landing-inner-section .hs-form-field {
  position:relative;
  margin-bottom:15px;
}

.landing-inner-section .hs-form-field input,
.landing-inner-section .hs-form-field .input select,
.hs-fieldtype-intl-phone.hs-input .hs-input {
  position:relative;
  text-align:left;
  padding:10px 15px;
  border:1px solid #d1d5db;
  background-color:transparent !important;
  color:#111928;
  width:100%;
  border-radius:4px;
  letter-spacing:0.02em;
  font-size:14px;
  min-height:40px;
  line-height:22px;
}

.nput:focus,
.nput:-webkit-autofill,
.nput:-webkit-autofill:focus,
.elect:focus {
  background-color:transparent;
  outline:none;
}

.landing-inner-section .hs-fieldtype-select.hs-form-field>label {
  position:absolute;
  top:-12px;
  left:16px;
  padding:0px 6px;
  color:#6a7587;
  background-color:#fff;
  pointer-events:none;
  -webkit-transition:0.5s;
  transition:0.5s;
  letter-spacing:0.02em;
  z-index:9;
  font-size:12px;
  margin-bottom:5px;
}

.landing-inner-section .hs-form-field>label {
  position:absolute;
  top:0;
  left:20px;
  padding:10px 0;
  font-size:13px;
  color:#6a7587;
  pointer-events:none;
  -webkit-transition:0.5s;
  transition:0.5s;
  line-height:24px;
  letter-spacing:0.02em;
  margin-bottom:5px;
}

.landing-inner-section .hs-form-field.active:before {
  content:"";
  position:absolute;
  width:90px;
  height:5px;
  background-color:#fff;
  top:-2px;
  left:28px;
  z-index:9;
}

.landing-inner-section .hs-form-field.active label {
  top:-12px;
  left:30px;
  background:transparent;
  -webkit-transition:0.5s;
  transition:0.5s;
  color:#6a7587;
  padding:0px 4px;
  z-index:9;
  font-size:12px;
}

.abel { display:inline-block; }

.landing-inner-section .hs-phone.hs-form-field.active:before { content:none; }

.landing-inner-section .hs-form-field input:focus~label,
.landing-inner-section .hs-form-field textarea:focus~label,
.landing-inner-section .hs-form-field input:valid~label,
.landing-inner-section .hs-form-field textarea:valid~label {
  top:-12px;
  left:30px;
  background-color:#fff;
  -webkit-transition:0.5s;
  transition:0.5s;
  color:#f26739;
  padding:0px 4px;
  font-size:12px;
}

.support-fields select option[value=""] { color:transparent; }

.support-fields .no-list.hs-error-msgs li {
  padding:0;
  margin:0;
}

.landing-inner-section .hs-form-field.active .hs-error-msgs label { color:#ef6b51; }

.landing-inner-section .hs-form-field .hs-form-booleancheckbox .hs-input {
  width:17px;
  height:17px;
  border-radius:0.25em;
  border:1px solid #d1d5db;
  display:inline-block;
  line-height:0;
  top:1px;
  min-height:17px;
}

.landing-inner-section .hs-form-field .hs-form-booleancheckbox span {
  margin-left:20px !important;
  font-size:14px;
}

.landing-inner-section .hs-form-field .hs-form-booleancheckbox span.hs-form-required {
  margin-left:0px !important;
  font-size:0px;
}

.landing-inner-section .hs-form-field .hs-form-booleancheckbox .hs-input[type="checkbox"]:checked { background-color:#673695; }

.landing-inner-section .hs-form-field.active .hs-form-booleancheckbox label { padding:0px; }

.hs_submit.hs-submit .actions {
  margin-top:.5rem;
  margin-left:-30px;
  font-family:var(--DMSans) !important;
  font-weight: var(--fnt-semi) !important;
  color:#673695;
  position:relative;
  display:inline-flex;
  z-index:2;
  align-items:center;
}

.hs_submit.hs-submit .actions:before {
  content:"\ea1d";
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  width:36px;
  height:36px;
  color:#673695;
  font-family:"boxicons" !important;
  position:absolute;
  right:-5px;
  border:1px solid #673695;
  border-radius:50px;
  cursor:pointer;
  transition:all ease-in-out 0.3s;
  margin-right:-25px;
}

.hs_submit.hs-submit .actions .hs-button.primary {
  font-size:0.9rem;
  padding:0 15px 0px 0px;
}

.hs_submit.hs-submit .actions:hover:before {
  content:"\ebe6";
  justify-content:end;
  width:140%;
  transition:all ease-in-out 0.3s;
  z-index:-1;
  font-size:1rem;
}

.landing-inner-section .hs-button {
  width:max-content;
  margin:0px auto 0px;
  text-transform:uppercase;
  font-size:13px;
}

.landing-inner-section .hs-button:after {
  font-size:1.1rem;
  top:50%;
}

@media screen and (max-width:768px) {
  .landing-inner-section .landing-card { margin:auto; }

  .landing-inner-section .landing-inner-wrap h2 { font-size:1.75rem; }

  .landing-inner-section .contact-form-field { margin-left:0px; }
}



  
/* ===================================
   Additional Specificity for Landing Pages
   Override old form styles for HubSpot forms
   =================================== */

.landing-inner-section .contact-form-field form .hsfc-TextInput,
.landing-inner-section .contact-form-field form .hsfc-TextareaInput {
  background-color: transparent !important;
  border: 1px solid #d1d5db !important;
  border-radius: 4px !important;
  color: #111928 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  min-height: 44px !important;
  padding: 10px 15px !important;
}

.landing-inner-section .contact-form-field form .hsfc-FieldLabel {
  color: #6a7587 !important;
  font-size: 13px !important;
  left: 15px !important;
  top: 10px !important;
}

.landing-inner-section .contact-form-field form .hsfc-DropdownField.active:before,
.landing-inner-section .contact-form-field form .hsfc-EmailField.active:before,
.landing-inner-section .contact-form-field form .hsfc-TextField.active:before {
  background-color: #fff !important;
}
.landing-inner-section .contact-form-field .hsfc-Step__Content{
  padding: 10px 0px!important;
}
.landing-inner-section .contact-form-field form .hsfc-Button {
  background: var(--primary-600) !important;
  border: 1px solid var(--primary-600) !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-weight: 500;
  padding: 0.75rem 1.5rem !important;
}

.landing-inner-section .contact-form-field form .hsfc-Button:hover {
  background: #fff !important;
  color: var(--primary-600)!important;
  border: 1px solid var(--primary-600) !important;
  font-family:  var(--DMSans) !important;
}



.cms-includes .top-head,
.cms-includes h5 {
  font-size:1.25rem;
  color:#141414;
  margin:15px 0px;
  line-height:1.4;
  font-family:"DM Sans", sans-serif;
}

.cms-includes .heading-wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin-bottom:30px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.cms-includes .heading-wrap h3 {
  font-size:2rem;
  color:#141414;
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  line-height:1.5;
  margin-bottom:0px;
}

.cms-includes .data-box {
  border-radius:0px;
  background-color:#ffffff;
  -webkit-box-shadow:1px 1.732px 60px 0px rgba(0,0,0,0.1);
  box-shadow:1px 1.732px 60px 0px rgba(0,0,0,0.1);
  padding:20px;
  position:relative;
  margin-bottom:20px;
}

.cms-includes .data-box img {
  margin-bottom:18px;
  max-height:65px;
}

.cms-includes .data-box h3 {
  font-size:1.25rem;
  text-align:left;
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  color:#252525;
  margin-bottom:20px;
  border-left:3px solid #f26739;
  padding-left:15px;
}

.cms-includes .data-box p {
  font-size:15px;
  color:#333;
  line-height:1.6;
  margin:12px 0px;
  text-align:left;
}

@media screen and (max-width:789px) {
  .cms-includes .heading-wrap h3 { font-size:1.5rem; }
}

  .security-section {
  position:relative;
  min-height:600px;
  padding:50px 0px;
  height:auto;
  padding-bottom:0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  z-index:1;
  overflow:hidden;
}

.security-section:before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.15);
}

.security-section .main-content {
  margin-bottom:20px;
  text-align:center;
  position:relative;
}

.security-section .main-content h2 {
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  color:#fff;
  font-size:2.3rem;
  line-height:1.5;
  margin-bottom:10px;
}

.security-section .main-content h5 {
  font-size:1.15rem;
  line-height:1.5;
  color:#f9f9f9;
  margin-bottom:0px;
}

.security-section .nav-pills {
  border-radius:0px;
  background-color:#221919;
  -webkit-box-shadow:1px 1.732px 60px 0px rgba(0,0,0,0.1);
  box-shadow:1px 1.732px 60px 0px rgba(0,0,0,0.1);
  padding:0px;
  position:relative;
  display:inline-block;
  width:100%;
}

.security-section .nav-pills li {
  padding:0px;
  border-bottom:1px solid #302727;
}

.security-section .nav-pills li a {
  color:#fff;
  border-radius:0px;
  -webkit-box-shadow:none;
  box-shadow:none;
  font-size:14px;
}

.security-section .nav-pills li a.active {
  background-color:#f26739;
  color:#fff;
}

.security-section .tab-content {
  position:relative;
  background-color:#f9f9f9;
}

.security-section .tab-content h3 {
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  color:#141414;
  font-size:1.75rem;
  line-height:1.5;
  margin-bottom:10px;
}

.security-section .tab-content .list-points,
.security-section .tab-content ul {
  list-style:none;
  margin:0px 0px 0px;
  padding:0px;
}

.security-section .tab-content .list-points li,
.security-section .tab-content ul li {
  margin:7px 0px;
  padding-left:25px;
  line-height:1.7;
  position:relative;
  font-size:0.9rem;
  font-family:var(--DMSans) !important;
}

.security-section .tab-content .list-points li:before,
.security-section .tab-content ul li:before {
  content:"\ea13";
  color:#484848;
  position:absolute;
  width:1.2em;
  font-size:1.1rem;
  top:-3px;
  text-indent:-25px;
  font-family:"boxicons" !important;
}

@media screen and (max-width:767px) {
  .security-section .main-content h5 { font-size:1rem; }
}

  .assurance-section {
  background-color:#f9f9fb;
  padding:60px 0px;
  overflow:hidden;
  position:relative;
}

.assurance-section .main-content {
  text-align:center;
  margin-bottom:40px;
}

.assurance-section .main-content h2 {
  font-size:2.3rem;
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  line-height:1.5;
  color:#141414;
  margin-bottom:10px;
}

.assurance-section .main-content h4 {
  font-size:1.25rem;
  font-family:var(--DMSans) !important;
  line-height:1.6;
  color:#454545;
  margin-bottom:0px;
}

.assurance-section .assurance-brands {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-bottom:25px;
}

.assurance-section .assurance-brands img {
  max-height:90px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  background:#fff;
  padding:7px;
  border-radius:6px;
  -webkit-box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  margin:0px 10px 10px;
  -ms-flex-align:center;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.assurance-section .program-box {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  margin:10px 0px;
  -webkit-box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  box-shadow:0px 10px 60px 0px rgba(0,0,0,0.07);
  padding:30px 20px;
  text-align:left;
  border-radius:20px;
}

.assurance-section .program-box h3 {
  font-size:1.75rem;
  font-family:"DM Sans", sans-serif;
  font-weight: var(--fnt-semi) !important;
  line-height:1.5;
  color:#141414;
  margin-bottom:10px;
}

.assurance-section .program-box p {
  font-size:15px;
  font-family:var(--DMSans) !important;
  line-height:1.6;
  color:#454545;
  margin-bottom:0px;
}

.assurance-section .btn-primary.btn-gradient {
  background:transparent;
  border:transparent;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  color:#673695;
  font-size:14px;
  font-family:var(--DMSans) !important;
  font-weight: var(--fnt-medium) !important;
  letter-spacing:1.2px;
  outline:none;
  position:relative;
  -webkit-transition:all 0.3s linear 0s;
  transition:all 0.3s linear 0s;
  vertical-align:middle;
  z-index:1;
  display:block;
  padding:0;
  margin-bottom:20px;
}

.assurance-section .btn-primary.btn-gradient:after {
  content:"\ea1d";
  width:20px;
  height:20px;
  line-height:20px;
  text-align:center;
  border-radius:50%;
  margin-left:5px;
  color:#673695;
  font-size:1.2rem;
  vertical-align:middle;
  font-family:"boxicons" !important;
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}

.assurance-section .btn-primary.btn-gradient:hover {
  color:#f26739;
  text-decoration:none;
  padding-left:4px;
  -webkit-transition-duration:1s;
  transition-duration:1s;
}

.assurance-section .btn-primary.btn-gradient:hover:after { color:#f26739; }

.assurance-section .program-box .list-points,
.assurance-section .program-box ul {
  list-style:none;
  margin:20px 0px 0px;
  padding:0px;
}

.assurance-section .program-box .list-points li,
.assurance-section .program-box ul li {
  margin:7px 0px;
  padding-left:25px;
  line-height:1.7;
  position:relative;
  font-size:0.9rem;
  font-family:var(--DMSans) !important;
}

.assurance-section .program-box .list-points li a,
.assurance-section .program-box ul li a { color:#333; }

.assurance-section .program-box .list-points li a:before,
.assurance-section .program-box ul li a:before {
  content:"\ea13";
  color:#484848;
  position:absolute;
  width:1.2em;
  font-size:1.1rem;
  top:-3px;
  text-indent:-25px;
  font-family:"boxicons" !important;
}

.assurance-section .program-box .list-points li a:hover { color:#f26739; }

.assurance-section .program-box .list-points li a:hover:before { color:#f26739; }

@media screen and (max-width:789px) {
  .assurance-section .assurance-brands img { max-height:75px; }

  .assurance-section .assurance-brands { flex-wrap:wrap; }

  .assurance-section .program-box h3 { font-size:1.35rem; }
}
