/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./webresources/src/styles/main.scss ***!
  \****************************************************************************************************************************/



/* Default values for the page */

body {
  color: #333;
}


body>div:first-child {
  display: block !important;
}

#main-area {
  margin-top: 2rem;
}

/* default text and title sizing - h1 */

body.mui aside.desktop-hero-text h1,
body.mui aside.desktop-hero-text h1 span,
body.mui aside.mobile-hero-text h1,
body.mui aside.mobile-hero-text h1 span {
  font-size: 44px;
  line-height: 54px !important;
  letter-spacing: -1px;
  font-weight: bold;
}

body.mui section.hero-video aside.desktop-hero-text h1,
body.mui section.hero-video aside.desktop-hero-text h1 span,
body.mui section.hero-video aside.mobile-hero-text h1,
body.mui section.hero-video aside.mobile-hero-text h1 span {
  font-size: 1.2rem;
  line-height: 1.2rem !important;
  letter-spacing: 0px;
  font-weight: 100;
}

body.mui section.hero-video aside.desktop-hero-text h1 sup,
body.mui section.hero-video aside.desktop-hero-text h1 span sup,
body.mui section.hero-video aside.desktop-hero-text h1 sup sup {
  top: -1rem;
}

@media (min-width: 480px) {

  body.mui aside.desktop-hero-text h1,
  body.mui aside.daesktop-hero-text h1 span,
  body.mui aside.mobile-hero-text h1,
  body.mui aside.mobile-hero-text h1 span {
    font-size: 80px;
    line-height: 97px !important;
  }

  body.mui aside.desktop-hero-text p,
  body.mui aside.mobile-hero-text p {
    width: 70%
  }
}


@media (min-width: 480px) {

  body.mui h2 a {
    font-size: 48px !important;
    line-height: 58px !important;
  }
}



body.mui div.desktop-text h2 {

  font-size: 2rem !important;
  line-height: 2.5rem !important;
  font-weight: 400;
  color: #006bd3;
  margin-bottom: 3rem;
}

body.mui div.desktop-text h2::after {
  content: "";
  display: block;
  width: 7%;
  height: 3px;
  background-color: #006bd3;
  /* Adjust color as needed */
  position: absolute;
  margin-top: 1.4rem;

}

h2.text-center::after {
  left: 46%;
}

@media (max-width: 768px) {
  body.mui div.desktop-text h2::after {
    width: 50%;
  }
}


/* default text and title sizing - h3 */

body.mui h3,
body.mui h3 {
  font-size: 24px !important;
  line-height: 34px !important;

}

@media (min-width: 480px) {

  body.mui h3,
  body.mui h3 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}

/* default text and title sizing - h4 */

body.mui h4,
body.mui h4 {
  font-size: 20px !important;
  font-weight: normal;
}

