/* Nxtdaddy / Laraware Pvt Ltd - Custom branding (Blue & Red) */

/* Accent red for primary CTAs where needed */
.btn-accent-red,
a.btn-accent-red {
  background-color: var(--accent-red) !important;
  border-color: var(--accent-red) !important;
  color: #fff !important;
}
.btn-accent-red:hover,
a.btn-accent-red:hover {
  background-color: var(--accent-red-dark) !important;
  border-color: var(--accent-red-dark) !important;
  color: #fff !important;
}

/* Hero gradient - blue to darker blue */
.bg-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 50%, var(--primary-darker) 100%) !important;
}

/* Footer brand strip */
.tt-footer .tt-footer-top {
  background: linear-gradient(180deg, var(--primary-darker) 0%, #002244 100%) !important;
}

/* Promo cards - use primary blue border on hover */
.tt-promo.tt-rounded:hover,
.card-accent-teal:hover,
.card-accent-pomegranate:hover,
.card-accent-green:hover {
  border-color: var(--primary) !important;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.15);
}

/* Navbar brand text */
.navbar-brand {
  font-weight: 700;
  color: var(--primary) !important;
  font-family: var(--font-family-monospace);
}
.navbar-brand:hover {
  color: var(--primary-dark) !important;
}

/* Price card featured badge - red accent */
.tt-popular-badge .badge.color-1-bg,
.badge.color-1.color-1-bg {
  background: var(--accent-red) !important;
  border-color: var(--accent-red) !important;
}

/* CTA support items */
.tt-support-item.bg-primary-light { background-color: var(--primary-light) !important; }
.tt-support-item.bg-danger-light a { color: var(--accent-red); }

/* Section headings */
.tt-section-heading h2 {
  color: var(--heading-color);
  font-weight: 700;
}

/* ========== Domain search - GoDaddy style ========== */
.home-domain-search-godaddy {
  margin-top: 0;
  margin-bottom: 2rem;
}
.tt-domain-card {
  background: linear-gradient(135deg, var(--primary-darker) 0%, var(--primary-dark) 50%, var(--primary) 100%);
  box-shadow: 0 20px 50px rgba(0, 82, 163, 0.35), 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
  position: relative;
}
.tt-domain-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.6;
}
.tt-domain-card-inner {
  position: relative;
  z-index: 1;
  padding: 2.5rem 2rem 2rem;
}
.tt-domain-head {
  margin-bottom: 1.5rem;
}
.tt-domain-title {
  color: #fff !important;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.35rem !important;
  letter-spacing: -0.02em;
}
.tt-domain-tagline {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  margin: 0;
  font-weight: 400;
}
.tt-domain-input-wrap {
  margin-bottom: 1.25rem;
}
.tt-domain-input-group {
  border-radius: var(--custom-radius);
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}
.tt-domain-input-group .form-control {
  height: 3.25rem;
  font-size: 1.05rem;
  border: none;
  padding-left: 1.25rem;
}
.tt-domain-input-group .form-control::placeholder {
  color: #999;
}
.tt-domain-btns .btn {
  padding: 0 1.5rem;
  font-weight: 600;
  border: none;
  white-space: nowrap;
}
.tt-domain-btns .btn-primary {
  background: var(--primary);
  color: #fff;
}
.tt-domain-btns .btn-primary:hover {
  background: var(--primary-dark);
  color: #fff;
}
.tt-domain-btns .btn-outline-light {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
}
.tt-domain-btns .btn-outline-light:hover {
  background: rgba(255,255,255,0.25);
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}
.tt-domain-btns-mobile { margin-top: 0.5rem; }
.tt-domain-btns-mobile .btn { margin-bottom: 0.5rem; }

/* Captcha - compact for domain search */
.home-domain-search-godaddy .domainchecker-homepage-captcha {
  margin-bottom: 1.25rem;
}
.home-domain-search-godaddy .domainchecker-homepage-captcha p {
  color: rgba(255,255,255,0.9) !important;
  font-size: 0.8rem;
  margin-bottom: 0.5rem !important;
}
.home-domain-search-godaddy #default-captcha-domainchecker {
  padding: 0.5rem 0 !important;
}
.home-domain-search-godaddy #default-captcha-domainchecker .form-control {
  height: 2.5rem;
  font-size: 0.95rem;
}
.home-domain-search-godaddy #inputCaptchaImage {
  max-height: 2.5rem;
  width: auto;
}

