/* ====================
   Global Styles
==================== */


া
.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-no-gap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  
}


body > .page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}






.logo-text {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.5px;
  white-space: nowrap;
  margin-left: 8px;
}

.logo-domain {
  color: #D90429;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -1px;
}

/*Nav bar css */

  body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
  }

  /* Sticky Navbar Fix */
  .navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #002b5e;
    padding: 0.7rem 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
  }

  .navbar-sticky.shadow-sm {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    background-color: #003580;
  }

  .navbar-brand span {
    font-size: 20px;
    font-weight: 700;
    color: #ff5722;
  }

  .navbar-nav .nav-link {
    font-weight: 500;
    color: #e1eaff;
    transition: color 0.2s ease-in-out;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link.active {
    color: #ff5722;
  }

  .navbar-toggler {
    border: none;
    font-size: 1rem;
    color: #007bff;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
.navbar-toggler-icon{
        background-color: #ff5722;

}
  .dropdown-menu {
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    animation: dropdownFade 0.2s ease;
    background-color: #007bff;
  }

  @keyframes dropdownFade {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .dropdown-item {
    font-weight: 500;
    color: #005cb3;
    padding: 0.5rem 1rem;
  }

  .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #d90429;
  }

  @media (max-width: 991.98px) {
    .navbar-collapse {
      background-color: #002b5e;
      padding: 1rem;
      border-radius: 0.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .navbar-nav .nav-item {
      margin-bottom: 10px;
    }

    .navbar-nav .dropdown-menu {
      padding-left: 1rem;
      box-shadow: none;
    }

    .navbar-nav .dropdown-item {
      padding-left: 1.5rem;
      color: #e1eaff;
    }

    .dropdown-item:hover {
      background-color: #ff5722;
      color: #fff;
    }
  }


/*Domain Search Designg Hostinger */

/* Add inside your style.css */
.domain-grid-section .badge {
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.domain-grid-section h4 {
  margin-bottom: 10px;
}
.domain-grid-section p {
  font-size: 0.95rem;
}

  /* পুরো হিরো সেকশন ব্যাকগ্রাউন্ড */


 .home-hero-section {
  background-color: #003366; /* Dark, clean royal blue */
  /* Alternatively, you can try:#003366, #004080, #001f4d, #012a4a */
  color: #fff;
  padding: 80px 15px 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-hero-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  user-select: none;
}

.hostinger-highlight {
  color: #ff6347;
  font-weight: 700;
  font-size: 1.5rem;
}

.home-hero-subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #cfd8dc;
  user-select: none;
}

/* Form container */
#domainSearchForm {
  max-width: 900px;
  margin: 0 auto;
}

/* Input group styling */
.input-group-lg > .form-control {
  padding: 1.2rem 1rem;
  font-size: 1.15rem;
  border-radius: 8px 0 0 8px;
  border: none;
}

/* Search button */
.btn-tomato {
  background-color: #ff5722;
  color: white;
  font-weight: 700;
  font-size: 1.15rem;
  border-radius: 0 8px 8px 0;
  border: none;
  padding: 1.2rem 1.8rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 87, 34, 0.4);
  cursor: pointer;
}
.btn-tomato:hover,
.btn-tomato:focus {
  background-color: #e64a19;
  color: #fff;
}

/* Shadow for input group */
.input-group {
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Searching message */
#searchingMessage {
  font-size: 1rem;
}

/* Result table container */
.result-table {
  background: #fff;
  padding: 25px 20px;
  margin-top: 50px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Table header */
.table thead th {
  background-color: #f0f5ff;
  font-weight: 700;
  color: #002b5e;
}

/* Price strike-through effect (if needed) */
.price-strike {
  color: #444;
}

/* Different colors for table rows */
.text-success {
  color: #2e7d32 !important;
}

.text-danger {
  color: #d32f2f !important;
}

/* Result title */
.result-table h4 {
  font-weight: 700;
  user-select: none;
}

/* Responsive */
@media (max-width: 576px) {
  .home-hero-title {
    font-size: 2rem;
  }
  .home-hero-subtitle {
    font-size: 1rem;
  }
  #domainSearchForm {
    max-width: 100%;
    padding: 0 10px;
  }
}



/*   Feature Cards - Hostinger Style
==================== */
.feature-card {
  background: linear-gradient(135deg, #faf8ff, #f2f1fb);
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  padding: 2.2rem 1.8rem;
  box-shadow: 0 4px 12px rgba(103, 61, 230, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #e0dbff;
}

.feature-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 28px rgba(103, 61, 230, 0.12);
  background: linear-gradient(135deg, #f7f3ff, #ede9fc);
}

.feature-card i {
  color: #673de6;
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
  background: #ece7ff;
  padding: 18px;
  border-radius: 50%;
  transition: 0.3s;
}

.feature-card:hover i {
  background: #673de6;
  color: #fff;
}

.feature-card h5 {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* ====================
   Footer Styles
==================== */
.footer {
  background-color: #002B5B; /* Dark Navy */
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 2rem 1rem;
  border-top: none;
  flex-shrink: 0;
}

.footer h5, .footer h6 {
  color: #FFC107; /* Amber */
  margin-bottom: 14rem;
}

.footer p, .footer a {
  color: #eee !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #D90429 !important;
}

/* Responsive Footer */
@media (max-width: 576px) {
  .footer {
    font-size: 0.85rem;
    padding: 1.5rem 1rem;
  }
}


.footer-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px; /* You can change this to 13px or 16px later */
}

.footer-link:hover {
  color: #ffcc00;
  text-decoration: underline;
}




/* ====================
   Table Styles - Hostinger Color Theme
==================== */
.result-table table {
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
  width: 100%;
}

.result-table thead th {
  background: #673de6; /* Hostinger purple */
  color: #ffffff;
  border: none !important;
  font-weight: 600;
  padding: 14px 16px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 15px;
}

.result-table tbody tr {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(103, 61, 230, 0.08);
  transition: box-shadow 0.3s, transform 0.2s;
}

.result-table tbody tr:hover {
  box-shadow: 0 10px 24px rgba(103, 61, 230, 0.15);
  transform: translateY(-2px);
}

.result-table tbody td {
  vertical-align: middle !important;
  padding: 16px 12px;
  border: none !important;
  font-size: 15px;
  color: #333;
}

/* Availability status */
.text-success {
  color: #28c76f !important;
  font-weight: 600;
}

.text-danger {
  color: #ea5455 !important;
  font-weight: 600;
}

/* Table price styling */
.result-table tbody td.text-warning {
  color: #ff9f43 !important;
}

/* Button styling inside table */
.result-table .btn-tomato {
  background-color: #673de6;
  color: #fff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  transition: 0.3s ease-in-out;
}

.result-table .btn-tomato:hover {
  background-color: #5a32cc;
  color: #fff;
}

/* Spinner & Searching message styling */
#searchingMessage {
  font-weight: 600;
  font-style: italic;
  color: #673de6;
  font-size: 16px;
}

/* ====================
   Responsive Adjustments
==================== */
@media (max-width: 768px) {
  .navbar-brand svg {
    width: 40px;
    height: 40px;
  }
  .logo-text {
    font-size: 24px;
  }
  main h1 {
    font-size: 1.8rem;
  }
  .domain-card {
    padding: 1rem;
  }
  .feature-card {
    padding: 1.5rem 1rem;
  }
}

/* Hostinger Style Colors */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f7f9fc;
}

.text-tomato {
  color: #673de6; /* Hostinger purple */
}

.btn-tomato {
  background-color: #673de6;
  color: #fff;
  transition: 0.3s ease;
  border: none;
}

.btn-tomato:hover {
  background-color: #532fd4;
  color: #fff;
}

.input-group .form-control {
  border: 2px solid #673de6;
  box-shadow: none;
}

.input-group .form-control:focus {
  border-color: #532fd4;
  box-shadow: 0 0 0 0.2rem rgba(103, 61, 230, 0.25);
}

.navbar {
  border-bottom: 3px solid #673de6;
}

.logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #673de6;
}

