/* Dedicated Server Hosting Page */

/********************************** Hero Area ************************************/

.hero-area {
    margin: 0;
    max-width: 100%;
    gap: 0.1rem;
    align-items: center;
}

.hero-area div:first-child {
    padding-right: 2rem;
}

.right {
    margin-top: 0 !important;
}

.hero-head {
    background: #F36E45;
    border-radius: 5px;
    padding: 2px 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.right h2 {
    color: #000000;
    font-size: 65px;
    margin-top: 10px;
    line-height: 1.15;
    font-weight: 900;
}

.right p {
    font-size: 17px;
    color: #000000;
    padding-bottom: 0;
}

.hero-features {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    max-width: 600px;
    display: block;
    margin: 10px 0;
}

.hero-features li {
    margin-bottom: 8px;
}

.hero-features li:last-child {
    margin-bottom: 0px;
}

.hero-features li i {
    color: #f36e45;
    margin-right: 10px;
}

.hero-price {
    margin-top: 15px;
}

.hero-price span:first-child {
    font-size: 15px;
    color: #000000;
}

.hero-price span:last-child {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
}

.hero-price span:last-child sup {
    font-size: 50%;
    vertical-align: super;
    margin-right: 2px;
    font-weight: 400;
}

.hero-price span:last-child span {
    font-size: 40%;
    font-weight: 400;
}

.hero-btn {
    background: #F36E45;
    box-shadow: none !important;
    margin: 10px 0 0 0;
    border-radius: 10px;
    min-width: auto;
    font-size: 16px;
    padding: 15px 17px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.hero-btn:hover {
    transform: translate(0px, -1px) scale(1.01);
    cursor: pointer;
}

.hero-area div:last-child img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .right h2, {
        font-size: 50px;
    }
    
    .dedicated-performance h2 {
        font-size: 50px !important;
    }
    
    .dedicated-performance .subtitle {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .right h2 {
        font-size: 40px;
    }
    .dedicated-performance h2 {
        font-size: 35px !important;
    }
    .dedicated-performance .subtitle {
        font-size: 13px !important;
    }
    .promo-head {
        font-size: 22px !important;
    }
}

@media (max-width: 480px) {
    .right h2 {
        font-size: 33px;
    }
    .dedicated-performance h2 {
        font-size: 30px !important;
    }
    .dedicated-performance .subtitle {
        font-size: 13px !important;
    }
    .ds-back {
        margin-top: 30px !important;
    }
}

@media (max-width: 768px) {
    .server-right {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .server-right p,
    .server-right .buttons {
        text-align: right;
    }
    
    .location-grid span {
        font-size: 9px !important;
    }
}

/********************************** Customizable Servers ************************************/

.dedicated-performance {
  padding: 40px 0;
  font-family: Poppins;
}

.dedicated-performance h2 {
  text-align: center;
  margin-bottom: 6px;
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.dedicated-performance .subtitle {
  text-align: center;
  color: #f36e45;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  letter-spacing: 0.5px;
}

.server-card {
  position: relative;
  display: grid;
  grid-template-columns:
    fit-content(170px)
    minmax(0, 1fr)
    fit-content(170px);
  grid-template-areas: "left specs right";
  align-items: stretch;
  gap: 20px;
  background: white;
  border-radius: 0 0 12px 12px;
  padding: 0 25px;
  border: 1px solid #333;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}

.server-card-wrapper.collapsed .server-card {
    max-height: 0;
    opacity: 0;
    transform: translateY(-20px);
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.server-left { grid-area: left; }
.server-specs { grid-area: specs; }
.server-right { grid-area: right; }

.server-left,
.server-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
}

.server-right {
  text-align: right;
  min-width: 190px;
  align-items: flex-end;
  justify-content: center;
}

.server-left h3 {
  margin: 0 0 6px;
}

.server-left .cores {
  color: #fff;
  font-size: 14px;
  background: #a67c00;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 700;
}

.server-right .price {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.server-specs {
  display: grid;
  grid-template-columns: 0.85fr 0.85fr 1.15fr;
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  position: relative;
  align-self: stretch;
  box-sizing: border-box;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.spec {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  box-sizing: border-box;
  min-height: 0;
  border-bottom: 1px solid #333;
  justify-content: start;
  padding-left: 15px;
}

.spec-text {
  display: flex;
  flex-direction: column;
}

.spec-text p {
  margin: 0;
  padding: 0;
}

.server-specs .spec:nth-child(n+4) {
  border-bottom: none;
  padding-bottom: 0;
}

.server-specs::before,
.server-specs::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #333;
}

.server-specs::before { left: 29.824%; }
.server-specs::after  { left: 59.649%; }

.server-left,
.server-right,
.server-specs {
  width: auto;
  max-width: 100%;
}

/* Toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #f36e45;
}

input:checked + .slider:before {
  transform: translateX(20px);
}

.management-spec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
}

@media (max-width: 1240px) {
    .location-grid {
      grid-template-columns: repeat(2, auto) !important;
    }
  }

.management-controls {
  display: flex;
  align-items: start;
  gap: 8px;
}

.server-card-wrapper {
  position: relative;
  width: 100%;
  padding-top: 21px;
  margin-bottom: 30px;
  box-sizing: border-box;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.turbo-option-badge {
  width: 100%;
  background: #ff9f1c;
  border: 1px solid #333;
  border-top: 0;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 0 0 12px 12px;
  margin: 0;
  display: block;
}

.most-popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 1px;
  z-index: 10;
  border-radius: 12px 12px 0 0;
}

/* Tablet */
@media (max-width: 1200px) {
  .server-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "specs"
      "right";
    padding: 0;
  }

  .server-right {
    align-items: flex-start;
    text-align: left;
  }

  .server-specs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
  }

  .server-specs::before,
  .server-specs::after {
    display: none;
  }
  
  .server-card-wrapper {
        padding-top: 37px;
    }

    /* Reset desktop card borders and apply new mobile border */
    .server-card {
        flex-direction: column !important; /* stack left/right vertically */
        border-radius: 12px;
        box-shadow: none !important;
        background: #fff;
        padding: 15px 0px;
        overflow: hidden;
        text-align: center;
        gap: 10px;
    }

    /* Server name + tier centered below promo */
    .server-left {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        padding: 0;
    }

    .server-left h3 {
        font-size: 20px;
        margin: 0;
    }

    .server-left .cores {
        font-size: 14px;
        padding: 3px 8px;
        margin-bottom: 5px;
    }

    /* Features: 2 columns, 3 rows */
    .server-specs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0; /* no gaps, to make continuous borders */
        order: 2;
        width: 100%;
        justify-items: stretch;
        overflow: hidden;
    }

    .server-specs .spec {
        display: flex;
        justify-content: left;
        padding: 10px 15px;
        background: transparent;
        width: 100%;
        text-align: left;
    }
    
    /* Remove right border for last column */
    .server-specs .spec:nth-child(2),
    .server-specs .spec:nth-child(4),
    .server-specs .spec:nth-child(6) {
        border-right: none;
    }

    /* Remove bottom border for last row */
    .server-specs .spec:nth-child(5),
    .server-specs .spec:nth-child(6) {
        border-bottom: none;
    }
    
    /* Assign order for mobile grid items to force last row */
    .server-specs .spec:nth-child(1) { order: 1; } /* Cores */
    .server-specs .spec:nth-child(2) { order: 2; } /* Storage */
    .server-specs .spec:nth-child(4) { order: 3; } /* RAM */
    .server-specs .spec:nth-child(5) { order: 4; } /* Bandwidth */
    .server-specs .spec.management-spec:nth-child(3) { order: 5; } /* OS */
    .server-specs .spec.management-spec:nth-child(6) { order: 6; } /* Ultimate Management */
    
    .server-specs .spec:nth-child(1) {
        border-top: 1px solid #333;
    }
    
    .server-specs .spec:nth-child(2) {
        border-left: 1px solid #333;
        border-top: 1px solid #333;
    }
    
    .server-specs .spec:nth-child(n+4) {
        padding: 10px 15px;
        border-bottom: 1px solid #333;
    }
    
    .server-specs .spec:nth-child(n+5) {
        border-right: none;
        border-left: 1px solid #333;
    }
    
    .management-spec p,
    .spec-text p {
        font-size: 12px !important;
        margin: 0;
        text-align: left;
        padding: 10px 12px;
    }

    /* Price and button at bottom, centered */
    .server-left h3 {
        font-size: 30px;
    }
    
    .server-right {
        order: 3;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        padding: 0 15px;
    }
    
    .server-right .price {
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .server-right .buttons {
        display: flex;
    }
    
    .server-right .buttons .btn {
        padding: 8px 12px;
        font-size: 14px;
    }

    /* Adjust promo badge */
    .most-popular-badge {
        font-size: 12px;
        padding: 8px 0px;
        line-height: 1.3;
        text-align: center;
    }
    
    .turbo-option-badge {
        padding: 8px 40px !important;
    }
    
    #gpu-handle .server-specs{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0; /* no gaps, to make continuous borders */
        order: 2;
        width: 100%;
        justify-items: stretch;
        overflow: hidden;
    }
    
    /* remove old borders inside this server only */
    #gpu-handle .server-specs .spec{
        display: flex;
        justify-content: left;
        padding: 10px 25px;
        background: transparent;
        width: 100%;
        text-align: left;
    }
    
    /* enforce correct visual order */
    #gpu-handle .server-specs .spec:nth-child(1){grid-column:1;grid-row:1;}
    #gpu-handle .server-specs .spec:nth-child(2){grid-column:2;grid-row:1;}
    
    #gpu-handle .server-specs .spec:nth-child(4){grid-column:1;grid-row:2;}
    #gpu-handle .server-specs .spec:nth-child(5){grid-column:2;grid-row:2;}
    
    #gpu-handle .server-specs .spec:nth-child(3){grid-column:1;grid-row:3;}
    #gpu-handle .server-specs .spec:nth-child(6){grid-column:2;grid-row:3;}
    
    /* excel grid borders */
    #gpu-handle .server-specs .spec{
        border-bottom: 1px solid #333;
    }
    
    /* remove right borders for column 2 */
    #gpu-handle .server-specs .spec:nth-child(2),
    #gpu-handle .server-specs .spec:nth-child(5),
    #gpu-handle .server-specs .spec:nth-child(6){
        border-right:none;
    }
    
    /* remove bottom borders for last row */
    #gpu-handle .server-specs .spec:nth-child(3),
    #gpu-handle .server-specs .spec:nth-child(6){
        border-bottom:1px solid #333;
    }
    
    .most-popular-badge {
        font-size: 10px;
        padding: 8px 15px !important;
    }
    
    .management-spec p, .spec-text p {
        font-size: 10px !important;
    }
}

