/*------------------------------------------------------------------
 * template Name: emyUI - Multipurpose UI Kit for Web Hosting providers with WHMCS Template
 * Author: coodiv (nedjai mohamed) (nbames.mohamed@gmail.com)
 * Author URI: https://coodiv.net/
 * Author URI: https://themeforest.net/user/coodiv
 * Description: A Bootstrap Responsive Domain & Web Hosting Template + WHMCS template
 * Bootstrap v4.5 (http://getbootstrap.com)
 * Love Our work & support team? 😍 Buy us a coffee! https://ko-fi.com/coodiv
 * Copyright 2022 coodiv.
 -------------------------------------------------------------------*/

.carousel {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  gap: 0px; /* space between logos */
  animation: scroll 80s linear infinite;
}

.carousel img {
  height: 35px;
  margin: 0 30px;
  opacity: 0.2; /* Low opacity by default */
  transition: all 0.3s ease;
  filter: grayscale(100%); /* Make them gray by default */
}

/* When hovering a specific logo, highlight it */
.carousel img:hover {
  opacity: 1; /* Full opacity */
  filter: grayscale(0); /* Remove grayscale */
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .carousel-track {
    gap: 20px;
  }
  .carousel img {
    height: 40px;
  }
}

@media (max-width: 480px) {
  .carousel-track {
    gap: 20px;
  }
  .carousel img {
    height: 35px;
  }
}

