/* =========================================================
   10. Start Building Your Offshore Drupal Team
   ========================================================= */

.offshore-team-start-section {
  background: #ffffff;
}

.offshore-team-start-wrap {
  padding: 54px 50px 32px;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 68% 20%,
      rgba(0, 105, 255, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 92, 255, 0.13),
      transparent 30%
    ),
    linear-gradient(135deg, #020b25 0%, #05244d 52%, #021530 100%);
  box-shadow: 0 18px 42px rgba(4, 24, 58, 0.14);
}

/* =========================================================
   Left Content
   ========================================================= */

.offshore-team-start-content {
  position: relative;
  z-index: 5;
  /* max-width: 690px; */
}

.offshore-team-start-kicker {
  color: #ff5a00;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.offshore-team-start-line {
  position: relative;
  width: 48px;
  height: 2px;
  flex-shrink: 0;
  background: #ff5a00;
}

.offshore-team-start-line::before,
.offshore-team-start-line::after {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a00;
  content: "";
  transform: translateY(-50%);
}

.offshore-team-start-line::before {
  left: 0;
}

.offshore-team-start-line::after {
  right: 0;
}

.offshore-team-start-title {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.offshore-team-start-title span {
  display: block;
  color: #ff5a00;
}

.offshore-team-start-title-line {
  width: 48px;
  height: 3px;
  display: block;
  background: #ff5a00;
}

.offshore-team-start-intro {
  max-width: 610px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
}

.offshore-team-start-intro p {
  margin-bottom: 0;
  color: #ffffff !important;
  font-size: inherit;
  line-height: inherit;
}

/* =========================================================
   Small Benefits
   ========================================================= */

.offshore-team-start-benefits {
  max-width: 885px;
}

.offshore-team-start-benefit {
  width: 33.333%;
  min-width: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(139, 169, 211, 0.23);
}

.offshore-team-start-benefit:first-child {
  padding-left: 0;
}

.offshore-team-start-benefit:last-child {
  border-right: 0;
}

.offshore-team-start-benefit-icon {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 26px;
}

.offshore-start-orange {
  color: #ff5a00;
  border-color: #ff5a00;
  background: rgba(255, 90, 0, 0.06);
}

.offshore-start-blue {
  color: #1687ff;
  border-color: #1687ff;
  background: rgba(22, 135, 255, 0.06);
}

.offshore-start-green {
  color: #24a94d;
  border-color: #24a94d;
  background: rgba(36, 169, 77, 0.06);
}

.offshore-team-start-benefit > div:last-child {
  min-width: 0;
}

.offshore-team-start-benefit h3 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}

.offshore-team-start-benefit p,
.offshore-team-start-benefit-description,
.offshore-team-start-benefit-description p {
  margin-bottom: 0;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================
   Buttons
   ========================================================= */

.offshore-team-start-btn-primary,
.offshore-team-start-btn-secondary {
  min-height: 58px;
  padding: 14px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.offshore-team-start-btn-primary {
  color: #ffffff;
  border: 1px solid #ff5a00;
  background: linear-gradient(135deg, #ff7200, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.22);
}

.offshore-team-start-btn-secondary {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}

.offshore-team-start-btn-primary:hover,
.offshore-team-start-btn-secondary:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

/* =========================================================
   Trusted Row
   ========================================================= */

.offshore-team-start-trusted {
  min-width: 0;
}

.offshore-team-start-trusted-arrow {
  width: 65px;
  min-width: 65px;
  color: #ff5a00;
  font-size: 46px;
  transform: rotate(20deg);
}

.offshore-team-start-avatars {
  padding-left: 12px;
  display: flex;
  align-items: center;
}

.offshore-team-start-avatar {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #304b6e, #0f294c);
  font-size: 25px;
}

.offshore-team-start-avatar:first-child {
  margin-left: 0;
}

.offshore-team-start-avatar img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.offshore-team-start-trusted-content {
  min-width: 0;
}

.offshore-team-start-trusted-content strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
}

.offshore-team-start-rating {
  min-width: 0;
}

.offshore-team-start-rating i {
  color: #ff6500;
  font-size: 17px;
}

.offshore-team-start-rating span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

/* =========================================================
   Right Visual
   ========================================================= */

.offshore-team-start-visual {
  position: relative;
  min-height: 520px;
}

/* =========================================================
   Map
   ========================================================= */

.offshore-team-start-map {
  position: absolute;
  top: 0;
  right: 15px;
  left: 0;
  z-index: 1;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: rgba(26, 112, 220, 0.45);
  font-size: 280px;
  opacity: 0.7;
}

/* =========================================================
   Team Image
   ========================================================= */

.offshore-team-start-image-wrap {
  position: absolute;
  top: 0;
  right: -50px;
  bottom: -32px;
  z-index: 2;
  width: 57%;
  overflow: hidden;
}

.offshore-team-start-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 28, 62, 0.2), transparent 20%);
  content: "";
  pointer-events: none;
}

