/****************************************
*****************************************
Description Section
*****************************************
****************************************/

.description-section {
  background: #f2f2f2;
}

.description-container {
  max-width: 1080px;
  margin: 0px auto;
  padding: 30px 0px;
}

.description-container {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.description-container p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  padding-left: 20px;
  padding-right: 28px;
}

@media (max-width: 1080px) {
  .description-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

/****************************************
*****************************************
Cooling Section
*****************************************
****************************************/

.airflow-section {
  padding: 60px 40px;
  background: #fff;
}

.airflow-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}

.airflow-content-container {
  display: flex;
}

.airflow-content {
  flex: 1 1 60%;
}

.airflow-heading {
  font-size: 24px;
  color: var(--Primary_Red_75, #f53f50);
  font-weight: bold;
  margin-bottom: 20px;
}

.airflow-description {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 700px;
}

.airflow-subtext {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.benefit-item {
  flex: 1;
  text-align: left;
  position: relative;
  width: 250px;
}

.benifit-icons {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  stroke-width: 1.5;
  fill: none;
}

.benefit-description {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.connecting-line {
  position: absolute;
  width: 150vw;
  bottom: 0;
  left: -500px;
  right: 0;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.dot {
  position: absolute;
  bottom: -4px;
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  border-radius: 50%;
  z-index: 2;
}

.dot.dot-1 {
  left: calc(21.5%);
}

.dot.dot-2 {
  left: calc(46%);
}

.dot.dot-3 {
  left: calc(73%);
}

.line {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #000;
}

.line-1 {
  left: 22%;
}

.line-2 {
  left: 46.4%;
}

.line-3 {
  left: 73.5%;
}

@media (max-width: 1000px) {
  .airflow-content-container {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  .benefits-container {
    /* flex-wrap: w; */
    flex-direction: column;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .benefit-item {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .connecting-line,
  .dot,
  .line {
    display: none;
  }
}

.airflow-footer {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  max-width: 700px;
}

.airflow-image {
  flex: 1 1 30%;
  text-align: center;
}

.airflow-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.image-caption {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.airflow-icon {
  width: 60px;
  height: 60px;
}

/****************************************
*****************************************
Product Section
*****************************************
****************************************/

.our-product-container {
  background: #f2f2f2;
  padding: 40px 0px;
  margin-bottom: 60px;
}

.our-product {
  max-width: 1080px;
  margin: 0px auto;
}

.our-product h2 {
  color: var(--Primary_Red_75, #f53f50);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.our-product p {
  color: #000;
  text-align: center;
  padding: 0 28px 0px 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 150% */
}

/****************************************
*****************************************
White Crystal and Airguard Section
*****************************************
****************************************/
.product-section {
  padding: 40px;
  color: #000;
  margin-bottom: 40px;
}

.product-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-end;
  justify-content: center;
}

/* Left side */
.product-image-section {
  width: 50%;
  height: 100%;
  max-width: 400px;

  background-color: #0d0b0b;
  margin-top: 100px;
  padding: 30px;
  padding-top: 70px;
  color: white;
  box-sizing: border-box;
  position: relative;
}

.product-image-container {
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-image-container img {
  width: 300px;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

.product-image-caption {
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
  color: #d3d3d3;
}

.product-description h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-description p {
  font-size: 19px;
  margin-top: 10px;
  line-height: 1.6;
}

/* Right side */
.product-content {
  width: 50%;

  max-width: 550px;
}

.product-content h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.product-feature {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-bottom: 18px;
}

.product-check-icon {
  width: 31px;
  height: 31px;
  min-width: 31px;
  background-color: #ee3d49;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  border-radius: 4px;
}

.product-feature p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.product-summary {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.product-link {
  display: inline-block;
  margin-top: 12px;
  color: #2f5fd0;
  text-decoration: underline;
  font-size: 18px;
}

@media (max-width: 768px) {
  .product-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .flex-reverse {
    flex-direction: column-reverse;
  }
  .product-content {
    width: 100%;
  }
  .product-image-section {
    width: 100%;
  }
}

/****************************************
*****************************************
Data Center Section
*****************************************
****************************************/

.data-product-container {
  background: #fee8ea;
  padding: 40px 0px;
  margin-bottom: 60px;
}

.data-product {
  max-width: 1080px;
  margin: 0px auto;
}

.data-product h2 {
  color: var(--Primary_Red_75, #f53f50);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.data-product p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 150% */
  padding: 0px 20px 0px 28px;
}

/****************************************
*****************************************
Product Delivery Section
*****************************************
****************************************/
.delivery-heading {
  color: #000;
  margin: 40px 0px;
  margin-bottom: 20px;
}

.delivery-heading h4 {
  font-size: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .delivery-heading {
    margin-left: 100px;
  }

  .delivery-heading h4 {
    text-align: start;
  }
}

.delivery-cards {
  margin-left: 100px;
  margin-bottom: 50px;
  color: #000;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.delivery-cards span {
  position: absolute;
  background-color: #f53f50;
  display: block;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.delivery-cards p {
  font-size: 18px;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.delivery-icons {
  width: 40px;
  height: 40px;
}

.delivery-card {
  border: 1px solid #000;
  margin-top: 40px;
  width: 250px;
  position: relative;
}

@media (max-width: 768px) {
  .delivery-cards {
    justify-content: center;
    margin-left: 0px;
  }
}

/****************************************
*****************************************
Why keyitec Section
*****************************************
****************************************/
.why-keyitec-section {
  background: rgba(65, 12, 17, 0.85);
  color: #fff;
  padding: 60px 0px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-keyitec-section h3 {
  font-size: 24px;
  margin-left: 100px;
}

.why-keyitec-section p {
  font-size: 20px;
  line-height: 1.7;
  max-width: 1080px;
  margin-left: 100px;
}

.why-keyitec-cards {
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0px;
  padding-left: 100px;
  padding-right: 20px;
}

.why-keyitec-card {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-keyitec-card span {
  height: 91px;
}

.icon-description {
  font-size: 18px !important;
  text-align: center !important;
  margin-left: 0px !important;
  margin-top: 10px;
  height: 91px;
}

.keyitec-icons {
  width: 91px;
  height: 91px;
}

.ellipse-icon img {
  width: 10px;
  height: 10px;
}

@media (max-width: 1210px) {
  .ellipse-icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .why-keyitec-section h3 {
    text-align: center;
    margin-left: 0px;
  }

  .why-keyitec-section p {
    text-align: center;
    margin-left: 0px;
  }

  .why-keyitec-cards {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
  }
}

/****************************************
*****************************************
Take Control Section
*****************************************
****************************************/

.take-control-container {
  background: #fff;
  padding: 40px 0px;
  margin-bottom: 20px;
}

.take-control {
  max-width: 1080px;
  margin: 0px auto;
}

.take-control h2 {
  color: var(--Primary_Red_75, #f53f50);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.take-control p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 150% */
  padding: 0px 20px 0px 28px;
}

/****************************************
*****************************************
Ravamp Data Center Cooling Section
*****************************************
****************************************/

.revamp-container {
  background: var(--Primary_Red_10, #fee8ea);
  padding: 40px 0px;
}
.revamp {
  max-width: 1080px;
  margin: 0px auto;
}

.revamp h2 {
  color: var(--Primary_Red_75, #f53f50);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