/* Cards per row */
.dedicated-performance .container {
  display: grid;
  grid-template-columns: 1fr;
}

/* Tablet: 2 server cards per row */
@media (min-width: 769px) and (max-width: 1200px) {

  #customizable-servers .container{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    column-gap:25px;   /* gap between cards horizontally */
    row-gap:0;         /* no vertical gap before wrappers */
  }

  /* force header elements full width */
  #customizable-servers .container > *:not(.server-card-wrapper){
    grid-column:1 / -1;
  }

  /* add vertical spacing only between cards */
  #customizable-servers .server-card-wrapper{
    margin-top:25px;
  }

  /* remove margin for first row of cards */
  #customizable-servers .server-card-wrapper:nth-child(-n+2){
    margin-top:0;
  }

}

/* Mobile layout with 2 columns x 3 rows */
@media (max-width: 768px) {
    
    .dedicated-performance .container {
        grid-template-columns: 1fr;
      }
    
    .server-card-wrapper {
        padding-top: 37px;
    }

    /* Reset desktop card borders and apply new mobile border */
    .server-card {
        flex-direction: column !important; /* stack left/right vertically */
        border-radius: 12px;
        box-shadow: none !important;
        background: #fff;
        padding: 15px 0px;
        overflow: hidden;
        text-align: center;
        gap: 10px;
    }

    /* Server name + tier centered below promo */
    .server-left {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
        padding: 0;
    }

    .server-left h3 {
        font-size: 20px;
        margin: 0;
    }

    .server-left .cores {
        font-size: 14px;
        padding: 3px 8px;
        margin-bottom: 5px;
    }

    /* Features: 2 columns, 3 rows */
    .server-specs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0; /* no gaps, to make continuous borders */
        order: 2;
        width: 100%;
        justify-items: stretch;
        overflow: hidden;
    }

    .server-specs .spec {
        display: flex;
        justify-content: left;
        padding: 10px 15px;
        background: transparent;
        width: 100%;
        text-align: left;
    }
    
    /* Remove right border for last column */
    .server-specs .spec:nth-child(2),
    .server-specs .spec:nth-child(4),
    .server-specs .spec:nth-child(6) {
        border-right: none;
    }

    /* Remove bottom border for last row */
    .server-specs .spec:nth-child(5),
    .server-specs .spec:nth-child(6) {
        border-bottom: none;
    }
    
    /* Assign order for mobile grid items to force last row */
    .server-specs .spec:nth-child(1) { order: 1; } /* Cores */
    .server-specs .spec:nth-child(2) { order: 2; } /* Storage */
    .server-specs .spec:nth-child(4) { order: 3; } /* RAM */
    .server-specs .spec:nth-child(5) { order: 4; } /* Bandwidth */
    .server-specs .spec.management-spec:nth-child(3) { order: 5; } /* OS */
    .server-specs .spec.management-spec:nth-child(6) { order: 6; } /* Ultimate Management */
    
    .server-specs .spec:nth-child(1) {
        border-top: 1px solid #333;
    }
    
    .server-specs .spec:nth-child(2) {
        border-left: 1px solid #333;
        border-top: 1px solid #333;
    }
    
    .server-specs .spec:nth-child(n+4) {
        padding: 10px 15px;
        border-bottom: 1px solid #333;
    }
    
    .server-specs .spec:nth-child(n+5) {
        border-right: none;
        border-left: 1px solid #333;
    }
    
    .management-spec p,
    .spec-text p {
        font-size: 10px !important;
        margin: 0;
        text-align: left;
        padding: 10px 16px;
    }

    /* Price and button at bottom, centered */
    .server-left h3 {
        font-size: 30px;
    }
    
    .server-right {
        order: 3;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0;
        padding: 0 20px;
    }
    
    .server-right .price {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .server-right .buttons {
        display: flex;
    }
    
    .server-right .buttons .btn {
        padding: 10px 12px;
        font-size: 14px;
    }

    /* Adjust promo badge */
    .most-popular-badge {
        font-size: 10px;
        padding: 8px 0px;
        line-height: 1.3;
        text-align: center;
    }
    
    .turbo-option-badge {
        padding: 8px 40px !important;
    }
    
    #gpu-handle .server-specs{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0; /* no gaps, to make continuous borders */
        order: 2;
        width: 100%;
        justify-items: stretch;
        overflow: hidden;
    }
    
    /* remove old borders inside this server only */
    #gpu-handle .server-specs .spec{
        display: flex;
        justify-content: left;
        padding: 10px 15px;
        background: transparent;
        width: 100%;
        text-align: left;
    }
    
    /* enforce correct visual order */
    #gpu-handle .server-specs .spec:nth-child(1){grid-column:1;grid-row:1;}
    #gpu-handle .server-specs .spec:nth-child(2){grid-column:2;grid-row:1;}
    
    #gpu-handle .server-specs .spec:nth-child(4){grid-column:1;grid-row:2;}
    #gpu-handle .server-specs .spec:nth-child(5){grid-column:2;grid-row:2;}
    
    #gpu-handle .server-specs .spec:nth-child(3){grid-column:1;grid-row:3;}
    #gpu-handle .server-specs .spec:nth-child(6){grid-column:2;grid-row:3;}
    
    /* excel grid borders */
    #gpu-handle .server-specs .spec{
        border-bottom: 1px solid #333;
    }
    
    /* remove right borders for column 2 */
    #gpu-handle .server-specs .spec:nth-child(2),
    #gpu-handle .server-specs .spec:nth-child(5),
    #gpu-handle .server-specs .spec:nth-child(6){
        border-right:none;
    }
    
    /* remove bottom borders for last row */
    #gpu-handle .server-specs .spec:nth-child(3),
    #gpu-handle .server-specs .spec:nth-child(6){
        border-bottom:1px solid #333;
    }
    
    .tn-feature-container h2 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }
    
    .tn-feature-columns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px !important;
      }
    
      .tn-feature-column {
        width: 100%;
        justify-content: center;
      }
    
      .tn-feature-item {
        display: flex;
        align-items: center;
      }
      
      .affiliate-program .affiliate-top h2 {
          font-size: 35px !important;
      }
      
      .table-server th,
      .table-server td {
          width: 100% !important;
      }
      
      .table-server th,
      .table-server td {
          width: 100% !important;
      }
}