.offshore-team-start-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* =========================================================
   Contact Form Card
   ========================================================= */

.offshore-team-start-form {
  z-index: 8;
  width: 100%;
  padding: 26px 27px 20px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 16, 45, 0.2);
}

.offshore-team-start-form-head h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.offshore-team-start-form-head > span {
  width: 42px;
  height: 2px;
  margin-bottom: 12px;
  display: block;
  background: #ff5a00;
}

.offshore-team-start-form-head p {
  color: #34405c;
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================
   Drupal Webform
   ========================================================= */

.offshore-drupal-team-webform {
  margin: 0;
}

.offshore-drupal-team-webform .form-item,
.offshore-drupal-team-webform .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.offshore-team-start-field {
  position: relative;
  margin-bottom: 10px;
}

.offshore-team-start-field > span {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 3;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #34405c;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}

.offshore-team-start-field .form-item {
  margin: 0;
}

.offshore-team-start-field label {
  display: none;
}

.offshore-team-start-field .form-control,
.offshore-team-start-field input[type="text"],
.offshore-team-start-field input[type="email"],
.offshore-team-start-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px 10px 45px;
  border: 1px solid #cfdbea;
  border-radius: 7px;
  color: #071333;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
  outline: 0;
}

.offshore-team-start-field .form-control::placeholder,
.offshore-team-start-field input::placeholder,
.offshore-team-start-field textarea::placeholder {
  color: #79869d;
  opacity: 1;
}

.offshore-team-start-field .form-control:focus,
.offshore-team-start-field input[type="text"]:focus,
.offshore-team-start-field input[type="email"]:focus,
.offshore-team-start-field textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.08);
}

.offshore-team-start-textarea > span {
  top: 15px;
  transform: none;
}

.offshore-team-start-textarea textarea.form-control,
.offshore-team-start-textarea textarea {
  min-height: 70px;
  padding-top: 12px;
  resize: vertical;
}

/* =========================================================
   Drupal Webform Submit
   ========================================================= */

.offshore-team-start-submit-wrap {
  position: relative;
  margin-top: 4px;
}

.offshore-team-start-submit-wrap .form-actions {
  margin: 0;
}

.offshore-team-start-submit-wrap .button,
.offshore-team-start-submit-wrap .form-submit,
.offshore-team-start-submit-wrap input[type="submit"],
.offshore-team-start-submit-wrap button[type="submit"] {
  width: 100%;
  min-height: 50px;
  padding: 12px 55px 12px 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 7px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff7200, #ff4d00) !important;
  box-shadow: 0 10px 24px rgba(255, 90, 0, 0.2);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.offshore-team-start-submit-wrap .button:hover,
.offshore-team-start-submit-wrap .form-submit:hover,
.offshore-team-start-submit-wrap input[type="submit"]:hover,
.offshore-team-start-submit-wrap button[type="submit"]:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff6800, #e95f00) !important;
}

.offshore-team-start-submit-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 4;
  color: #ffffff;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}

/* =========================================================
   Security Note
   ========================================================= */

.offshore-team-start-security {
  color: #34405c;
  font-size: 11px;
  line-height: 1.35;
}

.offshore-team-start-security i {
  color: #071333;
}

/* =========================================================
   Bottom Benefits
   ========================================================= */

