@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --themeht-primary-color: #2290e9;
  --themeht-secondary-color: #182a7a;
  --themeht-primary2-color: #ffffff;
  --themeht-secondary2-color: #ffffff;
  --themeht-body-font-family: "Montserrat", sans-serif;
  --themeht-secondary-font-family: "Montserrat", sans-serif;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2290e9;
  --bs-btn-border-color: #2290e9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #182a7a;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #182a7a;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2290e9;
  --bs-btn-disabled-border-color: #2290e9;
}
:root {
  /* Remove touch-action from here */
}

body {
  overflow-x: hidden !important;
  /* Remove this line */
  /* touch-action: manipulation; */
  -webkit-touch-callout: none;
  overscroll-behavior: none;
  min-height: 100vh;
  min-height: -webkit-fill-available;

  /* Remove this line too */
  /* touch-action: pan-x pan-y; */
}
body {
  background: #fff;
}
#header-wrap.fixed-header {
  box-shadow: 0px 4px 6px rgb(0 0 0 / 40%);
}
.header {
  padding-top: 10px;
  z-index: 3;
}
.navbar-nav {
  border-radius: 16px;
}
.logo img {
  max-height: 80px;
}
.themeht-btn {
  border-radius: 8px;
}
.themeht-btn:before {
  border: 1px solid #fff;
}
.banner-5 {
  padding: 135px 0 125px;
}
.marquee-text span {
  font-size: 36px;
  line-height: 48px;
}

/*AED symbol*/
.aed-wrapper {
  display: flex;
  align-items: center;
}

.aed-wrapper img {
  max-width: 34px; /*Adjust with 2px offset against sibling font-size*/
}
/*Customize exact size of aed-symbol at page stylesheet level*/

.dwn-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.dwn-btns .btn img {
  height: 60px;
}
.fixed-header .logo img.normal,
.logo img.white {
  display: block;
}

.team-member {
  border-radius: 30px;
}
.dark-bg,
.post-date,
.themeht-btn:before,
.grediant-bg2,
.swiper-slide.swiper-slide-active .testimonial.style-1,
.grediant-bg3,
.step-bg.step-item.style-2 .step-icon .step-number,
.step-item.style-2 .step-icon .step-number,
.theme-title h6:before,
.theme-title h6 {
  background: #182a7a;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-item.style-2 .step-icon {
  color: #182a7a;
}
.post-btn,
.themeht-btn.primary-btn {
  background: #2290e9;
}
.team-member img {
  border: 5px solid #ffe;
}
.navbar-nav:before,
.navbar-nav:after {
  display: none;
}
.step-item.style-2 .step-icon .step-icon-bg {
  background-image: none !important;
}
.step-item.style-2 .step-icon::before {
  box-shadow: none !important;
}
.media-icon li a:hover {
  color: #2290e9;
}
.banner-img .img-fluid {
  border-radius: 20px;
}
.ht-nav-toggle {
  border-radius: 16px;
}
.download-popup-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  max-width: 300px;
  position: absolute;
  top: 65px;
  left: 0;
  display: none;
  border: 1px solid #2290e9;
}
.download-popup-wrap .btns-wrp img {
  max-width: 100%;
}
.download-popup-wrap .txt {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 8px;
}
.download-popup-wrap .qr-are img {
  max-width: 100%;
  border-radius: 8px;
}