/* Responsive Styles */
@media (max-width: 992px) {

    .filter-group {
        gap: 5px;
    }

    .filter-select {
        width: 100%;
    }

    /* Table adjustments */
    .table-server thead {
        display: none;
    }

    .table-server tr {
        display: block;
        margin: 0 0 25px;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
    }

    .table-server td {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding: 10px 0;
        border: none !important;
    }

    .table-server td:first-child {
        display: block;
        grid-column: 1 / -1;
        font-size: 1.4em;
        font-weight: 700;
        color: #F36E45;
        text-align: center;
        padding: 0 0 15px;
        margin: 0 0 15px;
        border-bottom: 2px solid rgba(243,110,69,0.1);
    }

    .table-server td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #666;
        text-align: left;
    }

    .table-server td:last-child {
        grid-column: 1 / -1;
        text-align: center;
        padding: 15px 0 0;
        margin: 15px 0 0;
        border-top: 1px solid #eee;
    }

    .table-server td:last-child::before {
        display: none;
    }

    .table-server button {
        width: 100%;
        padding: 14px;
        background: #F36E45;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-weight: 700;
    }
    
    .table-server table tr td a {
        font-size: 17px;
        padding: 8px 60px;
    }
    
    .table-server th,
      .table-server td {
          width: 100% !important;
      }
      
      .table-server th,
      .table-server td {
          width: 100% !important;
      }
}

