@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
p,
a {
  font-size: 14px;
}
.section-min {
  min-height: 400px;
}
.navbar-light .navbar-nav .nav-link {
  color: black;
}
.input-group .btn {
  border-right: 0px solid !important;
}
.input-group input {
  border-left: 0px solid !important;
}
.custom-textarea {
  height: 125px;
}
hr.success {
  height: 2px;
  opacity: 1;
  background-color: #3fb86c !important;
}
.text-success,
a:hover,
.nav-link:focus,
.nav-link:hover {
  color: #3fb86c !important;
}
.btn-success {
  border-color: #3fb86c !important;
  background-color: #3fb86c !important;
}
.supports .support input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.supports .support {
  cursor: pointer;
  width: 100%;
}

.supports .support .support-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  position: relative;
}

.supports .support .support-content .bi {
  color: #646a79;
  margin-right: 10px;
}

.supports .support .support-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.supports .support .support-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}

.supports .support .support-content:hover {
  background-color: #e1e2e7;
}
.supports .support-content:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background: #fff;
  right: 5px;
  top: 20px;
  border-radius: 100%;
  border: 2px solid #ddd;
}
.supports .support input[type="radio"]:checked + .support-content:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background: #3fb86c;
  right: 5px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #ddd;
}

.supports .support input[type="radio"]:checked + .support-content {
  border: 2px solid #3fb86c;
  background: #ffffff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  box-shadow: 0px 0px 3px #3fb86c;
}

