.background-gradient-blue {
  background: linear-gradient(90deg, #043da8, #1e66d8, #3286fd);
}

.cta__margin {
  margin-top: 80px;
}

.cta__padding {
  padding: 40px 0 40px 40px;
}

.cta__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 31.25px !important;
  line-height: 43.75px !important;
  margin-bottom: 40px;
  position: relative;
}

.mb-40px {
  margin-bottom: 40px;
}

.cta__gap {
  gap: 16px;
}

.btn-padding {
  padding: 12px 36px;
}

.cta__btn {
  border: 2px solid #45e8ff;
}

.cta__btn:hover {
  background: none;
}

.cta__btn-download:hover {
  background: #45e8ff;
  padding-right: 36px;
}

.cta__btn-case-study {
  padding-right: 54px !important;
}

.cta__btn-download:hover .btn-content {
  color: #010e54 !important;
}

.cta__btn-download:hover .btn-icon-white-paper svg path {
  fill: #010e54;
}

.internal-download-bronchures-section .btn-content {
  font-family: Noto Sans !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
}

.color-white {
  color: white;
}

.btn-icon-white-paper {
  left: 225px;
}

.btn-icon-brochure {
  left: 200px;
}

.btn-icon-case-study {
  left: 130px;
}

.internal-download-bronchures-section .btn-icon-case-study {
  left: 150px !important;
}

.max-width-image-right {
  max-width: 360px;
}

.internal-download-bronchures-section .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 8px;
  color: #ffffff;
}

.internal-download-bronchures-section .line {
  border: 3px solid #45e8ff;
  width: 60px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.internal-download-bronchures-section .des-1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
}

.internal-download-bronchures-section .des-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
}

.internal-download-bronchures-section .des {
  margin-bottom: 8px;
}

.internal-download-bronchures-section .des:last-of-type {
  margin-bottom: 32px;
}

@media (max-width: 1025px) {
  .internal-download-bronchures-section {
    padding-left: 60px !important;
    padding-right: 60px !important;
    margin-bottom: 60px;
  }
}

@media (max-width: 450px) {
  .internal-download-bronchures-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-bottom: 40px;
  }
}    

@media (max-width: 768px) {
  .internal-download-bronchures-section {
  }

  .cta__btn {
    padding: 8px 34px !important;
  }

  .cta__btn-download:hover {
    padding: 8px 34px !important;
  }

  .cta__title {
    font-size: 25px !important;
    line-height: 35px !important;
    width: 284px;
    margin-bottom: 32px !important;
  }

  .mb-24px-md {
    margin-bottom: 24px;
  }

  .btn-icon-white-paper {
    left: 215px !important;
  }

  .btn-icon-brochure {
    left: 190px !important;
  }

  .internal-download-bronchures-section .btn-icon-case-study {
    left: 145px !important;
  }

  .secondary-button:hover .btn-icon-custom {
    left: 120px;
  }

  .image-right {
    position: absolute;
    right: -70px;
    bottom: 0;
    height: 100%;
    display: block;
  }

  .brochures-body {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .brochures-body .content {
    width: 100%;
  }

  .internal-download-bronchures-section .des-1 {
    font-size: 16px;
  }

  .internal-download-bronchures-section .des-2 {
    font-size: 14px;
  }

  .internal-download-bronchures-section .des {
    width: 437px;
  }
}

@media (max-width: 743px) {
  .cta__margin {
    margin-top: 60px;
  }

  .image-right {
    display: none;
  }

  .cta__padding {
    padding: 40px;
  }

  .cta__title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .btn-padding {
    padding: 8px 20px;
  }

  .btn-icon-white-paper {
    left: 205px !important;
  }

  .btn-icon-brochure {
    left: 180px !important;
  }

  .btn-icon-case-study {
    left: 110px;
  }

  .brochures-body .content {
    width: 100%;
  }

  .internal-download-bronchures-section .des-1 {
    font-size: 16px;
  }

  .internal-download-bronchures-section .des-2 {
    font-size: 14px;
  }

  .internal-download-bronchures-section .des {
    margin-bottom: 8px;
    width: 100%;
  }

  .internal-download-bronchures-section .des:last-of-type {
    margin-bottom: 24px;
  }
}

/* POPUP */
.popup-banner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #000000a1;
  z-index: 9999;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 451px;
  padding: 48px 32px;
  text-align: center;
}

.popup h2 {
  font-family: Noto Sans;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 35px !important;
  text-align: left;
  color: #394049;
  margin-bottom: 24px;
}