.scroll-section {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

/* Fade effect */
.scroll-section::before,
.scroll-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px; /* Fade width */
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.scroll-section::before {
  left: 0;
  background: linear-gradient(to right, #f1f6f8, rgba(241, 246, 248, 0));
}

.scroll-section::after {
  right: 0;
  background: linear-gradient(to left, #f1f6f8, rgba(241, 246, 248, 0));
}

/* Each scrolling row */
.scroll-row {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: scroll-left 15s linear infinite;
  white-space: nowrap;
}

.scroll-row.reverse {
  animation: scroll-right 15s linear infinite;
}

.scroll-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Logo styling */
.scroll-row img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
  padding: 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.scroll-row img:hover {
  transform: scale(1.1);
}

/* Animations */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.offer-badge-web-hosting-tab-1month {
  background-color: #cabdfd; /* Light orange background */
  color: #000000;           /* Bright orange text */
  font-weight: normal;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 7px 7px 0px 0px;       /* Rounded corners */
  /*display: inline-block;*/
  text-align: center;
}
.offer-badge-web-hosting-tab-1year {
  background-color: #e3b4b5; /* Light orange background */
  color: #212121;           /* Bright orange text */
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px 8px 0px 0px;       /* Rounded corners */
  /*display: inline-block;*/
  text-align: center;
}

.offer-badge-web-hosting-tab-3year {
  background-color: #b4e3ca; /* Light orange background */
  color: #212121;           /* Bright orange text */
  font-weight: bold;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 8px 8px 0px 0px;       /* Rounded corners */
  /*display: inline-block;*/
  text-align: center;
}

.offer-badge-web-hosting-1-month {
  background-color: #d6eff3; /* Light orange background */
  color: #212121;           /* Bright orange text */
  font-weight: bold;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 16px;       /* Rounded corners */
  display: inline-block;
  text-align: center;
}

.offer-badge-web-hosting-1-year {
  background-color: #fff5ec; /* Light orange background */
  color: #ff7b29;           /* Bright orange text */
  font-weight: bold;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 8px;       /* Rounded corners */
  display: inline-block;
  text-align: center;
}

.offer-badge-web-hosting-3-years {
  background-color: #fff5ec; /* Light orange background */
  color: #ff7b29;           /* Bright orange text */
  font-weight: bold;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 8px;       /* Rounded corners */
  display: inline-block;
  text-align: center;
}

    .price-container1 {
      /*display: flex;*/
      align-items: center;
      gap: 10px;
      font-family: DM Sans,, sans-serif;
      margin-right: 10px;
    }
    
    
    
    .old-price1 {
      position: relative;
      display: inline-block;
      color: #515d78;
      font-size: 16px;
      font-weight: 400;
      padding: 0 5px; /* small padding to avoid overshoot */
    }
    
    @media (max-width: 1100px){
        .old-price1 {
        font-size: 12px;
        font-weight: 300;
        }
    }

    .old-price1::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      height: 1.5px;   /* thickness of line */
      background: currentColor;
      transform: translateY(-50%);
    }

    .discount-badge1 {
      background-color: #ffd891;
      color: #000000;
      font-weight: 500;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 14px;
    }
    
    @media (max-width: 1100px){
    .discount-badge1 {
      background-color: #ffd891;
      color: #000000;
      font-weight: 300;
      padding: 2px 8px;
      border-radius: 6px;
      font-size: 12px;
    }
    }
    
    .price-container {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: DM Sans, sans-serif;
    }
    
    .old-price {
      position: relative;
      display: inline-block;
      color: #878787;
      font-size: 14px;
      font-weight: 400;
      padding: 0 2px; /* small padding to avoid overshoot */
    }

    .old-price::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      height: 1.5px;   /* thickness of line */
      background: currentColor;
      transform: translateY(-50%);
    }

    .discount-badge {
      background-color: #feedd4;
      color: #EA580C;
      font-weight: 600;
      padding: 5px 12px;
      border-radius: 5px;
      font-size: 14px;
    }
    
    .custom-btn {
      background-color: #ffffff;
      border: 1px solid #457bff;
      color: #457bff;
      /*border: none;*/
      padding: 12px 28px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 8px;
      min-width:100%;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .custom-btn:hover {
      background-color: #5789fe;
      color: #fff; 
    }
    
    .custom-btn-popular {
      background-color: #0073ec; /* Dark teal */
      /*border: 0.1px solid #16a2b9;*/
      color: #fff; /* White text */
      border: none;
      padding: 12px 28px;
      font-size: 16px;
      font-weight: 500;
      border-radius: 8px;
      min-width:100%;
      cursor: pointer;
      transition: all 0.1s ease;
      position: relative;
      overflow: hidden;
    }

    .custom-btn-popular:hover {
      background-color: #5789fe; /* Light blue */
      color: #fff; /* Dark teal text */
      /*border: 0.1px solid #01516e;*/
    }

    /* Loader spinner */
    .btn-loader {
      border: 2px solid #fff;
      border-top: 2px solid #01516e;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      animation: spin 0.8s linear infinite;
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    @keyframes spin {
      0% { transform: translate(-50%, -50%) rotate(0deg); }
      100% { transform: translate(-50%, -50%) rotate(360deg); }
    }

    .loading .btn-text {
      visibility: hidden;
    }

    .loading .btn-loader {
      display: block;
    }
    
    
    .button-wrapper {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 20px;
    }
    
    /* Responsive stacking */
    @media (max-width: 999px) {
      .button-wrapper {
        justify-content: start;
        align-items: center;
        margin-left:20px;
      }
    }
    
    /* Responsive stacking */
    @media (max-width: 600px) {
      .button-wrapper {
        flex-direction: row;
        gap: 20px;
      }
    }

    /* Yellow button */
    .btn-yellow-1 {
      background-color: #457afe;
      color: #fff;
      font-weight: bold;
      padding: 12px 30px;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      text-transform: none;
      transition: 0.3s ease;
    }

    .btn-yellow-1:hover {
      background-color: #5789fe;
      color: #fff;
    }
    
    .btn-yellow-2 {
      background-color: #fbd900;
      color: #222;
      font-weight: bold;
      padding: 18px 25px;
      border: none;
      border-radius: 16px;
      cursor: pointer;
      text-transform: none;
      transition: 0.3s ease;
    }

    .btn-yellow-2:hover {
      background-color: #e9cc1b;
      color: #222;
    }

    /* Text link with arrow */
    .btn-link {
      font-size: 16px;
      color: #212121;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: 0.3s ease;
    }

    .btn-link:hover {
      color: #4343F0;
    }
    
    /* Text link with arrow */
    .btn-link1 {
      font-size: 16px;
      color: #212121;
      font-weight: 400;
      cursor: pointer;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: 0.3s ease;
    }

    .btn-link1:hover {
      color: #447bfe;
    }
    
    
    
/* make sure the column/container allows overflow (so rounded corners can be visible) */
.col-12.col-md-6.col-lg-3 {
  overflow: visible; /* ensure child can visually overlap without being clipped */
}

/* Blue badge (keep slightly lower z-index than card) */
.pricing-plan-recomoned-badge {
    position: absolute;
    top: -40px;               /* adjust vertical position of badge */
    left: -2.5px;
    right: -2.5px;
    height: 80px;                      /* total badge height */
    display: flex;                     /* enable perfect centering */
    align-items: center;               /* vertical center */
    justify-content: center; 
    background: #457BFF;
    color: #fff;
    padding: 0 0 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(-3px);
    /*border: 2px solid #a8caff;*/
    border-radius: 24px 24px 0 0; /* same curvature as card */
    z-index: 2;               /* lower than card so card's corners can appear in front */
}

/* White plan box: bring forward and visually pull it up without changing flow */
.pricing-plans-special-popular {
    position: relative;
    z-index: 3;                 /* bring card in front of badge */
    border-radius: 24px;        /* must match badge radius */
    /*border: 2px solid #a8caff;*/
    padding: 32px 26px;
    margin-top: 0;              /* do not use negative margin */
    transition: transform .18s ease;
    overflow: visible;
    /*background: #fff;*/
}

/* Optional: if you had a wrapper rounded-plan-popular or rounded-plan, ensure it doesn't clip */
.rounded-plan-popular,
.rounded-plan {
  overflow: visible;
}

/* If you need a tiny white strip to hide the seam under the badge, use this pseudo-element */
.pricing-plans-special-popular::before {
    content: "";
    position: absolute;
    top: 1px;                 /* same amount as translateY's lift */
    left: 0;
    right: 0;
    height: 40px;
    background: #fff;
    border-radius: 24px 24px 0 0;
    z-index: 3;                 /* sits with the card */
    pointer-events: none;
}
    
/* solid colored border + subtle shadow */
.pricing-plan.plan-featured{
  border: 3px solid #0072ed;    /* choose color & thickness */
  box-shadow: 0 6px 18px rgba(11,107,136,0.08);
}

/* Smooth scrolling for modern browsers (anchors + JS scroll methods) */
html {
  scroll-behavior: smooth;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  color:#212121;
}

.feature {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* Mobile view: stack vertically */
@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.features1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 25px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  color:#212121;
}

.feature1 {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

/* Mobile view: stack vertically */
@media (max-width: 768px) {
  .features1 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.wp-hosting-section {
    padding: 80px 0;
    background: #ffffff;
}

.wp-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;
}

.wp-left {
    flex: 1;
}

.wp-right {
    flex: 1;
    text-align: center;
}

.wp-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #212121;
}

.wp-title span {
    color: #212121;
}

.wp-subtitle {
    margin-top: 18px;
    font-size: 16px;
    color: #212121;
    max-width: 500px;
}

.wp-features {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.feature-box {
    max-width: 280px;
}

.icon {
    width: 48px;
    margin-bottom: 15px;
}

.feature-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 16px;
    color: #212121;
    line-height: 1.6;
}

.start-btn {
    display: inline-block;
    margin-top: 40px;
    background: #1a73e8;
    padding: 15px 45px;
    border-radius: 35px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.start-btn:hover {
    background: #0072ed;
}

.start-btn:hover{
  color:#ffffff;
  background:#1687ff;
}

.illustration {
    width: 100%;
    max-width: 520px;
}
    
/* Responsive */
@media (max-width: 992px) {
    .wp-container {
        flex-direction: column;
        text-align: center;
    }

    .wp-features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        text-align: center;
    }
}

.vps-hosting-section {
    padding: 80px 0;
    background: #ffffff;
}

.vps-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;
}

/* LEFT */
.vps-left {
    flex: 1;
}

.vps-illustration {
    width: 100%;
    max-width: 520px;
}

/* RIGHT */
.vps-right {
    flex: 1.1;
}

.vps-title {
    font-size: 42px;
    font-weight: 700;
    color: #212121;
    line-height: 1.3;
    margin-bottom: 18px;
}

.vps-subtitle {
    font-size: 16px;
    color: #212121;
    max-width: 520px;
}

.vps-features {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.vps-feature-box {
    max-width: 280px;
}

.icon {
    width: 48px;
    margin-bottom: 15px;
}

.vps-feature-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 10px;
}

.vps-feature-box p {
    font-size: 16px;
    color: #212121;
    line-height: 1.6;
}

/* BUTTON */
.vps-btn {
    display: inline-block;
    margin-top: 40px;
    background: #0072ed;
    padding: 15px 45px;
    border-radius: 35px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.vps-btn:hover {
  color:#ffffff;
  background:#1687ff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .vps-container {
        flex-direction: column;
        text-align: center;
    }

    .vps-features {
        flex-direction: column;
        align-items: center;
    }

    .vps-feature-box {
        text-align: center;
    }
}

.reseller-support-section {
    padding: 80px 0;
    background: #ffffff;
}

.reseller-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 0 40px;
}

/* LEFT SIDE */
.reseller-left {
    flex: 1.1;
}

.reseller-title {
    font-size: 38px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 20px;
}

.reseller-text {
    font-size: 16px;
    color: #212121;
    line-height: 1.6;
    max-width: 600px;
}

.highlight-box {
    background: #e4f1fc;
    padding: 10px 15px;
    border-radius: 40px;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 400;
    color: #0072ed;
    text-align: center;
}

/* BULLET LIST */
.reseller-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.reseller-list li {
    font-size: 16px;
    color: #212121;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.reseller-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    color: #1a73e8;
    font-size: 20px;
}

/* BUTTONS */
.support-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.live-chat-btn {
    background: #0072ed;
    color: #fff;
    padding: 15px 35px;
    border-radius: 40px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.live-chat-btn:hover{
  color:#ffffff;
  background:#1687ff;
}

.email-btn {
    background: transparent;
    border: 2px solid #1a73e8;
    padding: 15px 35px;
    border-radius: 40px;
    font-size: 18px;
    color: #1a73e8;
    font-weight: 600;
    text-decoration: none;
}

.email-btn:hover {
    background: #e8f2ff;
}

/* IMAGE */
.reseller-right {
    flex: 1;
    text-align: right;
}

.support-img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .reseller-container {
        flex-direction: column;
        text-align: center;
    }

    .reseller-right {
        text-align: center;
    }

    .support-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .reseller-list li {
        text-align: left;
        margin-left: 20px;
    }
}


/* ================================
   TEXT + RIGHT-SIDE ? MARK TOOLTIP
   ================================ */

.tooltip-hostx {
  position: relative;
  cursor: help;
  display: inline;
  align-items: center;
  gap: 12px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #ababab !important;
  text-underline-offset: 2px;
}

/* Small "i" icon */
.tooltip-hostx .tooltip-hostx-icon {
  font-size: 12px;
  font-weight: 700;
  background: #e5e7eb;
  color: #374151;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

/* Tooltip box BELOW */
.tooltip-hostx-box {
  position: absolute;
  left: 0;
  top: 125%;   /* <— moved from bottom to top */
  background: #121e37;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
  padding: 10px 12px;
  border-radius: 8px;
  /*box-shadow: 0 8px 28px rgba(0,0,0,0.15);*/
  /*border: 1px solid #e5e7eb;*/
  min-width: 240px;
  max-width: 300px;
  opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
  z-index: 9999;
  white-space: normal;
  margin-bottom: 2px;
}

/* Title bold */
.tooltip-hostx-title {
  font-weight: 700;
  margin-bottom: 4px;
  display: block !important;
  width: 100% !important;
}

/* Description */
.tooltip-hostx-desc {
  font-weight: 400;
  font-size: 14px;
  display: block !important;
  width: 100% !important;
  /*margin-top: 2px;*/
  padding: 5px 12px;
}

/* Arrow now BELOW */
.tooltip-hostx::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 132%;   /* <— changed from bottom */
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;  /* <— changed arrow direction */
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 9998;
}

/* Hover show */
.tooltip-hostx:hover .tooltip-hostx-box {
  opacity: 1;
  transform: translateY(0);
}

.tooltip-hostx:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.deal-pill-wrapper {
    display: block;
    width: 100%;
}

.deal-pill-wrapper .deal-pill {
    display: block;
    width: 100%;                     
    /*background: linear-gradient(130deg, #E9F3FF -10%, #fff 50%, #F1ECFF 110%); */
    background: #effbf4;
    color: #1BA94F;                  /* purple text */
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 3px 0;                 /* vertical spacing only */
    border-radius: 8px;
    /*box-sizing: border-box;*/
    border: 1px solid rgb(0 0 0 / 4%);
    font-family: inherit;
    margin-bottom: 12px;
    margin-top: 12px;
}

.cloud-upgrade-section {
  background: #eef6ff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

/* left faded shapes */
/*.vps-upgrade-section::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -80px;*/
/*  left: -120px;*/
/*  width: 350px;*/
/*  height: 350px;*/
/*  background: rgba(255,255,255,0.5);*/
/*  transform: rotate(-25deg);*/
/*  border-radius: 40px;*/
/*}*/

.cloud-upgrade-container {
  max-width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: center;
  padding: 0 20px;
}

.cloud-left h2 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cloud-btn {
  background: #0072ed;
  color: #fff;
  padding: 14px 38px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 6px 18px rgba(47,136,255,0.25);
}

.cloud-btn:hover{
  color:#ffffff;
  background:#1687ff;
}

/* steps */
.cloud-steps {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.cloud-step {
  width: 42%;
}

.cloud-num {
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at 30% 30%, #bedbf9, #e4f1fc);
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  color: #0072ed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.cloud-step p {
  font-size: 14px;
  line-height: 1.65;
  color: #212121;
  margin: 0;
}

/* responsive */
@media (max-width: 1020px) {
  .cloud-upgrade-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cloud-steps {
    flex-direction: column;
    gap: 30px;
  }
  .cloud-step {
    width: 100%;
    text-align: left;
  }
}

.sp-pr-feature-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #212121;
}

.sp-pr-feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
}

/* Default (Available feature) */
.sp-pr-feature-list li::before {
    content: "✓";
    margin-right: 12px;
    margin-top: 1px;
    font-size: 14px;
    color: #0072ed;
    flex-shrink: 0;
}

/* ❌ Unavailable feature */
.sp-pr-feature-list li.unavailable {
    color: #9a9a9a;
}

.sp-pr-feature-list li.unavailable::before {
    content: "–"; /* minus symbol */
    color: #b0b0b0;
    font-size: 14px;
}

/* Hide extra section and title by default */
.sp-pr-feature-list .extra-feature,
.sp-pr-feature-list .extra-title {
  display: none;
}

.extra-feature {
    position: relative;
    padding-left: 22px; /* space for checkmark */
    list-style: none;
}

/* The checkmark */
.extra-feature::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    color: #3b82f6;
    font-size: 15px;
    line-height: 1;
}