@media screen and (max-width: 991px) {
  .supports {
    margin: 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .supports .support {
    width: 100%;
  }

  .support.complete-support {
    margin-top: 20px;
  }

  .supports .support .support-content .support-details {
    width: 70%;
    display: inline-block;
  }

  .supports .support input[type="radio"]:checked + .support-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .supports .support .support-content .support-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .supports .support .support-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .supports .support input[type="radio"]:checked + .support-content:after {
    top: 20px;
    right: 0px;
  }

  .supports .support .support-content .support-details {
    width: 100%;
  }

  .supports .support .support-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}
.web-footer {
  margin-top: 50px;
  padding-top: 50px;
  padding-top: 50px;
  font-size: 15px;
  padding-bottom: 50px;
  background-color: #0e1123;
}
.web-footer h5 {
  margin-bottom: 20px;
  min-height: 50px;
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.web-footer a {
  display: block;
}
.produt-card:hover {
  border-color: #3fb86c;
  background-color: #3fb86b59;
}
.produt-card {
  cursor: pointer;
  width: 100%;
  background-color: #edeeee;
  border-radius: 8px;
  /* height: 380px; */
}
.produt-card .card-body {
  padding-left: 30px;
  padding-right: 35px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.card-body.vijay {
  background-color: #fafafa;
}

.vijay h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #0e1123;
}
.produt-card .card-img-top {
  width: 50%;
  margin-top: 50px !important;
}
.bgimage1 {
  background-image: url("../img/Rectangle\ 22.png");
  background-color: rgba(0, 0, 0, 0.923);
  height: 900px;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: 100px;
  background-size: cover;
  background-position: center;
}
.bgimage1 .col-lg-6 {
  padding-top: 80px;
  padding-left: 20px;
}
.bgimage1 p {
  padding-top: 20px;
  padding-right: 20px;
}
.btn-outline-success {
  border: 2px solid #3fb86c;
  color: #3fb86c;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }
}

.custom-main-tab {
  height: 140px;
  width: 150px;
  color: black;
}
.product-tab .nav-link.active {
  background-color: #d9d9d9;
  color: black;
}
.sec-nav a {
  color: #f2f2f2;
}
.card {
  border-radius: 10px;
}
.card-property .card-img-top {
  height: 200px;
  width: 360px;
}
.section4 {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px;
  background-color: #0e1123;
}
.section4 .bi {
  size: 20px;
}
.product-list-container .card {
  background-color: #fafafa;
}
.main-page {
  background-image: url("../img/Rectangle\ 1921.png");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.install-guid-container .card .number-circle {
  width: 25px;
  height: 25px;
  background-color: #3fb86c;
  border-radius: 25px;
  text-align: center;
  color: white;
}
.specifications-container .table thead tr:nth-child(1) {
  background-color: #3e3d3d !important;
}
.specifications-container .table td,
.specifications-container .table th {
  text-align: center;
}
.specifications-container .table td:nth-child(1) {
  border-right: 1px solid #ddd;
  width: 30%;
}
.login-card .form-control {
  border: 1px solid black !important;
  border-right: 0px solid !important;
}
.login-card .input-group-text {
  border: 1px solid black !important;
  border-left: 0px solid !important;
}
.pera {
  padding-right: 310px;
}

.custom-tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border: 0px solid;
  border-left: 3px solid #3fb86c;
  background-color: #3fb86c;
  border-radius: 0px;
  color: black;
  background: linear-gradient(90deg, #3fb86c47, transparent);
}
.color-circle {
  text-shadow: 0px 0px 10px #ddd;
}
.custom-tab .nav-pills .nav-link {
  text-align: left;
  font-size: 14px;
  color: #3e3d3d;
  min-width: 250px;
}
.sitemap {
  list-style-type: none;
}

.sitemap ul {
  list-style-type: none;
}
.sticky-md-top ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  z-index: 1111;
}

@media only screen and (max-width: 991px) {
  .overlay-chip .card-img-overlay {
    /* position: relative !important; */
  }
  .product-tab .nav-link img {
    width: 50px !important;
    padding: 0px !important;
  }
  .sticky-md-top ul li {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-collapse .nav-link {
    border-top: 2px solid #3e3d3d;
    border-bottom: 2px solid #3e3d3d;
    padding-left: 5px;
  }
  .navbar-light .navbar-toggler {
    border: 0px solid;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    z-index: 1111;
    border: 0px solid;
  }
  .dropdown-item {
  }
  .dropdown-menu {
    display: block;
  }
}

.nav.product_name {
  background-color: #fafafa;
}

p.fw-bold.mt-2 {
  color: #0e1123;
}

.submenu {
  background-color: #0e1123;
  position: sticky;
  top: 150px;
  z-index: 1020;
}

body {
  background-color: #fafafa;
}

.special_text h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: -0.005em;
  color: #0e1123;
}

.special_text p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #0e1123;
}

#v-pills-Installation .row,
#tab1Guide .row,
#tab2Guide .row,
#tab3Guide .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
#v-pills-Installation .col-md-6 {
  display: flex;
  padding: 0.5em;
  width: 49%;
  margin-right: 1%;
}

#tab1Guide .col-md-4,
#tab2Guide .col-md-4,
#tab3Guide .col-md-4 {
  display: flex;
  padding: 0.5em;
  width: 32%;
  margin-right: 1%;
}
.card {
  width: 100%;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
  z-index: 9999;
}
section {
  scroll-margin: 225px 0 0 0;
}

@media only screen and (max-width: 840px) {
  .section-min .order-sm-1 {
    margin-bottom: 25px;
  }
  .home_middle .col-md-6:first-child {
    margin-bottom: 25px;
  }
  section {
    scroll-margin: 230px 0 0 0;
  }
}
.image-card {
  background-color: none;
}

.para {
  margin-left: auto;
  margin-right: auto;
  max-width: 45em;
  white-space: normal;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.005em;
  color: #0e1123;
}
.picture-card1 {
  background-color: #fafafa;
  padding-left: 0;
}

#btnSupport,
#btnSubmit1,
#btnSubmitTmed,
#btnTmedSubmit,
#btnOtp,
#download_pdf,
#btnSubmitEnquiry {
  background-color: #0e1123;
  color: white;
}