.service-list-section .post-card {
  padding: 0;
  overflow: hidden;
}
.service-list-section .post-desc {
  padding: 30px;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 130px;
  transition-duration: 0.3s;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.service-list-section .post-image img {
  height: 490px;
  object-fit: cover;
}
.service-list-section .post-card:hover .post-desc {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transition-duration: 0.3s;
}
.service-list-section .post-desc .post-title h4 {
  font-size: 14px;
  /*font-size: 22px;*/
  line-height: 18px;
  height: 48px;
}
.service-list-section .post-desc .price {
  font-weight: 700;
  font-size: 28px;
  color: #182a7a;
}
.service-list-section .portfolio-swiper {
  padding-bottom: 45px;
}
.testimonial.style-3 {
  padding: 50px 30px;
  padding-left: 30px;
}
.testimonial.style-3 .testimonial-content {
  padding-left: 40px;
}
.themeht-btn:hover:before,
.themeht-btn.scan-qr-btn {
  border-radius: 8px;
}
.themeht-btn.scan-qr-btn {
  background: none;
  border: 1px solid #fff;
  padding: 0;
  padding-left: 10px;
}
.howitworks-section .themeht-btn.scan-qr-btn,
.aboutus-section .themeht-btn.scan-qr-btn,
.service-list-section .themeht-btn.scan-qr-btn {
  color: #182a7a;
  border-color: #182a7a;
}
.howitworks-section .themeht-btn.scan-qr-btn:hover,
.aboutus-section .themeht-btn.scan-qr-btn:hover,
.service-list-section .themeht-btn.scan-qr-btn:hover {
  color: #fff;
}
.scan-qr-btn img {
  max-width: 55px;
  border-radius: 6px;
  margin-left: 10px;
}
.themeht-btn.scan-qr-btn:hover {
  transform: scale(1.2);
}
.step-icon .icon {
  width: 100%;
  /* width: 140px; */
}
.howitworks-section .step-item.style-2 .step-icon {
  width: 100%;
  height: 100%;
}
.faq-section .shape-img-bg,
.aboutus-section .shape-img-bg {
  padding: 0;
  background: none;
}
.faq-section .img-bg-shape,
.aboutus-section .img-bg-shape {
  display: none;
}
.howitworks-section .step-item h4 {
  font-size: 22px;
  line-height: 28px;
}
.navbar-nav {
  background: #d0eaff;
  /* padding: 14px 30px 14px; */
  padding: 12px 16px 12px;
  /* border: #2290E9 1px solid; */
  box-shadow: 0px 4px 6px rgb(0 0 0 / 40%);
}
.testimonial-section,
.aboutus-section {
  background: #f0f7fc;
}
.navbar-nav .themeht-btn.primary-btn {
  background: #d0eaff;
  color: var(--themeht-text-color);
  border: var(--themeht-text-color) 1px solid;
}
.navbar-nav .themeht-btn.primary-btn:hover {
  color: #fff;
}
.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .action-wrap .link-icon .sevicn {
    width: 22px;
    height: 22px;
  }
  .choose-address-types-wrap .checkbox-container .checkmark {
    right: 6px;
  }
  .service-list-section .portfolio-swiper {
    padding-bottom: 15px;
  }
  .service-list-section {
    padding: 20px 0px;
  }
  .service-list-section .post-card:hover .post-desc,
  .service-list-section .post-desc {
    position: static;
    height: 330px;
  }
  .counter .counter-icon {
    font-size: 28px;
  }
  .counter {
    padding: 15px;
    margin-bottom: 10px;
  }
  .counter span {
    font-size: 28px;
  }
  .counter h5 {
    font-size: 14px;
  }
  .scroll-top,
  .c-btn-whatsapp {
    right: 15px !important;
  }
  .btns-wrp {
    display: flex;
  }
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .navbar-collapse {
    overflow: visible;
  }

  #header-wrap {
    padding: 10px 8px 0;
  }
  .header-right {
    display: flex !important;
  }

  .header {
    padding-top: 0px;
  }

  .banner-img .img-fluid {
    max-width: 280px;
  }
}

.login-modal .main-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}
.login-modal .main-title .primary-color {
  color: #182a7a;
}
.login-modal .top-heading-area .text-gray {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 20px;
}
.iti {
  width: 100%;
}
.login-modal .two-side-lines {
  position: relative;
}
.login-modal .two-side-lines::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #f2f2f2;
}
.login-modal .two-side-lines p {
  background: #fff;
  position: relative;
  padding: 0 12px;
}
.round-shape {
  border-radius: 50px;
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
  font-weight: 600;
  color: #333333;
}
#loginButton {
  z-index: 1;
}
.custom-profile-pic {
  background: #182a7a;
  height: 120px;
  width: 120px;
  border-radius: 120px;
  overflow: hidden;
}
.custom-profile-pic .form-control[type="file"] {
  position: absolute;
  opacity: 0;
  height: 120px !important;
  width: 120px !important;
}