@media (min-width: 480px) {

  body.mui h4,
  body.mui h4 {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}

/* default text and title sizing - h5 */

body.mui h5,
body.mui .h5 {

  font-weight: normal;
  font-size: 16px !important;
  line-height: 22px !important;
}

@media (min-width: 480px) {

  body.mui h5,
  body.mui .h5 {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: normal;
  }
}

/* default text and title sizing - h6 */

body.mui h6,
body.mui h6 {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600;
}

@media (min-width: 480px) {

  body.mui h6,
  body.mui h6 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

.p-xl-30 {
  padding: 30px !important;
}

/* default text for paragraph */

body.mui .rich_text p,
body.mui .rich_text li {
  font-size: 14px;
  line-height: 24px;
  margin-top: 1.2rem;
}

body.mui .rich_text span {
  font-size: 18px;
  line-height: 30px;
}

/**hotfix**/

body.mui .muiCard.horizontal .rich_text h3,
body.mui .muiCard.horizontal .rich_text h3 span,
body.mui .muiCard.horizontal .rich_text h3 span strong {
  line-height: 18px !important;
}

@media (min-width: 480px) {

  body.mui .muiCard.horizontal .rich_text h3,
  body.mui .muiCard.horizontal .rich_text h3 span,
  body.mui .muiCard.horizontal .rich_text h3 span strong {
    line-height: 34px !important;
  }
}

/**end hotfix **/

body.mui .rich_text p span.small,
body.mui .rich_text li span.small {
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 480px) {

  body.mui .rich_text p,
  body.mui .rich_text li,
  body.mui .rich_text span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  body.mui .rich_text p span.small,
  body.mui .rich_text li span.small {
    font-size: 20px;
    line-height: 30px;

  }
}



/* default text for links - size is from paragraph */
body.mui .rich_text a {
  font-weight: 500;
}


/* Card CSS */

div.cardText h1,
div.cardText h2,
div.cardText h3,
div.cardText h4,
div.cardText h5 {
  margin-bottom: 20px;
}


a.btn.no-shadow {
  box-shadow: none !important;
}

.muiCard.horizontal svg {
  height: 34px;
  width: 34px;
  fill: #077AC0;
  min-width: 34px;
  min-height: 34px;
}

@media (min-width: 480px) {
  .muiCard.horizontal svg {
    height: 50px;
    width: 50px;
    fill: #077AC0;
    min-width: 50px;
    min-height: 50px;
  }
}

/****** Hero *******/

.hero-section {
  height: auto;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .hero-section .linkCTA {
    width: fit-content;
    margin: 0px auto;
  }
}

.hero-section h1,
.hero-section h2,
.hero-section h3 {
  margin-bottom: 20px !important;
}

.mui .accordion .accordion-item {
  border: 1px solid #E5E5E5;
  border-radius: 30px;

}



.container-xxl {
  max-width: 1440px;
}




@media (max-width: 768px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.accordion .container,
.accordion .container-sm,
.accordion .container-md,
.accordion .container-lg,
.accordion .container-xl,
.accordion .container-xxl,
.accordion .container-fluid {
  padding: 30px;
}


.carousel-inner {
  width: 80%;
  margin: 0 auto;

}

@media (max-width: 481px) {
  .carousel {
    width: 110%;
    left: -15px;
  }

  .carousel-inner {
    overflow: visible;

  }
}

.carousel p {
  margin-bottom: 0px;
}


.submenu {
  display: flex;
  justify-content: center;
  z-index: 10;
  position: relative;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}

.submenu .row {
  width: 100%;
}

div#submenu+.gradient-box .container,
div#submenu+.gradient-box .container-sm,
div#submenu+.gradient-box .container-md,
div#submenu+.gradient-box .container-lg,
div#submenu+.gradient-box .container-xl,
div#submenu+.gradient-box .container-xxl,
div#submenu+.gradient-box .container-fluid {
  padding-top: 0px;
}

.card-rounded {
  border-radius: 30px;
}

.blue-border {
  border: 0px solid #077AC0;
}

.card.active {
  border: 1px solid #077ac0;
}

@media (max-width: 768px) {
  .submenu .row {
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    width: 100%;
    flex-wrap: nowrap;
    /* Prevent wrapping */

    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
  }

  .submenu {

    transform: translate(0, 0);

  }
}




.tab-container {
  box-shadow: 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05), 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05);
  border: 1px solid #E5E5E5;
}

.tab-content {
  background-color: white;
}

.nav-item {
  background-color: #F2F2F2;

}


.nav-tabs .nav-item .nav-link {
  text-transform: none;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-item .nav-link.active {
  height: 60px;
}

@media (min-width: 480px) {

  .nav-tabs .nav-item .nav-link,
  .nav-tabs .nav-item .nav-link.active {
    height: 72px;
  }

  .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}


.card {
  --mdb-card-border-radius: 0rem;
  --mdb-card-inner-border-radius: 0rem;
}

.cardImage {
  display: block;
}

div.content-section div.card {
  padding: 0rem;
}

.card-text .rich_text {
  padding: 10px;
}


.hero-section .rich_text p {
  font-size: 28px;
  line-height: 38px;
}

.d-flex-hero {
  display: flex !important;
  align-items: center;
}

.tab-content p {
  font-size: 20px;
  line-height: 28px;
}

@media (min-width: 480px) {
  .d-mid-none {
    display: none !important;
  }
}

@media (max-width: 480px) {

  .hero-section {
    text-align: center;
  }


  .arrow-container {
    transform: translateX(-50%);
    top: 85% !important;

    width: 96px;
    height: 96px;

  }

  .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    padding: 5px;
  }

  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}



