@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: var(--color-text-primary-gray);
  font-size: 1rem;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --color-text: #000000;
  --color-white:#FFF;
  --color-secondary-black:#292D32;
  --color-ternory-black:#070707;
  --color-text-gray: #899399;
  --color-text-secondary-blue:#433C67;
  --color-text-primary-gray: #676767;
  --color-text-secondary-gray: #6b6b6b;
  --color-text-dark-gra:#2F2F2F;
  --color-text-light-pink: #7c6a7e;
  --color-bg: linear-gradient(90deg, #28cc9d 0%, #ca2edd 100%);
  --color-bg-primary-pink: linear-gradient(335deg, #fefefe 21.84%, #fbf5fb 79.76%);
  --color-bg-secondary-pink: linear-gradient(355deg, #fbfbfb -0.83%, #fef4ff 84.18%);
  --color-bg-light-pink: #fdebff;
  --color-bg-light-blue: #e6f2fa;
  --color-bg-light-green: #d8fae6;
  --color-border-light-pink: #e9beee;
  --color-border-primary:#E6E6E6;
  --box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  --color-text-mid-gray:#6C6C6C;
  --color-hilight-primary:#28CC9D;
}

h1,
h2,
h3 {
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
}

h1 {
  font-size: clamp(1.75rem, 2.5vw + 1.25rem, 3.75rem);
}

h2 {
  font-size: clamp(1.75rem, 2.3vw, 2.5rem);
}

h3 {
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
}

h4 {
  font-size: clamp(1.375rem, 0.875rem + 1vh, 3.75rem);
}

p {
  margin-top: 0;
  font-size: 1.125rem;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

/* ===============================
   SCSS (style.scss)
   =============================== */
.pricing {
  background: linear-gradient(335deg, #fefefe 21.84%, #fbf5fb 79.76%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}
@media (max-width: 991.98px) {
  .pricing {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pricing {
    padding: 2.5rem 0rem;
  }
}
.pricing__header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .pricing__header {
    display: block;
  }
}
.pricing__header .sec-intro {
  display: grid;
  grid-column: 1/span 3;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1199.98px) {
  .pricing__header .sec-intro {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pricing__header .sec-intro h2 {
    padding-right: 5rem;
  }
}
@media (min-width: 1400px) {
  .pricing__header .sec-intro h2 {
    padding-right: 3rem;
  }
}
@media (min-width: 1400px) {
  .pricing__header .sec-intro {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 991.98px) {
  .pricing__header .sec-intro {
    grid-template-columns: 1fr;
  }
}
.pricing__header .sec-intro .intro-text {
  padding-right: 2.5rem;
  margin-right: 1.5625rem;
  border-right: 1px solid #e9cee9;
  line-height: 170%;
  color: var(--color-text-secondary-gray);
}
@media (max-width: 991.98px) {
  .pricing__header .sec-intro .intro-text {
    padding-right: 0rem;
    border: unset;
    margin-right: 0px;
  }
}
@media (max-width: 767.98px) {
  .pricing__header .btn_wrapper-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.pricing__title h1 {
  font-size: 48px;
  line-height: 1.2;
}
.pricing__title h1 span {
  color: #9ca3af;
}
.pricing__billing {
  text-align: right;
}
@media (max-width: 768px) {
  .pricing__billing {
    text-align: left;
  }
}
.pricing__billing small {
  display: block;
  margin-top: 10px;
  color: #6b7280;
}
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .pricing__grid {
    grid-template-columns: 1fr;
  }
}

.billing-toggle {
  display: inline-flex;
  background: #f3f4f6;
  border-radius: 0.625rem;
  padding: 0.5rem 0.625rem;
  margin-bottom: 0.875rem;
}
@media (max-width: 575.98px) {
  .billing-toggle {
    display: block;
  }
}
.billing-toggle button {
  border: none;
  padding: 0.8125rem 2.125rem;
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  max-width: 154px;
  min-width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.billing-toggle button.is-active {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.billing-toggle button img {
  width: 20px;
  height: 20px;
}

.button-billing-info {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  color: #676767;
  font-weight: 400;
  line-height: 180%;
}
.button-billing-info span {
  font-weight: 700;
  color: #292D32;
}

.plan {
  background: #fff;
  border-radius: 1.5625rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .plan {
    padding: 1.25rem;
  }
}
.plan h3 {
  font-size: clamp(1.125rem, 2.5vw + 1rem, 1.5rem);
  margin-bottom: 0.5625rem;
  color: var(--color-text);
  font-weight: 600;
  line-height: 125%;
}
.plan__desc {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  color: var(--color-text-primary-gray);
  margin-bottom: 1.5rem;
}
.plan__price {
  font-size: clamp(1.375rem, 1.5vw + 1.125rem, 3rem);
  font-weight: 500;
  margin-bottom: 1.0625rem;
  color: var(--color-text);
  line-height: 125%;
}
.plan__price span {
  font-size: clamp(0.875rem, 1.5vw + 0.875rem, 1rem);
  font-weight: 400;
  line-height: 180%;
  color: var(--color-text-primary-gray);
}
.plan__price small {
  font-size: 14px;
  font-weight: 400;
}
.plan__offer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.1875rem;
}
.plan__offer .sec-button {
  max-width: none;
  min-width: auto;
  padding: 0.375rem 1rem;
  border-radius: 1.25rem;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  line-height: 110%;
  font-weight: 600;
}
.plan__offer del {
  font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.25rem);
  font-weight: 500;
  line-height: 125%;
  text-decoration-line: line-through;
}
.plan .hosting-card-btn {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  font-weight: 700;
  margin-bottom: 1.125rem;
}
.plan__note {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  color: var(--color-text-primary-gray);
  margin-bottom: 2.375rem;
}
.plan__features {
  list-style: none;
  margin-top: auto;
  padding: 0;
  margin: 0;
}
.plan__features li {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  color: var(#303030);
  display: flex;
  gap: 0.875rem;
}
.plan__features li:not(:last-child) {
  margin-bottom: 1.0625rem;
}
.plan__features li span {
  width: 20px;
  height: 20px;
  display: block;
}
.plan--highlight {
  border: 2px solid #7c3aed;
}
.plan--cta {
  background-image: url("../img/pricing-card_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 3.125rem;
  position: relative;
}
.plan--cta h3 {
  font-size: clamp(1.375rem, 2.5vw + 1.125rem, 2rem);
  color: var(--color-white);
  font-weight: 600;
  line-height: 122%;
  margin-bottom: 1.5rem;
}
.plan--cta p {
  color: var(--color-white);
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  margin-bottom: 2.5rem;
  font-weight: 400;
  line-height: 180%;
}
.plan--cta .btn--light {
  background-color: var(--color-white);
  color: var(--color-text);
}
.plan--cta .btn--light:hover {
  color: black;
}

.badge {
  background: #10b981;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

.btn {
  border: none;
  border-radius: 10px;
  padding: 12px;
  background: #111827;
  color: #fff;
  cursor: pointer;
}
.btn--light {
  background: #fff;
  color: #111827;
}
.btn--top-dir {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #28cc9d;
  width: 54px;
  height: 54px;
  padding: 0 !important;
  border-radius: 100%;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--top-dir img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose {
  padding: 6.25rem 0rem;
  background-image: url("../img/hosting-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .choose {
    padding: 1.25rem 0rem;
  }
}
.choose__accordion .accordion-item .accordion-header .accordion-button {
  color: #000;
  font-size: clamp(1rem, 1.5vw + 0.875rem, 1.125rem);
  font-weight: 600;
  line-height: 125%; /* 22.5px */
  padding-left: 0px;
  padding-right: 0px;
}
.choose__accordion .accordion-item .accordion-body {
  padding-left: 0px;
}
.choose__accordion .accordion-item .accordion-body p {
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  line-height: 173%; /* 24.22px */
}
.choose .choose-transparantImg {
  position: absolute;
  left: -13%;
  top: -22%;
  width: 80%;
  z-index: -1;
}
.choose .sec-intro {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  margin-bottom: 2.4375rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .choose .sec-intro {
    max-width: 550px;
  }
}
.choose__listGrid {
  display: grid;
  grid-template-columns: 530px 1fr;
  align-items: end;
  min-height: 568px;
  height: 100%;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .choose__listGrid {
    grid-template-columns: 1fr;
  }
}
.choose__accordion {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .choose__accordion {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
}
.choose__accordion .accordion-item {
  border-left: 0px;
  border-right: 0px;
}
.choose__accordion .accordion-item:first-child {
  border-top: 0px;
}
.choose__accordion .accordion-item :last-child {
  border-bottom: 0px;
}
.choose__accordion .accordion-header .accordion-button {
  background-color: transparent;
}
.choose__accordion .accordion-header .accordion-button::after {
  background-image: url("../img/add-circle.svg");
}
.choose__accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus-circle.svg");
}
.choose__cardTrandparant {
  position: absolute;
  left: 0%;
  bottom: 0%;
}
.choose__infoImg {
  padding-left: 70px;
  padding-right: 47px;
  background-image: url("../img/choose_sec-img1.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: initial;
  height: 100%;
}
@media (max-width: 767.98px) {
  .choose__infoImg {
    min-height: 300px;
    background-size: contain;
  }
}

.header-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
  animation: fadeInUp 0.6s ease-out;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .header-section .heading-wrapper {
    max-width: 500px;
  }
}
.header-section .heading-wrapper .sec-intro {
  max-width: 655px;
}
.header-section .heading-wrapper .heading {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.3;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}
.header-section .heading-wrapper .heading .text-primary {
  font-weight: 700;
  color: #1a1a1a;
}
.header-section .heading-wrapper .heading .text-secondary {
  font-weight: 300;
  color: #888888;
}
.header-section .heading-wrapper .heading .separator {
  font-weight: 300;
  color: #cccccc;
  margin: 0 8px;
}
.header-section .button-wrapper {
  flex-shrink: 0;
}
.header-section .button-wrapper .btn-more {
  background: var(--color-text);
  color: var(--color-white);
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.2);
}
.header-section .button-wrapper .btn-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(44, 62, 80, 0.3);
}
.header-section .button-wrapper .btn-more:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.2);
}
.header-section .button-wrapper .btn-more .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.3s ease;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 800px 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.left-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .left-section {
    padding: 1.25rem;
  }
}
.left-section .img_transparant {
  position: absolute;
  left: -33%;
  bottom: -42%;
}

.trust {
  padding: 100px 0;
  background: linear-gradient(355deg, #fbfbfb -0.83%, #fef4ff 84.18%);
}
@media (max-width: 991.98px) {
  .trust {
    padding: 1.875rem 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .trust {
    padding: 2.5rem 0rem;
  }
}
.trust .navigation {
  display: flex;
  gap: 12px;
  position: absolute;
  bottom: 0;
}
.trust .avatars {
  display: flex;
  margin-top: 20px;
  justify-content: end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header-trust {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.page-number {
  font-size: clamp(1.375rem, 1.5vw + 1.125rem, 3rem);
  font-weight: 300;
  color: #303030;
}

.page-total {
  font-size: clamp(1.125rem, 1.5vw + 0.875rem, 1.25rem);
  font-weight: 300;
  color: #a6a6a6;
  line-height: 125%;
}

.badge {
  background: var(--color-bg-light-pink);
  color: var(--color-text);
  padding: 5px 13px;
  border-radius: 100px;
  font-size: clamp(0.625rem, 1.5vw + 0.625rem, 0.6875rem);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}

.testimonial-content {
  display: flex;
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.profile-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 100px;
  margin-right: 60px;
  border-right: 1px solid #e6e6e6;
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .profile-section {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
    min-width: 100%;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .profile-section {
    padding-right: 20px;
    margin-right: 20px;
  }
}
.profile-section__img {
  width: 74px;
  height: 74px;
  margin-bottom: 0.875rem;
}
.profile-section .profile_infoWrapper {
  margin-bottom: 6.125rem;
}
@media (max-width: 767.98px) {
  .profile-section .profile_infoWrapper {
    margin-bottom: 1.25rem;
  }
}
.profile-section .number_wrapper {
  margin-bottom: 4.5rem;
}
@media (max-width: 991.98px) {
  .profile-section .number_wrapper {
    margin-bottom: 2.5rem;
  }
}

.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #f0f0f0;
}

.profile-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 18px;
}

.profile-role {
  color: #999;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 18.75px */
}

.testimonial-text-wrapper {
  flex: 1;
}

.company-logo {
  width: 77px;
  height: 77px;
  background: #d3d6e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.testimonial-card {
  margin-bottom: 3.4375rem;
}

.testimonial-text {
  font-size: clamp(1.125rem, 1.5vw + 0.625rem, 1.25rem);
  line-height: 164%;
  color: #78787b;
  margin-bottom: 0rem;
}

.highlight {
  font-weight: 500;
  color: #303030;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin-left: -10px;
}
.avatar:first-child {
  margin-left: 0;
}

.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #4B568B;
  background-color: transparent;
}
.nav-btn:hover {
  border-color: #4B568B;
  color: #4B568B;
  transform: scale(1.05);
}
.nav-btn:active {
  transform: scale(0.95);
}

.right-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  height: 100%;
}

.stat-card {
  background: var(--color-white);
  padding: 30px;
  border-radius: 20px;
  transition: transform 0.3s ease;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
  align-items: self-start;
  justify-content: end;
}
.stat-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 991.98px) {
  .stat-card {
    padding: 20px;
  }
}
.stat-card.large {
  grid-column: 1/-1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.stat-badge {
  background: #dcfce7;
  color: var(--color-text);
  padding: 5px 13px;
  border-radius: 100px;
  font-size: clamp(0.625rem, 1.5vw + 0.625rem, 0.6875rem);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 30px;
  right: 30px;
  margin-bottom: 10px;
}
.stat-badge.server {
  background-color: #e6f5ff;
}

.stat-value {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 3.75rem);
  font-weight: 500;
  color: var(--color-text);
  line-height: 1;
  margin-bottom: 0px;
  line-height: normal;
}

.stat-label {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.9375rem);
  color: #999;
  font-weight: 500;
  line-height: 125%;
}

.chart {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 120px;
}

.chart-line {
  stroke: #4ade80;
  stroke-width: 3;
  fill: none;
  filter: drop-shadow(0 4px 8px rgba(74, 222, 128, 0.3));
}

.metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.metric {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}

.metric-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.metric-icon.blue {
  background: #3b82f6;
}
.metric-icon.purple {
  background: #a855f7;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 968px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .container {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .header-section .heading-wrapper {
    max-width: 400px;
  }
  .header-section .button-wrapper {
    width: 100%;
  }
  .header-section .button-wrapper .btn-more {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 30px;
  }
  .testimonial-content {
    flex-direction: column;
  }
  .right-section {
    grid-template-columns: 1fr;
  }
  .chart {
    position: static;
    transform: none;
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .header-section .heading-wrapper .heading {
    font-size: 24px;
  }
  .header-section .button-wrapper .btn-more {
    padding: 12px 24px;
    font-size: 14px;
  }
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: white;
  z-index: 10;
}
.header .navbar {
  padding: 1.75rem 0rem;
}
.header .navbar .navbar-brand {
  padding-right: 2.375rem;
  margin-right: 1.25rem;
  border-right: 1px solid var(--color-border-primary);
}
@media (max-width: 1199.98px) {
  .header .navbar .navbar-brand {
    padding-right: 0rem;
    border-right: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header .navbar .navbar-brand {
    padding-right: 1.5rem;
    margin-right: 0.625rem;
  }
}
.header .navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: var(--color-text);
  font-weight: 600;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
}
@media (max-width: 1199.98px) {
  .header .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }
}
.header__action .login-btn, .header__action .signup-btn {
  border: unset;
  font-size: 0.875rem;
  padding: 0.75rem 1.5625rem;
  background: var(--color-secondary-black);
  border-radius: 0.625rem;
  color: var(--color-white);
}
.header__action .login-btn.login-btn, .header__action .signup-btn.login-btn {
  background-color: transparent;
  color: var(--color-text);
}

.mobile-menu__list .nav-link {
  color: var(--color-text);
}

/* Footer */
.footer {
  background: #292d32;
  margin: 0 auto;
  color: white;
  /* Footer Grid Layout */
  /* Navigation Column */
  /* Brand Column */
  /* Column Headings */
  /* Combined Services & Legal Column */
  /* Copyright */
  /* Responsive Design */
}
@media (max-width: 767.98px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .hero-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #3a3d45;
}
.footer .hero-left {
  padding-bottom: 74px;
  border-right: 1px solid #3a3d45;
  padding-right: 1rem;
  padding-top: 80px;
}
.footer .hero-left h2 {
  font-size: clamp(1.75rem, 2.5vw + 1.25rem, 4rem);
  line-height: 125%;
  margin-bottom: 0;
  color: white;
}
.footer .hero-right {
  display: flex;
  flex-direction: column;
  padding-bottom: 74px;
  padding-left: 78px;
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer .hero-right {
    padding-left: 30px;
  }
}
.footer .stay-updated {
  color: var(--color-white);
  padding: 6px 21px;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  cursor: pointer;
  align-self: flex-end;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
  display: inline-flex;
  border-radius: 100px;
  border: 1px solid #28cc9d;
  background: linear-gradient(90deg, rgba(40, 204, 157, 0.61) 0%, rgba(115, 115, 115, 0) 100%);
}
.footer .stay-updated:hover {
  background-color: rgba(52, 211, 153, 0.3);
}
.footer .cta-text {
  font-size: clamp(1rem, 0.5vw + 0.625rem, 1.25rem);
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 24px;
}
.footer .cta-buttons {
  display: flex;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .footer .cta-buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .footer .cta-buttons button {
    width: 100%;
  }
}
.footer .btn {
  padding: 20px 40px;
  border-radius: 10px;
  font-size: clamp(1rem, 0.5vw + 0.625rem, 1.125rem);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  line-height: 110%;
  color: #010101;
}
.footer .btn-primary {
  background-color: #ffffff;
}
.footer .btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(36, 66, 211, 0);
}
.footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  color: white;
}
@media (max-width: 575.98px) {
  .footer .footer-grid {
    display: block !important;
  }
}
.footer .footer-column {
  padding-top: 85px;
  border-right: 1px solid #3a3d45;
  padding-bottom: 0px;
}
@media (max-width: 1300px) {
  .footer .footer-column {
    padding-top: 30px;
  }
}
.footer .footer-column:not(:first-child) {
  padding-left: 55px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footer .footer-column:not(:first-child) {
    padding-left: 30px;
  }
}
.footer .footer-brand {
  padding-right: 55px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footer .footer-brand {
    padding-right: 30px;
  }
}
.footer .footer-column:last-child {
  border-right: none;
}
.footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-nav li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 23px;
}
.footer .nav-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer .footer-nav a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: clamp(0.875rem, 0.5vw + 0.625rem, 1rem);
  font-weight: 600;
  line-height: 125%; /* 20px */
}
.footer .footer-nav a:hover {
  color: #ffffff;
}
.footer .footer-brand .brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.footer .brand-logo i {
  color: #8b5cf6;
  font-size: 1.8rem;
}
.footer .brand-description {
  color: white;
  line-height: 1.7;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  margin-bottom: 30px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 180%;
}
.footer .social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer .social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer .social-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.footer .column-title {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 249%;
}
.footer .footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-links-list a {
  color: #b7b7b7;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.5vw + 0.625rem, 0.875rem);
  transition: color 0.3s ease;
  line-height: 249%;
}
.footer .footer-links-list a:hover {
  color: #ffffff;
}
.footer .combined-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .footer .combined-column {
    grid-column: span 2;
    border-right: 0px !important;
    border-top: 1px solid #3a3d45;
    padding-left: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .footer .combined-column {
    border-right: 0px !important;
    padding-left: 0px !important;
  }
}
.footer .quick-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.footer .footer-bottom p {
  color: #bababa;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 17.92px */
  opacity: 0.5;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 991.98px) {
  .footer .footer-bottom {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .footer .hero-left h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer .footer-column:nth-child(2) {
    border-right: none;
  }
  .footer .footer-column:nth-child(3) {
    padding-left: 0px !important;
    grid-column: span 2;
    border-top: 1px solid #3a3d45;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footer .hero-section {
    grid-template-columns: 1fr;
  }
  .footer .hero-left {
    border-right: none;
    border-bottom: 1px solid #3a3d45;
    padding: 25px 30px;
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
  .footer .hero-right {
    padding: 50px 30px;
    padding-left: 0px !important;
  }
  .footer .hero-left h1 {
    font-size: 2.2rem;
  }
  .footer .cta-buttons {
    flex-direction: column;
  }
  .footer .stay-updated {
    align-self: flex-start;
  }
  .footer .footer-column {
    border-right: none;
    border-bottom: 1px solid #3a3d45;
    padding: 40px 30px;
    padding-left: 0px !important;
  }
  .footer .footer-column:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .footer .hero-left,
  .footer .hero-right {
    padding: 40px 20px;
  }
  .footer .hero-left h1 {
    font-size: 1.8rem;
  }
  .footer .footer-column {
    padding: 30px 20px;
  }
  .footer .cta-text {
    font-size: 1rem;
  }
}

.hero {
  background-image: url("../img/hero_bg_transparent.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1.25rem;
}
.hero__wrapper {
  position: relative;
}
.hero__wrapper .sub_img {
  padding-top: 3.125rem;
}
@media (max-width: 767.98px) {
  .hero__wrapper .sub_img {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__wrapper .sub_img {
    padding-top: 22.125rem;
  }
}
.hero__content {
  position: absolute;
  top: 0;
  max-width: 674px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hero__content {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .hero__content {
    height: auto;
    gap: 3rem;
  }
}
.hero__content h1 {
  font-size: clamp(1.75rem, 2.5vw + 1.25rem, 4.375rem);
  font-weight: 500;
  color: var(--color-text);
  line-height: normal;
  margin-bottom: 1.4375rem;
}
.hero__content .sec-button {
  font-size: clamp(1rem, 2vw, 1.125rem);
  display: flex;
  min-width: 242px;
  color: white;
  min-width: auto;
  padding: 20px 30px;
  align-items: center;
  font-weight: 700;
  min-width: 250px;
}
@media (max-width: 991.98px) {
  .hero__content .sec-button {
    padding: 12px 30px;
  }
}
.hero__subContent {
  position: relative;
  left: 42%;
  top: -8%;
}
@media (max-width: 991.98px) {
  .hero__subContent {
    left: 0%;
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero__subContent {
    left: 28%;
    top: 0%;
  }
}
.hero__article {
  max-width: 224px;
}
@media (max-width: 991.98px) {
  .hero__article {
    max-width: 100%;
  }
}
.hero__article span {
  font-size: 1.125rem;
  line-height: 110%;
  color: #000;
  font-weight: 500;
}
.hero__article h2 {
  font-size: 2.5rem;
  line-height: 110%;
  color: var(--color-ternory-black);
  margin: 0rem;
  margin-bottom: 1.625rem;
}
.hero__article p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
  color: var(--color-text-primary-gray);
}
.hero__article .sub_img {
  padding-top: 3.125rem;
}

:focus {
  outline: 2px solid --color-text-light-pink;
  outline-offset: 2px;
}

.main {
  padding-top: 6.25rem;
}

.container-240, .container-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: clamp(16px, 4vw, 50px);
}

.container-100 {
  max-width: 1720px;
}

.container-240 {
  max-width: 1447px;
}

.sec-button {
  max-width: 205px;
  min-width: 205px;
  border: unset;
  font-size: clamp(1rem, 1vw + 1.0625rem, 1.125rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.875rem;
  padding: 1.375rem 2.125rem;
  background: var(--color-bg);
  border-radius: 0.625rem;
  color: var(--color-white);
}

.sec-intro h2 {
  font-size: clamp(1.75rem, 2vw + 1.25rem, 3.75rem);
  color: var(--color-text);
  line-height: normal;
}
.sec-intro h2 span {
  color: var(--color-text-gray);
}
.sec-intro .intro-text {
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.125rem);
}

.a-tag {
  color: var(--color-text-primary-gray);
}

.sec-border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.compare-plan-selecter {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
  padding: 0;
}
.compare-plan-selecter select {
  border: none;
  box-shadow: unset;
  font-size: clamp(0.8125rem, 1.5vw + 0.625rem, 0.875rem);
  font-weight: 600;
  line-height: 125%;
  color: #292D32;
  max-width: 175px;
  margin: 0 auto;
}

.boder-top-bottom {
  border-bottom: 1px solid #EBEBEB;
  padding: 70px 0;
}
@media (max-width: 991.98px) {
  .boder-top-bottom {
    padding: 30px 0;
  }
}

.border-uset-sec {
  border: unset;
}

.bottomHero-slider {
  padding: 2.8125rem 0rem;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  background: white;
}
@media (max-width: 767.98px) {
  .bottomHero-slider {
    padding: 1.5625rem 0rem;
  }
}
.bottomHero-slider__sliderWrapper .card_item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomHero-slider__sliderWrapper .card_item img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: auto;
}

.hosting {
  background-image: url("../img/hosting-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 6.25rem 0rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .hosting {
    padding: 2.5rem 0rem;
  }
}
.hosting .hosting_transparantbg {
  position: absolute;
  left: -15%;
  top: -41%;
  width: 70%;
  z-index: -1;
}
.hosting__hosting-grid {
  display: grid;
  grid-template-columns: minmax(320px, 357px) 1fr 1fr;
  gap: 1.375rem;
  /* ================= DESKTOP ================= */
  /* ================= SMALL LAPTOP ================= */
  /* ================= TABLET ================= */
  /* ================= MOBILE ================= */
}
.hosting__hosting-grid .sec-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 4rem;
}
.hosting__hosting-grid .hosting-side {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media (max-width: 1200px) {
  .hosting__hosting-grid {
    grid-template-columns: 320px 1fr;
  }
  .hosting__hosting-grid .hosting-side {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .hosting__hosting-grid {
    grid-template-columns: 1fr;
  }
  .hosting__hosting-grid .sec-intro {
    padding-right: 0;
  }
  .hosting__hosting-grid .hosting-card.main {
    margin-bottom: 1.375rem;
  }
  .hosting__hosting-grid .hosting-side {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hosting__hosting-grid {
    grid-template-columns: 320px 1fr;
  }
}
@media (max-width: 575px) {
  .hosting__hosting-grid {
    gap: 1rem;
  }
}

.support-box {
  border: 1px solid #e5e7eb;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin-top: 98px;
}
@media (max-width: 991.98px) {
  .support-box {
    margin-top: 48px;
  }
}
.support-box .avatars {
  display: flex;
}
.support-box .avatars img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-box p {
  font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1rem);
  font-weight: 400;
  line-height: 147%;
  color: var(--color-text-dark-gra);
}

.hosting-card-btn {
  border: unset;
  font-size: clamp(0.875rem, 2vw, 1rem) !important;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1rem;
  padding: 1.375rem 2.125rem;
  background: var(--color-text);
  border-radius: 0.625rem;
  color: var(--color-white);
  font-weight: 700;
  gap: 5px;
  border-radius: 10px;
  background: #292d32;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 123%; /* 19.68px */
}
@media (max-width: 767.98px) {
  .hosting-card-btn {
    padding: 0.78rem 2rem;
  }
}
.hosting-card-btn:hover {
  color: white;
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .hosting-card-btn {
    padding: 1rem 1.125rem !important;
  }
}

.hosting-card {
  background: #e6f2fa;
  border-radius: 0.625rem;
  padding: 3.0625rem 3.0625rem 0rem 3.0625rem;
}
@media (max-width: 767.98px) {
  .hosting-card {
    padding: 1.1875rem 1.1875rem 0rem 1.1875rem;
  }
}
.hosting-card .hosting-card-btn {
  padding: 19px 34px;
  line-height: 123%;
  background-color: #292d32;
}
@media (max-width: 767.98px) {
  .hosting-card .hosting-card-btn {
    padding: 12px 34px;
  }
}
.hosting-card.main {
  background: #fdeefe;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hosting-card.WordPressCard {
  background-image: url("../img/hosting-wrdpress.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 188px;
  height: 100%;
  padding-bottom: 49px;
}
@media (max-width: 991.98px) {
  .hosting-card.WordPressCard {
    background-size: 100px;
  }
}
.hosting-card.WordPressCard h3 {
  margin-bottom: 2.0625rem;
  min-width: 200px;
}
.hosting-card.WordPressCard p {
  font-size: clamp(0.75rem, 1vw + 0.625rem, 0.875rem);
  line-height: 170%;
}
.hosting-card.WordPressCard .content_info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .hosting-card.WordPressCard .content_info {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hosting-card.WordPressCard .content_info {
    flex-wrap: wrap;
  }
}
.hosting-card.green {
  background-color: #e7f9ef;
  background-image: url("../img/hosting_reseller.png");
  background-position: 94% bottom;
  background-repeat: no-repeat;
  background-size: 160px;
}
@media (max-width: 991.98px) {
  .hosting-card.green {
    background-size: 100px;
  }
}
.hosting-card h3 {
  font-size: clamp(1.25rem, 1.5vw + 0.875rem, 2rem);
  margin-bottom: 0.625rem;
  color: var(--color-text);
  line-height: normal;
}
.hosting-card p {
  font-size: clamp(0.875rem, 0.5vw + 0.75rem, 1rem);
  color: var(--color-text-light-pink);
  margin-bottom: 1.75rem;
  line-height: 170%;
}
.hosting-card .btn {
  align-self: flex-start;
  background: #1f2937;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}
.hosting-card .card-image {
  margin-top: 2rem;
}
.hosting-card .card-image img {
  width: 100%;
  height: auto;
}

.hosting-side {
  display: grid;
  gap: 2rem;
}

.feature-section {
  padding-top: 75px;
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 991.98px) {
  .feature-section {
    padding-top: 35px;
  }
}
.feature-section .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}
.feature-section .feature-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-section .feature-item h4 {
  font-size: clamp(1.125rem, 1.5vw + 0.875rem, 1.25rem);
  font-weight: 600;
  margin-bottom: 0.6875rem;
  color: var(--color-text);
  line-height: 125%;
}
.feature-section .feature-item p {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  line-height: 173%;
  color: var(--color-text-primary-gray);
  margin: 0;
  font-weight: 400;
}
.feature-section .feature-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
}
@media (max-width: 991px) {
  .feature-section .feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 575px) {
  .feature-section .feature-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .feature-section .feature-item {
    text-align: left;
  }
  .feature-section .feature-item .feature-icon {
    margin-bottom: 0.5rem;
  }
}

.wordpressSite-section__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .wordpressSite-section__wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.wordpressSite-section__content .sec-intro {
  margin-bottom: 1.625rem;
  max-width: 500px;
}
.wordpressSite-section__content .sec-intro p {
  line-height: 170%;
  font-size: clamp(0.875rem, 0.5vw + 0.625rem, 1rem);
  font-weight: 400;
  margin-bottom: 1.1875rem;
}
.wordpressSite-section__content .hosting-card-btn {
  min-width: 263px;
}
.wordpressSite-section__content .plan__features {
  margin-bottom: 2.6875rem;
}

.wordpressSite-section__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.browser-window {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  position: relative;
  max-width: 500px;
  width: 100%;
}

.browser-controls {
  display: flex;
  gap: 8px;
  margin-bottom: 2rem;
}

.browser-controls span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}

.browser-controls span:nth-child(1) {
  background: #ff5f56;
}

.browser-controls span:nth-child(2) {
  background: #ffbd2e;
}

.browser-controls span:nth-child(3) {
  background: #27c93f;
}

.wordpress-icon {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #b8a7ff 0%, #9b8cff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
  box-shadow: 0 10px 30px rgba(155, 140, 255, 0.3);
}

.person-image {
  background: linear-gradient(135deg, #d4ffe8 0%, #b8f5d8 100%);
  border-radius: 50% 50% 50% 0;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.person-placeholder {
  width: 300px;
  height: 350px;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.support-button {
  position: absolute;
  top: -20px;
  left: -20px;
  background: linear-gradient(135deg, #9b59ff 0%, #7b3ff2 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(123, 63, 242, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.support-button::before {
  content: "🎧";
}

.dashboard-badge {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #20d9d2 0%, #1ac7c0 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(26, 199, 192, 0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.dashboard-badge::before {
  content: "ℹ️";
}

.wordpressSite-section__content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.wordpressSite-section__content h1 .highlight {
  color: #999;
  font-weight: 400;
}

.wordpressSite-section__content p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.features {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: #555;
}

.feature::before {
  content: "✓";
  width: 24px;
  height: 24px;
  background: #e8e3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b3ff2;
  font-weight: bold;
  flex-shrink: 0;
}

.cta-button {
  background: #2d3436;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-button::after {
  content: "»";
  font-size: 1.5rem;
}

@media (max-width: 968px) {
  .wordpressSite-section {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .wordpressSite-section__content {
    order: 2;
  }
  .wordpressSite-section__image {
    order: 1;
  }
  .wordpressSite-section__content h1 {
    font-size: 2.5rem;
  }
  .features {
    display: inline-grid;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 1rem;
  }
  .wordpressSite-section__content h1 {
    font-size: 2rem;
  }
  .wordpressSite-section__content p {
    font-size: 1rem;
  }
  .person-placeholder {
    width: 250px;
    height: 300px;
  }
  .support-button,
  .dashboard-badge {
    font-size: 12px;
    padding: 0.6rem 1.2rem;
  }
}
.help-support-sec {
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .help-support-sec {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .help-support-sec {
    padding-bottom: 40px;
  }
}
.help-support-sec__left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.help-support-sec__left-section .sec-intro {
  margin-bottom: 1.375rem;
  padding-right: 2rem;
  padding-right: 5rem;
  max-width: 500px;
}
.help-support-sec__left-section .sec-intro h2 {
  margin-bottom: 22px;
}
.help-support-sec__left-section .sec-intro p {
  font-size: clamp(0.875rem, 0.5vw + 0.625rem, 1rem);
}
.help-support-sec__left-section .stat-badge {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: #292d32;
  font-weight: 500;
  line-height: 180%; /* 19.8px */
  min-width: 96px;
  width: 96px;
  margin-bottom: 1.125rem;
}
.help-support-sec__left-section .stat-badge img {
  width: 20px;
  height: 20px;
}
.help-support-sec .content-wrapper {
  background-image: url("../img/help-support-sec-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  display: grid;
  grid-template-columns: 1fr;
  gap: 65px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 4.8125rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .help-support-sec .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .help-support-sec .content-wrapper {
    grid-template-columns: 536px 1fr;
  }
}
.help-support-sec__transparant-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.help-support-sec .support-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e0f7f4;
  color: #00bfa5;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.help-support-sec .support-badge::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #00bfa5;
  color: white;
  border-radius: 50%;
  font-size: 12px;
}
.help-support-sec h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.help-support-sec h1 .highlight {
  color: #b8b8b8;
}
.help-support-sec .subtitle {
  font-size: clamp(0.875rem, 0.5vw + 0.625rem, 1rem);
  color: #303030;
  line-height: 1.6;
  margin-bottom: 40px;
}
.help-support-sec .features {
  list-style: none;
  margin-bottom: 32px;
  padding: 0;
}
.help-support-sec .sec-button:hover {
  color: white;
}
.help-support-sec .features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(0.875rem, 0.5vw + 0.625rem, 1rem);
  color: #303030;
}
.help-support-sec .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #00bfa5 0%, #a855f7 100%);
  color: white;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}
.help-support-sec .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.3);
}
.help-support-sec .cta-button::after {
  content: "→";
  font-size: 18px;
}
.help-support-sec .right-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-support-sec .right-section img {
  -o-object-fit: contain;
     object-fit: contain;
}
.help-support-sec .chat-container {
  width: 100%;
  max-width: 400px;
}
.help-support-sec .chat-bubble {
  background: white;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  animation: slideIn 0.4s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.help-support-sec .chat-bubble.user {
  background: linear-gradient(135deg, #00bfa5 0%, #00897b 100%);
  color: white;
  margin-left: auto;
  max-width: 85%;
}
.help-support-sec .chat-bubble.support {
  background: #f8f9fa;
  max-width: 85%;
}
.help-support-sec .chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.help-support-sec .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 14px;
  flex-shrink: 0;
}
.help-support-sec .avatar.large {
  width: 56px;
  height: 56px;
  font-size: 20px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.help-support-sec .avatar.user-avatar {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%2300bfa5"/><text x="50" y="65" text-anchor="middle" fill="white" font-size="40" font-family="Arial">U</text></svg>');
  background-size: cover;
  position: absolute;
  top: -16px;
  right: -16px;
}
.help-support-sec .chat-text {
  font-size: 14px;
  line-height: 1.5;
}
.help-support-sec .chat-bubble.support .chat-text {
  color: #333;
}
.help-support-sec .url-text {
  color: #6366f1;
  font-size: 13px;
  margin-top: 4px;
}
.help-support-sec .input-container {
  background: linear-gradient(135deg, #f8f0ff 0%, #e8f4ff 100%);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  margin-top: 60px;
}
.help-support-sec .input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  border-radius: 12px;
  padding: 12px 16px;
}
.help-support-sec .input-wrapper input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  color: #999;
}
.help-support-sec .send-icon {
  width: 24px;
  height: 24px;
  background: #e0d4f7;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a855f7;
  cursor: pointer;
  font-size: 12px;
}
.help-support-sec .floating-avatars {
  position: absolute;
}
.help-support-sec .floating-avatars .avatar {
  position: absolute;
}
.help-support-sec .floating-avatars .avatar:nth-child(1) {
  top: 60px;
  right: -16px;
}
.help-support-sec .floating-avatars .avatar:nth-child(2) {
  top: 200px;
  right: -16px;
}
@media (max-width: 968px) {
  .help-support-sec h1 {
    font-size: 36px;
  }
  .help-support-sec .right-section {
    margin-top: 40px;
  }
  .help-support-sec .right-section img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 640px) {
  .help-support-sec .content-wrapper {
    padding: 24px;
  }
  .help-support-sec h1 {
    font-size: 32px;
  }
  .help-support-sec .chat-container {
    max-width: 100%;
  }
  .help-support-sec .avatar.large {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }
}

.testimonial-card {
  display: none;
}

.testimonial-card.active {
  display: block;
}

.testimonial-user {
  display: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.testimonial-user.active {
  display: block;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-domain {
  background: linear-gradient(90deg, #28cc9d 0%, #ca2edd 100%);
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  /* Responsive Design */
}
.search-domain .hero-content .sec-intro {
  color: var(--color-white);
}
.search-domain .hero-content .sec-intro h2 {
  font-size: clamp(1.375rem, 2vw + 0.875rem, 3rem);
  font-weight: 600;
  line-height: normal;
  color: var(--color-white);
  margin-bottom: 0.375rem;
}
.search-domain .hero-content .sec-intro p {
  font-size: clamp(1rem, 0.5vw + 0.625rem, 1.25rem);
}
.search-domain__sliceouter {
  position: relative;
}
.search-domain .domein_list {
  display: flex;
  position: absolute;
  bottom: 0;
  bottom: 17px;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .search-domain .domein_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .search-domain .domein_list {
    position: relative;
    bottom: auto;
    display: grid;
    width: 100%;
    gap: 1rem;
  }
}
@media (max-width: 575.98px) {
  .search-domain .domein_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-domain .img-card {
  bottom: 0;
  max-width: 82%;
  margin-left: auto;
  right: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .search-domain .img-card {
    max-width: 100%;
    background-color: white;
    padding: 1rem;
    border-radius: 1rem 1rem 0rem 0rem;
  }
  .search-domain .img-card img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .search-domain .img-card {
    max-width: 100%;
  }
}
.search-domain .hero-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: var(--white);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transform: translateY(50%);
}
.search-domain .hero-content {
  display: grid;
  grid-template-columns: 400px 1fr;
}
@media (max-width: 767.98px) {
  .search-domain .hero-content {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }
}
.search-domain .hero-content p {
  color: var(--white);
  font-size: 1.125rem;
  margin-top: -15px;
}
.search-domain .search-container {
  background: var(--white);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px var(--shadow);
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 10px 10px;
}
.search-domain .search-container input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  color: var(--dark);
}
.search-domain .search-container input::-moz-placeholder {
  color: #a0aec0;
}
.search-domain .search-container input::placeholder {
  color: #a0aec0;
}
.search-domain .search-btn-wrapper {
  display: flex;
}
.search-domain .search-btn-wrapper .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 27px;
  display: flex;
}
@media (max-width: 767.98px) {
  .search-domain .search-btn-wrapper .search-icon {
    right: 30px;
    top: 34px;
  }
}
.search-domain .search-btn-wrapper .search-icon svg {
  color: white;
}
.search-domain .search-btn {
  border: none;
  padding: 15px 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
  max-width: 155px;
  background-image: url("../img/button-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  height: 100%;
  width: 100%;
  color: white !important;
}
.search-domain .search-btn svg {
  width: 20px;
  height: 20px;
}
.search-domain .domain-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
.search-domain .domain-pill {
  background: var(--white);
  border-radius: 25px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px var(--shadow);
  transition: all 0.3s ease;
}
@media (max-width: 1199.98px) {
  .search-domain .domain-pill {
    padding: 0px 4px;
  }
}
.search-domain .domain-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.search-domain .domain-pill .extension {
  color: #292d32;
  font-size: clamp(1.125rem, 1.5vw + 0.875rem, 2rem);
  font-weight: 700;
  line-height: normal;
}
.search-domain .domain-pill .price {
  background-image: url("../img/domin-btn-bgs.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  color: white;
  padding: 4px 12px;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  line-height: 125%; /* 20px */
}
@media (max-width: 768px) {
  .search-domain .hero-section {
    padding: 40px 15px;
    min-height: auto;
  }
  .search-domain .hero-content h1 {
    font-size: 2rem;
  }
  .search-domain .hero-content p {
    font-size: 1rem;
  }
  .search-domain .search-container {
    border-radius: 20px;
    padding: 15px;
  }
  .search-domain .search-container input {
    width: 100%;
  }
  .search-domain .search-btn {
    width: 100%;
    justify-content: center;
    border-radius: 15px;
  }
  .search-domain .domain-pills {
    justify-content: center;
  }
  .search-domain .domain-pill {
    font-size: 0.9rem;
  }
  .search-domain .domain-pill .extension {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .search-domain .hero-content h1 {
    font-size: 1.75rem;
  }
  .search-domain .domain-pills {
    gap: 10px;
  }
  .search-domain .domain-pill {
    padding: 10px 15px;
  }
}

.web-hosting-page {
  background-image: url("../img/banner/banner-transparant-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: auto;
  position: relative;
  overflow: hidden;
}
.web-hosting-page .web-hosting-page-circle {
  position: absolute;
  left: -29%;
  bottom: -5%;
}
.web-hosting-page__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .web-hosting-page__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.web-hosting-page__wrapper .sub_img {
  position: relative;
  padding-right: 35px;
  padding-top: 1.75rem;
  max-width: 600px;
  margin-left: auto;
}
.web-hosting-page__wrapper .sub_img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.web-hosting-page__wrapper .sub_img .uptime {
  position: absolute;
  right: 0%;
  bottom: 0%;
  transform: translateY(-25%);
}
@media (max-width: 767.98px) {
  .web-hosting-page__wrapper .sub_img .uptime {
    transform: translateY(7%);
  }
}
.web-hosting-page__wrapper .sub_img .uptime .uptime-content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  transform: translateX(7%);
}
.web-hosting-page__wrapper .sub_img .uptime .uptime-content h2 {
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 20px;
  color: var(--color-text);
}
.web-hosting-page__wrapper .sub_img .uptime .uptime-content p {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.625rem);
  line-height: 20px;
  font-weight: 400;
  color: var(--color-text-mid-gray);
  line-height: 20px;
}
.web-hosting-page__wrapper .hero__subContent {
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.web-hosting-page__wrapper .hero__subContent .hero__article h2 {
  margin-bottom: 0px;
}
.web-hosting-page__wrapper .hero__content {
  position: relative;
  display: block;
  max-width: 600px;
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  .web-hosting-page__wrapper .hero__content {
    padding-right: 0rem;
  }
}
.web-hosting-page__wrapper .hero__content h1 {
  margin-bottom: 1.875rem;
}
.web-hosting-page__wrapper .hero__content p {
  margin-bottom: 3.125rem;
  font-size: clamp(1rem, 0.5vw + 0.625rem, 1.125rem);
  color: #433C67;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}

.hostingPage-plan {
  background: unset;
}
.hostingPage-plan .plan {
  border-radius: 25px;
  border: 1px solid #eaeaea;
}

.fastWeb-hosting {
  background: linear-gradient(355deg, #fbfbfb -0.83%, #fef4ff 84.18%);
}
.fastWeb-hosting__wrapper {
  padding-bottom: 0rem;
}
.fastWeb-hosting__wrapper .section-image {
  order: 2;
}

.compare-plan {
  background: linear-gradient(355deg, #fbfbfb -0.83%, #fef4ff 84.18%);
  padding: 6.25rem 0rem;
}
@media (max-width: 991.98px) {
  .compare-plan {
    padding: 1.875rem 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .compare-plan {
    padding: 2.5rem 0rem;
  }
}
.compare-plan__sec_header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media (min-width: 1200px) {
  .compare-plan__sec_header {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .compare-plan__sec_header {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.compare-plan__card {
  border-radius: 25px 25px 0 0;
  background: linear-gradient(180deg, #fff 0%, #fef4ff 100%);
  padding: 2.3125rem 2.625rem;
  margin-bottom: 0rem;
}
@media (max-width: 991.98px) {
  .compare-plan__card {
    padding: 1.6875rem 1.6875rem;
  }
}
@media (min-width: 1200px) {
  .compare-plan__card {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .compare-plan__card {
    margin-bottom: 0rem;
  }
}
.compare-plan__card h3 {
  font-size: clamp(0.875rem, 1.5vw + 0.75rem, 1rem);
  font-weight: 600;
  line-height: 125%;
  color: var(--color-text);
}
.compare-plan__card .plan__price {
  font-size: clamp(1.125rem, 1.5vw + 0.75rem, 2rem);
  font-weight: 500;
  line-height: 40px;
  color: #303030;
}
.compare-plan__card .plan__price span {
  font-size: clamp(0.8125rem, 1.5vw + 0.75rem, 1rem);
  line-height: 180%;
  font-weight: 400;
  color: #676767;
}
.compare-plan__card .hosting-card-btn {
  padding: 1.1875rem 2.125rem;
  color: white;
}

.compare-plan__features-chart td:contains("✔️") {
  color: #00b894;
  font-weight: bold;
}
.compare-plan__features-chart td:contains("✖️") {
  color: #d63031;
  font-weight: bold;
}
.compare-plan__features-chart .custom-table {
  margin-bottom: 0rem;
}
.compare-plan__features-chart .custom-table th {
  padding: 1rem 2.4rem;
  color: #303030;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.compare-plan__features-chart .custom-table td {
  border: 1px solid #ebebeb;
  padding: 1rem 2.4rem;
}
.compare-plan__features-chart .custom-table td span {
  width: 20px;
  height: 20px;
  display: block;
}
.compare-plan__features-chart .accordion {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.compare-plan__features-chart .accordion .accordion-item {
  border: 0rem;
  border-radius: 25px;
  overflow: hidden;
}
.compare-plan__features-chart .accordion .accordion-item .accordion-button {
  padding: 23px 37px;
  font-size: clamp(0.8125rem, 0.5vw + 0.625rem, 1rem);
  font-weight: 600;
  line-height: 125%;
  color: var(--color-text);
  gap: 10px;
  background-color: var(--color-white);
  box-shadow: unset;
  border-bottom: 1px solid #ebebeb;
}
.compare-plan__features-chart .accordion .accordion-body {
  padding: 0rem;
}

.faq {
  padding: 4.6875rem 0rem;
}
@media (max-width: 991.98px) {
  .faq {
    padding: 1.875rem 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq {
    padding: 2.5rem 0rem;
  }
}
.faq__wrapper .sec-intro {
  text-align: center;
}
.faq__chart .accordion .accordion-item {
  border: unset;
  border-bottom: 1px solid #e8e8e8;
}
.faq__chart .accordion .accordion-item .accordion-header button {
  background-color: unset;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 600;
  color: var(--color-text);
  box-shadow: unset;
  padding-left: 0rem;
  padding-top: 22px;
  padding-bottom: 22px;
}
.faq__chart .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
}
.faq__chart .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../img/add-circle.svg");
}
.faq__chart .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus-circle.svg");
}
.faq__chart .accordion .accordion-item .accordion-body {
  padding-left: 0rem;
  padding-top: 0px;
  padding-bottom: 12px;
}
.faq__chart .accordion .accordion-item .accordion-body p {
  color: #676767;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 173%; /* 27.68px */
  margin-bottom: 0rem;
}

.cPanel-sec .sec-intro {
  max-width: 560px;
}

.affiliate {
  background-image: url("../img/affiliate/banner-transparant-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: auto;
  position: relative;
  overflow: hidden;
}
.affiliate .info-content .highlight-text {
  font-size: clamp(1rem, 1.5vw + 0.875rem, 1.125rem);
  font-weight: 700;
  line-height: 170%;
  color: var(--color-hilight-primary);
}
.affiliate .sub_img {
  padding-right: 0rem;
}
.affiliate .sub_img .uptime {
  left: -22% !important;
  right: auto !important;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .affiliate .sub_img .uptime {
    left: -13% !important;
    right: auto !important;
    width: 70%;
    padding: 1rem;
    transform: translateY(-1%);
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .affiliate .sub_img .uptime {
    transform: translateY(-1%);
  }
}
.affiliate .sub_img .uptime .uptime-content {
  bottom: 40% !important;
  width: 93% !important;
}
.affiliate .sub_img .uptime .uptime-content h2 {
  background: linear-gradient(90deg, #303030 0%, #28cc9d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.easy-step {
  padding: 3.9375rem 0rem;
}
.easy-step__wrapper .sec-intro {
  margin-bottom: 2.75rem;
  text-align: center;
}
.easy-step__wrapper .sec-intro h2 {
  margin-bottom: 0rem;
}
.easy-step__wrapper .hosting-card-btn {
  padding: 1rem 2.125rem;
  width: 300px;
  margin: 0 auto;
  position: relative;
  bottom: 30px;
}
.easy-step__grid-easy-steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .easy-step__grid-easy-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .easy-step__grid-easy-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.easy-step__grid-easy-steps .step {
  padding-bottom: 6.25rem;
}
@media (max-width: 575.98px) {
  .easy-step__grid-easy-steps .step {
    padding-top: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .easy-step__grid-easy-steps .step {
    padding-bottom: 2.5rem;
  }
}
.easy-step__grid-easy-steps .step:not(:last-child) {
  border-right: 1px solid #e4e4e4;
  padding-right: 4.375rem;
}
@media (max-width: 575.98px) {
  .easy-step__grid-easy-steps .step:not(:last-child) {
    border-right: 0rem;
    border-bottom: 1px solid #e4e4e4;
  }
}
.easy-step__grid-easy-steps .step:not(:first-child) {
  padding-left: 3.4375rem;
}
@media (max-width: 575.98px) {
  .easy-step__grid-easy-steps .step:not(:first-child) {
    padding-left: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .easy-step__grid-easy-steps .step:nth-child(2) {
    border-right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .easy-step__grid-easy-steps .step:nth-child(3) {
    padding-left: 0rem;
  }
}
.easy-step__grid-easy-steps .step h3 {
  font-size: clamp(2.625rem, 2.5vw + 1.875rem, 6rem);
  background: linear-gradient(180deg, #fff 0%, #ca2edd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: normal;
}
.easy-step__grid-easy-steps .step h4 {
  font-size: clamp(1.125rem, 1vw + 0.625rem, 1.5rem);
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 0.5625rem;
  color: #000;
  line-height: 125%;
}
.easy-step__grid-easy-steps .step p {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  font-weight: 400;
  line-height: 180%;
  color: #676767;
}

.affiliate-marketing {
  background: linear-gradient(335deg, #fef2ff 21.84%, #fbf5fb 79.76%);
  padding-bottom: 14.375rem;
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .affiliate-marketing {
    padding-top: 40px;
  }
}
.affiliate-marketing .marketing-content {
  order: unset;
}
.affiliate-marketing__marketing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding: 2rem;
  padding-left: 3rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: -10px 9px 3.3px -6px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767.98px) {
  .affiliate-marketing__marketing-list {
    padding: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991.98px) {
  .affiliate-marketing__marketing-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.affiliate-marketing__marketing-list:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.affiliate-marketing__marketing-list .marketing-icon {
  width: 40px;
  height: 40px;
  margin: 0px;
}
.affiliate-marketing__marketing-list .info {
  flex: 1;
}
.affiliate-marketing__marketing-list .info h3 {
  font-size: clamp(1.125rem, 1.5vw + 0.875rem, 1.25rem);
  margin-bottom: 0.3125rem;
  color: var(--color-text);
  font-weight: 600;
  line-height: 125%;
}
.affiliate-marketing__marketing-list .info p {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  font-weight: 400;
  line-height: 172%;
  color: #676767;
  margin-bottom: 0rem;
}

.affiliate-program {
  background-image: url("../img/affiliate/texture-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.affiliate-program__wrapper {
  border-radius: 33px;
  background: linear-gradient(90deg, #28cc9d 0%, #ca2edd 100%);
  padding: 5rem;
  color: var(--color-white);
  display: grid;
  grid-template-columns: 1fr;
  gap: 92px;
  bottom: 120px;
  position: relative;
}
@media (max-width: 767.98px) {
  .affiliate-program__wrapper {
    gap: 35px;
    padding: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .affiliate-program__wrapper {
    gap: 35px;
    padding: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .affiliate-program__wrapper {
    grid-template-columns: 584px 1fr;
  }
}
.affiliate-program__wrapper .main-content h2 {
  font-size: clamp(1.75rem, 3vw, 3.75rem);
  color: var(--color-white);
  margin-bottom: 2.1875rem;
  max-width: 390px;
}
.affiliate-program__wrapper .main-content .program-btn-card {
  padding: 1.875rem 2.875rem;
  display: flex;
  justify-content: space-between;
  border-radius: 22px;
  background: linear-gradient(90deg, #b1ffe9 0%, #fff 100%);
  align-items: center;
  gap: 56px;
}
@media (max-width: 767.98px) {
  .affiliate-program__wrapper .main-content .program-btn-card {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.affiliate-program__wrapper .main-content .program-btn-card p {
  max-width: 196px;
  color: var(--color-text);
  font-size: clamp(1.125rem, 1.5vw + 0.875rem, 1.25rem);
  font-weight: 600;
  line-height: 125%;
  margin: 0px;
}
.affiliate-program__wrapper .main-content .program-btn-card .hosting-card-btn {
  flex: 1;
}
@media (max-width: 767.98px) {
  .affiliate-program__wrapper .main-content .program-btn-card .hosting-card-btn {
    flex: auto;
    width: 100%;
  }
}
.affiliate-program__wrapper .main-content .program-btn-card .hosting-card-btn {
  padding: 1.2rem 2.125rem;
}
.affiliate-program__info-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.affiliate-program__info-content p {
  color: #fff;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  margin: 0px;
}

.faq-affiliates {
  padding-top: 0rem;
}

.contact .info-content {
  padding-top: 1.875rem;
}
.contact .info-content .stat-badge {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}
.contact .info-content .stat-badge img {
  width: 20px;
  height: 20px;
}
.contact .info-content .intro-text {
  margin-bottom: 6.25rem;
}
.contact .info-content p {
  color: #433c67;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}

.contact-sec {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.contact-sec__wrapper {
  display: grid;
  gap: 1.5rem;
}
@media (max-width: 575.98px) {
  .contact-sec__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .contact-sec__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .contact-sec__wrapper {
    grid-template-columns: 290px minmax(500px, 600px) 1fr;
  }
}
.contact-sec__info {
  padding: 1.6875rem;
  border-radius: 20px;
  border: 1px solid rgba(172, 172, 172, 0.29);
  background: #fff;
  padding-top: 35px;
  padding-bottom: 40px;
}
.contact-sec__info:not(:first-child) {
  margin-top: 1.25rem;
}
.contact-sec__info span {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 0.9375rem;
}
.contact-sec__info h3 {
  font-size: clamp(1.125rem, 1.5vw + 0.875rem, 1.25rem);
  font-weight: 600;
  color: var(--color-text);
}
.contact-sec__info p {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  margin-bottom: 0rem;
}
.contact-sec__info .a-tag {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 172%; /* 24.08px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-sec__info .hosting-card-btn {
  width: 100%;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  font-weight: 700;
  line-height: 123%; /* 19.68px */
  margin-top: 1.375rem;
}
.contact-sec__info .hosting-card-btn span {
  margin-bottom: 0rem;
  width: 15px;
  height: 15px;
  display: flex;
}
.contact-sec__location-map {
  background-image: url("../img/contact/map-thumbnail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  min-height: 745px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-sec__location-map iframe {
  height: 100%;
}
.contact-sec__location-map .location-marker {
  width: 52px;
  height: 52px;
}
.contact-sec__about-company {
  border-radius: 20px;
  border: 1px solid rgba(172, 172, 172, 0.29);
  background: #fff;
  position: relative;
  padding: 3.125rem;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-sec__about-company {
    grid-column: 1/-1;
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .contact-sec__about-company {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-sec__about-company {
    grid-column: 1/-1;
    margin-top: 3rem;
  }
}
@media (max-width: 1399.98px) {
  .contact-sec__about-company {
    grid-column: 1/-1;
    margin-top: 3rem;
  }
}
.contact-sec__about-company h2 {
  font-size: clamp(1.25rem, 1.5vw + 1.125rem, 2.5rem);
  font-weight: 500;
  line-height: normal;
  color: var(--color-text);
  max-width: 198px;
  margin-bottom: 1.0625rem;
}
.contact-sec__about-company p {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-bottom: 0.625rem;
}
.contact-sec__about-company .badge {
  left: 13%;
  right: auto;
  top: -3%;
  width: auto;
}
.contact-sec__about-company .plan__features {
  margin-top: 20px;
}
.contact-sec__about-company .plan__features li {
  font-weight: 500;
  color: #303030;
}
.contact-sec .star-img {
  width: 128px;
  height: 128px;
  border-radius: 100px;
  border: 1px solid rgba(172, 172, 172, 0.29);
  padding: 1.375rem;
  position: absolute;
  right: 12%;
  top: -9%;
  background: white;
}
@media (max-width: 1199.98px) {
  .contact-sec .star-img {
    width: 90px;
    height: 90px;
  }
}

.reseller-hosting {
  /* Toggle */
  /* Responsive */
}
.reseller-hosting .sub_img .uptime {
  max-width: 218px;
  max-height: 154px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(172, 172, 172, 0.5);
  background: #fff;
  box-shadow: -10px 9px 5.3px 0 rgba(0, 0, 0, 0.04);
  padding: 1.5625rem;
}
@media (max-width: 575.98px) {
  .reseller-hosting .sub_img .uptime {
    max-width: 195px;
    max-height: 140px;
    padding: 0.5625rem;
    transform: translateY(-4%) !important;
  }
}
.reseller-hosting .sub_img .uptime h3 {
  font-size: clamp(0.875rem, 1.5vw + 0.875rem, 1rem);
  font-weight: 700;
  line-height: 180%;
  color: var(--color-secondary-black);
  margin-bottom: 0.8125rem;
}
.reseller-hosting .settings-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 360px;
}
.reseller-hosting .settings-list li {
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.75rem);
  line-height: 180%;
  font-weight: 500;
  color: #767676;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e4e4e4;
}
.reseller-hosting .settings-list li span {
  max-width: 80px;
}
.reseller-hosting .settings-list li .form-select {
  font-size: clamp(0.75rem, 0.5vw + 0.625rem, 0.75rem);
  padding: 0rem;
  width: 80px;
  border: unset;
  font-weight: 700;
  color: #28cc9d;
}
.reseller-hosting .settings-list__item {
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
}
.reseller-hosting .auto-renew {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.reseller-hosting .toggle {
  position: relative;
  width: 48px;
  height: 26px;
}
.reseller-hosting .toggle__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.reseller-hosting .toggle__input:checked + .toggle__slider {
  background-color: #2ecf9c;
}
.reseller-hosting .toggle__input:checked + .toggle__slider::before {
  transform: translateX(22px);
}
.reseller-hosting .toggle__input:focus-visible + .toggle__slider {
  outline: 2px solid #2ecf9c;
  outline-offset: 2px;
}
.reseller-hosting .toggle__slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background-color: #e5e7eb;
  border-radius: 999px;
  transition: background-color 0.3s ease;
}
.reseller-hosting .toggle__slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 3px;
  background-color: #1f2937;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
@media (max-width: 480px) {
  .reseller-hosting .auto-renew {
    padding: 12px;
  }
  .reseller-hosting .auto-renew__label {
    font-size: 14px;
  }
}

.speed-Up .sec-intro {
  margin-bottom: 2.625rem;
}
.speed-Up .feature-section {
  background-color: unset;
  padding: unset;
  border: unset;
}
.speed-Up .feature-section .feature-list {
  grid-template-columns: repeat(2, 1fr);
}

.resel-specific {
  padding-top: 5.625rem;
}
.resel-specific__wrapper {
  border-radius: 25px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 3.5625rem;
}
@media (max-width: 767.98px) {
  .resel-specific__wrapper {
    padding: 1.6875rem;
  }
}
.resel-specific__wrapper .sec-intro {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .resel-specific__wrapper .sec-intro {
    width: 500px;
  }
}
.resel-specific__list-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .resel-specific__list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .resel-specific__list-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.resel-specific__list h3 {
  font-size: clamp(1.125rem, 1.5vw + 0.875rem, 1.25rem);
  font-weight: 600;
  line-height: 125%;
  color: var(--color-text);
  margin-bottom: 1.0625rem;
  margin-top: 3.625rem;
  max-width: 248px;
}

.web-hostManager .feature-list {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .web-hostManager .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .web-hostManager .feature-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.web-hostManager .feature-list .feature-item {
  border-radius: 25px;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 1rem 3.4375rem 2.0625rem 2.8125rem;
}
@media (max-width: 767.98px) {
  .web-hostManager .feature-list .feature-item {
    padding: 1rem 1.5625rem 1.25rem 1.5625rem;
  }
}
.web-hostManager .feature-list .feature-item .feature-icon {
  width: 67px;
  height: 67px;
}
.web-hostManager .feature-list .feature-item .feature-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ================================
   WordPress Section Animations
   Scoped & Safe
================================ */
/* ---- Base Animation Setup ---- */
.wordpressSite-section {
  overflow: hidden;
}

.wordpressSite-section__image,
.wordpressSite-section__content {
  opacity: 0;
  transform: translateY(40px);
  animation: wpFadeUp 0.8s ease forwards;
}

/* Delay content for nice stagger */
.wordpressSite-section__content {
  animation-delay: 0.25s;
}

/* ---- Fade Up Keyframes ---- */
@keyframes wpFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ================================
   Image Hover Effect
================================ */
.wordpressSite-section__image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.wordpressSite-section__image:hover img {
  transform: scale(1.04) rotate(0.5deg);
}

/* ================================
   Feature List Hover Effects
================================ */
.wordpressSite-section .plan__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: default;
}

.wordpressSite-section .plan__features li:hover {
  transform: translateX(8px);
  background: linear-gradient(180deg, #fff 0%, #ca2edd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wordpressSite-section .plan__features li span img {
  transition: transform 0.3s ease;
}

.wordpressSite-section .plan__features li:hover span img {
  transform: scale(1.15);
}

/* ================================
   Button Hover Animation
================================ */
.wordpressSite-section .hosting-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  transition: all 0.35s ease;
  text-decoration: none;
}

.wordpressSite-section .hosting-card-btn span img {
  transition: transform 0.35s ease;
}

.wordpressSite-section .hosting-card-btn:hover span img {
  transform: translateX(6px);
}

.wordpressSite-section .hosting-card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(59, 130, 246, 0.35);
}

/* ================================
   Heading Micro Animation
================================ */
.wordpressSite-section h2 span {
  position: relative;
}

.wordpressSite-section h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: currentColor;
  transition: width 0.4s ease;
}

.wordpressSite-section h2:hover span::after {
  width: 100%;
}

/* =================================
   Help & Support Section Animations
================================= */
.help-support-sec {
  position: relative;
  overflow: hidden;
}

.help-support-sec__left-section,
.help-support-sec .right-section {
  opacity: 0;
  transform: translateY(40px);
  animation: helpFadeUp 0.8s ease forwards;
}

.help-support-sec .right-section {
  animation-delay: 0.3s;
}

@keyframes helpFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.help-support-sec__transparant-bg img {
  animation: floatBg 6s ease-in-out infinite;
}

@keyframes floatBg {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
.help-support-sec .support-badge {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.help-support-sec .support-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.help-support-sec h2 span {
  position: relative;
}

.help-support-sec h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: currentColor;
  transition: width 0.4s ease;
}

.help-support-sec h2:hover span::after {
  width: 100%;
}

.help-support-sec .features li {
  transition: transform 0.3s ease, color 0.3s ease;
}

.help-support-sec .features li:hover {
  transform: translateX(8px);
  background: linear-gradient(180deg, #fff 0%, #ca2edd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.help-support-sec .sec-button {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  text-decoration: none;
}

.help-support-sec .sec-button span img {
  transition: transform 0.35s ease;
}

.help-support-sec .sec-button:hover span img {
  transform: translateX(6px);
}

.help-support-sec .sec-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(59, 130, 246, 0.35);
}

.help-support-sec .right-section img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.help-support-sec .right-section:hover img {
  transform: scale(1.05);
}

/* =====================================
   Trust Section – Animations & Hovers
===================================== */
.trust {
  overflow: hidden;
}

.trust .header-section,
.trust .testimonial-grid {
  opacity: 0;
  transform: translateY(40px);
  animation: trustFadeUp 0.9s ease forwards;
}

.trust .testimonial-grid {
  animation-delay: 0.25s;
}

@keyframes trustFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.trust h2 span {
  position: relative;
}

.trust h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: currentColor;
  transition: width 0.4s ease;
}

.trust h2:hover span::after {
  width: 100%;
}

.trust .btn-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.trust .btn-more .icon img {
  transition: transform 0.35s ease;
}

.trust .btn-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.trust .btn-more:hover .icon img {
  transform: translateX(6px);
}

.trust .testimonial-user {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.trust .testimonial-user:hover {
  transform: translateY(-6px);
  opacity: 1;
}

.trust .testimonial-user.active {
  animation: trustPulse 1.6s ease-in-out infinite;
}

@keyframes trustPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
.trust .testimonial-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.trust .testimonial-card.active {
  opacity: 1;
  transform: translateY(0);
}

.trust .nav-btn {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.trust .nav-btn:hover {
  transform: scale(1.15);
}

.trust .img_transparant img {
  animation: trustFloat 6s ease-in-out infinite;
}

@keyframes trustFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
.trust .avatar {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.trust .avatar:hover {
  transform: scale(1.2);
  opacity: 0.85;
}

.trust .stat-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.trust .stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.trust .stat-card figure img {
  transition: transform 0.6s ease;
}

.trust .stat-card:hover figure img {
  transform: scale(1.05);
}

/* =====================================
   FAQ Section – Animations & Hovers
===================================== */
.faq {
  overflow: hidden;
}

.faq .sec-intro,
.faq .faq__chart {
  opacity: 0;
  transform: translateY(40px);
  animation: faqFadeUp 0.8s ease forwards;
}

.faq .faq__chart {
  animation-delay: 0.25s;
}

@keyframes faqFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq h2 span {
  position: relative;
  display: inline-block;
}

.faq h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: currentColor;
  transition: width 0.4s ease;
}

.faq h2:hover span::after {
  width: 100%;
}

.faq .accordion-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq .accordion-item:hover {
  transform: translateY(-4px);
}

.faq .accordion-button {
  transition: padding-left 0.3s ease;
}

.faq .accordion-button:hover {
  padding-left: calc(1.25rem + 8px);
}

.faq .accordion-button:not(.collapsed) {
  animation: faqActivePulse 0.4s ease;
}

@keyframes faqActivePulse {
  0% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}
.faq .accordion-collapse {
  transition: opacity 0.35s ease;
}

.faq .accordion-collapse.show {
  opacity: 1;
}

.faq .accordion-body p {
  opacity: 0;
  transform: translateY(10px);
  animation: faqTextFade 0.4s ease forwards;
}

@keyframes faqTextFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =====================================
   Compare Plan – Animations & Hovers
===================================== */
.compare-plan {
  overflow: hidden;
}

.compare-plan__sec_header,
.compare-plan__features-chart {
  opacity: 0;
  transform: translateY(40px);
  animation: compareFadeUp 0.9s ease forwards;
}

.compare-plan__features-chart {
  animation-delay: 0.25s;
}

@keyframes compareFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.compare-plan h2 span {
  position: relative;
  display: inline-block;
}

.compare-plan h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 1px;
  background: currentColor;
  transition: width 0.4s ease;
}

.compare-plan h2:hover span::after {
  width: 100%;
}

.compare-plan__card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.compare-plan__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.compare-plan .hosting-card-btn {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.compare-plan .hosting-card-btn span img {
  transition: transform 0.35s ease;
}

.compare-plan .hosting-card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.compare-plan .hosting-card-btn:hover span img {
  transform: translateX(6px);
}

.compare-plan .accordion-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compare-plan .accordion-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.compare-plan .accordion-button {
  transition: padding-left 0.3s ease;
}

.compare-plan .accordion-button:hover {
  padding-left: calc(1.25rem + 8px);
}

.compare-plan .accordion-button:not(.collapsed) {
  animation: compareActivePulse 0.4s ease;
}

@keyframes compareActivePulse {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
.compare-plan table tr {
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.compare-plan table td span img {
  transition: transform 0.25s ease;
}

.compare-plan table tr:hover td span img {
  transform: scale(1.15);
}

/* =====================================
   Pricing (Hosting Page) – Animations
===================================== */
.pricing {
  overflow: hidden;
}

.pricing .pricing__header,
.pricing .pricing__grid,
.pricing .feature-section {
  opacity: 0;
  transform: translateY(40px);
  animation: pricingFadeUp 0.9s ease forwards;
}

.pricing .pricing__grid {
  animation-delay: 0.2s;
}

.pricing .feature-section {
  animation-delay: 0.35s;
}

@keyframes pricingFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pricing h2 span {
  position: relative;
  display: inline-block;
}

.pricing h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 3px;
  background: currentColor;
  transition: width 0.4s ease;
}

.pricing h2:hover span::after {
  width: 100%;
}

.pricing .billing-toggle button {
  transition: transform 0.25s ease;
}

.pricing .billing-toggle button:hover {
  transform: translateY(-3px);
}

.pricing .plan {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pricing .plan:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.pricing .plan--cta:hover {
  transform: translateY(-8px) scale(1.02);
}

.pricing .hosting-card-btn {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pricing .hosting-card-btn span img {
  transition: transform 0.35s ease;
}

.pricing .hosting-card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.pricing .hosting-card-btn:hover span img {
  transform: translateX(6px);
}

.pricing .plan__features li {
  transition: transform 0.3s ease;
}

.pricing .plan__features li:hover {
  transform: translateX(8px);
}

.pricing .compare-plan-selecter select {
  transition: transform 0.3s ease;
}

.pricing .compare-plan-selecter select:hover {
  transform: translateY(-3px);
}

.pricing .feature-item {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pricing .feature-item:hover {
  transform: translateY(-10px);
}

.pricing .feature-icon img {
  transition: transform 0.35s ease;
}

.pricing .feature-item:hover .feature-icon img {
  transform: scale(1.15);
}

/* ========================================
   Feature Section Animations – Reusable
======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes subtlePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.feature-section .feature-item {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.feature-section .feature-item:nth-child(1) {
  animation-delay: 0.1s;
}

.feature-section .feature-item:nth-child(2) {
  animation-delay: 0.2s;
}

.feature-section .feature-item:nth-child(3) {
  animation-delay: 0.3s;
}

.feature-section .feature-item:nth-child(4) {
  animation-delay: 0.4s;
}

.feature-section .feature-item:nth-child(5) {
  animation-delay: 0.5s;
}

.feature-section .feature-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.feature-section .feature-item:hover {
  transform: translateY(-10px);
}

.feature-section .feature-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.feature-section .feature-item:hover .feature-icon {
  animation: iconFloat 2s ease-in-out infinite;
}

.feature-section .feature-icon img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.feature-section .feature-item:hover .feature-icon img {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.feature-section .feature-item h4 {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}

.feature-section .feature-item:hover h4 {
  transform: translateX(5px);
  letter-spacing: 0.5px;
}

.feature-section .feature-item p {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.feature-section .feature-item:hover p {
  opacity: 0.9;
  transform: translateX(3px);
}

.feature-section .feature-item:active {
  transform: translateY(-5px) scale(0.98);
}

.feature-section .feature-item:focus-within {
  outline: 2px solid rgba(0, 123, 255, 0.5);
  outline-offset: 4px;
  transform: translateY(-10px);
}

@media (prefers-reduced-motion: reduce) {
  .feature-section .feature-item,
  .feature-section .feature-icon,
  .feature-section .feature-icon img,
  .feature-section .feature-item h4,
  .feature-section .feature-item p {
    animation: none !important;
    transition: none !important;
  }
}
/* ========================================
   Easy Steps Section Animations
======================================== */
@keyframes numberGlow {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.easy-step .sec-intro {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.easy-step .sec-intro h2 span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.easy-step .sec-intro:hover h2 span {
  transform: scale(1.05);
}

.easy-step .step {
  opacity: 0;
  animation: slideInFromLeft 0.6s ease-out forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.easy-step .step:nth-child(1) {
  animation-delay: 0.3s;
}

.easy-step .step:nth-child(2) {
  animation-delay: 0.5s;
}

.easy-step .step:nth-child(3) {
  animation-delay: 0.7s;
}

.easy-step .step:nth-child(4) {
  animation-delay: 0.9s;
}

.easy-step .step:hover {
  transform: translateX(10px) scale(1.02);
}

.easy-step .step h3 {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.easy-step .step:hover h3 {
  transform: scale(1.15) translateY(-5px);
  animation: numberGlow 1.5s ease-in-out infinite;
}

.easy-step .step h4 {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}

.easy-step .step:hover h4 {
  transform: translateX(8px);
  letter-spacing: 0.3px;
}

.easy-step .step p {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.easy-step .step:hover p {
  opacity: 0.85;
  transform: translateX(5px);
}

/* Button shimmer for easy-step and other sections */
.easy-step .hosting-card-btn::before,
.easy-step button::before,
.easy-step .btn::before,
.easy-step .button::before,
.easy-step a.hosting-card-btn::before,
.easy-step a.btn::before,
.easy-step a.button::before,
.easy-step .sec-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.easy-step .hosting-card-btn:hover::before,
.easy-step button:hover::before,
.easy-step .btn:hover::before,
.easy-step .button:hover::before,
.easy-step a.hosting-card-btn:hover::before,
.easy-step a.btn:hover::before,
.easy-step a.button:hover::before,
.easy-step .sec-button:hover::before {
  animation: shimmer 1.5s ease-in-out infinite;
  opacity: 1;
}

.easy-step .hosting-card-btn:hover,
.easy-step button:hover,
.easy-step .btn:hover,
.easy-step .button:hover,
.easy-step a.hosting-card-btn:hover,
.easy-step a.btn:hover,
.easy-step a.button:hover,
.easy-step .sec-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.easy-step .hosting-card-btn span,
.easy-step button span,
.easy-step .btn span,
.easy-step .button span,
.easy-step a.hosting-card-btn span,
.easy-step a.btn span,
.easy-step a.button span,
.easy-step .sec-button span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.easy-step .hosting-card-btn:hover span,
.easy-step button:hover span,
.easy-step .btn:hover span,
.easy-step .button:hover span,
.easy-step a.hosting-card-btn:hover span,
.easy-step a.btn:hover span,
.easy-step a.button:hover span,
.easy-step .sec-button:hover span {
  transform: translateX(5px);
}

.easy-step .hosting-card-btn span img,
.easy-step button span img,
.easy-step .btn span img,
.easy-step .button span img,
.easy-step a.hosting-card-btn span img,
.easy-step a.btn span img,
.easy-step a.button span img,
.easy-step .sec-button span img {
  transition: transform 0.3s ease;
}

.easy-step .hosting-card-btn:hover span img,
.easy-step button:hover span img,
.easy-step .btn:hover span img,
.easy-step .button:hover span img,
.easy-step a.hosting-card-btn:hover span img,
.easy-step a.btn:hover span img,
.easy-step a.button:hover span img,
.easy-step .sec-button:hover span img {
  transform: scale(1.1);
}

.easy-step .step:active {
  transform: translateX(5px) scale(0.99);
}

.easy-step .hosting-card-btn:active,
.easy-step button:active,
.easy-step .btn:active,
.easy-step .button:active,
.easy-step a.hosting-card-btn:active,
.easy-step a.btn:active,
.easy-step a.button:active,
.easy-step .sec-button:active {
  transform: translateY(-1px) scale(0.98);
}

.easy-step .step:focus-within {
  outline: 2px solid rgba(0, 123, 255, 0.5);
  outline-offset: 4px;
  transform: translateX(10px) scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .easy-step .sec-intro,
  .easy-step .sec-intro h2 span,
  .easy-step .step,
  .easy-step .step h3,
  .easy-step .step h4,
  .easy-step .step p,
  .easy-step .hosting-card-btn,
  .easy-step .hosting-card-btn span,
  .easy-step .hosting-card-btn span img {
    animation: none !important;
    transition: none !important;
  }
}
/* ========================================
   Hero Section Animations
======================================== */
@keyframes floatParallax {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -48%) scale(1.02);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pricePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
.hero .web-hosting-page-circle {
  animation: floatParallax 8s ease-in-out infinite;
}

.hero .hero__content h1 {
  opacity: 0;
  animation: slideInLeft 0.8s ease-out 0.2s forwards;
}

.hero .hero__content .intro-text {
  opacity: 0;
  animation: slideInLeft 0.8s ease-out 0.4s forwards;
}

.hero .hero__subContent {
  opacity: 0;
  animation: slideInLeft 0.8s ease-out 0.6s forwards;
}

.hero .hero__article {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero .hero__article:hover {
  transform: translateY(-5px);
}

.hero .hero__article h2 {
  transition: transform 0.3s ease;
}

.hero .hero__article:hover h2 {
  animation: pricePulse 1s ease-in-out infinite;
}

.hero .sec-button,
.hero button,
.hero .btn,
.hero .button,
.hero a.sec-button,
.hero a.btn,
.hero a.button {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero .sec-button::before,
.hero button::before,
.hero .btn::before,
.hero .button::before,
.hero a.sec-button::before,
.hero a.btn::before,
.hero a.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.hero .sec-button:hover::before,
.hero button:hover::before,
.hero .btn:hover::before,
.hero .button:hover::before,
.hero a.sec-button:hover::before,
.hero a.btn:hover::before,
.hero a.button:hover::before {
  animation: shimmer 1.5s ease-in-out infinite;
  opacity: 1;
}

.hero .sec-button:hover,
.hero button:hover,
.hero .btn:hover,
.hero .button:hover,
.hero a.sec-button:hover,
.hero a.btn:hover,
.hero a.button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hero .sec-button span,
.hero button span,
.hero .btn span,
.hero .button span,
.hero a.sec-button span,
.hero a.btn span,
.hero a.button span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.hero .sec-button:hover span,
.hero button:hover span,
.hero .btn:hover span,
.hero .button:hover span,
.hero a.sec-button:hover span,
.hero a.btn:hover span,
.hero a.button:hover span {
  transform: translateX(5px);
}

.hero .sec-button span img,
.hero button span img,
.hero .btn span img,
.hero .button span img,
.hero a.sec-button span img,
.hero a.btn span img,
.hero a.button span img {
  transition: transform 0.3s ease;
}

.hero .sec-button:hover span img,
.hero button:hover span img,
.hero .btn:hover span img,
.hero .button:hover span img,
.hero a.sec-button:hover span img,
.hero a.btn:hover span img,
.hero a.button:hover span img {
  transform: scale(1.1);
}

.hero .sub_img {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.5s forwards;
}

.hero .sub_img > img {
  transition: transform 0.5s ease;
}

.hero .sub_img:hover > img {
  transform: scale(1.02);
}

.hero .uptime {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.8s forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero .uptime:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.hero .uptime select {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero .uptime select:hover,
.hero .uptime select:focus {
  transform: scale(1.02);
}

.hero .uptime select:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.hero .toggle__slider {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero .toggle:hover .toggle__slider {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero .bottomHero-slider {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 1s forwards;
}

.hero .bottomHero-slider .card_item:hover {
  transform: scale(1.1) translateY(-5px);
}

.hero .bottomHero-slider .card_item img:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

.hero swiper-slide:hover {
  transform: translateY(-3px);
}

.hero .sec-button:active,
.hero button:active,
.hero .btn:active,
.hero .button:active,
.hero a.sec-button:active,
.hero a.btn:active,
.hero a.button:active,
.hero .hero__article:active {
  transform: translateY(-1px) scale(0.98);
}

.hero .toggle__input:focus ~ .toggle__slider {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  .hero * {
    animation: none !important;
    transition: none !important;
  }
}
/* ========================================
   Hosting Section Animations
======================================== */
@keyframes rotateFloat {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(5deg) scale(1.05);
  }
}
@keyframes scalePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.hosting .hosting_transparantbg {
  animation: rotateFloat 15s ease-in-out infinite;
}

.hosting .sec-intro {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.hosting .sec-intro h2,
.hosting .sec-intro h2 span {
  transition: transform 0.3s ease;
}

.hosting .sec-intro:hover h2 {
  transform: translateX(5px);
}

.hosting .sec-intro:hover h2 span {
  transform: scale(1.05);
}

.hosting .sec-intro .intro-text:hover {
  transform: translateX(3px);
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.hosting .support-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.hosting .support-box .avatars:hover {
  transform: scale(1.05);
}

.hosting .support-box .avatars img:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
  transition: transform 0.3s ease;
}

.hosting .hosting-card.main {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hosting .hosting-card.main:hover {
  transform: translateY(-10px) scale(1.02);
  transition: transform 0.3s ease;
}

.hosting .hosting-card.main:hover .hosting-card-content h3 {
  transform: translateX(5px);
  letter-spacing: 0.5px;
  transition: transform 0.3s ease;
}

.hosting .hosting-card.main:hover .hosting-card-content p {
  transform: translateX(3px);
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.hosting .hosting-card.main:hover .card-image {
  transform: scale(1.05) translateY(-5px);
  transition: transform 0.3s ease;
}

.hosting .hosting-card.main:hover .card-image img {
  transform: scale(1.03);
  filter: brightness(1.05);
  transition: transform 0.3s ease;
}

.hosting .hosting-side {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.5s forwards;
  transition: transform 0.3s ease;
}

.hosting .hosting-card.WordPressCard:hover {
  animation: scalePulse 2s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.hosting .hosting-card.WordPressCard.green:hover {
  animation: scalePulse 2s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.hosting .hosting-card.WordPressCard:hover .content_info h3 {
  transform: translateY(-3px);
  letter-spacing: 0.3px;
  transition: transform 0.3s ease;
}

.hosting .hosting-card.WordPressCard:hover .content_info p {
  transform: translateX(5px);
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.hosting .hosting-card-btn,
.hosting a.hosting-card-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hosting .hosting-card-btn::before,
.hosting a.hosting-card-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hosting .hosting-card-btn:hover::before,
.hosting a.hosting-card-btn:hover::before {
  animation: shimmer 1.5s ease-in-out infinite;
  opacity: 1;
}

.hosting .hosting-card-btn:hover,
.hosting a.hosting-card-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hosting .hosting-card-btn:hover span,
.hosting a.hosting-card-btn:hover span {
  transform: translateX(5px);
}

.hosting .hosting-card-btn:hover span img,
.hosting a.hosting-card-btn:hover span img {
  transform: scale(1.15);
}

/* ========================================
   Reseller Specifications Section
======================================== */
@keyframes staggerFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes checkPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.resel-specific .sec-intro {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.resel-specific .sec-intro:hover h2 {
  transform: translateX(5px);
}

.resel-specific .sec-intro:hover h2 span {
  transform: scale(1.05);
}

.resel-specific .resel-specific__list-wrapper {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.resel-specific .resel-specific__list {
  opacity: 0;
  animation: staggerFadeIn 0.6s ease-out forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resel-specific .resel-specific__list:nth-child(1) {
  animation-delay: 0.5s;
}

.resel-specific .resel-specific__list:nth-child(2) {
  animation-delay: 0.65s;
}

.resel-specific .resel-specific__list:nth-child(3) {
  animation-delay: 0.8s;
}

.resel-specific .resel-specific__list:nth-child(4) {
  animation-delay: 0.95s;
}

.resel-specific .plan__features li {
  opacity: 0;
  animation: staggerFadeIn 0.4s ease-out forwards;
  transition: transform 0.3s ease;
}

.resel-specific .plan__features li:nth-child(1) {
  animation-delay: 0.6s;
}

.resel-specific .plan__features li:nth-child(2) {
  animation-delay: 0.7s;
}

.resel-specific .plan__features li:nth-child(3) {
  animation-delay: 0.8s;
}

.resel-specific .plan__features li:nth-child(4) {
  animation-delay: 0.9s;
}

.resel-specific .plan__features li:nth-child(5) {
  animation-delay: 1s;
}

.resel-specific .plan__features li:nth-child(6) {
  animation-delay: 1.1s;
}

.resel-specific .plan__features li:nth-child(7) {
  animation-delay: 1.2s;
}

.resel-specific .plan__features li span {
  display: inline-block;
  opacity: 0;
  animation: checkPop 0.5s ease-out forwards;
  transition: transform 0.3s ease;
}

.resel-specific .plan__features li:nth-child(1) span {
  animation-delay: 0.7s;
}

.resel-specific .plan__features li:nth-child(2) span {
  animation-delay: 0.8s;
}

.resel-specific .plan__features li:nth-child(3) span {
  animation-delay: 0.9s;
}

.resel-specific .plan__features li:nth-child(4) span {
  animation-delay: 1s;
}

.resel-specific .plan__features li:nth-child(5) span {
  animation-delay: 1.1s;
}

.resel-specific .plan__features li:nth-child(6) span {
  animation-delay: 1.2s;
}

.resel-specific .plan__features li:nth-child(7) span {
  animation-delay: 1.3s;
}

.resel-specific .plan__features li:hover {
  transform: translateX(8px);
}

.resel-specific .plan__features li:hover span {
  transform: scale(1.2) rotate(5deg);
}

.resel-specific .plan__features li:hover span img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.resel-specific .resel-specific__list:hover {
  transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {
  .resel-specific * {
    animation: none !important;
    transition: none !important;
  }
}
/* ========================================
   Footer & Header Sections (kept final versions)
======================================== */
/* Footer and Header animations remain as the last unique versions in your original code */
/* ========================================
   FOOTER SECTION ANIMATIONS
   ======================================== */
/* Slide up animation */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Icon bounce animation */
@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
/* Hero section animations */
.footer .hero-section {
  opacity: 0;
  animation: slideUp 0.8s ease-out 0.2s forwards;
}

.footer .hero-left h2 {
  opacity: 0;
  animation: slideInLeft 0.8s ease-out 0.4s forwards;
}

.footer .hero-right {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 0.5s forwards;
}

/* Stay Updated button animation */
.footer .stay-updated {
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.footer .stay-updated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  background-size: 200% 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.footer .stay-updated:hover::before {
  animation: shimmer 1.5s ease-in-out infinite;
  opacity: 1;
}

.footer .stay-updated:hover {
  transform: translateY(-3px) scale(1.05);
}

.footer .stay-updated:active {
  transform: translateY(-1px) scale(1.02);
}

/* CTA text animation */
.footer .cta-text {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer .hero-right:hover .cta-text {
  transform: translateX(5px);
  opacity: 0.9;
}

/* CTA buttons animation */
.footer .cta-buttons {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.7s forwards;
}

.footer .btn {
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.footer .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.footer .btn:hover::before {
  animation: shimmer 1.5s ease-in-out infinite;
  opacity: 1;
}

.footer .btn:hover {
  transform: translateY(-3px) scale(1.02);
}

.footer .btn:active {
  transform: translateY(-1px) scale(0.98);
}

/* Footer grid animations */
.footer .footer-grid {
  opacity: 0;
  animation: slideUp 0.8s ease-out 0.6s forwards;
}

/* Navigation column animation */
.footer .footer-nav {
  opacity: 0;
  animation: slideInLeft 0.8s ease-out 0.8s forwards;
}

.footer .footer-nav ul li {
  opacity: 0;
  animation: fadeInUp 0.4s ease-out forwards;
  transition: transform 0.3s ease;
}

.footer .footer-nav ul li:nth-child(1) {
  animation-delay: 0.9s;
}

.footer .footer-nav ul li:nth-child(2) {
  animation-delay: 1s;
}

.footer .footer-nav ul li:nth-child(3) {
  animation-delay: 1.1s;
}

.footer .footer-nav ul li:nth-child(4) {
  animation-delay: 1.2s;
}

.footer .footer-nav ul li:nth-child(5) {
  animation-delay: 1.3s;
}

.footer .footer-nav ul li:nth-child(6) {
  animation-delay: 1.4s;
}

.footer .footer-nav ul li:hover {
  transform: translateX(10px);
}

.footer .footer-nav .nav-icon {
  display: flex;
  transition: transform 0.3s ease;
}

.footer .footer-nav ul li:hover .nav-icon {
  transform: rotate(45deg) scale(1.1);
}

.footer .footer-nav ul li a {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}

.footer .footer-nav ul li:hover a {
  letter-spacing: 0.5px;
}

/* Brand column animation */
.footer .footer-brand {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.9s forwards;
}

.footer .brand-logo {
  transition: transform 0.3s ease;
}

.footer .brand-logo:hover {
  transform: scale(1.05);
}

.footer .brand-logo i {
  transition: transform 0.3s ease;
}

.footer .brand-logo:hover i {
  animation: iconBounce 0.6s ease-in-out infinite;
}

.footer .brand-description {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer .footer-brand:hover .brand-description {
  transform: translateX(5px);
  opacity: 0.9;
}

/* Social links animation */
.footer .social-links {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 1.1s forwards;
}

.footer .social-icon {
  transition: transform 0.3s ease;
}

.footer .social-icon:hover {
  transform: translateY(-5px) scale(1.15);
}

.footer .social-icon span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer .social-icon:hover span {
  transform: rotate(360deg);
}

.footer .social-icon span img {
  transition: filter 0.3s ease;
}

.footer .social-icon:hover span img {
  filter: brightness(1.2);
}

/* Combined column animation */
.footer .combined-column {
  opacity: 0;
  animation: slideInRight 0.8s ease-out 1s forwards;
}

.footer .quick-menu-wrapper > div {
  opacity: 0;
  animation: fadeInUp 0.5s ease-out forwards;
}

.footer .quick-menu-wrapper > div:nth-child(1) {
  animation-delay: 1.1s;
}

.footer .quick-menu-wrapper > div:nth-child(2) {
  animation-delay: 1.2s;
}

.footer .quick-menu-wrapper > div:nth-child(3) {
  animation-delay: 1.3s;
}

.footer .column-title {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}

.footer .quick-menu-wrapper > div:hover .column-title {
  transform: translateX(5px);
  letter-spacing: 0.5px;
}

.footer .footer-links-list li {
  transition: transform 0.3s ease;
}

.footer .footer-links-list li:hover {
  transform: translateX(8px);
}

.footer .footer-links-list li a {
  transition: letter-spacing 0.3s ease;
}

.footer .footer-links-list li:hover a {
  letter-spacing: 0.3px;
}

/* Footer bottom animation */
.footer .footer-bottom {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 1.4s forwards;
}

.footer .footer-bottom p {
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}

.footer .footer-bottom:hover p {
  transform: scale(1.02);
  letter-spacing: 0.5px;
}

/* Focus states for accessibility */
.footer .stay-updated:focus,
.footer .btn:focus {
  outline: 2px solid rgba(0, 123, 255, 0.6);
  outline-offset: 4px;
}

.footer .footer-nav ul li a:focus,
.footer .social-icon:focus,
.footer .footer-links-list li a:focus {
  outline: 2px solid rgba(0, 123, 255, 0.5);
  outline-offset: 2px;
}

/* Reduced motion support for footer section */
@media (prefers-reduced-motion: reduce) {
  .footer .hero-section,
  .footer .hero-left h2,
  .footer .hero-right,
  .footer .stay-updated,
  .footer .stay-updated::before,
  .footer .cta-text,
  .footer .cta-buttons,
  .footer .btn,
  .footer .btn::before,
  .footer .footer-grid,
  .footer .footer-nav,
  .footer .footer-nav ul li,
  .footer .footer-nav .nav-icon,
  .footer .footer-nav ul li a,
  .footer .footer-brand,
  .footer .brand-logo,
  .footer .brand-logo i,
  .footer .brand-description,
  .footer .social-links,
  .footer .social-icon,
  .footer .social-icon span,
  .footer .social-icon span img,
  .footer .combined-column,
  .footer .quick-menu-wrapper > div,
  .footer .column-title,
  .footer .footer-links-list li,
  .footer .footer-links-list li a,
  .footer .footer-bottom,
  .footer .footer-bottom p {
    animation: none !important;
    transition: none !important;
  }
}
/* ========================================
   HEADER SECTION ANIMATIONS
   ======================================== */
/* Slide down animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Header animation on page load */
.header {
  opacity: 0;
  animation: slideDown 0.6s ease-out 0.1s forwards;
}

/* Logo animation */
.header .navbar-brand {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.3s forwards;
  transition: transform 0.3s ease;
}

.header .navbar-brand:hover {
  transform: scale(1.05) translateY(-2px);
}

.header .navbar-brand img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.header .navbar-brand:hover img {
  transform: scale(1.02);
  filter: brightness(1.1);
}

/* Navigation items animation */
.header .navbar-nav .nav-item {
  opacity: 0;
  animation: fadeInUp 0.4s ease-out forwards;
}

.header .navbar-nav .nav-item:nth-child(1) {
  animation-delay: 0.4s;
}

.header .navbar-nav .nav-item:nth-child(2) {
  animation-delay: 0.5s;
}

.header .navbar-nav .nav-item:nth-child(3) {
  animation-delay: 0.6s;
}

.header .navbar-nav .nav-item:nth-child(4) {
  animation-delay: 0.7s;
}

.header .navbar-nav .nav-item:nth-child(5) {
  animation-delay: 0.8s;
}

.header .navbar-nav .nav-item:nth-child(6) {
  animation-delay: 0.9s;
}

/* Nav link hover effects */
.header .nav-link {
  position: relative;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}

.header .nav-link:hover {
  transform: translateY(-2px);
  letter-spacing: 0.5px;
}

.header .nav-link:hover::after {
  width: 100%;
}

.header .nav-link.active {
  transform: translateY(-2px);
}

.header .nav-link.active::after {
  width: 100%;
}

/* Header action buttons animation */
.header .header__action {
  opacity: 0;
  animation: fadeInUp 0.5s ease-out 1s forwards;
}

.header .login-btn,
.header .signup-btn {
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.header .login-btn::before,
.header .signup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  background-size: 200% 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.header .login-btn:hover::before,
.header .signup-btn:hover::before {
  animation: shimmer 1.5s ease-in-out infinite;
  opacity: 1;
}

.header .login-btn:hover,
.header .signup-btn:hover {
  transform: translateY(-3px) scale(1.05);
}

.header .login-btn:active,
.header .signup-btn:active {
  transform: translateY(-1px) scale(1.02);
}

/* Navbar toggler animation */
.header .navbar-toggler {
  opacity: 0;
  animation: fadeInUp 0.5s ease-out 0.5s forwards;
  transition: transform 0.3s ease;
}

.header .navbar-toggler:hover {
  transform: scale(1.1) rotate(90deg);
}

.header .navbar-toggler-icon {
  transition: transform 0.3s ease;
}

.header .navbar-toggler:hover .navbar-toggler-icon {
  transform: scale(1.1);
}

/* Focus states for accessibility */
.header .navbar-brand:focus {
  outline: 2px solid rgba(0, 123, 255, 0.6);
  outline-offset: 4px;
}

.header .nav-link:focus {
  outline: 2px solid rgba(0, 123, 255, 0.5);
  outline-offset: 2px;
}

.header .login-btn:focus,
.header .signup-btn:focus {
  outline: 2px solid rgba(0, 123, 255, 0.6);
  outline-offset: 4px;
}

.header .navbar-toggler:focus {
  outline: 2px solid rgba(0, 123, 255, 0.6);
  outline-offset: 2px;
}

/* Reduced motion support for header */
@media (prefers-reduced-motion: reduce) {
  .header,
  .header .navbar-brand,
  .header .navbar-brand img,
  .header .navbar-nav .nav-item,
  .header .nav-link,
  .header .nav-link::after,
  .header .header__action,
  .header .login-btn,
  .header .signup-btn,
  .header .login-btn::before,
  .header .signup-btn::before,
  .header .navbar-toggler,
  .header .navbar-toggler-icon {
    animation: none !important;
    transition: none !important;
  }
}/*# sourceMappingURL=style.css.map */