:root {
    --main: #36b048;
    --span: #36b048;
    --span-medium: #006c00;
    --span-dark: #002e00;
    --span-medium-hover: #4caf5040;
    --star-yellow: #FFD43B;
    --span-pink: #ff8188;
    --span-red: #ff4756;
    --light-black: #1f1f1f;
    --trans-hover: #0000002c;
    --trans-bg: #00700f2c;
    --radial-black-inverted: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
    --radial-black: radial-gradient(ellipse at 50% 50%, #092a1b 11.2%, #002a17 51.2%, rgb(0, 0, 0) 98.6%);
    --table-head-bg: #4caf5026;
    --table-row-hover: #f9fffa;
    --light-border-gray: #ddd;
    --light-border-span: #cdedce;
    --continent: #4caf504d;
    --continent-hover: #4caf5096;
    --span-glass-bg: #e2ffe7;
    --span-glass-shadow: #ebffef;
    --footer-light: #1b1b1b;
    --footer-dark: #111111;
    --header-a: #efefef;
    --header-sub: #555555;
    --light-font: #f1f1f1;
    --gray-font: #8d8d8d;
    --light-bg: #f1f1f1;
    --light-transparent-bg: #ffffffa6;
    --transparent-bg: #ffffffc9;
    --dark-top-gradient: linear-gradient(to top, #0f0f0f, #202020);
    --dark-gradient-bg: linear-gradient(#000000, #202020);
    --darker-gradient-bg: linear-gradient(#000000, #101010);
    --light-bottom-gradient: linear-gradient(to bottom, #ff000000, #f1f1f1);
    --light-top-gradient: linear-gradient(to top, #ff000000, #f1f1f1);
    --light-side-gradient: linear-gradient(to left, #ff000000, #ffffff, #f1f1f1);
    --black: #0a0a0a;
        --green: #28a745;
        --green-light: #34d058;
        --green-dim: rgba(40, 167, 69, 0.10);
        --green-border: rgba(40, 167, 69, 0.25);
        --white: #ffffff;
        --gray-100: #f5f7f5;
        --gray-200: #e8ede9;
        --gray-600: #5a6b5c;
        --card-bgw: #ffffff;
        --shadow-hover: 0 16px 48px rgba(40, 167, 69, 0.13);
        --radius-card: 18px;
        --radius-icon: 11px;
            --green: #36b048;
        --green-dark: #27903a;
        --green-pale: #e8f8eb;
        --green-glow: rgba(54, 176, 72, .28);
        --lbl: #1f1f1f;
        --lbl3: #6a6a6a;
        --white: #ffffff;
        --off-white: #f7f8f5;
        --dark: #0f0f0f;
        --dark2: #161616;
        --dark3: #1e1e1e;
        --dark4: #252525;
        --border-light: rgba(0, 0, 0, .09);
        --border-dark: rgba(255, 255, 255, .08);
            --gy-green:#36b048;
    --gy-green-bright:#4fd868;
    --gy-green-dark:#1e7a2e;
    --gy-green-pale:#eafbea;
    --gy-black:#0c0e0d;
    --gy-black-2:#151816;
    --gy-ink:#0d0d0d;
    --gy-ink-soft:#5b655f;
    --gy-ink-faint:#8a938d;
    --gy-bg:#f6f9f6;
    --gy-surface:#ffffff;
    --gy-border:#e4e9e4;
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

span {
    color: var(--span);
}

.body {
    display: flex;
    font-family: "Roboto", sans-serif;
}

table {
    caption-side: top !important;
    border-collapse: collapse;
}

.a {
    color: var(--span);
}
strong{
    font-weight: bold !important;
}

.breadcrumb {
    font-weight: 600;
    padding-top: 1rem;
}

.breadcrumb-item.active {
    color: var(--span) !important;
}

.breadcrumb-item a {
    color: #e1e1e1;
    text-transform: uppercase;
}

.breadcrumb-item.active {
    color: #4CAF50;
    text-transform: uppercase;
}

.hero-banner {
    background-color: black;
    color: white;
    padding-bottom: 2rem;
    background: radial-gradient(black, #00000059), url('https://www.gpuyard.com/assets/img/home/home.webp');
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: center;
    margin-top: .8%;
    margin-bottom: .8%;
 position: relative;
    overflow: hidden; 
}

.hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1; 
}
.hero-banner .container-hero {
    position: relative;
    z-index: 10; 
}

.hero-banners {
    background-size: cover;
    background-position: center;
    color: white;
    padding-bottom: 2rem;
    height: 500px;
}

/* #hero-home {
    height: 350px;
} */

#hero-home .hero-letter {
    font-size: 50px;
}

.about-us {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/about-us/about-us.png);
}

.blogs-main {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/about-us/about-us.png);
}

.contact-us-main {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/head/contact-us-main.webp);
}

.pricing-main {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/head/pricing-main.webp);
}

.products-main {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/head/product-main.webp);
}

.sla-main {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/head/sla-main.webp);
    height: 500px
}

.solutions-main {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/head/solutions-main.webp);
}

.tc-main {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url(/assets/img/new/a-girl-working-on-laptop-wallpaper.avif);
    height: 500px
}

.privacy-main {
    height: 500px;
    background-image: radial-gradient(circle, rgba(0, 0, 0, .51) 0%, rgba(0, 0, 0, .88) 100%), url(/assets/img/head/privacy-policy-main.webp);
}

.about-last {
    background-image: linear-gradient(to bottom, #0a1d0b, rgba(0, 0, 0, .43)), url(/assets/img/home/getty.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    width: 100%;
    margin-top: 0;
    padding-top: 3rem;
}

.top-with-image {
    background: var(--dark-top-gradient);
    border-radius: 0;
}

.top-with-image h2 {
    color: var(--main);
}

.top-with-image p {
    color: #f1f1f1;
    text-align: center;
}

.top-with-image .h2 {
    color: #f1f1f1;
    font-weight: 700;
    text-align: center;
}

.top-desc {
    max-width: 1600px !important;
    color: #f1f1f1;
}

.container-hero {
    max-width: 1600px !important;
}

.row-hero {
    display: flex;
    justify-content: center;
}

.hero-row {
    margin-top: 1%;
}

.hero-butons {
    text-align: center;
}

.col-hero {
    text-align: center;
}

.fa-circle-arrow-right {
    margin-left: 14px;
}

.fa-thumbs-up {
    color: var(--span);
    margin-right: 1rem;
}

.fa-circle-check {
    color: var(--span);
    margin-right: 10px;
}

.fa-circle-xmark {
    color: var(--span);
    margin-right: 10px;
}

.fa-building-circle-arrow-right {
    font-size: 1.5rem;
    color: var(--span);
    margin-right: 10px;
}

/* .fa-location-dot {
    margin-right: 10px;
} */

.info {
    padding-top: 1rem;
}

.key-features {
    padding: 2rem;
    background-color: #f1f1f1;
}

.key-features .container {
    max-width: 1600px;
    border-radius: 1rem;
}

.key-features .table-title {
    margin-bottom: 1rem;
}

.key-features .icons {
    margin-bottom: 1rem;
}

.key-features h4 {
    color: #000000;
    font-weight: 700;
}

.key-features p {
    color: #000000 !important;
    font-weight: 300;
}

.benefits-home {
    border-radius: 0;
    padding: 2rem;
    background: var(--light-bottom-gradient);
}

.benefits-home .row {
    align-items: start;
}

.benefits-row {
    align-items: start;
}

.benefits-home .icon {
    margin-right: 1rem;
    height: 45px;
    width: auto;
}

.essential-home {
    background: var(--darker-gradient-bg);
    margin-top: 0;
    padding-top: 2%;
    padding-bottom: 2%;
}

.essential-home .table-title,
.essential-home .custom-column-title,
.essential-home .custom-column-description {
    color: #fff;
}

.affordable-home {
    padding-bottom: 2rem;
    border-radius: 0;
    padding: 2rem;
}

.affordable-home .row {
    align-items: start;
}

.affordable-home .icon {
    margin-right: 1rem;
    height: 45px;
    width: auto;
}

.solutions-home {
    padding: 3rem;
    background: var(--dark-gradient-bg);
}
.gpu-page .solutions-home {
    padding: 3rem;
    background: white !important;
}

.solutions-home .container {
    max-width: 1600px;
}

.solutions-home h2 {
    color: #fff;
    margin-bottom: 2rem;
}

.solutions-home p {
    color: #fff;
}

.home-solutions-image {
    width: 75% !important;
    height: 300px !important;
}

.solutions-home .btn {
    background-color: var(--main);
    border: 2px solid transparent;
    border-radius: 2rem;
    padding-left: 15px;
    font-weight: 500;
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: transform .4s ease, background-color .4s ease, color .4s ease, border .4s ease;
}

.solutions-home .btn:hover {
    background-color: transparent;
    border: 2px solid var(--span);
    color: var(--span);
    font-weight: 600;
    transform: scale(1.05);
}
.solutions-home {
    padding: 3rem;
    background: var(--dark-gradient-bg);
}
.gpu-page{
    padding: 3rem;
    background: white !important;
}

.gpu-page .container {
    max-width: 1600px;
}

.gpu-page h2 {
    color: #000;
    margin-bottom: 2rem;
}

.gpu-page p {
    color: #000;
}


.gpu-page .btn {
    background-color: var(--main);
    border: 2px solid transparent;
    border-radius: 2rem;
    padding-left: 15px;
    font-weight: 500;
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: transform .4s ease, background-color .4s ease, color .4s ease, border .4s ease;
}

.gpu-page .btn:hover {
    background-color: transparent;
    border: 2px solid var(--span);
    color: var(--span);
    font-weight: 600;
    transform: scale(1.05);
}


#explore .container {
    max-width: 1800px;
    padding-top: 3rem
}

.unlocking {
    margin-top: 2rem;
    padding-top: 2rem;
}

.unlocking .container {
    max-width: 1600px;
}

#unlock-deep-learning {
    background-image: url('/assets/img/pricing/deep-learning.jpg');
    min-height: 360px;
}

#unlock-computing {
    background-image: url('/assets/img/pricing/computing.jpg');
    min-height: 360px;
}

#unlock-virtualization {
    background-image: url('/assets/img/pricing/virtualization.jpg');
    min-height: 360px;
}

#unlock-virtualization {
    background-image: url('/assets/img/pricing/gaming.jpg');
    min-height: 360px;
}

#unlock-data-analysis {
    background-image: url('/assets/img/pricing/data-analysis.jpg');
    min-height: 360px;
}

#unlock-video-editing {
    background-image: url('/assets/img/pricing/video-editing.jpg');
    min-height: 360px;
}

.unlocking .text-columns {
    border-radius: 0;
    padding: 1rem;
}

.row-items-start {
    align-items: start;
}

.used-for {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.used-for .container {
    max-width: 1600px;
    border-radius: 1rem;
}

.used-for .learn-support {
    height: 327px !important;
}

@media screen and (max-width:992px) {
    .used-for .learn-support {
        height: 100% !important;
    }
}

.used-for .icon {
    margin-bottom: 1rem;
}

.used-for h4 {
    color: #000000;
    font-weight: 700;
}

.used-for p {
    color: #000000 !important;
    font-weight: 300;
    font-size: 16px;
}

.img-75 {
    width: 75% !important;
}

.main-comp {
    padding: 2rem;
    background: var(--light-bg);
    ;
}

.main-comp h4 {
    font-weight: 700;
}

.main-comp .container {
    max-width: 1600px;
    border-radius: 1rem;
}

.main-comp .learn-support {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 10px;
    margin: 10px;
    overflow: hidden;
}

@media screen and (max-width:1584px) {
    .main-comp .learn-support {
        height: 350px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        padding: 10px;
        margin: 10px;
        overflow: hidden;
    }
}

.main-comp .icon {
    margin: 0;
    width: 50px;
    height: auto
}

.key-benefits {
    padding-bottom: 2rem;
    border-radius: 0;
    padding-top: 2rem;
}

.key-benefits .container {
    max-width: 1400px;
}

.key-benefits .row {
    display: flex;
    align-items: center;
}

.graphics {
    background-image: radial-gradient(#000000cc, rgb(0 0 0 / 87%)), url(/assets/img/pricing/bg-noxplayer.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    width: 100%;
    margin-top: 0;
}

.graphics .custom-column-title,
.graphics .custom-column-description {
    color: #fff;
}

.creative {
    padding: 2rem 0;
    background-color: var(--light-bg);
    border-radius: 0;
}

.creative .container {
    max-width: 1600px;
    margin-top: 2rem;
}

.creative .side-image {
    width: 75% !important;
}

.creative .text-column h2,
.creative .text-column p {
    text-align: left;
}

.livestreaming {
    padding-bottom: 2rem;
    border-radius: 0;
    padding-top: 2rem;
}

.livestreaming .container {
    max-width: 1600px;
}

.livestreaming .row {
    align-items: start;
}

.obs-octane {
    padding-bottom: 2rem;
    border-radius: 0;
    padding-top: 2rem;
    background-color: var(--light-bg);
}

.obs-octane .container {
    max-width: 1600px;
}

.obs-octane h4,
.obs-octane p {
    color: #000 !important;
}

#vs .hero-letter-sub {
    padding: 0 20px
}

#vs .custom-columns {
    min-height: 345px;
    text-align: left;
}

.vs-comparison {
    color: var(--light-font);
}

.about-image {
    height: 330px !important;
}

.smooth {
    padding-bottom: 2rem;
    border-radius: 0;
    padding-top: 2rem;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #f1f1f1);
}

.smooth .container {
    max-width: 1400px;
}

.smooth .row {
    align-items: start;
}

.about-last .values-title,
.about-last .custom-column-title,
.about-last .custom-column-description {
    color: #fff;
}

.col-lg-7 .hero-letter {
    font-size: 55px;
    text-align: start;
    font-weight: 600;
    margin-top: 2%;
}

.col-lg-12 .hero-letter {
    color: #fff;
    font-size: 44px;
    /* margin-top: 3%; */
    text-align: center;
    font-weight: 600;
    gap: 5px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}

.home-letter {
    margin-top: 7% !important;
}

.sub-letter {
    margin-top: 0 !important;
}

.bottom-image {
    width: 100%;
    
}

.bottoms {
    max-width: 100%;
    height: auto;
    margin-top: -1rem;
}

.bottoms-top {
    margin-top: 0 !important
}

.col-lg-5 {
    display: flex;
    justify-content: center;
    height: 350px;
}

.col-lg-5 #hero1 {
    display: flex;
    justify-content: center;
    height: 350px;
}

.main-image {
    width: 100%;
    object-fit: cover;
    border-radius: 3rem;
    border: 3px solid transparent;
    margin-top: 5%;
}

.small-image {
    width: auto;
    height: 280px;
    object-fit: cover;
    border-radius: 3rem;
    border: 3px solid transparent;
}

#wide {
    max-width: 1800px;
}

.hero-banner .btn {
    background-color: var(--span);
    border: 2px solid transparent;
    border-radius: 2rem;
    padding-left: 15px;
    font-weight: 500;
    margin-top: 1rem;
    color: #fff;
}

.hero-banner .btn:hover {
    background-color: black;
    border: 2px solid var(--main);
    color: var(--main);
    font-weight: 600;
}

.hero-banners .btn {
    background-color: #04af37;
    border: 2px solid transparent;
    border-radius: 2rem;
    padding-left: 15px;
    font-weight: 500;
    margin-top: 1rem;
}

.hero-banners .btn:hover {
    background-color: transparent;
    border: 2px solid #04af37;
    color: #04af37;
    font-weight: 600;
}

.shadow-hero {
    margin: 0 auto;
    /* padding: 20px; */
    border-radius: 10px;
}

.field {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.products .container {
    max-width: 1736px !important;
}

#cover #text {
    text-align: right;
    color: var(--red);
    justify-content: right;
}

#text h5 {
    text-align: left;
    color: #ddd;
    line-height: 1.5;
    font-weight: 300;
    font-size: 18px;
}

#cover-info {
    padding: 5px;
    text-align: right;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.cover-products .button-wrapper {
    display: flex;
    justify-content: left;
    margin-top: 20px;
}

.btn-explore {
    color: white;
    background-color: transparent;
    border: 3px solid green;
    border-radius: 30px;
    padding: 8px;
    padding-left: 40px;
    padding-right: 40px;
    transition: background-color .5s, color .5s;
}

.btn-explore:hover {
    background-color: #1e8b08;
    border: 2px solid var(--light-blue);
    color: white;
}

.cover-solution li {
    color: white;
}

#text h4,
#text h6 {
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: normal;
    font-weight: 300;
}

#text h1 {
    color: white;
    text-align: left;
}

.info-bar {
    background-color: var(--light-green);
    padding-top: 10px;
    text-align: center;
}

.info-item {
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.info-icon {
    width: 15px;
    height: 15px;
}

.info-item p {
    margin: 0;
    font-size: 15px;
    font-weight: lighter;
}

.info-bar .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-columns {
    color: white;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    padding: 1rem;
    text-align: center;
    height: fit-content;
    z-index: 4;
    border: 2px solid transparent;
    transition: transform .6s ease, box-shadow .6s ease, border-color .6s ease, scale .6s ease;
    background: var(--dark-gradient-bg);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-color: var(--main);
}

.custom-columns:hover {
    border-color: black;
    scale: .95;
}

.products {
    background-color: white;
    margin-bottom: -40px;
    padding: 50px;
    z-index: 3;
}

.products .custom-columns {
    color: white;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    padding: 1rem;
    text-align: center;
    height: fit-content;
    z-index: 4;
    border: 2px solid transparent;
    transition: transform .6s ease, box-shadow .6s ease, border-color .6s ease, scale .6s ease;
    min-height: 315px;
    background: var(--dark-top-gradient);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-color: var(--main);
}

.products .custom-columns:hover {
    border-color: black;
    scale: .95;
}

.image-container {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.image-container img {
    width: auto;
    height: 85%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.additional-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    justify-content: right;
}

.additional-info i {
    transition: transform .3s ease, color .3s ease;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
}

.additional-info i:hover {
    color: #36b048;
    transform: scale(1.5);
}

.text-info {
    margin-right: 20px;
}

.extra-text {
    margin: 0;
    color: white;
}

.bold-text {
    margin: 0;
    font-weight: bold;
    color: white;
    font-size: large;
}

.circular-button {
    width: 60px;
    height: 60px;
    background-color: green;
    border: 2px solid green;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .3s ease;
}

.circular-button:hover {
    background-color: rgba(0, 255, 0, .664);
}

.bi .bi-arrow-right {
    fill: var(--main-orange);
    transition: fill .3s ease;
}

#gallery {
    padding: 2%;
}

.card-body {
    box-shadow: rgba(14, 63, 126, .04) 0 0 0 1px, rgba(42, 51, 69, .04) 0 1px 1px -.5px, rgba(42, 51, 70, .04) 0 3px 3px -1.5px, rgba(42, 51, 70, .04) 0 6px 6px -3px, rgba(14, 63, 126, .04) 0 12px 12px -6px, rgba(14, 63, 126, .04) 0 24px 24px -12px;
    transition: scale .5s;
}

#gallery .card:hover {
    scale: .97;
}

h1 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
    color: #323232;
}

.card {
    box-shadow: rgba(0, 0, 0, .05) 0 0 0 1px;
    border-radius: 4px 4px 0 0;
    position: relative;
    background-color: white;
    color: #56575b;
    margin: 5px 0;
}

.plan-name {
    padding: 13px 0;
    border-bottom: 1px #eff0f2 solid;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #464c50;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}

.plan-description {
    padding: 15px;
    line-height: normal;
    min-height: 175px;
    font-size: 14px;
    line-height: 18px;
}

.plan-price sub {
    text-transform: none;
    font-size: 16px;
    bottom: 0;
}

.plan-price {
    color: #56575b;
    font-family: "Roboto", sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 50px;
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.plan-description.specs {
    min-height: 200px;
    line-height: 20px;
}

.services {
    background-color: white;
    padding-bottom: 2rem;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text-column,
.image-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-after-benefits .image-deep {
    height: 400px;
    width: 600px;
    object-fit: cover;
}

.services .btn {
    background-color: #04af37;
    border: 2px solid transparent;
    border-radius: 2rem;
    padding-left: 15px;
    font-weight: 500;
    margin-top: 1rem;
}

.services .btn:hover {
    background-color: transparent;
    border: 2px solid #04af37;
    color: #04af37;
    font-weight: 600;
}

.story {
    margin: 2%;
}

.story .container {
    max-width: 1600px;
}

.story-img {
    height: 375px !important;
}

.story .text-column,
.image-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #555;
}

.story h6 {
    font-weight: normal;
    line-height: 1.2;
}


@media screen and (max-width:575px) {
  .story .row {
    flex-direction: column !important;
  }
}
.text-column {
    padding: 2rem;
    text-align: center;
    font-weight: normal;
}

#submit {
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color .3s;
    color: #fff;
    background-color: #47b648;
    border: 2px solid #47b648;
    margin-top: 2rem;
}

#submit:hover {
    background-color: #00700f2c;
    color: rgb(0, 0, 0);
}

.text-column h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.text-column p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

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

.text-column input[type="submit"] {
    padding: .5rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.image-column {
    text-align: center;
    align-items: center;
}

.image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
}

#solution img {
    max-width: 300px;
    height: auto;
    border-radius: 30px;
}

