*,
body {
  font-family: "Poppins";
}

:root {
  --primary-btn-color: #227ead;
  --primary-text-color: #134761;
  --btn-text-color: #fff;
  --nav-text-color: #b1b2b1;
  --active-text-color: #000;
  --primary-background: linear-gradient(111deg, #333 0%, #131313 100%);
  --secondary-background: #8c1d20;
  --3rd-background: #eaf5fb;
  --section-top-bottom-padding: 96px;
  --primary-text-title-color: #134761;
}
/* @media only screen and (min-width: 1024px) { */
.btn-primary-custom {
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;

  display: inline-flex;
  padding: 13px 26px;
  align-items: flex-start;
  gap: 10px;

  border-radius: 6px;
  background: var(--primary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  color: var(--btn-text-color);

  transition: all 300ms ease-in-out;
}

.btn-primary-custom:hover {
  opacity: 0.9 !important;
  color: var(--btn-text-color);
  background-color: var(--primary-btn-color);
}



.btn-primary-outline-custom {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;

  display: inline-flex;
  padding: 13px 26px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--primary-btn-color);

  border-radius: 6px;
  color: var(--primary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  background-color: var(--btn-text-color);

  transition: all 300ms ease-in-out;
}

.btn-primary-outline-custom:hover {
  opacity: 0.9 !important;
  background-color: var(--btn-text-color);
  color: var(--primary-btn-color);
}

.primary-logo {
  /*width: 122px;*/
  width: 150px;
}

.nav-link {
  color: var(--nav-text-color) !important;
  text-align: center !important;
  padding: 13px 26px !important;
  /* Navigation */
  font-family: "Poppins" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.32px !important;
  text-transform: capitalize !important;
}
.navbar-nav {
  /* gap: 31px !important; */
}

.nav-link.active {
  color: var(--active-text-color) !important;

  font-weight: 700 !important;
}

.hero-section {
  padding: var(--section-top-bottom-padding) 0;
  /* background: var(--primary-background); */
  background-color: #000;
}
.hero-wrapper {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  /* gap: 32px; */
  align-self: stretch;
  flex-direction: row;
  background-color: #fff;
  border-radius: 15px;
}
.left-section {
  display: flex;
  /* width: 647px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 0 0 40px 0px;
  background-color: inherit;
  position: relative;
  height: 550px;
  z-index: 99;
  background-color: red;
  background-color: #000;
  /* margin-top: 10px; */
}
.hero-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  padding-right: 32px;
  line-height: normal;
  align-self: stretch;
}
.hero-subtitle {
  color: rgba(255, 255, 255, 0.84);
  font-size: 24px;
  font-style: normal;
  padding-right: 32px;

  font-weight: 400;
  line-height: normal;
}
.right-section {
  width: 567.624px;
  height: 777px;
  flex-shrink: 0;
  border-radius: 15px !important;
  background: #fff;
  padding: 26px;
}
.carousel-item {
    height: 527px !important;
        object-fit: cover !important;
           border-radius: 10px !important;


}
.carousel-inner{
            border-radius: 10px !important;
   
}
.carousel-item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
   border-radius: 10px;

}

.search-bar-wrapper {
  width: 100%;
  height: 216px;
  flex-shrink: 0;
  background-color: white;
  position: absolute;
  bottom: 0px;
  z-index: 98;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 150;

  transform: translate(0, -50%);
}
.search-input {
  padding: 21px;
  padding-left: 29px !important;
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0.26);
  background: rgba(255, 255, 255, 0.11);
}
.search-input::placeholder {
  color: #b1b2b1;
}
.search-bar-container {
  display: flex;
  align-items: flex-end !important;
  gap: 40px;
  justify-content: space-between !important;
  width: 100%;
  padding: 0 30px;
  padding-bottom:20px;
      /*display:none !important;*/

}
.search-label {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.search-bar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-grow: 1;
  /* align-items: end; */
}
.btn-search {
  display: flex;
  width: 196px;
  height: 68px;
  /* padding: 20px 0px; */
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--primary-btn-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}

.btn-search:hover {
  opacity: 0.9 !important;
  color: var(--btn-text-color);
  background-color: var(--primary-btn-color);
}

