:root {
  --c1: #20b673;
  --c2: #00D4AA;
  --c3: #FF6B35;
  --bg: #f7f9fb;
  --bg2: #fff;
  --bg3: #12122A;
  --surface: #161628;
  --surface2: #1E1E38;
  --border: rgba(255, 255, 255, 0.07);
  --border2: rgba(255, 255, 255, 0.12);
  --text: #474747;
  --text2: #474747;
  --text3: #6B6A88;
  --radius: 10px;
  --radius-sm: 5px;
  --radius-lg: 5px;
  --font-head: 'Poppins', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  scroll-behavior: smooth
}
.carrer-page .domains-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
  gap: 16px;
}
.get-start {
  background-color: #efefef;
  padding: 41px;
  border-radius: 10px;
}
.domain_seeach_box_2 {
  background-color: #FFF !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.btn_hero li {
  display: inline-block;
}
.line-height {
  line-height: 36px;
}
.section_inner {
  background-color: #f1f1f1;
  border-radius: 13px;
  padding: 52px;
}
.ul_section li {
  margin-bottom: 12px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #00be74;
  outline: 0;
  box-shadow: none;
}
.margin-top {
  margin-top: 15px;
}
.icon-shape {
  background-color: #00b673;
  padding: 13px;
  border-radius: 13px;
}
.hero2 {
  min-height: 60vh !important;
}
.points_icons {
  width: 15px;
}
.box_white {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 0px;
}
.box_white h4 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.hosting_left_main h4 {
  font-size: 20px;
}
.list-view {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list-view li {
  display: inline-block;
  margin: 22px 35px;
}
.icons {
  width: 40px;
}
.margin-bottom {
  margin-bottom: 41px;
}
.paragraph_big {
  font-size: 20px;
}
.hero_inner {
  min-height: 50vh !important;
  border-bottom: 1px solid #cbcbcb;
}
.domain_box_main {
  width: 1200px;
  margin: 0 auto;
}
.green {
  color: #20b673;
}
.inner_banner_title {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 1px;
}
.stat-label-2 {
  font-size: 18px !important;
  color: #000000 !important;
  margin-left: 17px !important;
}
.main_banner_inner {
  padding: 70px 10%;
  height: 83vh;
  display: flex;
  padding-bottom: 0;
  align-items: center;
}
.left_seciton_hero {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  flex-direction: column;
}
.hosting_padding {
  padding-top: 23px;
  
}
.btn_ul_section {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.btn_ul_section li {
  display: inline-block;
  margin-right: 10px;
}
.left_seciton_hero p {
  width: 74%;
  margin-top: 8px;
  margin-bottom: 30px;
}

.mobile-div-domain {display: block !important;}
.domain_seeach_box {
  background: #f3f3f3 !important;
  border-radius: 10px;
}
.domain_seeach_box p {
  max-width: 100% !important;
  letter-spacing: 0.2px;
  font-size: 14px !important;
  color: #000 !important;
}
.domain_description {
  border-top: 1px solid #c8c8c8;
  text-align: left;
  padding-top: 12px !important;
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
  display: flex;
}
.cut-price {
  text-decoration: line-through;
  font-size: 17px;
  margin-right: 10px;
}
.domain_seeach_box h3 {
  font-size: 25px;
}
.info_text {
  font-size: 14px !important;
  float: right;
  margin-bottom: 24px !important;
}
.container {
  max-width: 1274px;
  margin: 0 auto;
}
.main_price {
  color: #000 !important;
}
.domain_cards .pe-5 {
  padding-right: 2rem !important;
}
.tab-content .btn-search {
  background: transparent;
  border: none;
  color: #fff;
  padding: 15px 16px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  white-space: nowrap;
  padding-top: 15px;
  border: 2px solid #000;
}
.tab-content .btn-search img {
  filter: invert(0);
}
.tab-content .btn-search:hover img {
  filter: invert(1);
}
.tab-content .btn-search:hover {
  background-color: #0eb673;
  border: 2px solid #0eb673;
}
.domain_cards {
  float: left;
  width: 100%;
  border-top: 1px solid #dedee2;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dedee2;
  padding-left: 20px;
  padding-right: 20px;
}
.domain_cards:hover {
  background-color: #f3f3f3 !important;
}
.icon-why {
  position: relative;
  margin-bottom: 18px;
  margin-left: -5px;
}
.tab-content .domain_box_main {
  width: auto;
}
.ul_section {
  margin: 0px;
  padding: 0px;
  margin: 0 auto;
  text-align: center;
}
.ul_section li {
  display: inline-block;
  background-color: #00b673;
  text-align: center;
  padding: 9px 16px;
  border-radius: 72px;
  color: #FFF;
}
.suggest_domain_section .nav-tabs {
  border-bottom: 0;
  margin-top: 23px;
  margin-bottom: 0px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 22px;
}
.suggest_domain_section .nav-item {
  padding: 0;
}
.suggest_domain_section .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: 1px solid #e3e3e3;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  margin-right: 8px;
  border-radius: 7px;
}
.info_box {
  width: 1200px;
  background-color: #e0fff4;
  width: 1250px;
  margin: 0 auto;
  padding: 28px;
  border-radius: 10px;
  border: 2px solid #00b674;
  margin-top: 45px;
}
.info_box .domain_description {
  border: 0px;
  font-size: 16px;
  display: flex;
  padding: 0px !important;
  align-items: center;
}
.premuim_text {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #c1ffe9;
  letter-spacing: 0.7px;
  padding: 2px 10px;
  border-radius: 50px;
}
.domain_patch {
  background-color: #0C4A00;
  width: auto;
  font-size: 12px;
  padding: 6px 5px;
  color: #FFF;
  letter-spacing: 0.5px;
  width: 132px;
  text-align: center !important;
  border-radius: 29px;
}
.btn-search {
  background: linear-gradient(135deg, var(--c1), #0eb673);
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  white-space: nowrap;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden
}
/* ── SCROLLBAR ── */ ::-webkit-scrollbar {
  width: 6px
}
::-webkit-scrollbar-track {
  background: var(--bg)
}
::-webkit-scrollbar-thumb {
  background: var(--c1);
  border-radius: 3px
}
/* ── NAV ── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 5%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(255 255 255 / 100%);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.banner_image {
  width: 500px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-logo img {
  width: 200px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px
}
.nav-item {
  padding: 6px 14px;
  border-radius: 8px;
  transition: all .2s;
  letter-spacing: 0.5px;
}
.nav-link {
  color: #4f4f4f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.nav-links a:hover {
  color: #ffffff;
  background: #0eb673;
}
.nav-links .has-drop {
  position: relative
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px
}
.btn-ghost {
  background: transparent;
  border: 1px solid var(--border2);
  color: var(--text2);
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s
}
.btn-ghost:hover {
  border-color: var(--c1);
  color: var(--text)
}
.btn-primary {
  background: var(--c1);
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s
}
.btn-primary:hover {
  background: #000000;
  transform: translateY(-1px);
}
/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 5% 60px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.hosting-card-2 {
  height: 705px !important;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0
}
.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  animation: blob-drift 8s ease-in-out infinite
}
.hero-blob.b1 {
  width: 600px;
  height: 600px;
  background: var(--c1);
  top: 210px;
  left: -100px;
  animation-delay: 0s;
}
.hero-blob.b2 {
  width: 500px;
  height: 500px;
  background: var(--c2);
  bottom: -50px;
  right: -100px;
  animation-delay: 3s
}
.hero-blob.b3 {
  width: 350px;
  height: 350px;
  background: var(--c3);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 6s
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.4
}
@keyframes blob-drift {
  0%, 100% {
    transform: translate(0, 0) scale(1)
  }
  50% {
    transform: translate(20px, -20px) scale(1.05)
  }
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91, 60, 245, 0.15);
  border: 1px solid rgba(91, 60, 245, 0.3);
  border-radius: 99px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--c2);
  margin-bottom: 28px;
  animation: fade-up .6s ease both
}
.hero-badge span {
  width: 7px;
  height: 7px;
  background: var(--c2);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1)
  }
  50% {
    opacity: .5;
    transform: scale(.8)
  }
}
.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -2px;
  margin-bottom: 24px;
  animation: fade-up .6s .1s ease both;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #05b674, #06b674);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero p {
  font-size: 20px;
  color: #676879;
  max-width: 777px;
  margin: 0 auto 40px;
  line-height: 1.7;
  font-weight: 400;
  animation: fade-up .6s .2s ease both;
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(24px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
/* ── SEARCH BOX ── */
.search-box {
  background: #ffffff;
  border: 1px solid var(--border2);
  border-radius: var(--radius-lg);
  padding: 8px 8px 8px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto 20px;
  animation: fade-up .6s .3s ease both;
  border: 1px solid #bababa;
  transition: border-color .3s;
}
.search-box:focus-within {
  border-color: var(--c1)
}
.search-box input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-size: 16px;
  font-family: var(--font-body)
}
.search-box input::placeholder {
  color: var(--text3)
}
.tld-select {
  background: #ffffff;
  border: 1px solid rgb(215 215 215);
  border-radius: 8px;
  color: var(--text2);
  font-size: 14px;
  padding: 8px 12px;
  cursor: pointer;
  font-family: var(--font-body);
}
.search-box .btn-search {
  background: linear-gradient(135deg, var(--c1), #0eb673);
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  white-space: nowrap;
}
.search-box .btn-search:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 30px rgba(91, 60, 245, 0.4)
}
.tld-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  animation: fade-up .6s .4s ease both
}
.tld-pill {
  background: #474747;
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 5px 14px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
  transition: all .2s;
}
.tld-pill:hover, .tld-pill.active {
  background: rgb(255 255 255 / 15%);
  border-color: var(--c1);
  color: var(--text);
}
/* ── TRUST BAR ── */
.trust-bar {
  background: #00b674;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #ffffff;
}
.trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--c1)22, var(--c2)22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px
}
/* ── SECTION COMMONS ── */
section {
  padding: 90px 10%
}
.section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c2);
  margin-bottom: 14px
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
  font-size: 3rem;
  color: #000;
}
.section-title em {
  font-style: normal;
  background: linear-gradient(135deg, #22b774, #22b774);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub {
  font-size: 17px;
  color: var(--text2);
  max-width: 100%;
  font-weight: 300;
  line-height: 1.7;
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.section-header {
  margin-bottom: 56px
}
.center {
  text-align: center
}
.center .section-sub {
  margin: 0 auto
}
/* ── AI SEARCH SECTION ── */
.ai-search {
  background: var(--bg2);
  position: relative;
  overflow: hidden
}
.ai-search::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 212, 170, .08), transparent 70%);
  pointer-events: none
}
.ai-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px
}
.ai-card {
  background: #00b674;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: all .3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.ai-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  opacity: 0;
  transition: opacity .3s;
  z-index: 0
}
.ai-card:hover {
  border-color: var(--c1);
  transform: translateY(-4px)
}
.ai-card:hover::before {
  opacity: .05
}
.ai-card * {
  position: relative;
  z-index: 1
}
.ai-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px
}
.ai-card h3 {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #FFF;
}
.ai-card p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
}
.ai-input-row {
  display: flex;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap
}
.ai-input {
  flex: 1;
  min-width: 240px;
  background: var(--surface);
  border: 1px solid var(--border2);
  border-radius: var(--radius);
  padding: 14px 20px;
  color: var(--text);
  font-size: 15px;
  font-family: var(--font-body);
  outline: none;
  transition: border-color .3s
}
.ai-input:focus {
  border-color: var(--c2)
}
.btn-ai {
  background: linear-gradient(135deg, var(--c2), #00a88a);
  border: none;
  color: #fff;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 8px
}
.btn-ai:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 212, 170, 0.3)
}
.ai-results {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}
.ai-result-tag {
  background: rgba(91, 60, 245, 0.12);
  border: 1px solid rgba(91, 60, 245, 0.25);
  border-radius: 99px;
  padding: 7px 16px;
  font-size: 14px;
  color: var(--c2);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 8px
}
.ai-result-tag:hover {
  background: rgba(91, 60, 245, 0.2)
}
.ai-result-tag .price {
  font-size: 12px;
  color: var(--text3)
}
/* ── DOMAINS MARKETPLACE ── */
.marketplace {
  background: #f9f9f9;
}
.domain-tabs {
  display: flex;
  gap: 4px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 4px;
  margin-bottom: 36px;
  width: fit-content
}
.domain-tab {
  padding: 8px 22px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  cursor: pointer;
  transition: all .2s;
  color: var(--text2);
  border: none;
  background: transparent;
  font-family: var(--font-body)
}
.domain-tab.active {
  background: var(--c1);
  color: #fff
}
.domains-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px
}
.domains-grid2 {

  grid-template-columns: repeat(auto-fill, minmax(531px, 2fr));

}
.domain-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.domain-card:hover {
  border-color: var(--border2);
  transform: translateY(-3px)
}
.domain-card.featured {
  border-color: rgb(14 182 115);
  background: linear-gradient(135deg, #ffffff, rgb(158 255 216));
}
.domain-name {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--text)
}
.domain-name span {
  color: #0eb271;
}
.domain-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}
.badge {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 99px;
  font-weight: 500
}
.badge-hot {
  background: rgba(255, 107, 53, 0.15);
  color: var(--c3);
  border: 1px solid rgba(255, 107, 53, 0.3)
}
.badge-new {
  background: rgba(0, 212, 170, 0.12);
  color: var(--c2);
  border: 1px solid rgba(0, 212, 170, 0.25)
}
.badge-premium {
  background: rgba(91, 60, 245, 0.12);
  color: #a78bfa;
  border: 1px solid rgba(91, 60, 245, 0.25)
}
.domain-price {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700
}
.domain-price .orig {
  font-size: 14px;
  color: var(--text3);
  text-decoration: line-through;
  font-weight: 400;
  font-family: var(--font-body)
}
.domain-actions {
  display: flex;
  gap: 8px;
  margin-top: 4px
}
.btn-buy {
  flex: 1;
  background: var(--c1);
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s
}
.btn-buy:hover {
  background: #04a967;
}
.btn-bid {
  flex: 1;
  background: transparent;
  border: 1px solid var(--border2);
  color: var(--text2);
  padding: 10px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s
}
.btn-bid:hover {
  border-color: var(--c2);
  color: var(--c2)
}
.auction-timer {
  font-size: 12px;
  color: var(--c3);
  display: flex;
  align-items: center;
  gap: 5px
}
/* ── HOSTING ── */
.hosting {
  background: var(--bg2)
}
.hosting-cats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px
}
.hosting-cat {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 24px;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500
}
.hosting-cat:hover, .hosting-cat.active {
  border-color: var(--c1);
  background: rgba(91, 60, 245, 0.08)
}
.hosting-cat.active {
  color: var(--c1)
}
.hosting-grid {
  display: grid;
  grid-template-columns: auto;
  gap: 20px;
  padding: 0px 0px;
}
.hosting-card {
  background: #ffffff;
  /* border: 1px solid #cacbcd; */
  border-radius: var(--radius);
  padding: 46px 28px;
  transition: all .3s;
  position: relative;
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  height: 650px;
}
.hosting-card:hover {
  border-color: #cacbcd;
  transform: translateY(-4px);
}
.hosting-card.popular {
  border-color: var(--c1);
  background: #ffffff;
}
.hosting-card.popular::after {
  content: 'Most Popular';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--c1);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 0;
  width: 64%;
  text-align: center;
  border-radius: 51px;
  letter-spacing: 0.7px;
}
.hosting-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px
}
.hosting-card h3 {
  font-family: var(--font-head);
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.hosting-tagline {
  font-size: 16px;
  color: var(--text2);
  margin-bottom: 20px;
}
.hosting-price {
  font-family: var(--font-head);
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #000;
}
.hosting-price .period {
  font-size: 14px;
  color: var(--text2);
  font-weight: 400;
  font-family: var(--font-body)
}
.hosting-from {
  font-size: 15px;
  color: var(--text3);
  margin-bottom: 24px;
}
.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  padding: 0;
}
.feature-list li {
  font-size: 16px;
  color: var(--text2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-list li::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgb(14 182 115);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 8l2.5 2.5L12 5' stroke='%2300D4AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.btn-hosting {
  width: 100%;
  background: transparent;
  border: 1px solid rgb(14 182 115);
  color: var(--text);
  padding: 12px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
}
.btn-hosting:hover {
  border-color: var(--c1);
  color: var(--c1)
}
.hosting-card.popular .btn-hosting {
  background: var(--c1);
  border-color: var(--c1);
  color: #fff
}
.hosting-card.popular .btn-hosting:hover {
  background: #0eb673;
}
/* ── AI HOSTING SPECIAL ── */
.ai-hosting {
  background: #f7f9fb;
  position: relative;
  overflow: hidden;
}
.ai-hosting::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(91, 60, 245, .1), transparent 60%), radial-gradient(ellipse at 70% 50%, rgba(0, 212, 170, .06), transparent 60%)
}
.ai-hosting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}
.ai-hosting-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: all .3s;
}
.ai-hosting-card:hover {
  border-color: var(--border2);
  transform: translateY(-4px)
}
.ai-hosting-card .glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  pointer-events: none;
  right: -40px;
  top: -40px
}
.ai-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(91, 60, 245, 0.15);
  border: 1px solid rgba(91, 60, 245, 0.3);
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  color: #a78bfa;
  margin-bottom: 16px
}
.ai-hosting-card h3 {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
}
.ai-hosting-card .desc {
  font-size: 16px;
  color: var(--text2);
  margin-bottom: 24px;
  line-height: 1.6;
}
.ai-spec-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px
}
.ai-spec {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background: #f7f9fb;
  border-radius: var(--radius-sm);
  font-size: 15px;
}
.ai-spec .label {
  color: var(--text2)
}
.ai-spec .val {
  color: var(--text);
  font-weight: 500
}
.btn-ai-host {
  width: 100%;
  background: linear-gradient(135deg, var(--c1), #0eb673);
  border: none;
  color: #fff;
  padding: 13px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
}
.btn-ai-host:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(91, 60, 245, 0.35)
}
/* ── EMAIL ── */
.email-section {
  background: var(--bg2)
}
.email-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}
.email-card {
  background: #ffffff;
  border: 1px solid #cacbcd;
  border-radius: var(--radius);
  padding: 32px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.email-card:hover {
  border-color: #cacbcd;
  transform: translateY(-4px);
  background-color: transparent;
}
.email-card .logo-area {
  display: flex;
  align-items: start;
  gap: 14px;
  margin-bottom: 24px;
}
.gw-logo {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #f7f9fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.email-card h3 {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 500;
}
.email-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0
}
.email-feat {
  background: #f7f9fb;
  border-radius: var(--radius-sm);
  padding: 12px;
  font-size: 14px;
  color: var(--text2);
}
.email-feat strong {
  display: block;
  color: #272727;
  margin-bottom: 3px;
  font-size: 16px;
}
.email-pricing-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 20px 0
}
.email-price {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  color: #0eb673;
}
.email-period {
  font-size: 14px;
  color: var(--text2)
}
.btn-email {
  width: 100%;
  background: transparent;
  border: 1px solid rgb(14 182 115);
  color: #0eb673;
  padding: 12px;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  letter-spacing: 0.2px;
}
.btn-email:hover {
  border-color: #0eb673;
  color: #ffffff;
  background-color: #0eb673;
}
/* ── SELL DOMAIN ── */
.sell-section {
  background: var(--bg);
  position: relative;
  overflow: hidden
}
.sell-section::before {
  content: '';
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.06), transparent 70%)
}
.sell-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 48px 0
}
.sell-steps-transfer {
  grid-template-columns: repeat(4, 1fr);
}
.sell-step {
  position: relative;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sell-step::after {
  content: '→';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text3);
  font-size: 20px;
  z-index: 1
}
.sell-step:last-child::after {
  display: none
}
.step-num {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 500;
  color: rgb(0 182 115);
  margin-bottom: 12px;
}
.sell-step h4 {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px
}
.sell-step p {
  font-size: 16px;
  color: #676879;
  line-height: 1.6
}
.sell-cta-box {
  background: #ffffff;
  border: 1px solid var(--border2);
  border-radius: 10px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.sell-cta-box h3 {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 500;
  max-width: 400px;
}
.sell-cta-box h3 em {
  font-style: normal;
  color: #00b673;
}
.btn-sell {
  background: linear-gradient(135deg, #0eb673, #0eb673);
  border: none;
  color: #fff;
  padding: 14px 36px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  white-space: nowrap;
  z-index: 999;
}
.client-text {
  font-size: 15px;
}
.client_seection_main {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 64px;
  letter-spacing: 0.5px;
  padding-bottom: 40px;
}
.client_section_inner {
  float: left;
  width: 100%;
}
.client_image {
  padding: 60px;
  padding-bottom: 0;
  padding-top: 40px;
  opacity: 0.8;
}
.made_section:after {
  background: linear-gradient(0deg, #0eb673 16.83%, #11092a00);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.btn-sell:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 107, 53, 0.35)
}
/* ── STATS ── */
.stats-section {
  background: linear-gradient(135deg, #027a4a, #07d984);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 70px 10%;
}
.stats-section {
  background: linear-gradient(135deg, #027a4a, #07d984);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 70px 10%;
}
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
background: linear-gradient(135deg, #027a4a, #07d984);
.stats-section {
  background: linear-gradient(135deg, #0eb673, #0eb673);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 70px 10%;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}
.stat-card {
  text-align: center;
  padding: 32px 20px;
  background: #ffffff;
  /* border: 1px solid #cacbcd; */
  border-radius: var(--radius);
}
.stat-num {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 500;
  background: linear-gradient(135deg, #224b3c, var(--c2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  text-align: left;
}
.stat-label {
  font-size: 16px;
  color: #19614e;
  text-align: left;
  font-weight: 500;
}
/* ── TESTIMONIALS ── */
.testimonials {
  background: var(--bg)
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}
.testi-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: all .3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.testi-card:hover {
  border-color: var(--border2);
  transform: translateY(-3px)
}
.testi-stars {
  color: #FFB800;
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 2px
}
.testi-text {
  font-size: 16px;
  color: var(--text2);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px
}
.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  color: #fff
}
.testi-name {
  font-weight: 500;
  font-size: 15px
}
.testi-role {
  font-size: 12px;
  color: var(--text3)
}
/* ── FAQ ── */
.faq {
  background: var(--bg2)
}
.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.faq-item {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #cacbcd;
}
.faq-q {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  transition: color .2s
}
.faq-q:hover {
  color: var(--c2)
}
.faq-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: all .3s;
  color: var(--text2)
}
.faq-a {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: all .3s;
  font-size: 16px;
  color: var(--text2);
  line-height: 1.7
}
.faq-item.open .faq-a {
  max-height: 200px;
  padding: 0 24px 20px
}
.faq-item.open .faq-icon {
  background: var(--c1);
  border-color: var(--c1);
  color: #fff;
}
/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, #027a4a, #07d984);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 90px 10%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
/*.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(91, 60, 245, 0.12), transparent 60%)
}*/
.cta-banner h2 {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  line-height: 1.1;
  color: #FFF;
}
.cta-banner h2 em {
  font-style: normal;
  color: #ffffff;
}
.cta-banner p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  float: left;
  letter-spacing: 0.5px;
}
.cta-banner:after {
  position: absolute;
  width: 500px;
  height: 100%;
  content: "";
  background: url(../images/icons.png) no-repeat;
  right: 93px;
  top: 0px;
  background-position: right;
  z-index: 99;
  background-size: contain;
  float: right;
  left: auto;
  opacity: 0.4;
}
.cta-actions {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
  float: left;
  width: 100%;
}
.btn-cta-main {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  border: none;
  color: #04b079;
  padding: 15px 40px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  letter-spacing: 0.5px;
}
.btn-cta-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgb(3 139 97);
}
.btn-cta-sec {
  background: transparent;
  border: 1px solid #FFF;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: var(--radius);
  font-size: 16px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all .2s;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn-cta-sec:hover {
  border-color: #ffffff;
  color: #00b673;
  background-color: #fff;
}
/* ── FOOTER ── */
footer {
  background: #ffffff;
  border-top: 1px solid var(--border);
  padding: 64px 10% 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px
}
.footer-brand p {
  font-size: 14px;
  color: #686868;
  line-height: 1.7;
  margin-top: 14px;
  max-width: 260px;
}
.footer-col h4 {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text)
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: #686868;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color .2s;
  line-height: 28px;
}
.footer-col a:hover {
  color: var(--c2)
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}
.footer-bottom p {
  font-size: 13px;
  color: var(--text3)
}
.footer-socials {
  display: flex;
  gap: 10px
}
.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #0eb673;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  color: #FFF;
}
.social-btn:hover {
  border-color: #058f5c;
  background: #058f5c;
}
/* ── ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease
}
.reveal.visible {
  opacity: 1;
  transform: none
}
@media(max-width:1440px) {
  .section-title {
    font-size: 2.8rem;
  }
}
@media (max-width:1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ai-hosting-grid {
    grid-template-columns: 1fr;
  }
  .email-grid {
    grid-template-columns: 1fr;
  }
  .sell-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width:768px) {
	.main_price {
    color: #000 !important;
    font-size: 21px;
}
.email-card .w-75 {
    width: 100% !important;
}
.suggest_domain_section .nav-item {

    margin-bottom: 12px;
}
	
	

	.domain_seeach_box .btn-search {
        padding: 8px 22px;
        margin-bottom: 22px;
        float: left;
    }
	
	
	.nav-link {

    font-size: 12px;

}
	
  .client_image {
    padding: 27px 76px;
    opacity: 0.8;
    border: 1px solid #d2d2d2;
    height: 111px;
    object-fit: contain;
    margin-bottom: 6px;
  }
  .trust-bar {
    gap: 5px;
  }
  .client_seection_main {
    padding-bottom: 0;
  }
  .client_seection_main h4 {
    margin-bottom: 38px;
  }
  .stat-num {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .margin_box_bottom {
    margin-bottom: 20px !important;
  }
  .hosting_left_main h4 {
    display: flex;
  }
  .check {
    width: 19px;
    height: 19px;
    margin-right: 10px;
  }
  .mobile-margin_top_0 {
    margin-top: 0px !important;
  }
  .domain_seeach_box h3 {
    font-size: 19px;
  }
  .policy h4 {
    font-size: 17px;
  }
  .hosting_left_main h4 {
    text-align: left;
  }
  .small-text {
    font-size: 1.1rem;
  }
  .trust-item {
    width: 100%;
    background-color: #09cd86;
    border-radius: 5px;
  }
  .trust-bar {
    background: #00b674;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 20px 5%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .margin-banner-top {
    margin-top: 30px !important;
  }
  .left_seciton_hero p {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .hosting-card {
    height: auto;
  }
  .main_banner_inner {
    padding: 116px 10%;
    height: auto;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    float: left;
    width: 100%;
    padding-bottom: 70px;
  }
  .one-third {
    border: 1px solid #cfcfcf;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 9px;
  }
  .domains-grid {
    display: grid;
    grid-template-columns: auto !important;
    gap: 16px;
  }
  .hero {
    min-height: auto;
  }
  .step-num {
    font-size: 32px !important;
  }
  .search-box .btn-search {
    margin-bottom: 0;
  }
  .paragraph_big {
    font-size: 16px;
  }
  .stat-label-2 {
    font-size: 17px !important;
  }
  .step-num {
    margin-bottom: 0;
  }
  .stat-card {
    padding: 2px 20px;
    padding-bottom: 7px;
  }
  .sell-step {
    padding: 12px 28px;
  }
  .sell-steps {
    display: grid;
    grid-template-columns: auto !important;
  }
  .faq-item.open .faq-a {
    max-height: auto;
    padding: 0 12px 20px;
    font-size: 15px;
  }
  .email-margin {
    margin-top: 21px;
  }
  .faq-q {
    padding: 12px 12px !important;
  }
  .sell-step::after {
    display: none;
  }
	
	.right_section_domain_search_2 {
        flex-direction: row !important;
        justify-content: space-between !important;
    }
	
	
	
  .stats-grid {
    display: grid;
    grid-template-columns: auto !important;
    gap: 20px;
  }
  .section_inner {
    background-color: #f1f1f1;
    border-radius: 13px;
    padding: 23px;
  }
  .ul_section li {
    display: inline-block;
    background-color: #00b673;
    text-align: center;
    padding: 9px 16px;
    border-radius: 72px;
    color: #FFF;
    width: 100%;
  }
  .list-view li {
    display: inline-block;
    margin: 22px 0px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 8px;
    border-radius: 7px;
    margin-bottom: 0;
  }
  .box_white h4 {
    font-size: 18px;
  }
  .margin-mobile {
    margin-bottom: 20px;
  }
  .mobile-bottom-margin {
    margin-bottom: 30px;
  }
  .domain-name {
    font-size: 17px;
  }
  .ai-hosting-card h3 {
    font-size: 20px;
  }
  .ai-hosting-card .desc {
    margin-bottom: 0;
  }
  .ai-card h3 {
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #FFF;
    letter-spacing: 0.2px;
  }
  .section-sub {
    font-size: 16px !important;
  }
  .mobile-margin {
    margin-top: 20px !important;
  }
  .left_section_right_domain .info_text {
        font-size: 14px !important;
        float: left;
        margin-bottom: 13px !important;
        text-align: left !important;
    }
	
	.tab-pane .domain_cards .pe-5 {
    padding-right: 1rem !important;
}
	.left_section_right_domain_2 {    align-items: flex-start !important;
}
	.margin-btn-top {margin-top: 10px !important; margin-bottom: 0 !important;}
	.margin-btn-top .btn-search {margin-bottom: 0px !important;}
	
	
  .right_section_domain_search .pe-5 {
    padding-right: 0rem !important;
  }
  .suggest_domain_section {
    padding: 0px 5% 0px;
  }
  .right_section_domain_search {
    flex-direction: column;
  }
  .btn-search {
    padding: 8px 22px;
    margin-bottom: 22px;
    float: right;
  }
  .info_box {
    width: 100%;
  }
  .icon-why {
    width: 45px;
    height: 45px;
  }
  .domain_seeach_box {
        background: #f3f3f3 !important;
        border-radius: 10px;
        width: 100%;
        float: left;
    }
  .cta-banner:after {
    display: none;
  }
  .cta-banner h2 {
    letter-spacing: 0.5px;
  }
  .domain_box_main {
        width: 100%;
        margin: 0 auto;
        display: block !important;
        text-align: left;
    }
  .nav-links, .nav-cta .btn-ghost {
    display: none
  }
  .stats-grid, .testi-grid, .sell-steps {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .trust-bar {
    gap: 11px;
  }
  .footer-grid {
    gap: 13px;
    margin-bottom: 19px;
  }
  .footer-brand p {
    max-width: 100%;
  }
  .footer-col a {
    line-height: 22px;
  }
  .footer-brand img {
    width: 31% !important;
  }
  .footer-bottom {
    border-top: 1px solid #dbdbdb;
    padding-top: 19px;
    gap: 0px;
  }
  footer {
    background: #ffffff;
    padding: 41px 10% 32px;
  }
  .cta-banner:after {
    position: absolute;
    width: 500px;
    height: 100%;
    content: "";
    background: url(../images/icons.png) no-repeat;
    right: 38px;
    top: 0px;
    background-position: right;
    z-index: 99;
    background-size: contain;
    float: right;
    left: auto;
    opacity: 0.1;
  }
  .btn-cta-main {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    border: none;
    color: #04b079;
    padding: 12px 17px;
    border-radius: var(--radius);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--font-body);
    transition: all .2s;
    letter-spacing: 0.5px;
  }
  .cta-banner p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
    max-width: 100%;
    letter-spacing: 0.5px;
  }
  .cta-banner {
    padding: 40px 10%;
  }
  .cta-banner p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px;
    max-width: 100%;
    letter-spacing: 0.5px;
  }
  .faq-q {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    transition: color .2s;
  }
  .section-title {
    font-size: 2.2rem;
  }
  section {
    padding: 60px 10%;
  }
  .mobile-m {
    margin-top: 0px;
  }
  .mobile-image {
    display: none;
  }
  .center .section-sub {
    margin: 0 auto;
    font-size: 16px;
  }
  .hosting-card-2 {
    height: auto !important;
    margin-bottom: 32px;
  }
  .btn-hosting {
    padding: 8px;
  }
  .margin-top-image {
    margin-top: 30px;
  }
  .hero h1 {
    font-size: clamp(35px, 2vw, 40px);
    letter-spacing: 0.2px;
  }
  .hero p {
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 36px;
  }
  .margin-left {
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 20px;
  }
}
@media (max-width:600px) {
	
	.btn-search {
        padding: 8px 22px;
        margin-bottom: 22px;
        float: left;
    }
	
  .section-title {
    font-size: 1.9rem;
    letter-spacing: 0.2px;
  }
  .stat-num {
    font-size: 21px !important;
    margin-bottom: 0px;
  }
  .client_image {
    padding: 27px 53px;
    opacity: 0.8;
    border: 1px solid #d2d2d2;
    height: 111px;
    object-fit: contain;
    margin-bottom: 6px;
  }
}
@media (max-width:480px) {
	
	
	.email-card .ps-4 {padding-left: 0px !important;}
	.premuim_text {
    font-size: 10px !important;

}
	.info_box {
 
    margin-top: 0;
}
	
  .client_image {
    padding: 27px 32px;
    opacity: 0.8;
    border: 1px solid #d2d2d2;
    height: 111px;
    object-fit: contain;
    margin-bottom: 6px;
  }
  .search-box {
    flex-direction: column;
    margin-bottom: 0px !important;
  }
  .search-box .btn-search:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgb(255 255 255);
  }
  .trust-bar {
    display: none;
  }
  .tld-select {
    display: none;
  }
  .search-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text);
    font-size: 16px;
    font-family: var(--font-body);
    border: 1px solid #b9b9b9;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
  }
  .search-box {
    background: #ffffff;
    border: 1px solid var(--border2);
    border-radius: var(--radius-lg);
    padding: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 680px;
    margin: 0 auto 20px;
    animation: fade-up .6s .3s ease both;
    border: 1px solid #bababa;
    transition: border-color .3s;
    border-radius: 15px;
  }
  .tld-pills {
    display: none;
  }
  .sell-cta-box {
    padding: 23px;
  }
  .sell-cta-box h3 {
    font-size: 23px;
  }
  .ai-spec-list {
    margin-top: 20px;
  }
  .btn-cta-sec {
    padding: 12px 17px; display: none;
  }
  .list-view li {
    font-size: 14px;
  }
  .box_white h4 {
    font-size: 16px !important;
  }
  .sell-step h4 {
    font-size: 15px;
  }
  .search-box .btn-search {
    padding: 7px 26px;
  }
  .search-box {
        flex-direction: column;
        margin-bottom: 16px !important;
    }
  .carrer-page .domains-grid {
    grid-template-columns: auto;
  }
      .email-card h3 {
        font-size: 15px !important;
        font-weight: 400;
    }
  .list-view li {
    display: inline-block;
    margin: 8px 0px;
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 7px 0px;
    border-radius: 7px;
  }
  .section-title {
    font-size: 1.9rem;
    letter-spacing: 0.2px;
  }
  .cta-banner p {
    font-size: 14px;
  }
  .domain-card img {
    width: 40px !important;
    height: 40px !important;
  }
  .ai-hosting-card img {
    width: 40px !important;
    height: 40px !important;
  }
  .left_main img {
    width: 40px !important;
    height: 40px !important;
  }
  .section-title {
    font-size: 1.6rem;
    letter-spacing: 0.2px;
  }
  .feature-list li {
    font-size: 15px;
  }
  .feature-list {
    margin-bottom: 0;
  }
  .mobile-text {
    font-size: 19px;
  }
  .hero h1 {
    font-size: clamp(27px, 2vw, 36px);
    letter-spacing: 0.2px;
  }
  .hosting-price {
    font-size: 30px;
  }
  .hosting_left_main h4 {
    font-size: 16px;
  }
}
@media (max-width:414px) {
	
	.premuim_text {
    font-size: 9px !important;
   
}
	
	
	.domain-card img {
        width: 25px !important;
        height: 25px !important;
    }
	.btn-cta-sec {display: none;}	
	
  .client_image {
    padding: 27px 33px !important;
  }
  .email-card {
    padding: 19px;
  }
  .list-view .icons {
    width: 30px;
  }
  p {
    font-size: 15px;
  }
  .ai-card p {
    font-size: 15px;
  }
      .hero {
        padding: 108px 5% 32px;
    }
  .cta-banner h2 {
    font-size: clamp(25px, 4vw, 52px);
  }
  .ai-hosting-card .desc {
    font-size: 15px;
  }
  .domain-name {
    font-size: 15px;
  }
  .section-title {
    font-size: 1.4rem;
    letter-spacing: 0.2px;
  }
  .cta-banner p {
    font-size: 14px;
  }
  .feature-list li {
    font-size: 15px;
  }
  .feature-list {
    margin-bottom: 0;
  }
  .mobile-text {
    font-size: 19px;
  }
  .hero h1 {
    font-size: clamp(27px, 2vw, 36px);
    letter-spacing: 0.2px;
  }
     .hosting-price {
        font-size: 26px;
    }
	    .stat-num {
        font-size: 23px;
        margin-bottom: 0px;
    }
	
	
  .section-header {
    margin-bottom: 37px;
  }
  section {
    padding: 44px 8%;
  }
  .hosting-tagline {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .hero p {
    font-size: 15px;
  }
  .faq-q {
    font-size: 15px;
  }
  .ai-card {
    padding: 17px;
  }
}
@media (max-width:390px) {
	.stat-num {
 
    font-size: 22px !important;
}
	
	
  .hosting-card h3 {
    font-size: 19px;
  }
  .hosting-price {
    font-size: 27px;
  }
      .cta-banner h2 {
        font-size: clamp(22px, 3vw, 52px);
    }
  .section-title {
    font-size: 1.4rem;
    letter-spacing: 0.2px;
  }
  .cta-banner p {
    font-size: 14px;
  }
  .feature-list li {
    font-size: 15px;
  }
  .feature-list {
    margin-bottom: 0;
  }
  .mobile-text {
    font-size: 19px;
  }
  .hero h1 {
    font-size: clamp(25px, 2vw, 36px);
    letter-spacing: 0.2px;
  }
  .hosting-price {
    font-size: 30px;
  }
  .section-header {
    margin-bottom: 37px;
  }
  section {
    padding: 44px 8%;
  }
  .hosting-tagline {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width:375px) {
  .list-view li {
    font-size: 14px;
  }
  .hosting-card h3 {
    font-size: 19px;
  }
  .hosting-price {
    font-size: 27px;
  }
  .cta-banner h2 {
    font-size: clamp(25px, 4vw, 52px);
  }
  .section-title {
    font-size: 1.3rem;
    letter-spacing: 0.2px;
  }
  .cta-banner p {
    font-size: 14px;
  }
  .feature-list li {
    font-size: 15px;
  }
  .feature-list {
    margin-bottom: 0;
  }
  .mobile-text {
    font-size: 19px;
  }
  .hero h1 {
    font-size: clamp(25px, 2vw, 36px);
    letter-spacing: 0.2px;
  }
  .hosting-price {
    font-size: 30px;
  }
  .section-header {
    margin-bottom: 37px;
  }
  section {
    padding: 44px 8%;
  }
  .hosting-tagline {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width:360px) {
  .hosting-card h3 {
    font-size: 19px;
  }
  .hosting-price {
    font-size: 27px;
  }
  .cta-banner h2 {
    font-size: clamp(22px, 4vw, 52px);
  }
  .section-title {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
  }
  .cta-banner p {
    font-size: 14px;
  }
  .feature-list li {
    font-size: 14px;
  }
  .feature-list {
    margin-bottom: 0;
  }
  .mobile-text {
    font-size: 19px;
  }
  .hero h1 {
    font-size: clamp(23px, 2vw, 36px);
    letter-spacing: 0.2px;
  }
  .hosting-price {
    font-size: 30px;
  }
  .section-header {
    margin-bottom: 37px;
  }
  section {
    padding: 44px 8%;
  }
  .hosting-tagline {
    font-size: 14px;
    margin-bottom: 20px;
  }
}