/****End Hero***/

.mui .modal {

  --mdb-modal-margin: 0.5rem;
  --mdb-modal-box-shadow: var(--mdb-box-shadow-sm);
  position: fixed;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);

}


.mui .modal .modal-content {
  height: auto;
  padding: 2rem;
  overflow-y: hidden;

  box-shadow: var(--mdb-modal-box-shadow);
  outline: 0;

}

.mui-modal-body {

  position: relative;
  flex: 1 1 auto;
  padding: var(--mdb-modal-padding);
}

.accordion-btn-padding {
  padding: 0px 15px 0px 15px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.accordion-button::before {
  background-image: var(--mdb-accordion-btn-active-icon);
  flex-shrink: 0;
  width: var(--mdb-accordion-btn-icon-width);
  height: var(--mdb-accordion-btn-icon-width);
  margin-right: 20px;
  content: "";
  background-repeat: no-repeat;
  background-image: url("/.resources/ctc-lightmodule/webresources/icons/accordion-plus.svg");
  background-size: var(--mdb-accordion-btn-icon-width);
  transition: var(--mdb-accordion-btn-icon-transition);

}

.accordion-button::after {
  content: none;
}

.accordion-button:not(.collapsed)::before {

  background-image: url("/.resources/ctc-lightmodule/webresources/icons/accordion-minuss.svg");
  transform: var(--mdb-accordion-btn-icon-transform)
}

.accordion-header p {
  margin-bottom: 0;
  font-weight: bold;

}

body.mui .accordion .accordion-body .rich_text p,
body.mui .accordion .accordion-body .rich_text li {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 480px) {

  body.mui .accordion .accordion-body .rich_text p,
  body.mui .accordion .accordion-body .rich_text li {
    font-size: 16px;
    line-height: 24px;
  }
}

.noCorner {
  box-shadow: 0 2px 15px -3px rgba(var(--mdb-box-shadow-color-rgb), 0.07), 0 10px 20px -2px rgba(var(--mdb-box-shadow-color-rgb), 0.04);
  margin: 20px;
}

.testimonial {
  box-shadow: 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05), 0 12px 32px -5px rgba(var(--mdb-box-shadow-color-rgb), 0.05);
  margin: 10px;
  background-color: white;
  border: 1px solid #E5E5E5;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;

}

@media (min-width: 480px) {
  .testimonial {

    margin: 20px;

  }
}

.testimonial::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-top: 20px solid #077ac0;
  border-left: 20px solid #077ac0;
}

.testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-bottom: 20px solid #077ac0;
  border-right: 20px solid #077ac0;
}

@media (min-width: 480px) {
  .testimonial::before {
    content: "";
    left: 10px;
    top: 10px;
  }

  .testimonial::after {
    content: "";
    right: 10px;
    bottom: 10px;

  }
}

.testimonial table {
  width: 100%;
  line-height: 26px;
}


.testimonial table tr td:nth-child(1) {
  padding: 0px 10px 0px 0px;
  text-align: left;
}

.testimonial table tr td:nth-child(2) {
  padding: 0px 0px 0px 10px;
  white-space: nowrap;
  text-align: right;
}

.second-line::before {
  display: block;
  clear: both;
  content: "";
  position: relative;
  left: 0;
  bottom: 0;
  /* max-width: 250px; */
  height: 1px;
  width: 75%;
  border-top: 1px solid #d2d2d2;
  margin: 0 auto;

  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .second-line::before {
    border-top: 0px;
  }
}

.left-text {
  width: 100%;
  box-sizing: border-box;
}

