/* === LANGUAGE PREPARATION FOR BILINGUAL (Thai default + English) ===
   Ready for later steps. You can use these selectors when we add translations:
   html[lang="th"] .th-only { display: block; }
   html[lang="en"] .en-only { display: block; }
   .lang-th { ... }  or  .lang-en { ... }
*/

:root {
    --nav-bg: #0a0052;
    --btn-bright: #9f1ee5;
    --radius-sm: 3px;
    --stripe-top: #3c096c;
    --stripe-mid: #9f1ee5;
    --stripe-btm: #e0aaff;
    --light: #F2F6FB;
    --purple: #9F1EE5;
    --darkgrey: #333333;
    --darkblue: #0A0052;
    --lightblue: #F2F6FB;
    --darkerlightblue: #e2e6eb;
}
.container{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.text-darkblue {
    color:var(--darkblue);
}
.text-purple {
    color:var(--purple);
}
.bg-darkblue {
    background:var(--darkblue);
}
.bg-lightblue {
    background:var(--lightblue);
}
.bg-darkerlightblue {
    background:var(--darkerlightblue);
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
.h1, h1 {
    font-size: 2.2rem;
}
h2 {
    font-weight: 800;
    color: #1a0033;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    /* added 09APRIL2026 BY H */
    font-size: calc(1.325rem + .5vw);
}
h6 {
    font-size: 1.5rem;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}
h5 {
    font-family: raleway;
    color: var(--darkgrey);
    font-size: 17px;
    font-weight: 600;
}
h7 {
font-size:13px;
display:block;
font-weight:600;
}
.nav-link {
    text-transform: uppercase;
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    font-size: 12px;
}
p {
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.4px;
}
.p100 {
    font-family: 'Catamaran', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.4px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 13px;
    }
}
.purple {
    color: var(--purple);
}
h3 {
    font-size: 0.75rem;
    letter-spacing: 3px;
    color: #94B8E7;
    text-transform: uppercase;
}
h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0A0052;
}
a, .btn, .nav-link {
    text-decoration: none !important;
    transition: 0.3s;
}
/* --- NAVIGATION --- */
.navbar {
    padding: 1rem 0;
    transition: 0.4s ease;
    background-color: transparent;
}
@media (min-width: 992px) {
    .navbar.scrolled {
        background-color: var(--nav-bg) !important;
        padding: 0.2rem 0;
    }
}
@media (max-width: 991px) {
    .navbar {
        background-color: var(--nav-bg) !important;
    }
    .navbar-collapse {
        background: var(--nav-bg);
        margin-top: 10px;
        padding: 20px;
        border-radius: var(--radius-sm);
    }
}
.navbar-brand,
.nav-link {
    color: #fff !important;
}
/* --- BUTTONS --- */
.btn-purple {
    background-color: var(--btn-bright) !important;
    color: #fff !important;
    border-radius: var(--radius-sm) !important;
    border: none;
    padding: 10px 24px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.btn-purple-dark {
    background-color: var(--nav-bg) !important;
    color: #fff !important;
    border-radius: var(--radius-sm) !important;
    border: none;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 24px;
    text-transform: uppercase;
}
.btn-outline-dark {
font-size:12.5px;
    border-width: 1px;
    font-weight:500;
    font-family: catamaran;
    border-radius: 3px;
    text-transform: uppercase;
}
.btn-lang {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    border-radius: var(--radius-sm);
}
.btn-lang.active {
    background: #fff;
    color: var(--nav-bg);
    border-color: #fff;
}
/* --- HERO --- */
.hero-section {
    position: relative;
    padding: 130px 0 120px;
    background: url(../img/hero.webp) center / cover; /* Default: no tint */
    color: #fff;
    min-height: 65vh;
}
/* Apply 20% black tint for devices smaller than 992px */
@media (max-width: 991px) {
    .hero-section {
        background:
            linear-gradient(rgb(10 0 82 / 70%), rgba(0, 0, 82, 0.2)),
            url(../img/hero.webp) center / cover;
    }
}
/* --- FLOATING BAR --- */
.floating-info-bar {
    padding: 35px 40px;
    border-radius: 7px;
 
    color: #333;
    z-index: 10;
    background: var(--light);
    font-size: 15px;
}
.floating-info-bar img {
    height: 17px;
    width: 100%;
}
/* Desktop positioning */
@media (min-width: 992px) {
    .floating-info-bar {
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
        max-width: 1300px;
    }
    .unified-text {
        font-size: 0.65rem;
        font-weight: 600;
        position: absolute;
        bottom: 20px;
    }
}
/* --- CONTAINER --- */
.container-narrow {
    max-width: 1100px;
    margin: 0 auto;
}
/* --- PERFORMANCE SECTION --- */
.performance-section {
    padding: 120px 0 100px;
}
.subtitle-h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--btn-bright);
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.title-h2 {
    font-weight: 800;
    color: #1a0033;
    margin-bottom: 1.5rem;
}
.triple-progress-bar {
    flex-grow: 1;
    height: 18px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: linear-gradient(to bottom,
        var(--stripe-top) 0%, var(--stripe-top) 33.33%,
        var(--stripe-mid) 33.33%, var(--stripe-mid) 66.66%,
        var(--stripe-btm) 66.66%, var(--stripe-btm) 100%
    );
}
.perf-title {
    width: 120px;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
}
.perf-desc {
    width: 220px;
    font-size: 0.8rem;
    color: #777;
    flex-shrink: 0;
    line-height: 1.2;
}
.search-input-custom {
    border-radius: var(--radius-sm) !important;
    flex-grow: 1;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    border: 1px solid;
}
.img-group {
    display: flex;
    align-items: center;
    gap: 15px;
}
/* Mobile fixes */
@media (max-width: 991px) {
.h1, h1 {
    font-size: 1.3rem;
}
.floating-info-bar img {
 width: auto;
    height: 10px;
    object-fit: cover;
}
.floating-info-bar {
 padding: 15px 12px;
}
h4 {
 
    font-size: 20px;
   
}
.registering {
font-size:9px;
}
.hero-section-buttons a {
width: 50%;
text-align: center;
   
}
.hero-section {
    padding: 90px 0 30px;
}
    .floating-info-bar img {
     
        height: 14px;
      
    }
.shared-hosting-section-block {
padding:15px 0;
    background:#F2F2F2;
    border-radius: 15px;
}
}
/* Mobile fixes */
@media (max-width: 991px) {
    .performance-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .perf-title,
    .perf-desc,
    .triple-progress-bar {
        width: 100%;
    }
}
/* core fatures */
.section-core-features img {
height:50px;
width:auto;
}
/* performances */
.performance-card {
  
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}
.performance-card h5 {
font-size:14px;
font-weight:400;
}
.performance-card h3 {
font-size:30px;
font-weight:800;
position: relative;
font-family: raleway;
color: #1a0033;
display:inline-block;
}
.performance-card h3 span:nth-of-type(2) {
font-size:10px;
font-family: catamaran;
font-weight:400;
}
.performance-card h3 span:first-of-type {
    position: absolute;
    top: 0;
    left: -10px;
    font-size: 14px;
    font-weight: 400;
}
.performance-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.performance-card .package-features {
position: relative;
    margin-bottom: 0.2rem;
    font-size: 0.80rem;
    color: #444;
}
/* Make sure card can contain positioned elements */
.featured-plan {
  position: relative;
  overflow: hidden;
}
/* Diagonal ribbon */
.plan-badge-ribbon {
  position: absolute;
  top: 18px;
  right: -55px;
  background: #4f46e5; /* adjust to your theme */
  color: #fff;
  padding: 6px 60px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transform: rotate(45deg);
  letter-spacing: 1px;
  z-index: 10;
}
.reference
{
    color:var(--darkblue);
    text-decoration: underline !important;
}
.f080 {font-size: 0.80rem;}
.package-features li::before {
  content: "✔";
  font-size: 0.7em;
  margin-right: 5px;
  color: #9f1ee5; /* or your theme color */
}
/* articles */
.articles-section{
    background:#F2F6FB;
}
.articles-section .article-card {
font-size:13px;
}
/* Why --*/
.why-deedeehost {
    background:#F2F6FB;
}
.featuredby-img img {
    max-height:90px;
    width:auto;
}
.featuredby-img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: fit-content !important;
    max-width: 100%;
}
/* --- FOOTER --- */
footer a,
footer p {
    font-size: 12px;
    color: #555555;
    font-weight: 400;
}
.sub-footer {
    background-color: var(--darkgrey);
    color: white;
    font-family: 'Catamaran', sans-serif;
}
.sub-footer a {
    font-weight: 600;
    font-size: 12px;
    color: white;
    text-transform: capitalize;
}
/* accordion */
.accordion-button:not(.collapsed) {
    /* color: var(--bs-accordion-active-color); */
    background-color: #ffffff;
    box-shadow: none;
        color: #333333;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icon.png"); /* adjust path */
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
    filter: brightness(1);
}
.accordion-button::after {
    background-image: url("../img/icon.png");
    background-size: 14px; /* adjust size */
    width: 14px;
    height: 14px;
    transform: rotate(0deg);
}
.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    font-size:13px;
    font-family: catamaran;
}
.accordion-button:focus {
 
    box-shadow: none;
}
.why {
    max-width: 100%;
    max-height: 340px;
    padding-bottom: 20px;
}
.c870 {
    max-width: 870px;
}