.row.no-gutters {
    margin: -5px !important;
}

.row.no-gutters>* {
    padding: 5px !important;
}

.box {
    position: relative;
    background-size: cover;
    background-position: center;
    border: 7px solid #000000;
    height: 300px;
    overflow: hidden;
    transition: scale .3s ease;
    margin: 1rem;
    border-radius: 15px;
}

.text-columns {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
    transition: opacity .3s ease;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 15px;
    padding: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.box:hover .text-columns,
.box:focus .text-columns {
    opacity: 1;
}

.box:hover {
    scale: 1.05;
}

.learn .image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
}

.info-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    text-align: center;
    width: 150px;
    height: 100%;
    margin-top: -100px;
}

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

.info-card h2 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.info-card p {
    font-size: 1rem;
    color: #555;
}

.locations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    background-image: linear-gradient(to bottom, #001b02ed, rgb(0 0 0 / 82%)), url('/assets/img/home/map.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}

#applications {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    background-image: linear-gradient(to bottom, #001b02ed, rgb(0 0 0 / 82%)), url(/assets/img/home/chess.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}

.location_heading {
    margin-bottom: 1rem;
    color: white;
    text-align: center;
}

.location-info {
    color: #e7e7e7;
    padding: 1rem;
}

.information {
    color: #666;
    text-align: center;
    justify-content: center;
}

.locations .custom-column {
    color: white;
}

.locations .custom-column p {
    color: rgb(221, 221, 221);
}

.custom-column {
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .3s ease, all .3s ease;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.custom-column-image {
    width: 70px;
    height: auto;
    padding-top: 4px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#alt-product {
    width: 250px;
    height: auto;
    padding-top: 4px;
    box-sizing: border-box;
}

#alt-price {
    width: 80%;
    height: auto;
    padding-top: 4px;
    border-radius: 2rem;
    box-sizing: border-box;
}

.custom-column-title {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.custom-column-sub {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
    color: #686868;
}

.hosting .custom-column-title {
    color: rgb(255, 255, 255);
}

.custom-column-description {
    font-size: 14px;
    color: black
}

.products .custom-column-description {
    font-size: 18px;
    color: rgb(177 177 177);
}

.custom-column:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.card-wrapper {
    position: relative;
    z-index: 2;
}

.card-wrapper .custom-column {
    position: relative;
    top: -20px;
}

#insolutions {
    min-height: 400px;
    border-radius: 15px;
    background-color: transparent;
    color: black;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
}

.table-price {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.table-price th,
.table-price td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table-price th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.table-price td {
    background-color: #ffffff;
}

.table-price tr:hover {
    background-color: #f9f9f9;
}

.inside-table {
    background-color: #04af37;
    border: 2px solid transparent;
    border-radius: 2rem;
    padding: 0 15px;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease;
}

.inside-table:hover {
    border: 2px solid #04af37;
    transform: scale(1.1);
}

.one-product {
    margin-bottom: 30px !important;
    padding: 10px;
    border-radius: 1rem;
}

@media screen and (max-width:765px) {

    .table-price,
    .table-price thead,
    .table-price tbody,
    .table-price th,
    .table-price td,
    .table-price tr {
        display: block
    }

    .table-price tr {
        margin-bottom: 20px;
        border: 2px solid #36b048;
        background-color: #fff !important;
        transition: background-color .3s ease, border .3s ease
    }

    .table-price tr:hover {
        background-color: #4caf5029 !important
    }

    .table-price th {
        display: none
    }

    .table-price td {
        display: block;
        text-align: center;
        padding: 10px;
        border: none;
        border-radius: 8px;
        background-color: #ffffff8f;
        margin-bottom: 10px
    }

    .table-price td:before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 8px;
        color: #333
    }

    .inside-table {
        display: block;
        width: 100%;
        padding: 12px;
        text-align: center;
        font-size: 16px;
        background-color: #4CAF50;
        color: white;
        border-radius: 2rem
    }

    .inside-table:hover {
        border: 2px solid #04af37;
        transform: scale(.95)
    }

    .button-inside {
        background-color: transparent !important
    }

    .one-product {
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
        background-color: #ffffff;
        background-color: Green;
        padding-top: 2rem
    }
}

#price-card {
    box-shadow: rgba(14, 63, 126, .04) 0 0 0 1px, rgba(42, 51, 69, .04) 0 1px 1px -.5px, rgba(42, 51, 70, .04) 0 3px 3px -1.5px, rgba(42, 51, 70, .04) 0 6px 6px -3px, rgba(14, 63, 126, .04) 0 12px 12px -6px, rgba(14, 63, 126, .04) 0 24px 24px -12px;
}

#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid var(--light-green);
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid var(--light-green);
    color: var(--light-green);
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: var(--light-green) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--light-green);
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: var(--light-green);
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: 'Roboto', sans-serif;
}

.row .table {
    padding: 28px 0;
}

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

@media (max-width:320px) {}

@media (max-width:767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px
    }
}

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

@media (min-width:1200px) {}

#generic_price_table_home {
    font-family: 'Roboto', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: .7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: var(--light-green);
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all .3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-y {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.distribution-map {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.distribution-map>img {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.map-point {
    cursor: pointer;
    outline: none;
    z-index: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: .8;
    transform: translate(-50%, -50%);
    transition: opacity .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out, z-index .25s ease-in-out;
    background: rgb(0, 0, 0);
    border: 2px solid rgb(95, 168, 252);
}

.map-point .content {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: overlay;
}

.map-point:active,
.map-point:focus {
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 300px;
    height: 220px;
    color: rgb(229, 229, 229);
    z-index: 1;
    transition: opacity .25s ease-in-out, width .25s ease-in-out, height .25s ease-in-out;
}

.map-point:active .content,
.map-point:focus .content {
    opacity: 1;
    transition: opacity .25s ease-in-out .25s, height 0s ease-in-out .25s, overflow 0s ease-in-out .25s;
    overflow: hidden;
}

.map-point:active a:hover,
.map-point:focus a:active {
    color: rgb(175, 225, 250);
}

.hosting {
    background-image: linear-gradient(to bottom, #001602, rgb(0 0 0 / 82%)), url(/assets/img/home/in.jpg);
    color: white;
    background-repeat: repeat;
    background-attachment: fixed;
    width: 100%;
}

.hosting .container {
    max-width: 1600px;
    padding-bottom: 10px;
}

.hosting .container-title {
    color: #ffffff;
}

.hosting p {
    color: #ffffff;
}

.hosting-sub {
    margin-top: 2rem;
    color: white;
    background-color: transparent;
    font-weight: 1rem;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 15px;
    height: 230px;
    width: 100%;
}

.learn .custom-column {
    padding-top: 30px;
}

.clickable-container {
    display: grid;
    grid-template-areas: "title title" "grid text";
    margin: 40px auto;
    text-align: center;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-title {
    grid-area: title;
    font-size: 2rem;
    margin-bottom: 20px;
    color: black;
}

.grid-container {
    grid-area: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-left: 20px;
}

.grid-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    transition: background-color .3s;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: var(--span-dark);
    color: white;
}

.grid-item:hover {
    background-color: var(--trans-hover);
    border: 2px solid var(--span-medium);
}

.icon {
    margin-right: 10px;
    font-size: 1.5rem;
    color: #333;
}

.grid-title {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 20px;
    color: #ffffff;
    font-weight: 500;
}

.text-container {
    grid-area: text;
    text-align: left;
    padding: 30px;
    text-align: center;
    align-content: center;
    display: none;
    border-radius: 10px;
    background-color: var(--trans-bg);
    margin-left: 20px;
    box-shadow: rgba(0, 0, 0, .09) 0 3px 12px;
    border: 2px solid var(--span-dark);
}

.text-container:first-of-type {
    display: block;
}

.text-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.text-description {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #555;
}

.text-link {
    display: inline-block;
    color: var(--span);
    text-decoration: none;
    font-weight: bold;
    transition: color .3s;
}

.text-link i {
    margin-left: 5px;
}

.text-link:hover {
    scale: 1.02;
    color: #018720;
}

@media (max-width:768px) {
    .clickable-container {
        grid-template-areas: "title" "grid" "text"
    }
}

@media (max-width:768px) {
    .clickable-container {
        grid-template-areas: "title" "grid" "text"
    }
}

@media (max-width:575px) {
    .grid-container {
        grid-template-columns: 1fr
    }
}

@media (max-width:450px) {
    .table-title {
        padding-left: 20px !important;
        text-align: center !important
    }

    .hosting {
        padding: 2%
    }

    .clickable-container {
        padding: 10px
    }

    .container-title {
        font-size: 1.5rem
    }

    .grid-item {
        padding: 5px
    }

    .text-title {
        font-size: 1rem
    }

    .text-description {
        font-size: .9rem
    }

    .hosting-sub {
        height: auto;
        margin-bottom: 10px
    }
}

#host {
    padding-top: 2%;
    padding-bottom: 2%;
}

#host .container {
    width: 80%;
    margin: auto;
    max-width: 1900px;
}

#compete .container {
    width: 80%;
    margin: auto;
    max-width: 1900px;
}

#host .services-inner {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-row-gap: 50px;
    grid-column-gap: 20px;
}

#bottoms {
    border-top: 2px dotted gray;
}

.spec {
    padding: 3%;
    background-image: linear-gradient(to bottom, #001b02ed, #000000eb), url(/assets/img/products/products-bg.webp);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}

.spec .table-title,
.spec .table-sub {
    color: #fff;
}

.table-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin-top: 1%;
}

.table-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 50px;
}

.col-lg-12 .text-center {
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}



@media (max-width:768px) {
    .g-custom-4-card-contianer {
        flex-direction: column;
        align-items: center
    }

    .g-non-icon-box {
        min-height: auto
    }
}

@media (max-width:576px) {
    .table-title {
        font-size: 30px
    }

    .learn-support-pra {
        font-size: 20px
    }

    .learn-support p,
    .g-card-ul li {
        font-size: 14px
    }
}

.table-title span {
    color: #28a745
}

.custom-column-main-title {
    font-size: 2rem;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 20px;
}

.table-sub {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
    color: black;
    max-width: 1500px;
}

.table-title-1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: black;
    font-weight: bold;
}

.table-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    width: 100%;
    box-sizing: border-box;
}

.table-row {
    display: contents;
}

.table-cell {
    padding: 5px;
    text-align: center;
    background-color: #eeeeeea3;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #fff;
}

@media (max-width:768px) {
    .table-specs {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:480px) {
    .table-specs {
        grid-template-columns: 1fr
    }
}

.learn {
    padding: 1%;
    padding-top: 3%;
}

.learn-more {
    background-color: var(--blue-background);
    border-radius: 8px;
    padding: 10px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    height: auto;
    width: auto;
    background-color: white;
}

.learn #bottom {
    border-top: 2px dotted gray;
}

.obs-octane .learn-support {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    padding: 10px;
}

.h4.learn-support-pra {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

#inhome {
    transition: all .4s ease-in-out;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    padding: 20px;
}

#inhome:hover {
    background-color: var(--span-medium-hover);
}

#inhomes {
      transition: transform .6s ease, box-shadow .6s ease, border-color .6s ease, scale .6s ease;
    border-radius: 15px;
    background: var(--dark-gradient-bg);
    border: 2px solid var(--span);
    padding: 20px;
    display: flex;
    align-items: center !important;
    flex-direction: column;
    margin-top: 20px;
}

#inhomes:hover {
    border-color: black;
    scale: .95;
}

.story #inhomes p {
    color: white;
}

.story #inhomes .icons {
    padding: 5px;
    /* margin-left: 190px; */
}

.story #inhomes h3 {
    color:#28a745;
    margin-bottom: 5px;
    padding: 10px 20px 0;
    text-align: center;
    min-height: 65px;
}
.story #inhomes p{
    text-align: justify;
    padding: 10px 20px;
    min-height: 125px;
}
.a100 #inhomes p{
    min-height: 187px !important;
}
.h100 #inhomes p{
    min-height: 155px !important;
}
.a100 #inhomes h3{
    min-height: 73px !important;
}
.learn-support-topic {
    color: black;
    font-weight: 400;
}

.key-features .learn-support p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}
#in-uk .learn-support p {
    min-height: 150px;
    color: red;
}#in-uk .learn-support h3 {
    min-height: 50px;
}

.key-features .learn-support b {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: block
}

.learn-support-pra {
    color: black !important;
    font-weight: 600 !important;
}

.learn-support .btn-explore {
    color: green;
    justify-items: center;
    font-weight: 500;
}

.compete {
    padding: 2rem 0;
}

.compete-text-box {
    background-color: rgb(0, 0, 0);
    color: white;
    border-radius: 30px 0;
    padding: 1rem;
    margin-bottom: 15px;
    height: 260px;
    width: 100%;
    box-sizing: border-box;
    border: 2.5px solid var(--green);
}

.compete h6 {
    font-weight: normal;
    font-size: 15px;
}

.compete .values-title {
    padding-top: 10px;
}

.compete h2 {
    border-top: 1px dotted gray;
}

.icons {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 1rem
}

.obs-octane .learn-support .icons {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 1rem;
    filter: brightness(0) contrast(1000%);
}

.community {
    background: #7c2ae8;
    background: linear-gradient(90deg, rgba(124, 42, 232, .144) 0%, rgba(0, 213, 255, .144) 100%);
    padding: 5%;
}

.long-card {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2rem 3rem 4rem 5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    height: 150px;
    width: 600px;
}

.long-card h4 {
    color: #333;
}

.long-card p {
    color: #666;
    font-weight: lighter;
}

.short-card {
    color: white;
    background: url('../gpuyard/assets/img/cover.png') no-repeat center center;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 15px;
    height: 200px;
    width: 100%;
}

.mission {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(to bottom, #0a1d0b, rgb(0 0 0 / 82%)), url(/assets/img/home/in.jpg);
    color: white;
    background-repeat: repeat;
    background-attachment: fixed;
    width: 100%;
}

.mission p {
    font-weight: normal;
    color: var(--light-font);
}

.mission h1 {
    color: var(--light-blue);
    display: flex;
    align-items: center;
}

.mission h3 {
    color: var(--light-font);
}

.mission h5 {
    font-weight: 400;
    color: white;
    margin-top: .5rem;
}

.mission .short-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border-radius: 8px;
    background-color: transparent;
    min-height: 200px;
    color: #03b733;
    box-shadow: rgb(0 0 0 / 22%) 0 50px 100px -20px, rgb(76 175 80 / 27%) 0 30px 60px -30px, #4caf5038 0px -2px 6px 0 inset;
}

.mission .counter {
    font-size: 2rem;
    color: var(--light-blue);
}

.mission .counter-sign {
    font-size: 2rem;
    color: var(--light-blue);
    margin-left: .2rem;
}

.mission .values-container {
    margin-top: 50px;
    background-color: #ebf8ffe3;
}

.benefits-pricing {
    background-color: var(--light-bg) !important;
    padding: 2rem;
    border-radius: 0 !important;
}

.benefits-pricing .icon {
    margin-right: 1rem;
    height: 45px;
    width: auto;
}

.benefits-pricing .row {
    align-items: start;
    justify-content: center !important;
}

.values-container {
    padding: 2rem;
    background-color: transparent;
    border-radius: 2rem;
}

.values-title {
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 20px;
}

.values-sub {
    text-align: center;
    margin-bottom: 1.8rem;
    color: #333;
    font-size: 1.2rem;
    font-weight: normal;
}

.values {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.value-card {
    background: #ffffff;
    margin: auto;
    border: transparent;
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 15px;
    height: 180px;
    width: 550px;
    box-sizing: border-box;
    align-items: flex-start;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem;
}

.col-md-6 {
    flex: 1;
    padding: 0 1rem;
    box-sizing: border-box;
}

.icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.icon-h {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.value-text-container.three-column-section {
    padding: 2rem 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.text-column {
    text-align: center;
    padding: 1rem;
}

.flag-column {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
}

.flag-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.flag-icon {
    width: 100px;
    height: 60px;
    border-radius: 5px;
}

.flag-text-container {
    display: flex;
    flex-direction: column;
}

.flag-text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.flag-text-sub {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
}

.three-column-section {
    padding: 2rem 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.text-column {
    text-align: center;
    padding: 1rem;
}

.value-column {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
}

.value-column {
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease-out;
}

.value-column.visible {
    opacity: 1;
    transform: translateY(0);
    gap:20px;
}

.value-column:nth-child(1) {
    transition-delay: .1s;
}

.value-column:nth-child(2) {
    transition-delay: .2s;
}

.value-column:nth-child(3) {
    transition-delay: .3s;
}

.value-column:nth-child(4) {
    transition-delay: .4s;
}

.value-column:nth-child(5) {
    transition-delay: .5s;
}

.value-column:nth-child(6) {
    transition-delay: .6s;
}

.value-column:nth-child(7) {
    transition-delay: .7s;
}

.value-column:nth-child(8) {
    transition-delay: .8s;
}

.value-column:nth-child(9) {
    transition-delay: .9s;
}

.value-column:nth-child(10) {
    transition-delay: 1s;
}

.value-column:nth-child(11) {
    transition-delay: 1.1s;
}

.value-column:nth-child(12) {
    transition-delay: 1.2s;
}

.value-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.value-icon {
    width: 100px;
    height: 60px;
    border-radius: 5px;
}

.value-text-container {
    display: flex;
    flex-direction: column;
    font-weight: normal;
}

.value-text {
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.value-text-sub {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

#in-pricing {
    color: black;
}

#in-pricing h2 {
    color: black;
}

#in-pricing p {
    color: black;
    font-size: 16px;
}

.container #learn-gpu {
    border: 2px solid;
    padding: 1rem;
    max-width: 1600px;
    border-radius: 30px;
}

#no-bg {
    background-image: var(--light-top-gradient);
    border: 2px solid #000000;
    min-height: 300px;
}

#benefits h2 {
    color: rgb(255, 255, 255);
}

#benefits p {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

#benefits #no-bg {
    background-color: transparent;
    border: 2px solid transparent;
}

#benefits4 {
    border-radius: 2rem;
    padding: 2rem;
}

#benefits4 h2 {
    color: #ffffff;
}

#in-pricing .container {
    max-width: 1800px !important;
}

.availability {
    padding: 2%;
}

.contact-hours {
    display: flex;
    flex-wrap: wrap;
}

.contact-hours h6 {
    font-weight: lighter;
    text-align: center;
}

.contact-hours h2 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-top: 30px;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-image: linear-gradient(to bottom, #022c05, rgb(0 0 0 / 82%)), url(/assets/img/home/amd-servers.webp)
}

.contact-container {
    max-width: 1400px;
    background-color: transparent;
    border-radius: 8px;
    align-items: center;
    padding-top: 10px;
}

.contact-container .title {
    text-align: center;
    margin-bottom: 20px;
}

.contact-info-columns {
    background-color: transparent;
    padding: 1%;
    margin-top: -1%;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.contact-item {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    background-color: transparent;
    padding: 20px;
    text-align: center;
    border-right: 2px solid #00000008;
}

#sales {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
    background-color: transparent;
    padding: 20px;
    text-align: center;
    border: none;
}

.contact-item .icon {
    width: 50px;
    height: auto;
    padding-bottom: 10px;
}

.contact-item h2.title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 3px;
}

.contact-item p.description {
    font-size: 15px;
    font-weight: normal;
}

.contact-item.button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.contact-item .btn-explore {
    color: green;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px;
    transition: background-color .5s, color .5s;
    border: 2px solid green;
    justify-items: center;
}

.contact-item .btn-explore:hover {
    color: white;
    background-color: green;
}

.contact-info .button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width:992px) {
    .contact-item {
        flex: 1 1 calc(50% - 20px)
    }
}

@media (max-width:576px) {
    .contact-item {
        flex: 1 1 100%
    }
}

.contact-form {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: auto;
}

.form-column {
    flex: 1;
    min-width: 200px;
    max-width: calc(33.333% - 20px);
    align-items: center;
}

.form-column label {
    display: block;
    margin-bottom: 5px;
}

.form-column input,
.form-column textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea {
    height: 100px;
}

#comment {
    height: 230px;
    width: auto;
}

.submit-btn {
    display: block;
    width: 30%;
    padding: 15px;
    background-color: #627bf6;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.submit-btn:hover {
    background-color: #c1dcef;
    color: black;
}

@media (max-width:768px) {
    .form-column {
        max-width: 100%;
        min-width: 100%
    }
}

@media (max-width:768px) {
    .pricing {
        display: block
    }
}

@media (max-width:768px) {
    #info {
        display: none
    }
}

.map {
    position: relative;
    width: 100%;
}

.map-content {
    position: relative;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
}

.responsive-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-us {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.contact-us .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 100px;
    max-width: 1600px;
}

.contact-us .table-sub {
    text-align: left !important;
}

.contact-us a {
    font-weight: 600;
    color: #2ecc71
}

.contact-us .container:after {
    content: '';
    position: relative;
    width: 100vw;
    height: 100%;
    max-width: 1900px;
    left: 0;
    top: 0;
    background: url("/assets/img/home/vr-green.jpg") no-repeat center;
    background-size: cover;
    filter: blur(50px);
    z-index: -1;
}