.logo-tops {
  color: #673de6;
}

.logo-domain {
  color: #ff6b81;
}

.table thead {
  background-color: #f0f4ff;
  color: #333;
}

.table-bordered th,
.table-bordered td {
  vertical-align: middle;
}

.result-table {
  border-top: 3px solid #673de6;
}

/* Spinner color */
.spinner-grow.text-danger {
  color: #673de6 !important;
}


/*CTA  section */
.hero {
  background: linear-gradient(to right, #673ab7, #512da8);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.btn {
  background: #ffc107;
  color: #000;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
}

.btn:hover {
  background: #ff9800;
}
/*Sticky CTA*/

.hero {
  background: linear-gradient(to right, #673ab7, #512da8);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.btn {
  background: #ffc107;
  color: #000;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
}

.btn:hover {
  background: #ff9800;
}


/*Update css*/


/* ====================
   Full Width Fixes for Hero & Sticky CTA
==================== */
.hero,
.sticky-cta {
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.hero {
  background: linear-gradient(to right, #673ab7, #512da8);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.hero .btn {
  background: #ffc107;
  color: #000;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
}

.hero .btn:hover {
  background: #ff9800;
}

/* Sticky CTA full-width fix */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #512da8;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  width: 100%;
}

.sticky-cta p {
  margin: 0;
  font-size: 1rem;
}

.sticky-cta a {
  background: #ffc107;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
}

.sticky-cta a:hover {
  background: #ff9800;
  color: #fff;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .sticky-cta {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .hero h1 {
    font-size: 2rem;
  }
}

/*Why Hostiger is the best way to */

/* Section background - clean white like Google */
.hostinger-best-section {
  background-color: #ffffff; /* pure white background */
}

/* Each feature box - white with soft shadow */
.feature-box {
  background-color: #ffffff; /* box background white */
  padding: 25px;
  border-radius: 12px;
  height: 100%;
  color: #333; /* dark gray text */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); /* soft clean shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); /* elevated shadow on hover */
}

/* Icon style */
.icon-style {
  color: #ff4f00; /* tomato/orange */
  margin-bottom: 15px;
}

/* Heading */
.feature-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Paragraph */
.feature-box p {
  font-size: 15px;
  margin: 0;
}

/*Best Wordpress Hosting page */


/* Hero Section */
.hero-section {
  padding: 5rem 1.5rem;
}

.hero-container {
  max-width: 1100px;
  margin: 0 auto;
}

.hero-header {
  text-align: center;
  margin-bottom: 3rem;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
}

.hero-subtitle {
  margin-top: 1rem;
  font-size: 1.125rem;
  color: #64748b;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Featured Image */
.hero-image-wrapper {
  margin-bottom: 3.5rem;
  text-align: center;
}

.hero-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Blog Content */
.blog-content {
  font-size: 1.125rem;
  color: #334155;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}

.feature-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.feature-list li {
  margin-bottom: 0.75rem;
}

.testimonial-box {
  border-left: 4px solid #4f46e5;
  background-color: #eef2ff;
  color: #4338ca;
  font-style: italic;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin: 2rem 0;
}

/* CTA Section */

/*hostinger/compare page */

.comparison-heading {
    color: #0a2540; /* Indigo */
    font-weight: bold;
  }
  .table thead {
    background: linear-gradient(90deg, #4b0082, #6a0dad);
    color: #fff;
  }
   /*WHY  Hostinger is the bse s Section */
        
        
        .section-title {
  font-size: 36px;
  line-height: 1.4;
  font-family: 'Segoe UI', sans-serif;
  color: #1f2937;
  position: relative;
  z-index: 1;
}

.section-title::after {
  content: 'Trusted by 25,000+ Bangladeshi Websites';
  font-size: 14px;
  color: #0073e6;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: #e0f2fe;
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(0, 115, 230, 0.1);
}

        
.hostinger-best-section {
  background: linear-gradient(to right, #f5faff, #eaf4ff);
  border-top: 5px solid #0073e6;
  border-bottom: 5px solid #0073e6;
  padding: 70px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.hostinger-best-section .section-title {
  font-size: 36px;
  color: #111827;
  margin-bottom: 60px;
  position: relative;
}

.hostinger-best-section .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #0073e6;
  margin: 12px auto 0;
  border-radius: 2px;
}

.feature-box {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 15px;
  padding: 30px 25px;
  box-shadow: 0 6px 18px rgba(0, 115, 230, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 115, 230, 0.15);
}

.feature-box .icon-style {
  color: #0073e6;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.feature-box:hover .icon-style {
  color: #0056b3;
}

.feature-box h3 {
  font-size: 22px;
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-box p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

   


  
