/* Web Hosting custom CSS start */

/* Main colors */
.main-blue-color {
  background-color: #050b41 !important;
}


/* Badge styling */
.most-popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a1a3c;
  color: #fff;
  padding: 8px 35px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
}

/* Larger styling for the middle card */
.most-popular-card {
  transform: scale(1.1);
  border: 2px solid #1a1a3c;
}

.pricing-new-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

/* Hover effect */
.pricing-new-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-section {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.feature-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box img {
  width: 50px;
  margin-bottom: 15px;
}

.feature-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1c1e21;
}

.feature-text {
  color: #6c757d;
  font-size: 0.9rem;
}

/* Button styles */
.primary-green-btn {
  display: inline-block;
  background-color: #7fb800 !important;
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  text-align: center !important;
}

.primary-green-btn:hover {
  background-color: #68a300 !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}


.features-box {
  transition: transform 0.3s, box-shadow 0.3s;
  border: 3px solid #050b41 ;
}



.features-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.features-box-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20%;
  margin: 0 auto;
  border: 4px solid #7fb800;
  background: #050b41 !important;
}

h5 {
  color: #050b41 !important;
}

.icon-size-lg {
  font-size: 30px;
}

.section-heading h2,
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #050b41;
}

.features-box-content h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #050b41;
}

.section-description {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 50px;
}

.card-custom {
  background-color: #fff;
  border: none;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-header-custom {
  font-size: 1.5rem;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 20px;
}

.card-content {
  color: #444;
  font-size: 1.1rem;
}

.link-custom {
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}

.link-custom:hover {
  text-decoration: underline;
}

.rule-list {
  text-align: left;
  padding-left: 20px;
}

.rule-list li {
  margin-bottom: 10px;
  color: #555;
}

.domain-box-new {
  max-width: 300px;
  max-height: 400px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  padding: 20px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.domain-box-new h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.domain-box-new p {
  font-size: 14px;
  color: #666;
}

.btn-primary-new {
  background-color: #050b41;
  color: #fff;
  border: none;
}

.btn-primary-new:hover {
  background-color: #003366;
  color: #fff;
}

.btn-secondary-new {
  background-color: #ccc;
  color: #fff;
  border: none;
}

.btn-secondary-new:hover {
  background-color: #999;
  color: #fff;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .col-md-6.col-lg-4,
  .custom-feature-box {
    margin-left: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .features-box,
  .custom-feature-box {
    margin: 0 auto;
  }
}



  .custom-center-new {
    display: flex;
    justify-content: center; /* Default for all screens */
  }
  @media (min-width: 768px) {
    .custom-center-new {
      justify-content: flex-start;  
      text-align: center; /* Override for larger screens */
    }
  }



  
  /* General Section Styling */
  .new-s-custom-section {
      background: linear-gradient(135deg, #f0f8ff, #ffffff);
      border-radius: 20px;
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
      padding: 50px 30px;
      overflow: hidden;
      position: relative;
      z-index: 1;
  }

  /* Decorative Element */
  .new-s-custom-section::before {
      content: "";
      position: absolute;
      top: -20px;
      right: -50px;
      width: 200px;
      height: 200px;
      background: rgba(5, 11, 65, 0.1);
      border-radius: 50%;
      z-index: -1;
  }

  .new-s-custom-section::after {
      content: "";
      position: absolute;
      bottom: -20px;
      left: -50px;
      width: 250px;
      height: 250px;
      background: rgba(5, 11, 65, 0.1);
      border-radius: 50%;
      z-index: -1;
  }

  /* Heading Styling */
  .new-s-custom-heading {
      font-family: 'Poppins', sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      color: #050B41;
      margin-bottom: 15px;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }

  /* Paragraph Styling */
  .new-s-custom-text {
      font-family: 'Roboto', sans-serif;
      font-size: 1rem;
      line-height: 1.8;
      color: #333;
      margin-bottom: 20px;
  }

  /* Image Styling */
  .new-s-custom-image img {
      max-width: 100%;
      /* border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
      transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .new-s-custom-image img:hover {
      transform: scale(1.05);
      /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
  }

  /* Button Styling */
  .new-s-cta-btn {
      display: inline-block;
      padding: 12px 30px;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      background-color: #050B41;
      border: none;
      border-radius: 25px;
      text-decoration: none;
      box-shadow: 0 4px 15px rgba(5, 11, 65, 0.3);
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .new-s-cta-btn:hover {
      background-color: #2948ff;
      box-shadow: 0 6px 20px rgba(5, 11, 65, 0.5);
  }




  /* new add cards section css  */

  
  /* Enhanced section styles */
  .feature-section {
      background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
      padding: 6rem 0;
  }

  /* Improved heading styles */
  .section-heading h2 {
      position: relative;
      color: #1a365d;
  }

  .section-heading.text-center::after {
      
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 4px;
      background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 100%);
      border-radius: 2px;
  }

  /* Enhanced card styles with original classes */
  .features-box {
      margin-top: 10px;
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      position: relative;
      background: #ffffff;
      border: 2px solid #050B41!important;
      overflow: hidden;
      
  }

  /* Modern shadow effect */
  .shadow-sm {
      box-shadow: 
          0 4px 6px -1px rgba(0, 0, 0, 0.05),
          0 2px 4px -1px rgba(0, 0, 0, 0.03),
          0 0 0 1px rgba(59, 130, 246, 0.08) !important;
  }

  .features-box:hover {
      transform: translateY(-5px);
      box-shadow: 
          0 20px 40px rgba(0, 0, 0, 0.08),
          0 8px 16px rgba(59, 130, 246, 0.06) !important;
      border-color: rgba(59, 130, 246, 0.2) !important;
  }

  /* Enhanced icon container */
  .bg-gradient-icon {
      background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
      width: 76px;
      height: 76px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      position: relative;
      transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .bg-gradient-icon::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 20px;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .features-box:hover .bg-gradient-icon::before {
      opacity: 1;
  }

  /* Refined icon styles */
  .icon-size-lg {
      font-size: 1.875rem;
      color: white;
      transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .features-box:hover .icon-size-lg {
      transform: scale(1.1);
  }

  /* Enhanced content styles */
  .features-box-content h5 {
      color: #1a365d;
      margin-top: 1rem;
      position: relative;
      padding-bottom: 0.875rem;
  }

  .features-box-content h5::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 2px;
      background: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 100%);
      transition: width 0.4s ease;
  }

  .features-box:hover .features-box-content h5::after {
      width: 60px;
  }

  .text-muted {
      color: #64748b !important;
      line-height: 1.7;
      transition: color 0.3s ease;
  }

  .features-box:hover .text-muted {
      color: #334155 !important;
  }

  /* Shine effect */
  .features-box::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
          90deg,
          transparent 0%,
          rgba(255, 255, 255, 0.2) 50%,
          transparent 100%
      );
      transition: left 0.7s ease;
      pointer-events: none;
  }

  .features-box:hover::after {
      left: 100%;
  }

  /* Pulse animation for icons */
  @keyframes gentlePulse {
      0% {
          box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.4);
      }
      70% {
          box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
      }
      100% {
          box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
      }
  }

  .features-box:hover .bg-gradient-icon {
      animation: gentlePulse 2s infinite;
  }

  /* Improved rounded corners */
  .rounded-3 {
      border-radius: 1rem !important;
  }