.offshore-team-start-bottom {
  position: relative;
  z-index: 15;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 16, 45, 0.12);
}

.offshore-team-start-bottom-item {
  min-height: 132px;
  padding: 22px 24px;
  border-right: 1px solid #d9e1eb;
}

.offshore-team-start-bottom
  .col-lg:last-child
  .offshore-team-start-bottom-item {
  border-right: 0;
}

.offshore-team-start-bottom-icon {
  width: 62px;
  min-width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 28px;
}

.offshore-bottom-orange {
  color: #ff5a00;
  border-color: #f4d6c1;
  background: #fff5ed;
}

.offshore-bottom-blue {
  color: #176ee0;
  border-color: #d5e3f7;
  background: #eef5ff;
}

.offshore-bottom-green {
  color: #168349;
  border-color: #d3e8dc;
  background: #eef8f2;
}

.offshore-bottom-purple {
  color: #7b2dde;
  border-color: #e0d3f6;
  background: #f5effd;
}

.offshore-team-start-bottom-item > div:last-child {
  min-width: 0;
}

.offshore-team-start-bottom-item h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.offshore-team-start-bottom-item p,
.offshore-team-start-bottom-description,
.offshore-team-start-bottom-description p {
  margin-bottom: 0;
  color: #34405c !important;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: break-word;
}

/* =========================================================
   Bottom Statement
   ========================================================= */

.offshore-team-start-statement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #ffffff;
}

.offshore-team-start-statement strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.offshore-team-start-statement i {
  color: #ff5a00;
  font-size: 20px;
}

/* =========================================================
   Start Building Your Offshore Drupal Team Responsive
   ========================================================= */

@media (max-width: 1600px) {
  .offshore-team-start-wrap {
    padding: 42px 35px 28px;
  }

  .offshore-team-start-kicker {
    font-size: 14px;
  }

  .offshore-team-start-bottom-item p,
  .offshore-team-start-bottom-description,
  .offshore-team-start-bottom-description p {
    margin-bottom: 0;
    color: #34405c !important;
    font-size: 12px;
    line-height: 1.5;
    overflow-wrap: break-word;
  }

  .offshore-team-start-bottom-item h3 {
    color: #071333;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
  }

  .offshore-team-start-title {
    font-size: 32px;
  }

  .offshore-team-start-intro {
    font-size: 15px;
  }

  .offshore-team-start-benefit {
    padding-right: 15px;
    padding-left: 15px;
  }

  .offshore-team-start-benefit-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 23px;
  }

  .offshore-team-start-benefit h3 {
    font-size: 14px;
  }

  .offshore-team-start-benefit p,
  .offshore-team-start-benefit-description,
  .offshore-team-start-benefit-description p {
    font-size: 12px;
  }

  .offshore-team-start-btn-primary,
  .offshore-team-start-btn-secondary {
    font-size: 14px;
  }

  .offshore-team-start-trusted-content strong {
    font-size: 14px;
  }

  .offshore-team-start-rating span {
    font-size: 12px;
  }

  .offshore-team-start-visual {
    min-height: 600px;
  }

  .offshore-team-start-form {
    top: 150px;
    width: 350px;
    padding: 22px;
  }

  .offshore-team-start-form-head h3 {
    font-size: 19px;
  }

  .offshore-team-start-bottom-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .offshore-team-start-bottom-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .offshore-team-start-bottom-item h3 {
    font-size: 12px;
  }

  .offshore-team-start-bottom-item p,
  .offshore-team-start-bottom-description,
  .offshore-team-start-bottom-description p {
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  .offshore-team-start-content {
    /* max-width: 850px; */
    margin-right: auto;
    margin-left: auto;
  }

  .offshore-team-start-visual {
    max-width: 850px;
    min-height: 650px;
    margin: 25px auto 0;
  }

  .offshore-team-start-image-wrap {
    right: -35px;
  }

  .offshore-team-start-form {
    left: -3px;
  }

  .offshore-team-start-bottom {
    margin-top: 30px !important;
  }
}

