/* ============================ */
/* COPYRIGHT STYLE    */
/* ============================ */

.copyright a {
    color: var(--secondary-text-color);
    text-decoration: underline;
}

element.style {
}
.copyright {
    background-color: var(--bg-secondary--dark);
    text-align: center;
    color: var(--secondary-text-color);
    font-size: 13px;
    padding: 11px;
    float: left;
    width: 100%;
}

.hx-banner-business-content span {
    
    : 20px;
    line-height: 35px;
    color: var(--secondary-color);
    font-weight: 600;
    display: inline-block;
    background-color: var(--white);
    padding: 0 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    border-radius: 50px;
    box-shadow: 0px 2px 4px #00000025;
}
p {
    margin: 8px 0px;
    
    : 18px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
}





/* ============================ */
/* FOOTER STYLE                */
/* ============================ */
.pricing-block-vps-page-V1 .price_group .price_sect .bottom_sect {
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: auto;
}

.pricing-block-vps-page-V1 .price_group .price_sect .bottom_sect small {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

.pricing-block-vps-page-V1 .price_group .price_sect .bottom_sect .blpr {
    background-color: #ff7a00;
    border: none;
    padding: 12px 25px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.pricing-block-vps-page-V1 .price_group .price_sect .bottom_sect .blpr:hover {
    background-color: #e76800;
    align-items: center;
}

.location-card {
    background: #fff;
    border: 1px solid #eaeaea;
    transition: transform 0.2s;
}

.location-card:hover {
    transform: translateY(-5px);
}

.flag-icon {
    width: 32px;
    height: 22px;
}

.badge-new {
    background-color: #ff4b93;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
}

.badge-soon {
    background-color: #dbe3f4;
    color: #4c5fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
}

.bg-light {
    background-color: #ebf3ff !important;
}

.main-sate {
    background: #ffffff;
    padding-bottom: 50px;
}

.pricing_section.pricing-block-vps-page-V1, .pricing_section.sslpricing_section {
    float: left;
    width: 100%;
    background: var(--bg-white);
    padding-bottom: 50px;
}

.pricing-block-vps-page-V1 .price_group #productList .owl-item .price_sect {
    border: 1px solid #180032;
}

.pricing_section .price_group #productList .owl-item:nth-child(2) .price_sect, .pricing_section .price_group #productList .owl-item:nth-child(4) .price_sect
Specificity: (1,5,0)
 {
    border-top-color: #180032;
}
.pricing_section .price_group #productList .owl-item:nth-child(2) .price_sect, .pricing_section .price_group #productList .owl-item:nth-child(4) .price_sect {
    border-top-color: #180032;
}

/* ============================ */
/* OUR SERVICES CUSTOM DESIGN   */
/* ============================ */

.gth-pricing-section {
  padding: 70px 0;
  text-align: center;
}

.gth-container {
  max-width: inherit;
  margin: 0 auto;
  padding: 0 20px;
}

.gth-pricing-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

.gth-card {
  border-radius: 10px;
  padding: 40px 25px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  background: #fff;
}

.gth-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.gth-icon {
  font-size: 42px;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.gth-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.gth-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
}

.gth-link {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;

  display: inline-block;
  text-align: center;
  width: 100%;
}

.gth-link:hover {
  color: #f58220;
}