@media (max-width: 992px) {
    
    .clearance-stock h2,
    .turbo-servers h2,
    .affiliate-program .affiliate-top h2 {
        font-size: 30px !important;
    }
    
    .clearance-stock .subtitle,
    .turbo-servers .subtitle {
        font-size: 13px !important;
        padding: 0 12px !important;
    }

    /* Hide headers */
    .table-server thead,
    .table-server tr:first-child,
    .table-server th {
        display: none !important;
        visibility: hidden;
        height: 0;
        padding: 0;
        margin: 0;
    }

    /* Force table layout reset */
    .table-server,
    .table-server tbody,
    .table-server tr,
    .table-server td {
        display: block;
        width: 100%;
    }

    /* Table width */
    .table-server {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    /* Card rows */
    .table-server tr {
        padding: 20px;
        margin-bottom: 25px;
        background: #fff;
        border-radius: 25px;
        border: 1px solid #bdbdbd;
    }

    /* Cells */
    .table-server td {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border: none !important;
    }

    /* CPU name */
    .table-server td:first-child {
        font-size: 1.3em;
        font-weight: 700;
        color: #333;
        justify-content: center;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    /* Labels */
    .table-server td:not(:first-child):not(:last-child)::before {
        content: attr(data-label);
        font-weight: 500;
        color: #666;
    }

    /* Button */
    .table-server td:last-child {
        justify-content: center;
        padding-top: 15px;
        margin-top: 10px;
    }

    .table-server button {
        width: 100%;
        max-width: 200px;
        padding: 12px;
    }

    /* Custom Requirement */
    .custom-server .text-image .left .item p {
        font-size: 16px !important;
    }
    
    .server-middle .server-feature {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }
    
    .input-field .btn {
        font-size: 12px !important;
    }
}

/********************************** Toggle Btns ************************************/

.price-toggle-container {
    text-align: center;
    margin: 0 0 20px 0;
}

.price-toggle {
  display: inline-flex;
  background: #f3f3f3;
  border-radius: 30px;
  position: relative;
  margin: 15px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.toggle-option {
  font-family: "Poppins";
  position: relative;
  padding: 12px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  color: #666;
  z-index: 1;
  transition: color 0.3s ease;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-sizing: border-box;
  white-space: nowrap;
}
.toggle-option.active {
  color: #fff;
}
.price-toggle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: #F36E45;
  border-radius: 25px;
  transition: left 0.3s ease;
  z-index: 0;
}

/* Monthly - default position (left: 0) */
.price-toggle[data-active-period="monthly"]::after {
  left: 0;
}

/* Quarterly - middle position */
.price-toggle[data-active-period="quarterly"]::after {
  left: 100px;
}

/* Annually - right position */
.price-toggle[data-active-period="annually"]::after {
  left: 200px;
}

/********************************** Tab Links ************************************/

.nav-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f5f5f5;
  border-radius: 200px;
  overflow: hidden;
  margin: 2rem auto;
}

.tab-link {
  background: #f5f5f5;
  text-align: center;
  padding: 1.2rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tab-link h3 {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

.tab-link p {
  margin: 0.3rem 0 0;
  font-size: 0.85rem;
  color: #777;
  padding: 0;
}

.tab-link.active {
  background: #f36e45;
  color: #fff;
}

.tab-link.active h3,
.tab-link.active p {
  color: #fff;
}

.tab-link:hover:not(.active) {
  background: #e9e9e9;
}

/* --- Responsive Tabs --- */
@media (max-width: 992px) {
  .nav-tabs {
    grid-template-columns: 1fr;
    border-radius: 50px;
    overflow: visible;
    background: transparent;
    gap: 10px;
  }

  .tab-link {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 1rem;
  }

  .tab-link.active {
    background: #f36e45;
    color: #fff;
  }

  .tab-link h3 {
    font-size: 1rem;
  }

  .tab-link p {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .tab-link {
    padding: 0.8rem;
  }

  .tab-link h3 {
    font-size: 0.95rem;
  }

  .tab-link p {
    font-size: 0.75rem;
  }
}

/* Section Styling */
.section {
  display: none;
  animation: fadeIn 1s ease-in-out;
}

.section.active {
  display: block;
}
    
/* ------------------------
   FILTER GROUP WRAPPER
------------------------- */
.filter-group {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  background: #efefef;
  padding: 10px 30px;
  border-radius: 30px;
}

/* ------------------------
   INDIVIDUAL FILTER BLOCK
------------------------- */
.filter-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* FILTER LABEL */
.filter-title {
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 14px;
  color: #333;
}

/* ------------------------
   CPU BUTTONS
------------------------- */
.cpu-btn {
  border: none;
  padding: 2px 10px;
  border-radius: 999px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: 600;
  font-family: 'Poppins';
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ACTIVE STATES */
.cpu-btn.active[data-cpu="amd"] {
  background: #ed1c24;
}

.cpu-btn.active[data-cpu="intel"] {
  background: #0071c5;
}

.cpu-btn.active img {
  filter: brightness(0) invert(1);
}

/* ------------------------
   LOCATION DROPDOWN
------------------------- */
#locationFilter {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  padding: 5px 40px 5px 16px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  transition: all 0.2s ease;
}

#locationFilter option {
  font-family: 'Poppins';
  font-size: 14px;
}



/* ------------------------
   OPTIONAL RESPONSIVE STYLING
------------------------- */
@media (max-width: 768px) {
  .filter-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .filter-block {
    gap: 7px;
  }
}

/********************************** Every plan includes ************************************/

.tn-feature-section {
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
  font-family: 'Poppins';
}

.tn-feature-container {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
}

/* Heading */
.tn-feature-container h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}

.tn-feature-container h2 span {
  color: #f36e45;
}

.tn-feature-container h3 span {
  color: #f36e45;
}

/* Columns */
.tn-feature-columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 70px;
}

.tn-feature-column {
  flex: 0 0 auto;
  display: flex;
  gap: 15px;
}

/* Feature item */
.tn-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tn-check {
  font-size: 18px;
  color: #00b894; /* green check color */
  margin-top: 2px;
}

.tn-feature-text {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}

/********************************** Clearance Servers ************************************/

.clearance-stock {
    padding: 40px 0;
    font-family: Poppins;
}

.clearance-stock h2 {
  text-align: center;
  margin-bottom: 6px;
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.clearance-stock .subtitle {
  text-align: center;
  color: #f36e45;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.cpu-btn-1 {
  border: none;
  padding: 2px 10px;
  border-radius: 999px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: 600;
  font-family: 'Poppins';
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ACTIVE STATES Clearance */
.cpu-btn-1.active[data-cpu="amd-1"] {
  background: #ed1c24;
}

.cpu-btn-1.active[data-cpu="intel-1"] {
  background: #0071c5;
}

.cpu-btn-1.active img {
  filter: brightness(0) invert(1);
}

/* ------------------------
   LOCATION DROPDOWN
------------------------- */

#locationFilter-1 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  padding: 5px 40px 5px 16px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  transition: all 0.2s ease;
}

#locationFilter-1 option {
  font-family: 'Poppins';
  font-size: 14px;
}

/* ------------------------
   PRICE DROPDOWN
------------------------- */

.priceFilter-1 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  padding: 5px 40px 5px 16px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  transition: all 0.2s ease;
}