/* Remove the problematic code */
.extra-feature {
    text-indent: 0 !important;
}


/* Section title style */
.sp-pr-feature-list .extra-title {
  font-weight: 700;
  font-size: 15px;
  margin: 18px 0 8px;
  color: #212121;
  list-style: none;
}

/* full-width center container */
.view-toggle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: #212121;
  margin-top: 14px;
  padding-top: 20px;
}

/* underline under text + chevron */
.view-toggle-underline {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background-image: linear-gradient(#2563eb, #2563eb);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 60% 1.5px; /* hidden initially */
  padding-bottom: 4px;

  transition: background-size 0.3s ease;
}

/* hover animation: left → right */
.view-toggle-wrap:hover .view-toggle-underline {
  background-size: 100% 1.5px;
}

/* chevron animation */
.chevron {
  transition: transform 0.3s ease;
}

.view-toggle-wrap.expanded .chevron {
  transform: rotate(180deg);
}



.sp-price{
    color: #212121;
    font-size: 36px;
    font-weight: 700;
}

.sp-price-compare{
    color: #212121;
    font-size: 30px;
    font-weight: 700;
}

/* Card */
.feature-card {
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border-radius: 14px;
    padding: 38px 34px;
    background: #fff;
    transition: .2s ease;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.features-section {
    row-gap: 30px !important;  /* space between rows */
    justify-content: center !important; /* center align */
}

.feature-card:hover {
    background: #fafafb;
    border-color: rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

/* Icon container */
.feature-icon {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(180deg, #f1ebff, #ebf3ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.feature-icon img {
    width: 32px;
    height: 32px;
}

/* Title */
.feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 14px;
    line-height: 1.35;
}

/* Description */
.feature-card p {
    font-size: 16px;
    color: #212121;
    line-height: 1.75;
    margin: 0;
}

.sale-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #dbe4ff;
  background: #f6f9ff;
  color: #3b6cff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.badge-icon {
  width: 16px;
  height: 16px;
  color: #3b6cff;
  flex-shrink: 0;
}


.pill-above {
      display: inline-block;
      background: linear-gradient(126deg, #E3EBFF 0%, #FAFBFF 20%, #FAFBFF 80%, #E1EAFF 100%);
      /*background:#f1f8ff;*/
      color: #212121; /* blue text */
      font-weight: normal;
      text-transform: none;
      padding: 7px 20px;
      border-radius: 20px;
      border: none;
      /*cursor: pointer;*/
      font-size: 15px;
      text-decoration: none;
      transition: 0.3s ease;
    }

.pill-above:hover {
      background-color: #f1f8ff;
}
    
.title-hero {
    color: #212121;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}

@media (max-width: 1300px) {
    .title-hero {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    .title-hero {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 400px) {
    .title-hero {
        font-size: 28px;
        line-height: 34px;
    }
}

.description-hero{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
}

.view-plans {
    background-color: #4343F0;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    transition: 0.35s ease;
}

.view-plans:hover {
    background-color: #5656f2;
}

/* Section-2 Start*/

.stats-wrap {
  padding: 60px 20px;
}

.stats-bar {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 26px 34px;
  box-shadow: 0 2px 2px #e2e8f0;
  border: 1px solid #eef1f2;
}

.stat {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat-icon {
  font-size: 34px;
  color: #1b6fff;
}

.stat-text h3 {
  font-size: 26px;
  font-weight: 700;
  color: #212121;
  margin: 0 0 4px;
}

.stat-text p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

/* Responsive */
@media (max-width: 900px) {
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (max-width: 500px) {
  .stats-bar {
    grid-template-columns: 1fr;
  }
}

/* Section-3 End*/

/* Section-3 Start*/

.pricing-section {
  padding: 30px 24px;
  background: linear-gradient(rgba(255, 255, 255, 0.9) 12.5%, rgba(228, 247, 236, 0.9) 50%, rgba(255, 255, 255, 0.9) 92.5%);
}

.pricing-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.price-card {
  border-radius: 18px;
  border: 1px solid #dbdddc;
  padding: 36px 32px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.price-card:hover {
  transform: translateY(-3px);
  /*box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);*/
}

/* Backgrounds */
.price-card.green { background: #ffffff; }
.price-card.blue  { background: #ffffff; }
.price-card.orange{ background: #ffffff; }

/* Icon */
.icon {
  font-size: 40px;
  margin-bottom: 18px;
}

/* Title */
.price-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #212121;
}

/* Description */
.price-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #212121;
  /*margin-bottom: 28px;*/
}

/* Price block */
.price .label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  /*margin-bottom: 6px;*/
}

.price strong {
  font-size: 36px;
  font-weight: 800;
  color: #212121;
}

/* CTA */
.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;

  font-weight: 600;
  font-size: 14px;
  color: #4343F0;
  text-decoration: none;
}

/* underline */
.cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;

  width: 100%;
  height: 1px;
  background-color: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

/* ✅ underline only on link hover */
.cta:hover::after {
  transform: scaleX(1);
}

/* arrow animation */
.cta span {
  display: inline-block;
  transition: transform .3s ease;
}

/* ✅ arrow moves only on link hover */
.cta:hover span {
  transform: translateX(6px);
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/*SPEED SECTION*/

.speed-section {
  padding: 16px 16px;
  background: #fff;
  justify-content: center;
}

/* wrapper only aligns cards */
.speed-wrapper {
  max-width: 1240px;
  margin: auto;
  display: flex;
  gap: 24px;
  justify-content: center;
}

/* BOTH are separate cards */

.speed-card{
  background: #faf8d4;
  border-radius: 28px;
  padding: 48px;
}

.speed-card-image {
  flex: 0 0 42%;
  background: #faf8d4;
  border-radius: 28px;
  padding: 48px;
}

/* Default: flexible cards (safe for small screens) */
.speed-card-text,
.speed-card-image {
  flex: 1 1 0;
  min-width: 0; /* VERY important */
}

/* Large screens ONLY – exact ratio */
@media (min-width: 1200px) {
  .speed-card-text {
    flex: 0 0 58%;
  }

  .speed-card-image {
    flex: 0 0 42%;
  }
}

/* TEXT CARD */
.speed-card-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #212121;
}

@media (max-width: 1200px) {
.speed-card-text h2 {
  font-size: 18px;
  font-weight: 600;
}
.speed-card-text li {
  font-size: 14px;
}
}
.speed-card-text p {
  font-size: 16px;
  margin-bottom: 22px;
  color: #212121;
}

.speed-card-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 28px;
}

.speed-card-text li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #212121;
}

.speed-card-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;

  width: 18px;
  height: 18px;

  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8l3 3 7-7' fill='none' stroke='%234f46e5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


/* IMAGE CARD */
.speed-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-frame {
  position: relative;
  max-width: 400px;
}

.main-img {
  width: 100%;
  border-radius: 24px;
}

.stats-card {
  position: absolute;
  left: -20px;
  bottom: -22px;
  background: white;
  border-radius: 22px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.stats-value {
  font-size: 32px;
  font-weight: 700;
}

/* LINK */
.speed-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-weight: 600;
  color: #4f46e5;
  text-decoration: none;
}

/* underline animation — unchanged */
.speed-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;

  width: 100%;
  height: 1px;
  background-color: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.speed-link:hover::after {
  transform: scaleX(1);
}

/* arrow animation */
.speed-arrow {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.speed-link:hover .speed-arrow {
  transform: translateX(6px);
}

/* ✅ MOBILE BEHAVIOR */
@media (max-width: 900px) {
  .speed-wrapper {
    flex-direction: column;
  }

  .speed-card-image {
    order: 1; /* image on top */
  }

  .speed-card-text {
    order: 2;
  }
}

/* outer spacing */
.cta-wrapper {
  padding: 60px 16px;
}

/* main box */
.cta-box {
  max-width: 1200px;
  margin: auto;
  padding: 44px 48px;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  color: #fff;
  background: #e4effb;
  position: relative;
  overflow: hidden;
}

/* subtle stripe effect */
/*.cta-box::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background:*/
/*    repeating-linear-gradient(*/
/*      -12deg,*/
/*      rgba(59,130,246,0.18),*/
/*      rgba(59,130,246,0.18) 3px,*/
/*      transparent 3px,*/
/*      transparent 10px*/
/*    );*/
/*  opacity: 0.35;*/
/*  pointer-events: none;*/
/*}*/

/* text */
.cta-content {
  max-width: 620px;
}

.cta-content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #212121;
}

.cta-content p {
  font-size: 16px;
  color: #212121;
}

/* button */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #4343f0;
  color: #fff;
  text-decoration: none;
  font-weight: 600;

  padding: 14px 22px;
  border-radius: 999px;
  white-space: nowrap;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* arrow animation */
.cta-arrow {
  transition: transform 0.3s ease;
}

.cta-button:hover {
  color: #fff;    
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
}

.cta-button:hover .cta-arrow {
  transform: translateX(6px);
}

/* ✅ MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
    padding: 36px 24px;
  }

  .cta-content h2 {
    font-size: 24px;
  }

  .cta-content p {
    font-size: 15px;
  }
}


/* SUPPORT SECTION */

.support-section {
  background: #fdf9d9;
  padding: 90px 20px;
}

.support-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

.support-image img {
  max-width: 380px;
  /*border-radius: 200px;*/
}

.support-content {
  flex: 1;
}

.support-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 16px;
  color: #212121;
  max-width: 620px;
  margin-bottom: 36px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
  margin-bottom: 36px;
}

.feature {
  display: flex;
  gap: 14px;
}

.feature .icon {
  font-size: 22px;
  color: #4c50ff;
}

.feature strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.feature p {
  font-size: 16px;
  color: #212121;
}

.support-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #4343F0;
  text-decoration: none;
  /*letter-spacing: 0.5px;*/
}

.support-link span {
  transition: transform 0.2s ease;
}

.support-link:hover span {
  transform: translateX(6px);
}

@media (max-width: 900px) {
  .support-container {
    flex-direction: column;
    /*text-align: center;*/
  }

  .support-image img {
    max-width: 380px;
  }

  .features {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .support-content h2 {
    font-size: 28px;
  }
}

/* HOSTING INFO SECTION */

.hosting-info {
  background: #eaf4ff;
  padding: 50px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.hosting-info h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center; /* vertical centering */
  justify-content: center;
  gap: 24px;
}

.card1 {
  background: #fff;
  border: 1px solid #dbdddc;
  transition: transform .2s ease, box-shadow .2s ease;
  border-radius: 16px;
  padding: 36px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.card1:hover {
  transform: scale(1.001) translateY(-4px);
}

.card1-content {
  display: flex;
  align-items: center; /* vertical centering */
  gap: 18px;
}

.icon-img {
  width: 44px;
  height: 44px;
  display: block;        /* IMPORTANT */
  flex-shrink: 0;        /* Prevent resizing */
  object-fit: contain;  /* Keeps aspect ratio */
  align-items: center;
}

 
.text {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.arrow {
  margin-left: auto;   /* ✅ pushes arrow to the far right */
  font-size: 24px;
  color: #4343f0;
  transition: transform 0.3s ease;
}

.card1:hover .arrow {
  transform: translateX(6px);
}

@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
  }

  .hosting-info h2 {
    font-size: 26px;
  }
}

/* BOTTOM HERO SECTION */

.hero {
  background-color: #022C21;
  padding: 40px 20px;
}

.hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-content1 {
  flex: 1;
}

.hero-content1 h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #4343f5;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  background: #efefff;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-image img {
  max-width: 70%;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-image {
    order: -1; /* Image goes on top */
    justify-content: center;
  }

  .hero-content1 h1 {
    font-size: 28px;
  }
}


/* MAIN HERO */
.main-hero {
  max-width: 1300px;
  grid-gap: 2.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 5vh 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.main-hero {
  overflow-x: hidden;
}


/* LEFT IMAGE */
.main-hero-left img {
  width: 500px;
  max-width: 100%;
  display: block;
  border-radius: 22px;
}

/* RIGHT CONTENT */
.main-hero-right h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--text-dark-main-hero);
}

.main-hero-right h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--text-dark-main-hero);
}

/* FEATURE LIST */
.main-hero-list {
  margin-bottom: 32px;
}

.main-hero-list div {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  /*gap: 5px;*/
  color: #212121;
}

.main-hero-list div::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;

  background-color: var(--primary-main-hero);

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5L6.2 11.5L13 4.5' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5L6.2 11.5L13 4.5' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}



