/* ============================================
   Professional Orange/Red Theme CSS
   File: /templates/shufy/css/custom.css
   ============================================ */

:root {
    --primary-orange: #FF5722;
    --primary-red: #F44336;
    --primary-dark: #1a1a2e;
    --text-dark: #2c3e50;
    --text-muted: #6c757d;
    --bg-light: #f8f9fa;
    --white: #ffffff;
}

.text__logo__tagline{
    display: none !important;
}

.standard__cart__order__steps__container {
    background: var(--background);
    box-shadow: -2px 1px 1px rgb(0 0 0 / 3%), 0px 30px 24px rgb(0 0 0 / 3%);
    padding-bottom: 70px;
    margin-bottom: 35px;
    padding-top: 70px;
}

.standard__cart__order__steps__container {
    background: var(--background);
    box-shadow: -2px 1px 1px rgb(0 0 0 / 3%), 0px 30px 24px rgb(0 0 0 / 3%);
    padding-bottom: 70px !important;
    margin-bottom: 35px;
    padding-top: 70px !important;
} 

.full__with__section {
    margin-right: calc(var(--gap) * -1);
    margin-top: 50px !important;
}

body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__item[href] .side__bar__item__text, body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__help .side__bar__item__text, body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__head .side__bar__item__text, body.big__icons__sidebar.horizontal__sidebar:not(.dark__sidebar__color) .sidebar__link .side__bar__item__text {
    color: #000000 !important;
    transition: 0.2s;
    font-size: 14px !important;
}

@media only screen and (min-width: 768px) {
    body.horizontal__sidebar .sidebar {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 80px !important;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 99;
        margin: 0;
        border: 0;
        box-shadow: 0 0 20px rgb(15 48 106 / 6%);
        -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
        -moz-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
        -o-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
        -ms-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
        transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    }
    
    
}

.footer__copyright__wrapper {
    border-color: #eff4f6 !important;
    background: #151718 !important;
    padding: 21px 0;
    color: white;
}

.footer__copyright__wrapper .the__copyright__text {
    color: white !important;
    opacity: 0.9 !important;
}

    body.horizontal__sidebar .sidebar .website__identity__sidebar img.image__logo.icon {
        max-height: 60px !important;
        width: auto;
    }
    
body.big__icons__sidebar.horizontal__sidebar .sidebar__item[href] .side__bar__item__icon, body.big__icons__sidebar.horizontal__sidebar .sidebar__help .side__bar__item__icon, body.big__icons__sidebar.horizontal__sidebar .sidebar__head .side__bar__item__icon, body.big__icons__sidebar.horizontal__sidebar .sidebar__link .side__bar__item__icon {
    margin-bottom: 0;
    margin-right: 5px;
    display: none !important;
}

@media (min-width: 576px){
    body.horizontal__sidebar .sidebar .website__identity__sidebar img.image__logo__tagline {
        display: none !important;
    }
}


/* ============================================
   Whatsapp Icon
   ============================================ */

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 56px;
  height: 56px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /*border-radius: 50%;*/
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);*/
}

.whatsapp-float:hover {
  transform: scale(1.08);
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .whatsapp-float {
    width: 48px;
    height: 48px;
    bottom: 18px;
    right: 18px;
  }
}


/* ============================================
   Footer
   ============================================ */
   
   .footer-img img{
       width: 160px;
       margin-top: -10px;
       margin-bottom: 15px;
   }

/* Base */
.custom-footer {
  background: #ffffff;
  padding: 60px 0 10px;
  font-size: 14px;
  border-top: 1px solid #e5e7eb;
  color: #4b5563; /* soft gray */
}

/* Titles */
.footer-title {
  font-size: 20px;
  color: #111827;
  margin-bottom: 10px;
}

.footer-heading {
  font-size: 16px;
  color: #111827;
  margin-bottom: 10px;
}

/* Text / Copy */
.footer-text {
  max-width: 300px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

/* Lists */
.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 8px;
}

/* Links */
.footer-links a,
.footer-contact a {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #FF5722;
}