@media (max-width: 991px) {
  .offshore-team-start-benefit {
    width: 50%;
    padding: 15px;
    border-bottom: 1px solid rgba(139, 169, 211, 0.2);
  }

  .offshore-team-start-benefit:nth-child(2) {
    border-right: 0;
  }

  .offshore-team-start-benefit:last-child {
    width: 100%;
    border-bottom: 0;
  }

  .offshore-team-start-bottom-item {
    border-right: 1px solid #d9e1eb;
    border-bottom: 1px solid #d9e1eb;
  }

  .offshore-team-start-bottom
    .col-sm-6:nth-child(2n)
    .offshore-team-start-bottom-item {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .offshore-team-start-wrap {
    padding: 28px 18px 24px;
  }

  .offshore-team-start-kicker {
    gap: 10px !important;
    font-size: 13px;
  }

  .offshore-team-start-line {
    width: 34px;
  }

  .offshore-team-start-title {
    font-size: 22px;
  }

  .offshore-team-start-intro {
    font-size: 15px;
  }

  .offshore-team-start-benefit {
    width: 100%;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(139, 169, 211, 0.2);
  }

  .offshore-team-start-benefit:last-child {
    width: 100%;
  }

  .offshore-team-start-benefit h3 {
    font-size: 16px;
  }

  .offshore-team-start-benefit p,
  .offshore-team-start-benefit-description,
  .offshore-team-start-benefit-description p {
    font-size: 13px;
  }

  .offshore-team-start-actions {
    flex-direction: column;
  }

  .offshore-team-start-btn-primary,
  .offshore-team-start-btn-secondary {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
    font-size: 14px;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .offshore-team-start-trusted-arrow {
    display: none;
  }

  .offshore-team-start-trusted {
    align-items: flex-start !important;
  }

  .offshore-team-start-avatar {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .offshore-team-start-visual {
    min-height: auto;
    margin-top: 20px;
  }

  .offshore-team-start-map {
    height: 190px;
    font-size: 210px;
  }

  .offshore-team-start-image-wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 430px;
    border-radius: 18px;
  }

  .offshore-team-start-form {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 30px);
    margin: -80px auto 0;
  }

  .offshore-team-start-form-head h3 {
    font-size: 18px;
  }

  .offshore-team-start-form-head p {
    font-size: 14px;
  }

  .offshore-team-start-submit-wrap .button,
  .offshore-team-start-submit-wrap .form-submit,
  .offshore-team-start-submit-wrap input[type="submit"],
  .offshore-team-start-submit-wrap button[type="submit"] {
    font-size: 14px;
  }

  .offshore-team-start-bottom-item {
    min-height: 110px;
  }

  .offshore-team-start-bottom-item h3 {
    font-size: 14px;
  }

  .offshore-team-start-bottom-item p,
  .offshore-team-start-bottom-description,
  .offshore-team-start-bottom-description p {
    font-size: 12px;
  }

  .offshore-team-start-statement strong {
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
  .offshore-team-start-kicker .offshore-team-start-line:last-child {
    display: none;
  }

  .offshore-team-start-trusted {
    flex-direction: column;
  }

  .offshore-team-start-avatars {
    padding-left: 0;
  }

  .offshore-team-start-avatar {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }
  /* 
    .offshore-team-start-image-wrap {
        height: 320px;
    } */

  .offshore-team-start-form {
    width: 100%;
    margin-top: 15px;
    padding: 18px 15px;
  }

  .offshore-team-start-field .form-control,
  .offshore-team-start-field input[type="text"],
  .offshore-team-start-field input[type="email"],
  .offshore-team-start-field textarea {
    font-size: 14px;
  }

  .offshore-team-start-bottom .col-sm-6 {
    width: 100%;
  }

  .offshore-team-start-bottom-item {
    border-right: 0 !important;
    border-bottom: 1px solid #d9e1eb !important;
  }

  .offshore-team-start-bottom
    .col-sm-6:last-child
    .offshore-team-start-bottom-item {
    border-bottom: 0 !important;
  }

  .offshore-team-start-statement {
    gap: 10px;
  }

  .offshore-team-start-statement strong {
    font-size: 14px;
  }

  .offshore-team-start-statement i {
    font-size: 16px;
  }
}

/* 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;
  }
}