.booking-wrap .item-box {
  border: 2px solid #f2f2f2;
  border-radius: 12px;
  padding: 12px 0px;
}
.vehicles-saved .icon-logo {
  width: 50px;
  height: 50px;
}
.vehicle-detail .color-vehicle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  /*margin-right: 8px;*/
  /*margin-left: 6px;*/
}
.booking-form .item-box {
  text-align: center;
  position: relative;
  padding: 0;
}
.booking-form .serv-icon {
  width: 80px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.booking-form .item-box .info-link {
  position: absolute;
  right: 15px;
  top: 15px;
}

/*@media(max-width:767px){*/

/*.vehicle-detail-custom .color-vehicle{*/
/*    width: 10px !important;*/
/*    height: 10px !important;*/
/*}*/
/*}*/

/* The container */
.checkbox-container {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.booking-form .item-box .checkmark {
  height: 100%;
  width: 100%;
  background: transparent;
  border: 2px solid #f2f2f2;
  border-radius: 12px;
  z-index: -1;
}
.booking-form .item-box .checkbox-container input:checked ~ .checkmark {
  background: transparent;
  border-color: #2196f3;
}
.booking-form .item-box .checkbox-container:hover input ~ .checkmark {
  background: transparent;
  border-color: #2196f3;
}

.vehicles-saved .swiper .swiper-button-next:after {
  display: none;
}
.vehicles-saved .swiper .swiper-button-next,
.vehicles-saved .swiper .swiper-button-prev,
.vehicles-saved .swiper .swiper-button-prev:hover,
.vehicles-saved .swiper .swiper-button-next:hover {
  background: none;
}
.vehicles-saved .swiper .swiper-button-next svg,
.vehicles-saved .swiper .swiper-button-prev svg {
  fill: none !important;
  vertical-align: inherit;
}
.vehicles-saved .swiper .swiper-button-prev,
.vehicles-saved .swiper .swiper-button-next {
  width: 45px;
  height: 45px;
}
.vehicles-saved .swiper-button-prev {
  right: 55px;
  left: auto;
}
.booking-form .swiper-pagination {
  margin-top: 35px;
}
.booking-form .name-service {
  color: #1e1e1e;
  font-weight: 500;
}

.service-detals-wrap .item-box {
  border: 2px solid #f2f2f2;
  border-radius: 12px;
  padding: 8px 12px;
}
.service-detals-wrap .serv-icon {
  width: 90px;
  height: 90px;
}
.service-detals-wrap .vehicle-detail {
  flex: 1 1;
}
.service-detals-wrap .vehicle-detail .currancy {
  width: 18px;
}
.service-detals-wrap .vehicle-detail .prime-color {
  color: #2196f3;
  font-weight: 600;
}
.service-detals-wrap .item-box .prime-color {
  color: #2196f3;
}
.radio-boxes-wrap {
  position: relative;
}
.radio-boxes-wrap .item-box {
  position: relative;
}
.radio-boxes-wrap .checkbox-container {
  top: 0;
  left: 0;
}
.radio-boxes-wrap .checkbox-container .checkmark {
  right: 30px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #2196f3;
}
.radio-boxes-wrap .checkbox-container .checkmark:after {
  border: none;
  background: #fff;
  width: 15px;
  height: 15px;
  left: 4px;
  top: 3px;
  border-radius: 50px;
}

.prime-color {
  color: #2196f3;
}
.red-clr {
  color: #f1184c;
}

.choose-date-wrap .checkbox-container {
  position: relative;
  height: 70px;
  width: 70px;
  flex: 70px 0 0;
  margin: 0px 8px;
  line-height: 70px;
}
.choose-date-wrap .checkbox-container .checkmark {
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
  left: 0;
  border-color: #fff;
}
.choose-date-wrap .checkbox-container .day {
  display: block;
  text-align: center;
  /*margin-top: 16px;*/
}
.choose-date-wrap .checkbox-container .date {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-top: 4px;
}
.choose-date-wrap .checkbox-container input:checked ~ .date,
.choose-date-wrap .checkbox-container input:checked ~ .day {
  color: #fff;
}
.choose-date-wrap .checkbox-container input:checked ~ .checkmark:after {
  display: none;
}

.choose-time-wrap .checkbox-container {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0px 8px;
  flex: 1 1 auto;
  white-space: nowrap;
  padding: 0px 20px;
}
.choose-time-wrap .checkbox-container .checkmark {
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  left: 0;
  border-color: #f2f2f2;
}
.choose-time-wrap .checkbox-container .date {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
.choose-time-wrap .checkbox-container input:checked ~ .date,
.choose-time-wrap .checkbox-container input:checked ~ .day {
  color: #fff;
}
.choose-time-wrap .checkbox-container input:checked ~ .checkmark:after {
  display: none;
}
.choose-time-wrap,
.choose-date-wrap {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}
.cart-page .service-detals-wrap .item-box .actions {
  position: absolute;
  right: 15px;
  top: 15px;
}
.change-location.link {
  font-weight: 600;
}
.pac-container {
  z-index: 9999 !important;
}

.choose-address-types-wrap {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}
.choose-address-types-wrap .checkbox-container {
  position: relative;
  border: 2px solid #f2f2f2;
  border-radius: 50px;
  padding: 16px 15px;
}
.choose-address-types-wrap .checkbox-container .checkmark {
  left: auto;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  background: #fff;
  border: 2px solid #2196f3;
}
.choose-address-types-wrap .checkbox-container .checkmark:after {
  border: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #fff;
  width: 17px;
  height: 17px;
  left: 2px;
  top: 2px;
  border-radius: 50px;
}
.bg-bgblue.promo-code-section {
  background: #182a7a;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}
.secondary-color {
  color: #182a7a;
}
.header-right .user-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.service-menu li.active a {
  color: #2290e9;
  font-weight: 700;
}
.Cancelled-text {
  color: #f1184c;
}
.pending-text {
  color: #2290e9;
}
.processing-text {
  color: #1a00e0;
}
.completed-text {
  color: #268657;
}
.service-detals-wrap .service-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2290e9;
  color: #fff;
  padding: 2px 8px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  line-height: 24px;
}
.my-oder-page .service-detals-wrap .serv-icon {
  padding: 16px;
}
.my-oder-page .service-detals-wrap .link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.live-tracking {
  border: 1px solid #2290e9;
  padding: 12px 16px;
  border-radius: 12px;
}
.work-capture-section .serv-icon {
  width: 100%;
  height: 170px;
  border-radius: 12px;
  object-fit: cover;
  padding: 0 !important;
}
.action-wrap .link-icon .sevicn {
  width: 28px;
  height: 28px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 12px;
  padding-right: 35px;
  background-color: var(--themeht-bg-light-color);
  border-radius: 50px;
}
.select2-container--default .select2-selection--single {
  height: 50px;
  font-size: 14px;
  color: var(--themeht-text-color);
  border: 1px solid transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
  top: 1px;
  right: 10px;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #aaa;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #2290e9;
}
.select2-search--dropdown .select2-search__field,
.select2-results__option {
  font-size: 14px;
}

/* Circle color indicator */
.color-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  margin-right: 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.img-flag {
  object-fit: contain;
}
.plate-city-img {
  width: 55px;
  object-fit: contain;
}
.themeht-btn.secondary-btn {
  background: #182a7a;
  color: var(--themeht-white-color);
}
.themeht-btn.secondary-btn:before {
  background: #2290e9;
}
.form-control:focus {
  background: #fff;
}
.bg-bgblue.promo-code-section .custom-profile-pic {
  background: #d0eaff;
}

.empty-wrapper img {
  max-width: 300px;
  margin: 0 auto;
}
.service-list-section .post-card .post-image {
  height: 280px;
  object-fit: cover;
}
.service-list-section .post-card .post-image img {
  object-fit: contain;
  height: 148px;
}
.bg-bgblue.promo-code-section .custom-profile-pic {
  position: relative;
}
.bg-bgblue.promo-code-section .custom-profile-pic svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px;
}
.change-btn-service-details {
  padding: 10px 10px 10px 10px;
}
.service-list-section,
.aboutus-section,
.howitworks-section,
.testimonial-section,
.faq-section {
  padding: 30px 0;
}
.testimonial-section .theme-title {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .service-detals-wrap .vehicle-detail .currancy {
    width: 15px;
  }
  .booking-form .swiper-slide,
  .booking-form .item-box,
  .booking-form .checkbox-container {
    height: 154px;
  }
  .booking-wrap .vehicle-select {
    width: 100%;
  }
  .vehicle-detail .color-vehicle {
    width: 16px;
    height: 16px;
  }
  .action-wrap .link-icon .sevicn {
    width: 22px;
    height: 22px;
  }
  .cart-fixed-icon {
    right: 15px;
  }
  .service-list-section .post-card,
  .service-list-section .swiper-slide {
    height: 100% !important;
  }
  .service-list-section .post-card .post-image {
    height: 140px;
  }
  .service-list-section .post-card .post-image img {
    object-fit: contain;
    height: 128px;
  }
  .service-sidebar {
    margin-bottom: 20px;
  }
  .navbar-nav {
    background: none;
    box-shadow: none;
  }
  .booking-form .serv-icon {
    width: 60px;
  }
  .booking-form .name-service {
    font-size: 14px;
  }
  .booking-form .item-box {
    padding-bottom: 1px;
  }
  .vehicles-saved .swiper .swiper-button-prev,
  .vehicles-saved .swiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .vehicles-saved .swiper-button-prev {
    right: 45px;
  }
  .service-detals-wrap .serv-icon {
    width: 80px;
    height: 80px;
  }
  .service-detals-wrap .vehicle-detail p {
    font-size: 12px;
  }
  .service-detals-wrap .vehicle-detail h6,
  .service-detals-wrap .vehicle-detail {
    font-size: 15px;
  }
  .service-detals-wrap .item-box .schedule-text-small {
    font-size: 12px !important;
  }
  .work-capture-section .serv-icon {
    width: 100%;
    height: 170px;
    border-radius: 12px;
  }
  .service-detals-wrap .work-capture-section .vehicle-detail {
    margin-top: 12px;
  }
  .service-menu li a {
    font-size: 14px;
  }
  body {
    font-size: 15px;
  }

  .login-modal .main-title {
    font-size: 22px;
    line-height: 28px;
  }
  .service-detals-wrap h6,
  .booking-form h4 {
    font-size: 20px;
  }
  .radio-boxes-wrap .item-box h6,
  .service-detals-wrap .item-box h6,
  .booking-wrap .vehicles-saved h5 {
    font-size: 16px;
  }
}

span {
  font-family: "Montserrat", sans-serif !important;
  font-size: inherit;
}

/* ------------------------
    Landing Page Refactor
-------------------------*/

/* --- Header --- */
#extended-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 4;
}

body #header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #eaedf3;
}
#header-wrap .logo {
  flex-shrink: 0;
}
#header-wrap .logo img {
  height: 37px;
  max-height: 37px;
}
#header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
#header-location {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #303030;
  line-height: 1.4;
  cursor: pointer;
}
.header-login-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  border: 2px solid #f6f7fc;
  border-radius: 35px;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.header-login-btn:hover {
  border-color: #2290e9;
  color: #303030;
}

/* Large tablets / small desktops — keep desktop layout, reduce spacing */
@media (max-width: 991px) {
  #header-wrap {
    padding: 40px 64px;
  }

  #plans-section {
    padding: 40px 40px 80px;
  }

  .diamond-section {
    padding: 64px 40px 80px;
  }
  .diamond-image {
    width: 420px;
    height: 420px;
  }
  .diamond-section-inner {
    gap: 40px;
  }
  .ba-row {
    height: 400px;
    padding: 0 40px;
  }
  .section-header {
    padding: 0 40px;
  }
  .perks-inner {
    padding: 128px 80px;
  }
  .perks-right {
    width: 500px;
  }
  .steps-section {
    padding: 80px 40px 80px !important;
  }
  .step-phone {
    width: 210px;
    height: 440px;
  }
  .step-card {
    width: 230px;
  }

  .hero-deco {
    display: none;
  }
}

/* iPad / Tablet view */
@media (max-width: 745px) {
  /* Header */
  #header-wrap {
    padding: 40px 24px;
  }
}

/* Phone */
@media (max-width: 440px) {
  /* Header */
  #header-wrap {
    padding: 40px 24px;
  }

  #header-location {
    display: none;
  }
}