.priceFilter-1 option {
  font-family: 'Poppins';
  font-size: 14px;
}

.table-server {
    padding-bottom: 0;
}

.table-server table {
    border-radius: 12px;
    box-shadow: none;
    border: 1px solid #333;
}

.table-server table tr:first-child {
    background: #333;
}

.table-server table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table-server th,
.table-server td {
    padding: 10px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.table-server table tr td {
    color: #333 !important;
    padding: 10px 15px;
}

.table-server th:nth-child(1),
.table-server td:nth-child(1) { width: 15%; } /* CPU */
.table-server th:nth-child(2),
.table-server td:nth-child(2) { width: 10%; } /* RAM */
.table-server th:nth-child(3),
.table-server td:nth-child(3) { width: 18%; } /* HDD */
.table-server th:nth-child(4),
.table-server td:nth-child(4) { width: 14%; } /* Bandwidth */
.table-server th:nth-child(5),
.table-server td:nth-child(5) { width: 14%; } /* Location */
.table-server th:nth-child(6),
.table-server td:nth-child(6) { width: 14%; } /* Price */
.table-server th:nth-child(7),
.table-server td:nth-child(7) { width: 15%; } /* Order */


/********************************** Alert Badge ************************************/
.alert-badge {
    overflow: hidden;
    position: relative;
    height: 2em;
    width: 100%;
    background: #ff9f1c;
    border: 1px solid #333;
    border-top: 0;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 0;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 0 0 12px 12px;
    margin: 0;
    display: block;
}

@keyframes scrollText {
  0% { transform: translateX(-5%); }
  100% { transform: translateX(-50%); }
}
.alert-badge > * {
  position: absolute;
  white-space: nowrap;
  animation: scrollText 25s linear infinite;
}


/********************************** Turbo Deploy Servers ************************************/

.turbo-servers {
    padding: 40px 0;
    margin-bottom: 50px !important;
    font-family: Poppins;
}

.turbo-servers h2 {
  text-align: center;
  margin-bottom: 6px;
  font-size: 34px;
  font-weight: 700;
  color: #000;
}

.turbo-servers .subtitle {
  text-align: center;
  color: #f36e45;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}


/* Our Top Servers Section */

.my-server {
    z-index: 100001;
    position: relative;
    margin-bottom: 15px !important;
}

.my-server .fa-bolt {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 22px;
    z-index: 20;
    color: #f36e45;
}

.server-wrap {
    border-radius: 15px;
}

.server-top {
    padding-bottom: 20px !important;
}

.bare-metal {
    color: #fff;
    margin-left: 25px;
    text-align: center;
    font-size: 20px !important;
    border-radius: 30px;
    padding: 5px 0 !important;
    margin-bottom: 20px;
}

.server-top {
    padding-bottom: 0 !important;
}

.server-top h3 {
    color: #333333;
    margin-left: 25px;
    text-align: left;
    font-size: 40px;
    position: relative;
    margin-bottom: 8px !important;
}

.specs-server {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: 11px;
    background-color: #ffffff !important;
    border-radius: 20px;
    color: #333333 !important;
    border: thin solid #333333 !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    line-height: 20px;
}

.server-middle {
    box-shadow: none !important;
}

.server-middle .server-feature {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    align-items: stretch;
    gap: 30px;
}

.feature-left,
.feature-right {
    display: flex;
    flex-direction: column;
}

.server-price {
    grid-row: 4;
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 6px;
    margin-top: auto;
    padding: 0px 10px;
}

.server-price .price {
    font-size: 25px;
    font-weight: 700;
    color: #222;
    line-height: 1;
}



.server-middle {
    margin-bottom: 40px;
}

.server-price .per {
    font-size: 12px !important;
    font-weight: 700;
    color: #333;
}

.feature-left {
    flex: 1;
}

.feature-left li {
    display: flex;
    align-items: center;
    text-align: left;
    background: #F6F6F6;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 13px !important;
}

.feature-left li i {
    color: #454545;
    margin: 0 12px;
    font-size: 17px;
}

.feature-right {
    flex: 1;
    line-height: 1;
    margin-top: 0px;
}

.feature-right li:first-child {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

.feature-right li {
    text-align: left;
}

.feature-right li i {
    color: #454545;
    margin-right: 10px;
}

.custom-server-box {
    border-radius: 15px;
    border: solid #ffd1c8;
    background: #ffeae6;
}

.custom-top {
    margin: 65px 0;
}

.custom-server-box h3 {
    color: #333333;
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.custom-server-box p {
    color: #333333;
    margin: 20px auto;
    text-align: center;
    line-height: 1.5;
    max-width: 80%;
    padding-bottom: 0;
}

.custom-server-box ul {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    max-width: 600px;
    display: block;
    margin: 10px 0;
}

.custom-server-box ul li {
    margin-bottom: 10px;
}

.custom-server-box ul li:last-child {
    padding: 0px 30px;
}

.custom-server-box ul li i {
    color: #f36e45;
    margin-right: 10px;
}

/********************************** FAQs ************************************/

.faq-layout {
  display: flex;
  justify-content: center; /* Ã°Å¸â€˜Ë† center horizontally */
}

.faq-content {
  flex: none;
  width: 100%;
  max-width: 900px;
  text-align: center;
}


.faq-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 100px;
  @media (max-width: 640px) {
    font-size: 35px !important;
}
}

.faq {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0;
}

.faq-question {
  font-family: Poppins;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding-right: 30px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq.open .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer p {
  margin-top: 12px;
  font-size: 15px;
  color: #555;
  text-align: left;
}


.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/********************************** Tier 3 Datacenters ************************************/
.map-container {
    position: relative;
    display: inline-block;
}

.map-pin {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: transform 0.2s;
    z-index: 2;
}

.map-pin:hover {
    transform: scale(1.1);
    z-index: 1000;
}

.pin-tooltip {
    position: absolute;
    background: #F36E45;
    color: white;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 1001;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.map-pin:hover .pin-tooltip {
    opacity: 1;
}

.location-highlight {
    font-weight: 700;
    color: #F36E45 !important;
    transform: translateX(5px);
    transition: all 0.2s ease;
}

.pin-highlight {
    filter: drop-shadow(0 0 8px rgba(243,110,69,0.5));
    z-index: 10;
}

#location-list li:hover {
    font-weight: 700;
    color: #F36E45 !important;
    cursor: pointer;
}

.map-pin img {
    transition: transform 0.2s ease;
    z-index: 1
}

/* Info cards */ 
.info-cards-container {
    position: absolute;
    left: calc(55% + 20px);
    top: 0;
    width: 240px;
    z-index: 10000;
    pointer-events: none;
}

.info-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.info-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.card-title {
    color: #F36E45 !important;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.card-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-bullets li {
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    list-style: none;
}

.card-bullets li:before {
    color: #F36E45;
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 1;
}

/********************************** Custom Server Form ************************************/

/* =======================
   Custom Quote Section
======================= */
.custom-quote-section {
  padding: 80px 20px;
  background: #fafafa;
}

.custom-quote-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  margin: 0;
}

/* LEFT SIDE */
.quote-left {
  display: flex;
  align-items: flex-start;
  height: 100%;
  margin-top: 70px;
}

.quote-left-inner {
  max-width: 500px;
}

.quote-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.subtext {
  color: #666;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.benefits-list li {
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.benefits-list li i {
  margin-right: 5px;
}

/* Live Chat Box */
.box-live-chat {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.text-live-chat {
  text-align: center;
  margin-top: 10px;
}

/* RIGHT SIDE FORM */
.quote-right {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.form-section h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.grid-form-ds {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.modern-form input,
.modern-form select,
.modern-form textarea {
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  transition: 0.2s ease;
  font-family: Poppins;
  color: #333;
}

.modern-form input:focus,
.modern-form select:focus,
.modern-form textarea:focus {
  border-color: #f36e45;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.01);
}

.modern-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  padding-right: 40px;
}

.modern-form select:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23f36e45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.modern-form textarea {
  margin-top: 25px;
  min-height: 130px;
}

.btn-modern {
  margin-top: 25px;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background: #f36e45;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: Poppins;
}

.btn-modern:hover {
  background: #ff8966;
}

/* =======================
   RESPONSIVE STYLES
======================= */

@media (max-width: 1200px) {
  .custom-quote-wrapper {
    display: flex;
    flex-direction: column; /* left (top) → right (bottom) */
    gap: 25px;
    width: 100%;
    max-width: 100%;
  }

  .quote-left,
  .quote-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    order: unset; /* ensures DOM order: left=top, right=bottom */
  }

  /* Explicitly enforce stacking order just in case */
  .quote-left  { order: 1; margin-top: 0;}
  .quote-right { order: 2; }

  .quote-left-inner {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .quote-left-inner h2,
  .quote-left-inner p.subtext,
  .quote-left-inner .benefits-list,
  .quote-left-inner .box-live-chat {
    width: 100%;
    margin: 0 auto;
  }

  .quote-left-inner p.subtext {
    margin: 20px auto;
  }

  .benefits-list li {
    justify-content: flex-start;
  }

  .grid-form-ds {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .modern-form select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding-right: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bmail_form .h-captcha {
    max-width: 100% !important;
    width: 100% !important;
    transform: scale(1) !important;
    transform-origin: top left;
  }

  .faq-question {
    color: #333;
  }

  .upgrade-options h2 {
    font-size: 30px !important;
  }
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .quote-left-inner h2 {
    font-size: 28px;
  }

  .quote-left-inner p.subtext {
    font-size: 14px;
  }

  .benefits-list li {
    font-size: 14px;
    gap: 8px;
  }

  .btn-modern {
    padding: 12px;
    font-size: 14px;
  }

  .text-live-chat {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .box-live-chat {
      align-items: center;
  }
}

.content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content li {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* space between icon and text */
    margin-bottom: 8px;
}

.content li i {
    flex-shrink: 0; /* prevents icon from shrinking */
    margin-top: 4px; /* optional for vertical alignment */
}


/* Configurator */
.configurator {
    display: block !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-20px);
}

.configurator.expanded {
    max-height: 2000px;
    opacity: 1;
    transform: translateY(0);
}

.config-grid {
    display: grid;
    grid-template-columns: 75% 25%;
    padding: 0;
}

.config-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.config-header h2 {
    font-size: 28px;
    color: #333;
    margin: 0;
}

.back-btn {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.back-btn:hover {
    background: #e5e5e5;
}

.config-left {
    background: white;
    padding: 40px;
    border-radius: 12px;
}

.option label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
}

.option select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.option select:focus {
    outline: none;
    border-color: #ffa78c;
}

.option input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.config-right {
    background: white;
    padding: 30px;
    border-radius: 12px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.config-right h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 14px;
    color: #666;
}

.summary-line span:last-child {
    font-weight: 600;
    color: #333;
}

hr {
    border: none;
    border-top: 2px solid #f0f0f0;
    margin: 15px 0;
}

.total {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.total span:last-child {
    color: #f36e45;
    font-size: 24px;
}

.order-btn {
    width: 100%;
    background: #f36e45;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(243, 110, 69, 0.3);
}

.order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(243, 110, 69, 0.4);
}

.section-heading {
    display: flex;
    align-items: center;
    margin: 25px 0 15px;
}

.section-heading span {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 12px; /* space between text and line */
    white-space: nowrap;
}

/* Remove left line */
.section-heading::before {
    content: none;
}

/* Keep right line */
.section-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ddd;
}


.config-row {
    margin-bottom: 25px;
}

.config-row label {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.config-row.three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.config-row.four-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.option label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #c4c4c4;
}

.option select {
    width: 100%;
    padding: 10px 40px 10px 12px;
    border-radius: 8px;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'>\<polyline points='6 9 12 15 18 9'></polyline>\</svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    font-family: poppins;
}


.dc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 8px;
}

/* BUTTON */
.dc-btn {
    position: relative;
    height: 100px;
    border-radius: 12px;
    border: 2px solid #ddd;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    font-family: 'Poppins';
    background: #000;
    transition: transform .15s ease, box-shadow .2s ease, border .25s ease;
}

.dc-btn.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #f36e45;
    border-left: 25px solid transparent;
    z-index: 4;
}

/* Font Awesome check */
.dc-btn.active::after {
    content: "\f00c"; /* Font Awesome check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: 3px;
    color: white;
    font-size: 10px;
    z-index: 5;
}

/* skyline */
.dc-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform .4s ease;
}

/* DARK OVERLAY (DEFAULT) */
.dc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60);
    transition: background .25s ease;
}

/* name -> WHITE */
.dc-name {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    z-index: 2;
    background: white;
    padding: 1px 8px;
    border-radius: 30px;
}

/* hover animation */

.dc-btn:hover .dc-bg {
    transform: scale(1.08);
}

/* ACTIVE STATE ðŸ”¥ */
.dc-btn.active {
    border: 2px solid #f36e45;
}

/* ORANGE OVERLAY WHEN SELECTED */
.dc-btn.active .dc-overlay {
    background: rgba(243, 110, 69, 0.50);
}

/* check appears */
.dc-btn.active .dc-check {
    opacity: 1;
    transform: scale(1);
}

/* POPULAR ribbon */
.ribbon {
    position: absolute;
    top: 10px;
    right: -30px;
    background: #f36e45;
    color: white;
    padding: 4px 30px;
    font-size: 12px;
    transform: rotate(45deg);
    z-index: 3;
}

.dc-price {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: #f36e45;
    color: white;
    padding: 1px 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}


/* RAM */

.ram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.ram-btn {
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #ddd;
    background: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Poppins';
    overflow: hidden;
    position: relative;
}

.ram-btn.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #f36e45;
    border-left: 25px solid transparent;
}

/* Font Awesome check */
.ram-btn.active::after {
    content: "\f00c"; /* Font Awesome check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: 3px;
    color: white;
    font-size: 10px;
}
        
.ram-btn:hover {
    border-color: #333;
}

.ram-btn.active {
    background: #fff;
    color: #333;
    border: 2px solid #f36e45;
}

.ram-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* BANDWIDTH */

.bandwidth-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.bw-btn {
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #ddd;
    background: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Poppins';
    overflow: hidden;
    position: relative;
}

.bw-btn.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #f36e45;
    border-left: 25px solid transparent;
}

/* Font Awesome check */
.bw-btn.active::after {
    content: "\f00c"; /* Font Awesome check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: 3px;
    color: white;
    font-size: 10px;
}

.bw-btn:hover {
    border-color: #333;
}

.bw-btn.active {
    background: #fff;
    color: #333;
    border: 2px solid #f36e45;
}

/* Port Speed */

.port-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 8px;
}

.port-btn {
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #ddd;
    background: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Poppins';
    overflow: hidden;
    position: relative;
}

.port-btn.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #f36e45;
    border-left: 25px solid transparent;
}