@media only screen and (min-width: 768px) {
  .warranty_text {
    padding-left: 3em;
  }
  .reliable_text {
    padding-left: 3em;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}

/* New CSS - Jan 2 2023 */
button.navbar-toggler:focus {
  box-shadow: none;
}

/* @media screen and (min-width: 767px) and (max-width: 1024px) {
  .produt-card {
    height: 480px !important;
  }
} */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .rectangle-image {
    height: 580px;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rectangle-image {
    height: 580px;
    object-fit: contain;
  }
}
@media screen and (min-width: 579px) and (max-width: 768px) {
  img.card-img.rectangle-image {
    height: 600px;
    object-fit: contain;
  }

  .xs-hidden {
    display: none;
  }
}
@media screen and (max-width: 578px) {
  .rectangle-image {
    height: 600px;
    object-fit: contain;
  }
}
@media screen and (max-width: 478px) {
  .rectangle-image {
    height: 640px;
    object-fit: contain;
  }
}
@media screen and (min-width: 435px) and (max-width: 478px) {
  .rectangle-image {
    height: 650px;
    object-fit: contain;
  }
}
.product-tab > .nav {
  flex-wrap: nowrap !important;
  /* overflow-x: scroll; */
}
.leftscroll,
.rightscroll {
  display: none;
}
@media screen and (max-width: 680px) {
  .product-tab > .nav {
    justify-content: initial !important;
    overflow-x: scroll;
  }
  .scroll-topmenu {
    padding: 0 1.5rem;
    transition: all 0.1s;
  }
  .leftscroll,
  .rightscroll {
    display: block;
  }
  .leftscroll {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .rightscroll {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hidescroll {
    display: none;
  }
}
/* the slides */
.slick-slide {
  margin: 0 15px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}
@media screen and (min-width: 901px) {
  ul.slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3fb86c;
    font-size: 14px;
  }
  .slick-dots li button:before {
    font-size: 14px;
  }
}
.installation-guide-carousel .slick-prev:before {
  /* content: "<" !important; */
  color: green;
}
.installation-guide-carousel .slick-next:before {
  /* content: ">" !important; */
  /* content: "\f054"; */
  color: green;
}
@media screen and (max-width: 767px) {
  .text-left-mobile {
    text-align: left !important;
  }
}
.max-650 {
  max-width: 650px;
  margin: auto;
}
/* .btnx1 {
  padding: 0.8rem 1.5rem;
} */
.btnx1:hover {
  color: #fff !important;
}
@media screen and (max-width: 530px) {
  .special_text h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .special_text p {
    font-size: 14px;
  }

  .comfort_section {
    margin-top: 1rem;
  }
}
.sticky-top ul li {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .powered_text {
    padding-top: 1em;
  }

  .reliable_text {
    margin-top: 0em;
  }

  .sec1,
  .sec2,
  .sec4,
  .section3 {
    padding-bottom: 2rem;
  }
  .bgimage1 {
    background-image: url(../img/YourSafetyisOurPriority_Mobile.png);
    background-size: cover;
    background-position: initial;
  }
}

@media screen and (min-width: 530px) {
  .comfort_section {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  div#pills-tabContent th {
    max-width: 100px;
  }
  div#pills-tabContent th * {
    max-width: 100%;
  }
  div#pills-tab1 .nav-fill .nav-item,
  .nav-fill > .nav-link,
  div#pills-tab2 .nav-fill .nav-item,
  .nav-fill > .nav-link,
  div#pills-tab3 .nav-fill .nav-item,
  .nav-fill > .nav-link {
    flex: 100%;
    text-align: left;
  }
  div#pills-tab1 .navbar-collapse .nav-link,
  div#pills-tab2 .navbar-collapse .nav-link,
  div#pills-tab3 .navbar-collapse .nav-link {
    border: none !important;
  }
  /* .product-tab .submenu{
    max-width: 90%;
    margin: 0 auto;
  } */
  .product-tab .container.section4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-tab .submenu {
  background-color: #0e1123;
  position: sticky;
  top: 170px;
  z-index: 1019;
}

/* header nav top right buttons css */
div#navbarSupportedContent .ms-auto a:nth-child(2) {
  text-decoration: none;
}
div#navbarSupportedContent .ms-auto a:nth-child(2) button {
  display: inline-flex;
  align-items: baseline;
}