.right-text {
  width: 100%;
  box-sizing: border-box;
  line-height: 0px;
}

@media (min-width: 480px) {
  .left-text {
    width: 60%;
  }

  .right-text {
    width: 40%;
    padding-left: 3rem !important
  }

}

.testimonial tr {
  border-bottom: 0px;
}

.testimonial .second-line p {
  font-size: 20px;
  text-align: start;
}

.testimonial .right-text p {
  font-size: 16px;
}

@media(prefers-reduced-motion: reduce) {
  .accordion-button::before {
    transition: none
  }

  .accordion-button::after {
    content: none;
  }
}

div.text-image-section {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}


@media (max-width: 480px) {

  .mg0 {
    --mdb-gutter-x: 0px !important;
  }

  .textImage-section-textUp {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    flex-wrap: nowrap;
  }

  .textImage-content-textUp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }

  .textImage-image-textUp {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }

  .textImage-image-textUp img {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .textImage-section-textDown {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
  }

  .textImage-content-textDown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }

  .textImage-image-textDown {
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .textImage-image-textDown img {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .carousel-inner {
    width: 100%;
  }

  .left-text {
    width: 100%;
    box-sizing: border-box;
  }

  .left-text:after {
    content: "";
    display: block;
    width: 75%;
    position: relative;
    margin: 0 auto;

  }

  .right-text {
    width: 100%;
  }


}

.testimonial div.linkCTA a.style-4 svg {
  width: 1rem;
  fill: #077AC0;
  margin-left: .5rem;
}

div.linkCTA {
  min-height: 60px;
}

@media (max-width: 768px) {
  div.linkCTA {
    min-height: 5rem;
  }
}

div.linkCTA .label {
  line-height: 24px;
  font-weight: 200;
}

div.linkCTA.alignement-center {
  justify-content: center;
}

div.linkCTA.alignement-right {
  justify-content: flex-end;
}

div.linkCTA a.btn {
  text-transform: none;
  background-color: #ffffff;
  min-height: 60px;
  color: #000000;
  padding: 16px 32px !important;
  border-radius: 0px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);

}

.style-1 {
  position: relative;
}





.style-2 {
  position: relative;
}

.style-3 {
  position: relative;
}


div.linkCTA a.btn.style-2 {
  text-transform: none;
  background-color: #006cd3;
  min-height: 60px;
  padding: 16px 32px !important;
  border-radius: 0px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
  color: #ffffff;
}


div.linkCTA a.btn.style-3 {
  text-transform: none;
  background-color: #d9ebf9;
  min-height: 68px;
  padding: 16px 16px !important;
  border-radius: 0px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
  color: #006cd3;
}

.style-3::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #006cd3;
  /* Adjust color as needed */
  position: absolute;
  bottom: 0;
  left: 0;
}

div.linkCTA a.style-4 {

  color: #81b4e9;
}

div.linkCTA a.style-4:hover {
  color: #ffffff;
}



div.linkCTA a.style-5 {
  color: #093775;
}

div.linkCTA a.style-6 {
  color: #ffffff;
}

div.linkCTA a.style-5:hover {
  color: #077AC0;
}

div.linkCTA a.style-6:hover {
  color: #093775;
}

div.linkCTA a.style-4 svg {
  width: 1.5rem;
  stroke: #81b4e9;
}

div.linkCTA .ctaIcon.style-6 {
  width: 2rem;
  height: 2rem;

}

.ctaIcon.style-6 image {
  filter: invert(73%) sepia(24%) saturate(366%) hue-rotate(179deg) brightness(92%) contrast(94%);
}


div.linkCTA a.style-5 svg {
  width: 1.5rem;
  stroke: #093775;
}

div.linkCTA a.style-6 svg {
  width: 1.5rem;
  stroke: #80b5e7;
}


div.linkCTA a.style-4:hover svg {
  stroke: #ffffff;
}

div.linkCTA a.style-5:hover svg {
  stroke: #077AC0;
}

div.linkCTA a.style-6:hover svg {
  stroke: #093775;
}

