.badge-container,
.plan-card-sharp {
  box-sizing: border-box;
  box-sizing: border-box;
}
#hostingSwiper,
#plans-comparison .swiper,
.badge-swiper,
.domain-swiper,
.just-one-click .swiper {
  overflow: hidden !important;
}
.modal-dialog-bottom-left {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  z-index: 1055;
  max-width: 380px;
}
.modal-content {
  animation: 0.4s ease-out fadeSlideUp;
  border-radius: 1rem !important;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
}
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
  box-shadow: 0 0 10px #0d6efd66;
  transition: 0.3s;
}
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
  box-shadow: 0 0 10px #dc354566;
  transition: 0.3s;
}
.btn-success {
  box-shadow: 0 6px 12px rgb(25 135 84 / 0.4);
  font-weight: 600;
  transition: 0.3s;
}
.btn-success:focus,
.btn-success:hover {
  box-shadow: 0 10px 25px rgb(25 135 84 / 0.7);
  background-color: #198754cc;
  border-color: #198754cc;
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pricing-swiper .swiper-slide {
  width: 320px;
}
@media (min-width: 768px) {
  .pricing-swiper .swiper-slide {
    width: 350px;
  }
}
.btn-custom {
  padding: 14px 32px;
  margin: 6px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.modern-faq-card,
.plan-card-sharp {
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.btn-outline-custom {
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  background: rgba(0, 58, 217, 0.12);
  border-radius: 12px 0 !important;
  -webkit-border-radius: 12px 0px 12px 0px !important;
  -moz-border-radius: 12px 0 !important;
  -ms-border-radius: 12px 0px 12px 0px !important;
  -o-border-radius: 12px 0 !important;
}
.btn-fill-custom,
.btn-outline-custom:hover,
.deep-card:hover .btn-outline-custom {
  border-color: #e3e3e3;
  background: var(--color-secondary);
  color: var(--color-white);
}
.deep-card:hover .btn-custom.deepdj::after,
.deep-card:hover .btn-custom.deepdj::before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  width: 30px;
  height: 30px;
}
.deepdj.btn-custom:hover::after,
.deepdj.btn-custom:hover::before {
  transform: scale(1.1);
  width: 30px;
  height: 30px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.deepdj.btn-fill-custom::after,
.deepdj.btn-fill-custom::before {
  transform: scale(1.05);
  width: 22px;
  height: 22px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.btn-primary,
.btn-primary-two {
  font-size: 16px;
  padding: 8px 23px;
  transition: 0.3s;
  font-family: var(--font-primary);
}
.btn-fill-custom {
  border-radius: 12px 0 !important;
  -webkit-border-radius: 12px 0px 12px 0px !important;
  -moz-border-radius: 12px 0 !important;
  -ms-border-radius: 12px 0px 12px 0px !important;
  -o-border-radius: 12px 0 !important;
}
.btn-fill-custom:hover {
  background: rgba(0, 58, 217, 0.12);
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
.btn-primary-custom {
  background: var(--color-gradient);
  border: 1px solid #e3e3e3;
  color: #fff;
}
.btn-primary-custom:hover {
  background: linear-gradient(135deg, #4f46e5, #9333ea) !important;
}
.btn-primary {
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
  border: 2px solid;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:hover,
.btn-primary:hover {
  color: var(--color-white) !important;
  background: var(--color-secondary) !important;
  border-color: #e3e3e3;
}
.btn-primary-two {
  color: var(--color-white) !important;
  background: var(--color-secondary) !important;
  border-radius: 5px;
  border: 2px solid;
}
.btn-outline-primary,
.btn-outline-primary-two {
  font-weight: 600 !important;
  background: 0 0;
  padding: 8px 23px;
  font-family: var(--font-primary) !important;
  transition: 0.3s;
  font-size: 16px;
}
.btn-outline-primary:focus,
.btn-outline-primary:focus:hover,
.btn-outline-primary:hover,
.btn-primary-two:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:hover {
  color: var(--color-white) !important;
  background: var(--color-primary) !important;
  border-color: #e3e3e3;
}
.btn-outline-primary {
  color: var(--color-primary) !important;
  border-radius: 5px;
  border: 2px solid;
}
.btn-outline-primary-two {
  color: #fff !important;
  border-radius: 50px;
  border-color: #fff !important;
  border: 2px solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.btn-outline-primary-two:hover,
.btn-outline-primary:focus,
.btn-outline-primary:focus:hover {
  color: var(--color-white) !important;
  background: var(--color-black) !important;
}
.modern-faq-card:hover,
.plan-card-sharp.active,
.plan-card-sharp:hover {
  background: #003ad91f;
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.15);
  transform: translateY(-2px);
}
.faq-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.faq-title span {
  color: var(--color-secondary);
  font-family: revert;
  font-weight: 600;
}
.faq-subtitle {
  font-size: 1rem;
  color: var(--color-primary);
}
.modern-faq-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.5rem;
  color: #212529;
  transition: 0.3s;
}
.modern-faq-card:hover {
  border-color: var(--color-secondary);
}
.faq-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
}
.faq-answer {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #333;
}
.faq-deco::after,
.faq-deco::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transition: 0.3s;
  pointer-events: none;
  border: 3px solid var(--color-secondary);
}
.faq-deco::before {
  top: -3px;
  left: -3px;
  border-right: none;
  border-bottom: none;
  border-color: var(--color-secondary) var(--color-secondary) transparent;
  border-radius: 4px 0;
}
.faq-deco::after {
  bottom: -3px;
  right: -3px;
  border-left: none;
  border-top: none;
  border-color: transparent var(--color-secondary) var(--color-secondary);
  border-radius: 4px 0;
}
.faq-deco:hover::after,
.faq-deco:hover::before {
  width: 30px;
  height: 30px;
  border-color: var(--color-secondary);
}
@media (max-width: 768px) {
  .faq-title {
    font-size: 38px;
  }
  .faq-subtitle {
    font-size: 0.95rem;
  }
  .modern-faq-card {
    padding: 1.25rem 1rem;
    margin-bottom: 1rem;
  }
  .faq-question {
    font-size: 1rem;
  }
  .faq-answer {
    font-size: 0.9rem;
  }
  .faq-deco::after,
  .faq-deco::before {
    width: 18px;
    height: 18px;
  }
  .faq-deco:hover::after,
  .faq-deco:hover::before {
    width: 24px;
    height: 24px;
  }
}
.plan-card-sharp {
  background: var(--color-white);
  border: 1px solid var(--color-secondary);
  padding: 1.5rem 1.25rem;
  margin-bottom: 1.5rem;
  color: var(--color-secondary);
  transition: 0.3s;
  text-decoration: none;
  user-select: none;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 12px 0 !important;
  min-height: 220px;
  -webkit-transition: background-color 0.3s, color 0.3s, transform 0.3s,
    box-shadow 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, transform 0.3s,
    box-shadow 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s, transform 0.3s,
    box-shadow 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, transform 0.3s,
    box-shadow 0.3s;
  -webkit-border-radius: 12px 0px 12px 0px !important;
  -moz-border-radius: 12px 0 !important;
  -ms-border-radius: 12px 0px 12px 0px !important;
  -o-border-radius: 12px 0 !important;
}
.plan-card-sharp.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
@media (max-width: 767.98px) {
  .badge-container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #topbar .main-items {
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.5px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
    width: 100%;
    text-align: center;
  }
  #topbar .dropdown .btn {
    width: 100%;
    justify-content: center;
  }
}
.icon-box {
  width: 56px;
  height: 56px;
  background: #e9f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  border: 2px solid #cce0ff;
  border-radius: 0;
}
.badge-container {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  overflow-x: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.badge-container::-webkit-scrollbar {
  display: none;
}
.dot-blink {
  animation: 1.2s ease-in-out infinite blink;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.swiper,
.swiper-container,
.swiper-slide,
.swiper-wrapper {
  overflow: visible !important;
}
.features4 .swiper-oneclick-slider {
  overflow: hidden !important;
  position: relative !important;
}
.currency-symbol,
.custom-swiper,
.deepdj,
.list-unstyled li,
.phone-input-container {
  position: relative;
}
.features4,
.swiper {
  overflow: hidden !important;
}
.plan-card {
  z-index: 1;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
}
.plan-card:focus,
.plan-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  border-color: var(--color-secondary);
  border-width: 2px;
  z-index: 10;
}
.plan-card.featured {
  border: 2px solid var(--color-secondary);
  box-shadow: 0 12px 36px rgba(13, 110, 253, 0.2);
  position: relative;
  z-index: 1;
}
.plan-card.featured::before {
  content: "★ Customers Favorite";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-secondary);
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.plan-price-area {
  background: #f8f9fa;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, transform 0.3s;
  border: 1px solid transparent;
}
.plan-price-area:hover {
  background: #eef1f5;
  transform: translateY(-2px);
  border-color: var(--color-secondary);
}
.price-box {
  font-family: Inter, sans-serif;
  line-height: 1;
  text-align: center;
  padding: 0.5rem 1rem;
}
.price-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.list-unstyled li,
.location-btn {
  align-items: center;
  display: flex;
}
.currency-symbol {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  top: -0.5rem;
  user-select: none;
}
.billing-price {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  user-select: none;
}
.currency-suffix {
  font-size: 1rem;
  color: #111;
  margin-left: 0.1rem;
  user-select: none;
}
.billing-period,
.currency-code {
  font-size: 1rem;
  color: #666;
  user-select: none;
}
.currency-code {
  font-weight: 600;
  margin-left: 0.25rem;
}
.billing-period {
  font-weight: 500;
}
.billing-period-label {
  font-size: 0.75rem;
  background: rgba(13, 110, 253, 0.1);
}
.buy-now-btn {
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 0.5rem;
  padding: 10px 16px;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.3s;
  border: none;
  width: 100%;
}
.buy-now-btn:hover {
  transform: scale(1.02);
}
.billing-cycle-btn {
  background-color: #fff;
  border: 1px dashed var(--color-secondary);
  color: var(--color-secondary);
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.billing-cycle-btn.active,
.billing-cycle-btn:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.discount-badge {
  background-color: var(--color-red);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 0.4rem;
  margin-left: 6px;
}
.billing-cycle-btn.active .discount-badge,
.billing-cycle-btn:hover .discount-badge {
  background-color: red !important;
  color: #fff !important;
}
.strike-price {
  color: #999;
  font-size: 0.85rem;
}
.location-btn {
  background: #f8f9fa;
  border: 0.5px solid var(--color-secondary);
  padding: 10px 16px;
  font-weight: 600;
  min-width: 140px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  gap: 8px;
  color: #000;
  text-decoration: none;
  user-select: none;
}
.location-btn.active,
.location-btn:hover {
  background-color: var(--color-secondary);
  color: #fff;
  transform: translateY(-2px);
}
.location-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
  font-family: Inter, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  color: #333;
}
.list-unstyled li {
  padding-left: 10px;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.badge-hover {
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.badge-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.icon-wrapper,
.process-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.icon-wrapper:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.badge-scroll {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.badge-scroll .badge {
  scroll-snap-align: start;
  transition: transform 0.3s;
}
.deepdj::after,
.deepdj::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border: 3px solid var(--color-secondary);
  transition: transform 0.3s;
}
.deepdj::before {
  top: -3px;
  right: -3px;
  border-color: var(--color-secondary) var(--color-secondary) transparent
    transparent;
  border-radius: 0 3px 0 0;
}
.deepdj::after {
  bottom: -3px;
  left: -3px;
  border-color: transparent transparent var(--color-secondary)
    var(--color-secondary);
  border-radius: 0 0 0 3px;
}
.deepdj.active::after,
.deepdj.active::before,
.deepdj:hover::after,
.deepdj:hover::before {
  transform: scale(1.5);
}
.plan-card-sharp.deepdj::after,
.plan-card-sharp.deepdj::before {
  width: 20px !important;
  height: 20px !important;
}
.custom-swiper {
  width: 100%;
  padding: 20px 0;
  overflow: visible;
}
.custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(0, 123, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  z-index: 20;
  user-select: none;
}
.custom-nav-btn:hover {
  background: rgba(0, 123, 255, 0.25);
}
.prev-btn {
  left: 10px;
}
.next-btn {
  right: 10px;
}
.custom-nav-btn.hide {
  display: none;
}
.custom-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  user-select: none;
  margin-top: 40px;
}
.custom-pagination button {
  background-color: #ccc;
  border: none;
  border-radius: 3px;
  width: 24px;
  height: 4px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
  padding: 0;
  outline: 0;
}
.custom-pagination button:hover {
  opacity: 0.8;
}
.custom-pagination button.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
  opacity: 1;
  width: 36px;
  height: 6px;
  border-radius: 5px;
}
.force-hide,
.hide {
  display: none !important;
}
.domain-icons-wrapper {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.domain-icons-wrapper::-webkit-scrollbar {
  display: none;
}
.domain-icon {
  transition: transform 0.3s;
  cursor: pointer;
}
#topbar .topbar-icon:hover,
.domain-icon:hover {
  transform: scale(1.2);
}
#hostingSwiper {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
#topbar {
  background: var(--bs-primary);
  color: #fff;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}
#topbar .dropdownmenu-primary {
  min-width: 150px;
  background-color: #fff;
  border-radius: 0.35rem;
}
#topbar .dropdownmenu-primary .dropdown-item {
  transition: 0.2s;
}
#topbar .dropdownmenu-primary .dropdown-item.active,
#topbar .dropdownmenu-primary .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #000;
  font-weight: 500;
}
#topbar a.text-white {
  transition: color 0.3s;
}
#topbar a.text-white:hover {
  color: #ffc107 !important;
}
#topbar .topbar-icon {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
#topbar .btn-label {
  font-weight: 500;
  border-radius: 0.35rem;
}
.scrolling-container {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
@keyframes blinkColor {
  0%,
  100% {
    color: #fff;
  }
  50% {
    color: #fc0;
  }
}
@keyframes blinkColor2 {
  0%,
  100% {
    color: #000;
  }
  50% {
    color: var(--color-secondary);
  }
}
.scrolling-container a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  margin-left: 12px;
  border-bottom: 1px dashed #fff;
  transition: 0.3s;
}
.scrolling-container a:hover {
  color: #fc0;
  border-bottom-color: #fc0;
}
.monsoon-banner-close {
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0.7;
  padding: 0 8px;
  line-height: 1;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
.monsoon-banner-close:hover {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
@media (max-width: 576px) {
  #registerProgressModal .modal-dialog {
    max-width: 80% !important;
    margin: 1.75rem auto;
  }

  #loginProgressModal .modal-dialog {
    max-width: 80% !important;
    margin: 1.75rem auto;
  }
  .plan-card {
    margin-left: 12px;
    margin-right: 12px;
  }
  .card-body {
    padding: 1.25rem !important;
  }
  .location-btn {
    font-size: 0.85rem;
    padding: 8px 10px;
    min-width: 100px;
  }
  .billing-cycle-btn {
    font-size: 0.8rem;
    padding: 5px 10px;
  }
  .discount-badge {
    font-size: 0.65rem;
    padding: 1px 5px;
  }
  .scrolling-text {
    padding-right: 70%;
    animation-timing-function: linear;
    animation-duration: 10s;
  }
  .scrolling-container {
    font-size: 0.85rem;
    padding: 10px 20px;
    gap: 10px;
    max-width: 75% !important;
  }
  .process-card {
    padding: 1.5rem !important;
  }
}
.scrolling-text {
  display: inline-block;
  white-space: nowrap;
  animation: 20s linear infinite scrollModern, 2s linear infinite blinkColor;
  font-weight: 500;
  padding-right: 0;
}
@keyframes scrollModern {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#headerDashboardBtn:hover {
  color: #000;
}
.domain-search .section-header h2 {
  color: var(--color-primary);
  text-align: center;
}
.domain-search .section-header span {
  color: var(--color-secondary-txt);
  text-align: center;
}
.domain-search .section-header p {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.domain-search form {
  background: var(--color-white);
  padding: 8px 10px;
  position: relative;
  border-radius: 50px;
}
.domain-search form input[type="text"] {
  border: 0;
  padding: 7px;
  background: var(--color-white);
}
.domain-lists {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.domain-lists li {
  background: var(--color-white);
  color: var(--color-primary);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.domain-lists li h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.domain-lists li p {
  color: var(--color-primary);
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1.25rem 2rem rgba(0, 0, 0, 0.08);
}
.process-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deep-card,
.deep-contact,
.deep-los {
  border: 1px solid var(--color-secondary);
  color: var(--color-black) !important;
  background: #fff;
  border-radius: 40px 0 !important;
  -webkit-border-radius: 40px 0px 40px 0px !important;
  -moz-border-radius: 40px 0 !important;
  -ms-border-radius: 40px 0px 40px 0px !important;
  -o-border-radius: 40px 0 !important;
}
.deep-card:hover,
.deep-contact:hover {
  background: var(--color-secondary);
  color: var(--color-white) !important;
  border-color: #e3e3e3;
}
.deepdj.deep-card:hover::after,
.deepdj.deep-card:hover::before,
.deepdj.deep-los::after,
.deepdj.deep-los::before {
  transform: scale(1.2);
  width: 30px;
  height: 30px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.deepdj.deep-card::after,
.deepdj.deep-card::before {
  transform: scale(1.05);
  width: 20px;
  height: 20px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.deep-contact:hover .iti--separate-dial-code .iti__selected-dial-code {
  color: var(--color-black);
}
.deep-contact:hover a {
  color: #fffaf0 !important;
}
.intl-tel-input .selected-flag {
  padding: 10px 15px;
  background: #f8f9fa;
  border-right: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
}
.intl-tel-input .country-list {
  max-height: 250px;
  overflow-y: auto;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}
.iti--separate-dial-code input {
  padding-left: 90px !important;
}
.custom-plan-card {
  border: 2px solid #e0e0e0;
  background: #fff;
  transition: box-shadow 0.4s, border-color 0.4s;
  cursor: default;
  box-shadow: 0 12px 36px rgba(13, 110, 253, 0.2);
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  -o-border-radius: 0;
}
.custom-plan-card:hover {
  border-color: var(--color-secondary);
  box-shadow: 0 12px 30px rgb(13 110 253 / 0.3);
  transform: translateY(-6px);
}
.custom-plan-card .card-header {
  letter-spacing: 1.2px;
  font-weight: 600;
  font-size: 1.25rem;
  user-select: none;
  background: var(--color-secondary) !important;
}
.custom-card-footer {
  border-top: 1px solid #e0e0e0;
}
.custom-btn-hover {
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.custom-btn-hover:focus,
.custom-btn-hover:hover {
  background-color: #0d6efd;
  color: #fff;
  box-shadow: 0 6px 15px rgb(13 110 253 / 0.5);
}
.toggle-icon {
  transition: transform 0.3s;
  font-size: 1.1rem;
  user-select: none;
}
.category-content {
  transition: max-height 0.3s, opacity 0.3s;
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
}
.category-content.collapsed {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
.feature-item {
  font-size: 0.9rem;
}
#plans-comparison ul li:last-child {
  border-bottom: none;
}
.category-toggle {
  cursor: pointer;
  font-size: 1rem;
  border: none;
  user-select: none;
  background: 0 0;
}
.category-toggle:focus {
  outline: 0;
  text-decoration: underline;
}
.pricing-swiper {
  touch-action: pan-y;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.pricing-swiper .swiper-wrapper,
.swiper-wrapper {
  display: flex;
}
.btn-domain-custom {
  background-color: #e50914;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 0;
  transition: 0.3s;
}
.btn-domain-custom:hover {
  background-color: #c40812;
}
#domain_name:focus {
  box-shadow: none;
  outline: 0;
}
.domain-search-form {
  width: 100%;
  max-width: 500px;
}
#form_sb .input-group .btn,
#form_sb .input-group input {
  min-height: 55px;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input .form-control {
  padding-left: 80px;
}
#phone {
  padding-left: 80px !important;
}
select:disabled {
  background-color: #e9ecef;
}
select.form-select:disabled {
  background-color: #f8f9fa !important;
  color: #6c757d !important;
}
.custom-select {
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #ced4da;
  padding-right: 2.5rem;
  transition: border-color 0.2s ease-in-out;
}
.custom-select:disabled {
  background-color: #f1f1f1;
  color: #6c757d;
  opacity: 0.85;
  cursor: not-allowed;
}
.form-select-loader {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
  border: 2px solid #dee2e6;
  border-top: 2px solid #0d6efd;
  border-radius: 50%;
  animation: 0.6s linear infinite spin;
}
@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
#registerProgressModal .modal-content {
  padding: 1.25rem 1rem;
}
#registerProgressBar {
  transition: width 0.6s;
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  .custom-plan-card {
    box-shadow: none !important;
    transform: none !important;
    border-color: #dee2e6;
  }
  .custom-btn-hover {
    font-size: 0.9rem;
    padding: 0.375rem 0.5rem;
  }
  .table-responsive .table td,
  .table-responsive .table th {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .badge-container {
    max-width: 300px;
  }
  .plan-card-sharp {
    padding: 1.25rem;
    min-height: 200px;
  }
  #pingModal .modal-body {
    max-height: 60vh;
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .plan-card-sharp {
    padding: 1.25rem;
  }
  .icon-box {
    width: 48px;
    height: 48px;
  }
  .pricing-swiper .swiper-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  #status .card-body {
    padding: 1rem 0.75rem !important;
  }
  #status h5 {
    font-size: 1.125rem !important;
  }
  #status .btn-sm {
    font-size: 0.8rem !important;
    padding: 0.25rem 0.5rem !important;
  }
}

/***********************
Check Box
***********************/

.checkbox-wrapper-31 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease;
}

.checkbox-wrapper-31:hover {
  transform: scale(1.1);
}

.checkbox-wrapper-31 svg {
  display: block;
  width: 100%;
  height: 100%;
}

.checkbox-wrapper-31 .background {
  fill: #ddd;
  transition: fill 0.3s ease;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.1));
}

.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2.5;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: stroke-dashoffset 0.4s ease;
}

.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: stroke-dashoffset 0.4s ease 0.1s;
}

.checkbox-wrapper-31 input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .background {
  fill: #28a745;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .stroke {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.form-check-label {
  user-select: none;
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.3;
  cursor: pointer;
  flex: 1;
}

.form-check-label a {
  color: #dc3545;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.form-check-label a:hover,
.form-check-label a:focus {
  color: #b02a37;
  text-decoration: underline;
}

.resource-card {
  background: #fdfdfd;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.resource-title {
  font-weight: 800;
  color: #888;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.resource-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  font-size: 0.8rem;
  color: #444;
}

.resource-capacity {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #ddd;
  font-size: 0.8rem;
  color: var(--brand-orange);
  font-weight: 700;
}