.contact-us .contact-box {
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-us .left {
    background-size: cover;
    height: 100%;
    padding: 10px 35px;
}

.contact-us .right {
    padding: 30px 35px;
    border: 2px solid var(--span);
    background-color: var(--table-row-hover);
    border-radius: 1rem;
}

.contact-us h2 {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 10px;
    margin-top: 2rem;
}

.contact-us h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
}

.field {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    outline: none;
    background-color: var(--table-head-bg);
    padding: .5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
    border-radius: .5rem;
}

.field:hover {
    background-color: rgb(255 255 255 / 58%);
}

.contact-us textarea {
    min-height: 150px;
}

.contact-us .btn {
    width: 50%;
    padding: .5rem 1rem;
    background-color: #36b048;
    color: #fff;
    font-size: 1.1rem;
    border: none;
    outline: none;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-radius: 2rem;
}

.contact-us .btn:hover {
    background-color: #27ae60;
}

.field:focus {
    border: 2px solid #4caf5069;
    background-color: #fff;
}

@media screen and (max-width:880px) {
    .contact-us .contact-box {
        grid-template-columns: 1fr
    }

    .contact-us .left {
        height: 200px;
        display: none
    }
}

.product-spec .container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    border-radius: 2rem;
}

.product-spec .container:after {
    content: '';
    position: relative;
    width: 100vw;
    height: 100%;
    max-width: 1900px;
    left: 0;
    top: 0;
    background: url("/assets/img/home/vr-green.jpg") no-repeat center;
    background-size: cover;
    filter: blur(50px);
    z-index: -1;
}

.product-spec .contact-box {
    max-width: 1600px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #212121;
    border-radius: 3rem;
}

.product-spec .left {
    background: url("/assets/img/products/geforce-GT-710.png") no-repeat center;
    background-size: cover;
    height: 70%;
}

.product-spec .right {
    padding: 4rem;
}

.product-spec h2 {
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.product-spec h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #2ecc71;
}

.product-spec .specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1rem 0;
    justify-items: left;
}

.product-spec .spec-row {
    display: contents;
    justify-content: left;
    color: gray;
    border-bottom: #001602;
    border-bottom: 1px solid;
}

.before {
    background-color: #ffffff;
    padding: 1%;
}

.before-sub-help {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.before-contact {
    background-color: #ffffff8a;
    color: black;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: .5rem;
    margin-bottom: 15px;
    height: fit-content;
    width: 100%;
}

.reasons {
    font-family: "Roboto", sans-serif;
    margin: 3%;
    padding: 0;
}

.reasons .container {
    display: flex;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-top: 1px dotted gray;
}

.reasons .values-title {
    font-size: 2.2rem;
}

.reasons .left-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 2;
}

.reasons .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    border-radius: 20px 0;
    background-color: black;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .432);
    transition: background-color .5s, scale .5s;
    border: 2px solid green;
}

.reasons .box:hover {
    scale: .97;
    background-color: rgba(0, 0, 0, .89);
}

.reasons .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.reasons .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.reasons .text {
    font-size: 14px;
    color: white;
}

.reasons .right-column {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    align-content: center;
}

.reasons .right-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bold;
}

.reasons .right-text {
    font-size: 16px;
    color: #333;
}

@media (max-width:768px) {
    .container {
        flex-direction: column
    }

    .left-column {
        grid-template-columns: 1fr
    }
}

.verses {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

.verses .container {
    display: flex;
    gap: 10px;
    box-sizing: border-box;
}

.verses .values-title {
    font-size: 2.2rem;
}

.verses .left-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 2;
}

.verses .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    border-radius: 2rem;
    transition: background-color .5s, scale .5s;
    line-height: 2.5;
    background-color: rgb(255, 255, 255);
}

.verses .box:hover {
    scale: .97;
    background-color: rgba(0, 0, 0, .89);
}

.verses .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.verses .title {
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    padding-top: 1rem;
}

.verses .text {
    font-size: 14px;
    color: white;
}

.verses .right-column {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    align-content: center;
}

.verses .right-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bold;
}

.verses .right-text {
    font-size: 16px;
    color: #ffffff;
}

.verses .icon {
    width: 20px;
    height: 20px;
}

.icon-gallery {
    padding-top: 2%;
    padding-bottom: 4%;
}

.img-container-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    background-color: black;
    padding: 10px;
    border-radius: 10px;
}

.square {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.img-grid-c {
    width: 100%;
    height: 100%;
    filter: brightness(40%);
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: all .2s ease-in-out;
}

.img-grid-c:hover {
    filter: brightness(100%);
    scale: .95;
}

.advantages {
    padding-bottom: 10px;
}

.advantages .container {
    display: flex;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.advantages .left-column {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    align-content: center;
}

.advantages .left-title {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
}

.advantages .left-text {
    font-size: 16px;
    color: #333;
}

.advantages .right-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 2;
}

.advantages .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    background-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.advantages .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.advantages .title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.advantages .text {
    font-size: 14px;
    color: #555;
}

.fandq {
    padding: 2%;
    background-image: linear-gradient(to bottom, #001b02ed, rgb(0 0 0 / 10%)), url(/assets/img/products/q.webp);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
}

.accordion-item:first-of-type{
    border-radius: 20px !important;
}
.accordion-item:last-of-type{
    border-radius: 20px !important;
}
.accordion-container {
    display: flex;
    flex-direction: column; 
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}

.accordion-header {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.accordion-header h2 {
    color: #fff;
    font-size: 2.2rem;
    margin: 0;
    margin-bottom: 40px;
}

.accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
    width: 100%;
}

.accordion-item {
    margin: 0; 
    border-radius: 20px;
    border: 1px solid red; 
    background-color: #fff;
    width: 100%; 
    height: max-content; 
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}

.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-desc {
    display: block;
}

.accordion-item input[type="checkbox"]:checked~.accordion-item-title .icon:after {
    content: "-";
    font-size: 20px;
}

.accordion-item input[type="checkbox"]~.accordion-item-title .icon:after {
    content: "+";
    font-size: 20px;
}

.accordion-item .icon {
    margin-left: 14px;
}

@media screen and (max-width:767px) {
    .accordion {
        grid-template-columns: 1fr; 
    }
    .accordion-header h2 {
        font-size: 1.5rem;
    }
}

.specifications {
    font-weight: 300;
    line-height: 1.42em;
    color: #A7A1AE;
    padding: 4rem;
}

h1 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    color: #4DC3FA;
}

.container th h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #185875;
}

.container td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #f2f6fb;
    -moz-box-shadow: 0 2px 2px -2px #f2f6fb;
    box-shadow: 0 2px 2px -2px #f2f6fb;
}

.container {
    text-align: left;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    display: table;
}

.container td,
.container th {
    padding-bottom: 1%;
    padding-top: 1%;
    border: 1px solid var(--light-border-span);
}

.container tr:nth-child(odd) {
    background-color: #fff;
}

.container tr:nth-child(even) {
    background-color: #ffffff;
}

.container th {
    background-color: var(--table-head-bg);
}

.container td:first-child {
    color: #000;
    font-weight: 600;
    padding-left: 20px;
}

.container td:nth-child(3) {
    color: #000
}

.container tr:hover {
    background-color: var(--table-row-hover);
}

@media (max-width:800px) {

    .container td:nth-child(4),
    .container th:nth-child(4) {
        display: none
    }
}

.specifications .container {
    margin-top: 5rem;
}

.quote-form-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.quote-form-section .form-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.quote-form-section .quote-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.quote-form-section .form-column {
    display: flex;
    flex-direction: column;
}

.quote-form-section .form-column label {
    margin-bottom: 5px;
    font-weight: bold;
}

.quote-form-section .form-column input,
.quote-form-section .form-column select,
.quote-form-section .form-column textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
}

.quote-form-section .comments-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.quote-form-section .submit-button {
    display: block;
    width: 200px;
    padding: 10px;
    margin: 20px auto 0;
    background-color: #87CEFA;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.quote-form-section .submit-button:hover {
    background-color: #00BFFF;
}

@media (max-width:768px) {
    .quote-form {
        grid-template-columns: 1fr
    }

    .comments-column {
        height: auto
    }
}

.prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
}

.prices .location-info,
.prices .location_heading {
    color: black;
}

.prices h3 {
    font-size: 2.5rem;
    color: #b26eff;
}

.prices .custom-column {
    border-radius: 8px;
    border: 2px solid #b26eff3b;
    overflow: hidden;
    transition: .3s ease;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 3px;
    min-height: 250px;
}

.prices .custom-column:hover {
    scale: .98;
    border: 2px solid #b26eff;
    transition: none;
    transform: none;
}

.prices #submit {
    padding-top: 40px;
    display: block;
    width: 100%;
    padding: 3px;
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #b26eff;
}

.prices #submit:hover {
    background-color: #b26eff3b;
}

.submitbtn {
    padding-top: 20px;
}

.prices .container .location-info {
    padding-bottom: 50px;
}

.prices .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: .5em 1em;
}

.dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1;
}

.terms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.terms h1 {
    color: var(--span)
}

.terms .information {
    text-align: center;
}

.terms-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    margin: auto;
}

.terms-introduction,
.terms-section {
    text-align: left;
    border-radius: 5px;
}

.terms-container .row {
    border-radius: 10px;
}

.terms-section h2 {
    color: var(--dark-green);
    font-size: x-large;
    border-radius: 5px;
    margin-top: 0;
}

.terms-section p,
li {
    color: black;
    margin: 10px 0;
}

.terms .button-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .terms-container {
        padding: 40px
    }
}

@media (min-width:992px) {
    .terms-container {
        padding: 60px 0
    }
}

.terms-container .learn-more {
    background-color: transparent;
    box-shadow: none;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

ul.key-terms,
ul.sla-terms {
    list-style-type: disc;
    padding-left: 20px;
}

ul.key-terms b,
ul.sla-terms b {
    font-weight: 500;
}

.sla-container {
    padding: 20px;
}

.sla-section {
    margin-bottom: 10px;
    padding: 15px 0;
}

.sla-section h4 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.sla-section h3 {
    font-weight: 600;
    color: #36b048;
}

.sla-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.sla-section ul li {
    margin-bottom: 10px;
}

.sla-section b {
    font-weight: bold;
}

.sla-section a {
    color: var(--span);
    text-decoration: none;
}

.sla-section a:hover {
    text-decoration: underline;
}

.footer {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #242b24;
    padding: 70px 0;
}

.footer .container {
    display: flex;
    justify-content: start;
}

.footer .row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-self: start;
}

.footer-col {
    flex: 1;
    padding: 0 15px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: green;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #bbbbbb;
    text-decoration: none;
    font-weight: 300;
    display: flex;
    justify-content: center;
    transition: all .3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgb(54 172 72 / 20%);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all .5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

@media(max-width:767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px
    }
}

@media(max-width:574px) {
    .footer-col {
        width: 100%
    }
}

.pricingTable {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.pricingTable .pricing_heading:after {
    content: "";
    width: 36px;
    height: 29.5%;
    background: green;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 2;
    transform: skewY(45deg) translateY(18px);
    transition: all .4s ease 0s;
}

.pricingTable .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    background: green;
    padding: 15px 0 0;
    margin: 0 35px 0 0;
    transition: all .4s ease 0s;
}

.pricingTable .value {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    background: green;
    padding: 5px 0 10px;
    margin: 0 35px 0 0;
    transition: all .4s ease 0s;
}

.pricingTable:hover .title,
.pricingTable:hover .value,
.pricingTable:hover .month {
    color: #000000;
}

.pricingTable .month {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.pricingTable .content {
    border-left: 1px solid #f2f2f2;
    position: relative;
}

.pricingTable .content:after {
    content: "";
    width: 35px;
    height: 100%;
    background: #f8f8f8;
    box-shadow: 9px 9px 20px #ddd;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: skewY(-45deg) translateY(-18px);
    transition: all .4s ease 0s;
}

.pricingTable .content ul {
    padding: 0;
    margin: 0 35px 0 0;
    list-style: none;
    background: #fff;
}

.pricingTable .content ul li {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 23px;
    padding: 11px 0;
    border-bottom: 1px solid #f2f2f2;
}

.pricingTable .link {
    background: #fff;
    padding: 20px 0;
    margin-right: 35px;
    border-bottom: 1px solid #f2f2f2;
}

.pricingTable .link a {
    display: inline-block;
    padding: 9px 20px;
    font-weight: 700;
    color: green;
    text-transform: uppercase;
    border: 1px solid green;
    background: #fff;
    transition: all .4s ease 0s;
}

.pricingTable:hover .link a {
    color: #fff;
    background: #009400b4;
    border: 1px solid #0094005d;
}

.pricingTable:hover .pricing_heading:after,
.pricingTable:hover .title,
.pricingTable:hover .value {
    background: #0094005d;
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 35px
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4);
    transition: opacity .3s;
}

.modal-content {
    padding: 0;
    border-radius: 2rem;
    border: 3px solid black;
    background-color: #fefefe;
    width: 90%;
    max-width: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.surveyform {
    width: 100%;
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
}

.modal-btn {
    color: white;
    background-color: #47b648;
    border: 2px solid #47b648;
    margin-top: 2rem;
}

.modal-row {
    background-color: #f7f7f7;
    border-radius: 2rem;
    padding: 2rem;
}

.pdf-btn {
    color: #000;
    border: 3px solid var(--span);
    background-color: var(--span);
    border-radius: 2rem;
    padding: 8px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    transition: all .5s, color .5s;
    margin: 5px;
}

.pdf-btn:hover {
    background-color: var(--span-dark);
    border: 3px solid var(--span-dark);
    color: #fff;
}

@media only screen and (min-width:1024px) and (max-width:1520px) {
    .small-image {
        width: 95%
    }
}

@media only screen and (min-width:1140px) and (max-width:1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:992px) and (max-width:1364px) {
    .col-lg-2 p {
        font-size: 16px
    }
}

@media only screen and (min-width:610px) and (max-width:990px) {
    .mission .short-card {
        min-height: 100px
    }
}

@media (max-width:992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll
    }

    .custom-column {
        padding: 1rem .5rem
    }

    .products .custom-columns {
        height: fit-content
    }

    .col-md-12 {
        max-width: 100%
    }

    .compete .row>.col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .info-bar {
        display: none
    }

    #hero2 {
        display: none
    }
    /* #hero-home{
        height: 500px;
    } */
}

@media (max-width:768px) {
    .col-lg-7 .hero-letter {
        font-size: 60px
    }

    .col-lg-12 .hero-letter {
        font-size: 40px
    }

    .pricing {
        display: block
    }

    #info {
        display: none
    }

    .dropdown-menu.show {
        max-height: none
    }

    .products {
        padding: 0;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .custom-column {
        padding: 1rem
    }

    .col-sm-6 {
        max-width: 100%
    }

    .info-item {
        flex: 1 0 50%
    }

    .flag-column {
        justify-content: center
    }

   

    .left-half,
    .right-half {
        width: 100%;
        margin-bottom: 20px
    }

    .right-half {
        visibility: hidden
    }

    .col-lg-5 {
        display: none
    }

    #hero1 {
        display: none
    }

    #hero2 {
        display: none
    }
}

@media (max-width:576px) {
    .info-item {
        flex: 1 0 100%
    }
}

@media (max-width:425px) {
    .bottoms {
        display: none
    }
}

/* @media (min-width:768px) and (max-width:991px) {
    .row>.col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%
    }
} */

@media (min-width:300px) and (max-width:500px) {
    .col-lg-12 .hero-letter{
        font-size: 30px !important;
    }
    /* #hero-home {
        height: 500px
    } */

    .shadow-hero {
        width: 100%;
        margin-top: 0
    }
}

@media (max-width:320px) {


    .shadow-hero {
        width: 100%;
        margin-top: 0
    }
}
@media (max-width:768px) {
    .value-column.visible{
        width: 100%;
    }
}
@media (min-width:500px) and (max-width:768px) {
    .col-lg-12 .hero-letter{
        font-size: 30px !important;
    }
/* #hero-home {
        height: 350px
    } */
    .shadow-hero {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1440px) {
  

    /* .shadow-hero {
        margin-top: 50px
    } */

    .col-lg-12 .hero-letter {
        font-size: 40px !important
    }
}

@media (max-width:450px) {
    .col-lg-7 .hero-letter {
        font-size: 50px
    }

    .col-lg-12 .hero-letter {
        font-size: 26px !important
    }

    #hero-pricing,
    #hero-contact {
        height: 450px
    }

    .col-lg-5 {
        display: none
    }
}

@media (max-width:524px) {
    .compete-text-box {
        height: auto;
        padding: 1px
    }
}

@media (max-width:395px) {
    .contact-hours {
        width: auto;
        text-align: center;
        align-items: center;
        justify-content: center
    }

    .contact-hours h1 {
        font-size: xx-large
    }

    .contact-hours h6 {
        font-size: small
    }
}

@media (max-width:768px) {
    .container {
        align-items: center
    }

    .btn {
        margin-top: 10px
    }
}

@media (max-width:980px) {
    .grid-item {
        height: auto
    }

    .text-container {
        height: max-content;
        margin-top: 10px
    }
}

section.pricing {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/home/hyper.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}

#ai-generator {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-ai-image-generator.webp);
}

#bluestacks {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-bluestacks.webp);
}

#deep-learning {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-deep-learning.webp);
}

#gameloop {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-gameloop.webp);
}

#gpu-cluster {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-gpu-cluster.webp);
}

#gpu-farm {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-gpu-farm.webp);
}

#keras {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-keras.webp);
}

#ldplayer {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-ldplayer.webp);
}

#live-streaming {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-live-streaming.webp);
}

#llama-2 {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-llama-2.webp);
}

#llama-3-1 {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-llama-3-1.webp);
}

#memu {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-memu.webp);
}

#noxplayer {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-noxplayer.webp);
}

#obs-studio {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-obs-studio.webp);
}

#octane {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-octane.webp);
}

#ollama {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-ollama.webp);
}

#pytorch {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-pytorch.webp);
}

#rendering {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-rendering.webp);
}

#stable-diffusion {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-ai-image-generator.webp)
}

#tensorflow {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-tensorflow.webp);
}

#xg-boost {
    background-image: linear-gradient(to bottom, #001b028e, rgb(0 0 0 / 82%)), url(/assets/img/pricing/bg-xg-boost.webp);
}

.card-body {
    border-radius: 15px;
}

.py-5 {
    padding: 0 20px;
}

.py-5 .container {
    max-width: 1660px;
}

.py-5 .fa-star {
    color: var(--star-yellow);
}

.py-5 .fa-circle-info {
    color: var(--span);
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all .2s;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all .2s;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
    background-color: #ffffff;
    border: 2px solid var(--span);
}

.pricing .card:hover {
    background-color: #000000dc;
    color: #f1f1f1;
}

.pricing .card:hover .card-price,
.pricing .card:hover .price-li {
    color: #f1f1f1;
}

.pricing hr {
    margin: 10px;
}

.pricing .card-title {
    margin: .5rem 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1rem;
    color: var(--span);
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: .8rem;
}

.pricing ul li {
    margin: 5px;
}

.pricing .text-muted {
    opacity: .7;
}

.pricing .btn {
    margin-top: 10px;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: .7;
    transition: all .5s;
    background-color: var(--span);
    border: 2px solid var(--span-medium);
}

.pricing .btn:hover {
    background-color: #000000;
    border: 2px solid var(--light-green);
    color: var(--span);
}

.price-li .fa-check {
    padding-right: .5rem;
}

.icons-price {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

@media (min-width:992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .3)
    }

    .pricing .card:hover .btn {
        opacity: 1
    }
}

.padding .card {
    background-color: transparent;
}

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

.padding .card-body {
    background-color: var(--light-transparent-bg);
    border-radius: 0;
    border: 2px solid #fff;
    padding: 0;
}

.padding .table {
    width: 100%;
    border-collapse: collapse;
}

.padding .table td,
.padding .table th {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid var(--light-border-gray);
    background-color: var(--transparent-bg);
    text-align: center;
}

.padding .table th {
    background-color: #4CAF50;
    color: white;
    font-weight: 500;
}

.padding .table tr:hover {
    background-color: #f1f1f1;
}

.padding .table td strong {
    font-weight: 600;
}

.padding .table-title-1 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.table-responsive {
    padding: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table th,
.table td {
    border: 1px solid #dee2e6;
    padding: .75rem;
    text-align: center;
}

@media (max-width:768px) {

    .table th,
    .table td {
        display: block;
        width: 100%
    }

    .table thead {
        display: none
    }

    .table tr {
        margin-bottom: 15px
    }
}

.countries-section {
    padding: 1rem;
}

.otp-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(5px)
}

.otp-modal-content {
    background: #FFFFFF;
    margin: 10% auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
    width: 90%;
    max-width: 400px;
    text-align: center;
    animation: fadeIn .3s ease-in-out;
}

#closeModalBtn {
    background-color: #36b048;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color .3s ease;
}

#closeModalBtn:hover {
    background-color: #36b048;
}

.otp-modal-content input[type="text"] {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px !important;
    box-sizing: border-box;
    transition: border-color .3s ease;
}

.otp-modal-content input[type="text"]:focus {
    outline: none;
    border-color: #36b048;
    box-shadow: 0 0 5px rgba(193, 33, 7, .5);
}

#verifyOtpBtn {
    background-color: #36b048;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color .3s ease;
}

#verifyOtpBtn:hover {
    background-color: #36b048;
}