div.linkCTA a.style-6:hover image {
  filter: invert(12%) sepia(81%) saturate(1150%) hue-rotate(185deg) brightness(92%) contrast(108%);

}

div.linkCTA a.style-4 span,
div.linkCTA a.style-5 span,
div.linkCTA a.btn span {
  display: flex;
  font-weight: 700;
  align-items: center;
}

div.linkCTA a.style-5 svg {
  width: 1.5rem;
  stroke: #0f1355
}

div.linkCTA a.btn svg {
  width: 1.2rem;
  stroke: #006bd3;
  ;
}

div.linkCTA a.btn.style-2 svg {
  stroke: #006ad2;
}

div.linkCTA a.btn.style-3 svg {
  stroke: #006cd3;
}

div.linkCTA a.btn:hover {
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.25);
}

div.linkCTA a.btn.style-1:hover {
  background-color: #005CAD;
  color: #fff
}

div.linkCTA a.btn.style-1:hover svg {
  stroke: #fff;
}

div.linkCTA a.btn.style-2:hover {
  background-color: #D2ECFC;
  color: #0056b3
}

div.linkCTA a.btn.full-width {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 768px) {
  div.linkCTA.mobile-centered {
    text-align: center;
  }
}

.rich_text u {
  color: #077AC0;
  line-height: 1.5;
}


/* CSS for Carrousel */
div.carousel-indicators [data-mdb-target] {
  width: 10px;
  height: 10px;
  border: 2px solid #077ac0;
  background-color: transparent;
  cursor: pointer;
}

.mui div.carousel-indicators .active {
  opacity: 1;
  background-color: #077ac0;
  background-clip: border-box;
}

/* CSS for editor */
.cssForEditor .tab-content>.tab-pane {
  display: block;
}

.cssForEditor .fade:not(.show) {
  opacity: 1;
}

.text-image-section div.mgnlEditorBar {
  flex-basis: 100%;
}


@media (max-width: 768px) {
  .mobileCardImage {
    display: block;
    height: auto;
  }
}

/* hotfix UL*/
.containerTI ul,
.tab-content ul,
.cardText ul {
  padding: 1rem;
}

@media (min-width: 480px) {

  .containerTI ul,
  .tab-content ul,
  .cardText ul {
    padding: 1.25rem;
  }
}

/* END hotfix UL*/


div.title-margin-bottom-true h1,
div.title-margin-bottom-true h2,
div.title-margin-bottom-true h3,
div.title-margin-bottom-true h4,
div.title-margin-bottom-true h5,
div.title-margin-bottom-true h6 {
  margin-bottom: 0px !important;
}

.noteslegales {
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 1.75rem;
  margin: 0 1.75rem;
  display: flex;
  justify-self: center;
}


body.mui .noteslegales .rich_text p {
  font-size: 16px;
}

@media (min-width: 480px) {
  body.mui .noteslegales .rich_text p {
    font-size: 20px;
  }

  div.content-section.container-md {
    max-width: 1254px !important;
  }

  div.container-md {
    max-width: 1254px !important;
  }
}


.footer {
  background-color: #0056b3;
  color: white;
  padding: 40px 20px;
  width: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;

}

.footer-container {

  max-width: 1254px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 200px;
  margin: 10px;
}


.footer-section h4 {
  font-size: 14px;
  color: #3085f5;
  padding-bottom: 16px;
  font-weight: 600;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}



.footer-section ul li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-section ul li {
  padding-bottom: 20px;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}


.social-icons a {
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ddd;
}

.footer-section-social .newsletter p {
  font-size: 12px;
}

.newsletter input {
  border-radius: 20px 0 0 20px;
  font-size: 14px;
  height: 40px;
  /* Set consistent height */
}

.newsletter button {
  padding: 0 20px;
  border: none;
  border-radius: 0 20px 20px 0;
  background-color: white;
  color: #0056b3;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  /* Match input height */

}

.newsletter button:hover {
  background-color: #ddd;
}