.popup .input-group {
  padding: 16px 20px;
  display: flex;
  gap: 10px;
  border: 1px solid #a4a7ab;
  border-radius: 8px;
  align-items: center;
}

.popup .input-group {
  margin-bottom: 24px;
}

.popup .input-group label {
  display: block;
  color: #646970;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
}

.popup .phone-label {
  color: #646970;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.popup .input-group input {
  width: 312px;
  padding: 0;
  border: none;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #21272d;
}

.popup .checkbox-group {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 32px;
}

.popup .checkbox-group input {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.popup .checkbox-group label {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #394049;
}

.popup .button-group {
  display: flex;
  justify-content: space-between;
}

.popup .button-group button {
  padding: 12px 61px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.popup .button-group .cancel {
  color: #646970;
  border: 2px solid #a4a7ab;
  background-color: #ffffff;
}

.popup .button-group .cancel:hover {
  background-color: #ebeaea;
}

.popup .button-group .confirm {
  border: 2px solid #ced0d3;
  background: #e4e4e6;
  color: #a4a7ab;
  cursor: default;
}

.active-btn {
  background: linear-gradient(
    70.15deg,
    #066bfc 16.67%,
    #5ea1fd 100%
  ) !important;
  border: none !important;
  color: white !important;
  cursor: pointer !important;
}

@media (max-width: 743px) {
  .popup {
    width: 354px;
    padding: 24px;
  }

  .popup h2 {
    font-family: Noto Sans;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    text-align: left;
    color: #394049;
    margin-bottom: 16px;
  }

  .popup .input-group {
    padding: 16px 20px;
    display: flex;
    gap: 8px;
    border: 1px solid #646970;
    border-radius: 8px;
    align-items: center;
  }

  .popup .input-group svg {
    width: 22px;
    height: 22px;
  }

  .popup .input-group label {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
  }

  .popup .phone-label {
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
  }

  .popup .input-group input {
    width: 235px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .popup .checkbox-group input {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    border-radius: 8px;
  }

  .popup .checkbox-group label {
    font-family: Noto Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #394049;
  }

  .popup .phone-label {
    font-family: Noto Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    color: #394049;
  }

  .popup .button-group button {
    padding: 7px 48px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    text-align: center;
  }
}

/* ALERT */
.alert {
  position: fixed;
  top: 120px;
  right: -100%;
  display: flex;
  align-items: center;
  background-color: #f6fef9;
  border-left: 4px solid #12b76a;
  color: #12b76a;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 450px;
  height: 56px;
  transition: transform 0.5s ease, right 0.5s ease;
  padding: 16px 20px;
  gap: 12px;
}

.alert-icon {
  color: #12b76a;
  font-weight: bold;
  margin-right: 10px;
}

.alert-text {
  flex: 1;
}

.alert.show {
  right: 20px;
  /* Move into view */
}

.alert.hide {
  right: -100%;
  /* Move off-screen */
}

.alert-close {
  cursor: pointer;
  font-size: 16px;
  color: #6c757d;
  margin-left: 10px;
}

@media (min-width: 744px) and (max-width: 1200px) {
  .alert {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 420px;
    top: 90px;
  }
}

@media (max-width: 743px) {
  .alert {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
    top: 90px;
  }

  .alert.show {
    right: 0;
    /* Move into view */
  }
}

.loading {
  position: relative;
}

.loading::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}

.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e4e6;
  cursor: default;
  border-radius: 100px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.phone-container-input {
  padding: 0 !important;
  margin-top: -11px;
}

.phone-label {
  margin-left: 105px;
  margin-top: 15px;
  position: absolute;
  z-index: 1;
}

input[type="tel"] {
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem !important;
  padding-top: 32px;
  border: 1px solid #a4a7ab;
  border-radius: 8px;
}

.height-75px {
  height: 75px;
}

.iti {
  width: 100%;
  height: 75px;
  margin-bottom: 30px;
}

.iti__country-container {
  left: 0;
}

.iti__selected-country-primary {
  padding: 0px 21px 1px 32px !important;
  border-right: 1px solid;
  height: 75px !important;
}

.iti .iti__selected-dial-code {
  margin-top: 20px;
  margin-left: 20px !important;
}

.phone-input {
  padding-left: 135px;
}

.error {
  border: 1px solid rgba(232, 43, 48, 1) !important;
}

.err-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(232, 43, 48, 1);
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  top: -22px;
  height: 0;
}

.iti--inline-dropdown .iti__dropdown-content {
  bottom: 100% !important;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 152px !important;
}
