.cpanel-shared-page {
    font-family: 'Poppins', sans-serif;
}

.cpanel-shared-page h1,
.cpanel-shared-page h2,
.cpanel-shared-page h3,
.cpanel-shared-page h4,
.cpanel-shared-page h5,
.cpanel-shared-page h6,
.cpanel-shared-page p,
.cpanel-shared-page a,
.cpanel-shared-page span,
.cpanel-shared-page small,
.cpanel-shared-page strong,
.cpanel-shared-page li,
.cpanel-shared-page button,
.cpanel-shared-page input,
.cpanel-shared-page textarea,
.cpanel-shared-page select {
    font-family: inherit;
}
/*Web Hosting Page */

/* Hero */
.wh-photo-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 76px 0 58px !important;
  background:
    radial-gradient(circle at 10% 18%, rgba(10, 127, 38, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(18, 63, 140, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f8ff 52%, #eef5ff 100%);
  background-size: 140% 140%;
  animation: whHeroBgFlow 10s ease-in-out infinite;
}

/* Moving shine across whole hero */
.wh-photo-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -70%;
  width: 55%;
  height: 220%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 22%,
    rgba(255, 255, 255, 0.42) 42%,
    rgba(10, 127, 38, 0.16) 50%,
    rgba(255, 255, 255, 0.42) 58%,
    rgba(255, 255, 255, 0) 78%,
    transparent 100%
  );
  transform: rotate(15deg);
  z-index: 4;
  pointer-events: none;
  animation: whHeroSweepStrong 6s ease-in-out infinite;
}

/* Moving soft glow */
.wh-photo-hero::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: 5%;
  top: 12%;
  background:
    radial-gradient(circle, rgba(10, 127, 38, 0.18), transparent 62%),
    radial-gradient(circle at 35% 35%, rgba(18, 63, 140, 0.13), transparent 58%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  animation: whHeroGlowStrong 7s ease-in-out infinite;
}

.wh-photo-hero .container {
  position: relative;
  z-index: 3;
}

/* Background Shapes */
.wh-photo-shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.wh-photo-shape.shape-left {
  width: 190px;
  height: 150px;
  left: 4%;
  bottom: 18%;
  background: rgba(11, 42, 99, 0.06);
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
  animation: whShapeLeftVisible 7s ease-in-out infinite;
}

.wh-photo-shape.shape-right {
  width: 420px;
  height: 420px;
  right: -220px;
  top: 150px;
  background: rgba(10, 127, 38, 0.07);
  border-radius: 50%;
  animation: whShapeRightVisible 8s ease-in-out infinite;
}

/* Left Content */
.wh-photo-content {
  max-width: 700px;
  animation: whHeroTextEnter 0.9s ease both;
}

.wh-photo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border: 1px solid rgba(10, 127, 38, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
       font-weight: 600;
  margin-bottom: 18px;
}



.wh-photo-content h1 span {
  display: block;
  color: var(--accent-color);
}

.wh-photo-content p {
  color: var(--text-muted);
  max-width: 650px;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.wh-photo-list {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.wh-photo-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary-color);
  font-size: 16px;
     font-weight : 600;
}

.wh-photo-list i {
  color: var(--accent-color);
  font-size: 20px;
}

.wh-photo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.wh-photo-primary {
  background: var(--accent-color);
  color: #ffffff !important;
  border: 1px solid var(--accent-color);
  border-radius: 14px;
  padding: 15px 30px;
     font-weight : 600;
  box-shadow: 0 14px 30px rgba(10, 127, 38, 0.20);
  transition: var(--transition);
}

.wh-photo-primary:hover {
  background: var(--accent-hover);
  color: #ffffff !important;
  transform: translateY(-3px);
}

.wh-photo-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
  color: var(--primary-color) !important;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 15px 30px;
     font-weight : 600;
  transition: var(--transition);
}

.wh-photo-secondary:hover {
  background: var(--primary-color);
  color: #ffffff !important;
  border-color: var(--primary-color);
  transform: translateY(-3px);
}

.wh-photo-trust {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text-muted);
       font-weight: 600;
}

.wh-photo-trust i {
  color: var(--accent-color);
  font-size: 20px;
}

/* ==========================================
   cPanel Hero Glass Badge
========================================== */

.cpanel-official-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 8;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 18px;

    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 16px 38px rgba(11, 42, 99, 0.18);

    pointer-events: none;
}


/* Important:
   Main hero image rule eka cPanel logo ekata apply wena eka prevent karanawa */
.cpanel-official-badge > img {
    width: 96px;
    max-width: 96px;
    height: auto;

    display: block;
    object-fit: contain;

    border-radius: 0;
    box-shadow: none;
    transform: none;
}



/* Tablet */
@media (max-width: 991.98px) {
    .cpanel-official-badge {
        left: 16px;
        bottom: 16px;
        padding: 11px 16px;
    }

    .cpanel-official-badge > img {
        width: 88px;
        max-width: 88px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .cpanel-official-badge {
        left: 10px;
        bottom: 10px;
        padding: 9px 13px;
        border-radius: 13px;
    }

    .cpanel-official-badge > img {
        width: 76px;
        max-width: 76px;
    }
}

/* Right Visual */

.cpanel-brand-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 6;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    max-width: calc(100% - 40px);
    padding: 10px 16px;

    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(11, 42, 99, 0.12);
    border-radius: 14px;

    box-shadow: 0 14px 35px rgba(11, 42, 99, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Important:
   cPanel logo natural size eka prevent karanawa */
.cpanel-brand-badge > img {
    width: 82px;
    height: auto;
    max-width: 82px;

    display: block;
    flex-shrink: 0;

    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}

.cpanel-brand-badge-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.cpanel-brand-badge-copy strong {
    color: var(--primary-color);
    font-size: 14px;
         font-weight: 600;
}

.cpanel-brand-badge-copy span {
    color: var(--text-muted);
    font-size: 11px;
         font-weight: 600;
    margin-top: 3px;
}

/* Tablet */
@media (max-width: 991px) {
    .cpanel-brand-badge {
        left: 16px;
        bottom: 16px;
        padding: 9px 13px;
    }

    .cpanel-brand-badge > img {
        width: 72px;
        max-width: 72px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .cpanel-brand-badge {
        left: 12px;
        bottom: 12px;
        gap: 9px;
        padding: 8px 11px;
        border-radius: 12px;
    }

    .cpanel-brand-badge > img {
        width: 60px;
        max-width: 60px;
    }

    .cpanel-brand-badge-copy strong {
        font-size: 12px;
    }

    .cpanel-brand-badge-copy span {
        font-size: 9.5px;
    }
}


.wh-photo-visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: whHeroImageEnter 1s ease 0.15s both;
}

.wh-image-card {
  position: relative;
  width: 66%;
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border-color);
  box-shadow: 0 34px 90px rgba(11, 42, 99, 0.18);
}

.wh-image-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.image-glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(11, 42, 99, 0.18));
}

/* Floating Labels */
.wh-floating-tag {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #ffffff;
  color: var(--primary-color);
  border: 1px solid var(--border-color);
  border-radius: 999px;
  padding: 16px 22px;
  font-size: 14px;
       font-weight: 600;
  box-shadow: 0 18px 45px rgba(11, 42, 99, 0.16);
  animation: whTagFloat 5s ease-in-out infinite;
}

.wh-floating-tag i {
  width: 32px;
  height: 32px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Floating Label Positions */
.tag-ssl {
  top: 78px;
  left: 18px;
}

.tag-email {
  top: 230px;
  right: 10px;
  animation-delay: 0.4s;
}

.tag-migration {
  bottom: 145px;
  left: 0;
  animation-delay: 0.8s;
}

/* Floating Score */
.wh-floating-score {
  position: absolute;
  z-index: 5;
  right: 46px;
  bottom: 62px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 20px 26px;
  text-align: center;
  box-shadow: 0 22px 55px rgba(11, 42, 99, 0.18);
  animation: whTagFloat 5s ease-in-out infinite;
  animation-delay: 1.1s;
}

.wh-floating-score strong {
  display: block;
  color: var(--primary-color);
  font-size: 30px;
       font-weight: 600;
  line-height: 1;
}

.wh-floating-score span {
  display: block;
  color: var(--text-muted);
  font-size: 13px;
       font-weight: 600;
  margin-top: 7px;
}

/* Animations */
@keyframes whHeroBgFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



@keyframes whHeroGlowStrong {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }

  50% {
    transform: translate(-45px, 30px) scale(1.12);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }
}