.otp-modal-content h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.container-continent {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    height: 175px;
    margin-top: 50px;
    padding: 10px;
    box-shadow: 1px 1px 15px 10px #ccc;
    border-radius: 1rem;
    position: relative;
    flex-direction: column;
    background: #d6f1d1;
    margin-left: auto;
    margin-right: auto;
}

.container-continent:hover {
    background-color: #c7e9c0;
}

.continent-image {
    border-radius: 50%;
    position: absolute;
    top: -50px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    z-index: 100;
    box-shadow: 1px 1px 10px 3px #ccc;
    transition: top .5s ease-in-out;
    background: radial-gradient(circle at center, #36B048, black);
}

.continent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.continent-content {
    position: relative;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.continent-content h3 {
    font-weight: 600;
    font-size: 25px !important;
    color: black;
}

@media (max-width:1440px) {
   .continent-content h3 {
    font-weight: 600;
    font-size: 23px;
    color: #28a745;
}
.table-title{
    padding-top: 0 !important;
}
.continent-content{
    top: 15px !important;
}
}
.continent-content i {
    color: #36B048;
    margin-top: 5px;
    font-size: 33px;
    margin-left: 0 !important;
}

.g-bold-text {
    font-weight: 600;
    font-size: 16px;
}

.accordion-item-desc>ul {
    list-style: circle;
    margin-left: 20px;
}

.custom-column>ul>li {
    color: #fff;
    font-size: 14px !important;
    padding-left: 10px;
}

.g-ul-list>li {
    color: #fff;
    padding-left: 10px;
}

.custom-column>ul,
.g-ul-list {
    list-style-type: "\⭐" !important
}

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

.g-card-ul li {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    line-height: 1.4;
}

.g-card-ul li::before {
    content: '⭐';
    position: relative;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: inherit
}

.g-card-ul>li {
    padding-left: 10px;
}

.g-ul-list {
    text-align: left !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 26px;
}

.g-custom-column {
    text-align: left !important;
}

.g-non-icon-box {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    padding: 25px;
    display: flex;
    flex-direction: column;
    min-height: 480px;
    transition: transform .3s ease
}

.g-non-icon-box:hover {
    transform: translateY(-5px)
}

.g-non-icon-box>.learn-support>ul,
b {
    text-align: left !important;
}

.g-non-icon-box>.learn-support>b {
    color: #000 !important;
}

.g-non-icon-box>.learn-support {
    padding: 30px !important;
}

.g-custom-4-card-contianer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    padding: 0 15px;
}

.usa-states-section {
    margin: auto;
    max-width: 1600px;
    padding-bottom: 60px;
}

.usa-states-list {
    margin: auto;
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    justify-content: center;
}

.usa-states-link {
    flex: 0 0 calc(20% - 15px);
    max-width: calc(20% - 15px);
    text-decoration: none;
    color: inherit;
}

@media (max-width:1024px) {
    .usa-states-link {
        flex: 0 0 calc(33.333% - 15px);
        max-width: calc(33.333% - 15px)
    }
}

@media (max-width:600px) {
    .usa-states-link {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.usa-states-card {
    border: 2px solid white;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 0%), 0 20px 50px 0 #dee2e6;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: .15s ease-in;
}

.usa-states-card:hover,
.usa-states-card:focus-within {
    border: 2px solid #16c79a;
    transform: translateY(-5px);
}

.usa-states-image {
    border-radius: 10px;
    overflow: hidden;
}

.usa-states-image img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.usa-states-header {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.usa-states-title {
    color: green;
    padding-right: 20px;
    font-weight: 600;
    font-size: 20px;
    max-width: 125px;
}

.usa-states-learn-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.usa-states-learn-btn {
    width: 110px;
    height: auto;
}

.usa-states-learn-circle {
    max-width: 83px;
    display: flex;
    position: relative;
    height: 50px;
    background: #282936;
    border-radius: 26px;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.usa-states-learn-text:hover {
    color: green;
}

.usa-states-learn-icon {
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.usa-states-learn-arrow {
    left: 0;
    height: 2px;
    background: none;
}

.usa-states-learn-arrow::before {
    content: "";
    position: absolute;
    left: 45px;
    top: -5px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.usa-states-server-icon {
    left: -10px;
    position: relative;
    width: 30px
}

.usa-states-learn-text {
    font-size: 18px;
    max-width: 100px;
    padding-top: 0;
    padding-left: 20px;
    transition: all .45s cubic-bezier(.65, 0, .076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px 20px;
    color: white;
    font-weight: 700;
    text-align: center;
}

.usa-states-learn-btn:hover .usa-states-learn-circle {
    width: 100%;
}

.usa-states-learn-btn:hover .usa-states-learn-arrow {
    background: #fff;
    transform: translate(16px, 0);
}

.usa-states-learn-btn:hover .usa-states-learn-text {
    color: #fff;
}

.g-tutorial-contents>ul {
    list-style-type: disc !important;
}

.g-content-ul {
    list-style-type: disc !important;
}

.server-request-form-section {
    padding: 60px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-request-form-section .form-card {
    background: linear-gradient(145deg, rgba(32, 32, 32, .95), rgba(0, 0, 0, .98));
    border-radius: 20px;
    padding: 40px;
    max-width: 1200px;
    width: 100%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .5), 0 0 0 1px rgba(54, 176, 72, .2), inset 0 1px 0 rgba(54, 176, 72, .1);
    position: relative;
    backdrop-filter: blur(10px);
    animation: cardGlow 3s ease-in-out infinite;
}

@keyframes cardGlow {

    0%,
    100% {
        box-shadow: 0 25px 50px rgba(0, 0, 0, .5), 0 0 0 1px rgba(54, 176, 72, .2), inset 0 1px 0 rgba(54, 176, 72, .1)
    }

    50% {
        box-shadow: 0 25px 50px rgba(0, 0, 0, .5), 0 0 0 1px rgba(54, 176, 72, .4), inset 0 1px 0 rgba(54, 176, 72, .2), 0 0 30px rgba(54, 176, 72, .1)
    }
}

.server-request-form-section .form-card::before,
.server-request-form-section .form-card::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #36b048;
}

.server-request-form-section .form-card::before {
    top: 15px;
    left: 15px;
    border-right: none;
    border-bottom: none;
}

.server-request-form-section .form-card::after {
    bottom: 15px;
    right: 15px;
    border-left: none;
    border-top: none;
}

.server-request-form-section .form-intro {
    margin-bottom: 40px;
}

.server-request-form-section .form-intro h2 {
    color: #36b048;
    font-weight: 700;
    font-size: 2.5rem;
    text-shadow: 0 0 20px rgba(54, 176, 72, .3);
    position: relative;
    display: inline-block;
}

.server-request-form-section .form-intro h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #36b048, transparent);
    animation: underlineGlow 2s ease-in-out infinite;
}

@keyframes underlineGlow {

    0%,
    100% {
        opacity: .5;
        width: 60px
    }

    50% {
        opacity: 1;
        width: 100px
    }
}

.server-request-form-section .form-intro p {
    color: #cccccc;
    font-size: 1.1rem;
    margin-top: 20px;
}

.server-request-form-section .section-title {
    color: #36b048;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 1.4rem;
    position: relative;
    padding-left: 20px;
}

.server-request-form-section .section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #36b048, rgba(54, 176, 72, .3));
    border-radius: 2px;
}

.server-request-form-section .section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(54, 176, 72, .3), transparent);
    margin: 35px 0;
    position: relative;
}

.server-request-form-section .section-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #36b048;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(54, 176, 72, .5);
}

.server-request-form-section .form-label {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: .95rem;
}

.server-request-form-section .required-star {
    color: #36b048;
    font-weight: bold;
    margin-left: 3px;
    animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {

    0%,
    100% {
        opacity: .7
    }

    50% {
        opacity: 1;
        text-shadow: 0 0 10px #36b048
    }
}

.server-request-form-section .form-control {
    background: rgba(32, 32, 32, .8);
    border: 2px solid rgba(54, 176, 72, .3);
    border-radius: 8px;
    color: #ffffff;
    padding: 12px 16px;
    font-size: .95rem;
    transition: all .3s ease;
    position: relative;
}

.server-request-form-section .form-control:focus {
    background: rgba(32, 32, 32, .9);
    border-color: #36b048;
    box-shadow: 0 0 0 .2rem rgba(54, 176, 72, .25), 0 0 15px rgba(54, 176, 72, .2);
    color: #ffffff;
    transform: translateY(-1px);
}

.server-request-form-section .form-control::placeholder {
    color: rgba(204, 204, 204, .6);
}

.server-request-form-section .form-control:hover {
    border-color: rgba(54, 176, 72, .5);
    transform: translateY(-1px);
}

.server-request-form-section textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.server-request-form-section .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    filter: brightness(.9) contrast(1.1);
}

.server-request-form-section .submit-btn {
    background: linear-gradient(135deg, #36b048, #2a8f3a);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(54, 176, 72, .3);
}

.server-request-form-section .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s ease;
}

.server-request-form-section .submit-btn:hover {
    background: linear-gradient(135deg, #2a8f3a, #36b048);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(54, 176, 72, .4);
    color: #ffffff;
}

.server-request-form-section .submit-btn:hover::before {
    left: 100%;
}

.server-request-form-section .submit-btn:active {
    transform: translateY(0);
}

.server-request-form-section .form-control:focus+.input-glow {
    opacity: 1;
}

@media (max-width:768px) {
    .server-request-form-section .form-card {
        padding: 25px;
        margin: 20px 10px
    }

    .server-request-form-section .form-intro h2 {
        font-size: 2rem
    }

    .server-request-form-section .submit-btn {
        padding: 12px 40px;
        font-size: 1rem
    }
}

.server-request-form-section .col-md-6:nth-child(odd) .form-control {
    animation: inputSlideLeft .6s ease-out;
}

.server-request-form-section .col-md-6:nth-child(even) .form-control {
    animation: inputSlideRight .6s ease-out;
}

@keyframes inputSlideLeft {
    from {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes inputSlideRight {
    from {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.server-request-form-section .form-card {
    animation: formAppear 1s ease-out;
}

@keyframes formAppear {
    from {
        opacity: 0;
        transform: translateY(30px) scale(.95)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.container-mx-width-1600 {
    max-width: 1500px !important;
    margin: auto;
}

.g-location-search-results-main {
    background: linear-gradient(135deg, rgba(0, 0, 0, .5) 0%, rgba(32, 32, 32, .8) 100%);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    border-radius: 12px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    overflow: hidden;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.header .menu>ul>.g-location-search-results-main {}

.g-location-search-results-main.active {
    max-height: 100vh;
    opacity: 1;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.g-location-search-results-main .location-search-layout {
    background: linear-gradient(145deg, #202020 0%, #1a1a1a 100%);
    border: 2px solid #36b048;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 25px 50px rgba(54, 176, 72, .1), 0 0 30px rgba(54, 176, 72, .05), inset 0 1px 0 rgba(255, 255, 255, .1);
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 700px;
    max-width: 90vw;
    max-height: 85vh;
    position: relative;
    overflow: hidden;
}

.g-location-search-results-main .location-search-layout::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #36b048, transparent);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

.g-location-search-results-main .location-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(54, 176, 72, .2);
}

.g-location-search-results-main .location-search-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    text-shadow: 0 0 10px rgba(54, 176, 72, .3);
}

.g-location-search-results-main .location-search-title::before {
    content: '\f233';
    font-family: 'FontAwesome';
    color: #36b048;
    font-size: 20px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #36b048
    }

    to {
        text-shadow: 0 0 15px #36b048, 0 0 20px #36b048
    }
}

.g-location-search-results-main .location-search-close {
    cursor: pointer;
    padding: 12px 16px 10px;
    border-radius: 8px;
    transition: all .3s ease;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
}

.g-location-search-results-main .location-search-close:hover {
    background: rgba(255, 85, 51, .1);
    border-color: #ff5533;
    transform: scale(1.1);
}

.g-location-search-results-main .location-search-close i {
    color: #ff5533;
    font-size: 24px;
    transition: all .3s ease;
    margin: 0;
}

.g-location-search-results-main .search-input-container {
    position: relative;
}

.g-location-search-results-main .search-input-container::before {
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #36b048;
    font-size: 16px;
    z-index: 1;
}

.g-location-search-results-main .Locationsearch {
    width: 300px;
    padding: 0 20px 0 30px;
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 2px solid rgba(54, 176, 72, .3);
    border-radius: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease;
    outline: none;
}

.g-location-search-results-main .Locationsearch:focus {
    border-color: #36b048;
    box-shadow: 0 0 20px rgba(54, 176, 72, .2), inset 0 0 10px rgba(54, 176, 72, .05);
}

.g-location-search-results-main .Locationsearch::placeholder {
    color: rgba(255, 255, 255, .5);
}

.g-location-search-results-main .location-search-results {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid rgba(54, 176, 72, .2);
    border-radius: 12px;
    max-height: 400px;
    overflow-y: auto;
    opacity: 0;
    max-height: 0;
    transition: all .4s cubic-bezier(.25, .46, .45, .94);
    scrollbar-width: thin;
    scrollbar-color: #36b048 #202020;
    overflow-x: hidden;
}

.g-location-search-results-main .location-search-results::-webkit-scrollbar {
    width: 8px;
}

.g-location-search-results-main .location-search-results::-webkit-scrollbar-track {
    background: #202020;
    border-radius: 4px;
}

.g-location-search-results-main .location-search-results::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #36b048, #2a8a3a);
    border-radius: 4px;
}

.g-location-search-results-main .location-search-results.active {
    max-height: 400px;
    opacity: 1;
}

.g-location-search-results-main .location-search-results h3 {
    padding: 16px 24px 13px 24px;
    margin: 0;
    border-bottom: 1px solid rgba(54, 176, 72, .1);
    background: linear-gradient(90deg, rgba(54, 176, 72, .05), transparent);
}

.g-location-search-results-main .location-search-results h3 a {
    color: #36b048;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
}

.g-location-search-results-main .location-search-results h3 a::before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    font-size: 14px;
}

.g-location-search-results-main .location-search-results h3 a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #36b048;
}

.g-location-search-results-main .location-search-results ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.g-location-search-results-main .location-search-results ul li {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    position: relative;
    overflow: hidden;
}

.g-location-search-results-main .location-search-results ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(45deg, #36b048, #2a8a3a);
    transform: scaleY(0);
    transition: transform .3s ease;
}

.g-location-search-results-main .location-search-results ul li:hover {
    background: linear-gradient(90deg, rgba(54, 176, 72, .1), transparent);
    transform: translateX(5px);
}

.g-location-search-results-main .location-search-results ul li:hover::before {
    transform: scaleY(1);
}

.g-location-search-results-main .location-search-results ul li a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    transition: all .3s ease;
}

.g-location-search-results-main .location-search-results ul li a::before {
    content: '\f233';
    font-family: 'FontAwesome';
    color: #36b048;
    font-size: 12px;
    width: 16px;
    text-align: center;
}

.g-location-search-results-main .location-search-results ul li:hover a {
    color: #ffffff;
}

.g-location-search-results-main .stats-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(54, 176, 72, .2);
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.g-location-search-results-main .g-location-search-results-main .stats-bar .total-locations {
    display: flex;
    align-items: center;
    gap: 8px;
}

.g-location-search-results-main .g-location-search-results-main .stats-bar .total-locations::before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    color: #36b048;
}

.g-location-search-results-main .g-location-search-results-main .gaming-accent {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #36b048, #2a8a3a);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    opacity: .1;
}

@media screen and (max-width:768px) {
    .g-location-search-results-main .g-location-search-results-main .location-search-layout {
        min-width: 95vw;
        margin: 20px;
        padding: 24px
    }

    .g-location-search-results-main .g-location-search-results-main .location-search-title {
        font-size: 20px
    }

    .g-location-search-results-main .g-location-search-results-main .location-search-results {
        max-height: 300px
    }
}

@media screen and (max-width:480px) {
    .g-location-search-results-main .location-search-layout {
        padding: 20px
    }

    .g-location-search-results-main .location-search-results ul li {
        padding: 10px 20px
    }

    .g-location-search-results-main .location-search-results ul li a {
        font-size: 14px
    }
}

@media screen and (max-width:1300px) {
    .header .menu>ul>li {
        margin-left: 16px !important
    }
}

@media screen and (max-width:1220px) {
    .header .menu>ul>li {
        margin-left: 10px !important
    }
}

@media screen and (max-width:1160px) {
    .g-location-search-results-main {
        top: 50px
    }

    .g-location-search-results-main .Locationsearch {
        padding: 6px 20px 6px 30px
    }
}

.deal-page-body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f7f9;
    color: #333;
    padding: 2rem 1rem;
}

.deal-location-group {
    max-width: 1500px;
    margin: 0 auto 3rem auto;
}

.deal-location-header {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 3px solid #007bff;
    display: inline-block;
}

.deal-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 1.5rem;
}

.deal-product-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.deal-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
}

.deal-card-header {
    padding: 1.5rem;
    background: linear-gradient(45deg, #1a202c, #2d3748);
    color: #ffffff;
}

.deal-card-header h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 .25rem 0;
}

.deal-card-header .deal-specs-summary {
    font-size: .8rem;
    color: #a0aec0;
    font-weight: 500;
    margin: 0;
}

.deal-main-specs-box {
    padding: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.deal-spec-item {
    display: flex;
    align-items: center;
}

.deal-spec-icon {
    font-size: 1.25rem;
    color: #007bff;
    margin-right: 1rem;
    width: 24px;
    text-align: center;
}

.deal-spec-details {
    display: flex;
    flex-direction: column;
}

.deal-spec-value {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
}

.deal-spec-label {
    font-size: .8rem;
    color: #718096;
}

.deal-ref-code {
    font-family: monospace;
    font-size: .75rem;
    color: #a0aec0;
    text-align: center;
    padding: 0 1.5rem 1rem;
}

.deal-card-footer {
    margin-top: auto;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deal-price-box .deal-price-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a202c;
}

.deal-price-box .deal-price-period {
    font-size: .9rem;
    color: #718096;
    font-weight: 500;
}

.deal-buy-btn {
    background: #36b048;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
    border: none;
    padding: .75rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color .3s ease;
}

.deal-buy-btn:hover {
    background: #0056b3;
}

.deal-buy-btn i {
    margin-right: .5rem;
}

.g-promotion-products-layout {
    padding: 0 20px;
    margin: 50px 0 30px 0;
}

.bgp-page-body {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f2f5;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 2rem;
    box-sizing: border-box;
}

.bgp-main-banner {
    width: 100%;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.bgp-header-block {
    background: linear-gradient(135deg, #0056b3, #004085);
    color: #ffffff;
    padding: 2rem 2.5rem;
    text-align: center;
}

.bgp-header-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 .5rem 0;
    letter-spacing: -.02em;
}

.bgp-header-subtitle {
    font-size: 1rem;
    font-weight: 400;
    opacity: .9;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.bgp-content-body {
    padding: 0;
}

.bgp-content-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a202c;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.bgp-pricing-block {
    padding: 2.5rem;
    background: #f8f9fa;
    text-align: center;
}

.bgp-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

.bgp-pricing-item {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bgp-pricing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .07);
}

.bgp-item-icon {
    font-size: 2.2rem;
    color: #0056b3;
    margin-bottom: 1rem;
}

.bgp-item-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 .5rem 0;
}

.bgp-item-description {
    font-size: .85rem;
    color: #718096;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
    min-height: 70px;
}

.bgp-item-cost {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1;
}

.bgp-item-cost span {
    font-size: 1.5rem;
    vertical-align: super;
    margin-right: 2px;
    font-weight: 500;
}

.bgp-requirements-block {
    padding: 2.5rem;
    border-top: 1px solid #e2e8f0;
}

.bgp-req-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bgp-req-list-item {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.bgp-req-list-item:last-child {
    margin-bottom: 0;
}

.bgp-req-list-item::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #007bff;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.2rem;
}

.bgp-req-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 .2rem 0;
}

.bgp-req-description {
    font-size: .9rem;
    color: #5a677a;
    line-height: 1.6;
    margin: 0;
}

@media (max-width:700px) {
    .bgp-pricing-grid {
        grid-template-columns: 1fr
    }

    .bgp-item-description {
        min-height: auto;
        margin-bottom: 1rem
    }
}

@media (max-width:600px) {
    .bgp-page-body {
        padding: 1rem
    }

    .bgp-header-block,
    .bgp-requirements-block,
    .bgp-pricing-block {
        padding: 1.5rem
    }

    .bgp-header-title {
        font-size: 1.8rem
    }

    .bgp-header-subtitle,
    .bgp-req-title,
    .bgp-item-name {
        font-size: .95rem
    }
}

.bgp-page-body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f7fc;
    color: #334155;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 2.5rem 1.5rem;
    box-sizing: border-box;
}

.bgp-container-shell {
    width: 100%;
    max-width: 900px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 50px -10px rgba(0, 34, 85, .15);
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.bgp-hero-header {
    background: #0f172a;
    color: #ffffff;
    padding: 3rem 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bgp-hero-header::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(30, 64, 175, .2), transparent 70%);
}

.bgp-hero-header::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(30, 64, 175, .25), transparent 70%);
}

.bgp-hero-icon-wrapper {
    font-size: 3rem;
    color: #3b82f6;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.bgp-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 .75rem 0;
    letter-spacing: -.03em;
    position: relative;
    z-index: 1;
}