/* PRICE */
.main-hero-price {
  font-size: 19px;
  margin-bottom: 25px;
  color: var(--text-dark-main-hero);
}

.main-hero-price strong {
  color: #049564;
  font-weight: 700;
}

/* smaller renew text */
.main-hero-price .renew-text {
  font-size: 16px;
  color: #212121; /* optional: subtle gray */
}


/* BUTTON */
.main-hero-btn {
  display: inline-block;
  padding: 12px 25px;
  background: var(--primary-main-hero);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 50vh;
  text-decoration: none;
  transition: 0.3s ease;
  vertical-align: middle;
}

.main-hero-btn:hover {
  color: #ffffff;    
  background: #5656F2;
  transform: translateY(-2px);
}

/* GUARANTEE */
.main-hero-guarantee {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .main-hero {
    flex-direction: column;
    text-align: left;
    gap: 40px;
  }

  .main-hero-right h1 {
    font-size: 26px;
  }

  .main-hero-right h2 {
    font-size: 28px;
  }

  .main-hero-list div {
    justify-content: left;
  }

  .main-hero-price {
    font-size: 18px;
  }
}

.dropdown-svg {
  width: 24px;
  height: 24px;
  margin-left: 6px;
  transition: transform 0.25s ease;
  transform: rotate(0deg);
  pointer-events: none; /* prevent SVG-only hover */
  vertical-align:middle;
}