/* Contact Icons */
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact i {
  font-size: 14px;
  color: #FF5722;
  min-width: 16px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

/* Social */
.footer-social a {
  font-size: 15px;
  color: #6b7280;
  margin-left: 12px;
}

.footer-social a:hover {
  color: #2563eb;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

  .custom-footer {
    padding: 45px 0 20px;
    text-align: left;
  }

  .custom-footer .row > div {
    margin-bottom: 20px;
  }

  .footer-title,
  .footer-heading {
    font-size: 16px;
  }

  .footer-text {
    max-width: 100%;
    font-size: 12.5px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-social a {
    margin: 0 8px;
  }
}



/* ============================================
   SECTION STYLES
   ============================================ */

.custom-homepage-section {
    background: var(--white);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-title .text-primary {
    color: var(--primary-orange) !important;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.section-subtitle-large {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 3rem;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
   
   .space{
       padding-left: 0px !important;
       padding-right: 0px !important;
   }
   
   .domain__register__hero {
    background: #151718 !important;
    position: relative;
    z-index: 1;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.hero-section {
    padding: 6rem 0;
    /*background: linear-gradient(135deg, #fff5f3 0%, #ffffff 50%, #fff9f8 100%);*/
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 700px;
    height: 700px;
    /*background: radial-gradient(circle, rgba(255, 87, 34, 0.12) 0%, rgba(244, 67, 54, 0.05) 50%, transparent 70%);*/
    border-radius: 50%;
    animation: pulse 8s ease-in-out infinite;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    /*background: radial-gradient(circle, rgba(255, 152, 0, 0.08) 0%, transparent 70%);*/
    border-radius: 50%;
    animation: pulse 10s ease-in-out infinite reverse;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

.hero-content {
    padding-right: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-title .text-highlight {
    color: var(--primary-orange);
    position: relative;
    display: inline-block;
}

.hero-title .text-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.3) 0%, rgba(244, 67, 54, 0.2) 100%);
    z-index: -1;
    border-radius: 3px;
    animation: highlight 2s ease-in-out infinite;
}

@keyframes highlight {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1.05);
        opacity: 0.8;
    }
}

.hero-text {
    font-size: 1.2rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-image {
    position: relative;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.hero-image img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

.btn-outline-secondary {
    background: transparent;
    color: var(--text-dark);
    border: 2px solid var(--text-muted);
}

.btn-outline-secondary:hover {
    background: var(--text-dark);
    color: var(--white);
    border-color: var(--text-dark);
}

/* ============================================
   DOMAIN SEARCH SECTION
   ============================================ */

.domain-search-section {
    padding: 4rem 0;
    /*background: linear-gradient(135deg, #ffe8e3 0%, #fff5f3 50%, #fff0ed 100%);*/
    position: relative;
    overflow: hidden;
}

.domain-search-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    /*background: radial-gradient(circle, rgba(255, 87, 34, 0.08) 0%, transparent 70%);*/
    border-radius: 50%;
}

.domain-search-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.domain-search-wrapper {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
}

.domain-search-info {
    text-align: center;
    margin-bottom: 3rem;
}

.domain-search-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.domain-search-title .text-highlight {
    color: var(--primary-orange);
}

.domain-search-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: -30px;
}

.domain-extensions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.extension-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    border: 2px solid var(--primary-orange);
    border-radius: 25px;
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(255, 87, 34, 0.3);
}

.extension-badge:hover {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-orange) 100%);
    border-color: var(--primary-red);
    color: var(--white);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.5);
}

.domain-search-form-wrapper {
    background: rgba(248, 249, 250, 0.5);
    padding: 2.5rem;
    border-radius: 20px;
   box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
}

.domain-search-form {
    margin-bottom: 2rem;
}

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--white);
    border: 3px solid var(--bg-light);
    border-radius: 15px;
    padding: 0.5rem;
    transition: all 0.3s ease;
}

.search-input-group:focus-within {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.1);
}

.search-icon {
    padding: 0 1rem;
    color: var(--text-muted);
    font-size: 1.2rem;
}

.domain-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 1rem 0.5rem;
    font-size: 1.05rem;
    color: var(--text-dark);
    background: #00000005;
}

.domain-input::placeholder {
    color: var(--text-muted);
}

.btn-search {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    color: var(--white);
    border: none;
    padding: 16px 2rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-search:hover {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-orange) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 87, 34, 0.4);
}

.popular-domains {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.popular-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-right: 0.5rem;
}

.popular-tlds {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tld-btn {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.15) 0%, rgba(244, 67, 54, 0.1) 100%);
    border: 2px solid rgba(255, 87, 34, 0.3);
    border-radius: 8px;
    color: var(--primary-orange);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tld-btn:hover {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    border-color: var(--primary-orange);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
}

/* ============================================
   FEATURES BANNER SECTION
   ============================================ */

.features-banner-section {
    background: var(--white);
}

.features-image img {
    max-width: 100%;
    height: auto;
}

.features-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-dark);
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.features-title .text-highlight {
    color: var(--primary-orange);
}

.features-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.features-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.features-check-list li {
    padding: 0.75rem 0;
    font-size: 1.05rem;
    color: var(--text-dark);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0.5rem;
}