@keyframes whShapeLeftVisible {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(30px, -22px) rotate(4deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes whShapeRightVisible {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-35px, 24px) scale(1.08);
  }

  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes whHeroTextEnter {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes whHeroImageEnter {
  0% {
    opacity: 0;
    transform: translateX(35px) scale(0.97);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes whTagFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1199px) {
  .wh-photo-content h1 {
    font-size: 50px;
  }

  .wh-image-card {
    width: 82%;
  }

  .tag-ssl {
    left: 0;
  }

  .tag-email {
    right: -8px;
  }

  .tag-migration {
    left: -8px;
  }
}

@media (max-width: 991px) {
  .wh-photo-hero {
    padding: 65px 0 55px !important;
  }


   .wh-photo-content h1 {
    font-size: 42px;
  }



  .wh-photo-visual {
    min-height: auto;
    margin-top: 25px;
    display: block;
  }

  .wh-image-card {
    width: 78%;
  }

  .wh-floating-tag,
  .wh-floating-score {
    position: static;
    margin-top: 14px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {

.wh-photo-hero {
    padding: 50px 0 52px !important;
  }


  .wh-photo-content h1 {
    font-size: 34px;
  }

  .wh-photo-content p {
    font-size: 16px;
  }

  .wh-photo-actions {
    flex-direction: column;
  }

  .wh-photo-actions .btn {
    width: 100%;
  }

  .wh-photo-trust {
    align-items: flex-start;
  }

  .wh-image-card {
    width: 90%;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .wh-photo-hero,
  .wh-photo-hero::before,
  .wh-photo-hero::after,
  .wh-photo-shape.shape-left,
  .wh-photo-shape.shape-right,
  .wh-photo-content,
  .wh-photo-visual,
  .wh-floating-tag,
  .wh-floating-score {
    animation: none;
  }
}


.wh-plan-preview {
  padding: 90px 0 100px !important;
  background: #ffffff !important;
  position: relative !important;
}

.wh-plan-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
  z-index: 0;
}

.wh-plan-preview .container {
  position: relative;
  z-index: 2;
}

.wh-build-section {
  padding: 95px 0;
  background:
    radial-gradient(circle at top left, rgba(10, 127, 38, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.wh-build-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(11, 42, 99, 0.08);
  transition: var(--transition);
}

.wh-build-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(11, 42, 99, 0.13);
  border-color: rgba(10, 127, 38, 0.28);
}

.wh-build-card.active {
  border: 2px solid var(--accent-color);
  box-shadow: 0 25px 65px rgba(10, 127, 38, 0.13);
}

.wh-build-label {
  position: absolute;
  top: -14px;
  left: 26px;
  background: var(--accent-color);
  color: #ffffff;
  font-size: 13px;
       font-weight: 600;
  padding: 7px 13px;
  border-radius: 999px;
}

.wh-build-icon {
  width: 62px;
  height: 62px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 22px;
}

.wh-build-card h4 {
  color: var(--primary-color);
  font-size: 23px;
       font-weight: 600;
  margin-bottom: 12px;
}

.wh-build-card p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 22px;
}

.wh-build-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.wh-build-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--primary-color);
       font-weight: 600;
  margin-bottom: 10px;
}

.wh-build-card li i {
  color: var(--accent-color);
}

.wh-build-bottom {
  margin-top: 45px;
  background:
    radial-gradient(circle at top right, rgba(10, 127, 38, 0.12), transparent 30%),
    #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 26px;
  padding: 28px 32px;
  box-shadow: 0 18px 45px rgba(11, 42, 99, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.wh-build-bottom h3 {
  color: var(--primary-color);
  font-size: 26px;
       font-weight: 600;
  margin-bottom: 6px;
}

.wh-build-bottom p {
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .wh-build-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .wh-build-section {
    padding: 75px 0;
  }

  .wh-build-bottom .btn {
    width: 100%;
  }
}



/* ==========================================
   WEB HOSTING - PRICING COMPARISON SECTION
========================================== */

.wh-pricing-comparison-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  /* background:
    radial-gradient(circle at 10% 20%, rgba(10, 127, 38, 0.05), transparent 28%),
    linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%); */
}

.wh-pricing-comparison-section .container {
  position: relative;
  z-index: 2;
}

.wh-pricing-header {
  max-width: 1200px;
  margin: 0 auto 35px;
}

.wh-pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border: 1px solid rgba(10, 127, 38, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
       font-weight: 600;
  margin-bottom: 18px;
}

.wh-pricing-header h2 {
  color: var(--primary-color);
  font-size: 46px;
  line-height: 1.15;
       font-weight: 600;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}

.wh-pricing-header p {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Table Wrapper */
.wh-pricing-table-wrap {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 26px;
  overflow-x: auto;
  box-shadow: 0 24px 70px rgba(11, 42, 99, 0.10);
  /* max-width: 1120px; */
  margin: 0 auto;
}

/* Table */
.wh-pricing-table {
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

.wh-pricing-table th,
.wh-pricing-table td {
  padding: 22px 24px;
  border-bottom: 1px solid var(--border-color);
  vertical-align: middle;
}

.wh-pricing-table thead th {
  background: #ffffff;
  text-align: center;
  color: var(--primary-color);
  position: relative;
}

.wh-pricing-table thead th.feature-col {
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
     font-weight : 600;
  color: var(--primary-color);
  background: #f8fbff;
}

.wh-pricing-table tbody td:first-child {
  background: #f8fbff;
  color: var(--primary-color);
       font-weight: 600;
  width: 22%;
}

.wh-pricing-table tbody td {
  color: var(--text-muted);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.wh-pricing-table tbody td i {
  color: var(--accent-color);
  margin-right: 6px;
}

.wh-pricing-table tr:last-child td {
  border-bottom: none;
}

/* Plan Header */
.plan-name {
  display: block;
  color: var(--primary-color);
  font-size: 25px;
     font-weight : 600;
  margin-bottom: 10px;
}

.plan-price {
  display: block;
  color: var(--primary-color);
  font-size: 38px;
  line-height: 1;
       font-weight: 600;
  margin-bottom: 10px;
}

.plan-price small {
  font-size: 15px;
  color: var(--text-muted);
       font-weight: 600;
}

.plan-desc {
  display: block;
  color: #bf1212d9;
  font-size: 18px;
  line-height: 1.5;
       font-weight: 600;
}

/* Popular Column */
.wh-pricing-table .popular-col {
  background: linear-gradient(180deg, #ffffff 0%, #f0fff4 100%);
  border-left: 2px solid rgba(10, 127, 38, 0.28);
  border-right: 2px solid rgba(10, 127, 38, 0.28);
}

.popular-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 12px;
       font-weight: 600;
  margin-bottom: 12px;
}

/* Buttons */
.wh-table-btn {
  background: var(--primary-color);
  color: #ffffff !important;
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 18px;
     font-weight : 600;
  transition: var(--transition);
}

.wh-table-btn:hover {
  background: var(--primary-dark);
  color: #ffffff !important;
  transform: translateY(-3px);
}

.wh-table-btn-popular {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.wh-table-btn-popular:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.pricing-action-row td {
  background: #ffffff;
}

.wh-pricing-note {
  color: var(--text-muted);
  font-size: 13.5px;
       font-weight: 600;
  margin-top: 22px;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .wh-pricing-comparison-section {
    padding: 80px 0;
  }

  .wh-pricing-header h2 {
    font-size: 38px;
  }

  .wh-pricing-table-wrap {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .wh-pricing-comparison-section {
    padding: 70px 0;
  }

  .wh-pricing-header {
    margin-bottom: 36px;
  }

  .wh-pricing-header h2 {
    font-size: 31px;
  }

  .wh-pricing-header p {
    font-size: 16px;
  }

  .wh-pricing-table {
    min-width: 850px;
  }

  .wh-pricing-table th,
  .wh-pricing-table td {
    padding: 18px 18px;
  }

  .plan-price {
    font-size: 32px;
  }
}


/* ==========================================
   DARK SUPPORT SECTION
   Original Web Hosting Layout Restored
========================================== */

.wh-support-dark-section {
    position: relative;
    overflow: visible;
    padding: 120px 0; 
    background:
        radial-gradient(circle at 12% 25%, rgba(10, 127, 38, 0.14), transparent 32%),
        radial-gradient(circle at 90% 25%, rgba(18, 63, 140, 0.30), transparent 34%),
        linear-gradient(135deg, #061b42 0%, #0b2a63 52%, #123f8c 100%);
    color: #ffffff;
}

/* Background photo */
.wh-support-dark-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/images/hosting-support-section.webp") no-repeat left center;
    background-size: cover !important; 
    opacity: 0.45; 
    filter: saturate(1.18) contrast(1.12) brightness(0.9);
    z-index: 1;
}

/* Blue overlay */
.wh-support-dark-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(6, 27, 66, 0.56) 0%,
            rgba(6, 27, 66, 0.60) 24%,
            rgba(8, 33, 78, 0.72) 45%,
            rgba(10, 38, 88, 0.86) 66%,
            rgba(18, 63, 140, 0.92) 100%
        );
    z-index: 2;
    padding: 50px 20px !important;
}

.wh-support-dark-section .container {
    position: relative;
    z-index: 3;
}

/* Left content */
.wh-support-left {
    max-width: 900px;
}

.wh-support-left h2 {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 55px;
         font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1px;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.32);
}

.wh-support-left h2 span {
    display: block;
    color: #21a247;
}

.wh-support-left p {
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
         font-weight: 500;
    line-height: 1.8;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.25);
}

.wh-support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 28px;

    background: var(--accent-color);
    color: #ffffff !important;

    border: 1px solid var(--accent-color);
    border-radius: 14px;

         font-weight: 600;
    text-decoration: none;

    box-shadow: 0 16px 35px rgba(10, 127, 38, 0.28);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.wh-support-btn:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: #ffffff !important;

    transform: translateY(-3px);
}

/* Right glass panel */
.wh-support-right {
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

/* Feature item */
.wh-support-item {
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 24px !important;
    background: rgba(6, 27, 66, 0.65) !important; 
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2) !important;
    border-bottom: none !important;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.wh-support-item:first-child {
    padding-top: 10px;
}

.wh-support-item:last-child {
    padding-bottom: 10;
    border-bottom: none;
}

/* Icon */
.wh-support-icon {
    width: 52px;
    height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: rgba(10, 127, 38, 0.25);
    color: #9debb0;

    border: 1px solid rgba(157, 235, 176, 0.34);
    border-radius: 14px;

    font-size: 24px;
}

.wh-support-icon i {
    font-family: "bootstrap-icons" !important;
    line-height: 1;
}

/* Item text */
.wh-support-item h3 {
    margin-bottom: 10px;

    color: #ffffff;

    font-size: 28px;
         font-weight: 600;
    line-height: 1.25;
}

.wh-support-item p {
    max-width: 760px;
    margin: 0;

    color: rgba(255, 255, 255, 0.82);

    font-size: 17px;
         font-weight: 600;
    line-height: 1.8;
}

/* Large laptop */
@media (max-width: 1199.98px) {
    .wh-support-left h2 {
        font-size: 50px;
    }

    .wh-support-item h3 {
        font-size: 24px;
    }

    .wh-support-dark-section::before {
        background-size: 68% auto;
    }
}

/* Tablet */
@media (max-width: 991.98px) {
    .wh-support-dark-section {
        padding: 85px 0;
    }

    .wh-support-dark-section::before {
        background-position: center center;
        background-size: cover;

        opacity: 0.34;
    }

    .wh-support-dark-section::after {
        background:
            linear-gradient(
                180deg,
                rgba(6, 27, 66, 0.84) 0%,
                rgba(8, 33, 78, 0.88) 55%,
                rgba(11, 42, 99, 0.92) 100%
            );
    }

    .wh-support-left {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .wh-support-right {
        padding: 30px 28px;
    }

    .wh-support-item {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .wh-support-dark-section {
        padding: 70px 0;
    }

    .wh-support-left h2 {
        font-size: 36px;
    }

    .wh-support-left p {
        font-size: 16px;
        line-height: 1.75;
    }

    .wh-support-btn {
        width: 100%;
    }

    .wh-support-right {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .wh-support-item {
        grid-template-columns: 1fr;
        gap: 14px;

        padding: 24px 0;
    }

    .wh-support-icon {
        margin-bottom: 4px;
    }

    .wh-support-item h3 {
        font-size: 22px;
    }

    .wh-support-item p {
        font-size: 15px;
        line-height: 1.75;
    }
}


/* HOSTING POWER LAYERS SECTION */

.wh-power-layers-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  background: #FFF8F0;
}


.wh-power-layers-section .container {
  position: relative;
  z-index: 2;
  max-width: 1500px;
}

/* Left Content */
.wh-power-content {
  max-width: 610px;
}

.wh-power-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border: 1px solid rgba(10, 127, 38, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
       font-weight: 600;
  margin-bottom: 22px;
}

.wh-power-content h2 {
  color: var(--primary-color);
  font-size: 46px;
  line-height: 1.15;
       font-weight: 600;
  margin-bottom: 20px;
}

.wh-power-content h2 span {
  display: block;
  color: var(--accent-color);
}

.wh-power-content p {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.wh-power-list {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}

.wh-power-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--primary-color);
  font-size: 16px;
       font-weight: 600;
}

.wh-power-list i {
  color: var(--accent-color);
  font-size: 20px;
  margin-top: 2px;
}

.wh-power-btn {
  background: var(--accent-color);
  color: #ffffff !important;
  border: 1px solid var(--accent-color);
  border-radius: 14px;
  padding: 15px 30px;
       font-weight: 600;
  box-shadow: 0 14px 30px rgba(10, 127, 38, 0.20);
  transition: var(--transition);
}

.wh-power-btn:hover {
  background: var(--accent-hover);
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* Right Layer Stack */
.wh-layer-stack {
  position: relative;
  min-height: 610px;
  /* padding: 35px 0; */
}

.wh-layer-stack::before {
  content: "";
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 48%;
  width: 3px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(10, 127, 38, 0.25),
    rgba(11, 42, 99, 0.18),
    transparent
  );
  border-radius: 999px;
}

.layer-bg-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.layer-bg-orb.orb-one {
  width: 240px;
  height: 240px;
  right: 30px;
  top: 60px;
  background: rgba(10, 127, 38, 0.08);
}

.layer-bg-orb.orb-two {
  width: 180px;
  height: 180px;
  left: 35px;
  bottom: 55px;
  background: rgba(11, 42, 99, 0.07);
}

/* Layer Card */
.power-layer-card {
  position: relative;
  width: 78%;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 18px 45px rgba(11, 42, 99, 0.09);
  transition: var(--transition);
  margin-bottom: 20px;
}

.power-layer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 127, 38, 0.35);
  box-shadow: 0 26px 65px rgba(11, 42, 99, 0.14);
}

.layer-one {
  margin-left: 0;
}

.layer-two {
  margin-left: auto;
}

.layer-three {
  margin-left: 40px;
}

.layer-four {
  margin-left: auto;
  margin-right: 35px;
}

.layer-five {
  margin-left: 85px;
}

.layer-number {
  position: absolute;
  top: -13px;
  right: 24px;
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
       font-weight: 600;
}

.layer-icon {
  width: 60px;
  height: 60px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  flex-shrink: 0;
}

.power-layer-card h4 {
  color: var(--primary-color);
  font-size: 22px;
       font-weight: 600;
  margin-bottom: 8px;
}

.power-layer-card p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1199px) {
  .power-layer-card {
    width: 86%;
  }

  .layer-five {
    margin-left: 40px;
  }
}

@media (max-width: 991px) {
  .wh-power-layers-section {
    padding: 80px 0;
  }

  .wh-power-content {
    text-align: center;
    margin: 0 auto;
  }

  .wh-power-list div {
    justify-content: center;
  }

  .wh-layer-stack {
    min-height: auto;
    padding: 20px 0 0;
  }

  .wh-layer-stack::before {
    display: none;
  }

  .power-layer-card,
  .layer-one,
  .layer-two,
  .layer-three,
  .layer-four,
  .layer-five {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .wh-power-content h2 {
    font-size: 34px;
  }

  .wh-power-content p {
    font-size: 16px;
  }

  .wh-power-list div {
    text-align: left;
    justify-content: flex-start;
  }

  .power-layer-card {
    flex-direction: column;
  }

  .wh-power-btn {
    width: 100%;
  }
}


/* =====================================================
   DARK SUPPORT SECTION - PROPER DESKTOP STICKY
===================================================== */

@media (min-width: 992px) {

    /*
     * Sticky ancestors must NOT create
     * their own scroll container.
     */
    .cpanel-shared-page .wh-support-dark-section,
    .cpanel-shared-page .wh-support-dark-section > .container,
    .cpanel-shared-page .wh-support-dark-section > .container > .row {
        overflow: visible !important;
    }


    /*
     * IMPORTANT:
     * Column eka sticky karanne na.
     * Column eka full right-side height eka gannawa.
     */
    .cpanel-shared-page .wh-support-sticky-col {
        position: relative !important;

        align-self: stretch !important;

        height: auto !important;
        min-height: 100%;

        overflow: visible !important;

        z-index: 5;
    }


    /*
     * Actual LEFT CONTENT eka sticky.
     *
     * Right side cards scroll wenawa.
     * Left heading/content eka viewport eke stay wenawa.
     */
    .cpanel-shared-page
    .wh-support-sticky-col
    .wh-support-left {

        position: -webkit-sticky !important;
        position: sticky !important;

        top: 120px !important;

        height: fit-content;

        z-index: 10;
    }
}


/* =====================================================
   TABLET / MOBILE
   Normal scrolling - no sticky
===================================================== */

@media (max-width: 991.98px) {

    .cpanel-shared-page
    .wh-support-sticky-col
    .wh-support-left {

        position: relative !important;
        top: auto !important;
    }

    .cpanel-shared-page .wh-support-sticky-col {
        min-height: 0;
        height: auto !important;
    }
}


/* ==========================================
   WEB HOSTING - STORY VISUAL SECTION
========================================== */

.wh-hosting-story-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  background: #ffffff;
}

.wh-hosting-story-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  top: 180px;
  background: rgba(10, 127, 38, 0.055);
  border-radius: 50%;
}

.wh-hosting-story-section::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  left: -170px;
  bottom: 120px;
  background: rgba(18, 63, 140, 0.06);
  border-radius: 50%;
}

.wh-hosting-story-section .container {
  position: relative;
  z-index: 2;
  max-width: 1500px;
}

.wh-story-row {
  margin-bottom: 70px;
}

.wh-story-row:last-child {
  margin-bottom: 0;
}

/* Content */
.wh-story-content {
  max-width: 570px;
}

.wh-story-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border: 1px solid rgba(10, 127, 38, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
       font-weight: 600;
  margin-bottom: 22px;
}

.wh-story-content h2 {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 1.14;
       font-weight: 600;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

.wh-story-content p {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 28px;
}

.wh-story-list {
  display: grid;
  gap: 14px;
}

.wh-story-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--primary-color);
  font-size: 16px;
       font-weight: 600;
  line-height: 1.6;
}