/* TLD row - pills */
.tt-domain-tld-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.tt-domain-tld-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.tt-tld-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255,255,255,0.12);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.85rem;
}
.tt-tld-name {
  color: #fff;
  font-weight: 600;
}
.tt-tld-price {
  color: #fff;
  font-weight: 500;
  opacity: 0.95;
}
.tt-domain-view-all {
  color: rgba(255,255,255,0.95) !important;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.tt-domain-view-all:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .tt-domain-card-inner { padding: 1.5rem 1.25rem; }
  .tt-domain-title { font-size: 1.35rem !important; }
  .tt-domain-input-group .input-group-append { flex-wrap: wrap; }
  .tt-domain-btns .btn { flex: 1 1 auto; }
  .tt-domain-tld-row { flex-direction: column; align-items: flex-start; }
}

/* ========== Store mega menu - icons & improved UI ========== */
.tt-main-header .dropdown-menu.tt-store-mega {
  padding: 1rem 0.5rem !important;
  min-width: 320px;
  max-width: 560px;
  border-radius: var(--custom-radius);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border: 1px solid var(--border-color);
}
.tt-main-header #Primary_Navbar-Store .dropdown-menu.tt-store-mega.show {
  display: flex !important;
  flex-wrap: wrap;
  padding: 1rem !important;
}
.tt-main-header #Primary_Navbar-Store .dropdown-menu.tt-store-mega.show li {
  flex: 0 0 50%;
  max-width: 50%;
}
.tt-nav-item-with-icon .dropdown-item {
  display: inline-flex !important;
  align-items: center;
  padding: 0.5rem 1rem !important;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.tt-nav-item-with-icon .dropdown-item:hover {
  background: var(--primary-light) !important;
  color: var(--primary-dark) !important;
}
.tt-nav-icon {
  width: 1.25em;
  text-align: center;
  color: var(--primary);
  font-size: 0.95em;
}
.tt-nav-item-with-icon .dropdown-item:hover .tt-nav-icon {
  color: var(--primary-dark);
}
/* Remove old arrow-from-before for Store when using icons */
.tt-main-header #Primary_Navbar-Store .dropdown-menu.tt-store-mega li a:before {
  display: none;
}
.tt-main-header #Primary_Navbar-Store .dropdown-menu.tt-store-mega li a:hover {
  margin-left: 0;
}