.features-check-list li:hover {
    padding-left: 1rem;
    color: var(--primary-orange);
}

.features-check-list li i {
    color: var(--primary-orange);
    margin-right: 0.75rem;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.features-check-list li:hover i {
    transform: scale(1.2) rotate(360deg);
}

/* ============================================
   STATS SECTION
   ============================================ */

.stats-section {
    /*background: linear-gradient(135deg, #fff5f3 0%, #ffffff 100%);*/
    margin: 50px 0;
}

.stat-card {
    padding: 2rem 1rem;
    margin: 10px;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 15px;
    background: transparent;
      transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(255, 87, 34, 0.15);
}

.stat-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(255, 87, 34, 0.15);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-number {
    transform: scale(1.1);
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.stat-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

/* ============================================
   QUICK ACCESS CARDS
   ============================================ */

.quick-access-section {
    padding: 4rem 0;
}

.quick-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    height: 100%;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.quick-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, rgba(255, 87, 34, 0.05) 0%, rgba(244, 67, 54, 0.05) 100%);
    transition: height 0.4s ease;
}

.quick-card:hover::after {
    height: 100%;
}

.quick-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(255, 87, 34, 0.25);
    border-color: var(--primary-orange);
    text-decoration: none;
}

.quick-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: var(--white);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.quick-card:hover .quick-icon {
    transform: scale(1.2) rotate(360deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.bg-orange { background: linear-gradient(135deg, #FF6B35 0%, #FF5722 100%); }
.bg-red { background: linear-gradient(135deg, #F44336 0%, #E53935 100%); }
.bg-yellow { background: linear-gradient(135deg, #FFA726 0%, #FF9800 100%); }
.bg-gray { background: linear-gradient(135deg, #78909C 0%, #607D8B 100%); }
.bg-green { background: linear-gradient(135deg, #66BB6A 0%, #4CAF50 100%); }

.quick-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.quick-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

/* ============================================
   HOSTING PLANS SECTION
   ============================================ */

.hosting-plans-section {
    padding: 8rem 0;
    /*background: var(--bg-light);*/
}

#pricing{
    margin-top: 100px;
}

#bottom-space{
    margin-bottom: 100px;
    margin-top: 100px;
}

.hosting-card {
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

/*.hosting-card::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(90deg, transparent, rgba(255, 87, 34, 0.1), transparent);*/
/*    transition: left 0.5s ease;*/
/*}*/

/*.hosting-card:hover::before {*/
/*    left: 100%;*/
/*}*/

/*.hosting-card:hover {*/
/*    transform: translateY(-15px);*/
/*    box-shadow: 0 20px 50px rgba(255, 87, 34, 0.2);*/
/*    border-color: var(--primary-orange);*/
/*}*/

/* Popular Plan Badge */
.popular-plan {
    border: 3px solid var(--primary-orange);
    position: relative;
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    color: var(--white);
    padding: 0.5rem 2rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
}

.popular-plan:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 20px 50px rgba(255, 87, 34, 0.25);
}

/* VPS Plan Badge */
.vps-card {
    border: 2px solid #9C27B0;
}

.vps-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #9C27B0 0%, #673AB7 100%);
    color: var(--white);
    padding: 0.4rem 1.5rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(156, 39, 176, 0.3);
}

.vps-card:hover {
    border-color: #9C27B0;
    box-shadow: 0 15px 40px rgba(156, 39, 176, 0.2);
}

.hosting-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--bg-light);
}

.hosting-name {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.hosting-tagline {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
}

.hosting-price {
    text-align: center;
    margin-bottom: 2rem;
}

.currency {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
}

.amount {
    font-size: 3rem;
    font-weight: 900;
    color: var(--primary-orange);
}

.period {
    font-size: 1rem;
    color: var(--text-muted);
}

.hosting-features {
    margin-top: 2rem;
}

.features-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--bg-light);
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    padding: 0.75rem 0;
    color: var(--text-dark);
    font-size: 0.95rem;
    border-bottom: 1px solid var(--bg-light);
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list li i {
    color: var(--primary-orange);
    margin-right: 0.75rem;
    font-size: 1rem;
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */

.how-it-works-section {
    padding: 4rem 0;
}

.work-step {
    text-align: center;
    padding: 2rem 1rem;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 2px solid transparent;
}

/*.work-step::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    background: linear-gradient(180deg, rgba(255, 87, 34, 0.05) 0%, transparent 100%);*/
/*    transition: height 0.4s ease;*/
/*}*/

/*.work-step:hover::before {*/
/*    height: 100%;*/
/*}*/

.work-step:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(255, 87, 34, 0.15);
    border-color: var(--primary-orange);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 2rem auto 1.5rem;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--primary-orange);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

.work-step:hover .step-icon {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    color: var(--white);
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 10px 25px rgba(255, 87, 34, 0.4);
}

.step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.step-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   CLIENT AREA SECTION
   ============================================ */

.client-area-section {
    padding: 4rem 0;
    background: var(--bg-light);
}

.manage-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    height: 100%;
}

.manage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(255, 87, 34, 0.15);
    text-decoration: none;
}

.manage-icon {
    
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.manage-card:hover .manage-icon {
    transform: scale(1.2) rotate(360deg);
}

.manage-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.manage-desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

/* ============================================
   DOMAIN SECTION
   ============================================ */

.domain-section {
    padding: 4rem 0;
}

.domain-card {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    padding: 3rem 2rem;
    border-radius: 20px;
    text-align: center;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(255, 87, 34, 0.3);
    transition: all 0.4s ease;
    height: 100%;
}

.domain-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(255, 87, 34, 0.4);
}

.domain-icon-large {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--white);
    margin: 0 auto 2rem;
    transition: all 0.3s ease;
}

.domain-card:hover .domain-icon-large {
    transform: scale(1.15) rotate(10deg);
    background: rgba(255, 255, 255, 0.3);
}

.domain-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1rem;
}

.domain-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */

.testimonials-section {
    padding: 4rem 0;
    background: var(--bg-light);
}

.testimonial-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid var(--primary-orange);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--bg-light);
}

.testimonial-header h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.stars {
    color: #FFA726;
    font-size: 0.9rem;
}

.testimonial-text {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary-orange);
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-info strong {
    font-size: 1rem;
    color: var(--text-dark);
}

.author-info span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* ============================================
   BUTTONS
   ============================================ */

.btn {
    padding: 0.85rem 2rem;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
    z-index: -1;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-orange) 0%, var(--primary-red) 100%);
    color: var(--white);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-orange) 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 87, 34, 0.5);
    color: var(--white);
}