.wh-story-list i {
  color: var(--accent-color);
  font-size: 20px;
  margin-top: 2px;
}

.wh-story-btn {
  margin-top: 30px;
  background: var(--accent-color);
  color: #ffffff !important;
  border: 1px solid var(--accent-color);
  border-radius: 14px;
  padding: 15px 30px;
       font-weight: 600;
  box-shadow: 0 14px 30px rgba(10, 127, 38, 0.20);
  transition: var(--transition);
}

.wh-story-btn:hover {
  background: var(--accent-hover);
  color: #ffffff !important;
  transform: translateY(-3px);
}

/* Visual */
.wh-story-visual {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

.wh-story-visual img {
  width: 100%;
  display: block;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(11, 42, 99, 0.15);
}

.wh-story-visual-right img {
  transform: rotate(1.5deg);
}

.wh-story-visual-left img {
  transform: rotate(-1.5deg);
}

/* Floating Cards */
.wh-story-floating-card {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 18px 45px rgba(11, 42, 99, 0.15);
}

.wh-story-floating-card strong {
  display: block;
  color: var(--primary-color);
  font-size: 16px;
       font-weight: 600;
  margin-bottom: 4px;
}

.wh-story-floating-card span {
  display: block;
  color: var(--text-muted);
  font-size: 13px;
       font-weight: 600;
}

.card-speed {
  right: -20px;
  top: 45px;
}

.card-status {
  left: -24px;
  bottom: 55px;
}

.card-ssl {
  right: -20px;
  bottom: 58px;
}

.card-email {
  left: -24px;
  top: 58px;
}

/* Responsive */
@media (max-width: 1199px) {
  .wh-story-content h2 {
    font-size: 40px;
  }

  .wh-story-floating-card {
    position: static;
    margin-top: 14px;
  }
}

@media (max-width: 991px) {
  .wh-hosting-story-section {
    padding: 85px 0;
  }

  .wh-story-row {
    margin-bottom: 75px;
  }

  .wh-story-content {
    max-width: 100%;
    text-align: center;
  }

  .wh-story-list div {
    text-align: left;
  }

  .wh-story-visual {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .wh-hosting-story-section {
    padding: 70px 0;
  }

  .wh-story-content h2 {
    font-size: 32px;
  }

  .wh-story-content p {
    font-size: 16px;
  }

  .wh-story-visual img {
    border-radius: 24px;
  }

  .wh-story-btn {
    width: 100%;
  }
}


/* ==========================================
   WEB HOSTING - SUPPORT PATH SECTION
========================================== */

.wh-support-path-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  background: #FFF8F0;
}



.wh-support-path-section .container {
  position: relative;
  z-index: 2;
  max-width: 1500px;
}

.support-path-header {
  max-width: 1200px;
  margin: 0 auto 30px;
}

.support-path-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border: 1px solid rgba(10, 127, 38, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
       font-weight: 600;
  margin-bottom: 18px;
}

.support-path-header h2 {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1.15;
       font-weight: 600;
  margin-bottom: 16px;
}

.support-path-header p {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Support Path */
.support-path-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding-top: 42px;
}

.support-path-line {
  position: absolute;
  top: 74px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(10, 127, 38, 0.35),
    rgba(11, 42, 99, 0.18),
    rgba(10, 127, 38, 0.35),
    transparent
  );
  border-radius: 999px;
}