.bgp-hero-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    opacity: .8;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.bgp-section-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
}

.bgp-pricing-wrapper {
    padding: 3rem 2.5rem;
    background-color: #f8fafc;
}

.bgp-pricing-layout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.bgp-price-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    text-align: center;
    padding: 2rem;
    transition: transform .3s ease, box-shadow .3s ease;
}

.bgp-price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px -5px rgba(0, 34, 85, .1);
}

.bgp-price-card-type {
    font-weight: 600;
    color: #3b82f6;
    margin: 0 0 .25rem 0;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .05em;
}

.bgp-price-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 1.5rem 0;
}

.bgp-price-card-amount {
    font-size: 4rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 1rem;
}

.bgp-price-card-amount span {
    font-size: 2rem;
    font-weight: 600;
    vertical-align: super;
    margin-right: 4px;
    color: #64748b;
}

.bgp-price-card-desc {
    font-size: .9rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.bgp-requirements-wrapper {
    padding: 3rem 2.5rem;
    border-top: 1px solid #e2e8f0;
}

.bgp-requirements-list {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.bgp-req-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.bgp-req-item-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #eef2ff;
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bgp-req-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 .25rem 0;
}

.bgp-req-item-desc {
    font-size: .95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

@media (max-width:768px) {
    .bgp-pricing-layout-grid {
        grid-template-columns: 1fr
    }

    .bgp-page-body {
        padding: 1.5rem 1rem
    }

    .bgp-hero-header,
    .bgp-pricing-wrapper,
    .bgp-requirements-wrapper {
        padding: 2.5rem 1.5rem
    }

    .bgp-hero-title {
        font-size: 2rem
    }
}

.bgp-v3-body {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f2f5;
    color: #475569;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2.5rem 1.5rem;
    box-sizing: border-box;
}

.bgp-v3-shell {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 25px 60px -15px rgba(0, 44, 111, .15);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width:900px) {
    .bgp-v3-shell {
        grid-template-columns: 5fr 4fr
    }
}

.bgp-v3-main-content {
    padding: 3rem;
}

.bgp-v3-header {
    margin-bottom: 2.5rem;
}

.bgp-v3-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 .5rem 0;
    line-height: 1.2;
}

.bgp-v3-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b;
}

.bgp-v3-requirements-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e0e7ff;
    padding-bottom: .75rem;
}

.bgp-v3-req-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bgp-v3-req-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.bgp-v3-req-icon {
    flex-shrink: 0;
    color: #36b048;
    font-size: 1.25rem;
    margin-top: 5px;
}

.bgp-v3-req-title {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    margin: 0 0 .25rem 0;
}

.bgp-v3-req-desc {
    font-size: .9rem;
    line-height: 1.6;
    margin: 0;
}

.bgp-v3-pricing-panel {
    background-color: #f8fafc;
    padding: 3rem;
    border-left: 1px solid #e2e8f0;
}

.bgp-v3-pricing-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
    margin-bottom: 2rem;
}

.bgp-v3-price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 1.25rem;
}

.bgp-v3-price-details {
    text-align: left;
}

.bgp-v3-price-type {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #4338ca;
    letter-spacing: .05em;
    margin-bottom: .2rem;
}

.bgp-v3-price-desc {
    font-size: .9rem;
    margin: 0;
}

.bgp-v3-price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

.bgp-v3-price-amount span {
    font-size: 1.25rem;
    font-weight: 600;
    vertical-align: super;
    margin-right: 2px;
    color: #64748b;
}

.bgp-v3-cta-button {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #4f46e5, #7c3aed);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    margin-top: 2rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

.bgp-v3-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgba(79, 70, 229, .4);
}

@media (max-width:900px) {

    .bgp-v3-main-content,
    .bgp-v3-pricing-panel {
        padding: 2rem
    }

    .bgp-v3-pricing-panel {
        border-left: none;
        border-top: 1px solid #e2e8f0
    }

    .bgp-v3-title {
        font-size: 1.8rem
    }
}

.g-bgp-section-wrapper {
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}

.bgp-v3-price-amount-main {
    color: #36b048;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg) scale(1.5)
    }

    50% {
        transform: rotate(180deg) scale(1.6)
    }

    100% {
        transform: rotate(360deg) scale(1.5)
    }
}

.bgp-glass-body {
    font-family: 'Poppins', sans-serif;
    background-color: #0c0a1a;
    color: #e2e8f0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 4rem 1.5rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.bgp-glass-body::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -20%;
    width: 70%;
    padding-bottom: 70%;
    background: linear-gradient(135deg, #7c3aed, #4f46e5, #0ea5e9);
    border-radius: 50%;
    filter: blur(150px);
    z-index: 0;
    animation: rotateGradient 25s infinite linear;
    opacity: .5;
}

.bgp-glass-body::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 70%;
    padding-bottom: 70%;
    background: linear-gradient(135deg, #ec4899, #f43f5e, #f97316);
    border-radius: 50%;
    filter: blur(150px);
    z-index: 0;
    animation: rotateGradient 30s infinite linear reverse;
    opacity: .4;
}

.bgp-glass-container {
    width: 100%;
    max-width: 1100px;
    text-align: center;
    z-index: 1;
    position: relative;
}

.bgp-glass-header {
    margin-bottom: 4rem;
}

.bgp-glass-main-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.bgp-glass-main-intro {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7;
}

.bgp-glass-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.bgp-frosted-card {
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: left;
    transition: background .3s ease, transform .3s ease;
}

.bgp-frosted-card:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-10px);
}

.bgp-frosted-card-icon {
    font-size: 1.8rem;
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05));
    color: #ffffff;
}

.bgp-frosted-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #f1f5f9;
    margin: 0 0 .75rem 0;
}

.bgp-frosted-card-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0;
}

@media (max-width:1200px) {
    .bgp-glass-grid-layout {
        grid-template-columns: 1fr
    }
}

@media (max-width:640px) {
    .bgp-glass-main-title {
        font-size: 2.2rem
    }

    .bgp-glass-body {
        padding: 3rem 1rem
    }
}

.bgp-tech-console-wrapper {
    margin-top: 2rem;
}

.bgp-tech-console-card {
    background: rgba(12, 10, 26, .5);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.bgp-tech-console-header {
    padding: .75rem 1.5rem;
    background: rgba(255, 255, 255, .05);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bgp-tech-console-dots {
    display: flex;
    gap: .5rem;
}

.bgp-tech-console-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.bgp-tech-dot-red {
    background-color: #ff5f56;
}

.bgp-tech-dot-yellow {
    background-color: #ffbd2e;
}

.bgp-tech-dot-green {
    background-color: #27c93f;
}

.bgp-tech-console-title {
    color: #94a3b8;
    margin: 0 auto;
    font-size: .9rem;
    font-family: 'Source Code Pro', monospace;
}

.bgp-tech-console-body {
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
}

.bgp-tech-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bgp-tech-item {
    display: flex;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.bgp-tech-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bgp-tech-item-key {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #a7b3c4;
    width: 160px;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.bgp-tech-item-value {
    font-family: 'Source Code Pro', monospace;
    color: #e2e8f0;
    line-height: 1.7;
    word-break: break-word;
}

@media (max-width:768px) {
    .bgp-tech-item {
        flex-direction: column
    }

    .bgp-tech-item-key {
        width: auto;
        margin-bottom: .5rem;
        color: #ffffff
    }
}

@media (max-width:640px) {
    .bgp-glass-main-title {
        font-size: 2.2rem
    }

    .bgp-tech-console-body {
        padding: 1.5rem
    }
}

.bgp-flow-body {
    font-family: 'Poppins', sans-serif;
    background-color: #f7f9fc;
    color: #5a677d;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 4rem 1.5rem;
    box-sizing: border-box;
}

.bgp-flow-container {
    width: 100%;
    max-width: 1400px;
    text-align: center;
    margin: auto;
}

.bgp-flow-header {
    margin-bottom: 5rem;
}

.bgp-flow-main-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1e2a3b;
    margin: 0 0 1rem 0;
}

.bgp-flow-main-intro {
    font-size: 1.1rem;
    color: #6c7a8f;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.bgp-flow-steps-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.bgp-flow-steps-wrapper::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 7%;
    width: 84%;
    height: 4px;
    background-color: #dfe6ec;
    z-index: 0;
}

.bgp-flow-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    position: relative;
    z-index: 1;
}

.bgp-flow-step-icon-wrapper {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #dfe6ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all .3s ease;
}

.bgp-flow-step-icon-wrapper i {
    font-size: 2.2rem;
    color: #198754
}

.bgp-flow-step-content {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 25px rgba(29, 42, 57, .06);
    border: 1px solid #e7edf3;
    width: 100%;
    transition: all .3s ease;
}

.bgp-flow-step-item:hover .bgp-flow-step-icon-wrapper {
    border-color: #3b82f6;
    transform: scale(1.1);
}

.bgp-flow-step-item:hover .bgp-flow-step-content {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(29, 42, 57, .1);
}

.bgp-flow-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e2a3b;
    margin: 0 0 .5rem 0;
}

.bgp-flow-step-desc {
    font-size: .9rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width:1024px) {
    .bgp-flow-steps-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 2rem
    }

    .bgp-flow-steps-wrapper::before {
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 4px;
        height: 90%
    }

    .bgp-flow-step-item {
        width: 100%;
        max-width: 400px;
        flex-direction: row;
        align-items: flex-start;
        gap: 1.5rem
    }

    .bgp-flow-step-icon-wrapper {
        margin-bottom: 0;
        flex-shrink: 0
    }
}

@media (max-width:640px) {
    .bgp-flow-main-title {
        font-size: 2rem
    }

    .bgp-flow-body {
        padding: 3rem 1rem
    }

    .bgp-flow-step-item {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .bgp-flow-steps-wrapper::before {
        left: 50%
    }
}

.bgp-flow-cta-wrapper {
    margin-top: 5rem;
}

.bgp-flow-cta-button {
    display: inline-block;
    background: linear-gradient(95deg, #198754, #36b048);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 25px -10px #4caf50;
    transition: all .3s ease;
}

.bgp-flow-cta-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px -10px #4caf50;
}

.bgp-flow-cta-button i {
    margin-left: .5rem;
}

.deal-spec-value-oldprice {
    text-decoration: line-through !important;
    color: #c10000cc !important;
    font-weight: 700;
}

.deal-badge {
    width: fit-content;
    background: #fff;
    color: #000;
    padding: 4px 10px;
    margin-bottom: 8px;
    border-left: 5px solid #005aff;
}

.deal-coupon-wrapper {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 20px -5px rgba(29, 41, 59, .08);
    transition: all .3s ease-in-out;
    max-width: 450px;
    margin: 0 27px 22px 27px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.deal-coupon-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px -5px rgba(29, 41, 59, .12);
}

.deal-coupon-gradient-bar {
    padding: 5px 20px;
    background: linear-gradient(to top, #16a34a, #22c55e);
    color: #ffffff;
    font-size: 16px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-coupon-content-section {
    padding: 2px 1.75rem;
    text-align: left;
    flex-grow: 1;
}

.deal-coupon-text {
    font-size: .8rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.deal-coupon-code {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    display: block;
}

.continent-servers-row {
    justify-content: center;
}

.hero-banner-container {
    max-width: 1600px !important;
}

.hero-banner-container-row {
    display: flex;
    justify-content: center;
}

.hero-banner-container-rowtow {
    text-align: center;
}

.hero-letter {
    color: white;
}

.hero-banner-button {
    text-align: center;
}

.button-row {
    margin-top: 1%;
}

.banner-button-ahref {
    margin-left: 14px;
}
 .ashburn-hardware-section {
            padding: 80px 0;
            position: relative;
            background-color: black;
            /* Subtle grid pattern overlay */
            background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
                url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZyBmaWxsPSIjMjhhNzQ1IiBmaWxsLW9wYWNpdHk9IjAuMDUiPjxwYXRoIGQ9Ik0wIDBoMnYySDB6Ii8+PC9nPjwvc3ZnPg==');
        }

        .ashburn-section-header {
            margin-bottom: 60px;
            text-align: center;
        }

        .ashburn-section-header h2 {
            font-weight: 700;
            font-size: 2.5rem;
            color: #fff;
            letter-spacing: -1px;
            margin-bottom: 15px;
        }

        .ashburn-section-header h2 span {
            color: #28a745;
        }

        .ashburn-section-header p {
            font-size: 1.1rem;
            color: #888;
            max-width: 1000px;
            margin: 0 auto;
        }

        /* --- Card Design --- */
        .ashburn-tech-card {
            background: var(#0a0a0a);
            border: 1px solid #333;
            border-radius: 8px;
            padding: 0;
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        /* Green top accent line */
        .ashburn-tech-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #28a745;
            opacity: 0.5;
            transition: opacity 0.3s ease;
        }

        .ashburn-tech-card:hover {
            transform: translateY(-5px);
            border-color: #28a745;
            box-shadow: 0 10px 30px rgba(40, 167, 69, 0.1);
        }

        .ashburn-tech-card:hover::before {
            opacity: 1;
            box-shadow: 0 0 15px #28a745;
        }

        /* --- Content Layout --- */
        .ashburn-card-content {
            padding: 30px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .ashburn-icon-wrapper {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
            background: rgba(40, 167, 69, 0.1);
            color: #28a745;
            border: 1px solid rgba(40, 167, 69, 0.2);
        }

        .ashburn-card-subtitle {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 700;
            margin-bottom: 15px;
            display: block;
            color: #28a745;
        }

        .ashburn-card-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
        }

        /* --- Hardware Spec Box --- */
        .ashburn-spec-box {
            background: #050505;
            border: 1px solid #222;
            border-left: 2px solid #28a745;
            padding: 15px;
            border-radius: 4px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.85rem;
            margin-bottom: 20px;
            color: #ccc;
        }

        .ashburn-spec-label {
            color: #666;
            display: block;
            font-size: 0.7rem;
            margin-bottom: 4px;
            text-transform: uppercase;
        }

        .ashburn-spec-value {
            color: #fff;
            font-weight: 600;
        }

        /* --- Description & Audience --- */
        .ashburn-why-buy {
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 25px;
            color: #aaa;
        }

        .ashburn-audience-tags {
            margin-top: auto;
            border-top: 1px solid #222;
            padding-top: 20px;
        }

        .ashburn-audience-badge {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 600;
            margin-right: 5px;
            margin-bottom: 5px;
            background: #111;
            color: #888;
            border: 1px solid #222;
            font-family: 'JetBrains Mono', monospace;
        }

        /* Hover effect for badges */
        .ashburn-tech-card:hover .ashburn-audience-badge {
            color: #28a745;
            border-color: rgba(40, 167, 69, 0.3);
        }

        /* Mobile Adjustments */
        @media (max-width: 991px) {
            .ashburn-tech-card { margin-bottom: 30px; }
            .ashburn-section-header h2 { font-size: 2rem; }
        }
         .hero-buttons{
            display: none !important;
         }

         .nyc-container{
            max-width:1600px !important;
                margin: auto;
         }



    .hero-buttons {
        display: block !important;
    }

    /* ── SECTION SHELL ─────────────────────────────────────────── */
    .gpu-section {
        background: var(--gray-100);
        padding: 80px 0 112px;
        position: relative;
        overflow: hidden;
    }

    .gpu-section::before {
        content: '';
        position: absolute;
        top: -140px;
        right: -140px;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(40, 167, 69, 0.07) 0%, transparent 70%);
        pointer-events: none;
    }

    .gpu-section::after {
        content: '';
        position: absolute;
        bottom: -100px;
        left: -100px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(40, 167, 69, 0.05) 0%, transparent 70%);
        pointer-events: none;
    }

     .container-usecase {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 24px;
        position: relative;
        z-index: 1;
    }

    /* ── SECTION HEADER ─────────────────────────────────────────── */
    .section-header {
        text-align: center;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .section-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--green-dim);
        border: 1px solid var(--green-border);
        color: var(--green);
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        padding: 6px 18px;
        border-radius: 100px;
        margin-bottom: 20px;
    }

    .section-eyebrow::before {
        content: '';
        width: 7px;
        height: 7px;
        background: var(--green);
        border-radius: 50%;
        flex-shrink: 0;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {

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

        50% {
            opacity: 0.45;
            transform: scale(1.5);
        }
    }

    .section-title {
        font-size: 36px !important;
        font-weight: 800;
        color: var(--black);
        line-height: 1.15;
        letter-spacing: -0.02em;
        margin-bottom: 16px;
    }

    .section-title span {
        color: var(--green);
    }

    .section-subtitle {
        font-size: 16px;

        margin: 0 auto;
        line-height: 1.8;
        font-weight: 300;
    }

    /* ── CATEGORY LABEL ─────────────────────────────────────────── */
    .category-label {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 28px;
        margin-top: 30px;
    }

    .category-label h3 {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--black);
        white-space: nowrap;
    }

    .category-line {
        flex: 1;
        height: 3px;
        background: var(--green);
    }

    .category-badge {
        background: var(--black);
        color: var(--white);
        font-size: 15px;
        font-weight: 600;
        padding: 4px 13px;
        border-radius: 100px;
        letter-spacing: 0.07em;
        white-space: nowrap;
    }

    /* ── GRID SYSTEM ────────────────────────────────────────────── */
    .gpu-grid {
        display: grid;
        gap: 16px;
    }

    .gpu-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .gpu-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    /* ── GPU CARD ───────────────────────────────────────────────── */
    .gpu-card {
        background: var(--card-bgw);
        border: 1px solid var(--gray-200);
        border-radius: var(--radius-card);
        padding: 26px 24px 24px;
        position: relative;
        overflow: hidden;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        animation: fadeUp 0.5s ease both;
    }

    .gpu-card:nth-child(1) {
        animation-delay: 0.05s;
    }

    .gpu-card:nth-child(2) {
        animation-delay: 0.12s;
    }

    .gpu-card:nth-child(3) {
        animation-delay: 0.19s;
    }

    .gpu-card:nth-child(4) {
        animation-delay: 0.26s;
    }

    .gpu-card:nth-child(5) {
        animation-delay: 0.33s;
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(22px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .gpu-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--green), var(--green-light));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.32s ease;
    }

    .gpu-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-hover);
        border-color: var(--green-border);
    }

    .gpu-card:hover::before {
        transform: scaleX(1);
    }

    .gpu-card.col-span-2 {
        grid-column: span 2;
    }

    /* ── CARD TOP ROW ───────────────────────────────────────────── */
    .card-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    /* ── COLORED BOX ICON ───────────────────────────────────────── */
    .card-icon {
        width: 44px;
        height: 44px;
        border-radius: var(--radius-icon);
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%);
    }

    .card-icon span {
        font-size: 10px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.95);
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    /* ── CARD BADGE ─────────────────────────────────────────────── */
    .card-badge {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.06em;
        padding: 3px 11px;
        border-radius: 100px;
        background: var(--green-dim);
        color: var(--green);
        border: 1px solid var(--green-border);
        white-space: nowrap;
    }

    /* ── CARD TEXT ──────────────────────────────────────────────── */
    .card-name {
        font-size: 20px;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 5px;
        letter-spacing: -0.01em;
        line-height: 1.3;
    }

    .card-tagline {
        font-size: 16px;
        color: var(--gray-600);
        margin-bottom: 16px;
        margin-top: 12px;
        font-weight: 400;
        line-height: 1.55;
    }

    /* ── SPEC LIST ──────────────────────────────────────────────── */
    .card-specs {
        list-style: none;
        display: flex;
        flex-direction: column;

    }

    .card-specs li {
        display: flex;
        gap: 10px;
        font-size: 15px;
        color: #3d4d3e;
        line-height: 1.6;
        font-weight: 400;
        align-items: flex-start;
    }

    .spec-dot {
        width: 14px;
        min-width: 14px;
        height: 14px;
        background: var(--green);
        border-radius: 3px;
        margin-top: 5px;
    }

    /* ── STAT CHIPS ─────────────────────────────────────────────── */
    .card-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 18px;
    }

    .stat-chip {
        background: var(--gray-100);
        border: 1px solid var(--gray-200);
        border-radius: 8px;
        padding: 6px 13px;
        font-size: 13px;
        color: var(--gray-600);
        font-weight: 400;
    }

    .stat-chip strong {
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: var(--black);
        letter-spacing: -0.01em;
    }

    /* ── CTA CARD ───────────────────────────────────────────────── */
    .cta-card-home {
        background: var(--black);
        border-color: #1e1e1e;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
    }

    .cta-title-home {
        font-size: 25px !important;
        font-weight: 800;
        color:white;
        line-height: 1.3;
        letter-spacing: -0.01em;
    }

    .cta-title span {
        color: var(--green);
    }

    .cta-body {
        font-size: 15px;
        color: white;
        line-height: 1.75;
        font-weight: 300;
    }

    .cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: var(--green);
        color: var(--white);
        font-size: 13.5px;
        font-weight: 600;
        padding: 12px 22px;
        border-radius: 10px;
        text-decoration: none;
        letter-spacing: 0.01em;
        transition: background 0.2s ease;
    }

    .cta-btn:hover {
        background: #1e8a38;
    }

    .cta-arrow {
        width: 22px;
        height: 22px;
        background: rgba(255, 255, 255, 0.18);
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1;
    }

    /* ── RESPONSIVE ─────────────────────────────────────────────── */
    @media (max-width: 900px) {

        .gpu-grid-2,
        .gpu-grid-3 {
            grid-template-columns: 1fr 1fr;
        }

        .gpu-card.col-span-2 {
            grid-column: span 1;
        }
    }

    @media (max-width: 768px) {
        .gpu-section {
            padding: 64px 0 80px;
        }

        .section-header {
            margin-bottom: 48px;
        }

        .category-label {
            margin-top: 40px;
        }
    }

    @media (max-width: 560px) {

        .gpu-grid-2,
        .gpu-grid-3 {
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 900px) {
        .gpu-grid-2,
        .gpu-grid-3 {
            grid-template-columns: 1fr 1fr;
        }

        .gpu-card.col-span-2 {
            grid-column: span 2;
        }
    }

    @media (max-width: 768px) {
        .gpu-section {
            padding: 64px 0 80px;
        }

        .section-header {
            margin-bottom: 40px;
        }
        
        .section-title {
            font-size: 30px !important;
        }

        .category-label {
            margin-top: 40px;
            flex-wrap: wrap; 
        }

        .category-label h3 {
            font-size: 20px;
            white-space: normal; 
        }

        .gpu-grid-2,
        .gpu-grid-3 {
            grid-template-columns: 1fr;
        }

        .gpu-card.col-span-2 {
            grid-column: span 1;
        }
    }

    @media (max-width: 560px) {
        .card-name {
            font-size: 18px;
        }
        
        .card-tagline {
            font-size: 15px;
        }

        .category-label h3 {
            font-size: 18px;
        }
        
        .cta-title-home {
            font-size: 22px !important;
        }
    }

    /* ----------------------------- */

     :root {
        --g: #28a745;
        --g2: #1a9935;
        --glow: rgba(40, 167, 69, .55);
        --soft: rgba(40, 167, 69, .08);
        --border: rgba(40, 167, 69, .22);
    }

  

    /* ── SECTION ── */
    #usecases {
        padding: 30px 0 108px;
        position: relative;
        overflow: hidden
    }

    /* soft bg glow blobs */
    #usecases::before {
        content: '';
        position: absolute;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(40, 167, 69, .09), transparent 70%);
        top: -200px;
        right: -200px;
        pointer-events: none
    }

    #usecases::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(40, 167, 69, .06), transparent 70%);
        bottom: -100px;
        left: -100px;
        pointer-events: none
    }

    /* ── HEADER ── */
    .sec-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(40, 167, 69, .09);
        border: 1px solid var(--border);
        color: var(--g);
        font-size: .65rem;
        font-weight: 700;
        letter-spacing: .22em;
        text-transform: uppercase;
        padding: 5px 16px;
        border-radius: 2px;
        margin-bottom: 20px;
        animation: fadeUp .5s ease both
    }

    .sec-badge span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--g);
        animation: blink 1.8s infinite
    }

    @keyframes blink {

        0%,
        100% {
            opacity: 1
        }

        50% {
            opacity: .25
        }
    }

    .sec-title {

        font-weight: 700;
        font-size: clamp(2.6rem, 5.5vw, 4.2rem);
        line-height: 1;
        color: #0d120d;
        letter-spacing: .01em;
        animation: fadeUp .5s .08s ease both
    }

    .sec-title .accent {
        color: var(--g)
    }

    .sec-desc {
        color: #5c6e5c;
        font-size: .95rem;
        font-weight: 300;
        line-height: 1.75;
        max-width: 400px;
        animation: fadeUp .5s .16s ease both
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(20px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    /* ── GRID ── */
    .g-custom-4-card-contianer {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;

    }

    @media(max-width:1199px) {
        .g-custom-4-card-contianer {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @media(max-width:575px) {
        .g-custom-4-card-contianer {
            grid-template-columns: 1fr
        }
    }

    /* ── CARD ── */
    .g-non-icon-box {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        background: #0b0f0b;
        /* glowing animated border via conic gradient */
        padding: 1px;
        opacity: 0;
        transform: translateY(44px);
        animation: cardIn .6s cubic-bezier(.22, .68, 0, 1.15) forwards;
        transition: transform .38s cubic-bezier(.22, .68, 0, 1.2), box-shadow .38s ease
    }

    .g-non-icon-box:nth-child(1) {
        animation-delay: .15s
    }

    .g-non-icon-box:nth-child(2) {
        animation-delay: .26s
    }

    .g-non-icon-box:nth-child(3) {
        animation-delay: .37s
    }

    .g-non-icon-box:nth-child(4) {
        animation-delay: .48s
    }

    @keyframes cardIn {
        to {
            opacity: 1;
            transform: translateY(0)
        }
    }

    /* conic border trick */
    .g-non-icon-box::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 16px;
        background: conic-gradient(from 0deg, transparent 0%, transparent 70%, rgba(40, 167, 69, .6) 80%, transparent 90%, transparent 100%);
        opacity: 0;
        transition: opacity .4s ease;
        animation: spin 4s linear infinite paused
    }

    .g-non-icon-box:hover::before {
        opacity: 1;
        animation-play-state: running
    }

    @keyframes spin {
        to {
            transform: rotate(360deg)
        }
    }

    .g-non-icon-box:hover {
        transform: translateY(-10px);
    }

    /* inner fill to cover the conic pseudo */
    .card-inner {
        background: #0b0f0b;
        border-radius: 15px;
        height: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column
    }

    /* diagonal coloured header strip */
    .card-head {
        position: relative;
        height: 110px;
        overflow: hidden;
        flex-shrink: 0;
        background: linear-gradient(135deg, #0d160d 0%, #111a11 100%)
    }

    /* diagonal slice */
    .card-head::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: -5%;
        width: 110%;
        height: 36px;
        background: #0b0f0b;
        clip-path: polygon(0 100%, 100% 0, 100% 100%)
    }

    /* large faded bg number */
    .card-bg-num {
        position: absolute;
        right: -8px;
        top: -10px;

        font-weight: 700;
        font-size: 7rem;
        line-height: 1;
        color: rgba(40, 167, 69, .06);
        user-select: none;
        pointer-events: none;
        transition: color .35s ease
    }

    .g-non-icon-box:hover .card-bg-num {
        color: rgba(40, 167, 69, .13)
    }

    /* floating icon circle */
    .card-icon-float {
        position: absolute;
        bottom: 20px;
        left: 24px;
        width: 70px;
        height: 70px;
        border-radius: 50%;

        box-shadow: 0 6px 24px var(--glow);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border: 3px solid #0b0f0b;
        z-index: 2;
        transition: transform .3s cubic-bezier(.22, .68, 0, 1.4), box-shadow .3s ease
    }

    .g-non-icon-box:hover .card-icon-float {
        transform: scale(1.12) rotate(-8deg);
    }

    .card-icon-float img {
        max-width: 60%;
        max-height: 60%;
        object-fit: contain;
    }

    .g-non-icon-box:hover .card-icon-float img {
        transform: scale(1.05);
        transition: transform .3s ease;
    }

    /* seq tag top-right of head */
    .card-seq {
        position: absolute;
        top: 14px;
        right: 16px;

        font-weight: 700;
        font-size: .7rem;
        letter-spacing: .18em;
        color: rgba(40, 167, 69, .5);
        background: rgba(40, 167, 69, .08);
        border: 1px solid rgba(40, 167, 69, .2);
        padding: 2px 10px;
        border-radius: 2px
    }

    /* body area */
    .card-body-wrap {
        padding: 3px 22px 22px;
        display: flex;
        flex-direction: column;
        flex: 1
    }

    .learn-support-pra {

        font-weight: 700;
        font-size: 1.12rem;
        color: #28a745 !important;
        line-height: 1.25;
        margin-bottom: 10px;
        letter-spacing: .01em;
        min-height: 55px
    }

    .learn-support p {
        font-size: 15px;
        color: white;
        line-height: 1.8;
        font-weight: 300;
        margin-bottom: 0;
        flex-grow: 1
    }
    .netherlands-page .learn-support p{
        min-height: 215px !important;
    }

    /* divider */
    .card-divider {
        height: 1px;
        margin: 18px 0 14px;
        background: linear-gradient(90deg, rgba(40, 167, 69, .3), transparent)
    }

    .learn-support b {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--g);
        margin-bottom: 10px;
    }

    /* benefit list */
    .g-card-ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .g-card-ul li {
        font-size: 15px;
        color: #b0c4b0;
        font-weight: 400;
        padding: 7px 0 7px 24px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, .04);
        transition: color .2s ease, padding-left .22s ease
    }

    .g-card-ul li:last-child {
        border-bottom: none
    }

    .g-card-ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border: 1.5px solid rgba(40, 167, 69, .45);
        border-radius: 2px;
        transition: background .25s ease, border-color .25s ease, transform .25s ease
    }

    .g-non-icon-box:hover .g-card-ul li {
        color: #cce0cc;
        padding-left: 28px
    }

    .g-non-icon-box:hover .g-card-ul li::before {
        background: var(--g);
        border-color: var(--g);
        transform: translateY(-50%) rotate(0deg)
    }

    /* bottom glow line on card */
    .card-glow-line {
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--g), transparent);
        transform: scaleX(0);
        transition: transform .5s ease;
        margin-top: auto
    }

    .g-non-icon-box:hover .card-glow-line {
        transform: scaleX(1)
    }

    .div-ul {
        min-height: 225px;
    }
   

    /* ── RESPONSIVE ─────────────────────────────────────────────── */
    
    /* TABLET / SMALL DESKTOP */
    @media (max-width: 1199px) {
        .g-custom-4-card-contianer {
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }
        
        /* Remove rigid heights so cards can stretch naturally based on content */
        .div-ul {
            min-height: auto; 
        }
        .learn-support-pra {
            min-height: auto;
            margin-bottom: 12px;
        }
    }

    /* LARGE MOBILE / TABLET PORTRAIT */
    @media (max-width: 768px) {
        #usecases {
            padding: 50px 0 70px; /* Tighter section spacing for mobile */
        }

        .g-custom-4-card-contianer {
            grid-template-columns: 1fr; /* Switch to 1 column sooner to prevent squeezing */
        }

        .sec-title {
            font-size: clamp(2.2rem, 7vw, 2.6rem); /* Scale down title safely */
            margin-bottom: 15px;
        }

        /* Adjust header and icon size slightly for mobile proportions */
        .card-head {
            height: 90px; 
        }

        .card-icon-float {
            width: 60px;
            height: 60px;
            bottom: 15px;
            left: 20px;
        }
    }

    /* SMALL MOBILE */
    @media (max-width: 480px) {
        .card-body-wrap {
            padding: 3px 20px 20px; /* Slightly less padding on tiny screens */
        }

        .learn-support-pra {
            font-size: 1.05rem;
        }

        .learn-support p {
            font-size: 14px; /* Improve readability on small screens */
            line-height: 1.6;
        }

        .g-card-ul li {
            font-size: 14px;
            padding: 6px 0 6px 22px;
        }
    }