.btn-lg {
    padding: 1.1rem 2.5rem;
    font-size: 1rem;
}

.w-100 {
    width: 100%;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }

    .section-subtitle-large {
        font-size: 1.5rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-text {
        font-size: 1.1rem;
    }

   .hero-content {
        padding-right: 20px;
        margin-bottom: 3rem;
        padding-left: 20px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .hosting-card,
    .work-step,
    .testimonial-card {
        margin-bottom: 2rem;
    }

    .domain-search-title {
        font-size: 2rem;
    }

    .domain-search-form-wrapper {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    
        .d-flex {
        flex-direction: row !important;
    }
    .section-title {
        font-size: 1.75rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .section-subtitle-large {
        font-size: 1.3rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
        margin-right: 0 !important;
    }

    .features-title {
        font-size: 1.75rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .quick-icon,
    .step-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .amount {
        font-size: 2.5rem;
    }

    .domain-icon-large {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
    }

    .popular-badge,
    .vps-badge {
        font-size: 0.7rem;
        padding: 0.3rem 1rem;
    }

    .domain-search-title {
        font-size: 1.75rem;
    }

    .domain-search-form-wrapper {
        padding: 1.5rem;
    }

    .search-input-group {
        flex-direction: column;
        gap: 1rem;
    }

    .btn-search {
        width: 100%;
    }

    .popular-domains {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-buttons .btn {
        font-size: 14px;
        padding: 16px 20px;
        width: 100%;
        margin-bottom: 10px;
        /* margin-right: 0 !important; */
        margin-top: -20px;
    }
}

@media (max-width: 576px) {
    
   
    
    .hero-image img {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
    text-align: center;
}
    .hero-buttons {
      display: flex;
       gap: 1rem;
      flex-wrap: wrap;
}
    .section-title {
        font-size: 1.5rem;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-text {
        font-size: 0.95rem;
    }

    .hero-section {
        padding: 3rem 0;
    }

    .stat-card {
        padding: 1.5rem 0.5rem;
    }

    .quick-card,
    .manage-card {
        padding: 1.5rem 1rem;
    }

    .hosting-card {
        padding: 2rem 1.5rem;
    }

    .work-step {
        padding: 2rem 1rem;
    }

    .amount {
        font-size: 2.2rem;
    }

        .domain-search-title {
        font-size: 33px;
    }

    .domain-search-text {
        font-size: 1rem;
    }

    .domain-search-section {
        padding: 3rem 0;
    }

    .domain-input {
        font-size: 0.95rem;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.ms-2 { margin-left: 0.5rem !important; }