/* ============================================= */
/*               1. Power Of Ai Container        */
/* ============================================= */

.power-ai-container .power-ai-card {
  background-color: #f9f9f9;
  box-shadow: 0px 6px 20px 0px #00000026;
  text-align: center;
  height: 100%;
}

.power-ai-container .power-ai-card .power-ai-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #f2f2f2;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}

.power-ai-container .power-ai-card .power-ai-card-header .power-ai-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.power-ai-container .power-ai-card .power-ai-card-header .power-ai-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #31364c;
}

.power-ai-container .power-ai-card .power-ai-content {
  padding: 20px;
}

.power-ai-container .power-ai-card .power-ai-content .power-ai-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #31364c;
}

/* ============================================= */
/*       2. ai-powered-quotation-platform        */
/* ============================================= */

.ai-powered-row
  .ai-powered-col
  .ai-powered-card
  .card-body
  .social-images
  img:not(:last-child) {
  margin-right: 24px;
}
.ai-powered-row .ai-powered-col .ai-powered-card .card-body .social-images img {
  filter: drop-shadow(0px 6px 16px rgba(0, 0, 0, 0.35));
}

/* ============================================= */
/*               3. api-section                  */
/* ============================================= */

.api-section.ai-benefit-section .section-header .title {
  margin-bottom: 20px;
}

.api-section .section-header .title {
  margin-bottom: 60px;
}
.api-section .section-header .title,
.api-section .section-header .subtitle {
  text-align: left;
}

.api-section
  .api-section__features
  .api-section__feature-item:not(:last-child) {
  margin-bottom: 20px;
}

.api-section .api-section__features .api-section__feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.api-section
  .api-section__features
  .api-section__feature-item
  .api-section__feature-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.api-section
  .api-section__features
  .api-section__feature-item
  .api-section__feature-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #31364c;
}

/* ============================================= */
/*   Home page join Us Section Desing            */
/* ============================================= */

.join-us-container .section-header .title,
.join-us-container .section-header .subtitle {
  text-align: start;
}
.join-us-container .buttons-container {
  justify-content: flex-end;
}
.join-us-container .buttons-container .button {
  font-weight: 700;
  flex-grow: 1;
  width: max-content;
  height: 49px;
}

.join-us-container .section-header .ai-highlight-danger {
  color: #cc0008;
}

.join-us-container .section-header .title {
  font-weight: 500;
}

.button-danger {
  background: #cc0008;
  border: 1px solid #cc0008;
  color: #ffffff;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

.button:hover.button-danger {
  background: #ffffff;
  color: #cc0008;
}
.button-signin:hover.button-danger {
  background: #ffffff;
  color: #cc0008;
  border: 1px solid #cc0008;
}

.button:hover.button-danger svg path {
  stroke: #cc0008;
}
