/**
 * Brand Override CSS - hostie-demo4
 * Primary:    #DB4324 (Coral Red)
 * Secondary:  #D01383 (Magenta)
 * Light BG:   #FFF6F5 (Soft Blush)
 */

:root {
  --brand-primary:    #DB4324;
  --brand-secondary:  #D01383;
  --brand-light-bg:   #FFF6F5;
  --brand-light-2:    #FFE8E3;
  --brand-light-3:    #ffd5cc;
  --color-primary:    #DB4324;
  --color-secondary:  #2D3C58;
  --color-fourth:     #FFF6F5;
  --blue:             #DB4324;
  --primary-gradient:   linear-gradient(135deg, #DB4324 0%, #D01383 100%);
  --secondary-gradient: linear-gradient(180deg, #FFF6F5 0%, rgba(255,246,245,0.00) 100%);
  --banner-one-bg:      linear-gradient(135deg, #FFF6F5 0%, #FFE8E3 100%);
  --footer-style-one:   linear-gradient(0deg, #FFE8E3 0%, rgba(255,246,245,0.00) 82.55%);
  --third-gradient:     linear-gradient(180deg, #f8c5b8 0%, #F6F6F6 100%);
  --border-color:       #FFD5CC;
}

a { color: #DB4324; }
a:hover { color: #b83317; }

.topbar {
  background: #fff !important;
  border-bottom: 1px solid #FFE8E3 !important;
}
.topbar .live__chat,
.topbar .login__link {
  color: #DB4324 !important;
  font-weight: 600;
  font-size: 13px;
  transition: color 0.3s ease;
}
.topbar .live__chat:hover,
.topbar .login__link:hover {
  color: #D01383 !important;
  text-decoration: none;
}

header.header .bottombar,
header.header {
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(219, 67, 36, 0.06) !important;
}

.primaryNavbar .nav-link,
.primaryNavbar > li > a {
  color: #2D3C58 !important;
  font-weight: 600;
  transition: color 0.3s ease;
}
.primaryNavbar .nav-link:hover,
.primaryNavbar > li > a:hover,
.primaryNavbar .nav-link.active { color: #DB4324 !important; }

.navbar-nav .dropdown-menu {
  border-top: 2px solid #DB4324 !important;
  box-shadow: 0 8px 30px rgba(219, 67, 36, 0.10) !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #FFF6F5 !important;
  color: #DB4324 !important;
}

.badge-info, #cartItemCount { background-color: #DB4324 !important; }

.transparent-header {
  background: #ffffff !important;
  box-shadow: 0 2px 20px rgba(219, 67, 36, 0.06) !important;
}

.primary__btn,
a.primary__btn,
button.primary__btn {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.3px !important;
  transition: all 0.35s ease !important;
  box-shadow: 0 4px 15px rgba(219, 67, 36, 0.25) !important;
  text-decoration: none !important;
}
.primary__btn:hover,
a.primary__btn:hover,
button.primary__btn:hover {
  background: linear-gradient(135deg, #D01383 0%, #DB4324 100%) !important;
  box-shadow: 0 6px 20px rgba(208, 19, 131, 0.30) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.rts-hero__content--group .primary__btn {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(219, 67, 36, 0.30) !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  padding: 18px 38px !important;
}
.rts-hero__content--group .primary__btn:hover {
  background: linear-gradient(135deg, #D01383 0%, #DB4324 100%) !important;
  transform: translateY(-2px) !important;
}

.rts-hero__content--group .plan__btn,
.btn__zero.plan__btn {
  color: #DB4324 !important;
  border: 2px solid #DB4324 !important;
  border-radius: 8px !important;
  background: transparent !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 16px 35px !important;
  transition: all 0.35s ease !important;
}
.rts-hero__content--group .plan__btn:hover,
.btn__zero.plan__btn:hover {
  background: #DB4324 !important;
  color: #fff !important;
  text-decoration: none !important;
}

#btnDomainSearch {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  border: none !important;
  color: #fff !important;
  transition: all 0.35s ease !important;
}
#btnDomainSearch:hover {
  background: linear-gradient(135deg, #D01383 0%, #DB4324 100%) !important;
  transform: translateY(-1px) !important;
}

.btn-primary {
  background-color: #DB4324 !important;
  border-color: #DB4324 !important;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #b83317 !important;
  border-color: #b83317 !important;
}

.badge-primary, .bg-primary { background-color: #DB4324 !important; }

.rts-hero__one {
  background: #ffffff !important;
  padding-top: 0 !important;
  padding-bottom: 100px !important;
  position: relative;
  overflow: hidden;
}
.rts-hero__one::before {
  background: none !important;
  display: none !important;
}
.rts-hero__one::after {
  background-image: none !important;
  background: radial-gradient(ellipse at 80% 50%, rgba(208, 19, 131, 0.06) 0%, transparent 60%) !important;
  z-index: 0 !important;
}
.rts-hero__blur-area {
  background: rgba(219, 67, 36, 0.15) !important;
  filter: blur(100px) !important;
}

.rts-hero__content h1 {
  color: #1a1a2e !important;
  font-size: clamp(42px, 5.5vw, 66px) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: -0.5px;
}

.rts-hero__content h6 {
  color: #DB4324 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  background: linear-gradient(135deg, rgba(219,67,36,0.10) 0%, rgba(208,19,131,0.10) 100%);
  display: inline-block !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  margin-bottom: 16px !important;
}
.rts-hero__content h6 span { color: #D01383 !important; }

.rts-hero__content .description {
  color: #4a4a6a !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  max-width: 490px;
}

.rts-hero__content .feature__list .feature__item {
  color: #2D3C58 !important;
  font-weight: 500 !important;
  font-size: 15px;
}
.rts-hero__content .feature__list .feature__item span {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  box-shadow: 0 2px 8px rgba(219, 67, 36, 0.30);
}
.rts-hero__content .feature__list .feature__item svg path { fill: #fff !important; }

.rts-hero__content p { color: #2D3C58 !important; }
.rts-hero__content p span { color: #DB4324 !important; }

.action-icon-btns a,
.product-column {
  background: #fff !important;
  border: 1px solid #FFD5CC !important;
  border-radius: 14px !important;
  transition: all 0.35s ease !important;
  box-shadow: 0 2px 12px rgba(219, 67, 36, 0.05) !important;
}
.action-icon-btns a:hover,
.product-column:hover {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(219, 67, 36, 0.25) !important;
}
.action-icon-btns a .ico-container i {
  color: #DB4324 !important;
  transition: color 0.3s ease, transform 0.3s ease !important;
}
.action-icon-btns a:hover .ico-container i {
  color: #fff !important;
  transform: scale(1.1) !important;
}

.card-accent-teal,
.card-accent-pomegranate,
.card-accent-sun-flower,
.card-accent-asbestos,
.card-accent-green { border-top: 3px solid #DB4324 !important; }

.card-accent-midnight-blue { border-top: 3px solid #D01383 !important; }

.product-column {
  padding: 40px 30px !important;
  border-radius: 14px !important;
  box-shadow: 0 4px 20px rgba(219, 67, 36, 0.07) !important;
}
.product-column h3,
.product-column .pricing-card-title {
  color: #1a1a2e !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
}
.product-column:hover .card-title { color: #fff !important; }
.product-column:hover .primary__btn {
  background: #fff !important;
  color: #DB4324 !important;
  box-shadow: none !important;
}
.service-column {
  border-left: 4px solid #DB4324 !important;
  border-radius: 0 14px 14px 0 !important;
}

.howCanWeHelpSec h3,
.clientHomePanelsSec h3 {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px !important;
}
section#main-body > div > div > h3 {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px !important;
}
.howCanWeHelpSec h3::after,
.clientHomePanelsSec h3::after,
section#main-body > div > div > h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #DB4324, #D01383);
  border-radius: 4px;
  margin-top: 10px;
  transition: width 0.4s ease;
}

footer.footer,
#footer {
  background: #1a1a2e !important;
  color: #ccc !important;
  border-top: none !important;
}
.footer-top {
  background: #1a1a2e !important;
  padding: 70px 0 50px !important;
}
.footer-bottom {
  background: #111128 !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  padding: 20px 0 !important;
}
.footer-bottom-content p.copyright {
  color: rgba(255,255,255,0.55) !important;
  font-size: 13px !important;
}

.footer-widget .widget-title {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px !important;
  position: relative;
  padding-bottom: 10px;
}
.footer-widget .widget-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #DB4324, #D01383);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}

.footer-widget-inner > p {
  color: rgba(255,255,255,0.55) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.footer-nav .nav-link,
.footer-nav a {
  color: rgba(255,255,255,0.55) !important;
  font-size: 14px !important;
  padding: 4px 0 !important;
  transition: color 0.25s ease, padding-left 0.25s ease !important;
}
.footer-nav .nav-link:hover,
.footer-nav a:hover {
  color: #DB4324 !important;
  padding-left: 6px !important;
  text-decoration: none !important;
}

.newsletter input {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
  border-radius: 8px 0 0 8px !important;
}
.newsletter input::placeholder { color: rgba(255,255,255,0.4) !important; }
.newsletter button[type="submit"] {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 0 8px 8px 0 !important;
  transition: all 0.3s ease !important;
}
.newsletter button[type="submit"]:hover { opacity: 0.85 !important; }

.footer-social a,
.footer-social i { color: rgba(255,255,255,0.55) !important; transition: color 0.25s ease !important; }
.footer-social a:hover { color: #DB4324 !important; }

.modal .btn-primary,
.modal-footer .btn-primary {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  border: none !important;
}

.form-control:focus {
  border-color: #DB4324 !important;
  box-shadow: 0 0 0 0.2rem rgba(219, 67, 36, 0.15) !important;
}

.sidebar .nav-link.active,
.sidebar .list-group-item.active {
  background-color: #DB4324 !important;
  border-color: #DB4324 !important;
  color: #fff !important;
}
.sidebar .nav-link { color: #2D3C58 !important; }
.sidebar .nav-link:hover { color: #DB4324 !important; background: #FFF6F5 !important; }

.alert-info {
  background-color: #FFF6F5 !important;
  border-color: #FFD5CC !important;
  color: #DB4324 !important;
}

.page-item.active .page-link {
  background-color: #DB4324 !important;
  border-color: #DB4324 !important;
}
.page-link { color: #DB4324 !important; }
.page-link:hover {
  background-color: #FFF6F5 !important;
  border-color: #FFD5CC !important;
  color: #DB4324 !important;
}

.clientHomePanelsSec {
  background: #FAFAFA !important;
  padding: 40px 30px !important;
  border-radius: 16px !important;
  border: 1px solid #FFE8E3 !important;
}
section#main-body { background: #fff !important; }

@keyframes brandFadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.howCanWeHelpSec,
.clientHomePanelsSec { animation: brandFadeInUp 0.6s ease forwards; }
.action-icon-btns .col-6:nth-child(1) a { animation: brandFadeInUp 0.5s ease 0.05s both; }
.action-icon-btns .col-6:nth-child(2) a { animation: brandFadeInUp 0.5s ease 0.10s both; }
.action-icon-btns .col-6:nth-child(3) a { animation: brandFadeInUp 0.5s ease 0.15s both; }
.action-icon-btns .col-6:nth-child(4) a { animation: brandFadeInUp 0.5s ease 0.20s both; }
.action-icon-btns .col-6:nth-child(5) a { animation: brandFadeInUp 0.5s ease 0.25s both; }
.rts-hero__content h6  { animation: brandFadeInUp 0.6s ease 0.1s both; }
.rts-hero__content h1  { animation: brandFadeInUp 0.7s ease 0.2s both; }
.rts-hero__content .description { animation: brandFadeInUp 0.7s ease 0.3s both; }
.rts-hero__content .feature     { animation: brandFadeInUp 0.7s ease 0.4s both; }
.rts-hero__content--group       { animation: brandFadeInUp 0.7s ease 0.5s both; }

@media (max-width: 991px) {
  .rts-hero__content h1 { font-size: clamp(32px, 8vw, 48px) !important; }
  .rts-hero__content .description { width: 100% !important; max-width: 100% !important; }
  .rts-hero__one { padding-top: 100px !important; padding-bottom: 70px !important; }
}
@media (max-width: 575px) {
  .rts-hero__content h1 { font-size: 32px !important; line-height: 1.2 !important; }
  .rts-hero__content--group {
    gap: 16px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .rts-hero__content--group .primary__btn,
  .rts-hero__content--group .plan__btn { width: 100% !important; text-align: center !important; }
}

/* =====================================================
   HEADER & NAVBAR — Seamless blend & relative positioning
   ===================================================== */
header.header,
header.header.transparent-header {
  position: relative !important;
  background: #ffffff !important;
  box-shadow: 0 2px 15px rgba(219, 67, 36, 0.06) !important;
  z-index: 100 !important;
}

header.header .bottombar {
  background: #ffffff !important;
}

header.header .logo-img {
  max-height: 44px !important;
  width: auto !important;
  display: block !important;
}

/* =====================================================
   HERO — Seamless blend with navbar & adjusted spacing
   ===================================================== */
.rts-hero__one,
section.rts-hero__one {
  background: #ffffff !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  position: relative;
  overflow: hidden;
}
.rts-hero__one::after {
  background-image: none !important;
  background: radial-gradient(ellipse at 80% 50%, rgba(208, 19, 131, 0.04) 0%, transparent 60%) !important;
}
.rts-hero__blur-area {
  background: rgba(219, 67, 36, 0.08) !important;
}

/* =====================================================
   DOMAIN SEARCH SECTION — Generous padding, left-aligned labels & centered buttons
   ===================================================== */
.home-domain-search,
#domain-search-section {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  padding: 60px 100px !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
}

.domain-search-wrapper {
  max-width: 820px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.home-domain-search h2,
#domain-search-section h2,
.domain-search-wrapper h2 {
  color: #ffffff !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  text-align: center !important;
  margin-bottom: 24px !important;
}

/* Full-width search input inside the constrained box */
.ds-search-row {
  width: 100% !important;
  margin-bottom: 16px !important;
}
.ds-input {
  width: 100% !important;
  height: 54px !important;
  border-radius: 12px !important;
  border: none !important;
  padding: 0 22px !important;
  font-size: 15px !important;
  color: #333 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
  box-sizing: border-box !important;
}
.ds-input:focus {
  outline: none !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18) !important;
}
.ds-input::placeholder { color: #888 !important; }

/* Side-by-side filter row (Include TLD & Max Length - left aligned labels) */
.ds-filters-row {
  display: flex !important;
  gap: 20px !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}
.ds-filter-item {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  text-align: left !important;
}
.ds-filter-label {
  display: block !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  letter-spacing: 0.3px !important;
  text-align: left !important;
}
.ds-select {
  width: 100% !important;
  height: 48px !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: #333 !important;
  background: #ffffff !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}
.ds-select:focus {
  outline: none !important;
}

/* Action buttons row — centered */
.ds-actions-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 24px !important;
}
.ds-btn {
  height: 48px !important;
  padding: 0 40px !important;
  border-radius: 25px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.3px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.ds-btn-search {
  background: linear-gradient(135deg, #DB4324 0%, #D01383 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}
.ds-btn-search:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}
.ds-btn-transfer {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.ds-btn-transfer:hover {
  background: rgba(255,255,255,0.15) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* "View all pricing" — centered & underlined */
.ds-pricing-link {
  text-align: center !important;
  margin-top: 15px !important;
}
.ds-pricing-link a {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: opacity 0.25s ease !important;
}
.ds-pricing-link a:hover {
  color: #ffffff !important;
  opacity: 0.85 !important;
  text-decoration: underline !important;
}
.ds-pricing-link a:hover {
  color: #ffffff !important;
  opacity: 0.85 !important;
  text-decoration: underline !important;
}
.ds-pricing-link a:hover {
  color: #ffffff !important;
  opacity: 0.85 !important;
  text-decoration: underline !important;
}

/* WHMCS default btn-link fallback */
.home-domain-search .btn-link,
.home-domain-search a.btn-link {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-align: center !important;
  display: block !important;
}

/* =====================================================
   HIDE "POWERED BY WHMCS" badge
   ===================================================== */
.powered-by-whmcs,
.whmcs-powered,
a[href*="whmcs.com"][class*="powered"],
img[src*="whmcs-badge"],
img[alt*="WHMCS"],
img[src*="powered"],
.btn-whmcs-powered,
[class*="powered-by"] {
  display: none !important;
}
/* WHMCS outputs a branded badge — hide via CSS targeting common patterns */
.footer ~ div a[href*="whmcs.com"],
#footer + * a[href*="whmcs.com"] {
  display: none !important;
}
/* Hide the entire whmcs powered badge container that appears before footer */
.whmcs-poweredby,
.poweredby,
div[style*="powered"] img,
p.powered,
.powered {
  display: none !important;
}

/* =====================================================
   FOOTER — Logo styling
   ===================================================== */
.footer-brand-logo {
  max-height: 50px !important;
  width: auto !important;
  display: block !important;
  margin-bottom: 16px !important;
  /* Invert to white for dark footer */
  filter: brightness(0) invert(1) !important;
}
.footer-logo {
  margin-bottom: 16px !important;
}

/* =====================================================
   NAVBAR — Fix/remove broken icon images in Store & More
   ===================================================== */
/* Hide broken img tags inside nav links (Store, More dropdowns) */
.primaryNavbar .nav-link img[src*="icon"],
.primaryNavbar .nav-item img,
.navbar-nav .nav-link img:not([src]),
.navbar-nav .nav-link img[src=""],
.bottombar img[alt=""] {
  display: none !important;
}
/* Make sure nav icons that use SVG or FontAwesome render cleanly */
.primaryNavbar .nav-link i,
.navbar-nav .nav-link i {
  font-size: 14px !important;
  color: #2D3C58 !important;
}
.primaryNavbar .nav-link:hover i,
.navbar-nav .nav-link:hover i {
  color: #DB4324 !important;
}

/* =====================================================
   RESPONSIVE — Domain search on mobile
   ===================================================== */
@media (max-width: 767px) {
  .home-domain-search,
  #domain-search-section {
    padding: 20px 20px !important;
  }
  .ds-filters-row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .ds-filter-item {
    width: 100% !important;
  }
  .ds-actions-row {
    flex-direction: column !important;
  }
  .ds-btn {
    width: 100% !important;
  }
}