.octane-title-col {
    padding-right: 30px;
}

.obs-octane .table-title {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding-top: 0;
    color: #333;
}

.obs-octane .octane-desc {
    text-align: left;
    color: #333;
    font-size: 15px;
}

/* --- White Cards Design --- */
.octane-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.octane-card .learn-support-pra {
    color: #28a745 !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
}

.octane-card p {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}

/* --- Mobile & Tablet Responsive View (Matching Image 2) --- */
@media (max-width: 991px) {
    .obs-octane .table-title {
        text-align: center !important; 
    }
    
    .octane-title-col {
        padding-right: 15px;
        margin-bottom: 30px !important;
    }

    .octane-card {
        padding: 25px;
    }

    .octane-card .learn-support-pra {
        text-align: center !important; 
        font-size: 1.25rem;
    }

    .octane-card p {
        text-align: left; 
    }
}


 

.country-section {
    width: 100%;
    padding: 3rem 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.country-wrapper {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid #c3e6cb;
    box-shadow: 0 4px 32px rgba(40, 167, 69, 0.08);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ── Header ── */
.country-header {
    background: var(--country-brand-black, #111);
    padding: 1.4rem 1.75rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.country-title {
    font-size: 30px !important;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.3px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
}

.country-title .country-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--country-brand-green, #28a745);
    animation: country-pulse-dot 2s infinite;
}

@keyframes country-pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.3);
    }
}

.country-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #adb5bd;
    margin: 4px 0 0;
    font-family: 'Poppins', sans-serif;
}

/* ── Table Desktop ── */
.country-table-wrap {
    overflow-x: auto;
}

table.country-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    font-family: 'Poppins', sans-serif;
}