.gth-bg-green { background-color: #d3f0e2; }
.gth-bg-pink { background-color: #ffe3e0; }
.gth-bg-yellow { background-color: #f1f6d8; }
.gth-bg-beige { background-color: #fae9ca; }

.gth-cta {
  background-color: #131032;
  color: #fff;
  border-radius: 10px;
  padding: 60px 20px;
  text-align: center;
}

.gth-cta,
.gth-cta * {
  color: #fff !important;
}

.gth-cta-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.gth-cta-text {
  color: #ddd;
  margin-bottom: 20px;
  line-height: 1.7;
}

.gth-cta-btn {
  background-color: #f58220;
  color: #fff;
  padding: 16px 40px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.gth-cta-btn:hover {
  background-color: #d66e17;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .gth-pricing-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gth-pricing-row {
    grid-template-columns: 1fr;
  }
}


/*////////////////////////////////////////

@keyframes scrollClients {
     0% {
         transform: translateX(0%);
    }
     100% {
         transform: translateX(-50%);
    }
}
 .client-img {
     width: 160px;
     padding: 10px;
     transition: transform 0.3s ease;
     cursor: pointer;
}
 .client-img:active {
     transform: scale(1.3);
     z-index: 5;
}
 /// 
/* Main section wrapper */
.custom-section {
  width: 100%;
  padding: 80px 0;
  background: transparent;
  font-family: inherit;
}

/* Row wrapper for blocks */
.custom-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between blocks */
  justify-content: center;
  width: 100%;
  padding-top: 25px;
}

/* Small blocks */
.custom-block {
  flex: 1 1 48%; /* 2 blocks per row */
  min-width: 280px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  color: var(--text-color, #333);
  background: rgba(255,255,255,0.9);
}

.custom-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Accent colors */
.custom-block.green {
  border-top: 5px solid #00d9be;
}

.custom-block.yellow {
  border-top: 5px solid #ffc107;
}

/* Headings and text inside blocks */
.custom-block h5 {
  font-weight: 700;
  color: var(--heading-color, #222);
  margin-bottom: 10px;
}
.custom-block p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-color, #444);
}

/* Links */
.custom-block a {
  margin-top: 10px;
  display: inline-block;
  color: var(--link-color, #007bff);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}
.custom-block a:hover {
  color: #0056b3;
}

/* Large bottom block */
.custom-block-large {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
  margin-top: 40px;
  border-top: 5px solid #17a2b8;
}

.custom-block-large img {
  width: 45%;
  border-radius: 10px;
}

.custom-block-large .text-content {
  width: 50%;
  color: var(--text-color, #333);
}

.custom-block-large h4 {
  font-size: 1.6rem;
  color: var(--heading-color, #222);
  margin-bottom: 15px;
  font-weight: 700;
}

.custom-block-large p,
.custom-block-large li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

/* Custom bullet list */
.custom-block-large ul {
  list-style: none;
  padding: 0;
}
.custom-block-large ul li::before {
  content: "✔️ ";
  margin-right: 5px;
}

/* Responsive for tablets & mobile */
@media (max-width: 992px) {
  .custom-block {
    flex: 1 1 100%;
  }
  .custom-block-large {
    flex-direction: column;
    text-align: center;
  }
  .custom-block-large img {
    width: 100%;
    margin-top: 25px;
  }
  .custom-block-large .text-content {
    width: 100%;
  }
}


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* ==== Section Wrapper ==== */
.wrapper.services-2 {
    background-color: #f9fbff !important;
    padding: 6rem 0 6rem 0 !important; /* space above and below block */
}

/* ==== Cards ==== */
.wrapper.services-2 .card {
    background-color: #ffffff; 
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%; /* make card fill column height */
    margin-bottom: 2rem; /* spacing below card for small screens */
}

/* ==== Card Body ==== */
.wrapper.services-2 .card-body {
    padding: 2rem;
}

/* ==== Row Columns Flex for equal height on large screens ==== */
@media (min-width: 992px) {
    .wrapper.services-2 .row.g-5 > [class*="col-"] {
        display: flex; /* allow cards to stretch */
    }
}

/* ==== Big Feature Card spacing ==== */
.wrapper.services-2 .col-lg-8 {
    margin-top: 2rem; /* spacing from upper row */
}

/* ==== Card Images ==== */
.wrapper.services-2 .card-body img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1.25rem;
}

/* ==== Card Titles ==== */
.wrapper.services-2 .card-body h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #131032 !important;
    margin-bottom: 1rem;
}

/* ==== Card Text ==== */
.wrapper.services-2 .card-body p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

/* ==== Ensure spacing between rows ==== */
.wrapper.services-2 .row.g-5 {
    margin-bottom: 0; /* spacing handled by card margin-bottom */
}


/* ============================ */
/* HOME PAGE   */
/* ============================ */
.gth-pricing-section {
  padding: 70px 0;
  text-align: center;
}

.gth-container {
  max-width: inherit;
  margin: 0 auto;
  padding: 0 20px;
}

.gth-pricing-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

.gth-card {
  border-radius: 10px;
  padding: 40px 25px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  background: #fff;
}

.gth-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.gth-icon {
  font-size: 42px;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.gth-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.gth-desc {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: center;
}

.gth-link {
  font-weight: 600;
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;

  display: inline-block;
  text-align: center;
  width: 100%;
}

.gth-link:hover {
  color: #f58220;
}

.gth-bg-green { background-color: #d3f0e2; }
.gth-bg-pink { background-color: #ffe3e0; }
.gth-bg-yellow { background-color: #f1f6d8; }
.gth-bg-beige { background-color: #fae9ca; }

.gth-cta {
  background-color: #131032;
  color: #fff;
  border-radius: 10px;
  padding: 60px 20px;
  text-align: center;
}

.gth-cta,
.gth-cta * {
  color: #fff !important;
}

.gth-cta-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.gth-cta-text {
  color: #ddd;
  margin-bottom: 20px;
  line-height: 1.7;
}

.gth-cta-btn {
  background-color: #f58220;
  color: #fff;
  padding: 16px 40px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.gth-cta-btn:hover {
  background-color: #d66e17;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .gth-pricing-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gth-pricing-row {
    grid-template-columns: 1fr;
  }
}


/* ============================
   GlobeTier Dedicated Servers Block
   Safe scoped styles (.gtds- prefix)
   ============================ */

.gtds-section {
    background-color: #fff;
}

.gtds-box {
    background: #fff;
    border: 1px solid #010436;
    border-radius: 10px;
    padding: 30px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.gtds-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.gtds-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.gtds-icon-large {
    width: 250px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Horizontal box (box 4 style) */
.gtds-horizontal-box {
    text-align: left;
    padding: 35px 30px;
}

.gtds-horizontal-icon {
    flex: 0 0 auto;
    margin-right: 25px;
}

.gtds-horizontal-text {
    flex: 1;
}

.gtds-section h2 {
    font-size: 2rem;
    color: #0a0a0a;
}

.gtds-box h5 {
    color: #0d1b2a;
    font-size: 1.1rem;
}

.gtds-box p {
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .gtds-horizontal-box {
        flex-direction: column;
        text-align: center;
    }
    .gtds-horizontal-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .gtds-icon-large {
        width: 70px;
    }
}

/* ============================
   Dedicated Part 2
   ============================ */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.img-box {
    text-align: center;
    margin-bottom: 15px;
}

.img-box img.svg {
    max-width: 60px;
}

.card-large { flex: 1 1 45%; max-width: 45%; }
.card-medium { flex: 1 1 30%; max-width: 30%; }
.card-small { flex: 1 1 20%; max-width: 20%; }

/* Responsive */
@media (max-width: 1200px) {
    .card-large { flex: 1 1 48%; max-width: 48%; }
    .card-medium { flex: 1 1 45%; max-width: 45%; }
    .card-small { flex: 1 1 45%; max-width: 45%; }
}

@media (max-width: 768px) {
    .card-large, .card-medium, .card-small { flex: 1 1 100%; max-width: 100%; }
}

/* GTheme Business Formation Block */
.gtheme-business-formation {
  background-color: var(--white);
}


.gtheme-business-formation h2 {
  font-size: 2rem;
  color: var(--heading-color);
}


.gtheme-step {
  margin-bottom: 3rem;
  background-color: var(--white);
  border: 1px solid var(--border-color, #e5e5e5);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}


.gtheme-step-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
}

.gtheme-step-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color);
}


.text-orange {
  color: var(--primary, #ff5a00);
}


@media (max-width: 767px) {
  .gtheme-step {
    text-align: center;
    padding: 1.5rem;
  }

  .gtheme-step img {
    margin-bottom: 1.5rem;
  }
}

/*///////////////////////////////////////
/* ===== GTCorp FAQ Styling ===== */
.gtcorp-faq-section { 
    background-color: #ffffff; /* Section background */
    padding: 80px 0; 
}

.gtcorp-faq-title { 
    font-size: 34px; 
    color: #111; /* Title color */
    font-weight: 700;
    margin-bottom: 50px; 
    text-align: center;
}

.gtcorp-faq-accordion { 
    max-width: 900px; 
    margin: 0 auto; 
}

.gtcorp-faq-item {
    background: #fff; /* Item background */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07); /* Soft shadow */
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gtcorp-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #111; /* Question text color */
    background: #fff; /* Question background */
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.gtcorp-faq-question:hover { 
    background: #e9f0ff; /* Hover background color */
}

.gtcorp-faq-answer { 
    display: none; 
    padding: 20px 25px; 
    font-size: 16px; 
    color: #555; /* Answer text color */
    line-height: 1.7; 
    border-top: 1px solid #eee; /* Separator line */
    background: #fafafa; /* Answer background */
}

.gtcorp-faq-item.active .gtcorp-faq-answer { 
    display: block; /* Show answer when active */
}

.gtcorp-faq-icon { 
    font-weight: bold; 
    font-size: 24px; 
    transition: transform 0.3s; 
    color: #ff5a00; /* Icon color */
}

.gtcorp-faq-item.active .gtcorp-faq-icon { 
    transform: rotate(180deg); /* Rotate icon when active */
}

/* ===== Partner Logos ===== */
.partners-logos {
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%; 
    max-width: 100%;
    background: none;
    border: none;
    gap: 40px; 
}

.partner-logo {
    max-height: 40px;
    max-width: 100%;
    margin: 10px 0;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
    filter: none;
}

/* =======================================
   GlobeTier Hero Block (with CSS variables)
======================================= */
.globetier-hero-block {
  background: linear-gradient(to bottom, #fffcf8 0%, #ffffff 100%);
  padding: 50px 20px;
  margin-top: 30px;
  overflow: hidden;
}

/* Hero Text */
.hero-title {
  font-size: 42px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 12px;
  line-height: 1.5;
}
.hero-title span {
  color: var(--primary-color);
}


.hero-desc {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 17px;
}
.hero-pricing {
  margin-bottom: 18px;
}
.hero-pricing .highlight {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
}
.hero-pricing small {
  color: #777;
  margin-left: 5px;
}

/* Get Started */
.globetier-btn {
  background: var(--secondary-color);
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  transition: 0.2s;
  border: none;
  text-decoration: none;
}
.globetier-btn:hover {
  background: var(--primary-color);
}

/* Domain Search */
.domain-search-box {
  background: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  margin-top: 40px;
}
.domain-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.domain-input {
  flex: 1;
  border: none;
  background: #f1f5f9;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 15px;
}
.domain-btn {
  background: var(--secondary-color);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.2s;
}
.domain-btn:hover {
  background: var(--primary-color);
}

/* Image */
.main-img {
  border-radius: 10px;
  height: 100% !important; /* Ensure image fills column height */
  object-fit: cover; /* Maintain aspect ratio, crop if needed */
  display: block;
  width: 100%;
}

/* Rating */
.rating-line {
  font-size: 15px;
  color: #333;
  margin-top: 25px;
  text-align: center;
}

/* Optional wrapper for better control */
.rating-line-wrapper {
  width: 100%; /* Make full width */
  text-align: center; /* Center content */
  margin-top: 25px; /* Spacing from above */
}

/* =======================================
   Make columns equal height (Desktop only)
======================================= */
.globetier-hero-block .row {
  display: flex !important; /* Force flex layout */
  align-items: stretch !important; /* Stretch columns to equal height */
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-title { 
    font-size: 28px; 
    text-align: center; 
  }
  .hero-desc, .hero-pricing, .rating-line { 
    text-align: center; 
  }
  .globetier-btn { 
    display: block; 
    margin: 0 auto; 
  }
  .domain-input-wrapper { 
    flex-wrap: wrap; 
  }
  .domain-btn { 
    width: 100%; 
  }

  /* Make image appear above text on mobile */
  .globetier-hero-block .row {
    flex-direction: column !important; /* Image first, text below */
    gap: 25px !important; /* Spacing between image and text */
  }

  .main-img {
    max-width: 90%;
    margin: 0 auto;
    height: auto !important; /* Reset height on mobile */
  }

  .hero-left {
    padding-top: 15px; /* Space between image and text */
  }

  /* Keep rating centered on mobile */
  .rating-line-wrapper {
    margin-top: 30px;
  }
}

/* =======================================
   Partners Logos
======================================= */
.partners-logos {
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%; 
    max-width: 100%;
    background: none;
    border: none;
    gap: 40px; 
}

.partner-logo {
    max-height: 40px;
    max-width: 100%;
    margin: 10px 0;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
    filter: none;
}

/*///////////////////////////////////////
/* ===== GTCorp FAQ Styling ===== */
.gtcorp-faq-section { 
    background-color: #ffffff; /* Section background */
    padding: 80px 0; 
}

.gtcorp-faq-title { 
    font-size: 34px; 
    color: #111; /* Title color */
    font-weight: 700;
    margin-bottom: 50px; 
    text-align: center;
}

.gtcorp-faq-accordion { 
    max-width: 900px; 
    margin: 0 auto; 
}

.gtcorp-faq-item {
    background: #fff; /* Item background */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07); /* Soft shadow */
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gtcorp-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #111; /* Question text color */
    background: #fff; /* Question background */
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.gtcorp-faq-question:hover { 
    background: #e9f0ff; /* Hover background color */
}

.gtcorp-faq-answer { 
    display: none; 
    padding: 20px 25px; 
    font-size: 16px; 
    color: #555; /* Answer text color */
    line-height: 1.7; 
    border-top: 1px solid #eee; /* Separator line */
    background: #fafafa; /* Answer background */
}

.gtcorp-faq-item.active .gtcorp-faq-answer { 
    display: block; /* Show answer when active */
}

.gtcorp-faq-icon { 
    font-weight: bold; 
    font-size: 24px; 
    transition: transform 0.3s; 
    color: #ff5a00; /* Icon color */
}

.gtcorp-faq-item.active .gtcorp-faq-icon { 
    transform: rotate(180deg); /* Rotate icon when active */
}


/*///////////////////////////////////////
/* ===== Network Status ===== */
.gt-network-status {
  background: inherit;
  padding: 60px 0;
  color: #fff;
  font-family: inherit;
}

.gt-network-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
}

.gt-status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.gt-status-card {
  background: var(--white);
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.gt-status-card h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 14px;
  text-align: center;
}

.gt-flag {
  width: 22px;
  height: auto;
}

.gt-progress {
  background: #252525;
  height: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.gt-bar {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

/* Automated */
.gt-status-card.automated .gt-bar {
  background: linear-gradient(90deg, #00ffcc, #00bfa6);
}

/* Manual */
.gt-status-card.manual .gt-bar {
  background: linear-gradient(90deg, #ff9800, #ff5722);
}

.gt-status-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.9;
  text-align: center;
}



/* =======================================
   Client Area
======================================= */
/* ===== Sidebar Menu Original ===== */
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
}

/* Each main item */
.sidebar-menu li {
    position: relative;
    margin-bottom: 6px;
}

/* Main link style */
.sidebar-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: var(--text-color);
    font-size: 14px;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.2s;
    background: #fff;
}

.sidebar-menu a:hover {
    background-color: var(--hover-bg);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    color: var(--primary-color);
}

.sidebar-menu a.active {
    background-color: var(--active-bg);
    color: var(--primary-color);
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.08);
}

/* Icon styling */
.sidebar-menu a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--icon-bg);
    color: var(--icon-color);
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 15px;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Dropdown arrow caret */
.parent-nav.has-dropdown > a .caret {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.parent-nav.has-dropdown.open > a .caret {
    transform: rotate(90deg);
}

/* Sub-menu */
.parent-sub-nav {
    list-style: none;
    margin: 6px 0 12px 12px;
    padding-left: 10px;
    display: none;
    border-left: 2px solid #eee;
}

.parent-sub-nav li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: var(--subtext-color);
    border-radius: 10px;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}

.parent-sub-nav li a:hover {
    background-color: var(--hover-bg);
    color: var(--primary-color);
}

.parent-sub-nav li a.active {
    background-color: var(--active-bg);
    color: var(--primary-color);
    font-weight: 500;
}

/* Active highlight for parent menu */
.parent-list-active a {
    font-weight: 600;
    color: var(--primary-color);
}

/* Responsive adjustments for sidebar menu */
@media (max-width: 768px) {
    .sidebar-menu a {
        padding: 10px 14px;
        font-size: 13px;
    }

    .sidebar-menu a i {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .parent-sub-nav {
        margin-left: 8px;
        padding-left: 6px;
    }
}

/* ===== HostX Side Navigation - Original ===== */
/* Note: These selectors overlap with .sidebar-menu links.
   The CSS cascade will apply whichever comes later if identical specificity. */
.hostx-side-nav-list .parent-nav a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    background-color: #fff;
    border-radius: 10px;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.2s;
    cursor: pointer;
}

/* Hover effect for HostX sidebar links */
.hostx-side-nav-list .parent-nav a:hover {
    background-color: var(--bg-light-primary-color);
    color: var(--btn-primary-bgcolor);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Active state for HostX sidebar links */
.hostx-side-nav-list .parent-nav a.active {
    background-color: var(--bg-primary-color);
    color: var(--text-color);
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.08);
}

/* Icon inside HostX sidebar links */
.hostx-side-nav-list .parent-nav a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light-primary-color);
    color: var(--text-color);
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 15px;
    transition: background 0.2s ease, color 0.2s ease;
    font-family: 'Font Awesome 5 Pro';
}

/* Active icon inside HostX sidebar links */
.hostx-side-nav-list .parent-nav a.active i {
    background: var(--primary-color);
    color: var(--white);
}


/* ===== New Override CSS (Unchanged) ===== */
/* These styles do not affect sidebar menu */
.services_list .row,
.mrkt-upr-row {
    display: flex;
    flex-wrap: wrap;
}

.services_list .row > [class*="col-"],
.mrkt-upr-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.gridster-item,
.dashboard-widget,
.dashboard-widget-max {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.widgetBody,
.body-promo-bnr,
.body-promo-bnr-ord-right {
    flex: 1;
}

.gridster-item {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .services_list .row,
    .mrkt-upr-row {
        display: block;
    }

    .services_list .row > [class*="col-"],
    .mrkt-upr-row > [class*="col-"] {
        display: block;
    }
}

/* Generic buttons - independent */
.hostx-child-right-side-bar .card-footer a.btn,
div#registerDomainPanel .input-group-btn.input-group-append input {
    background: var(--primary-color);
    border: 1px solid transparent; 
    padding: 12px 25px;
    display: inline-block;
    font-size: 14px;
    color: var(--white);
    border-radius: 10px;
    box-sizing: border-box;
}

/* Dashboard bottom buttons - independent */
.hostx-client-dashboard .bottom-buttom a {
    width: 100%;
    background: var(--btn-secondary-bgcolor);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 0;
    text-align: center;
    display: block;
    margin-bottom: 7px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border-radius: 10px;
}

.hostx-client-dashboard .bottom-buttom a:hover {
    background: var(--btn-secondary-bgcolor);
    color: var(--white);
}

.hostx-client-dashboard .bottom-buttom a:last-child {
    background: var(--primary-color);
    color: var(--white);
}

.hostx-client-dashboard .bottom-buttom a:last-child:hover {
    background: var(--btn-primary-bgcolor-hover);
    color: var(--btn-primary-color-hover);
    border-color: var(--btn-primary-border-color); 
}

/* HostX Side Nav base item - duplicate of previous selector, last one wins */
.hostx-side-nav-list .parent-nav a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #0084cd40;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    transition: 
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.15s ease;
    cursor: pointer;
}

/* Hover effect - overrides previous HostX hover */
.hostx-side-nav-list .parent-nav a:hover {
    background-color: #f4f7fb;
    color: #064079;
    box-shadow: 0 6px 14px rgba(6, 64, 121, 0.12);
    transform: translateY(-1px);
}

/* Active state - overrides previous HostX active */
.hostx-side-nav-list .parent-nav a.active {
    background-color: var(--bg-primary-color);
    color: var(--text-color);
    font-weight: 600;
    border-color: #064079;
    box-shadow: 0 6px 16px rgba(6, 64, 121, 0.15);
}

/* Accent line for active item */
.hostx-side-nav-list .parent-nav a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12%;
    height: 76%;
    width: 4px;
    background-color: transparent;
    border-radius: 0 4px 4px 0;
    transition: background-color 0.25s ease;
}

.hostx-side-nav-list .parent-nav a.active::before {
    background-color: #064079;
}

/* Right client detail buttons - independent */
.right-list-client-detail>li>a, .right-list-client-detail>li>.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 0px;
    color: var(--btn-secondary-bgcolor);
    background-color: rgb(245 246 250);
    min-width: 38px;
    min-height: 38px;
    border-radius: 50%;
}

.right-list-client-detail i {
    color: var(--btn-secondary-bgcolor);
}

.right-sidebar-whmcs-default .btn.btn-success.btn-sm.btn-block {
    background: var(--btn-primary-bgcolor);
    border-color: var(--btn-primary-color);
    border-radius: 10px;
    padding: 10px 5px;
}

/* === Fix horizontal scroll on mobile === */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}