.support-path-item {
  position: relative;
  text-align: center;
  padding: 0 22px;
}

.support-path-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  background: #ffffff;
  color: var(--accent-color);
  border: 2px solid rgba(10, 127, 38, 0.20);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 14px 34px rgba(11, 42, 99, 0.10);
  position: relative;
  z-index: 2;
  transition: var(--transition);
}

.support-path-item:hover .support-path-icon {
  background: var(--accent-color);
  color: #ffffff;
  border-color: var(--accent-color);
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(10, 127, 38, 0.22);
}

.support-path-item h3 {
  color: var(--primary-color);
  font-size: 21px;
       font-weight: 600;
  margin-bottom: 10px;
}

.support-path-item p {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.support-path-item a {
  color: var(--accent-color) !important;
  font-size: 18px;
       font-weight: 600;
  text-decoration: none;
}

.support-path-item a:hover {
  color: var(--accent-hover) !important;
}

/* Responsive */
@media (max-width: 1199px) {
  .support-path-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 46px;
  }

  .support-path-line {
    display: none;
  }
}

@media (max-width: 991px) {
  .wh-support-path-section {
    padding: 80px 0;
  }

  .support-path-header h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .support-path-wrapper {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .support-path-header h2 {
    font-size: 32px;
  }

  .support-path-header p {
    font-size: 16px;
  }

  .support-path-item {
    padding: 0;
  }
}

/* ==========================================
   FAQ SECTION
   
========================================== */

.wh-hosting-faq-section {
  position: relative;
  overflow: hidden;
  padding: 50px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.wh-hosting-faq-section .container {
  position: relative;
  z-index: 2;
}

.wh-faq-header {
  max-width: 1200px;
  margin: 0 auto 48px;
}

.wh-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft-green);
  color: var(--accent-color);
  border: 1px solid rgba(10, 127, 38, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 14px;
       font-weight: 600;
  margin-bottom: 18px;
}

.wh-faq-header h2 {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 1.15;
       font-weight: 600;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}

.wh-faq-header p {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* FAQ Accordion - scoped to web hosting page only */
.wh-hosting-faq {
  max-width: 1180px;
  margin: 0 auto;
}

.wh-hosting-faq .accordion-item {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(10, 127, 38, 0.28);
  border-radius: 16px !important;
  margin-bottom: 12px;
  box-shadow: none;
}

.wh-hosting-faq .accordion-button {
  background: var(--bg-soft-green);
  color: var(--accent-color);
  font-size: 18px;
       font-weight: 500;
  line-height: 1.5;
  padding: 18px 24px;
  box-shadow: none;
}

.wh-hosting-faq .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: var(--accent-color);
  box-shadow: none;
}

.wh-hosting-faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.wh-hosting-faq .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(1155%) hue-rotate(113deg) brightness(88%) contrast(94%);
}

.wh-hosting-faq .accordion-body {
  background: #ffffff;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 1500;
  padding: 0 24px 22px;
}

/* Hover polish */
.wh-hosting-faq .accordion-item:hover {
  border-color: rgba(10, 127, 38, 0.42);
}

.wh-hosting-faq .accordion-button:hover {
  color: var(--accent-hover);
}