/* Rotate on MENU hover (not SVG hover) */
.main-menu > li:hover .dropdown-svg {
  transform: rotate(180deg);
}

/* Rotate when mega menu is OPEN */
.main-menu > li.show .dropdown-svg {
  transform: rotate(180deg);
}



/* Also rotate when dropdown is open (click) */
/*.nav-item.show .dropdown-svg {*/
/*  transform: rotate(180deg);*/
/*}*/

/*.nav-link {*/
/*  background-image: linear-gradient(#2563eb, #2563eb);*/
/*  background-repeat: no-repeat;*/
/*  background-position: 0 100%;*/
/*  background-size: 0% 2px;*/
/*  transition: background-size 0.25s ease;*/
/*}*/

/*.nav-link:hover {*/
/*  background-size: 100% 2px;*/
/*}*/

.spx-features-alt {
  background: linear-gradient(180deg, #f6f7ff, #ffffff);
  padding: 120px 24px;
}

.spx-features-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 80px;
  align-items: center;
}

/* LEFT SIDE */
.spx-features-left h2 {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
  margin-bottom: 20px;
}

.spx-features-left h2 span {
  background: linear-gradient(90deg, #6933d3, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spx-features-left p {
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
  max-width: 520px;
}

/* RIGHT SIDE */
.spx-features-right {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* FEATURE ROW */
.spx-feature-row {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 26px 30px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e9eaff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  transition: all .3s ease;
}

.spx-feature-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(105,51,211,0.12);
  border-color: #6933d3;
}

/* ICON */
.spx-feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #6933d3, #8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}

/* TEXT */
.spx-feature-row h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.spx-feature-row p {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}

/* MOBILE */
@media (max-width: 900px) {
  .spx-features-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .spx-features-left {
    text-align: center;
  }

  .spx-features-left p {
    margin: 0 auto;
  }
}

.stats-pro {
  position: relative;
  padding: 70px 20px 90px;
  color: #fff;
  overflow: hidden;
  background: #7338e8;

/*  background:*/
/*    radial-gradient(1000px 600px at 80% 0%, rgba(255,255,255,0.45), transparent 60%),*/
/*    radial-gradient(800px 500px at 10% 10%, rgba(255,255,255,0.2), transparent 55%),*/
/*    linear-gradient(180deg, #7c3aed 0%, #6d28d9 45%, #4c1d95 100%);*/
}

/* floating glow blobs */
.stats-pro::before,
.stats-pro::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.45;
  z-index: 0;
}

.stats-pro::before {
  background: #a78bfa;
  top: -200px;
  left: -200px;
}

.stats-pro::after {
  background: #c4b5fd;
  bottom: -250px;
  right: -250px;
}

.stats-wrap {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.stats-wrap h2 {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 600;
  margin-bottom: 50px;
  text-align: left;
}

/* Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Glass cards */
.stat-card {
  /*background: rgba(255,255,255,0.12);*/
  background: #f6f7ff;
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  transition: transform .3s ease, box-shadow .3s ease;
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 120px rgba(0,0,0,0.4);
}

/* Numbers */
.stat-num {
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 600;
  background: linear-gradient(
  180deg,
  #7338e8 0%,
  #7338e8 35%,
  #7338e8 70%,
  #7338e8 100%
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.stat-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #212121;
}

.stat-card p {
  font-size: 16px;
  line-height: 1.7;
  /*color: rgba(255,255,255,0.85);*/
  color: #212121;
}

/* Mobile */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}