/* =========================================================
   09. Offshore Drupal FAQs
   ========================================================= */

.offshore-faq-section {
  overflow: hidden;
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.045),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

/* =========================================================
   FAQ Heading
   ========================================================= */

.offshore-faq-content {
  min-width: 0;
}

.offshore-faq-kicker {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff5a00;
  color: #ff5a00;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.offshore-faq-title {
  max-width: 830px;
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.offshore-faq-title span {
  color: #ff5a00;
}

.offshore-faq-intro {
  max-width: 700px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.55;
}

/* =========================================================
   FAQ Accordion
   ========================================================= */

.offshore-faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
}

.offshore-faq-item {
  overflow: hidden;
  margin-bottom: 2px;
  border: 1px solid #dde5ef !important;
  border-radius: 15px !important;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 40, 80, 0.045);
}

.offshore-faq-item + .offshore-faq-item {
  margin-top: -1px;
}

.offshore-faq-button {
  min-height: 74px;
  padding: 14px 20px 14px 26px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #071333;
  background: #ffffff;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.offshore-faq-button:not(.collapsed) {
  color: #071333;
  background: #ffffff;
}

.offshore-faq-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.offshore-faq-button::after {
  width: 16px;
  height: 16px;
  margin-left: auto;
  flex-shrink: 0;
  background-image: none;
  border-right: 2px solid #071333;
  border-bottom: 2px solid #071333;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.offshore-faq-button:not(.collapsed)::after {
  border-color: #ff5a00;
  transform: rotate(225deg);
}

.offshore-faq-map {
  height: 300px;
  margin-bottom: 20px;
}

.offshore-faq-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #ffffff;
  font-size: 21px;
  box-shadow: 0 7px 15px rgba(17, 40, 80, 0.1);
}