.footer-bottom {
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
  width: 100%;
}



.footer-section:nth-child(2) {
  margin-left: 40px;
  /* Adjust the value as needed */
}



.footer-section-social {
  background: linear-gradient(to right, transparent 99.8%, white 100%);
}

.footer-section-social p {
  font-size: 20px;
  margin-top: 20px;
}


.email-container {
  background-color: #f1f5f9;
  /* Light gray background */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 45px;
  width: 85%;
}

.email-container input {
  outline: none;
  font-size: 12px;
  font-weight: 800;
  flex: 1;
  background-color: transparent;
  color: #000;
}

.email-container input::placeholder {
  color: #7d7d7d;
  /* Placeholder text color */
}

.email-container button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.email-container button svg {
  width: 35px;
  height: 20px;
  fill: #0078d4;
  /* Arrow color */
  border-left: 1px solid #313131;
  /* Black border on the left of the button */

}

@media (max-width: 767px) {
  .footer-section-social {
    background: none;
  }

  .footer-section:nth-child(2) {
    margin-left: 10px;
  }
}

.header p {
  margin-top: 1rem;
}


body {

  font-family: "Roboto", Arial, sans-serif;

}

.meganav {
  background-color: #fff;
  margin-bottom: -1px;

}

@media (max-width: 1100px) {
  .meganav {
    flex-direction: column-reverse;
    align-items: center;
  }

  .logo {
    order: 1;
  }

  .nav-links {
    margin-top: 20px !important;

  }

  .box p {
    line-height: 24px !important;
  }
}

footer .logo img {
  height: 25px;
}

.logo img,
.header-logo {
  height: 80px;
}

.flip-card-icon {
  height: 80px;
  border-bottom: 3px solid #006bd3;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}

footer .copyright {
  color: white;
}

footer a.privacy-link {
  color: white;
}

footer a.privacy-link:hover {
  text-decoration: underline;
}

.nav-links {
  display: flex;
  list-style: none;
  margin-top: 65px;
  padding: 0;

}

.nav-links li {
  margin: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #006AD2;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
}

.nav-links li a:hover {
  color: #fff;
  background-color: #006BD3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.nav-links li ul {
  list-style: none;
}

.tools {
  display: block;
  align-items: center;
  justify-content: space-between;
  width: auto;
}

.nav-actions {
  display: flex;
  align-items: center;
}

.order-link {
  margin-right: 15px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #093775;
}

.login-link {
  margin-right: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #093775;
}

.register-link {
  margin-right: 0px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #093775;
}

.search-bar-container {
  display: flex;
  align-items: center;
  background-color: #DFEDF8;
  border-radius: 20px;
  padding: 5px 10px;
  width: auto;
  margin-top: 10px;
}

.search-bar-container input {
  border: none;
  outline: none;
  background: none;
  font-size: 14px;
  flex-grow: 1;
}

.search-button {
  background: none;
  position: absolute;
  border: none;
}

.search-button svg {
  width: 20px;
  height: 20px;
}

.arrow-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #0056b3;

}

.arrow-button svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.search-bar {
  color: #e3e3e3;
}

.p-90 {
  padding: 90px;
}


.language {
  display: flex;
  align-items: center;
  margin-left: 20px;

}

.language span {
  margin-right: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #093775;
  align-items: center;
}

.language .usa {
  margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {


  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    border-radius: 8px;
  }

  .nav-links li {
    margin: 0;
    text-align: center;
    list-style: none;
  }

  .nav-links a {
    padding: 10px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-actions {
    align-items: center;
  }

  .search-bar-container {

    width: 100%;
  }
}

.user-icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #0056b3;

}

.user-icon svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}


.shop-icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #0056b3;

}

.shop-icon svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

/* Hide all menu sections by default */
.menu-section {
  display: none;
  padding: 0;
}

/* Show the menu section when active */
.menu-section.active {
  display: grid;
  width: 75%;
  max-width: max-content;
  padding-left: 30px;
  background-color: #006BD3;
  position: absolute;
  z-index: 1000;
  transform: translate(-27%, 1%)
}

