.call__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  background: #1A4360;
  color: #FFF;
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  text-transform: uppercase;
}

.book__content {
  flex: 1;
  margin-top: 40px;
}

.call__tab-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  justify-content: center;
  margin-top: 24px;
}

.call__tab-button {
  border-radius: 14px;
  border: 3px solid #F9F9F9;
  background: #F9F9F9;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 8px);
  cursor: pointer;
}

.call__tab-button:not(.active):hover {
  border: 3px solid #f0f0f0;
  background: #f0f0f0;
}

.call__tab-button.active {
  border-color: #1A4360;
  cursor: inherit;
}


.book-your-call {
  display: none;
}

.call__tab-button.active::before {
  content: '';
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Crect x='4' y='4' width='48' height='48' rx='24' fill='%23173851'/%3E%3Crect x='4' y='4' width='48' height='48' rx='24' stroke='%23F9F9F9' stroke-width='8'/%3E%3Cpath d='M43.9999 12H11.9999V44H43.9999V12Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M18.6666 27.9988L25.3333 34.6654L38.6666 21.3321' stroke='%23F9F9F9' stroke-width='2.02998' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.call__tab-button img {
  width: 100%;
  height: 362px;
  object-fit: cover;
  object-position: top center;
  border-radius: 14px 14px 0px 0px;
}

.call__button-info {
  height: 100%;
}

.call__button-info p {
  color: #808080;
  margin-bottom: 16px;
}

.call__button-info p:last-child {
  margin-top: 16px;
  margin-bottom: 0;
}

.call__button-info p strong {
  color: #1A4360;
}

.call__button-info .status {
  border-radius: 81px;
  background: #E5F3E9;
  padding: 8px 20px;
  color: #1A4360;
  text-align: center;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  display: inline-block;
}

.call__tab-button .button {
  max-width: 50%;
  height: 46px;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}

.call__tab-button .button:hover {
  background-color: #D0752B;
  color: #FFF;
}

.call__tab-button .button:focus {
  background-color: #323232;
  color: #FFF;
}

.call__tab-button.active .button {
  background: #969B9F;
  pointer-events: none;
}

.call__tab {
  display: none;
}

.call__tab.active {
  display: block;
}

.call__tab h5 {
  color: #1A4360;
  font-family: 'Inter';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}

.book-a-call .sidebar.mobile {
  display: none;
}

.book__content .call-iframe {
  background: none;
}


@media screen and (max-width: 1200px) {
  body .grid-container {
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {

  .book-a-call .content_with_sidebar,
  .book-a-call .sidebar {
    width: 100%;
  }

  .book-a-call .sidebar {
    margin-top: 0;
  }

  .book__content {
    margin-top: 16px;
  }

  .book-a-call {
    gap: 32px;
  }

  .call__tab-buttons {
    flex-direction: column;
    margin-bottom: 0;
  }

  .call__tab-button {
    flex: 1;
  }

  .book-your-call {
    margin-top: 40px;
  }

  .call__tab-button .button {
    max-width: 100%;
  }

  .book-a-call .sidebar {
    display: none;
  }

  .book-a-call .sidebar.mobile {
    display: block;
    margin-bottom: 40px;
  }

  .call__tab iframe {
    height: 652px !important;
  }
}

@media screen and (max-width: 460px) {
  .call__tab-button img {
    height: 282px;
  }
}
