.services_whatwedo {
  background: #f0f6f9;
}
.services_whatwedo_card {
  background: linear-gradient(
    -14deg,
    rgb(97 159 200 / 10%) 0%,
    rgb(23 121 163 / 10%) 68%,
    rgb(103 202 236 / 0%) 100%
  );
  padding: 15px 20px;
  margin: 10px 0;
  border: 1px solid #45b7e266;
  border-radius: 10px;
}
.services_whatwedo_card_head {
  position: relative;
}
.services_whatwedo_card_head .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #9ec7fe;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 21px;
}
.services_tag {
  font-size: 10px;
  background: #fff;
  margin-right: 9px;
  padding: 2px 8px;
  border-radius: 15px;
  margin-top: 6px;
}
.services_whatwedo_card_head .text p {
  font-weight: 600;
}
.services_whatwedo_card_body_card {
  background: #b1c9d8;
  padding: 13px 15px;
  border-radius: 10px;
  width: 100%;
}
.services_whatwedo_card_body_card label {
  font-size: 26px;
  font-weight: bold;
}
.services_whatwedo_card_body_card p {
  margin: 0;
  font-size: 14px;
}
.services_whatwedo_card_footer .icon {
  color: #4aa6df;
  font-size: 14px;
}
.services_whatwedo_card_footer .text {
  font-size: 12px;
  font-weight: 500;
}
.services_Platforms {
  position: relative;
}
.services_Platforms_card {
  background: linear-gradient(
    -14deg,
    rgb(97 159 200 / 10%) 0%,
    rgb(23 121 163 / 10%) 68%,
    rgb(103 202 236 / 0%) 100%
  );
  padding: 15px 20px;
  margin: 10px 0;
  border: 1px solid #45b7e266;
  border-radius: 10px;
}
.services_Platforms_card .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #9ec7fe;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 21px;
}
.services_Platforms_card .head {
  font-size: 24px;
  font-weight: bold;
}
.services_Platforms_card .text {
  font-size: 12px;
}

/* =========================================
   FAQ SECTION STYLES (Services & Hire)
   ========================================= */
.text-gradient-cyan {
  background: linear-gradient(90deg, #005894 0%, #0099cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.section-title {
  font-weight: 700;
}
/* 1. Accordion Item - Card Style */
.custom-accordion .accordion-item {
  background: #fff;
  border: 1px solid #e7f1ff;
  border-radius: 16px !important;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 88, 148, 0.03);
  overflow: hidden;
  transition: all 0.1s ease;
}

/* Hover Effect */
.custom-accordion .accordion-item:hover {
  border-color: #b3d7ff;
  box-shadow: 0 8px 25px rgba(0, 88, 148, 0.08);
}

/* 2. Button  Styling */
.custom-accordion .accordion-button {
  background-color: #fff;
  color: #1e293b;
  font-size: 18px;
  font-weight: 700;
  padding: 24px 30px;
  border: none;
  box-shadow: none !important;
}

/* 3. Button Active State */
.custom-accordion .accordion-button:not(.collapsed) {
  color: #005894; /* Brand Blue */
  background-color: #f4f9ff;
  border-bottom: 1px solid #e0f2fe;
}

/* 4. Body Styling */
.custom-accordion .accordion-body {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  padding: 20px 30px 30px 30px;
  background-color: #fff;
}

/* 5. Custom Arrow Icon */
.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005894'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.1s ease-in-out;
  transform: scale(1);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg) scale(1);
}

/* 6. Title Badge */
.sub-title-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #005894;
  text-transform: uppercase;
  background: #e0f2fe;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 15px;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
  .custom-accordion .accordion-button {
    font-size: 16px;
    padding: 20px;
  }
  .custom-accordion .accordion-body {
    padding: 15px 20px;
  }
}