.menu-section.active#solutions-menu {
  transform: translate(-36.4%, 1%)
}

.menu-section.active#products-menu {
  transform: translate(-46.75%, 1%)
}



.menu-section .box {
  padding: 16px;
  text-align: start;
  width: 30%;
}

#industry-box {
  background-image: url('/magnolia/dam/ecolabsciences/industry1.png');
  align-items: flex-end;
}



#industry-box p {
  margin-right: 10px;
  font-size: 18px;



}

#care-box {
  background-image: url('/magnolia/dam/ecolabsciences/care.png');
  align-items: flex-start;
}

#care-box p {
  font-size: 18px;
}


@media (max-width: 768px) {

  #industry-box,
  #care-box {
    width: auto;
  }

  .menu-section {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
  }

  .menu-section.active {
    display: block;
    width: 100%;
    padding: 0;
    background-color: #006BD3;
    position: absolute;
  }

  .menu-section.active#solutions-menu {
    transform: translate(-50%, -15.75%);
  }

  .menu-section.active#products-menu {
    transform: translate(-50%, -8.05%)
  }

  .menu-section .box {
    width: auto;
  }
}



.box {
  display: flex;
  flex-direction: column;
  color: white;

}

.box p {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 20px;
}



.personal {
  width: 100%;
  height: auto;
  max-height: 200px;
}

.learn-more-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
}

.learn-more-link:hover {
  text-decoration: underline;
}

.learn-more-link svg {
  margin-left: 10px;
  fill: #fff;
  width: 15px;
  height: 15px;
}


.browse-link {

  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #093775 !important;
  font-weight: bold !important;
}

.browse-link:hover {
  text-decoration: underline;
}

.browse-link svg {
  margin-left: 10px;
  fill: #093775;
  width: 15px;
  height: 15px;
}

.img-box {
  width: 72px;
}


.menu-cards .box:nth-child(-n+3) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.menu-cards {
  column-gap: 2rem;
  row-gap: 1rem;
}

.has-submenu.active {
  background-color: #006BD3;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Hamburger Menu for Mobile */
.menu-toggle {
  display: none;
  background: none;
  color: #006AD2;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  transition: all 0.3s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: white;
    text-align: center;
    padding: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;

  }

  .nav-links.active {
    display: flex;
    position: relative;
  }

  .nav-links li a {
    width: 100%;
    display: inline-block;

  }

  .extra {
    display: block !important;
  }

  .header-nav {
    padding: 0 !important;
  }

  .meganav {
    padding: 0px !important;
  }

  .section-hasmenu {
    padding: 0;
  }

}

.text-tiny {
  font-size: 12px;
}

.text-small {
  font-size: 16px;
}

.text-big {
  font-size: 36px;
  line-height: 42px;
}

.text-huge {
  font-size: 58px;
  line-height: 62px;
}

.p-6 {
  padding: 2rem !important
}

.star {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .title-line {
    flex-grow: 1;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .title-line {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .star {
    display: none;
  }
}

.mobile-hero-text {
  padding: 1rem;
}

.normal {
  font-weight: 200;
}

/* Hero container */
.hero-video {
  min-height: 60vh;
  overflow: hidden;
}

/* Background video */
.hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;

  z-index: 0;
}

/* Transparent overlay image */

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* Apply gradient mask using mask-image */
  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 30%,
      rgba(0, 0, 0, 0.5) 70%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 50%,
      rgb(0 0 0 / 0) 70%,
      rgba(0, 0, 0, 0) 100%)
}

.texture-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

/* Content container */
.hero-video .container {
  z-index: 2;
  position: relative;
}

/* Sup-title styling */
.sup-title {
  letter-spacing: 2px;
  font-weight: 600;
  opacity: 0.85;
}

/* Text image component */
.image-full-cover {
  height: 250px;
}

@media (min-width: 768px) {
  .image-full-cover {
    margin-left: 1.5rem;
    height: auto;
  }
}