/* Font Awesome check */
.port-btn.active::after {
    content: "\f00c"; /* Font Awesome check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: 3px;
    color: white;
    font-size: 10px;
}

.port-btn:hover {
    border-color: #333;
}

.port-btn.active {
    background: #fff;
    color: #333;
    border: 2px solid #f36e45;
}

.os-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 8px;
}

.os-card {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.os-card:hover {
    border: 2px solid rgba(51, 51, 51, 0.5);
}

.os-card.active {
    background: #fff;
    border-color: #f36e45;
}

/* Red corner ribbon */
.os-card.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #f36e45;
    border-left: 25px solid transparent;
}

.os-card.active::after {
    content: "\f00c"; /* Font Awesome check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: 3px;
    color: white;
    font-size: 10px;
}

.os-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 8px;
}

.os-logo img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.os-name {
    font-weight: 600;
    font-size: 15px;
}

.os-version {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    font-family: poppins;
}

/* hidden by default */
.extra-os {
    display: none;
}

/* show more button */
.show-more-os {
    margin-top: 12px;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins';
}

.cp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 8px;
}

.cp-card {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cp-card:hover {
    border: 2px solid rgba(51, 51, 51, 0.5);
}

.cp-card.active {
    background: #fff;
    border-color: #f36e45;
}

/* Red corner ribbon */
.cp-card.active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #f36e45;
    border-left: 25px solid transparent;
}