.country-table thead tr {
    background: var(--country-brand-black, #111);
}

.country-table thead th {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 13px 20px;
    white-space: nowrap;
    border: none;
    border-top: 1px solid #222;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.country-table tbody tr {
    border-bottom: 1px solid #eaf4ed;
    transition: background 0.15s;
}

.country-table tbody tr:nth-child(even) {
    background: var(--country-stripe, #f8fcf9);
}

.country-table tbody tr:hover {
    background: var(--country-brand-green-light, #eaf5eb) !important;
}

.country-table tbody td {
    padding: 15px 20px;
    color: #212529;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
}

td.country-component-col {
    font-weight: 600;
    color: var(--country-brand-black, #111);
    font-size: 16px;
    white-space: nowrap;
}

td.country-component-col .country-comp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background: var(--country-brand-green-muted, #d4edda);
    margin-right: 9px;
    vertical-align: middle;
    font-size: 14px;
}

.country-hw-detail {
    font-size: 16px;
    color: #343a40;
    line-height: 1.6;
}

.country-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.country-tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 5px;
    background: var(--country-brand-green-muted, #d4edda);
    color: #155724;
    border: 1px solid #b8dfc3;
    font-family: 'Poppins', sans-serif;
}

.country-tip {
    font-size: 13px;
    color: #6c757d;
    margin-top: 4px;
}

/* ── Mobile Responsive Overrides ── */
@media (max-width: 768px) {
    .country-section {
        padding: 1.5rem 1rem;
    }

    .country-header {
        padding: 1rem;
    }
    
    .country-title {
        font-size: 24px !important;
    }
    
    .country-subtitle {
        font-size: 16px;
    }

    /* Force table to not behave like a table */
    .country-table, 
    .country-table tbody, 
    .country-table tr, 
    .country-table td {
        display: block;
        width: 100%;
    }

    /* Hide standard table headers */
    .country-table thead {
        display: none;
    }

    /* Card styling for each row */
    .country-table tbody tr {
        margin-bottom: 1rem;
        border: 1px solid #c3e6cb;
        border-radius: 12px;
        overflow: hidden;
    }

    /* Padding adjustments for cells */
    .country-table tbody td {
        padding: 12px 16px;
        border-bottom: 1px solid #eaf4ed;
        white-space: normal; /* Prevent text clipping */
    }

    .country-table tbody td:last-child {
        border-bottom: none;
    }

    /* Add the pseudo-element label using data-label from HTML */
    .country-table tbody td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        color: #155724;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }
}


    /* ── Section wrapper (Clean, no background) ── */
    .continents-section {
        position: relative;
        width: 100%;
        padding: 50px 40px 60px;
        background: transparent;
        overflow: hidden;
    }

    /* ── Heading area ── */
    .section-head {
        position: relative;
        z-index: 2;
        text-align: center;
        margin-bottom: 50px;
    }

    .section-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #1baa4f;
        margin-bottom: 18px;
    }

    .section-eyebrow span {
        display: block;
        width: 28px;
        height: 1px;
        background: #1baa4f;
        opacity: 0.6;
    }

    .section-title {
        font-size: clamp(26px, 4vw, 44px);
        font-weight: 800;
        color: #0d2b18;
        line-height: 1.15;
        letter-spacing: -0.01em;
    }

    .section-title em {
        font-style: normal;
        color: #1baa4f;
    }

    .section-sub {
        margin-top: 14px;
        font-size: 16px;
        color: #5a7a65;
        font-weight: 400;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ── Cards Grid (4 Columns perfect 2-top, 4-bottom layout) ── */
    .cards-grid {
        position: relative;
        z-index: 2;
        max-width: 1500px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }

    /* ── Individual Card Base ── */
    .hub-card {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 34px 24px 34px;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid rgba(27, 170, 79, 0.15);
        text-decoration: none;
        transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        overflow: hidden;
        isolation: isolate;
        box-shadow: 0 4px 20px rgba(27, 170, 79, 0.04), 0 1px 3px rgba(0, 0, 0, 0.02);
    }

    /* First row: 2 large cards (Top Tier) */
    .hub-card.top-tier {
        grid-column: span 2;
        flex-direction: row;
        align-items: center;
        padding: 36px 40px;
        background: linear-gradient(145deg, #ffffff 0%, #f4fcf7 100%);
        border: 1px solid rgba(27, 170, 79, 0.3);
        box-shadow: 0 8px 30px rgba(27, 170, 79, 0.08);
    }

    /* Second row: 4 standard cards (Standard Tier) */
    .hub-card.standard-tier {
        grid-column: span 1;
        padding: 30px 20px;
    }

    /* Card Hover Effects */
    .hub-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse at 50% 0%, rgba(27, 170, 79, 0.06) 0%, transparent 70%);
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: inherit;
        pointer-events: none;
    }

    .hub-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, #1baa4f, transparent);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .hub-card:hover {
        transform: translateY(-6px);
        border-color: rgba(27, 170, 79, 0.5);
        box-shadow: 0 20px 40px rgba(27, 170, 79, 0.1), 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .hub-card:hover::before,
    .hub-card:hover::after {
        opacity: 1;
    }

    /* ── Icon and Image Logic ── */
    .card-icon-wrap {
        position: relative;
        width: 80px;
        height: 80px;
        margin: 0 auto 24px;
        flex-shrink: 0;
    }

    .hub-card.top-tier .card-icon-wrap {
        width: 110px;
        height: 110px;
        margin: 0 30px 0 0;
    }

    .card-icon-ring {
        position: absolute;
        inset: -6px;
        border-radius: 50%;
        border: 1px solid rgba(27, 170, 79, 0.22);
        transition: border-color 0.4s ease, transform 0.4s ease;
    }

    .hub-card:hover .card-icon-ring {
        border-color: rgba(27, 170, 79, 0.55);
        transform: scale(1.08);
    }

    .card-icon-ring-outer {
        position: absolute;
        inset: -14px;
        border-radius: 50%;
        border: 1px dashed rgba(27, 170, 79, 0.15);
        transition: border-color 0.4s ease;
        animation: spin-slow 20s linear infinite;
    }

    .hub-card:hover .card-icon-ring-outer {
        border-color: rgba(27, 170, 79, 0.40);
    }

    @keyframes spin-slow {
        to {
            transform: rotate(360deg);
        }
    }

    .card-icon-circle {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid rgba(27, 170, 79, 0.28);
        overflow: hidden;
        background: #e8f7ee;
        transition: border-color 0.4s ease, box-shadow 0.4s ease;
    }

    .hub-card:hover .card-icon-circle {
        border-color: rgba(27, 170, 79, 0.70);
        box-shadow: 0 0 25px rgba(27, 170, 79, 0.20);
    }

    .card-icon-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        display: block;
        transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
        filter: saturate(1.05);
    }

    .hub-card:hover .card-icon-circle img {
        transform: scale(1.15);
        filter: saturate(1.2);
    }

    /* ── Content Formatting (SEO & IA) ── */
    .card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
    }

    .hub-card.top-tier .card-content {
        align-items: flex-start;
        text-align: left;
    }

    .core-offer {
        font-size: 13px;
        font-weight: 700;
        color: #1baa4f;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

    .card-name {
        font-size: 28px;
        font-weight: 800;
        color: #0d2b18;
        letter-spacing: -0.01em;
        margin-bottom: 6px;
        transition: color 0.3s ease;
    }

    .hub-card.top-tier .card-name {
        font-size: 28px;
        margin-bottom: 6px;
    }


    .hub-cities {
        font-size: 12px;
        color: #5a7a65;
        font-weight: 500;
        margin-bottom: 16px;
        line-height: 1.4;
    }

    .hub-card.top-tier .hub-cities {
        font-size: 14px;
        margin-bottom: 18px;
    }

    /* Keyword-Rich Benefit Pills */
    .hub-benefits {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
        margin-bottom: 22px;
    }

    .hub-card.top-tier .hub-benefits {
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .benefit-pill {
        background: #f0fbf4;
        border: 1px solid rgba(27, 170, 79, 0.2);
        color: #1baa4f;
        font-size: 13px;
        font-weight: 600;
        padding: 4px 8px;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        gap: 4px;
        transition: background 0.3s, border-color 0.3s;
    }

    .hub-card.top-tier .benefit-pill {
        font-size: 13px;
        padding: 5px 10px;
    }

    .hub-card:hover .benefit-pill {
        background: #e4f7eb;
        border-color: rgba(27, 170, 79, 0.4);
    }

    /* ── Upgraded Button UI ── */
    .btn-explore {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.3s ease;
        margin-top: auto;
        border: none;
    }

    /* Primary Solid Button for Top Tier Cards */
    .hub-card.top-tier .btn-explore {
        background: #1baa4f;
        color: #ffffff;
        box-shadow: 0 4px 12px rgba(27, 170, 79, 0.25);
    }

    .hub-card.top-tier:hover .btn-explore {
        background: #148f40;
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(27, 170, 79, 0.35);
    }

    /* Ghost Button for Standard Tier Cards */
    .hub-card.standard-tier .btn-explore {
        background: transparent;
        color: #1baa4f;
        border: 2px solid rgba(27, 170, 79, 0.3);
    }

    .hub-card.standard-tier:hover .btn-explore {
        background: #1baa4f;
        color: #ffffff;
        border-color: #1baa4f;
    }

    /* Button Arrow Animation */
    .btn-explore svg {
        width: 16px;
        height: 16px;
        transition: transform 0.3s ease;
    }

    .hub-card:hover .btn-explore svg {
        transform: translateX(4px);
    }

    /* ── Responsive Adjustments ── */
    @media (max-width: 1100px) {
        .cards-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .hub-card.top-tier {
            grid-column: span 2;
        }
    }

    @media (max-width: 768px) {
        .hub-card.top-tier {
            flex-direction: column;
            text-align: center;
            padding: 30px 24px;
        }

        .hub-card.top-tier .card-icon-wrap {
            margin: 0 auto 24px;
            width: 100px;
            height: 100px;
        }

        .hub-card.top-tier .card-content {
            align-items: center;
            text-align: center;
        }

        .hub-card.top-tier .hub-benefits {
            justify-content: center;
        }
    }

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

        .hub-card.top-tier,
        .hub-card.standard-tier {
            grid-column: span 1;
        }
    }

    /* cpanel page */
    .cpy-wrapper {
        font-family: 'Poppins', sans-serif;
        color: var(--lbl);
        background: var(--white);
        overflow-x: hidden;
    }

    .cpy-wrapper * {
        box-sizing: border-box;
    }

    .cpy-wrapper p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 16px;
        line-height: 1.8;
    }

    .cpy-wrapper h1,
    .cpy-wrapper h2,
    .cpy-wrapper h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        line-height: 1.2;
        font-weight: 900;
    }

    .cpy-wrapper a {
        text-decoration: none;
    }

    /* Custom Container */
    .cpy-container {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 15px;
    }

    /* Custom Row & Flex utilities */
    .cpy-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .cpy-row>* {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .cpy-align-center {
        align-items: center;
    }

    .cpy-align-start {
        align-items: flex-start;
    }

    .cpy-align-end {
        align-items: flex-end;
    }

    .cpy-justify-between {
        justify-content: space-between;
    }

    .cpy-justify-center {
        justify-content: center;
    }

    .cpy-text-center {
        text-align: center;
    }

    /* Custom Margins */
    .cpy-mb-5 {
        margin-bottom: 3rem;
    }

    .cpy-mt-4 {
        margin-top: 1.5rem;
    }

    .cpy-mt-3 {
        margin-top: 1rem;
    }

    /* Custom Gaps */
    .cpy-g-5 {
        row-gap: 3rem;
    }

    .cpy-g-4 {
        row-gap: 1.5rem;
    }

    /* Custom Columns */
    @media (min-width: 992px) {
        .cpy-col-lg-6 {
            width: 50%;
        }

        .cpy-col-lg-5 {
            width: 41.666667%;
        }

        .cpy-col-lg-7 {
            width: 58.333333%;
        }

        .cpy-col-lg-4 {
            width: 33.333333%;
        }

        .cpy-col-lg-3 {
            width: 25%;
        }
    }

    @media (min-width: 768px) {
        .cpy-col-md-6 {
            width: 50%;
        }

        .cpy-col-md-3 {
            width: 25%;
        }
    }

    @media (max-width: 767px) {
        .cpy-col-6 {
            width: 50%;
        }
    }

    /* ── HERO — LIGHT ── */
    .cpy-wrapper .hero {
        min-height: 100vh;
        background: var(--off-white);
        position: relative;
        display: flex;
        align-items: center;
        padding: 120px 0 80px;
        overflow: hidden;
    }

    .cpy-wrapper .hero-blob {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        pointer-events: none;
    }

    .cpy-wrapper .hero-blob-1 {
        width: 600px;
        height: 600px;
        background: rgba(54, 176, 72, .12);
        top: -100px;
        right: -100px;
    }

    .cpy-wrapper .hero-blob-2 {
        width: 400px;
        height: 400px;
        background: rgba(54, 176, 72, .08);
        bottom: -80px;
        left: -80px;
    }

    .cpy-wrapper .hero-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #fff;
        border: 1.5px solid var(--green);
        color: var(--green);
        font-size: 12px;
        font-weight: 700;
        padding: 6px 16px;
        border-radius: 50px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 28px;
        box-shadow: 0 2px 16px rgba(54, 176, 72, .12);
    }

    .cpy-wrapper .hero-label i {
        font-size: 10px;
    }

    .cpy-wrapper .hero h1 {
        font-size: clamp(2.6rem, 5.5vw, 4.6rem);
        letter-spacing: -2px;
        margin-bottom: 24px;
    }

    .cpy-wrapper .hero h1 .hl {
        color: var(--green);
    }

    .cpy-wrapper .hero h1 .stroke {
        -webkit-text-stroke: 2px var(--lbl);
        color: transparent;
    }

    .cpy-wrapper .hero-sub {
        font-size: 17px;
        color: var(--lbl3);
        max-width: 520px;
        margin-bottom: 44px;
    }

    /* Buttons */
    .cpy-wrapper .btn-dark-solid {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: var(--lbl);
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        padding: 15px 36px;
        border-radius: 12px;
        border: none;
        cursor: pointer;
        transition: all .3s;
        box-shadow: 0 6px 30px rgba(31, 31, 31, .25);
    }

    .cpy-wrapper .btn-dark-solid:hover {
        background: var(--green);
        transform: translateY(-3px);
        box-shadow: 0 12px 36px var(--green-glow);
        color: #fff;
    }

    .cpy-wrapper .btn-green-outline {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        color: var(--lbl);
        font-weight: 600;
        font-size: 15px;
        padding: 14px 34px;
        border-radius: 12px;
        border: 2px solid var(--border-light);
        cursor: pointer;
        transition: all .3s;
    }

    .cpy-wrapper .btn-green-outline:hover {
        border-color: var(--green);
        color: var(--green);
    }

    .cpy-wrapper .d-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    /* Hero Card */
    .cpy-wrapper .hero-card {
        background: #fff;
        border: 1px solid var(--border-light);
        border-radius: 24px;
        padding: 32px;
        box-shadow: 0 30px 80px rgba(0, 0, 0, .1);
        position: relative;
    }

    .cpy-wrapper .hero-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 32px;
        right: 32px;
        height: 3px;
        background: linear-gradient(90deg, var(--green), #7de891);
        border-radius: 0 0 4px 4px;
    }

    .cpy-wrapper .card-top-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 22px;
    }

    .cpy-wrapper .card-brand {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .5px;
    }

    .cpy-wrapper .live-pill {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--green-pale);
        color: var(--green);
        font-size: 11px;
        font-weight: 700;
        padding: 4px 12px;
        border-radius: 50px;
        border: 1px solid rgba(54, 176, 72, .3);
    }

    .cpy-wrapper .live-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--green);
        animation: blink 1.5s infinite;
    }

    @keyframes blink {

        0%,
        100% {
            opacity: 1;
        }

        50% {
            opacity: .2;
        }
    }

    .cpy-wrapper .metric-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-bottom: 18px;
    }

    .cpy-wrapper .metric-box {
        background: var(--off-white);
        border-radius: 12px;
        padding: 14px 12px;
        text-align: center;
        border: 1px solid var(--border-light);
    }

    .cpy-wrapper .metric-val {
        font-size: 1.35rem;
        font-weight: 800;
        line-height: 1;
    }

    .cpy-wrapper .metric-val span {
        color: var(--green);
    }

    .cpy-wrapper .metric-key {
        font-size: 10px;
        color: var(--lbl3);
        font-weight: 600;
        margin-top: 4px;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    .cpy-wrapper .server-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--off-white);
        border: 1px solid var(--border-light);
        border-radius: 12px;
        padding: 13px 16px;
        margin-bottom: 10px;
        transition: all .25s;
    }

    .cpy-wrapper .server-row:hover {
        border-color: var(--green);
        background: #fff;
    }

    .cpy-wrapper .srow-left {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .cpy-wrapper .srow-icon {
        width: 36px;
        height: 36px;
        background: #fff;
        border: 1.5px solid var(--border-light);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--green);
        font-size: 15px;
    }

    .cpy-wrapper .srow-name {
        font-size: 13px;
        font-weight: 700;
    }

    .cpy-wrapper .srow-spec {
        font-size: 11px;
        color: var(--lbl3);
        margin-top: 1px;
    }

    .cpy-wrapper .srow-online {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 11px;
        font-weight: 700;
        color: var(--green);
    }

    .cpy-wrapper .trust-row {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        margin-top: 48px;
    }

    .cpy-wrapper .trust-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: var(--lbl3);
        font-weight: 500;
    }

    .cpy-wrapper .trust-item i {
        color: var(--green);
        font-size: 16px;
    }

    /* ── SHARED HEADINGS ── */
    .cpy-wrapper .sec-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--green);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .cpy-wrapper .sec-eyebrow::before {
        content: '';
        display: block;
        width: 28px;
        height: 2px;
        background: var(--green);
        border-radius: 2px;
    }

    .cpy-wrapper .dark-title {
        font-size: clamp(2rem, 4vw, 25px);
        color: #fff;
        letter-spacing: -1px;
        margin-bottom: 14px;
    }

    .cpy-wrapper .dark-title span {
        color: var(--green);
    }

    /* ── FEATURES ── */
    .cpy-wrapper .features-section {
        background: var(--white);
        padding: 100px 0;
    }

    .cpy-wrapper .light-title {
        font-size: clamp(1.9rem, 3.8vw, 30px);
        letter-spacing: -1px;
        margin-bottom: 14px;
    }

    .cpy-wrapper .light-title span {
        color: var(--green);
    }

    .cpy-wrapper .light-sub {
        font-size: 16px;
        color: var(--lbl3);
        max-width: 520px;
    }

    .cpy-wrapper .feat-big-card {
        background: var(--off-white);
        border: 1px solid var(--border-light);
        border-radius: 20px;
        padding: 36px;
        height: 100%;
        transition: all .3s;
        position: relative;
        overflow: hidden;
    }

    .cpy-wrapper .feat-big-card:hover {
        border-color: var(--green);
        box-shadow: 0 16px 48px rgba(0, 0, 0, .08);
        transform: translateY(-4px);
    }

    .cpy-wrapper .feat-big-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 120px;
        height: 120px;
        background: radial-gradient(circle, rgba(54, 176, 72, .08), transparent 70%);
    }

    .cpy-wrapper .feat-icon-wrap {
        width: 60px;
        height: 60px;
        background: #fff;
        border: 1.5px solid var(--border-light);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: var(--green);
        margin-bottom: 22px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
    }

    .cpy-wrapper .feat-title {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .cpy-wrapper .feat-desc {
        font-size: 15px;
        color: var(--lbl3);
    }

    .cpy-wrapper .feat-sm {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        padding: 22px;
        background: var(--off-white);
        border: 1px solid var(--border-light);
        border-radius: 16px;
        height: 100%;
        transition: all .3s;
    }

    .cpy-wrapper .feat-sm:hover {
        border-color: var(--green);
        background: #fff;
    }

    .cpy-wrapper .feat-sm-icon {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        background: var(--green-pale);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--green);
        font-size: 18px;
    }

    .cpy-wrapper .feat-sm-title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .cpy-wrapper .feat-sm-desc {
        font-size: 14px;
        color: var(--lbl3);
        line-height: 1.6;
        margin-bottom: 0;
    }

    /* ── SPECS TABLE ── */
    .cpy-wrapper .specs-section {
        background: var(--dark2);
        padding: 100px 0;
    }

    .cpy-wrapper .specs-left-card {
        background: var(--dark3);
        border: 1px solid var(--border-dark);
        border-radius: 20px;
        padding: 36px;
    }

    .cpy-wrapper .perf-bar {
        margin-bottom: 20px;
    }

    .cpy-wrapper .perf-label {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .cpy-wrapper .perf-label span:first-child {
        font-size: 14px;
        font-weight: 600;
        color: rgba(255, 255, 255, .7);
    }

    .cpy-wrapper .perf-label span:last-child {
        font-size: 13px;
        font-weight: 700;
        color: var(--green);
    }

    .cpy-wrapper .bar-track {
        height: 8px;
        background: rgba(255, 255, 255, .06);
        border-radius: 50px;
        overflow: hidden;
    }

    .cpy-wrapper .bar-fill {
        height: 100%;
        background: linear-gradient(90deg, var(--green), #6ee881);
        border-radius: 50px;
    }

    .cpy-wrapper .hardware-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .cpy-wrapper .hw-item {
        background: var(--dark4);
        border: 1px solid var(--border-dark);
        border-radius: 12px;
        padding: 16px;
    }

    .cpy-wrapper .hw-icon {
        color: var(--green);
        font-size: 18px;
        margin-bottom: 8px;
    }

    .cpy-wrapper .hw-label {
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, .3);
        margin-bottom: 4px;
    }

    .cpy-wrapper .hw-val {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
    }

    .cpy-wrapper .specs-table-card {
        background: var(--dark3);
        border: 1px solid var(--border-dark);
        border-radius: 20px;
        overflow: hidden;
    }

    .cpy-wrapper .stc-header {
        background: var(--dark4);
        padding: 18px 28px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid var(--border-dark);
    }

    .cpy-wrapper .stc-header-title {
        font-size: 14px;
        font-weight: 700;
        color: rgba(255, 255, 255, .6);
        letter-spacing: .5px;
    }

    .cpy-wrapper .stc-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--green);
        animation: blink 2s infinite;
    }

    .cpy-wrapper table.specs-t {
        width: 100%;
        border-collapse: collapse;
    }

    .cpy-wrapper table.specs-t th {
        background: rgba(255, 255, 255, .02);
        padding: 14px 24px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .3);
        border-bottom: 1px solid var(--border-dark);
        text-align: left;
    }

    .cpy-wrapper table.specs-t td {
        padding: 15px 24px;
        font-size: 14px;
        color: rgba(255, 255, 255, .55);
        border-bottom: 1px solid rgba(255, 255, 255, .04);
        transition: background .2s;
    }

    .cpy-wrapper table.specs-t tr:hover td {
        background: rgba(54, 176, 72, .04);
    }

    .cpy-wrapper table.specs-t td:first-child {
        color: #fff;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
        border-bottom: none;
    }

    .cpy-wrapper table.specs-t td:first-child i {
        color: var(--green);
        font-size: 14px;
    }

    .cpy-wrapper .badge-g {
        background: rgba(54, 176, 72, .15);
        border: 1px solid rgba(54, 176, 72, .3);
        color: var(--green);
        font-size: 11px;
        font-weight: 700;
        padding: 3px 10px;
        border-radius: 6px;
    }

    /* ── WHY CHOOSE ── */
    .cpy-wrapper .why-section {
        background: var(--off-white);
        padding: 100px 0;
    }

    .cpy-wrapper .why-big-num {
        font-size: clamp(5rem, 10vw, 9rem);
        color: var(--green);
        line-height: 1;
        letter-spacing: -4px;
        opacity: .15;
        position: absolute;
        top: -20px;
        right: 0;
        pointer-events: none;
        font-style: italic;
    }

    .cpy-wrapper .why-card {
        background: #fff;
        border: 1px solid var(--border-light);
        border-radius: 20px;
        padding: 30px 28px;
        display: flex;
        gap: 20px;
        align-items: flex-start;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        margin-bottom: 16px;
    }

    .cpy-wrapper .why-card:hover {
        border-color: var(--green);
        box-shadow: 0 12px 36px rgba(0, 0, 0, .07);
        transform: translateX(4px);
    }

    .cpy-wrapper .why-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: var(--green);
        transform: scaleY(0);
        transform-origin: bottom;
        transition: .3s;
    }

    .cpy-wrapper .why-card:hover::before {
        transform: scaleY(1);
    }

    .cpy-wrapper .why-num-icon {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        background: var(--green-pale);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--green);
    }

    .cpy-wrapper .why-card-title {
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 6px;
    }

    .cpy-wrapper .why-card-desc {
        font-size: 14px;
        color: var(--lbl3);
        line-height: 1.65;
        margin-bottom: 0;
    }

    .cpy-wrapper .uptime-widget {
        background: #fff;
        border: 1px solid var(--border-light);
        border-radius: 20px;
        padding: 30px;
        box-shadow: 0 16px 48px rgba(0, 0, 0, .07);
        margin-bottom: 16px;
    }

    .cpy-wrapper .uptime-title {
        font-size: 13px;
        font-weight: 700;
        color: var(--lbl3);
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .cpy-wrapper .uptime-big {
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 1;
    }

    .cpy-wrapper .uptime-big span {
        color: var(--green);
    }

    .cpy-wrapper .uptime-bars {
        display: flex;
        gap: 3px;
        margin-top: 20px;
    }

    .cpy-wrapper .u-bar {
        flex: 1;
        height: 32px;
        border-radius: 4px;
        background: var(--green);
        opacity: .85;
        transition: opacity .2s;
    }

    .cpy-wrapper .u-bar:hover {
        opacity: 1;
    }

    .cpy-wrapper .u-bar.down {
        background: #ff5252;
        opacity: .7;
    }

    .cpy-wrapper .support-widget {
        background: var(--lbl);
        border-radius: 20px;
        padding: 28px;
        color: #fff;
    }

    .cpy-wrapper .sw-title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .cpy-wrapper .sw-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .cpy-wrapper .sw-item:last-child {
        border: none;
        padding-bottom: 0;
    }

    .cpy-wrapper .sw-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: rgba(255, 255, 255, .06);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: var(--green);
        flex-shrink: 0;
    }

    .cpy-wrapper .sw-label {
        font-size: 13px;
        color: rgba(255, 255, 255, .5);
        margin-bottom: 2px;
    }

    .cpy-wrapper .sw-val {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

    /* ── TESTIMONIALS ── */
    .cpy-wrapper .reviews-section {
        background: var(--dark);
        padding: 100px 0;
    }

    .cpy-wrapper .review-card {
        background: var(--dark2);
        border: 1px solid var(--border-dark);
        border-radius: 20px;
        padding: 32px;
        height: 100%;
        transition: all .3s;
    }

    .cpy-wrapper .review-card:hover {
        border-color: rgba(54, 176, 72, .3);
        transform: translateY(-4px);
    }

    .cpy-wrapper .stars {
        color: var(--green);
        font-size: 13px;
        margin-bottom: 14px;
        letter-spacing: 2px;
    }

    .cpy-wrapper .review-text {
        font-size: 15px;
        color: rgba(255, 255, 255, .55);
        line-height: 1.75;
        margin-bottom: 24px;
    }

    .cpy-wrapper .reviewer {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .cpy-wrapper .reviewer-av {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--green), #1f7530);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 14px;
        color: #fff;
        flex-shrink: 0;
    }

    .cpy-wrapper .reviewer-name {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

    .cpy-wrapper .reviewer-role {
        font-size: 12px;
        color: rgba(255, 255, 255, .35);
    }

    /* ── CTA ── */
    .cpy-wrapper .cta-section {
        background: var(--white);
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }

    .cpy-wrapper .cta-inner {
        background: var(--lbl);
        border-radius: 28px;
        padding: 70px 60px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .cpy-wrapper .cta-inner::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(54, 176, 72, .18), transparent);
    }

    .cpy-wrapper .cta-title {
        font-size: clamp(2rem, 4.5vw, 25px);
        color: #fff;
        letter-spacing: -1.5px;
        margin-bottom: 18px;
        position: relative;
    }

    .cpy-wrapper .cta-title span {
        color: var(--green);
    }

    .cpy-wrapper .cta-desc {
        font-size: 16px;
        color: rgba(255, 255, 255, .45);
        margin-bottom: 44px;
        position: relative;
    }

    .cpy-wrapper .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
        position: relative;
        align-content: center;
    }

    .cpy-wrapper .btn-white {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        color: var(--lbl);
        font-weight: 700;
        font-size: 15px;
        padding: 15px 36px;
        border-radius: 12px;
        transition: all .3s;
            width: fit-content;
    }

    .cpy-wrapper .btn-white:hover {
        background: var(--green);
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(54, 176, 72, .4);
    }

    .cpy-wrapper .btn-outline-white {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        color: rgba(255, 255, 255, .7);
        font-weight: 600;
        font-size: 15px;
        padding: 14px 34px;
        border-radius: 12px;
        border: 1.5px solid rgba(255, 255, 255, .15);
        transition: all .3s;
    }

    .cpy-wrapper .btn-outline-white:hover {
        border-color: var(--green);
        color: var(--green);
    }

    .cpy-wrapper .cta-perks {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 28px;
        margin-top: 38px;
        position: relative;
    }

    .cpy-wrapper .cta-perk {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
    }

    .cpy-wrapper .cta-perk i {
        color: var(--green);
    }

    /* ── FOOTER ── */
    .cpy-wrapper .cpanel-footer {
        background: var(--dark);
        border-top: 1px solid var(--border-dark);
        padding: 70px 0 30px;
    }

    .cpy-wrapper .foot-logo {
        font-size: 1.5rem;
        font-weight: 900;
        color: #fff;
        letter-spacing: -1px;
    }

    .cpy-wrapper .foot-logo em {
        font-style: normal;
        color: var(--green);
    }

    .cpy-wrapper .foot-desc {
        font-size: 14px;
        color: rgba(255, 255, 255, .35);
        margin-top: 10px;
        max-width: 260px;
    }

    .cpy-wrapper .foot-h {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: rgba(255, 255, 255, .3);
        margin-bottom: 18px;
    }

    .cpy-wrapper .foot-link {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
        padding: 5px 0;
        transition: color .2s;
    }

    .cpy-wrapper .foot-link:hover {
        color: var(--green);
    }

    .cpy-wrapper .foot-bottom {
        border-top: 1px solid var(--border-dark);
        margin-top: 52px;
        padding-top: 26px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 14px;
    }

    .cpy-wrapper .foot-copy {
        font-size: 13px;
        color: rgba(255, 255, 255, .25);
    }

    .cpy-wrapper .socials {
        display: flex;
        gap: 8px;
    }

    .cpy-wrapper .soc {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: rgba(255, 255, 255, .05);
        border: 1px solid var(--border-dark);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(255, 255, 255, .4);
        font-size: 15px;
        transition: all .25s;
    }

    .cpy-wrapper .soc:hover {
        background: var(--green);
        border-color: var(--green);
        color: #fff;
    }

    /* ── ADDED UTILITY CLASSES FOR INLINE STYLE REMOVAL ── */
    .w-100-mb-0 { max-width: 100%; margin-bottom: 0; }
    .mt-30 { margin-top: 30px; }
    .ecosystem-title  { font-size: 25px; margin-bottom: 20px; }
    .flex-center { justify-content: center; }
    .specs-desc { color: rgba(255, 255, 255, .4); max-width: 1000px; margin: 0 auto; }
    .benchmarks-title { font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, .35); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
    .w-98 { width: 98%; }
    .w-99 { width: 99%; }
    .w-95 { width: 95%; }
    .w-99-99 { width: 99.99%; }
    .mb-0 { margin-bottom: 0 !important; }
    .pos-rel { position: relative; }
    .why-num-mod { top: -30px; right: 10px; font-size: 5rem; opacity: .06; }
    .text-green-mr { color: var(--green); margin-right: 8px; }
    .status-legend { display: flex; gap: 16px; margin-top: 10px; }
    .status-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--lbl3); }
    .status-dot-up { width: 10px; height: 10px; border-radius: 3px; background: var(--green); }
    .status-dot-down { width: 10px; height: 10px; border-radius: 3px; background: #ff5252; opacity: .7; }
    .faq-section { background: var(--white); padding: 80px 0 20px; }
    .stat-card { background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .06); border-radius: 16px; padding: 28px 16px; }
    .stat-num { font-size: 2.4rem; font-weight: 900; color: var(--green); }
    .stat-label { font-size: 13px; color: rgba(255, 255, 255, .35); margin-top: 4px; font-weight: 500; }

    /* ── RESPONSIVE ── */
    @media(max-width:991px) {
        .cpy-wrapper .hero {
            padding: 100px 0 60px;
        }

        .cpy-wrapper .cta-inner {
            padding: 50px 30px;
        }

        .cpy-wrapper .why-big-num {
            display: none;
        }
    }

    @media(max-width:767px) {
        .cpy-wrapper section {
            padding: 60px 0;
        }

        .cpy-wrapper .metric-row {
            grid-template-columns: repeat(3, 1fr);
        }

        .cpy-wrapper .hardware-grid {
            grid-template-columns: 1fr 1fr;
        }
    }
    /* cpanel page finish */