div#navbarSupportedContent .ms-auto a:nth-child(2) img {
  position: relative;
  top: 2px;
}
footer.web-footer .col-md-6:nth-child(2) .col-md-6.text-md-end a {
  font-size: 12px;
  color: #fff !important;
}

@media screen and (max-width: 576px) {
  .learn_text,
  .inquiry_text {
    color: #0e1123 !important;
  }
  section#tab1oprate h5 {
    margin-bottom: 0px;
    font-size: 1rem;
  }
  section#tab1oprate .ms-4 {
    margin-left: 0px !important;
  }
  section#tab2oprate h5 {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  section#tab2oprate .ms-4 {
    margin-left: 0px !important;
  }
  section#tab3oprate h5 {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  section#tab3oprate .ms-4 {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 500px) {
  .product-tab .card-img-overlay h2 {
    font-size: 16px;
  }
  .product-tab .card-img-overlay a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .index .section-min {
    min-height: auto;
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

/* @media only screen and (max-width:680px){
  .product-tab .submenu{
    top:190px;
  }
} */

@media all and (min-width: 992px) {
  nav.navbar.navbar-expand-lg.navbar-light .nav-item .dropdown-menu {
    display: none;
  }
  nav.navbar.navbar-expand-lg.navbar-light .nav-item:hover .nav-link {
  }
  nav.navbar.navbar-expand-lg.navbar-light .nav-item:hover .dropdown-menu {
    display: block;
  }
  nav.navbar.navbar-expand-lg.navbar-light .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

/* #warrenty-table .table>:not(caption)>*>*{
    background: #D9D9D9;
    border-bottom: 1px solid #40494A;
    border-radius: 0px;
    
} */
#warrenty-table .table-striped > tbody > tr:nth-of-type(odd) td {
  background: #d9d9d9;
  border-bottom: 1px solid #40494a;
  border-radius: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #40494a;
}
#warrenty-table .table-striped > tbody > tr:nth-of-type(even) td {
  background: #f5f5f5;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #40494a;
  border-radius: 0px;
}
#warrenty-table th {
  background: #0e1123;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #40494a;
  border-radius: 10px 0px 0px 0px;
  color: #fff;
}
#warrenty-table th:nth-child(2) {
  background: #0e1123;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: #40494a;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
}
#warrenty-table th:last-child {
  border-radius: 0px 10px 0px 0px;
  border-width: 0px 0px 0px 0px;
}

@media only screen and (max-width: 991px) {
  #sales_team_body div#v-pills-tabContent .dropdown-menu {
    display: none;
  }
  #sales_team_body div#v-pills-tabContent .dropdown-menu.show {
    display: block;
  }
}

.user_text {
  background-color: #ebebeb;
}

@media screen and (min-width: 992px) {
  .user_text p {
    margin-right: 20%;
    margin-left: 20%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .user_text p {
    margin-right: 10%;
    margin-left: 10%;
  }
}

.sitemap a {
  text-decoration: none;
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .picture_with_text {
    /* margin-bottom: 3em; */
  }
}
.flex-1 {
  flex: 1;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  footer.web-footer .container {
    width: 100%;
    max-width: 100%;
  }
  footer.web-footer .container p,
  footer.web-footer .container a {
    font-size: 12px;
  }
  footer.web-footer .container h5,
  footer.web-footer .container h4 {
    font-size: 14px;
  }
  .special_text h1 {
    font-size: 28px;
    line-height: 50px;
  }
  .index .section-min.section-2 {
    margin-top: 0px;
  }
  section.submenu.pt-1.pb-1 .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .special_text h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 435px) {
  section#tab1Features .card-img-overlay.p-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  section#tab1Features
    .card-img-overlay.p-5
    .row
    .col-lg-2.col-md-3.col-sm-4.col-4 {
    padding-right: 0px;
  }
  section#tab1Features .card-img-overlay.p-5 .row .col-md-4.col-sm-4.col-4 {
    padding-left: 0px;
  }
  section#tab1Features p {
    font-size: 12px;
  }
  section#tab1Product .p-4 {
    padding: 0.5rem !important;
  }
  section#tab2Product .p-4 {
    padding: 0.5rem !important;
  }
  section#tab3Product .p-4 {
    padding: 0.5rem !important;
  }
}
@media only screen and (max-width: 991px) {
  div#navbarSupportedContent ul.dropdown-menu {
    background: inherit !important;
  }
}

