/* Domain Registration Section Styles */
      .domain-registration-section {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 80px 0;
        position: relative;
        overflow: hidden;
      }
      
      .domain-registration-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23dc3545' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
        opacity: 0.5;
        z-index: 0;
      }
      
      .domain-registration-section .container {
        position: relative;
        z-index: 1;
      }
      
      .domain-registration-section .theme-section-heading h2 {
        font-size: 2.8rem;
        margin-bottom: 15px;
        background: linear-gradient(135deg, #dc3545 0%, #ff6a6a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
      }
      
      .domain-registration-section .section-subheading {
        font-size: 1.2rem;
        max-width: 800px;
        margin: 0 auto 30px;
      }
      
      .premium-domain-banner {
        background: linear-gradient(135deg, #dc3545, #ff6a6a);
        color: white;
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 15px 30px rgba(220,53,69,0.2);
        position: relative;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
      }
      
      .premium-domain-banner:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(220,53,69,0.3);
      }
      
      .premium-domain-banner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        /* Removing the line pattern that makes text hard to read */
        background: none;
        z-index: 0;
      }
      
      .premium-domain-banner .row {
        position: relative;
        z-index: 1;
      }
      
      .premium-domain-banner h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
      }
      
      .premium-domain-banner p {
        font-size: 16px;
        margin-bottom: 25px;
        opacity: 0.95;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
      }
      
      .premium-domain-banner .theme-btn {
        padding: 12px 25px;
        font-weight: 600;
        border-radius: 50px;
        background: rgba(255,255,255,0.2);
        border: 2px solid rgba(255,255,255,0.5);
        color: white;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
      }
      
      .premium-domain-banner .theme-btn:hover {
        background: rgba(255,255,255,0.3);
        border-color: rgba(255,255,255,0.8);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      }
      
      .domain-pricing-header {
        margin-bottom: 30px !important;
      }
      
      .domain-pricing-header h3 {
        font-size: 2.2rem;
        margin-bottom: 10px;
        color: #333;
      }
      
      .domain-pricing-header p {
        font-size: 1.1rem;
        color: #666;
      }
      
      .domain-price-card {
        background: white;
        border-radius: 15px;
        padding: 35px 25px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        height: 100%;
        border: 1px solid rgba(0,0,0,0.05);
        position: relative;
        overflow: hidden;
      }
      
      .domain-price-card::after {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%);
        opacity: 0;
        transform: scale(0.5);
        transition: transform 0.5s ease, opacity 0.5s ease;
        z-index: 0;
      }
      
      .domain-price-card:hover {
        transform: translateY(-15px) scale(1.03);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12);
        border-color: rgba(220,53,69,0.2);
      }
      
      .domain-price-card:hover::after {
        opacity: 1;
        transform: scale(1);
      }
      
      .domain-price-card > * {
        position: relative;
        z-index: 1;
      }
      
      .domain-extension {
        font-size: 28px;
        font-weight: 800;
        color: #333;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
        position: relative;
        display: inline-block;
      }
      
      .domain-extension::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #dc3545, #ff6a6a);
        border-radius: 3px;
      }
      
      .domain-price {
        margin-bottom: 25px;
        position: relative;
      }
      
      .domain-price::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(0,0,0,0.05);
        transform: translateY(-50%);
      }
      
      .domain-price .currency {
        font-size: 22px;
        vertical-align: top;
        position: relative;
        top: 5px;
        color: #555;
        font-weight: 500;
      }
      
      .domain-price .amount {
        font-size: 42px;
        font-weight: 800;
        color: #dc3545;
        position: relative;
        z-index: 1;
        background: white;
        padding: 0 10px;
      }
      
      .domain-price .period {
        font-size: 16px;
        color: #666;
        font-weight: 500;
      }
      
      .domain-features ul {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
        text-align: left;
      }
      
      .domain-features ul li {
        padding: 10px 0;
        color: #555;
        font-size: 15px;
        border-bottom: 1px dashed rgba(0,0,0,0.05);
        transition: all 0.3s ease;
      }
      
      .domain-features ul li:last-child {
        border-bottom: none;
      }
      
      .domain-price-card:hover .domain-features ul li {
        transform: translateX(5px);
      }
      
      .domain-features ul li i {
        margin-right: 10px;
        font-size: 16px;
        width: 20px;
        text-align: center;
        transition: all 0.3s ease;
      }
      
      .domain-features ul li i.bi-check-circle-fill {
        color: #4CAF50;
      }
      
      .domain-features ul li i.bi-shield-check {
        color: #2196F3;
      }
      
      .domain-features ul li i.bi-envelope {
        color: #ff9800;
      }
      
      .domain-features ul li i.bi-lock {
        color: #9c27b0;
      }
      
      .domain-price-card:hover .domain-features ul li i {
        transform: scale(1.2);
      }
      
      .domain-btn {
        display: inline-block;
        background: linear-gradient(135deg, #dc3545, #ff6a6a);
        color: white;
        padding: 12px 30px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.3s ease;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
      }
      
      .domain-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
        transition: all 0.6s ease;
        z-index: -1;
      }
      
      .domain-btn:hover {
        background: linear-gradient(135deg, #c82333, #ff5252);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(220,53,69,0.3);
      }
      
      .domain-btn:hover::after {
        left: 100%;
      }
      
      /* Domain Comparison Table Styles */
      .domain-comparison-container {
        background: white;
        border-radius: 15px;
        padding: 50px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
        border: 1px solid rgba(0,0,0,0.05);
        position: relative;
        overflow: hidden;
      }
      
      .domain-comparison-container h3 {
        font-size: 2rem;
        margin-bottom: 30px;
        color: #333;
        position: relative;
        display: inline-block;
      }
      
      .domain-comparison-container h3::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #dc3545, #ff6a6a);
        border-radius: 3px;
      }
      
      .domain-comparison-table {
        margin-bottom: 0;
        border-collapse: separate;
        border-spacing: 0;
        width: 100%;
      }
      
      .domain-comparison-table th {
        background-color: #f8f9fa;
        font-weight: 600;
        text-align: center;
        padding: 18px 15px;
        border: none;
        border-bottom: 2px solid #e9ecef;
        color: #444;
        font-size: 16px;
        position: relative;
      }
      
      .domain-comparison-table th:first-child {
        text-align: left;
        border-top-left-radius: 10px;
      }
      
      .domain-comparison-table th:last-child {
        border-top-right-radius: 10px;
      }
      
      .domain-comparison-table td {
        text-align: center;
        padding: 16px 15px;
        vertical-align: middle;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        color: #555;
        font-size: 15px;
        transition: all 0.3s ease;
      }
      
      .domain-comparison-table td:first-child {
        text-align: left;
        font-weight: 500;
        color: #333;
      }
      
      .domain-comparison-table td.highlight {
        font-weight: 700;
        color: #dc3545;
        position: relative;
      }
      
      .domain-comparison-table td.highlight::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(220,53,69,0.05);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }
      
      .domain-comparison-table tr:hover td {
        background-color: rgba(0,0,0,0.01);
      }
      
      .domain-comparison-table tr:hover td.highlight::before {
        opacity: 1;
      }
      
      .domain-comparison-table .text-success {
        color: #4CAF50 !important;
        font-size: 18px;
      }
      
      .domain-comparison-table .text-danger {
        color: #f44336 !important;
        font-size: 18px;
      }
      
      /* Domain Search Box Styles */
      .domain-search-box {
        background: white;
        border-radius: 15px;
        padding: 50px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.08);
        margin-top: 60px;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,0.05);
      }
      
      .domain-search-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: 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='%23dc3545' fill-opacity='0.05'%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");
        opacity: 0.5;
        z-index: 0;
      }
      
      .domain-search-box > * {
        position: relative;
        z-index: 1;
      }
      
      .domain-search-box h3 {
        font-size: 30px;
        margin-bottom: 15px;
        color: #333;
        font-weight: 700;
      }
      
      .domain-search-box p {
        color: #666;
        margin-bottom: 30px;
        font-size: 16px;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
      }
      
      .domain-search-form {
        max-width: 80%;
        margin: 0 auto;
      }
      
      .domain-search-form .input-group {
        box-shadow: 0 10px 20px rgba(0,0,0,0.08);
        border-radius: 50px;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,0.08);
        height: 60px;
        background: #ffffff;
        display: flex;
        align-items: stretch;
      }
      
      .domain-search-form input {
        border: none;
        padding: 10px 25px;
        font-size: 15px;
        background: #ffffff;
        transition: all 0.3s ease;
        flex: 1;
        color: #333;
        font-weight: 500;
      }
      
      .domain-search-form input:focus {
        background: white;
        box-shadow: inset 0 0 0 2px rgba(220,53,69,0.1);
        outline: none;
      }
      
      .domain-search-form input::placeholder {
        color: #888;
        opacity: 0.8;
      }
      
      .domain-search-form .search-btn {
        background: linear-gradient(135deg, #dc3545, #ff6a6a);
        color: white;
        border: none;
        padding: 0 30px;
        font-weight: 700;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        min-width: 120px;
        box-shadow: 0 5px 15px rgba(220,53,69,0.3);
        cursor: pointer;
      }
      
      .domain-search-form .search-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
        transition: all 0.6s ease;
        z-index: -1;
      }
      
      .domain-search-form .search-btn:hover {
        background: linear-gradient(135deg, #c82333, #ff5252);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(220,53,69,0.4);
        letter-spacing: 1.5px;
      }
      
      .domain-search-form .search-btn:hover::after {
        left: 100%;
      }
      
      .domain-features-badges {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 20px;
      }
      
      .domain-feature-badge {
        display: inline-flex;
        align-items: center;
        background: rgba(220,53,69,0.05);
        color: #555;
        padding: 8px 20px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;
        border: 1px solid rgba(220,53,69,0.1);
      }
      
      .domain-feature-badge:hover {
        background: rgba(220,53,69,0.1);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        color: #dc3545;
      }
      
      .domain-feature-badge i {
        margin-right: 8px;
        font-size: 16px;
      }
      .domain-tag-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  z-index: 10;
  position: relative;
}

.domain-extension-item {
  background: white;
  color: #dc3545;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: rotate(-5deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.domain-extension-item:hover {
  transform: rotate(-5deg) translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.domain-extension-item.highlight {
  background: #dc3545;
  color: white;
}
.feature-icon {
  font-size: 2.5rem;
  color: #dc3545;
  margin-bottom: 20px;
}