/* new added styles on 6-6-26 */
@media(max-width:477px) {
        .bottoms{
            display: none;
        }
    }

    /* newly addedd css for germany page */
        .gr-wrap {
        font-family: sans-serif;
        color: #111;
        background: #fff;
        max-width: 1100px;
        margin: 0 auto
    }

    /* SECTION: Hero */
    .gr-hero {
        background: #2c402f;
        padding: 56px 100px 52px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .gr-hero::before {
        content: '';
        position: absolute;
        right: -60px;
        top: -60px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.07)
    }

    .gr-hero::after {
        content: '';
        position: absolute;
        right: 90px;
        bottom: -80px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.06)
    }

    .gr-hero__h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 18px;
        position: relative;
        z-index: 1
    }

    .gr-hero__p {
        color: rgba(255, 255, 255, 0.88);
        font-size: 16px;
        line-height: 1.85;
        margin-bottom: 14px;
        position: relative;
        z-index: 1
    }

    .gr-hero__p:last-child {
        margin-bottom: 0
    }

    /* SECTION: Locations intro */
    .gr-locations {
        padding: 48px 40px 0
    }

    .gr-locations__h2 {
        font-size: 35px;
        font-weight: 700;
        color: #111;
        margin-bottom: 10px;
        text-align: center;
    }

    .gr-locations__p {
        font-size: 18px;
        color: #444;
        line-height: 1.8;
        margin-bottom: 32px;
        text-align: center;
    }

    /* SECTION: City cards */
    .gr-cities {
        padding: 0 40px 48px;
        margin: auto;
        max-width: 1500px;

    }

    .gr-cities__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px
    }

    .gr-city-card {
        border: 1.5px solid #e4e4e4;
        border-radius: 12px;
        padding: 24px 20px;
        background: #fff;
        transition: border-color 0.2s
    }

    .gr-city-card:hover {
        border-color: #36b048
    }

    .gr-city-card--featured {
        border-color: #36b048;
        background: #fbfefb
    }

    .gr-city-card__badge {
        display: inline-block;
        background: #36b048;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        padding: 2px 10px;
        border-radius: 4px;
        margin-bottom: 10px;
        letter-spacing: 0.4px
    }

    .gr-city-card__h3 {
        font-size: 20px;
        font-weight: 700;
        color: #111;
        margin-bottom: 10px
    }

    .gr-city-card__p {
        font-size: 16px;
        color: #555;
        line-height: 1.7;
        margin-bottom: 14px;
            min-height: 220px;
    }

    .gr-city-card__list {
        list-style: none;
        margin-bottom: 14px;
        min-height: 245px
    }

    .gr-city-card__list li {
        font-size: 15px;
        color: #444;
        padding: 4px 0;
        border-bottom: 1px solid #f0f0f0;
        display: flex;
        gap: 8px;
        align-items: flex-start;
        line-height: 1.5
    }

    .gr-city-card__list li span {
        color: black !important;
    }

    .gr-city-card__list li:last-child {
        border-bottom: none
    }

    .gr-city-card__dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #36b048;
        flex-shrink: 0;
        margin-top: 5px
    }

    .gr-city-card__link {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 15px;
        color: #36b048;
        font-weight: 600;
        text-decoration: none
    }

    .gr-city-card__link svg {
        width: 13px;
        height: 13px;
        stroke: #36b048;
        fill: none;
        stroke-width: 2.5
    }

    /* DIVIDER */
    .gr-divider {
        height: 1px;
        background: #eee;
        margin: 0 40px
    }

    /* SECTION: Use cases */
    .gr-usecases {
        padding: 48px 40px;
        max-width: 1500px;
        margin: auto;
    }
    

    .gr-usecases__h2 {
        font-size: 35px;
        font-weight: 700;
        color: #36b048;
        margin-bottom: 10px;
        text-align:center;
    }

    .gr-usecases__p {
        font-size: 18px;
        color: #444;
        line-height: 1.8;
        text-align:center;
        margin-bottom: 24px
    }

    .gr-usecases__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 14px
    }

    .gr-uc-item {
        background: #d9d9d9;
        border-radius: 10px;
        padding: 18px 16px
    }

    .gr-uc-item__h3 {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        margin-bottom: 5px;
        min-height: 45px;
    }

    .gr-uc-item__p {
        font-size: 16px;
        color: #555;
        line-height: 1.65;
        margin-bottom: 0px !important;
    }

    /* SECTION: GDPR */
    .gr-gdpr {
        padding: 40px 48px;
        max-width: 1500px;
    margin: auto;
    }

    .gr-gdpr__h2 {
        font-size: 35px;
        font-weight: 700;
        color: #111;
        margin-bottom: 10px;
        text-align:center;
    }

    .gr-gdpr__p {
        font-size: 16px;
        color: #444;
        line-height: 1.8;
        margin-bottom: 14px
    }

    .gr-gdpr__box {
        background: #111;
        border-radius: 12px;
        padding: 30px 32px;
        width: 75%;
    margin: auto;
    }

    .gr-gdpr__box-p {
        color: white;
        font-size: 16px;
        line-height: 1.85
    }



    @media(max-width:640px) {
        .gr-hero {
            padding: 36px 20px 40px
        }

        .gr-hero__h2 {
            font-size: 24px
        }

        .gr-locations,
        .gr-cities,
        .gr-usecases,
        .gr-gdpr,
        .gr-hardware {
            padding-left: 20px;
            padding-right: 20px
        }

        .gr-divider {
            margin: 0 20px
        }

        .gr-cities {
            padding-bottom: 32px
        }
    }
    .tokyo-why{
        padding: 30px 0 112px !important;
        margin-top: -50px !important;
    }
    .canada-row{
        justify-content: center !important;
    }
     .canada-row h3{
        text-align: center;
        min-height: 50px;
    }
     .canada-row p{
        min-height: 130px;
        margin-bottom: 5px;
    }
    .chicago-page .learn-support{
        height:350px !important;
    }
    .table-sub{
    margin: auto;
    }

    .usa-quicklinks-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 1200px;
    margin: 26px auto ;
    padding: 14px 10px;
    background: #d6d6d6;
    border: 1px solid #e2ede4;
    border-radius: 14px;
}

.usa-quicklinks-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    color: #0d0d0d;
    white-space: nowrap;
}

.usa-quicklinks-label i {
    color: #36b048;
    font-size: 14px;
}

.usa-quicklinks-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;      
    -ms-overflow-style: none; 
    padding: 2px 2px 6px;
}

.usa-quicklinks-scroll::-webkit-scrollbar {
    display: none;             
}

.usa-quicklinks-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    background: #ffffff;
    border: 1.5px solid #d5e6da;
    border-radius: 50px;
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.usa-quicklinks-btn i {
    font-size: 12px;
    color: #36b048;
    transition: color 0.25s ease;
}

.usa-quicklinks-btn:hover,
.usa-quicklinks-btn:focus-visible {
    background: #36b048;
    border-color: #36b048;
    color: #ffffff;
    transform: translateY(-2px);
}

.usa-quicklinks-btn:hover i,
.usa-quicklinks-btn:focus-visible i {
    color: #ffffff;
}

@media (max-width: 768px) {
    .usa-quicklinks-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px 16px;
        position: relative;
    }

    .usa-quicklinks-scroll {
        width: 100%;
        mask-image: linear-gradient(to right, #000 90%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, #000 90%, transparent 100%);
    }

    .usa-quicklinks-btn {
        padding: 8px 15px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .usa-quicklinks-label {
        font-size: 14px;
    }

    .usa-quicklinks-btn {
        padding: 7px 13px;
        font-size: 12.5px;
    }
}
/* continet section start */
 .gy-regions{
    background:var(--gy-bg);
    padding:100px 0;
    color:var(--gy-ink);
  }

  .gy-eyebrow{
    font-size:12.5px; font-weight:500; letter-spacing:.14em; text-transform:uppercase;
    color:var(--gy-green-dark);
    display:flex; align-items:center; gap:10px; margin-bottom:18px;
  }
  .gy-eyebrow::before{
    content:""; width:7px; height:7px; border-radius:50%;
    background:var(--gy-green); box-shadow:0 0 0 4px var(--gy-green-pale);
  }

  .gy-heading{
    font-size:clamp(32px,4vw,46px); line-height:1.12; letter-spacing:-.01em;
    max-width:680px; margin-bottom:16px;
  }
  .gy-heading span{ color:var(--gy-green); }

  .gy-sub{
    font-size:17px; line-height:1.65; color:var(--gy-ink-soft);
    max-width:560px; margin-bottom:56px;
  }

  .gy-grid{ display:grid; grid-template-columns:repeat(12,1fr); gap:22px; }
  .gy-wrap-feat{ grid-column:span 6; }
  .gy-wrap-sec{ grid-column:span 3; }

  @media (max-width:991px){
    .gy-wrap-feat{ grid-column:span 12; }
    .gy-wrap-sec{ grid-column:span 6; }
  }
  @media (max-width:575px){ .gy-wrap-sec{ grid-column:span 12; } }

  /* ============ FEATURED (NA / EU) — dark, photographic ============ */
  .gy-feat{
    position:relative;
    background:linear-gradient(135deg,var(--gy-black) 0%,var(--gy-black-2) 100%);
    border-radius:20px;
    overflow:hidden;

    display:flex;
    text-decoration:none;
    color:#fff;
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .gy-feat:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 48px -20px rgba(0,0,0,.45);
    color:#fff;
  }

  .gy-feat-content{
    position:relative; z-index:4;
    width:58%;
    padding:38px 20px 34px 38px;
    display:flex; flex-direction:column; justify-content:space-between;
  }

  /* image lives on the right side only — wide soft feather, no hard edge */
  .gy-feat-visual{
    position:absolute; inset:0;
    z-index:1;
    -webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 36%,rgba(0,0,0,.18) 46%,rgba(0,0,0,.55) 56%,rgba(0,0,0,.9) 66%,#000 76%,#000 100%);
    mask-image:linear-gradient(90deg,transparent 0%,transparent 36%,rgba(0,0,0,.18) 46%,rgba(0,0,0,.55) 56%,rgba(0,0,0,.9) 66%,#000 76%,#000 100%);
  }
  .gy-feat-visual img{
    width:100%; height:100%;
    display:block;
    object-fit:cover;
    object-position:center right;
  }

  /* soft green glow bridging the seam between card and image, for polish */
  .gy-feat-glow{
    position:absolute; z-index:2; top:38%; left:44%;
    width:220px; height:220px;
    background:var(--gy-green);
    opacity:.22;
    filter:blur(70px);
    border-radius:50%;
    transform:translate(-50%,-50%);
    pointer-events:none;
  }

  /* brand-color duotone wash + cinematic top/bottom feather, sits on top of the visual */
  .gy-feat-tint{
    position:absolute; inset:0; z-index:3;
    background:linear-gradient(100deg,var(--gy-black) 0%,rgba(12,14,13,.9) 38%,rgba(12,14,13,.5) 54%,rgba(12,14,13,.12) 70%,transparent 100%);
  }
  .gy-feat-tint::after{
    content:"";
    position:absolute; inset:0;
    background:
      linear-gradient(180deg,rgba(12,14,13,.4) 0%,transparent 18%,transparent 65%,rgba(12,14,13,.6) 100%);
  }

  .gy-tag{
    display:inline-flex; align-items:center; gap:7px;
    font-size:11px; font-weight:500;
    letter-spacing:.08em; text-transform:uppercase;
    color:var(--gy-green-bright);
    margin-bottom:14px;
  }
  .gy-tag::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--gy-green-bright); }

  .gy-feat-name{
    font-weight:700;
    font-size:36px; line-height:1.05; margin-bottom:10px;
  }

  .gy-feat-locs{
    font-size:14px; color:rgba(255,255,255,.55); margin-bottom:22px;
  }

  .gy-chips{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:26px; }
  .gy-chip{
   font-size:11.5px; font-weight:500;
    color:rgba(255,255,255,.85);
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.12);
    padding:6px 12px; border-radius:20px;
  }

  .gy-feat-btn{
    display:inline-flex; align-items:center; gap:9px;
    background:var(--gy-green);
    color:#fff;
    font-weight:600; font-size:14.5px;
    padding:13px 22px; border-radius:10px; width:fit-content;
    transition:background .2s ease, gap .2s ease;
  }
  .gy-feat-btn i{ font-size:15px; }

  /* ============ SECONDARY (dark, top-right image overlay) ============ */
  .gy-sec{
    position:relative;
    background:linear-gradient(135deg,var(--gy-black) 0%,var(--gy-black-2) 100%);
    border-radius:18px;
    height:100%;
    padding:28px 24px 24px;
    display:flex; flex-direction:column; justify-content:space-between;
    text-decoration:none; color:#fff;
    overflow:hidden;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .gy-sec:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 36px -20px rgba(0,0,0,.4);
    color:#fff;
  }

  /* top-right image, faded via radial mask so it blends into the dark card */
  .gy-sec-visual{
    position:absolute; inset:0; z-index:1;
    -webkit-mask-image:radial-gradient(circle at 100% 0%,#000 0%,#000 26%,rgba(0,0,0,.55) 42%,transparent 62%);
    mask-image:radial-gradient(circle at 100% 0%,#000 0%,#000 26%,rgba(0,0,0,.55) 42%,transparent 62%);
  }
  .gy-sec-visual img{ width:100%; height:100%; object-fit:cover; object-position:top right; display:block; }

  /* soft green glow bridging the seam */
  .gy-sec-glow{
    position:absolute; z-index:2; top:8%; right:22%;
    width:120px; height:120px;
    background:var(--gy-green);
    opacity:.20;
    filter:blur(45px);
    border-radius:50%;
    pointer-events:none;
  }

  .gy-sec-tint{
    position:absolute; inset:0; z-index:3;
    background:radial-gradient(circle at 100% 0%,rgba(12,14,13,.1) 0%,rgba(12,14,13,.7) 55%,var(--gy-black) 60%);
  }

  .gy-sec > *:not(.gy-sec-visual):not(.gy-sec-glow):not(.gy-sec-tint){ position:relative; z-index:4; }

 

  .gy-sec-icon{
    width:44px; height:44px; border-radius:12px;
    background:var(--gy-green);
    color:var(--gy-black);
    display:flex; align-items:center; justify-content:center;
    font-size:19px;
    transition:background .25s ease;
  }
  .gy-sec-icon.is-soon{ background:rgba(255,255,255,.08); color:rgba(255,255,255,.4); }
  .gy-sec:hover .gy-sec-icon:not(.is-soon){ background:var(--gy-green-bright); }

  .gy-sec-status{
    display:inline-flex; align-items:center; gap:6px;
    font-size:10px; font-weight:500;
    letter-spacing:.05em; text-transform:uppercase;
    color:var(--gy-green-bright);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    padding:5px 9px 5px 7px; border-radius:20px;
  }
  .gy-sec-status .dot{ width:5px; height:5px; border-radius:50%; background:var(--gy-green-bright); position:relative; }
  .gy-sec-status .dot::after{
    content:""; position:absolute; inset:-4px; border-radius:50%;
    border:1px solid var(--gy-green-bright); animation:gy-pulse 2.2s ease-out infinite;
  }
  .gy-sec-status.is-soon{ color:rgba(255,255,255,.5); }
  .gy-sec-status.is-soon .dot{ background:rgba(255,255,255,.4); }
  .gy-sec-status.is-soon .dot::after{ display:none; }
  @keyframes gy-pulse{ 0%{ transform:scale(.5); opacity:.9; } 100%{ transform:scale(2.4); opacity:0; } }

  .gy-sec-tag{
   font-size:10.5px; font-weight:500;
    letter-spacing:.08em; text-transform:uppercase;
    color:var(--gy-green-bright); margin-bottom:8px;
  }

  .gy-sec-name{
    font-weight:800; font-size:28px; margin-bottom:4px; color:#fff;
  }
  .gy-sec-locs{ font-size:12.5px; color:rgba(255,255,255,.5); margin-bottom:16px; }

  .gy-sec-chips{ display:flex; flex-wrap:wrap; gap:7px; margin-bottom:20px; }
  .gy-sec-chip{
   font-size:10.5px; font-weight:500;
    color:rgba(255,255,255,.8);
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    padding:5px 10px; border-radius:20px;
  }

  .gy-sec-cta{
    display:inline-flex; align-items:center; justify-content:center; gap:6px;
   font-weight:600; font-size:13px;
    color:#fff;
    border:1px solid rgba(255,255,255,.15);
    border-radius:9px;
    padding:11px 14px;
    transition:background .2s ease, border-color .2s ease, color .2s ease;
    width:max-content;
    background-color:#36b048;
    margin-top:20px;
  }
  .gy-sec-cta i{ font-size:13px; transition:transform .2s ease; }
  .gy-sec:hover .gy-sec-cta{ background:var(--gy-green); border-color:var(--gy-green); color:#fff; }
  .gy-sec:hover .gy-sec-cta i{ transform:translateX(3px); }
/* continent section end */

#india-page .learn-support .h4{
    min-height: 65px !important;
}
#india-page .learn-support p{
    min-height: 165px !important;
}
.cuda-page .row{
    justify-content: center !important;
}
.cuda-page .icons{
    width: auto !important;
}
.cuda-logo{
    display: flex; 
    gap: 10px; 
    margin-bottom: 15px;
    justify-content: center;
}
.cuda-page .custom-column-title{
    min-height: 35px;
}
/* responsive issues-start */
@media (max-width:425px){ 
    .page-gpu-servers .image-column{
        display:none !important;
    }
.page-gpu-servers .gpu-page{
    padding: 10px !important;
}
 }

.sa-page .used-for .learn-support{
    height: 255px !important;
}
.na-page .used-for .learn-support{
    height: 275px !important;
}
.na-page .learn-support .h4{
    min-height: 60px !important;
}
.asia-page .learn-support-pra{
    min-height: 20px !important;
}
.asia-page .used-for .learn-support{
    height: 245px !important;
}
/* responsive issues-end */