.slogan-section {
  display: flex;
  padding: 48px 80px;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  background: var(--secondary-background);
}
.slogan {
  color: #fff;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 48px */
}
.primary-section-title {
  color: var(--primary-text-title-color);

  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
.secondary-section-title {
  color: var(--primary-text-color);
  text-align: start;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.challenges-section {
  padding: var(--section-top-bottom-padding) !important;
}
.challenges-section .container {
  padding: 0 70px !important;
}
.challenges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}
.challenge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.challenge-icon {
  display: flex;
  width: 67px;
  height: 67px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 33.5px 33.5px 0px 0px;
  background: #dff0f9;
}
.challenge-title {
  color: var(--primary-text-color);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.challenge-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  background: var(--background, linear-gradient(111deg, #333 0%, #131313 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Need Help Section */
.need-help {
  display: flex;
  height: 120px;
  padding: var(--section-top-bottom-padding) 0px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.need-help-section {
  background: #333;
}
.need-help h2 {
  color: #fff;
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.need-help a {
  background-color: white;
  color: #202020;
}

/* Need Help Section */

/* Project Success Section */
.project-success-section {
  padding: var(--section-top-bottom-padding) 0;
}
.project-success-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-description {
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--background, linear-gradient(111deg, #333 0%, #131313 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 800px;
  /* 80% */
  /* align-self: center; */
}

/* Project Success Section */

/* Together Section */
.together-section {
  /* display: flex; */
  padding: var(--section-top-bottom-padding);
  /* flex-direction: column;
justify-content: center;
align-items: center;
gap: 48px;
align-self: stretch; */
  background: var(--3rd-background, #eaf5fb);
}
.together-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.togethers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 80px;
  width: 80%;
}
.together {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  /* flex: 1 0 0; */
  /* width: 200px; */
}
.together-icon {
  width: 80px;
  height: 80px;
}
.together-text {
  color: #222733;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* Together Section */

/* I'm Here Section */
.im-here-section {
  padding: var(--section-top-bottom-padding) 0;
  /* background-color: var(--nav-text-color); */
}

.im-here-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.im-here-left {
  width: 528px;
  height: 737px;
  flex-shrink: 0;
}
.im-here-right {
  display: flex;
  width: 623px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.here-infos {
  display: flex;
  width: 623px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.here-info {
  display: flex;
  padding: 52px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  align-self: stretch;
}
.here-title {
  color: #227ead;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.here-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* I'm Here Section */

/* Index Equipments Section */
.index-equipments-section {
  padding: var(--section-top-bottom-padding) 0;
  background: var(--3rd-background);
}
.index-equipments-section .container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  position: relative;
  gap: 40px;
}
.index-equipments {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 47px;
}
.index-equipment {
  display: flex;
  width: 329px;
  /* height: 355px; */
  padding: 30px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 10px;

  /* d */
  background: #fff;
}
.index-equipment.active {
  background: linear-gradient(111deg, #333 0%, #131313 100%);
  box-shadow: 0px 38px 29.9px 0px rgba(0, 0, 0, 0.24);
}
.index-equipment-text.active {
  color: #fff !important;
}
.index-equipment-img {
  width: 224px !important;
  height: 224px !important;
  flex-grow: 1;
  /* flex-shrink: 0; */
  object-fit: cover !important;
  background: url(/images/product-1.jpeg) lightgray 50% / cover no-repeat;
  /* background: url("../images/product-1.jpeg") lightgray 50% / cover no-repeat; */

}
.index-equipment-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
 
  /* border: 10px solid #000; */
}
.index-equipment-text {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.left,
.right {
  cursor: pointer;
}
.num {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.container.controls-wrapper {
  display: flex !important;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  /* border: 1px solid; */
}

/* Index Equipments Section */

/* Testimonials-section */

.testimonials-section {
  padding: var(--section-top-bottom-padding) 0;
}
.testimonials {
  display: flex;
  gap: 30px;
}
.testimonial {
  /* width: 414px;
  height: 510px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px; */

  width: 414px;
  height: 600px !important;
  /*flex-shrink: 0;*/
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  /*flex-grow: 1;*/
  gap: 30px;
}

.writer-img {
  width: 71px;
  height: 71px;
  flex-shrink: 0;
  object-fit: cover;
}
.writer-img img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  filter: grayscale(50%);
  /* background: url(/images/product-1.jpeg) lightgray 50% / cover no-repeat; */
}
.testimonial-text {
  color: rgba(34, 39, 51, 0.4);
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding: 0px 48px;
}
.writer {
  padding: 0px 48px;
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}
.writer-name {
  color: #222733;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.writer-title {
  color: rgba(34, 39, 51, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.writer-info {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.ratings {
  /* direction: rtl; */
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 9px;
}

.rating {
  font-size: 20px;
  color: #d9d9d994 !important;
  transition: color 0.2s;
}

.rating.active {
  color: #f7ae21 !important;
}

.testimonial.active {
  border-radius: 10px;
  background: linear-gradient(111deg, #333 0%, #131313 100%);

  /* Shadow deep */
  box-shadow: 0px 38px 29.9px 0px rgba(0, 0, 0, 0.24);
}
.writer-name.active,
.writer-title.active {
  color: #fff !important;
}
.writer-img img {
  filter: none;
}

.testimonial-text.active {
  color: #ffffff7d !important;
}
/* Testimonials-section */

/* How Does It Work Section */
.how-it-work-section {
  padding: var(--section-top-bottom-padding) 0;
  background: #eaf5fb;
}
.how-it-work-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 48px; */
  /* align-self: stretch; */
}
.sub-heading {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(111deg, #333 0%, #131313 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mb-16 {
  margin-bottom: 16px;
}
.paths {
  display: flex;
  width: 872px;
  align-items: flex-start;
  gap: 64px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.path {
  display: flex;
  width: 249px;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  flex-shrink: 0;
}
.path-img {
  display: flex;
  width: 55px;
  height: 55px;
  padding: 11px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #000;
}
.path-title {
  color: #000;
  font-family: "Manrope";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.path-text {
  color: #5f5f5f;
  leading-trim: both;
  text-edge: cap;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* How Does It Work Section */

/* Is It Worth It Section */
.worth-it-section {
  padding: var(--section-top-bottom-padding) 0;
}
.worth-it-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-heading-2 {
  color: #878787;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sub-heading-2 span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.numbers {
  margin: 48px 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.number-wrapper {
  width: 330px;
  height: 375px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5px;
  align-items: center;

}
.num-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.num-title {
  color: #000;
  font-family: "Manrope";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.num-text {
  color: #5f5f5f;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.num-inner {
  display: flex;
  width: 270px;
  height: 202px;
  padding: 17px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px 15px 0px 0px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  /* margin-top: 45px; */
}
.number {
  color: #68e54f;
  font-family: "Manrope";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sub-num {
  color: #5f5f5f;
  /* leading-trim: both; */
  /* text-edge: cap; */
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sub-num-text {
  color: #000;
  /* leading-trim: both; */
  /* text-edge: cap; */
  font-family: "Manrope";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Is It Worth It Section */

.footer-text {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.3px;
  opacity: 0.5;
  text-decoration: none !important;
}
.footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.footer-group {
  display: flex;
  width: 192px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.footer-big-text {
  align-self: stretch;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.3px;
}
footer {
  padding: calc(var(--section-top-bottom-padding) - 90px) 0 0 0;
}
footer div div {
  gap: 32px;
}

/* About Page */
.about-hero-section {
  height: 469px;
  padding: var(--section-top-bottom-padding) 0;
  background-color: #f6f6f6;
  background: fixed url(/images/about-bg.png) #f6f6f6 !important;
}
.about-hero-heading {
  color: #000;
  text-align: center;

  /* Heading H1 */
  font-family: "Lato";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 90px */
}
.about-sub-heading {
  text-align: center;
  color: #000;
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.about-hero-story {
  /* padding: var(--section-top-bottom-padding) 0; */
  height: 453px;
  border-bottom: 24px solid #8c1d20;
  background: linear-gradient(111deg, #333 0%, #131313 100%);
}
.about-left {
  padding: calc(var(--section-top-bottom-padding) - 0px) 0;
  color: #fff;
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  width: 655px;
}
.about-right {
  width: 655px;
  height: 500px;
  background-color: white;
  /* flex-shrink: 0; */
  padding: 10px;
  object-fit: cover;
  margin-top: -150px;
  box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.568);
}
.about-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.story-wrapper {
  gap: 30px;
  display: flex;
}

/* Beyond Machine Section */
.beyond-machine-section {
  padding: var(--section-top-bottom-padding) 0;
}
.beyond-machine-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.third-section-title {
  width: 66%;
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Beyond Machine Section */

/* Our Values Section */
.our-values-section {
  background: #eaf5fb;
  padding: var(--section-top-bottom-padding) 0;
}
.secondary-section-description {
  width: 66%;
  color: #878787;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.values {
  display: flex;
  /* align-items: flex-start; */
  gap: 48px;
  align-self: stretch;
  /* border: 1px solid ; */
  justify-content: space-between;
  /* align-items: stretch; */
}
.value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 250px;
}
.value-title {
  color: #121212;

  /* Heading H4 */
  font-family: "Lato";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
}
/* .value-img{
  
} */
.value-text {
  color: #6e6e6e;

  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 26.25px */
}

/* Our Values Section */

/* Mission Vision Section  */
.mission-vision-section {
  padding: var(--section-top-bottom-padding) 0;
  height: 590px;
}
.mission-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 99px;
}
.mission {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
hr {
  width: 84px;
  height: 5px;
  background: #777;
}
.mission-title {
  color: #134761;

  /* Heading H2 */
  font-family: "Lato";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 67.5px */
}
.mission-text {
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
  background: linear-gradient(111deg, #333 0%, #131313 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Mission Vision Section  */

/* Faq Section */
.faq-section {
  padding: var(--section-top-bottom-padding) 0;
}
.faq-section .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.accordion {
  margin-top: 30px;
  width: 70%;
}
.accordion-button {
  color: #000;
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 35px */
}
.accordion-body {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
}
/* Faq Section */
/* About Page */

/* Contact Page */
.contact-hero-section,
.equipment-hero-section {
  padding: var(--section-top-bottom-padding) 0;
  border-bottom: 24px solid #8c1d20;
  background: linear-gradient(111deg, #333 0%, #131313 100%);
}
.contact-hero-section .container,
.equipment-hero-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 92px; */
  align-self: stretch;
}
.contact-hero-title,
.equipment-hero-title {
  color: #fff;
  text-align: center;

  font-family: "Lato";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 90px */
}
.contact-hero-sub-heading,
.equipment-hero-sub-heading {
  color: rgba(255, 255, 255, 0.84);
  width: 70%;
  text-align: center;
  font-family: "Lato";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 20px */
}

.contact-us-section {
  padding: var(--section-top-bottom-padding) 0;
}
.contact-us-section .container {
  width: 70%;
}
.contact-section-title {
  color: #313131;
  text-align: center;

  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact-sub-heading {
  color: #313131;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
label.mb-2 {
  color: #313131;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form-control.border-2 {
  border-radius: 12px;
  border: 1px solid #b9b9b9;
  display: flex;
  padding: 0px 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
textarea {
  border-radius: 12px;
  border: 1px solid #b9b9b9;
  display: flex;
  padding: 0px 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.form-control.border-2::placeholder {
  color: #cacaca;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Contact Info Section  */
.contact-info-section {
  padding: calc(var(--section-top-bottom-padding) - 50px);
  background-color: #eaf5fb;
}
.info-items {
  display: flex;
  /* width: 1280px; */
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}
.info-item {
  display: flex;
  width: 197px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.info-img {
}
.info-title {
  /* color: #FFF; */
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.info-text {
  /* color: #FFF; */
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

/* Contact Info Section  */

/* Contact Page */

/* Equipment Page */
.equipments-section{
  padding-bottom: var(--section-top-bottom-padding) !important;
}
.equipments-section .container {
  display: flex;
  justify-content: center;
  padding-block: 40px;
  flex-direction: column;
  align-items: center;
}
.equipments-section-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  width: 70%;
}
.equipments-wrapper {
  margin-top: 30px;
  display: flex;
  gap: 40px;
}
.equipment-card {
  width: 272px;
  /* height: 387px; */
  /* flex-shrink: 1; */
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 28.455px 56.909px 0px rgba(49, 79, 124, 0.08);
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  justify-content: space-between;
}
.equipment-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.equipment-img {
  border-radius: 4px;
  width: 100%;
  height: 224px;
  /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}
.equipment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.equipment-title {
  color: #040c2d;
  text-align: start;
  /* font-family: Inter; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.equipment-text {
  color: #040c2d;
  text-align: start;
  /* font-family: Inter; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

/* Equipment Page */




/* Details Page */
/* Details Page Hero */
.equipment-details-section{
  background-color:#FAFAFA;
  /* padding: var(--section-top-bottom-padding) 0; */
}
.equipment-details-section .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--section-top-bottom-padding) 0;
  


gap: 30px;
}

.equipment-name{
  color: #000;
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.equipment-gallery{
  display: flex;
  justify-content: center;
  align-items: center;
gap: 30px;
}
.equipment-gallery-item{
  width: 502px;
height: 504px;
}
.equipment-gallery-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brief-equipment-description{
  color: rgba(0, 0, 0, 0.84);
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 70%;
}


/* Details Page Hero */


.specs-section{
  background: linear-gradient(111deg, #333 0%, #131313 100%);
padding: var(--section-top-bottom-padding) 0;
}
.specs-title{
  color:  #134761;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
color: white;
padding-bottom: calc(var(--section-top-bottom-padding) - 50px);
}


.specs-section .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  .specs{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;

  }
  .spec-item{
    color:  #134761;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */

display: flex;
/* width: 209px; */
height: 53px;
padding: 20px 42px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 50px;
background: #EAF5FB;
  }
  .equipment-features-section,.equipment-features-latest{
padding: var(--section-top-bottom-padding) 0;
background: #EAF5FB;
background: #F3F3F3 !important;
  }
  .equipment-features-section .container,.equipment-features-latest .container{
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
  }

  .features-title{
    color: #000;
text-align: center;
width: 100%;


font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 67.5px */
padding-bottom: calc(var(--section-top-bottom-padding) - 50px );
  }
  .features{
    display: flex;
justify-content: center;
align-items: center;
gap: 41px;

  }
.feature-item{
  display: flex;
flex-direction: column;
align-items: center;
gap: 17px;
width: 290px;

}
.feature-img{
  display: flex;
width: 55px;
height: 55px;
padding: 11px;
align-items: center;
justify-content: center;
/* gap: 10px; */
border-radius: 5px;
background: #000;
}
.feature-name{
  color: #000;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.equipment-description-section{
  padding: var(--section-top-bottom-padding) 0;


}
.equipment-description-section .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.description-section-title{
  color:  #134761;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 36px */
  padding-bottom: calc(var(--section-top-bottom-padding) - 50px);

}
.description-section-text{
  background:  linear-gradient(111deg, #333 0%, #131313 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;

}
.pricing-section{
  padding: var(--section-top-bottom-padding) 0;
  border-bottom: 21px solid  #8C1D20;
  background: linear-gradient(111deg, #333 0%, #131313 100%);

}
.pricing-section .container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.pricing-title{
  color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 150%;
padding-bottom: calc(var(--section-top-bottom-padding) - 50px);

}

.btns-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.catalog-section{
  background: #EAF5FB;
  padding: var(--section-top-bottom-padding) 0;


}
.catalog-section .container{
  display: flex;
flex-direction: column;
align-items: center;
gap: 48px;
align-self: stretch;
}
.catalog-section-title{
  color:  #134761;
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 67.5px */
}
.catalog-section-description{
  text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
  background:  linear-gradient(111deg, #333 0%, #131313 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
  




/* Details Page */


/* Finance Page */
/* Finance Hero Section */
.finance-hero-section{
  background: #FAFAFA;
  padding: var(--section-top-bottom-padding) 0;

}
.finance-hero-section .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}
.finance-upper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;

}
.finance-section-title{
  color:  #134761;
  text-align: center;
  font-family: "Lato";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 84px */
}
.finance-section-text{
  text-align: center;
font-family: "Lato";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 151%; /* 30.2px */
background: linear-gradient(111deg, #333 0%, #131313 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.finance-img{
  width: 636px;
height: 539px;

}
.finance-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.finance-steps-section {
  padding: var(--section-top-bottom-padding) 0;

}
.finance-steps-section .container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;

}
.finance-left{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  /* gap: 40px; */
  width: 50%;

}
.finance-title{
  color:  #134761;
font-family: "Lato";
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 151%; /* 48.32px */
margin-bottom: 40px;
}
.step{
  background:  linear-gradient(111deg, #333 0%, #131313 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Lato";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 151%;
padding-bottom: calc(var(--section-top-bottom-padding) - 60px);
}
ul{
  
}
strong{
  background: linear-gradient(111deg, #333 0%, #131313 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Lato";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 151%; /* 30.2px */
}
.finance-right{
  width: 650px;
height: 550px;
}
.finance-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Finance Hero Section */
/* Finance Page */






/* About Us Section */

/* About Us Section */


.search-bar-wrapper-mobile {
display: none;
}


.contact-us-section .container {
  max-width: 70% ;
}



.table-feature{
background-color: #EAF5FB !important;

}
.table-title{
  color:  #227EAD !important;
  border-bottom: 1px solid rgba(34, 126, 173, 0.22);

  /* Content/S */
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px !important;
  background-color: white;
}
.table-description{
  font-family: "Poppins";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 20px !important;
/* border: 1px solid ; */
background-color: white;
}


.table-feature-inner{
  font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
padding: 20px !important;

background-color: #EAF5FB;

}
.equipment-features-latest{


background-color:#FAFAFA;
}
tr{
  border-bottom: 1px solid rgba(34, 126, 173, 0.22);

}
table {
  border-collapse: collapse;
  border-radius: 20px;
  border-style: hidden; /* hide standard table (collapsed) border */
  /* box-shadow: 0 0 0 1px #666; this draws the table border   */
}
.features-table thead th:first-child{
  border-top-left-radius: 10px;
}
.features-table thead th:last-child{
  border-top-right-radius: 10px;
}


.features-table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 10px;
}
.features-table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 10px;
}
.features-table{
  box-shadow: 0px 0px 10px #cecece75;
}

.machine-comparison-section{
  padding: var(--section-top-bottom-padding) 0 !important;
  background-color:#FAFAFA;

}
.comparisons-title{
  width: 100%;
  text-align: center;
  color: #000;
text-align: center;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 67.5px */
padding-bottom: calc(var(--section-top-bottom-padding) - 50px);

}

.comparison-title{
  color: #227EAD;
width: 30% !important;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 20px;
background-color: white;

}
.comparison-description-left{
  font-weight: 500;
  padding: 20px;
  background-color: white;
font-size: 20px;
font-style: normal;
line-height: normal;

}
.comparison-description{
  padding: 20px;
  background-color: white;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;

}
.bg-borex{
  border-bottom: 1px solid rgba(34, 126, 173, 0.22);
background: #EAF5FB !important;
}


.comparisons-table thead th:first-child{
  border-top-left-radius: 10px;
}
.comparisons-table thead th:last-child{
  border-top-right-radius: 10px;
}


.comparisons-table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 10px;
}
.comparisons-table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 10px;
}
.comparisons-table{
  box-shadow: 0px 0px 10px #cecece75;
}


.available-accessories{
background-color: white;
}
.disclaimer{
  background-color: #227EAD !important;
}
.disclaimer-text{
  color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.accessories-section{
  padding: var(--section-top-bottom-padding) 0 ;
}
.accessory{
  display: flex;
  gap: 30px;

}
.accessory-img{
  display: flex;
      /*object-fit: scale-down;*/
object-fit: cover;
      /*height: 100% !important;*/
      justify-content: center;
      align-items: center;
       border-radius: 16px;
border: 1px solid rgba(177, 178, 177, 0.60);

    
}
.accessory-img,.accessory-img img{
 
/* background: url(<path-to-image>) lightgray 50% / contain no-repeat; */
      width: 100%;
      /*height: 100%;*/
             border-radius: 16px;

      

}

thead tr .accessory-title:first-child{
  background-color: #EAF5FB;
}
.accessory-title{
  color:#227EAD;

/* Content/S */
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 10px !important;
width: 50%;
background-color: #FAFAFA;
}
.accessory-description{
  
/* Content/S */
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 10px !important;
color: #131313;
background-color: #FAFAFA;

}
.accessories-table{
 height: 100%;   
}
.equipment-card {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Original position */
}

/* Hidden state */
.equipment-card.hidden {
  opacity: 0; /* Fully transparent */
  transform: translateY(10px); /* Slight downward shift */
  pointer-events: none; /* Prevent interactions */
width: 0px;
height:0px;
}


.index-equipments {
  overflow-x: scroll;  /* Enable horizontal scrolling */
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.index-equipments::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, Opera */
}

.index-equipment{
  /* margin-inline: 10px; */
  padding: 20px 30px !important;
}