.cp-card.active::after {
    content: "\f00c"; /* Font Awesome check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 2px;
    right: 3px;
    color: white;
    font-size: 10px;
}

.cp-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 8px;
}

.cp-logo img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cp-name {
    font-weight: 600;
    font-size: 15px;
}

.cp-version {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    font-family: poppins;
}

.cp-other {
    margin-top: 12px;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px dashed #bbb;
    background: #fafafa;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins';
}

/* Tablet: 2 per row at <=1200px, centered */
@media (max-width: 1200px) {
    .check-list.grid-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
        gap: 25px;
        width: 100%; /* full width of wrap */
    }

    .check-list.grid-3 > div {
        width: 100%; /* make each grid item stretch */
    }
}

/* Mobile: 1 per row at <=576px */
@media (max-width: 576px) {
    .check-list.grid-3 {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%; /* full width */
    }
}

/* Make inner divs full width of wrap */
.full-width-div {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Optional: remove fixed width on <p> tags for responsiveness */
.check-list.grid-3 div p {
    width: 100%;
    max-width: none;
}


/* Sticky Header */

.sticky-controls {
    position: relative;
    z-index: 999;
    background: #fff;
    padding-top: 20px;
}

.sticky-controls.sticky {
    position: fixed;
    top: 0;
    box-shadow: none;
    overflow: visible;
}

.sticky-controls.sticky::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,0)   100%
    );
}


/* Coupon Code */

.coupon-row{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    justify-content: left;
}
.cpnCode{
    border: 1px dashed #F36E45;
    padding: 1px 8px;
    border-right: 0;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}
.cpnBtn{
    border: 1px solid #F36E45;
    background: #F36E45;
    padding: 1px 6px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.cpnBtn:hover {
    background-color: #d4552f;
    transition: 0.5s;
}