.wh-hosting-faq-section .accordion {
  max-width: 100%;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 991px) {
  .wh-hosting-faq-section {
    padding: 80px 0;
  }

  .wh-faq-header h2 {
    font-size: 38px;
  }

  .wh-hosting-faq {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .wh-hosting-faq-section {
    padding: 70px 0;
  }

  .wh-faq-header {
    margin-bottom: 36px;
  }

  .wh-faq-header h2 {
    font-size: 31px;
  }

  .wh-faq-header p {
    font-size: 16px;
  }

  .wh-hosting-faq .accordion-button {
    font-size: 15.5px;
    padding: 17px 18px;
  }

  .wh-hosting-faq .accordion-body {
    font-size: 15px;
    padding: 0 18px 20px;
  }
}


/* ==========================================
   FINAL RESPONSIVE OVERRIDE - WEB HOSTING PAGE
   Paste this at the END of style.css
========================================== */

.cpanel-shared-page {
  max-width: 100%;
  overflow-x: hidden;
}

.cpanel-shared-page img {
  max-width: 100%;
  height: auto;
}

.wh-photo-hero,
.wh-pricing-comparison-section,
.wh-support-dark-section,
.wh-power-layers-section,
.wh-hosting-story-section,
.wh-support-path-section,
.wh-hosting-faq-section {
  scroll-margin-top: 90px;
}

/* Large laptop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wh-photo-content h1 {
    font-size: 54px;
  }

  .wh-image-card {
    width: 78%;
  }

  .wh-support-left h2 {
    font-size: 52px;
  }

  .wh-story-content h2 {
    font-size: 40px;
  }
}

/* Small laptop / tablet landscape */
@media (max-width: 1199.98px) {
  .wh-photo-hero {
    padding: 100px 0 90px;
  }

  .wh-photo-content h1 {
    font-size: 48px;
  }

  .wh-photo-content p {
    font-size: 17px;
  }

  .wh-pricing-table-wrap {
    max-width: 100%;
  }

  .wh-support-dark-section::before {
    background-size: cover;
  }

  .wh-support-left h2 {
    font-size: 46px;
  }

  .wh-story-visual {
    max-width: 600px;
  }

  .support-path-item {
    padding: 0 14px;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .wh-photo-hero,
  .wh-pricing-comparison-section,
  .wh-support-dark-section,
  .wh-power-layers-section,
  .wh-hosting-story-section,
  .wh-support-path-section,
  .wh-hosting-faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* Hero */
  .wh-photo-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .wh-photo-list {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .wh-photo-list div {
    justify-content: center;
  }

  .wh-photo-actions,
  .wh-photo-trust {
    justify-content: center;
  }

  .wh-photo-visual {
    max-width: 560px;
    margin: 35px auto 0;
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .wh-image-card {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 500px;
    justify-self: center;
  }

  .wh-floating-tag,
  .wh-floating-score {
    position: static;
    width: auto;
    margin-top: 0;
    justify-content: center;
    padding: 12px 14px;
  }

  .wh-floating-score strong {
    font-size: 28px;
  }

  /* Pricing */
  .wh-pricing-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wh-pricing-table {
    min-width: 820px;
  }

  /* Dark support */
  .wh-support-left {
    max-width: 720px;
    margin: 0 auto 25px;
    text-align: center;
  }

  .wh-support-right {
    max-width: 760px;
    margin: 0 auto;
  }

  /* Essential layers */
  .wh-power-content {
    text-align: center;
    margin: 0 auto;
  }

  .wh-power-list {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .wh-power-list div {
    justify-content: flex-start;
    text-align: left;
  }

  .wh-layer-stack {
    max-width: 700px;
    margin: 0 auto;
  }

  /* Story section */
  .wh-story-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .wh-story-list {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .wh-story-list div {
    text-align: left;
  }

  .wh-story-visual {
    max-width: 600px;
  }

  .wh-story-visual-right img,
  .wh-story-visual-left img {
    transform: none;
  }

  /* Support path */
  .support-path-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 42px;
  }

  .support-path-line {
    display: none;
  }

  /* FAQ */
  .wh-hosting-faq-section .accordion-item {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .cpanel-shared-page .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wh-photo-hero,
  .wh-pricing-comparison-section,
  .wh-support-dark-section,
  .wh-power-layers-section,
  .wh-hosting-story-section,
  .wh-support-path-section,
  .wh-hosting-faq-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  /* Hero mobile */
  .wh-photo-content {
    text-align: left;
  }

  .wh-photo-content h1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }

  .wh-photo-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .wh-photo-list {
    gap: 12px;
  }

  .wh-photo-list div {
    justify-content: flex-start;
    text-align: left;
    font-size: 15px;
  }

  .wh-photo-actions {
    flex-direction: column;
  }

  .wh-photo-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .wh-photo-trust {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
  }

  .wh-photo-visual {
    grid-template-columns: 1fr;
  }

  .wh-image-card {
    border-radius: 24px;
  }

  .wh-floating-tag,
  .wh-floating-score {
    width: 100%;
  }

  .wh-photo-shape.shape-left {
    width: 130px;
    height: 100px;
    left: -35px;
    bottom: 10%;
  }

  .wh-photo-shape.shape-right {
    width: 260px;
    height: 260px;
    right: -160px;
    top: 70px;
  }

  /* Pricing mobile */
  .wh-pricing-header {
    margin-bottom: 34px;
  }

  .wh-pricing-header h2,
  .support-path-header h2,
  .wh-faq-header h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .wh-pricing-header p,
  .support-path-header p,
  .wh-faq-header p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .wh-pricing-table {
    min-width: 760px;
  }

  .wh-pricing-table th,
  .wh-pricing-table td {
    padding: 16px 14px;
  }

  .wh-pricing-table thead th.feature-col {
    font-size: 18px;
  }

  .plan-name {
    font-size: 20px;
  }

  .plan-price {
    font-size: 30px;
  }

  .plan-desc {
    font-size: 13px;
  }

  .wh-table-btn {
    padding: 10px 14px;
    font-size: 12.5px;
  }

  /* Dark support mobile */
  .wh-support-left {
    text-align: left;
  }

  .wh-support-left h2 {
    font-size: 34px;
  }

  .wh-support-left p {
    font-size: 16px;
  }

  .wh-support-btn {
    width: 100%;
    text-align: center;
  }

  .wh-support-right {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .wh-support-item {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .wh-support-item h3 {
    font-size: 21px;
  }

  .wh-support-item p {
    font-size: 14.5px;
  }

  /* Essential layers mobile */
  .wh-power-content {
    text-align: left;
  }

  .wh-power-content h2,
  .wh-story-content h2 {
    font-size: 31px;
    line-height: 1.2;
  }

  .wh-power-content p,
  .wh-story-content p {
    font-size: 15.5px;
    line-height: 1.75;
  }

  .power-layer-card {
    padding: 20px;
    border-radius: 20px;
    gap: 14px;
  }

  .layer-icon {
    width: 54px;
    height: 54px;
    font-size: 24px;
  }

  .power-layer-card h4 {
    font-size: 20px;
  }

  .power-layer-card p {
    font-size: 14.5px;
  }

  /* Story mobile */
  .wh-story-row {
    margin-bottom: 55px;
  }

  .wh-story-content {
    text-align: left;
  }

  .wh-story-list div {
    font-size: 15px;
  }

  .wh-story-visual img {
    border-radius: 22px;
  }

  .wh-story-btn {
    width: 100%;
    text-align: center;
  }

  /* Support path mobile */
  .support-path-header {
    margin-bottom: 38px;
  }

  .support-path-wrapper {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 0;
  }

  .support-path-item {
    padding: 0;
    max-width: 380px;
    margin: 0 auto;
  }

  .support-path-icon {
    width: 62px;
    height: 62px;
    font-size: 26px;
    margin-bottom: 16px;
  }

  .support-path-item h3 {
    font-size: 19px;
  }

  .support-path-item p {
    font-size: 14px;
  }

  /* FAQ mobile */
  .wh-hosting-faq-section .accordion-item {
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .wh-hosting-faq-section .accordion-button {
    font-size: 14.5px;
    padding: 16px 18px;
    line-height: 1.45;
  }

  .wh-hosting-faq-section .accordion-body {
    font-size: 14.5px;
    line-height: 1.75;
    padding: 0 18px 18px;
  }
}

/* Small mobile */
@media (max-width: 575.98px) {
  .wh-photo-content h1 {
    font-size: 30px;
  }

  .wh-photo-primary,
  .wh-photo-secondary,
  .wh-support-btn,
  .wh-power-btn,
  .wh-story-btn {
    padding: 14px 18px;
    font-size: 14px;
  }

  .wh-pricing-table {
    min-width: 700px;
  }

  .wh-pricing-table th,
  .wh-pricing-table td {
    padding: 14px 12px;
  }

  .plan-price {
    font-size: 27px;
  }

  .wh-support-left h2,
  .wh-power-content h2,
  .wh-story-content h2,
  .wh-pricing-header h2,
  .support-path-header h2,
  .wh-faq-header h2 {
    font-size: 28px;
  }

  .wh-story-visual img {
    border-radius: 18px;
  }
}


/* Web Hosting Hero Title - Match Business Email Page */

.web-hero-title {
    max-width: 720px;
    margin: 0 0 24px;

    color: var(--primary-color);

    font-size: clamp(2.7rem, 4.8vw, 4.25rem);
         font-weight: 600;
    line-height: 1.08;
    letter-spacing: -2.8px;
}

.web-hero-title span {
    display: block;

    color: transparent;

    background: linear-gradient(
        90deg,
        #16894a 0%,
        #218c79 45%,
        #2c67a8 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
}

/* Tablet */

@media (max-width: 991.98px) {
    .web-hero-title {
        font-size: clamp(2.5rem, 5vw, 3.85rem);
        letter-spacing: -2px;
    }
}

/* Mobile */

@media (max-width: 767.98px) {
    .web-hero-title {
        font-size: clamp(2.25rem, 10.8vw, 3.2rem);
        letter-spacing: -1.5px;
    }
}

/* Web Hosting Hero Title Color Fix */

.wh-photo-content h1.web-hero-title {
    color: var(--primary-color) !important;
}

.wh-photo-content h1.web-hero-title span {
    display: block;
    color: #198754 !important;
    background: linear-gradient(
        90deg,
        #16894a 0%,
        #218c79 45%,
        #2c67a8 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
}

/* =========================================
   Web Hosting Hero Height & Spacing Fix
========================================= */

.wh-photo-hero {
    min-height: auto !important;
    height: auto !important;
    padding-top: 60px !important;
    padding-bottom: 45px !important;
}

.wh-photo-hero .row {
    min-height: auto !important;
}

/* Reduce title height and unnecessary wrapping */
.wh-photo-content h1.web-hero-title {
    max-width: 1500px;
    margin-bottom: 16px;
    font-size: 60px;
    line-height: 1.06;
    letter-spacing: -2px;
    margin-top: 15px;
}

/* Reduce content gaps */
.wh-photo-content > p {
    margin-bottom: 20px !important;
}

.wh-photo-content ul {
    margin-bottom: 22px !important;
}

/* Keep hero image reasonably sized */
.wh-photo-visual,
.wh-photo-image-wrapper {
    max-height: 520px;
}

.wh-photo-visual img,
.wh-photo-image-wrapper img {
    max-height: 500px;
    object-fit: cover;
}

/* Tablet */
@media (max-width: 991.98px) {
    .wh-photo-hero {
        padding-top: 55px !important;
        padding-bottom: 50px !important;
    }

    .wh-photo-content h1.web-hero-title {
        font-size: clamp(2.5rem, 6vw, 3.4rem);
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .wh-photo-hero {
        padding-top: 45px !important;
        padding-bottom: 42px !important;
    }

    .wh-photo-content h1.web-hero-title {
        font-size: clamp(2.25rem, 10vw, 3rem);
        line-height: 1.08;
    }
}

/* =====================================================
   FINAL cPANEL PAGE CORRECTIONS
   Fixes heading breaks, dark-section contrast and scope
===================================================== */

:root {
  --cpanel-orange: #ff6c2c;
}

/* Keep the cPanel brand word inline inside headings and labels. */
.cpanel-shared-page .cpanel-brand-text {
  display: inline !important;
  flex-direction: initial !important;
  white-space: nowrap;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #fc6b2d;
  line-height: inherit !important;
  font: inherit;
  font-weight: inherit;
  color:  #fc6b2d;
}

/* Preserve the intended second hero line without isolating cPanel. */
.cpanel-shared-page .web-hero-title > span {
  display: block;
}

.cpanel-shared-page .web-hero-title > span .cpanel-brand-text {
  display: inline !important;
}

/* The PHP uses div.fw-bold instead of h3/h4 in these cards. */
.cpanel-shared-page .wh-support-item .fw-bold {
  margin-bottom: 8px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.35;
}

.cpanel-shared-page .power-layer-card .fw-bold {
  margin-bottom: 7px !important;
  color: var(--primary-color) !important;
  font-size: 16px;
  font-weight: 800 !important;
  line-height: 1.35;
}

.cpanel-shared-page .support-path-item > .fw-bold {
  margin-bottom: 8px !important;
  color: var(--primary-color);
  font-size: 21px;
  font-weight: 800 !important;
  line-height: 1.35;
}

/* Better desktop balance without redesigning the page. */
@media (min-width: 1400px) {
  .cpanel-shared-page .container {
    max-width: 1500px;
  }

  .cpanel-shared-page .wh-image-card {
    width: 72%;
  }
}

/* Prevent awkward heading wrapping. */
.cpanel-shared-page .wh-pricing-header h2,
.cpanel-shared-page .wh-story-content h2,
.cpanel-shared-page .support-path-header h2,
.cpanel-shared-page .wh-faq-header h2 {
  text-wrap: balance;
}

/* Improve dark-section readability. */
.cpanel-shared-page .wh-support-right {
  background: rgba(6, 27, 66, 0.58);
}

.cpanel-shared-page .wh-support-item p {
  color: rgba(255, 255, 255, 0.82);
}

/* Keep only the cPanel word orange inside FAQ questions. */
.cpanel-shared-page .wh-hosting-faq .accordion-button .cpanel-brand-text {
  -webkit-text-fill-color: #198754 !important;
}

/* Tablet */
@media (max-width: 991.98px) {
  .cpanel-shared-page .wh-support-item .fw-bold {
    font-size: 1.08rem !important;
  }

  .cpanel-shared-page .power-layer-card .fw-bold {
    font-size: 1.02rem !important;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .cpanel-shared-page .web-hero-title > span {
    display: block;
  }

  .cpanel-shared-page .wh-support-item .fw-bold {
    font-size: 1rem !important;
  }

  .cpanel-shared-page .support-path-item > .fw-bold {
    font-size: 1rem !important;
  }
}

/* Fix oversized cPanel logo inside hero image */
.cpanel-shared-page .wh-image-card .cpanel-official-badge > img {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;

    object-fit: contain !important;

    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.cpanel-shared-page .cpanel-official-badge {
    left: 18px;
    bottom: 18px;

    padding: 10px 16px;
    border-radius: 14px;
}


/* =====================================================
   Header Navigation Balance
===================================================== */

@media (min-width: 992px) {

    .main-navbar .container {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 48px;
    }

    .main-navbar .navbar-brand {
        grid-column: 1;
        margin: 0;
    }

    .main-navbar .navbar-collapse {
        grid-column: 2 / 4;

        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;

        width: 100%;
    }

    .main-nav-links {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 38px;

        margin: 0 !important;
        padding: 0;
    }

    .main-nav-links .nav-link {
        padding: 28px 0 !important;

        white-space: nowrap;

        font-size: 0.91rem;
        font-weight: 600;
    }

    .header-actions {
        display: flex;
        align-items: center;

        gap: 30px;

        margin-left: 48px;
    }

    .header-phone {
        display: inline-flex;
        align-items: center;
        gap: 9px;

        color: #ffffff;

        white-space: nowrap;

        font-size: 0.95rem;
        font-weight: 600;
    }

    .header-login-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        min-width: 98px;
        min-height: 48px;

        padding: 12px 24px;

        color: #ffffff;

        border-radius: 12px;

        background: #0a7f26;

             font-weight: 600;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {

    .main-navbar .container {
        column-gap: 28px;
    }

    .main-nav-links {
        gap: 24px;
    }

    .header-actions {
        gap: 18px;
        margin-left: 28px;
    }

    .header-login-btn {
        min-width: 88px;
        padding-right: 18px;
        padding-left: 18px;
    }
}


/* =====================================================
   Balanced Header Navigation
   Append to assets/css/style.css
===================================================== */

@media (min-width: 992px) {
    .site-header .main-navbar .container {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 1400px;
    }

    .site-header .main-navbar .navbar-brand {
        flex: 0 0 auto;
        margin-right: 44px;
    }

    .site-header .main-navbar-collapse {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        flex: 1 1 auto;

        min-width: 0;
    }

    .site-header .main-nav-links {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-self: start;
        gap: 42px;
        margin: -35px !important;
        padding: 0px;
    }

    .site-header .main-nav-links > .nav-item {
        flex: 0 0 auto;
    }

    .site-header .main-nav-links .nav-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;

        padding: 28px 0 !important;

        white-space: nowrap;
    }

    .site-header .header-actions {
        display: flex;
        align-items: center;
        justify-self: end;

        gap: 30px;

        margin-left: 54px;
    }

    .site-header .header-phone {
        display: inline-flex;
        align-items: center;
        gap: 9px;

        color: #ffffff;

        white-space: nowrap;
        text-decoration: none;
    }

    .site-header .header-phone:hover {
        color: rgba(255, 255, 255, 0.82);
    }

    .site-header .btn-login {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        min-width: 98px;
        min-height: 48px;

        padding: 11px 23px;

        white-space: nowrap;
    }
}


/* Medium laptop */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .site-header .main-navbar .navbar-brand {
        margin-right: 26px;
    }

    .site-header .main-nav-links {
        gap: 25px;
    }

    .site-header .header-actions {
        gap: 18px;
        margin-left: 28px;
    }

    .site-header .btn-login {
        min-width: 88px;
        padding-right: 18px;
        padding-left: 18px;
    }
}


/* Mobile navigation remains stacked and clean */
@media (max-width: 991.98px) {
    .site-header .main-navbar-collapse {
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .site-header .main-nav-links {
        align-items: stretch !important;

        width: 100%;
        margin: 0 0 16px !important;
    }

    .site-header .main-nav-links .nav-link {
        width: 100%;
        padding: 11px 0 !important;
    }

    .site-header .header-actions {
        width: 100%;
        gap: 14px;
    }

    .site-header .btn-login {
        width: 100%;
    }
}

.main-navbar .navbar-nav .nav-link {
    /* Udatai yatai size eka adu karanawa */
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    
    /* Wamata saha dakunata gap eka add karanawa */
    padding-left: 8px !important;
    padding-right: 8px !important; 
}


/* =====================================================
   FINAL FIX - Pricing Table Horizontal Scroll
===================================================== */

.wh-pricing-comparison-section {
    overflow: visible !important;
}

.wh-pricing-comparison-section .container {
    width: 100%;
    max-width: 1400px;
}


/* Actual horizontal scroll container */

.wh-pricing-table-wrap {
    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;

    overflow-x: scroll !important;
    overflow-y: hidden !important;

    padding-bottom: 10px;

    background: #ffffff;

    border: 1px solid var(--border-color, #dbe4f0);
    border-radius: 22px;

    box-shadow:
        0 18px 45px rgba(11, 42, 99, 0.10);

    cursor: grab;

    touch-action: pan-x;
    overscroll-behavior-x: contain;

    scrollbar-width: auto;
    scrollbar-color:
        var(--primary-color, #14376f)
        #e5edf7;

    -webkit-overflow-scrolling: touch;
}

.wh-pricing-table-wrap:active {
    cursor: grabbing;
}


/* Chrome, Edge and Safari scrollbar */

.wh-pricing-table-wrap::-webkit-scrollbar {
    height: 12px;
}

.wh-pricing-table-wrap::-webkit-scrollbar-track {
    background: #e5edf7;

    border-radius: 999px;
}

.wh-pricing-table-wrap::-webkit-scrollbar-thumb {
    background:
        linear-gradient(
            90deg,
            var(--primary-color, #14376f),
            var(--secondary-color, #2b5797)
        );

    border: 2px solid #e5edf7;
    border-radius: 999px;
}

.wh-pricing-table-wrap::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color, #16803a);
}


/* Table must be wider than mobile screen */

.wh-pricing-table {
    width: 100% !important; 
    min-width: 1080px !important;
    max-width: none !important;

    margin: 0;

    border-collapse: separate;
    border-spacing: 0;

    table-layout: fixed;
}


/* Column widths */

.wh-pricing-table th:first-child,
.wh-pricing-table td:first-child {
    width: 240px !important;
    min-width: 240px !important;
}

.wh-pricing-table th:not(:first-child),
.wh-pricing-table td:not(:first-child) {
    width: 280px !important;
    min-width: 280px !important;
}


/* Sticky feature column */

.wh-pricing-table thead th:first-child,
.wh-pricing-table tbody td:first-child {
    position: sticky;
    left: 0;
}

.wh-pricing-table thead th:first-child {
    z-index: 7;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f4f8fd
        );

    box-shadow:
        8px 0 18px rgba(11, 42, 99, 0.08);
}

.wh-pricing-table tbody td:first-child {
    z-index: 6;

    background: #f7faff;

    box-shadow:
        8px 0 18px rgba(11, 42, 99, 0.055);
}


/* =====================================================
   Tablet
===================================================== */

@media (max-width: 991.98px) {

    .wh-pricing-comparison-section {
        overflow: hidden !important;

        padding-right: 14px;
        padding-left: 14px;
    }

    .wh-pricing-comparison-section .container {
        width: 100%;
        max-width: 100%;

        padding-right: 0;
        padding-left: 0;
    }

    .wh-pricing-table-wrap {
        width: 100%;

        border-radius: 18px;
    }

    .wh-pricing-table {
        width: 930px !important;
        min-width: 930px !important;
    }

    .wh-pricing-table th:first-child,
    .wh-pricing-table td:first-child {
        width: 185px !important;
        min-width: 185px !important;
    }

    .wh-pricing-table th:not(:first-child),
    .wh-pricing-table td:not(:first-child) {
        width: 248px !important;
        min-width: 248px !important;
    }
}


/* =====================================================
   Mobile
===================================================== */

@media (max-width: 767.98px) {

    .wh-pricing-comparison-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .wh-pricing-table-wrap {
        border-radius: 16px;
    }

    .wh-pricing-table {
        width: 820px !important;
        min-width: 820px !important;
    }

    .wh-pricing-table th:first-child,
    .wh-pricing-table td:first-child {
        width: 150px !important;
        min-width: 150px !important;
    }

    .wh-pricing-table th:not(:first-child),
    .wh-pricing-table td:not(:first-child) {
        width: 223px !important;
        min-width: 223px !important;
    }

    .wh-pricing-table tbody td {
        white-space: normal;
    }
}


/* =====================================================
   Small Mobile
===================================================== */

@media (max-width: 480px) {

    .wh-pricing-comparison-section {
        padding-right: 7px;
        padding-left: 7px;
    }

    .wh-pricing-table {
        width: 750px !important;
        min-width: 750px !important;
    }

    .wh-pricing-table th:first-child,
    .wh-pricing-table td:first-child {
        width: 135px !important;
        min-width: 135px !important;
    }

    .wh-pricing-table th:not(:first-child),
    .wh-pricing-table td:not(:first-child) {
        width: 205px !important;
        min-width: 205px !important;
    }
}


/* =====================================================
   DARK SUPPORT SECTION - GRID & CARD FIX
===================================================== */


.cpanel-shared-page .wh-support-right {
    display: block !important;
    padding: 0 !important; 
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

.cpanel-shared-page .wh-support-item {
   display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 24px !important;
    background: rgba(6, 27, 66, 0.65) !important; 
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2) !important;
    border-bottom: none !important;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}


.cpanel-shared-page .wh-support-item:hover {
    transform: translateY(-5px);
    border-color: rgba(134, 239, 172, 0.35) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3) !important;
}


.cpanel-shared-page .wh-support-item .fw-bold {
    margin-bottom: 8px !important;
    color: #ffffff !important; 
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.3;
}

/* Card Body Paragraph  */
.cpanel-shared-page .wh-support-item p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size:18px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    font-weight: 500;
}

/* Fix padding overflow on top/bottom items */
.cpanel-shared-page .wh-support-item:first-child,
.cpanel-shared-page .wh-support-item:last-child {
    padding: 24px !important;
}


/* =====================================================
   Extracted Inline Styles (Shared Hosting)
===================================================== */
.wh-support-dark-section {
    padding: 80px 0;
}

.wh-support-left.sticky-top {
    top: 120px;
    z-index: 10;
}

.wh-support-item .fw-bold {
    font-size: 1.15rem;
    color: var(--primary-color);
}

.wh-support-item p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.power-layer-card .fw-bold {
    font-size: 1.1rem;
    color: var(--primary-color);
}

.support-path-item .fw-bold {
    font-size: 1.25rem;
}



/* =====================================================
   FINAL RESPONSIVE SAFETY NET (cPanel Shared Hosting)
   Ensures 100% compatibility across all extreme device sizes
===================================================== */

/* Ultra-wide monitors (4K / 2K) */
@media (min-width: 1600px) {
    .wh-photo-hero, 
    .wh-pricing-comparison-section, 
    .wh-support-dark-section, 
    .wh-power-layers-section, 
    .wh-hosting-story-section, 
    .wh-support-path-section, 
    .wh-hosting-faq-section {
        padding: 50px 20px !important;
    }
}

/* Tablet & Mobile: Disable sticky behavior for the left sidebar in the Dark Support Section 
   (Nathnam mobile eke scroll weddi eka stuck wela wadeta baadhawak wenawa) */
@media (max-width: 991.98px) {
    .wh-support-left.sticky-top {
        position: relative !important;
        top: auto !important;
        z-index: 1;
    }
}

/* Small Mobile Devices (380px & below - e.g., iPhone SE) */
@media (max-width: 380px) {
    .wh-photo-content h1.web-hero-title {
        font-size: 28px !important;
        letter-spacing: -1px !important;
    }
    
    .wh-photo-list div {
        font-size: 13px !important;
    }
    
    .wh-pricing-header h2,
    .wh-support-left h2,
    .wh-power-content h2,
    .wh-story-content h2,
    .support-path-header h2,
    .wh-faq-header h2 {
        font-size: 25px !important;
        line-height: 1.25 !important;
    }
    
    .cpanel-official-badge {
        padding: 6px 10px !important;
    }
    
    .wh-image-card .cpanel-official-badge > img {
        width: 70px !important;
        max-width: 70px !important;
    }
    
    .wh-pricing-table th, 
    .wh-pricing-table td {
        padding: 12px 10px !important;
    }
    
    .plan-price {
        font-size: 24px !important;
    }
    
    .wh-support-item {
        padding: 18px !important;
        grid-template-columns: 1fr !important;
    }
    
    .power-layer-card {
        padding: 16px !important;
    }
    
    .wh-hosting-faq .accordion-button {
        font-size: 14px !important;
        padding: 14px 15px !important;
    }
    
    .wh-hosting-faq .accordion-body {
        font-size: 13.5px !important;
        padding: 0 15px 18px !important;
    }
}


/* =========================================================
   iHoster.net
   cPanel Shared Hosting
   FINAL RESPONSIVE OVERRIDES
   KEEP AT ABSOLUTE END OF cpanel-shared-hosting.css
========================================================= */


/* =========================================================
   GLOBAL PAGE SAFETY
========================================================= */

.cpanel-shared-page {
    width: 100%;
    max-width: 100%;

    /* sticky break karanne na */
    overflow-x: clip !important;
    overflow-y: visible !important;
}

.cpanel-shared-page *,
.cpanel-shared-page *::before,
.cpanel-shared-page *::after {
    box-sizing: border-box;
}

.cpanel-shared-page img,
.cpanel-shared-page svg,
.cpanel-shared-page video {
    max-width: 100%;
    height: auto;
}

.cpanel-shared-page h1,
.cpanel-shared-page h2,
.cpanel-shared-page h3,
.cpanel-shared-page h4,
.cpanel-shared-page p,
.cpanel-shared-page li,
.cpanel-shared-page a,
.cpanel-shared-page span {
    overflow-wrap: break-word;
}


/* =========================================================
   LARGE LAPTOP
   1200 - 1399
========================================================= */

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .cpanel-shared-page .container {
        width: 100%;
        max-width: 1320px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .cpanel-shared-page .wh-photo-content h1.web-hero-title {
        font-size: clamp(44px, 4vw, 52px) !important;
    }

    .cpanel-shared-page .wh-image-card {
        width: 78%;
    }

    .cpanel-shared-page .wh-support-left h2 {
        font-size: 44px;
    }

    .cpanel-shared-page .wh-story-content h2,
    .cpanel-shared-page .wh-power-content h2 {
        font-size: 38px;
    }
}


/* =========================================================
   SMALL LAPTOP
   992 - 1199
========================================================= */

@media (min-width: 992px) and (max-width: 1199.98px) {

    .cpanel-shared-page .container {
        width: 100%;
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .cpanel-shared-page .wh-photo-hero {
        padding-top: 55px !important;
        padding-bottom: 50px !important;
    }

    .cpanel-shared-page .wh-photo-content h1.web-hero-title {
        font-size: 43px !important;
        line-height: 1.08;
        letter-spacing: -1.5px !important;
    }

    .cpanel-shared-page .wh-photo-content p {
        font-size: 16px;
    }

    .cpanel-shared-page .wh-image-card {
        width: 86%;
    }

    .cpanel-shared-page .wh-floating-tag {
        padding: 12px 16px;
        font-size: 12px;
    }

    .cpanel-shared-page .wh-support-left h2 {
        font-size: 40px;
    }

    .cpanel-shared-page .wh-support-item {
        padding: 20px !important;
    }

    .cpanel-shared-page .wh-story-content h2,
    .cpanel-shared-page .wh-power-content h2 {
        font-size: 34px;
    }
}


/* =========================================================
   TABLET
   BELOW 992
========================================================= */

@media (max-width: 991.98px) {

    .cpanel-shared-page .container {
        width: 100%;
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }


    /* -------------------------
       HERO
    ------------------------- */

    .cpanel-shared-page .wh-photo-hero {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }

    .cpanel-shared-page .wh-photo-content {
        width: 100%;
        max-width: 720px;

        margin-left: auto;
        margin-right: auto;

        text-align: center;
    }

    .cpanel-shared-page .wh-photo-content h1.web-hero-title {
        max-width: 760px;

        margin-left: auto;
        margin-right: auto;

        font-size: clamp(38px, 5.8vw, 50px) !important;
        line-height: 1.1 !important;
        letter-spacing: -1.5px !important;
    }

    .cpanel-shared-page .wh-photo-content p {
        max-width: 680px;

        margin-left: auto;
        margin-right: auto;

        font-size: 16px;
    }

    .cpanel-shared-page .wh-photo-list {
        max-width: 620px;

        margin-left: auto;
        margin-right: auto;
    }

    .cpanel-shared-page .wh-photo-list > div {
        justify-content: center;
    }

    .cpanel-shared-page .wh-photo-actions {
        justify-content: center;
    }

    .cpanel-shared-page .wh-photo-trust {
        justify-content: center;
    }


    /* HERO IMAGE */

    .cpanel-shared-page .wh-photo-visual {
        display: grid;

        width: 100%;
        max-width: 600px;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 12px;

        min-height: 0;

        margin: 35px auto 0;
    }

    .cpanel-shared-page .wh-image-card {
        grid-column: 1 / -1;

        width: 100%;
        max-width: 500px;

        margin: 0 auto;
    }

    .cpanel-shared-page .wh-floating-tag,
    .cpanel-shared-page .wh-floating-score {
        position: static !important;

        width: 100%;

        margin: 0;

        justify-content: center;
    }


    /* Correct cPanel badge */

    .cpanel-shared-page .cpanel-official-badge {
        left: 14px;
        bottom: 14px;

        padding: 8px 12px;
    }

    .cpanel-shared-page
    .wh-image-card
    .cpanel-official-badge > img {
        width: 90px !important;
        max-width: 90px !important;
    }


    /* -------------------------
       SECTION SPACING
    ------------------------- */

    .cpanel-shared-page .wh-pricing-comparison-section,
    .cpanel-shared-page .wh-support-dark-section,
    .cpanel-shared-page .wh-power-layers-section,
    .cpanel-shared-page .wh-hosting-story-section,
    .cpanel-shared-page .wh-support-path-section,
    .cpanel-shared-page .wh-hosting-faq-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }


    /* -------------------------
       DARK SUPPORT
    ------------------------- */

    .cpanel-shared-page .wh-support-left.sticky-top {
        position: relative !important;
        top: auto !important;
        z-index: 1 !important;
    }

    .cpanel-shared-page .wh-support-left {
        max-width: 720px;

        margin: 0 auto 30px;

        text-align: center;
    }

    .cpanel-shared-page .wh-support-left h2 {
        font-size: 38px;
    }

    .cpanel-shared-page .wh-support-right {
        width: 100%;
        max-width: 760px;

        margin: 0 auto;
    }


    /* -------------------------
       POWER LAYERS
    ------------------------- */

    .cpanel-shared-page .wh-power-content {
        width: 100%;
        max-width: 720px;

        margin: 0 auto;

        text-align: center;
    }

    .cpanel-shared-page .wh-power-list {
        max-width: 620px;

        margin-left: auto;
        margin-right: auto;
    }

    .cpanel-shared-page .wh-layer-stack {
        width: 100%;
        max-width: 700px;

        margin-left: auto;
        margin-right: auto;
    }


    /* -------------------------
       STORY
    ------------------------- */

    .cpanel-shared-page .wh-story-content {
        width: 100%;
        max-width: 720px;

        margin-left: auto;
        margin-right: auto;

        text-align: center;
    }

    .cpanel-shared-page .wh-story-list {
        max-width: 650px;

        margin-left: auto;
        margin-right: auto;
    }

    .cpanel-shared-page .wh-story-list > div {
        text-align: left;
    }

    .cpanel-shared-page .wh-story-visual {
        width: 100%;
        max-width: 650px;

        margin-left: auto;
        margin-right: auto;
    }

    .cpanel-shared-page .wh-story-visual img {
        width: 100%;
        height: auto;

        transform: none !important;
    }


    /* -------------------------
       SUPPORT PATH
    ------------------------- */

    .cpanel-shared-page .support-path-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 36px 20px;
    }

    .cpanel-shared-page .support-path-line {
        display: none;
    }
}


/* =========================================================
   MOBILE
   BELOW 768
========================================================= */

@media (max-width: 767.98px) {

    .cpanel-shared-page .container {
        padding-left: 18px;
        padding-right: 18px;
    }


    /* -------------------------
       HERO
    ------------------------- */

    .cpanel-shared-page .wh-photo-hero {
        padding-top: 42px !important;
        padding-bottom: 50px !important;
    }

    .cpanel-shared-page .wh-photo-content {
        text-align: left;
    }

    .cpanel-shared-page .wh-photo-content h1.web-hero-title {
        max-width: 100%;

        margin-left: 0;
        margin-right: 0;

        font-size: clamp(32px, 9vw, 40px) !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }

    .cpanel-shared-page .web-hero-title > span {
        display: block;
    }

    .cpanel-shared-page .wh-photo-content p {
        max-width: 100%;

        margin-left: 0;
        margin-right: 0;

        font-size: 15px;
        line-height: 1.7;
    }

    .cpanel-shared-page .wh-photo-list {
        width: 100%;

        margin-left: 0;
        margin-right: 0;

        gap: 11px;
    }

    .cpanel-shared-page .wh-photo-list > div {
        justify-content: flex-start;

        font-size: 14px;
        line-height: 1.5;
    }

    .cpanel-shared-page .wh-photo-list i {
        flex: 0 0 auto;

        margin-top: 2px;
    }

    .cpanel-shared-page .wh-photo-actions {
        flex-direction: column;

        width: 100%;

        gap: 10px;
    }

    .cpanel-shared-page .wh-photo-actions .btn {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;

        margin: 0;

        padding: 13px 16px;

        font-size: 14px;
    }

    .cpanel-shared-page .wh-photo-trust {
        justify-content: flex-start;
        align-items: flex-start;

        font-size: 13px;
        line-height: 1.55;
    }


    /* Hero visual */

    .cpanel-shared-page .wh-photo-visual {
        grid-template-columns: 1fr;

        max-width: 520px;

        margin-top: 28px;
    }

    .cpanel-shared-page .wh-image-card {
        width: 100%;
        max-width: 100%;

        border-radius: 22px;
    }

    .cpanel-shared-page .wh-floating-tag,
    .cpanel-shared-page .wh-floating-score {
        width: 100%;

        padding: 11px 13px;

        font-size: 12px;
    }


    /* cPanel logo badge */

    .cpanel-shared-page .cpanel-official-badge {
        left: 10px;
        bottom: 10px;

        padding: 7px 10px;

        border-radius: 11px;
    }

    .cpanel-shared-page
    .wh-image-card
    .cpanel-official-badge > img {
        width: 76px !important;
        max-width: 76px !important;
    }


    /* Background decorations */

    .cpanel-shared-page .wh-photo-shape.shape-left {
        width: 120px;
        height: 95px;

        left: -45px;
    }

    .cpanel-shared-page .wh-photo-shape.shape-right {
        width: 240px;
        height: 240px;

        right: -160px;
    }


    /* -------------------------
       SECTION SPACING
    ------------------------- */

    .cpanel-shared-page .wh-pricing-comparison-section,
    .cpanel-shared-page .wh-support-dark-section,
    .cpanel-shared-page .wh-power-layers-section,
    .cpanel-shared-page .wh-hosting-story-section,
    .cpanel-shared-page .wh-support-path-section,
    .cpanel-shared-page .wh-hosting-faq-section {
        padding-top: 58px !important;
        padding-bottom: 58px !important;
    }


    /* -------------------------
       SECTION TITLES
    ------------------------- */

    .cpanel-shared-page .wh-pricing-header h2,
    .cpanel-shared-page .wh-support-left h2,
    .cpanel-shared-page .wh-power-content h2,
    .cpanel-shared-page .wh-story-content h2,
    .cpanel-shared-page .support-path-header h2,
    .cpanel-shared-page .wh-faq-header h2 {
        font-size: 29px !important;
        line-height: 1.2 !important;

        letter-spacing: -0.5px;
    }

    .cpanel-shared-page .wh-pricing-header p,
    .cpanel-shared-page .wh-support-left p,
    .cpanel-shared-page .wh-power-content p,
    .cpanel-shared-page .wh-story-content p,
    .cpanel-shared-page .support-path-header p,
    .cpanel-shared-page .wh-faq-header p {
        font-size: 14.5px;
        line-height: 1.7;
    }


    /* -------------------------
       PRICING TABLE
    ------------------------- */

    .cpanel-shared-page .wh-pricing-comparison-section {
        padding-left: 10px !important;
        padding-right: 10px !important;

        overflow: hidden !important;
    }

    .cpanel-shared-page
    .wh-pricing-comparison-section
    > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .cpanel-shared-page .wh-pricing-table-wrap {
        display: block;

        width: 100%;
        max-width: 100%;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        border-radius: 16px;

        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    .cpanel-shared-page .wh-pricing-table {
        width: 820px !important;
        min-width: 820px !important;
        max-width: none !important;
    }

    .cpanel-shared-page .wh-pricing-table th,
    .cpanel-shared-page .wh-pricing-table td {
        padding: 14px 11px !important;

        font-size: 13px;
    }

    .cpanel-shared-page
    .wh-pricing-table th:first-child,
    .cpanel-shared-page
    .wh-pricing-table td:first-child {
        width: 145px !important;
        min-width: 145px !important;
    }

    .cpanel-shared-page
    .wh-pricing-table th:not(:first-child),
    .cpanel-shared-page
    .wh-pricing-table td:not(:first-child) {
        width: 168px !important;
        min-width: 168px !important;
    }

    .cpanel-shared-page .plan-name {
        font-size: 17px;
    }

    .cpanel-shared-page .plan-price {
        font-size: 27px !important;
    }

    .cpanel-shared-page .plan-desc {
        font-size: 11px;
    }

    .cpanel-shared-page .wh-table-btn {
        padding: 9px 10px;

        font-size: 11px;

        white-space: nowrap;
    }


    /* -------------------------
       DARK SUPPORT
    ------------------------- */

    .cpanel-shared-page .wh-support-left {
        margin-bottom: 25px;

        text-align: left;
    }

    .cpanel-shared-page .wh-support-right {
        padding: 0 !important;
    }

    .cpanel-shared-page .wh-support-item {
        grid-template-columns: 42px minmax(0, 1fr) !important;

        gap: 12px !important;

        padding: 18px !important;

        border-radius: 16px !important;
    }

    .cpanel-shared-page .wh-support-icon {
        width: 42px;
        height: 42px;

        font-size: 19px;
    }

    .cpanel-shared-page .wh-support-item .fw-bold {
        font-size: 15px !important;
    }

    .cpanel-shared-page .wh-support-item p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }


    /* -------------------------
       POWER LAYERS
    ------------------------- */

    .cpanel-shared-page .wh-power-content {
        text-align: left;
    }

    .cpanel-shared-page .power-layer-card {
        display: grid;

        grid-template-columns: 44px minmax(0, 1fr);

        gap: 12px;

        padding: 18px !important;

        border-radius: 17px;
    }

    .cpanel-shared-page .layer-number {
        display: none;
    }

    .cpanel-shared-page .layer-icon {
        width: 44px;
        height: 44px;

        font-size: 20px;
    }

    .cpanel-shared-page .power-layer-card .fw-bold {
        font-size: 15px !important;
    }

    .cpanel-shared-page .power-layer-card p {
        font-size: 13px;
        line-height: 1.65;
    }

    .cpanel-shared-page .wh-power-btn {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 100%;
    }


    /* -------------------------
       STORY
    ------------------------- */

    .cpanel-shared-page .wh-story-content {
        text-align: left;
    }

    .cpanel-shared-page .wh-story-row {
        margin-bottom: 48px;
    }

    .cpanel-shared-page .wh-story-list > div {
        align-items: flex-start;

        font-size: 14px;
        line-height: 1.6;
    }

    .cpanel-shared-page .wh-story-visual {
        width: 100%;

        margin-top: 8px;
    }

    .cpanel-shared-page .wh-story-visual img {
        width: 100%;
        height: auto;

        border-radius: 18px;

        transform: none !important;
    }


    /* -------------------------
       SUPPORT PATH
    ------------------------- */

    .cpanel-shared-page .support-path-wrapper {
        grid-template-columns: 1fr;

        gap: 28px;

        padding-top: 0;
    }

    .cpanel-shared-page .support-path-item {
        width: 100%;
        max-width: 420px;

        margin: 0 auto;
        padding: 0;
    }


    /* -------------------------
       FAQ
    ------------------------- */

    .cpanel-shared-page .wh-hosting-faq .accordion-item {
        margin-bottom: 10px;

        border-radius: 13px;
    }

    .cpanel-shared-page .wh-hosting-faq .accordion-button {
        padding: 14px 15px !important;

        font-size: 14px !important;
        line-height: 1.45;
    }

    .cpanel-shared-page .wh-hosting-faq .accordion-body {
        padding: 0 15px 17px !important;

        font-size: 13.5px !important;
        line-height: 1.7;
    }
}


/* =========================================================
   SMALL MOBILE
   BELOW 576
========================================================= */

@media (max-width: 575.98px) {

    .cpanel-shared-page .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cpanel-shared-page .wh-photo-content h1.web-hero-title {
        font-size: clamp(30px, 9vw, 36px) !important;
    }

    .cpanel-shared-page .wh-photo-list > div {
        font-size: 13.5px;
    }

    .cpanel-shared-page .wh-pricing-header h2,
    .cpanel-shared-page .wh-support-left h2,
    .cpanel-shared-page .wh-power-content h2,
    .cpanel-shared-page .wh-story-content h2,
    .cpanel-shared-page .support-path-header h2,
    .cpanel-shared-page .wh-faq-header h2 {
        font-size: 27px !important;
    }

    .cpanel-shared-page .wh-pricing-table {
        width: 750px !important;
        min-width: 750px !important;
    }

    .cpanel-shared-page .wh-pricing-table th,
    .cpanel-shared-page .wh-pricing-table td {
        padding: 12px 9px !important;
    }
}


/* =========================================================
   320 - 400px PHONES
========================================================= */

@media (max-width: 400px) {

    .cpanel-shared-page .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .cpanel-shared-page .wh-photo-hero {
        padding-top: 36px !important;
        padding-bottom: 42px !important;
    }

    .cpanel-shared-page .wh-photo-content h1.web-hero-title {
        font-size: 28px !important;
        line-height: 1.12 !important;
        letter-spacing: -0.7px !important;
    }

    .cpanel-shared-page .wh-photo-content p {
        font-size: 14px;
    }

    .cpanel-shared-page .wh-photo-list > div {
        font-size: 13px !important;
    }

    .cpanel-shared-page .wh-photo-actions .btn {
        font-size: 13px;

        padding: 12px 12px;
    }

    .cpanel-shared-page
    .wh-image-card
    .cpanel-official-badge > img {
        width: 68px !important;
        max-width: 68px !important;
    }

    .cpanel-shared-page .wh-floating-tag,
    .cpanel-shared-page .wh-floating-score {
        font-size: 11px;
    }

    .cpanel-shared-page .wh-pricing-header h2,
    .cpanel-shared-page .wh-support-left h2,
    .cpanel-shared-page .wh-power-content h2,
    .cpanel-shared-page .wh-story-content h2,
    .cpanel-shared-page .support-path-header h2,
    .cpanel-shared-page .wh-faq-header h2 {
        font-size: 25px !important;
    }

    .cpanel-shared-page .wh-pricing-table {
        width: 720px !important;
        min-width: 720px !important;
    }

    .cpanel-shared-page .wh-support-item {
        grid-template-columns: 38px minmax(0, 1fr) !important;

        padding: 15px !important;
    }

    .cpanel-shared-page .wh-support-icon {
        width: 38px;
        height: 38px;
    }

    .cpanel-shared-page .power-layer-card {
        grid-template-columns: 40px minmax(0, 1fr);

        padding: 15px !important;
    }

    .cpanel-shared-page .layer-icon {
        width: 40px;
        height: 40px;
    }

    .cpanel-shared-page .wh-hosting-faq .accordion-button {
        font-size: 13px !important;

        padding: 13px 13px !important;
    }

    .cpanel-shared-page .wh-hosting-faq .accordion-body {
        font-size: 13px !important;

        padding: 0 13px 15px !important;
    }
}