.offshore-faq-orange {
  background: linear-gradient(145deg, #ff7200, #ff4d00);
}

.offshore-faq-blue {
  background: linear-gradient(145deg, #2581ff, #075be8);
}

.offshore-faq-green {
  background: linear-gradient(145deg, #16a15b, #087740);
}

.offshore-faq-purple {
  background: linear-gradient(145deg, #9644ef, #6f22cf);
}

.offshore-faq-question {
  min-width: 0;
  color: #071333;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  overflow-wrap: break-word;
}

.offshore-faq-answer {
  padding: 0 70px 24px 108px;
  color: #34405c;
  font-size: 18px;
  line-height: 1.55;
}

/* =========================================================
   Right Responsibility Panel
   ========================================================= */

.offshore-faq-responsibility {
  position: relative;
  min-height: 790px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(0, 106, 255, 0.18),
      transparent 30%
    ),
    linear-gradient(145deg, #020e29 0%, #062b5a 52%, #021a3a 100%);
  box-shadow: 0 18px 42px rgba(4, 26, 61, 0.13);
}

/* =========================================================
   Map
   ========================================================= */

.offshore-faq-map {
  position: relative;
  height: 270px;
  flex-shrink: 0;
  overflow: hidden;
}

.offshore-faq-map-world {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(26, 115, 218, 0.7);
  font-size: 310px;
  opacity: 0.65;
}

.offshore-faq-map-world i {
  transform: scaleX(1.3);
}

.offshore-faq-map-point {
  position: absolute;
  z-index: 4;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff5a00;
  box-shadow: 0 0 10px rgba(255, 90, 0, 0.8);
}

.offshore-faq-point-one {
  top: 95px;
  left: 16%;
}

.offshore-faq-point-two {
  top: 58px;
  left: 46%;
}

.offshore-faq-point-three {
  top: 87px;
  left: 56%;
}

.offshore-faq-point-four {
  top: 117px;
  right: 16%;
}

.offshore-faq-point-five {
  top: 132px;
  right: 3%;
}

.offshore-faq-map-curve {
  position: absolute;
  z-index: 3;
  height: 80px;
  border-top: 1px solid #ff5a00;
  border-radius: 50%;
}

.offshore-faq-curve-one {
  top: 73px;
  left: 17%;
  width: 30%;
  transform: rotate(-10deg);
}

.offshore-faq-curve-two {
  top: 82px;
  left: 30%;
  width: 45%;
  transform: rotate(5deg);
}

.offshore-faq-curve-three {
  top: 92px;
  left: 46%;
  width: 48%;
  transform: rotate(10deg);
}

/* =========================================================
   Responsibility Content
   ========================================================= */

.offshore-faq-responsibility-content {
  position: relative;
  z-index: 4;
}

.offshore-faq-responsibility-content > h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.offshore-faq-responsibility-line {
  width: 34px;
  height: 3px;
  display: block;
  background: #ff5a00;
}

.offshore-faq-responsibility-list {
  margin-top: 6px;
}

.offshore-faq-responsibility-list > div {
  border-bottom: 1px solid rgba(139, 171, 214, 0.17);
}

.offshore-faq-responsibility-list > div:nth-child(odd) {
  border-right: 1px solid rgba(139, 171, 214, 0.17);
}

.offshore-faq-responsibility-list > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.offshore-faq-responsibility-item {
  min-height: 114px;
  padding: 18px 14px;
}

.offshore-faq-responsibility-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 23px;
}

.offshore-faq-res-orange {
  color: #ff5a00;
  border-color: rgba(255, 90, 0, 0.28);
  background: rgba(255, 90, 0, 0.08);
}

.offshore-faq-res-purple {
  color: #9c42ee;
  border-color: rgba(156, 66, 238, 0.3);
  background: rgba(156, 66, 238, 0.09);
}

.offshore-faq-res-blue {
  color: #2682f5;
  border-color: rgba(38, 130, 245, 0.3);
  background: rgba(38, 130, 245, 0.09);
}

.offshore-faq-res-teal {
  color: #1fa6a2;
  border-color: rgba(31, 166, 162, 0.28);
  background: rgba(31, 166, 162, 0.08);
}

.offshore-faq-res-green {
  color: #54bc3a;
  border-color: rgba(84, 188, 58, 0.25);
  background: rgba(84, 188, 58, 0.08);
}

.offshore-faq-responsibility-item > div {
  min-width: 0;
}

.offshore-faq-responsibility-item h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.offshore-faq-responsibility-item p {
  color: #cbd8e9;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* =========================================================
   Bottom CTA
   ========================================================= */

.offshore-faq-side-cta {
  position: relative;
  z-index: 5;
  margin-top: auto;
  padding: 22px 24px;
  border: 1px solid rgba(116, 155, 208, 0.22);
  border-radius: 17px;
  background: linear-gradient(
    135deg,
    rgba(35, 71, 120, 0.8),
    rgba(16, 48, 92, 0.9)
  );
}

.offshore-faq-side-cta-icon {
  width: 150px;
  min-width: 150px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #237cf0;
  font-size: 105px;
}

.offshore-faq-side-cta-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.offshore-faq-side-cta-content {
  min-width: 0;
}

.offshore-faq-side-cta-content h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.offshore-faq-side-cta-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
}

.offshore-faq-side-cta-btn {
  /* width: 100%; */
  min-height: 50px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7200, #ff4d00);
  box-shadow: 0 10px 22px rgba(255, 90, 0, 0.2);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
}

.offshore-faq-side-cta-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Offshore Drupal FAQs Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .offshore-faq-kicker {
    font-size: 14px;
  }

  .offshore-faq-title {
    font-size: 32px;
  }

  .offshore-faq-intro {
    font-size: 15px;
  }

  .offshore-faq-question {
    font-size: 17px;
  }

  .offshore-faq-answer {
    font-size: 15px;
  }

  .offshore-faq-button {
    min-height: 68px;
    padding-right: 18px;
    padding-left: 20px;
    gap: 18px;
  }

  .offshore-faq-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .offshore-faq-answer {
    padding: 0 55px 20px 82px;
  }

  .offshore-faq-responsibility {
    min-height: 740px;
  }

  .offshore-faq-map {
    height: 245px;
  }

  .offshore-faq-responsibility-content > h3 {
    font-size: 20px;
  }

  .offshore-faq-responsibility-item {
    min-height: 106px;
    padding: 16px 11px;
  }

  .offshore-faq-responsibility-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 21px;
  }

  .offshore-faq-responsibility-item h4 {
    font-size: 14px;
  }

  .offshore-faq-responsibility-item p {
    font-size: 12px;
  }

  .offshore-faq-side-cta {
    padding: 19px;
  }

  .offshore-faq-side-cta-icon {
    width: 115px;
    min-width: 115px;
    height: 110px;
    font-size: 82px;
  }

  .offshore-faq-side-cta-content h3 {
    font-size: 22px;
  }

  .offshore-faq-side-cta-content p {
    font-size: 14px;
  }

  .offshore-faq-side-cta-btn {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .offshore-faq-responsibility {
    min-height: 0;
    max-width: 100%;
    margin: 0 auto;
  }

  .offshore-faq-map {
    height: 300px;
    margin-bottom: 20px;
  }

  .offshore-faq-side-cta {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .offshore-faq-title br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .offshore-faq-kicker {
    font-size: 13px;
  }

  .offshore-faq-title {
    font-size: 22px;
  }

  .offshore-faq-intro {
    font-size: 15px;
  }

  .offshore-faq-button {
    min-height: 66px;
    padding: 12px 14px;
    gap: 12px;
  }

  .offshore-faq-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .offshore-faq-question {
    font-size: 16px;
  }

  .offshore-faq-answer {
    padding: 0 48px 18px 68px;
    font-size: 13px;
  }
  .offshore-faq-map img {
    width: 100%;
    height: 100%;
  }
  .offshore-faq-map {
    margin-bottom: 25px;
  }

  .offshore-faq-responsibility {
    padding: 20px 16px;
  }

  .offshore-faq-map {
    height: 230px;
  }

  .offshore-faq-map-world {
    font-size: 240px;
  }

  .offshore-faq-responsibility-content > h3 {
    font-size: 18px;
  }

  .offshore-faq-responsibility-item {
    min-height: 100px;
  }

  .offshore-faq-responsibility-item h4 {
    font-size: 14px;
  }

  .offshore-faq-responsibility-item p {
    font-size: 12px;
  }

  .offshore-faq-side-cta {
    text-align: center;
  }

  .offshore-faq-side-cta-icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin: 0 auto;
    font-size: 67px;
  }

  .offshore-faq-side-cta-content h3 {
    font-size: 18px;
  }

  .offshore-faq-side-cta-content p {
    font-size: 14px;
  }

  .offshore-faq-side-cta-btn {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .offshore-faq-button {
    align-items: flex-start;
  }

  .offshore-faq-answer {
    padding: 0 15px 18px 15px;
  }

  .offshore-faq-responsibility-list > div {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(139, 171, 214, 0.17) !important;
  }

  .offshore-faq-responsibility-list > div:last-child {
    border-bottom: 0 !important;
  }

  .offshore-faq-responsibility-item {
    min-height: 0;
    padding: 15px 0;
  }

  .offshore-faq-map {
    height: 190px;
  }

  .offshore-faq-map-world {
    font-size: 190px;
  }

  .offshore-faq-map-curve {
    display: none;
  }

  .offshore-faq-side-cta {
    padding: 18px 15px;
  }

  .offshore-faq-side-cta-btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
  }
}

/* base styles */
h2 {
  font-size: 44px !important;
}

@media (max-width: 1599.98px) {
  h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 1399.98px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1199.98px) {
  h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {
  h2 {
    font-size: 21px !important;
  }
}

@media (max-width: 374.98px) {
  h2 {
    font-size: 20px !important;
  }
}
