:root {
  color-scheme: light;
}

.tatil-payments-landing,
.tatil-payments-landing * {
  box-sizing: border-box;
  box-shadow: none !important;
}

[x-cloak] {
  display: none !important;
}

.tatil-payments-landing {
  font-family: "Roboto", "Inter", sans-serif;
    background: radial-gradient(circle at 65% 40%, rgba(238, 33, 39, 0.12) 0%, rgb(255, 255, 255) 58%);
  color: var(--tatil-black, #221e1f);
  padding: 72px 0 96px;
    margin-top: -4rem;

}

.tatil-payments-landing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.frame-42 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 32px;
}

.frame-70 {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.frame-71 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 720px;
}

.make-a-payment {
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.make-a-payment-span {
  color: var(--tatil-black, #221e1f);
}

.make-a-payment-span2 {
  color: var(--tatil-red, #ee2127);
}

.you-can-quickly-and-easily-make-an-online-payment-or-settle-an-overdue-balance-on-your-policy {
  color: var(--tatil-grey-03, #495057);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.frame-61 {
  background: var(--white, #ffffff);
  border-radius: 20px;
  padding: 32px 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08)!important;
}

.selected-product-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--tatil-grey-03, #495057);
  align-self: stretch;
}

.selected-product-label span {
  color: var(--tatil-black, #221e1f);
  font-weight: 700;
}

.select-your-policy-type {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.select-your-policy-type-span {
  color: var(--tatil-black, #221e1f);
}

.select-your-policy-type-span2 {
  color: var(--tatil-red, #ee2127);
}

.frame-44 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.frame-74,
.frame-73 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.product-car-ins,
.product-life-ins,
.product-home-ins,
.product-health-ins,
.product-mortgages {
  background: var(--white, #ffffff);
  border-radius: 10px;
  border: 1px solid var(--tatil-grey-01, #e9ecef);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 200px;
  min-height: 120px;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.tatil-payments-landing .product-car-ins.is-selected,
.tatil-payments-landing .product-life-ins.is-selected,
.tatil-payments-landing .product-home-ins.is-selected,
.tatil-payments-landing .product-health-ins.is-selected,
.tatil-payments-landing .product-mortgages.is-selected {
  border-color: var(--tatil-red, #ee2127) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.tatil-payments-landing .product-car-ins.is-selected .car-insurance,
.tatil-payments-landing .product-life-ins.is-selected .life-insurance,
.tatil-payments-landing .product-home-ins.is-selected .home-insurance,
.tatil-payments-landing .product-health-ins.is-selected .health-insurance,
.tatil-payments-landing .product-mortgages.is-selected .mortgages {
  color: var(--tatil-red, #ee2127) !important;
}

.tatil-payments-landing .product-car-ins.is-selected .iconsax-car,
.tatil-payments-landing .product-life-ins.is-selected .iconsax-lifebuoy,
.tatil-payments-landing .product-home-ins.is-selected .iconsax-house-2,
.tatil-payments-landing .product-health-ins.is-selected .iconsax-heart-tick,
.tatil-payments-landing .product-mortgages.is-selected .iconsax-building-3 {
  background: rgba(238, 33, 39, 0.18) !important;
}

.product-car-ins:hover,
.product-life-ins:hover,
.product-home-ins:hover,
.product-health-ins:hover,
.product-mortgages:hover {
  transform: none;
  box-shadow: none;
}

.iconsax-car,
.iconsax-lifebuoy,
.iconsax-house-2,
.iconsax-heart-tick,
.iconsax-building-3 {
  background: rgba(238, 33, 39, 0.1);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconsax-car img,
.iconsax-lifebuoy img,
.iconsax-house-2 img,
.iconsax-heart-tick img,
.iconsax-building-3 img {
  width: 28px;
  height: 28px;
}

.car-insurance,
.life-insurance,
.home-insurance,
.health-insurance,
.mortgages {
  color: var(--tatil-black, #221e1f);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.frame-84 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}


.branch-location-spacer {
  height: 12px;
}

.south-location-spacer {
  height: 22px;
}

.frame-2899 {
margin:auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  justify-content: flex-start;
  width: 80%;
}

.select-your-payment-method {
  color: var(--tatil-black, #221e1f);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
padding-top: 20px;
}

.frame-95 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.payment-option {
  background: var(--white, #ffffff);
  border-radius: 10px;
  border: 1px solid var(--tatil-grey-01, #e9ecef);
  padding: 10px 16px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  align-self: stretch;
  min-height: 56px;
  cursor: pointer;
  transition: border-color 0.2s ease, 0.2s ease;
  text-align: left;
  background-clip: padding-box;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.payment-option .payment-option-left,
.payment-option .payment-option-right,
.payment-option .iconsax-record-circle,
.payment-option .payment-option-label,
.payment-option .visa-svgrepo-com,
.payment-option .mastercard-svgrepo-com {
  display: inline-flex !important;
  align-items: center !important;
}

.payment-option[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.45;
}

.payment-option * {
  pointer-events: none;
}

.payment-option.is-active {
  border-color: rgba(238, 33, 39, 0.4);
  box-shadow: 0px 8px 16px rgba(238, 33, 39, 0.12);
}

.payment-option.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.payment-option-left {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
  align-items: center !important;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: nowrap !important;
}

.iconsax-record-circle {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-option-label {
  color: var(--tatil-black, #221e1f);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.payment-option.is-active .payment-option-label {
  color: var(--tatil-red, #ee2127);
}

.payment-option-right {
  display: flex !important;
  flex-direction: row;
  gap: 6px;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto;
  margin-left: auto !important;
}

.visa-svgrepo-com,
.mastercard-svgrepo-com {
  width: 44px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visa,
.group {
  display: block;
}

.visa,
.group {
  max-width: 100%;
  max-height: 100%;
}

.payment-method-content {
  width: 100%;
    max-width: 80%;
    text-align: center;
    margin: auto;  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
}

.payment-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-detail-text {
  margin: 0;
  color: var(--tatil-grey-03, #495057);
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;}

.branch-location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.branch-location-card {
  border: 1px solid var(--tatil-grey-01, #e9ecef);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
    text-align: left !important;

}

.branch-location-title {
  font-weight: 700;
  color: var(--tatil-black, #221e1f);
  font-size: 13px;
  margin-bottom: 2px;
}

.branch-location-line {
  font-size: 13px;
  color: var(--tatil-grey-03, #495057);
}

.payment-detail-list {
  margin: 0;
  padding-left: 16px;
  color: var(--tatil-grey-03, #495057);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.payment-cta {
  align-self: center;
  background: var(--tatil-red, #ee2127);
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.payment-cta.is-disabled {
  background: var(--tatil-grey-02, #ced4da);
  color: #ffffff;
  pointer-events: none;
}

@media (max-width: 992px) {
  .frame-61 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .tatil-payments-landing {
    padding: 56px 0 72px;
  }

  .make-a-payment {
    font-size: 36px;
  }

  .you-can-quickly-and-easily-make-an-online-payment-or-settle-an-overdue-balance-on-your-policy {
    font-size: 18px;
  }

  .frame-61 {
    padding: 28px 24px;
  }

  .product-car-ins,
  .product-life-ins,
  .product-home-ins,
  .product-health-ins,
  .product-mortgages {
    width: 100%;
  }

  .payment-method-content,
  .frame-95 {
    max-width: 100%;
  }
}