/* Additional style blocks from original code */
.deedeehost-sharedvps h3 {
    font-size:11px;
}
.progress { background: #e5e7eb; border-radius: 0px; height: 14px; }
.progress-bar { background: linear-gradient(to top, #9F1EE5, #0A0052) !important; }
.deedeehost-performance {
    font-size: 12px;
    font-family: 'Catamaran', sans-serif;
}
.text-purple { color: var(--btn-bright); }

/* === MISSING TABLE STYLES from original code === */
.hosting-compare-table {
    font-family: 'Catamaran', sans-serif;
    font-size: 13px;
    color: #444;
    border-collapse: collapse;
    width: auto !important;
    margin: 0 auto;
}
.hosting-compare-table tr {
    border-bottom: 1px solid #f0f0f0;
}
.hosting-compare-table td {
    padding: 14px 12px;
    vertical-align: middle;
    border: none;
}
.hosting-type {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: var(--darkblue);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hosting-type i {
    font-size: 24px;
    color: var(--purple);
}
@media (max-width: 991px) {
    .hosting-type {
        font-size: 12px;
    }
}
/* ====================== SUBPAGE HERO - Final Version ====================== */

.subpage-hero {
    position: relative;
    padding: 70px 0 50px;
    background: linear-gradient(rgba(10,0,82,0.85), rgba(10,0,82,0.85)), 
                url('../img/hero.webp') center / cover;
    color: #fff;
    min-height: 35vh;
}

.subpage-hero .row {
    margin-top: 20px;           /* replaces your manual mt-5 */
}

@media (max-width: 991px) {
    .subpage-hero {
        padding: 60px 0 40px;
        min-height: 32vh;
    }
    .subpage-hero .row {
        margin-top: 40px;       /* extra space on mobile */
    }
}

/* Limit height of key images on all devices */
.networkimage {
    max-height: 350px;
    width: auto;
    height: auto;
}

/* Timeline image responsive max-width */
img[src*="timeline3.png"] {
    max-width: 422px;
}

@media (max-width: 422px) {
    img[src*="timeline3.png"] {
        max-width: 350px !important;
    }
}

.txt13 {font-size: 13px !important;}

/* === Legal pages bullet points only (Privacy, TOS, Refund) === */
.legal-list,
.legal-list li {
    font-size: 13px !important;
    font-family: 'Catamaran', sans-serif !important;
    line-height: 1.55 !important;
    letter-spacing: 0.4px !important;
}