/* ========== Store / inner pages: visible colors ========== */
/* Page header: title + breadcrumb readable on blue gradient */
.tt-page-header .tt-page-header-info h1,
.tt-page-header .tt-page-header-info p {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.tt-breadcrumb {
  background: rgba(255,255,255,0.95) !important;
}
.tt-breadcrumb ol li a,
.tt-breadcrumb ol li.active {
  color: var(--heading-color) !important;
}
.tt-breadcrumb ol li a:hover {
  color: var(--primary) !important;
}
.tt-triangle-right {
  border-bottom-color: rgba(255,255,255,0.95) !important;
}

/* ========== Homepage UI/UX improvements ========== */

/* Section titles (reusable) */
.tt-section-title {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem !important;
}
.tt-section-sub {
  font-size: 1.05rem;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.tt-home-hero .tt-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.tt-home-hero .tt-hero-lead {
  font-size: 1.05rem;
  opacity: 0.95;
  max-width: 28em;
}
.tt-home-hero .tt-hero-btns .btn {
  border-radius: 8px;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.tt-home-hero .tt-hero-btns .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.tt-home-hero .tt-hero-img-wrap {
  max-width: 100%;
}
.tt-home-hero .hero-img {
  max-height: 280px;
  width: auto;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,0.15));
}

/* Why Choose Nxtdaddy – feature cards */
.tt-home-features .tt-feature-card {
  background: #fff;
  border-radius: var(--custom-radius);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.tt-home-features .tt-feature-card:hover {
  box-shadow: 0 8px 24px rgba(0,102,204,0.12);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.tt-home-features .tt-feature-card h6 {
  font-weight: 600;
  color: var(--heading-color);
}
.tt-home-features .tt-feature-card small {
  font-size: 0.8rem;
}

/* Promo cards (Announcements, Network Status, etc.) */
.tt-home-promo .tt-promo-card {
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tt-home-promo .tt-promo-card:hover {
  box-shadow: 0 8px 24px rgba(0,102,204,0.12);
  border-color: var(--primary);
  transform: translateY(-4px);
}
.tt-home-promo .tt-promo-card .ico-container {
  margin-bottom: 0.5rem;
}
.tt-home-promo .tt-promo-card i {
  font-size: 2rem !important;
  color: var(--primary) !important;
}

/* Pricing section */
.tt-home-pricing .tt-price-card {
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.tt-home-pricing .tt-price-card:hover {
  box-shadow: 0 8px 28px rgba(0,102,204,0.12);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.tt-home-pricing .tt-price-card .btn {
  border-radius: 8px;
  font-weight: 600;
}
.tt-home-pricing .tt-domain-cta-card {
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s, border-color 0.25s;
}
.tt-home-pricing .tt-domain-cta-card:hover {
  box-shadow: 0 6px 20px rgba(0,102,204,0.1);
  border-color: var(--primary);
}

/* Services (Browse products) */
.tt-home-services .tt-service-single {
  transition: transform 0.25s;
}
.tt-home-services .tt-service-single:hover {
  transform: translateY(-2px);
}
.tt-home-services .tt-service-info .tt-read-more {
  font-weight: 500;
}

/* Testimonials */
.tt-home-testimonials .tt-testimonial-card {
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.25s;
}
.tt-home-testimonials .tt-testimonial-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.tt-home-testimonials .tt-testimonial-author h6 {
  font-weight: 600;
  color: var(--heading-color);
}
.tt-home-testimonials .tt-review img {
  height: 18px;
  width: auto;
}

/* Account links */
.tt-home-account .tt-account-card {
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.tt-home-account .tt-account-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  transform: translateY(-3px);
  border-color: var(--primary);
}
.tt-home-account .tt-account-card img {
  max-height: 48px;
  width: auto;
}

/* CTA section */
.tt-home-cta .tt-cta-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--heading-color);
}
.tt-home-cta .tt-support-item {
  transition: transform 0.2s, box-shadow 0.2s;
}
.tt-home-cta .tt-support-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.tt-home-cta .tt-cta-img {
  border-radius: var(--custom-radius);
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Specialization section – Fintech, School, Banking */
.tt-home-specialization {
  background: #fff;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.tt-home-specialization .badge-primary {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
.tt-spec-card {
  background: var(--gray-light);
  border-radius: var(--custom-radius);
  border: 1px solid var(--border-color);
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
}
.tt-spec-card:hover {
  box-shadow: 0 8px 24px rgba(0,102,204,0.12);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.tt-spec-card h3 {
  color: var(--heading-color);
  font-weight: 700;
}
.tt-spec-icon {
  width: 72px;
  height: 72px;
  background: var(--primary-light);
  color: var(--primary);
}
.tt-spec-icon-school {
  background: #e8f5e9;
  color: #2e7d32;
}
.tt-spec-icon-bank {
  background: #e3f2fd;
  color: #1565c0;
}
.tt-home-specialization .btn-outline-primary {
  font-weight: 500;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .tt-home-hero .tt-hero-btns .btn { margin-bottom: 0.5rem; }
  .tt-home-features .tt-feature-card { margin-bottom: 1rem; }
}

/* ========== In the News ========== */
.tt-in-the-news .tt-section-title {
  color: var(--heading-color);
  font-weight: 700;
}
.tt-in-the-news .tt-news-card {
  border-radius: var(--custom-radius, 8px);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}
.tt-in-the-news .tt-news-card:hover {
  box-shadow: 0 8px 24px rgba(0, 102, 204, 0.15);
  transform: translateY(-2px);
}
.tt-in-the-news .tt-news-card .card-title {
  font-weight: 600;
  line-height: 1.35;
}
.tt-in-the-news .tt-read-more {
  font-size: 0.9rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.tt-in-the-news .tt-read-more:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}