/* French Language Layout Adjustments */
/* Header navigation adjustments for longer French text */
.navbar-nav .nav-link {
  white-space: nowrap;
  padding-left: 0.65rem !important;
  padding-right: 0.65rem !important;
  font-size: 14px;
}

/* Language selector specific styling */
#languageDropdown {
  font-size: 13px !important;
  padding: 0.5rem 0.75rem !important;
}

/* Language dropdown menu z-index fix for compare pages */
#languageDropdown + .dropdown-menu,
[aria-labelledby="languageDropdown"] {
  z-index: 9999 !important;
  position: absolute !important;
}

/* Main navigation container adjustments */
.navbar-collapse {
  flex-grow: 0.8; /* Gives more space to the buttons */
}

/* Adjust spacing between navigation items for French */
.navbar-nav .nav-item {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* Contact Sales button adjustments */
.ms-auto .btn {
  font-size: 13px;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
}

/* Specific button text sizing */
.ms-auto .btn span {
  font-size: 13px;
}

/* Header button container adjustments */
.ms-auto {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

/* Footer - keep original styling */

/* Responsive adjustments for French text */
@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    font-size: 13px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  
  .ms-auto .btn {
    font-size: 12px;
    padding: 0.4rem 0.6rem;
  }
}

/* Privacy Policy text width adjustment - increase by 30% */
footer.web-footer .row .col-md-6 .row .col-md-4:first-child a[href="privacy_policy.html"] {
  display: inline-block;
  width: 130%; /* Increase text area by 30% */
  white-space: nowrap;
}

/* Keep original responsive footer styles */

.bullet_point li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.captcha-error-container {
  color: #be0b00b5;
}

#sevenSeriesMenu,#eightSeriesMenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

#sevenSeriesDropdown:hover + #sevenSeriesMenu,
#sevenSeriesMenu:hover {
  display: block;
}

#eightSeriesDropdown:hover + #eightSeriesMenu,
#eightSeriesMenu:hover {
  display: block;
}


.dropdown-toggle1::after{
  display:inline-block;
  margin-left:.255em;
  vertical-align:0;
  content:"";
  border-top:.3em solid transparent;
  border-right:0;
  border-bottom:.3em solid transparent;
  border-left:.3em solid
}

.pap-submenu {
  background-color: #0e1123;
  position: sticky;
  top: 0px;
  z-index: 1020;
}

.card-img-top8 {
  width: 70%;
  margin-top: 50px !important;
}

/* News Banner Carousel Styles */
.news-banner-carousel {
  overflow: hidden;
  position: relative;
}

.news-item {
  position: relative;
}

.news-item img {
  object-fit: cover;
}

.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.news-banner-carousel .slick-dots {
  bottom: 20%;

}

.slick-dots li button:before {
  color: white;
}

.news-banner-carousel ul.slick-dots {
  display: block !important;
}

.news-banner-carousel .slick-dots li button:before {
  color: #3fb86c;
  font-size: 14px;
}

.news-nowrap {
  white-space: nowrap;
}

.image-radius {
  border-radius: 10px;
}

/* Social Media Links */
.social-media-links {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .social-media-links {
    justify-content: flex-end;
  }
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.facebook-link {
  background-color: #1877f2;
  color: white !important;
}

.facebook-link:hover {
  background-color: #0c63d4;
  transform: scale(1.1);
}

.facebook-link i {
  color: white !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.linkedin-link {
  background-color: #0077b5;
  color: white !important;
}

.linkedin-link:hover {
  background-color: #005885;
  transform: scale(1.1);
}

.linkedin-link i {
  color: white !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
