@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0
}

.header {
    position: sticky;
    top: 0;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-12 {
    margin-top: 3rem;
}

body {
    background-color: #ffffff !important;
}

.cetification-img {
    width: 515px;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.live-btn {
    background-color: #008374;
    padding: 10px 20px;
    border-radius: 0 .5rem .5rem 0;
    font-weight: 600;
}

.country-name {
    font-size: 15px;
    font-weight: 500;
}

.gpu-available-btn {
    width: 20rem;
    padding: 8px 19px 8px 10px !important;
    font-size: 16px !important;
    background-color: #134808 !important;
}

.available-for-btn {
    --animation: 2s ease-in-out infinite;
    display: flex;
    align-items: center;
    column-gap: 2px;
    color: #fff;
    background-color: #0b2a54;
    border-radius: 100px;
    padding: 1rem 1.5rem 1rem .5rem;
    outline: none;
    border: none;
    font-weight: 600;
    position: relative;
    transition: .2s ease-in-out;
    cursor: pointer;
    font-size: 19px;
}

.available-for-width {
    width: 257px;
}

.available-for-btn:hover {
    background-color: #bde7c2 !important;
    margin-top: 10px;
}

.available-for-btn:active {
    background-color: #e1f9dc;
    border: solid 2px #178d00;
}

.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 16px;
    height: 16px;
    border: solid 2px #178d00;
    border-radius: 50%;
    margin: 0 10px;
    background-color: transparent;
    animation: circle-keys var(--animation);
}

.circle .dot {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #178d00;
    animation: dot-keys var(--animation);
}

.circle .outline {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    animation: outline-keys var(--animation);
}

.circle:nth-child(2) {
    animation-delay: .3s;
}

.circle:nth-child(2) .dot {
    animation-delay: .3s;
}

.circle:nth-child(1) .outline {
    animation-delay: .9s;
}

.circle:nth-child(2) .outline {
    animation-delay: 1.2s;
}

@keyframes circle-keys {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(1.5);
        opacity: .5
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes dot-keys {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes outline-keys {
    0% {
        transform: scale(0);
        outline: solid 20px var(--color);
        outline-offset: 0;
        opacity: 1
    }
    100% {
        transform: scale(1);
        outline: solid 0 transparent;
        outline-offset: 20px;
        opacity: 0
    }
}

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

@media (max-width:768px) {
    .header .logo img {
        width: 11rem
    }
}

.nav-login-middle-list.web-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 10px;
    background: linear-gradient(135deg, #008374 0%, #006b5e 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 131, 116, .3);
    position: relative;
    overflow: hidden;
}

.g-lower-banner-links:hover {
    color: #71ffef;
}

.left-img {
    background: url('/assets/img/left-dedicated-servers.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.right-img {
    background: url('/assets/img/right-data-center-data-racks.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.com-sec {
    max-width: 1600px !important;
    box-shadow: none !important;
}

.np-container {
    max-width: 1000px !important;
}

.g-popup-modal-container {
    height: 100%;
    width: 100%;
    background-color: #000000d7;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.g-popup-modal {
    background-color: #fff;
    width: 40%;
    max-height: 850px;
    position: relative;
    overflow: auto;
    border-radius: 10px;
    animation: modalpopups 400ms ease-in-out alternate;
}

.remove-popups {
    animation: modalremove 500ms ease-in-out alternate;
}

@keyframes modalremove {
    0% {
        top: 0
    }
    100% {
        top: 200px;
        opacity: 0
    }
}

@keyframes modalpopups {
    0% {
        opacity: 0;
        top: 100px
    }
    100% {
        opacity: 1;
        top: 0
    }
}

.pop-up-close-btn {
    transition: .3s ease-in-out
}

.pop-up-close-btn:hover {
    transition: .3s ease-in-out;
    transform: scale(1.3) rotate(90deg);
    cursor: pointer;
}

.g-popup-modal-body {
    padding: 30px;
}

.g-popup-modal-header-title {
    font-size: 20px;
    font-weight: 700;
}

.g-popup-modal-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 30px;
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #b3b3b3;
}

.g-popup-modal-footer {
    border-top: 1px solid #b3b3b3;
    padding: 20px;
    position: sticky;
    bottom: 0;
    background-color: #fff;
}

.g-popup-modal-header-close {
    font-size: 22px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-popup-modal-submit-btn {
    font-size: 17px;
    font-weight: 600;
    border: none;
    background-color: #008374;
    padding: 15px 25px;
    color: #fff;
    transition: .3s ease-in-out;
    border-radius: 10px;
}

.g-popup-modal-submit-btn:hover {
    background-color: #000;
    color: #fff;
    transition: .3s ease-in-out;
}

.g-popup-modal-body-form-eachinputs-main-div {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
}

.g-popup-modal-body-form-eachinputs-container {
    width: 100%;
}

.g-popup-modal-body-form-eachinputs-container-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}

.g-popup-modal-body-form-label {
    color: #252525 !important;
    font-size: 14px !important;
}

.g-popup-modal-body-form-input {
    padding: 8px 20px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    width: 100%;
}

.g-popup-modal-body-form-select {
    padding: 8px 20px !important;
    font-size: 17px !important;
    border: none !important;
    outline: 1px solid #ccc;
    width: 100%;
}

.g-popup-modal-para {
    font-size: 14px !important;
}

.g-popup-modal-body-form-checkbox {
    width: 16px;
    height: 16px;
}

.g-popup-modal-body-form-label {
    font-size: 13px !important;
}

.g-popup-modal-container::-webkit-scrollbar {
    width: 10px;
    height: 50px !important;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.g-popup-modal-body-form-select:focus {
    outline: 1px solid #c12701;
}

.g-popup-modal-body-form-required-symbol {
    color: #c12701;
    font-weight: 900;
}

@media screen and (max-width:567px) {
    .g-popup-modal-body-form-eachinputs-main-div {
        display: flex;
        flex-direction: column;
        column-gap: 20px;
        row-gap: 0
    }
    .g-popup-modal {
        width: 90%
    }
    .g-popup-modal-submit-btn {
        font-size: 14px;
        padding: 8px 25px
    }
    .g-popup-modal-header-title {
        font-size: 12px;
        font-weight: 600
    }
    .g-popup-modal-header {
        padding: 30px 10px 30px 10px
    }
    .g-popup-modal-header-close {
        font-size: 17px;
        font-weight: 600
    }
    .g-popup-modal-body-form-select {
        font-size: 15px !important
    }
    .g-popup-modal-body-form-input {
        font-size: 15px !important
    }
}

.n-border-box {
    border-bottom: 6px solid #008374;
    border-left: 1px solid #008374;
    border-right: 1px solid white
}

.br-w {
    border-right: 1px solid white
}

.p-0 {
    padding-top: 0 !important;
}

.fs-3 {
    font-size: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.n-bt-bg {
    background-color: #008374
}

.n-pb-5 {
    padding-bottom: 5rem !important;
    padding-top: 1rem !important;
}

.n-mt-2 {
    margin-top: 2rem !important
}

.mi-0 {
    margin-inline: 0 !important;
}

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

.mh-0 {
    min-height: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important
}

.p-32 {
    padding: 32px !important;
}

.h-11 {
    height: 11.5rem !important
}

.n-pt-10 {
    padding-top: 10px !important
}

.ml-3 {
    margin-left: -3px
}

.ml-31 {
    margin-left: -31px !important
}

.b-shadow {
    box-shadow: none !important;
}

.q-bg {
    background-image: url(/assets/img/download44.jpeg);
}

.fw-700 {
    font-weight: 700
}

.fs-2-5 {
    font-size: 2.5rem !important
}

.n-icon-card h3 {
    font-size: 25px;
}

.n-icon-card {
    align-items: center;
}

.country-top-white-box {
    border-bottom: 6px solid #008374;
    border-left: 1px solid #008374;
    border-right: 1px solid white
}

.overview-sec {
    padding-top: 0 !important;
    min-height: 0 !important;
}

.border-r {
    border-right: 1px solid white;
}

.br-20 {
    border-radius: 20px;
}

.model {
    display: none;
    position: absolute;
    background-color: #00000094;
    padding: 5px 10%;
    height: 100vh;
    width: 100%;
    z-index: 1;
}

.model-content {
    background-color: #fff;
    width: 70%;
    height: 50vh;
    padding: 20px !important;
    border-radius: 20px;
}

.model-content i {
    color: #167afd !important;
}

.domain-search form input {
    background: none;
    border: 1px solid #000 !important;
    height: 70px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    margin-left: -7%
}

.domain-search form button {
    height: 70px;
    width: 70px;
    font-size: 18px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    position: inherit;
    left: -8%;
}

.domain-search i {
    color: #fff !important;
}

.domains span {
    margin-top: 10px;
    margin-left: 10px;
}

.domains a {
    margin: 10px;
}

.hero-container {
    margin: 30px 10%;
}

.title {
    font-weight: 400;
}

.hero-text p {
    font-weight: 600;
}

.get-start-button {
    font-size: 22px !important;
    font-weight: bold !important;
    border-radius: 15px !important;
}

.domain-deal {
    background-color: #250142;
    margin-top: 150px;
    margin-bottom: 300px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.domain-deal-teal {
    background-color: #042138;
    margin-top: 150px;
    margin-bottom: 300px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card {
    margin-left: 30px;
    top: -100px;
    background-color: #ffffff !important;
    border: none !important;
    padding: 25px !important;
    border-radius: 15px !important;
    transition: transform .3s ease;
}

.contact-us {
    font-weight: bold;
}

.features {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-top: 200px;
    padding: 20px;
    border-radius: 15px;
    top: -100px
}

.features {
    padding: 5%;
}

.features-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flash-sale-container {
    background-image: url('../../assets/img/home/night-sky.jpg');
    background-repeat: repeat-y;
    z-index: -1;
    padding-bottom: 100px !important
}

.flash-container {
    margin: 0 12%
}

.flash-text {
    margin-top: 50px;
}

.flash-text a button {
    background: none;
    border: #fff 3px solid;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 25px;
    width: 200px;
}

.flash-card {
    margin-top: 50px;
    margin-right: 2%;
    background-color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: transform .3s ease
}

.flash-card:hover {
    transform: scale(1.1);
}

.flash-card .one {
    background-color: #96f1fd;
    padding: 2px 7px;
    border-radius: 25px;
}

.business {
    margin: 200px 12%;
    margin-bottom: 0 !important;
}

.busines-text h1 {
    line-height: 1.6;
}

.busines-text p {
    line-height: 1.6;
}

.benifits {
    margin-top: 100px !important;
}

.host-packages {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -100px
}

.host-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.host-package {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 30px !important;
    border-radius: 20px;
}

.host-package i {
    font-size: 50px;
    color: #167afd;
}

.host-package .ico {
    text-align: center !important;
}

.gradient-1 {
    background-image: linear-gradient(to right, rgba(0, 110, 255, 1), rgba(226, 224, 224, .349));
    height: 4px;
    width: 250px;
    z-index: 10;
    position: relative;
    top: 5%;
}

.wp-builder {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    margin: 5%;
    padding: 30px;
    border-radius: 20px;
}

.wp-builder span i {
    font-size: 50px;
    color: #167afd;
}

.view-plan-button {
    width: 300px;
    border: 3px solid #000;
    border-radius: 15px;
    height: 70px;
    font-weight: bold;
}

.view-template-btn {
    padding: 15px !important;
    font-size: 22px !important;
    font-weight: bold !important;
    border-radius: 20px !important;
}

.theme-container {
    margin-top: 150px;
}

.theme-title {
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.theme-text {
    margin-top: 20px;
}

.img-scale {
    transition: transform .2s ease;
}

.img-scale:hover {
    transform: scale(1.1)
}

.round-border {
    border-radius: 20px !important;
}

.client {
    margin-top: 100px;
}

.testimonials {
    background-color: #000;
}

.carousel {
    margin: 0 7%;
}

.trustpilot-ratings {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
}

.rating {
    font-size: 24px;
    margin-bottom: 5px
}

.stars {
    color: #fff;
    background-color: #00b67a;
    margin: 2px
}

.score {
    font-weight: bold;
}

.reviews {
    text-align: center;
    font-size: 14px;
    color: #888;
}

.service-card {
    background-color: rgb(244 246 249);
    padding: 20px 20px !important;
    border-radius: 20px;
    transition: transform .3s ease;
}

.service-card:hover {
    position: relative;
    top: -10px;
}

.hide {
    display: none !important;
}

.question {
    border-top: 2px #000 solid;
    padding: 40px !important;
}

.q-title {
    margin-left: -4.5%;
}

.border-botm {
    border-bottom: #000 2px solid;
}

.support-card {
    background-color: #222020;
    padding: 50px !important;
    border-radius: 20px;
}

.mt4 {
    margin-top: 2rem !important;
}

.show {
    display: block;
}

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

.about-us-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

@media (min-width:992px) {
    .navbar-nav li {
        margin-left: 15px !important
    }
    .nav-right {
        margin: 0 !important
    }
    .hero-img img {
        width: 100%
    }
    .hero-text {
        margin-top: 250px
    }
    .deal-container {
        margin-left: 10%
    }
    .card {
        width: 345
    }
    .card .icon {
        font-size: 40px;
        position: relative
    }
    .card-text {
        font-weight: 600;
        font-size: 22px
    }
    .card-text a {
        color: #000
    }
    .search-container {
        margin-left: 3% !important
    }
    .search form input {
        width: 80%;
        height: 65px;
        margin-top: 5px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px
    }
    .search form input:focus {
        outline: none
    }
    .search form button {
        height: 70px;
        width: 80px;
        margin-left: -1%;
        margin-top: -3px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px
    }
    .search form button i {
        font-size: 22px
    }
    .domain-price {
        margin-top: 30px;
        display: flex;
        align-items: baseline
    }
    .domain-price div p {
        margin-top: 10px
    }
    .logo-text {
        font-size: 36px;
        font-weight: bold
    }
    .flash-text .flash-title {
        font-size: 45px;
        font-weight: bold;
        line-height: 1.6
    }
    .flash-text p {
        line-height: 1.5;
        margin-top: 30px;
        font-size: 22px;
        font-weight: 600
    }
    .features-items .row-2 {
        margin-top: 5%
    }
    .business {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between
    }
    .busines-text {
        width: 50%
    }
    .business-img {
        width: 50%
    }
    .business-img img {
        border-radius: 20px
    }
    .hosting {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        margin: 200px 10%
    }
    .hosting-img img {
        position: relative;
        top: -250px;
        left: 20%;
        border-radius: 20px
    }
    .card-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around
    }
    .wp-builder {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around
    }
    .support-card-section {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
    .Copyright {
        display: block
    }
    .Copyright-sm {
        display: none
    }
}

@media (min-width:991px) and (max-width:1259px) {
    .nav-bar a {
        color: #000;
        font-weight: 600;
        font-size: 16px
    }
    .nav-right button {
        font-size: 18px;
        font-weight: 600;
        border-radius: 15px !important
    }
    .navbar-nav li {
        margin-left: 10px
    }
}

@media (min-width:768px) and (max-width:990px) {
    .nav-bar a {
        color: #000;
        font-weight: 600;
        font-size: 22px
    }
    .nav-right {
        margin-top: 30px !important
    }
    .get-start {
        width: 100%
    }
    .nav-right button {
        width: 100%;
        padding: 10px;
        margin-left: 10px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 15px !important
    }
    .nav-right {
        margin: 0;
        padding: 0
    }
    .login {
        width: 100%
    }
    .login a {
        width: 100%;
        padding: 10px;
        text-align: center;
        border: #000 2px solid;
        border-radius: 15px;
        height: 50px;
        margin: 10px
    }
    .hero {
        margin-top: 50px
    }
    .hero-text {
        align-items: center;
        text-align: center
    }
    .hero img {
        padding: 10px;
        width: 70%;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
    .deal-title {
        margin: 5%;
        text-align: center
    }
    .search form {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }
    .search form input {
        height: 50px
    }
    .search form button {
        height: 50px
    }
    .domain-price {
        margin-left: 12%;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }
    .domain-title {
        text-align: center
    }
    .client-img {
        margin-top: 50px !important
    }
    .features-items {
        margin-top: 50px
    }
    .business-img {
        display: none
    }
    .hosting-img {
        display: none
    }
    .flash-card-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }
    .flash-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .hide {
        display: none
    }
    .faq h1 {
        text-align: center
    }
    .faq .question {
        margin-top: 50px
    }
    .Copyright {
        display: none
    }
    .Copyright-sm {
        margin-top: 50px;
        display: block
    }
}

@media (max-width:860px) {
    article a {
        display: none
    }
    .about-us-image {
        display: none
    }
}

@media (max-width:767px) {
    .nav-right {
        margin-top: 30px !important
    }
    .get-start {
        width: 100%
    }
    .nav-right button {
        width: 100%;
        padding: 10px;
        margin-left: 10px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 15px !important
    }
    .nav-right {
        margin: 0;
        padding: 0
    }
    .login {
        width: 100%
    }
    .login a {
        text-align: center;
        width: 100%;
        padding: 10px;
        border: #000 2px solid;
        border-radius: 15px;
        height: 50px;
        margin: 10px
    }
    .hero {
        margin-top: 50px
    }
    .hero-text {
        align-items: center;
        text-align: center
    }
    .hero img {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .card {
        margin: 0 10px 5px 0 !important
    }
    .deal-title {
        text-align: center;
        margin: 5%
    }
    .search form input {
        width: 75%;
        height: 70px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border: none;
        outline: none
    }
    .search form input:focus {
        outline: none
    }
    .search form button {
        height: 70px;
        width: 70px;
        margin-left: -1%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px
    }
    .domain-price {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-around
    }
    .domain-badge {
        width: 70%
    }
    .domain-title {
        text-align: center
    }
    .business-img {
        display: none
    }
    .hosting-img {
        display: none
    }
    .features {
        margin: 0 !important
    }
    .features-text {
        text-align: center;
        font-size: 20px !important
    }
    .sm-flex-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .host-package {
        margin: 0 5%
    }
    .host-package h1 {
        text-align: center
    }
    .host-package p {
        text-align: center
    }
    .hide {
        display: none
    }
    .Copyright {
        display: none
    }
    .Copyright-sm {
        margin-top: 50px;
        display: block
    }
}

.heading2 {
    font-size: 3rem;
    padding-block: 3rem
}

.heade {
    background-color: #2685
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .85)), url(../img/home/image22.png);
    width: 100%;
    height: 58vh;
    background-position: center;
    background-size: cover;
    margin-top: 0 !important
}

.banner {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between
}

.content {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.content h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff
}

.content p {
    margin: .5rem;
    color: rgba(255, 255, 255, .8)
}

button {
    padding: .8rem 1rem;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    box-shadow: inset 0 0 0 #5AC493;
    transition: .5s ease-out;
    color: #fff
}

.buttonleft {
    width: 200px;
    margin: 5rem 0;
    padding: .8rem 1rem;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    box-shadow: inset 0 0 0 #5AC493;
    transition: .5s ease-out;
    color: #fff
}

.buttonleft:hover {
    box-shadow: inset 200px 0 0 0 #000000;
    color: white !important;
    text-decoration: none
}

button:hover {
    box-shadow: inset 200px 0 0 0 #000000;
    color: white !important
}

.hero-small {
    width: 100%;
    position: relative;
    background: #008374;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 0 0
}

@media (min-width:576px) {
    .hero-container .request {
        font-size: 3rem;
        text-align: center
    }
    .hero {
        background-attachment: fixed
    }
}

.ff {
    border: 2px solid black;
    padding: 2rem;
    border-radius: 20px
}

.hero-small h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.hero-small p {
    color: rgba(255, 255, 255, .6);
    font-weight: 400;
    margin-bottom: 30px
}

.hero-small .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: .3s;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    border: 2px solid rgba(255, 255, 255, .1)
}

.hero-small .btn-get-started:hover {
    border-color: rgba(255, 255, 255, .5)
}

.hero-small .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: #fff;
    font-weight: 600
}

.hero-small .btn-watch-video i {
    color: rgba(255, 255, 255, .5);
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

.hero-small .btn-watch-video:hover i {
    color: #fff
}

@media (max-width:640px) {
    .hero-small h2 {
        font-size: 36px
    }
    .hero-small .btn-get-started,
    .hero-small .btn-watch-video {
        font-size: 14px
    }
}

.hero-small .icon-boxes {
    padding-bottom: 0
}

@media (min-width:1200px) {
    .hero-small .icon-boxes:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(50% + 20px);
        background-color: #fff
    }
}

.hero-small .icon-box {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    background: #023E70;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .08);
    transition: all .3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 117%;
    width: 100%;
    text-align: center
}

.hero-small .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px
}

.hero-small .icon-box .title a {
    color: #fff;
    transition: .3s
}

.hero-small .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, .6)
}

.hero-small .icon-box:hover .title a,
.hero-small .icon-box:hover .icon {
    color: #fff
}

.search-form {
    top: 50%;
    width: 350px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
    background: #fff;
    transition: all .3s ease;
    &.focus {
        box-shadow: 0 3px 4px rgba(0, 0, 0, .15)
    }
}

.search-input {
    top: 10px;
    left: 38px;
    font-size: 14px;
    background: none;
    color: #5a6674;
    width: 195px;
    height: 20px;
    border: none;
    appearance: none;
    outline: none;
    &::-webkit-search-cancel-button {
        appearance: none
    }
}

.search-button {
    top: 10px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    & svg {
        width: 20px;
        height: 20px;
        fill: #5a6674
    }
}

.search-option {
    text-align: right;
    top: 10px;
    right: 15px;
    div {
        position: relative;
        display: inline-block;
        margin: 0 1px;
        cursor: pointer;
        input {
            position: absolute;
            top: 0;
            left: 0;
            opacity: .01;
            cursor: pointer
        }
        span {
            position: absolute;
            display: block;
            text-align: center;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            background: #929AA3;
            color: #fff;
            font-size: 9px;
            letter-spacing: 1px;
            line-height: 1;
            text-transform: uppercase;
            padding: 4px 7px;
            border-radius: 12px;
            top: -18px;
            transition: all .2s ease-in-out;
            &::after {
                content: '';
                position: absolute;
                bottom: -3px;
                left: 50%;
                transform: translateX(-50%);
                border-top: 4px solid #929AA3;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                transition: all .2s ease-in-out
            }
        }
        &:hover span {
            opacity: 1;
            top: -21px
        }
        label {
            display: block;
            cursor: pointer
        }
        svg {
            height: 20px;
            width: 20px;
            fill: #5a6674;
            opacity: .6;
            transition: all .2s ease-in-out;
            pointer-events: none
        }
        &:hover svg {
            opacity: 1
        }
    }
}

:before,
:after {
    box-sizing: border-box;
}

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

.row {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-items: center;
    justify-content: space-between;
}

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

a {
    text-decoration: none;
}

.nav-container {
    max-width: 1700px !important
}

.header {
    display: block;
    width: 100%;
    z-index: 9999;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 10px;
}

.header .item-left {
    width: 15% !important;
}

.new-menu-main {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width:1099px) {
    .new-menu-main {
        display: grid
    }
}

.header .logo a {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header-item .logo {
    width: 250px;
}

.header-item .logo img {
    background-size: cover;
    width: 255px !important;
}

.header .item-center {
    width: 70% !important;
}

.header .item-right {
    flex: 0 0 22%;
}

.header-actions {
    display: flex;
    flex-direction: row;
}

@media (max-width:1099px) {
    .header .item-right {
        flex: 0 0 17%;
        display: flex;
        justify-content: flex-end
    }
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    display: inline-block;
    margin-left: 10px;
    transition: color .3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px
}

.header .menu>ul>li>a {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    position: relative;
    text-transform: capitalize;
    transition: color .3s ease;
    text-decoration: none;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
    padding: 20px 30px;
    transition: all .5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width:992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 15px;
        visibility: visible;
        opacity: 1;
        border-radius: 10px;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    transition: color .3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #000000;
    transition: color .3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item1>ul>li {
    line-height: 1;
    display: block
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item1>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    transition: color .3s ease;
    text-decoration: none
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%)
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 25%;
    padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item1 {
    flex: 0 0 25%;
    padding: 10px 0 0 0;
    margin-inline: 30px
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item1 .title {
    font-size: 16px;
    color: #5AC493;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
    font-weight: bold;
    text-decoration: none;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item1.text-center .title {
    text-align: center;
    text-decoration: none;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item1 img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item1>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #5AC493;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #5AC493;
    font-weight: 700;
    line-height: 1;
    padding: 10px 0;
    text-decoration: none;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title:hover {
    color: #042138;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    vertical-align: middle;
    margin-top: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #5AC493;
}

.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

@media(max-width:1099px) {
    .new-search-container {
        position: relative;
        width: 100%;
        max-width: 160px !important;
    }
}

@media(max-width:1099px) {
    .header .item-center {}
    .header .item-center {
        width: 82% !important
    }
    .v-center {
        justify-content: space-between
    }
    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000
    }
    .header .mobile-menu-trigger span:before {
        top: -6px
    }
    .header .mobile-menu-trigger span:after {
        top: 6px
    }
    .header .item-right {
        align-items: center
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all .5s ease;
        z-index: 1099
    }
    .header .menu.active {
        transform: translate(0%)
    }
    .header .menu>ul>li {
        line-height: 2;
        margin: 0;
        display: block
    }
    .header .menu>ul .menu-with-arrow {
        display: flex;
        align-items: center;
        max-width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .header .menu>ul .menu-with-arrow a {
        border-bottom: none
    }
    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg)
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none
    }
    .header .menu .mobile-menu-head.active .go-back {
        display: block
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, .1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px
    }
    .header .menu .menu-main {
        height: 100%;
        overflow: scroll;
        max-height: 500px
    }
    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        margin-top:120px!important;
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0!important;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto
    }
    .header .menu>ul>li .sub-menu.active {
        display: block;
    }
    .a-dropdown-class {
        margin-right: 20px;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%)
        }
        100% {
            opacity: 1;
            transform: translateX(0%)
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%)
        }
        100% {
            opacity: 0;
            transform: translateX(100%)
        }
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0
    }
    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block
    }
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px
    }
    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, .5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all .5s ease
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1
    }
}

@media(max-width:1540px) {
    .header .item-center {
        width: 82% !important
    }
    .new-search-container {
        position: relative;
        width: 100%;
        max-width: 200px;
    }
    .header-item .logo img {
        background-size: cover;
        width: 200px !important;
    }
}

.services {
    padding-top: 1rem
}

.services .service-item {
    padding: 22px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid black
}

.services .service-item1 {
    padding: 10px;
    background: #042138;
    height: 100%;
    border-radius: 10px;
    color: white !important
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px
}

.services .service-item .icon i {
    color: var(--color-default);
    font-size: 56px;
    transition: ease-in-out .3s;
    z-index: 2;
    position: relative
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eeeeee;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: .3s
}

.services .service-item h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #eeeeee;
    transition: .3s
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary)
}

.services .service-item:hover .icon:before {
    background: #00b6a1
}

.services .service-item:hover h3 {
    border-color: var(--color-primary)
}

#serviceii {
    background-color: #042138 !important;
}

.footer-section {
    background: #000000;
    position: relative;
    display: flex !important;
    flex-direction: column !important
}

.footer-logo img {
    background-size: cover;
    width: 255px
}

.footer-section .container {
    max-width: 1673px !important
}

.footer-cta {
    border-bottom: 1px solid #373636
}

.single-cta i {
    color: var(--teal);
    font-size: 30px;
    float: left;
    margin-top: 8px
}

.cta-text {
    padding-left: 15px;
    display: inline-block
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px
}

.cta-text span {
    color: #757575;
    font-size: 15px
}

.footer-content {
    position: relative;
    z-index: 2
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%
}

.footer-logo {
    margin-bottom: 30px
}

.footer-logo img {
    max-width: 200px;
    padding: 10px 20px;
    border-radius: 15px;
    background: white
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%
}

.facebook-bg {
    background: #3B5998
}

.twitter-bg {
    background: #55ACEE
}

.google-bg {
    background: var(--teal)
}

#spe-footer-widget {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer-widget-heading h2 {
    color: #fff;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    text-align: left !important
}

.footer-widget-heading h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: var(--teal)
}

.footer-widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px
}

.footer-widget ul li a:hover {
    color: var(--teal);
    text-decoration: none
}

.footer-widget ul li a {
    color: #a7a7a7;
    text-transform: capitalize;
    font-weight: 600
}

.subscribe-form {
    position: relative;
    overflow: hidden
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--teal);
    padding: 13px 20px;
    border: 1px solid var(--teal);
    top: 0
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg)
}

.copyright-area {
    background: #202020;
    padding: 25px 0
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787
}

.copyright-text p a {
    color: var(--teal);
    text-decoration: none
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px
}

.footer-menu li:hover a {
    color: var(--teal);
    text-decoration: none
}

.footer-menu li a {
    font-size: 14px;
    color: #878787
}

.wordpress .banner {
    color: white;
    background-color: #18274e;
    text-align: center;
    height: 300px;
    justify-content: center;
    align-items: center
}

.wordpress1 .banner {
    color: white;
    background-color: #18274e;
    text-align: center;
    height: 300px;
    justify-content: center;
    align-items: center
}

.wordpress2 .banner {
    color: white;
    background-color: #18274e;
    text-align: center;
    height: 300px;
    justify-content: center;
    align-items: center
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}

.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
}

.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, .05);
    padding: 8px 24px;
    font-size: 14px;
}

.price-table tr td:first-child {
    border-left: 0 none;
}

.price-table tr td:not(:first-child) {
    text-align: center;
}

.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}

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

.price-table .fa-check {
    color: var(--teal);
}

.price-table .fa-times {
    color: #D8D6E3;
}

.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, .25);
}

.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, .15);
    padding: 8px 48px;
}

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.price-table tr.price-table-head {
    background-color: #008374;
    color: #FFFFFF;
}

.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}

.price-table td.price a {
    background-color: #008374;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}

.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #008374;
    color: #008374;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}

.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #008374;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-6 {
    flex: 0 0 50%;
}

.h-100 {
    height: 100% !important
}

.p-5 {
    padding: 3rem !important
}

.pricingtable .toggle {
    color: hsl(234, 14%, 74%);
    display: flex;
    align-items: center;
    padding-bottom: 5rem !important;
}

.pricingtable .toggle-btn {
    margin: 0 1rem;
}

.checkbox {
    display: none;
}

.sub {
    background: linear-gradient(135deg, rgb(24, 121, 201) 0%, rgba(4, 33, 56, 1) 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 1.6rem;
    width: 3.3rem;
    border-radius: 1.6rem;
    padding: .3rem;
}

.circle {
    background-color: #082246;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
}

.checkbox:checked+.sub {
    justify-content: flex-end;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card {
    margin-top: 5rem;
    background: #fff;
    color: hsl(233, 13%, 49%);
    border-radius: .8rem;
}

.cards .card.active {
    background: linear-gradient(135deg, rgba(163, 168, 240, 1) 0%, rgba(105, 111, 221, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    transform: scale(1.1);
    z-index: 1;
}

.pricingtable ul {
    margin: 2.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.pricingtable ul li {
    list-style-type: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1rem 0;
}

.pricingtable ul li.price {
    font-size: 3rem;
    color: hsl(232, 13%, 33%)
}

.shadow {
    box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, .1);
}

.card.active .price {
    color: #fff;
}

.bluebtn {
    margin-top: 1rem;
    height: 2.6rem;
    width: 13.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(135deg, rgb(24, 121, 201) 0%, rgb(42 149 233) 100%);
    color: #fff;
    outline: none;
    border: 0;
    font-weight: bold;
}

.active-btn {
    background: #fff;
    color: #042138;
}

.bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, .582);
}

.card.active .bottom-bar {
    border-bottom: 2px solid hsla(240, 8%, 85%, .253);
}

.pack {
    font-size: 1.1rem;
}

@media (max-width:768px) {
    .pricingtable ul {
        margin: 1rem
    }
    h1 {
        font-size: 1.2rem
    }
    .toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 80px
    }
    .cards {
        margin: 0;
        display: flex;
        flex-direction: column
    }
    .card {
        transform: scale(.8);
        margin-bottom: 1rem
    }
    .cards .card.active {
        transform: scale(.8)
    }
}

@media (min-width:280px) and (max-width:320px) {
    .pricingtable ul {
        margin: 20px
    }
    .cards {
        display: flex;
        flex-direction: column
    }
    .card {
        margin-bottom: 1rem
    }
    .cards .card.active {
        transform: scale(1)
    }
}

@media (min-width:320px) and (max-width:414px) {
    .cards {
        display: flex;
        flex-direction: column
    }
    .card {
        margin-bottom: 1rem
    }
    .cards .card.active {
        transform: scale(1)
    }
}

@media (min-width:414px) and (max-width:768px) {
    .card {
        margin-bottom: 1rem;
        margin-right: 1rem
    }
    .cards .card.active {
        transform: scale(1)
    }
}

@media (min-width:768px) and (max-width:1046px) {
    .cards {
        display: flex
    }
    .card {
        margin-bottom: 1rem;
        margin-right: 1rem
    }
    .cards .card.active {
        transform: scale(1)
    }
}

:root {
    --color1: #d9e2e3;
    --color2: #ffffff;
    --color3: #0e0f0f;
    --color4: #868787;
}

.detaiils .container {
    width: 700px;
    height: 432px;
    overflow: hidden;
    box-shadow: rgba(27, 30, 30, .3) 0 5px 12px;
    background-image: url('../img/home/imagevps.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.detaiils #container1 {
    background-image: url('../img/home/database2.jpg');
}

.container__content {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__content::before {
    background-color: var(--color2);
    width: 130%;
    height: 100%;
    transform: skewX(-20deg);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.container__svgBox {
    display: block;
    width: 50px;
    height: 50px;
    margin: 35px 0 20px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container__svg {
    margin-top: -7px;
}

.container__svgBox::before {
    background-color: var(--color3);
    width: 70px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(calc(-100% - 10px), -50%);
}

.container__svgBox::after {
    background-color: var(--color3);
    width: 70px;
    height: 2px;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(calc(100% + 10px), -50%);
}

.container__title {
    color: var(--color3);
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__mainTitle {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 500;
}

.container__mainTitle1 {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: 500;
    margin-left: -30px;
}

.container__subTitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
}

.container__subTitle:first-of-type {
    align-self: flex-end;
}

.container__subTitle:last-of-type {
    align-self: flex-start;
}

.container__desc {
    color: var(--color4);
    max-width: 287px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 1.8;
}

.unmanaged h2 {
    min-height: 90px;
    font-size: 2.2rem !important;
    font-weight: bold;
}

.separator {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.separator:after,
.separator:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #0b0861;
    top: 50%;
}

.separator i {
    color: #0b0861;
}

.separator:after {
    right: 140%;
}

.separator:before {
    left: 140%;
}

.amazing_feature {
    padding-top: 80px;
    padding-bottom: 50px;
}

.single_feature {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 15px 15px 25px 15px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single_feature:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5AC493;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single_feature:hover,
.single_feature:focus,
.single_feature:active {
    color: white;
}

.single_feature:hover:before,
.single_feature:focus:before,
.single_feature:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.single_feature i {
    border: 1px solid #e8e8e9;
    background-color: #5AC493;
    border-radius: 50%;
    color: #042138;
    float: left;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
    width: 60px;
    z-index: 3;
    margin-top: 25px;
}

.single_feature:hover i {
    background: #fff;
    border: 1px solid #fff;
    color: #0b0861;
}

.single_feature h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    overflow: hidden;
}

.single_feature:hover h3 {
    color: #fff;
}

.single_feature span {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin: 15px auto 10px;
    width: 80px;
}

.single_feature p {
    margin-bottom: 0;
    overflow: hidden;
}

.row-gap-4 {
    row-gap: 25px;
}

.top-bubble,
.promo-button {
    text-align: center;
}

.promo {
    height: 100%;
    background: #000;
    border-radius: 50px 0;
}

.promo-text {
    padding: 30px 40px;
}

.top-bubble {
    background: #343434;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    padding: 3px;
}

.promo-des {
    color: #fff;
    margin-bottom: 30px;
}

.promo-des span {
    font-size: 23px;
    font-weight: 700;
    color: #ffe942;
}

.promo-large-text {
    margin-top: 35px;
    font-size: 23px !important;
    font-weight: 600;
    line-height: 40px !important;
    color: #fff;
}

.promo-large-text span {
    font-size: 43px;
    color: #ffe942;
}

.white-text {
    color: #fff;
    font-size: 19.045px;
    font-weight: 300;
}

.promo-button {
    font-weight: 600;
    font-size: 22px;
    border: none;
    background-color: #21559b;
    cursor: pointer;
    padding: 0;
    background-color: #c30d00;
    border-radius: 7px;
    padding: 3px;
    text-align: center;
}

.promo-button:hover {
    color: gray;
}

.pramo-brand {
    width: 200px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}

.aligntest {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.dark-text {
    color: #000;
}

.white-box {
    background-color: #fff;
    box-shadow: rgb(99 99 99 / 53%) 0 2px 8px 0;
}

.red-w {
    color: #e50000 !important;
}

#features .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 1
}

#features .content-left span {
    float: right
}

#features .content-left .text {
    text-align: right
}

#features .content-right span {
    float: left
}

#features .box-item {
    box-shadow: 0 0 12px #f4f4f4;
    padding: 15px 0 15px 0;
    line-height: 22px;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0
}

#features .box-item .icon {
    display: none;
}

#features .box-item .text h4 {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#features .box-item .text p {
    font-size: 14px;
    line-height: 26px
}

#features .box-item:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
}

#features .box-item:hover h4 {
    color: #008de2
}

#features .show-box {
    margin-top: 50px
}

#features .show-box img {
    width: 100%
}

section {
    padding: 60px 0
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}

a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

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

#features .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 1
}

#features .content-left span {
    float: right
}

#features .content-left .text {
    text-align: right
}

#features .content-right span {
    float: left
}

#features .box-item {
    box-shadow: 0 0 12px #f4f4f4;
    padding: 15px;
    line-height: 22px;
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0
}

#features .box-item .icon {
    text-align: center;
    margin: 12px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#features .box-item .icon i {
    color: #008de2;
    font-size: 30px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#features .box-item .text h4 {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#features .box-item .text p {
    font-size: 14px;
    line-height: 26px
}

#features .box-item:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
}

#features .box-item:hover h4 {
    color: #008de2
}

#features .show-box {
    margin-top: -55px
}

#features .show-box img {
    width: 100%
}

.Started button {
    padding-block: 10px !important
}

.snip1336 {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 415px;
    max-height: 615px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
    background-color: #141414;
}

.snip1336 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.snip1336 img {
    max-width: 100%;
    vertical-align: top;
    opacity: .85;
}

.snip1336 figcaption {
    width: 100%;
    background-color: #141414;
    padding: 25px;
    position: relative;
}

.snip1336 figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 400px;
    border-color: transparent transparent transparent #141414;
}

.snip1336 figcaption a {
    padding: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: .7em;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    opacity: .65;
    width: 47%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.snip1336 figcaption a:hover {
    opacity: 1;
}

.snip1336 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    max-width: 90px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.snip1336 .follow {
    margin-right: 4%;
    border-color: #2980b9;
    color: #2980b9;
}

.snip1336 h2 {
    margin: 0 0 5px;
    font-weight: 300;
}

.snip1336 h2 span {
    display: block;
    font-size: .5em;
    color: #2980b9;
}

.snip1336 p {
    margin: 0 0 10px;
    font-size: .8em;
    letter-spacing: 1px;
    opacity: .8;
}

.row-logo {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
    grid-template-columns: auto auto auto auto auto auto;
}

.col-1-logo,
.col-2-logo,
.col-3-logo,
.col-4-logo,
.col-5-logo,
.col-6-logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
}

.col-1-logo {
    grid-column: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}

.col-2-logo {
    grid-column: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
}

.col-3-logo {
    grid-column: 3/4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
}

.col-4-logo {
    grid-column: 4/5;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
}

.col-5-logo {
    grid-column: 5/6;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
}

.col-6-logo {
    grid-column: 6/7;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
}

@media only screen and (max-width:700px) {
    .col-1-logo {
        grid-column: 1/4 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-column-span: 3 !important
    }
    .col-2-logo {
        grid-column: 4/7 !important;
        -ms-grid-column: 4 !important;
        -ms-grid-column-span: 3 !important
    }
    .col-3-logo {
        grid-column: 1/4 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-column-span: 3 !important
    }
    .col-4-logo {
        grid-column: 4/7 !important;
        -ms-grid-column: 4 !important;
        -ms-grid-column-span: 3 !important
    }
    .col-5-logo {
        grid-column: 1/4 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-column-span: 3 !important
    }
    .col-6-logo {
        grid-column: 4/7 !important;
        -ms-grid-column: 4 !important;
        -ms-grid-column-span: 3 !important
    }
    img.offcenter-logo {
        margin-left: 20% !important
    }
}

.overlay {
    background-image: linear-gradient(to right, rgba(2, 62, 112), rgba(4, 33, 56, .137));
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    padding: 50px;
}

.overlay .container {
    margin: auto 0 !important;
}

.section-bg {
    background-size: cover;
    position: relative;
    background-position: left;
    z-index: 0;
    padding: 0;
    min-height: auto;
    overflow: hidden;
}

.contact-form {
    background: #a6b5c1c7;
    position: relative;
    padding: 45px 0 45px 60px;
}

.contact-form:before {
    background: #5f5a5a;
    position: relative;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    box-shadow: 10px 40px 40px rgba(0, 0, 0, .2);
    pointer-events: none;
    right: auto;
    width: 48vw;
}

.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.contact-form input {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .1);
}

.contact-form textarea {
    border: 0;
    background: transparent;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .1);
}

.contact-form input::placeholder {
    color: #222;
}

.contact-form textarea::placeholder {
    color: #222;
}

.contact-form input {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
}

.contact-form input:hover,
.contact-form input:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);
}

.contact-form textarea:hover,
.contact-form textarea:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-bottom-color: rgb(254, 132, 111);
}

.taso-btn {
    background-color: #fff;
    margin: 25px 0;
    color: #214dcb;
    -webkit-box-shadow: 0 10px 30px 0 rgba(255, 255, 255, .32);
    box-shadow: 0 10px 30px 0 rgba(255, 255, 255, .17);
}

.contact-info {
    padding: 0 30px 0 0;
}

h2.contact-title {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.contact-info p {
    color: #ececec;
}

ul.contact-info {
    margin-top: 30px;
}

sectionul.contact-info li {
    margin-bottom: 22px;
}

ul.contact-info span {
    font-size: 20px;
    line-height: 26px;
}

ul.contact-info li {
    display: flex;
    width: 100%;
}

.info-left {
    width: 10%;
}

.info-left i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #ffffff;
}

.info-right h4 {
    color: #fff;
    font-size: 18px;
}

.contact-page .info-left i {
    color: #FE846F;
}

.bluebtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins', sans-serif;
    padding: 10px 30px -11px;
    font-size: 17px;
    line-height: 28px;
    border: 0;
    border-radius: 10px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn-big {
    color: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(45, 45, 45, .47843137254901963);
    box-shadow: 2px 5px 10px 0 rgba(45, 45, 45, .19);
    color: #fff !important;
    margin-right: 20px;
    background: #023E70;
    transition: .2s;
    border: 2px solid #023E70;
    margin-top: 50px;
}

@media only screen and (max-width:767px) {
    .contact-form {
        padding: 30px;
    }
    .contact-form:before {
        width: 92%;
    }
}

.contact-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:768px) {
    .contact {
        margin-bottom: 60px
    }
}

.contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.contact textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.btn-contact-bg {
    border-radius: 30px;
    color: #fff;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #023E70;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
    width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #232434;
    color: #fff;
}

.single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media only screen and (max-width:768px) {
    .single_address {
        padding-left: 0
    }
}

.single_address i {
    background: #f6f6f6;
    color: #023E70;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.single_address:hover i {
    background: #023E70;
    color: #fff;
}

.single_address h4 {
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
}

.single_address p {
    overflow: hidden;
    margin-top: 5px;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}

.text-center {
    text-align: center !important;
}

@media (min-width:1537px) {
    .hj {
        height: 20rem;
        background-color: #18274e
    }
}

.padding_lert2 {
    padding-left: 0;
}

@media (max-width:1537px) {
    .hj {
        height: auto;
        background-color: #18274e;
    }
}

.banner_main {
    background: #efefef8a;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 !important;
}

@media screen and (max-width:1900px) and (min-width:1300px) {
    .global .globalw {
        width: 50%
    }
}

.container .bnj {
    padding-top: 5rem;
}

@media (min-width:1300px) {
    .about {
        padding: 130px 0;
    }
    .about .container .abouthetz {
        margin-inline: 20rem
    }
    .sd .card {
        margin-bottom: 0 !important
    }
    .container .description {
        margin-inline: 20rem
    }
    .sd .container {
        padding-top: 3rem
    }
    .contact-box {
        width: 75% !important
    }
    .Geniuses .Geniusestext {
        align-items: left !important
    }
    .rwd-table {
        width: 81% !important
    }
    .global .globalw {
        padding-inline: 5rem
    }
    .global .WordPressp {
        width: 50%
    }
    .band {
        margin-inline: 10rem
    }
    .hero-container .gh {
        display: flex;
        flex-direction: row
    }
    .faq {
        margin: 0 10%;
    }
    .Geniusese {
        padding-top: 5rem
    }
    .Geniuses .ii {
        display: flex
    }
    .Geniuses {
        margin-inline: 10rem !important
    }
    .whyx {
        margin-inline: 20rem;
    }
    .gaminguser {
        margin-inline: 10rem
    }
}

@media (min-width:2000px) {
    .banner_main {
        background-size: 168rem 70rem
    }
}

@media (max-width:1210px) {
    .banner_main .image {
        display: none;
    }
    .mainb {
        flex-direction: column !important;
        text-align: center;
    }
    section .Hosting .image {
        display: none !important;
    }
}

@media (max-width:1800px) {
    .hero-container button {
        width: 162px
    }
}

@media (max-width:1800px) {
    .global {
        margin-inline: 1rem;
    }
}

@media (min-width:1800px) {
    .tranparentfe {
        padding-inline: 30px
    }
    .global {
        margin-inline: 10rem
    }
    .globalw {
        width: 50%
    }
    .Geniuses .Geniusestext {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .section_all .section_title_all .section_subtitle {
        margin-inline: 20rem
    }
    .faq .faq-list .iicon {
        left: 5px !important
    }
    .netherfle {
        display: flex;
        margin-inline: 3rem
    }
    .netherfle .dd {
        width: 66%
    }
}

@media (min-width:576px) {
    #features .box-item {
        height: 10.5rem
    }
    .plans .df {
        margin-inline: 5px
    }
}

.banner_main .container-fluid {
    z-index: 1;
}

.text-bg {
    float: right;
    width: 100%;
}

.text-bg h1 {
    padding-top: 15px;
    padding-bottom: 18px;
    font-weight: bold;
    color: #1d7c50 !important;
}

.i-pbnr-txr {
    color: #4c4848 !important
}

.text-bg span {
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    font-weight: 500;
    padding-bottom: 20px;
    display: block;
}

.text-bg strong {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    padding-bottom: 30px;
    display: block
}

.text-bg p {
    color: #fff;
    line-height: 28px;
    padding-bottom: 30px
}

.text-bg .tt {
    font-size: 1.3rem !important;
    margin-inline: 30rem !important;
}

.text-img figure {
    margin: 0;
}

.text-bg a {
    font-size: 17px;
    background-color: transparent;
    border: #008374 solid 2px;
    border-radius: 10px;
    color: #068f4f;
    font-weight: 500;
    padding: 13px 0;
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: inline-block;
    transition: ease-in all .5s;
    margin-bottom: 5px;
}

.text-bg a:hover {
    background-color: var(--teal);
    color: #fff;
    transition: ease-in all .5s;
}

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage span {
    color: var(--teal);
    font-weight: 500;
    font-size: 20px;
}

.titlepage h2 {
    font-size: 55px;
    color: #12153c;
    line-height: 55px;
    font-weight: bold;
    padding: 0;
}

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

.breadcrumb {
    background-color: transparent !important;
    font-weight: 700;
    padding: .75rem 1rem 0 0 !important;
}

.breadcrumb .breadcrumb-item a {
    color: white !important;
}

.breadcrumb-item.active {
    color: white !important;
    text-decoration: underline;
}

.plan-sec-one {
    margin: 0 10%;
}

.plan {
    padding: 30px !important;
}

.plan:hover {
    background-color: #e6e4e4;
    transition: 2ms;
    transition-timing-function: ease-in;
}

.badge {
    background-color: #bde7d3;
    color: #042138;
    padding: 10px;
    font-size: 20px !important;
    border-radius: 20px !important;
    font-weight: 400 !important;
    font-size: 1.1rem !important;
}

.wp-plan-card {
    margin: 0 14% !important;
}

.wp-plan-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wp-plan-text span {
    font-size: 40px;
    font-weight: bold;
}

.plan-btn {
    background-color: #c0c0c0;
    padding: 5px;
    border-radius: 25px;
}

.plan-btn button {
    background-color: none !important;
}

.wp-plan-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    padding-bottom: 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 20px;
    overflow: hidden
}

#home-page-gt .tranparentfe {
    flex-direction: row;
    margin: auto;
    max-width: 1600px;
    justify-content: center;
    align-items: center;
}

.partners-div {
    display: flex;
    flex-direction: row !important;
}

.features .row {
    align-items: stretch;
}

.features .column {
    border-radius: 20px;
    padding-inline: 20px;
    padding-block: 20px;
    box-shadow: 5px 5px 5px 5px #e6e4e4;
}

.features .column p {
    text-align: center;
}

.features h3 {
    margin: 5px 0;
}

.features i {
    display: block;
    height: 6rem;
    width: 6rem;
    margin: 0 auto;
    font-size: 3.5rem;
    background-color: var(--base-shade-1);
    color: var(--white-shade-1);
    padding: 1.3rem 0;
    text-align: center;
    border-radius: var(--border-radius-2);
}

.features .column:hover h3 {
    color: var(--white-shade-1);
}

.features .column:hover p {
    color: var(--white-shade-2);
}

.features .column:hover i {
    background-color: var(--white-shade-1);
    color: var(--base-shade-1);
}

.faq .faq-list {
    padding: 0 100px;
}

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

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #b7b7b73b;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 1px;
    color: var(--teal);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: black;
    transition: .3s;
}

.faq .faq-list a.collapsed:hover {
    color: var(--teal);
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.feature-container h1 {
    font-weight: bold;
}

.feature-container h4 {
    font-weight: bold;
}

.card {
    background-color: #fff;
    border-radius: 20px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    color: black;
    padding: 10px !important
}

.card-body i {
    color: var(--teal);
}

#cardnew {
    border-radius: 20px !important;
    padding: 3rem !important;
    background-color: #fff;
    transition: transform .3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .322) !important;
}

#cardnew:hover {
    transform: translateY(-5px);
}

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

.card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-body {
    padding: 10px;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
}

.paddingnew .card {
    margin-top: 0 !important
}

.krita {
    background-image: url(../img/samplebg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#bgserver {
    background-image: url(../img/server_with_flashing_lights3.webp);
}

#bgserver-new {
    position: relative;
    overflow: hidden;
}

.bg-server-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

#bgserver-new .feature-container {
    position: relative;
    z-index: 1
}

.button-56 {
    align-items: center;
    background-color: #111;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 20%;
}

.hero-container-domain {
    background-color: #000;
    color: #fff;
    padding: 2%;
}

.domain-nav {
    padding: 10px;
    border-bottom: #e6e4e470 1px solid;
    border-top: #e6e4e470 1px solid;
}

.domain-nav .col:nth-child(1) {
    border-right: #e6e4e470 1px solid;
}

.domains-search form input {
    background: none;
    border: none;
    border: 1px solid #fff !important;
    height: 70px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
}

.domains-search form a {
    height: 70px;
    width: 70px;
    font-size: 18px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    position: inherit;
    left: -1%;
}

.input-container {
    position: relative;
}

.input-label {
    position: absolute;
    top: 22px;
    left: 50px;
    font-size: 12px;
    color: rgb(221, 218, 218);
    pointer-events: none;
    transition: all .2s;
}

.input-label.active {
    font-size: 8px;
    top: -1px;
}

.domain-section {
    text-align: center;
    background-color: #f3f3f3;
    padding: 50px 7%;
}

.domain-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.domain-card {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.domain-card img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.domain-price {
    font-weight: bold;
    margin-top: 10px;
}

.WordPressp img {
    border-radius: 20px;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

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

.hero-container-domain .Startsq .Starts {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.snip1517 {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    margin-left: 10rem;
    margin-right: 10rem;
}

.snip1517 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1517 .plan {
    margin: 0 .5%;
    width: 24%;
    padding-top: 10px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #222f3d;
    border-radius: 8px;
}

.snip1517 .plan:hover i,
.snip1517 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1517 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.snip1517 header {
    color: #ffffff;
}

.snip1517 .plan-title {
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: 700;
}

.snip1517 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 20px;
    width: 30px;
    height: 3px;
    background-color: #fff;
}

.snip1517 .plan-cost {
    padding: 0 20px;
    margin: 0;
}

.snip1517 .plan-price {
    font-weight: 400;
    font-size: 2.8em;
    margin: 10px 0;
    display: inline-block;
}

.snip1517 .plan-type {
    opacity: .8;
    font-size: .7em;
    text-transform: uppercase;
}

.snip1517 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
    font-size: .9em;
}

.snip1517 .plan-features li {
    padding: 8px 20px;
}

.plan-features i {
    color: white;
}

.snip1517 .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, .5);
}

.snip1517 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 20px;
    text-align: center;
}

.snip1517 .plan-select a {
    background-color: #156dab;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 80px;
    font-size: .75em;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.snip1517 .plan-select a:hover {
    background-color: #1b8ad8 !important;
}

.snip1517 .featured {
    margin-top: -10px;
    z-index: 1;
    border-radius: 8px;
    border: 2px solid #156dab;
    background-color: #156dab;
}

.snip1517 .featured .plan-select {
    padding: 30px 20px;
}

.snip1517 .featured .plan-select a {
    background-color: #10507e;
}

@media only screen and (max-width:767px) {
    .snip1517 .plan {
        width: 49%;
        margin: .5%
    }
    .snip1517 .plan-title,
    .snip1517 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .snip1517 .plan-select,
    .snip1517 .featured .plan-select {
        padding: 20px
    }
    .snip1517 .featured {
        margin-top: 0
    }
    .snip1517 .featured header {
        line-height: 70px
    }
}

@media only screen and (max-width:440px) {
    .snip1517 .plan {
        margin: .5% 0;
        width: 100%
    }
}

.plans__container {
    padding: 1rem 0 2rem;
}

.plansHero {
    text-align: center;
    padding: 3rem 0 4.5rem;
    line-height: 1.21;
}

.plansHero__title {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #000;
}

.plansHero__subtitle {
    margin: 0;
}

.planItem {
    font-size: var(--baseSize);
    --border: 1px solid #042138;
    --bgColor: #fff;
    --boxShadow: none;
    background-color: var(--bgColor);
    border: var(--border);
    border-radius: 1rem;
    box-shadow: var(--boxShadow);
    padding: 2rem 1.5rem;
    display: inline-flex;
    flex-direction: column;
    margin-left: 2px;
}

.planItem__container {
    --direction: column;
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: var(--direction);
    gap: 1.5rem;
}

.planItem .price {
    --priceMargin: 2rem 0;
}

.planItem--pro {
    border: var(--border);
    --boxShadow: 0 14px 30px rgba(204, 204, 204, .32);
}

.planItem--pro .label {
    --labelBg: #fdb72e;
    --labelColor: #fff;
}

.plans .planItem--entp {
    --bgColor: #023E70;
}

.plans .planItem--entp .card {
    --titleColor: #fff;
    --descColor: rgb(255 255 255 / 80%);
    background: transparent !important;
}

.plans .planItem--entp .card__icon {
    background-image: var(--entpIcon);
    background-size: cover;
}

.plans .planItem--entp .price,
.planItem--entp .featureList {
    --color: #fff;
}

.plans .planItem--entp .featureList {
    --icon: var(--whiteTick);
}

.planItem .button {
    margin-top: auto;
}

.plans .button--white:hover {
    background-color: transparent !important;
}

.plans .button--white {
    cursor: pointer;
    --bgColor: #fff;
    --color: #008374;
    --shadowColor: rgb(234 76 137 / 30%);
    --outline: var(--pink);
    border-radius: .5rem;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    line-height: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--bgColor);
    color: var(--color);
    cursor: pointer;
    transition: all .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto !important;
}

.plans .button {
    --bgColor: #00837440;
    --color: #008374;
    --shadowColor: rgb(234 76 137 / 30%);
    --outline: var(--pink);
    border-radius: .5rem;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border: 0;
    line-height: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--bgColor);
    color: var(--color);
    cursor: pointer;
    transition: all .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto !important;
}

.button--pink {
    --bgColor: var(--pink);
    --color: #fff;
    --shadowColor: rgb(234 76 137 / 50%);
}

.button--white {
    --bgColor: #fff;
    --shadowColor: rgb(255 255 255 / 30%);
    --outline: #fff;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px var(--shadowColor);
}

.button:focus-visible {
    outline-offset: 2px;
    outline: 2px solid var(--outline);
}

.plans .card {
    --titleColor: #000;
    --descColor: var(--baseColor);
    box-shadow: none;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 20px !important;
    padding-bottom: 50px !important;
    top: 0 !important;
    margin: 0 !important;
}

.plans .card__header {
    display: flex;
    gap: 1rem;
    align-items: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.plans .card__icon {
    width: 2.625rem;
    height: 2.625rem;
}

.plans .card h2 {
    color: var(--titleColor);
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    flex-grow: 1;
}

.card__desc {
    margin: 1.5rem 0 0;
    color: var(--descColor);
}

.label {
    --labelColor: var(--baseColor);
    --labelBg: #e5e5e5;
    font-weight: 600;
    line-height: 1.25;
    font-size: 1rem;
    text-align: center;
    padding: .625rem 1.125rem;
    border-radius: 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--labelBg);
    color: var(--labelColor);
}

.plans .price {
    --color: #000;
    --priceMargin: 0;
    display: flex;
    color: var(--color);
    align-items: center;
    gap: .5625rem;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
}

.plans .price span {
    font-size: 1rem;
    font-weight: 400;
    color: var(--baseColor);
}

.featureList {
    --color: #000;
    --icon: var(--redTick);
    --height: .875rem;
    margin: 0 0 2.75rem;
    padding: 0;
    font-weight: 500;
}

.featureList li {
    color: var(--color);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.featureList li:before {
    content: "";
    background-image: var(--icon);
    background-size: cover;
    display: block;
    width: 1.125rem;
    height: var(--height);
}

.featureList li:last-child {
    margin-bottom: 0;
}

.featureList li.disabled {
    --color: #b1b8c9;
    --height: 1.125rem;
    --icon: var(--close);
}

.symbol {
    --big: 2.625rem;
    --small: 1.5rem;
    --radius: .25rem;
    border: 2px solid var(--blue);
    width: var(--big);
    height: var(--big);
    border-radius: var(--radius);
    position: relative;
}

.symbol--rounded {
    --radius: 2rem;
}

.symbol:after {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 2px solid #008374;
    width: var(--small);
    height: var(--small);
    border-radius: var(--radius);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:640px) {
    .planItem__container {
        --direction: row
    }
}

@media screen and (min-width:577px) {
    .game h1 {
        font-size: 3rem !important
    }
}

@media screen and (min-width:1301px) {
    .Geniuses .Geniusesimg {
        display: flex !important;
        margin-inline: auto;
        width: 50% !important;
    }
}

@media screen and (max-width:1300px) {
    .faq .faq-list {
        display: flex;
        flex-direction: column
    }
    .hero-container img {
        display: none
    }
    .Geniuses .ii {
        display: none
    }
    .Geniuses .Geniusesimg {
        display: none !important
    }
    .hero-container .dss {
        display: none
    }
    .Geniuses {
        display: flex;
        flex-direction: column
    }
}

@media screen and (min-width:1201px) {
    .about .container .df {
        margin-inline: 5rem
    }
    .hostingsection {
        padding: 40px 40px 0 0
    }
    .faq .faq-list {
        display: flex;
        flex-direction: row
    }
    .modelc {
        margin-top: 5rem
    }
    .formpadding {
        padding-block: 0 !important;
        padding-inline: 5rem
    }
    .Geniuses {
        display: flex;
        flex-direction: row
    }
    .hero-container .dss {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Geniuses {
        display: flex;
        flex-direction: row;
    }
}

@media screen and (max-width:1300px) {
    .global .WordPressp {
        display: none
    }
    .hero-container .gh {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row
    }
    .hero-container .row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
    .hero-container .dss {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media screen and (min-width:577px) {
    .paddingnew .card {
        padding: 30px !important
    }
    .features .whyx h1 {
        font-size: 2.5rem !important
    }
    .helpss {
        display: flex;
        flex-direction: row;
        gap: 3rem
    }
    .city nav {
        float: left;
        width: 30%;
        height: 373px;
        background: #ccc;
        padding: 20px;
        height: 373px
    }
    .city article {
        float: left;
        padding: 20px;
        width: 70%;
        background-color: #f1f1f1;
        height: 373px
    }
    .gaminguser {
        margin-inline: 10px;
    }
    article {
        padding: 0 1rem 0;
        overflow: hidden
    }
    .nefeature {
        margin-top: 5rem
    }
}

.nefeature h1 {
    font-size: 2.5rem !important
}

@media screen and (max-width:1799px) {
    .nefeature img {
        display: none !important;
    }
    .gaminguser {
        margin-inline: 10px;
    }
}

@media screen and (max-width:576px) {
    .hero-container i {
        display: none
    }
    .features img {
        display: none
    }
    .faq .whyy {
        margin-top: 1rem
    }
    .whyx h1 {
        font-size: 2rem !important
    }
    .helpss {
        display: flex;
        flex-direction: column
    }
    .game h1 {
        font-size: 1rem !important
    }
    .hero-container .row {
        display: flex;
        flex-direction: column
    }
    .hero-container {
        padding: 0 !important
    }
    .nefeature {
        margin-top: 2rem;
        padding: 5px
    }
    .nefeature h1 {
        font-size: 2rem !important
    }
    .city h1 {
        font-size: 2rem !important
    }
    .city article {
        padding: 10px;
        width: 100%;
        background-color: #f1f1f1
    }
    .city nav {
        background: #ccc;
        padding: 20px
    }
    .hero-container h1 {
        font-size: 2rem
    }
    .faq {
        width: fit-content
    }
    .faq .faq-list .icon-help {
        display: none
    }
    .faq .faq-list {
        display: flex;
        flex-direction: column
    }
    .hero-container .rounded-pill {
        display: none !important
    }
    .tab-content .tab-pane h4 {
        font-size: 1.1rem
    }
    .flag-item {
        width: 11rem !important;
        margin-bottom: 5px
    }
    .butgreen {
        padding-bottom: 20px;
    }
    .butgreen {
        margin-bottom: 2px;
    }
    .plans .df {
        margin-inline: 2px;
    }
}

@media screen and (min-width:641px) and (max-width:768px) {
    :root {
        --baseSize: 12px
    }
}

@media screen and (min-width:769px) and (max-width:1080px) {
    :root {
        --baseSize: 14px
    }
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #fff;
    background: #008374;
}

@media (min-width:992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #008374;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.flag-item {
    display: flex;
    justify-content: left;
    background: #042138;
    width: 14rem;
    padding-inline: 10px;
    padding-block: 3px;
    color: white;
    border-radius: 10px;
    align-items: center;
}

.flagset {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    color: #fff;
    font-weight: bold;
    font-size: .875rem;
    padding: .5rem;
    text-decoration: none;
}

.flagset1 {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    color: #fff;
    font-weight: bold;
    font-size: .875rem;
    padding: .5rem;
    text-decoration: none;
}

.flagset1 img {
    width: 24px;
    height: auto;
}

.flagset:hover {
    color: #fff !important;
}

.flagset img {
    width: 24px;
    height: auto;
}

@media screen and (max-width:1365px) and (min-width:576px) {
    .hero-container .pro {
        display: flex !important
    }
}

.bgblack {
    background-color: #000;
    color: white;
    text-align: center;
    font-size: 2.5rem !important;
    padding: 10px;
}

.nav-pills {
    font-size: 1.2rem;
    padding-top: 1rem;
}

@media screen and (max-width:1300px) and (min-width:576px) {
    .hero-container .ee {
        display: flex;
        flex-direction: row !important;
    }
}

@media (max-width:1280px) {
    .Help3 .Help2 {
        display: none
    }
}

@media (min-width:1280px) {
    .Help3 .Help2 {
        display: flex
    }
    .flagset {
        font-size: 1rem
    }
    .flagset1 {
        font-size: 1rem;
    }
    .fea {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 2rem;
    }
}

.featuret {
    background-color: #042138;
    color: white;
}

@media (min-width:1536px) {
    .feature-container {
        padding: 0 !important
    }
    .feature-container .colprotecs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 8rem
    }
    .feature-container .colprotec {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .flagset {
        font-size: 20px
    }
    .flagset1 {
        font-size: 1rem;
    }
    #v-pills-profile {
        height: 31rem;
        width: 84rem
    }
    #v-pills-home {
        height: 51rem;
        width: 87rem;
        top: 0 !important
    }
    #v-pills-messages {
        height: 28rem;
        width: 84rem;
        top: 0 !important
    }
    #v-pills-settings {
        height: 32rem;
        width: 84rem;
        top: 0 !important
    }
}

.city nav ul {
    list-style-type: none;
    padding: 0;
}

.city section::after {
    content: "";
    display: table;
    clear: both;
}

.city nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.city nav .list {
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0 2px 10px #666;
    box-shadow: 0 2px 10px #666;
    border-radius: 5px;
    width: 70%;
}

.city nav ul {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 210px;
}

.city nav li {
    border-bottom: 1px solid #d1d1d1;
    list-style: none;
    padding: 0 22.5px;
    line-height: 44px;
    background-color: #eee;
    cursor: pointer;
}

.city nav li:hover {
    background-color: #d1d1d1;
}

.city nav li:last-child {
    border-bottom-width: 0;
}

.city nav li:nth-child(5)~:last-child {
    position: relative;
    z-index: 1;
}

.city nav li:nth-child(5)~:nth-last-child(2):after {
    content: '';
    cursor: s-resize;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    height: 45px;
}

.get {
    margin: 0 !important;
}

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

.e1 {
    max-width: 1348px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.heading {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.es {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-container {
    position: relative;
    text-align: center;
}

.map-image {
    max-width: 100%;
    height: auto;
}

.flag-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.flag-links1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    column-gap: 20px;
}

.bg {
    padding: 14px 0 !important;
}

.bb {
    margin-block: 0 !important;
}

.flagset img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.ce {
    margin-top: 20px;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.description {
    color: #555;
}

.sec {
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
}

.site .nav {
    flex-direction: column;
}

.sec .col-md-3 {
    border-left: 1px solid #ccc;
}

.sec .col-md-3:first-child {
    border: none;
}

:root {
    --frame: #a57a50;
    --shine: rgba(255, 255, 255, .5);
    --button: #212121;
    --active: #fbe7b6;
    --bar: #b3b3b3;
    --back: #707070;
    --door: #7a7a7a;
    --face: #a6a6a6;
    --glass: #d6f5f5;
    --dial: #212121;
}

@media (min-width:992px) {
    article {
        padding: 0
    }
}

h1 span {
    display: block;
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: 1rem;
    opacity: .65;
}

.elevator {
    height: 100%;
}

.elevator__wrapper {
    width: 896px;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100vh;
    -webkit-clip-path: inset(0 0 0 80%);
    clip-path: inset(0 0 0 80%);
}

.elevator__door-body {
    fill: var(--door);
}

.elevator__door-shine {
    fill: var(--shine);
}

.elevator__plate {
    fill: var(--face);
}

.elevator__call,
.elevator__up,
.elevator__down {
    fill: var(--button);
}

.elevator__frame {
    fill: var(--frame);
}

.elevator__dial-face {
    fill: var(--face);
}

.elevator__dial-dial {
    fill: var(--dial);
}

.elevator__glass {
    fill: var(--glass);
}

.elevator__glass-shine {
    fill: var(--shine);
}

.elevator__back {
    fill: var(--back);
}

.elevator__bar {
    fill: var(--bar);
}

.elevator__call-button {
    left: -16px;
}

.elevator__call-button:hover~.elevator .elevator__call {
    fill: var(--active);
}

.elevator__cursor {
    fill: #000;
}

.elevator__cursor-reflection {
    fill: rgba(0, 0, 0, .5);
}

.elevator__up-button,
.elevator__down-button,
.elevator__call-button {
    top: 72px;
    position: absolute;
    height: 44px;
    width: 44px;
}

.elevator__down-button {
    left: 78px;
}

.elevator__down-button:hover~.elevator .elevator__down {
    fill: var(--active);
}

.elevator__up-button {
    left: 34px;
}

.elevator__up-button:hover~.elevator .elevator__up {
    fill: var(--active);
}

.elevator__container {
    position: fixed;
    right: 0;
    top: 5rem;
    height: 130px;
}

.elevator .elevator__cursor,
.elevator .elevator__cursor-reflection {
    display: none;
}

[data-elevator-open=true] .elevator__opening *,
[data-elevator-open=true] .elevator__up-button:hover,
[data-elevator-open=true] .elevator__down-button:hover {
    cursor: none !important;
}

[data-elevator-open=true] .elevator__up-button:hover~.elevator .elevator__cursor,
[data-elevator-open=true] .elevator__up-button:hover~.elevator .elevator__cursor-reflection,
[data-elevator-open=true] .elevator__down-button:hover~.elevator .elevator__cursor,
[data-elevator-open=true] .elevator__down-button:hover~.elevator .elevator__cursor-reflection,
[data-elevator-open=true] .elevator__opening:hover .elevator__cursor,
[data-elevator-open=true] .elevator__opening:hover .elevator__cursor-reflection {
    display: block;
}

[data-elevator-elevating=true] * {
    cursor: none !important;
}

[data-elevator-elevating=true] .elevator .elevator__dial-face {
    fill: var(--active);
}

[data-elevator-elevating=true] .elevator__call-button:hover~.elevator .elevator__call {
    fill: var(--button);
}

.agree {
    top: 9rem;
    right: 0;
    position: absolute;
    padding: 16px 32px;
    background: #80cc33;
    color: #fff;
    font-weight: bold;
    transition: background .15s ease;
    border: 0;
}

.agree:hover {
    background: #66a329;
}

.agree:active {
    background: #4d7a1f;
}

#contact {
    background-color: #6a9ac4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-box {
    width: clamp(100px, 90%, 1000px);
    margin: 80px 50px;
    display: flex;
    flex-wrap: wrap;
}

.contact-links,
.contact-form-wrapper {
    width: 50%;
    padding: 8% 5% 10% 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-links {
    background-color: #1f2e43;
    background: radial-gradient(circle at 55% 92%, #426691 0 12%, transparent 12.2%), radial-gradient(circle at 94% 72%, #426691 0 10%, transparent 10.2%), radial-gradient(circle at 20% max(78%, 350px), #263a53 0 7%, transparent 7.2%), radial-gradient(circle at 0% 0%, #263a53 0 40%, transparent 40.2%), #1f2e43;
    border-radius: 10px 0 0 10px;
}

.contact-form-wrapper {
    background-color: #ffffff8f;
    border-radius: 0 10px 10px 0;
}

@media only screen and (max-width:800px) {
    .contact-links,
    .contact-form-wrapper {
        width: 100%
    }
    .contact-links {
        border-radius: 10px 10px 0 0
    }
    .contact-form-wrapper {
        border-radius: 0 0 10px 10px
    }
}

@media only screen and (max-width:400px) {
    .contact-box {
        width: 95%;
        margin: 8% 5%
    }
}

.links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}

.link {
    cursor: pointer;
    margin: 5px;
}

.links img {
    transition: .2s;
    user-select: none;
}

.form-item {
    display: flex;
    column-gap: 15px;
}

label,
input,
textarea {
    font-family: 'Poppins', sans-serif;
}

label {
    color: #999;
    font-size: clamp(14px, 1.5vw, 18px);
    pointer-events: none;
    user-select: none;
}

input,
textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
    font-size: clamp(15px, 1.5vw, 18px);
}

input:focus+label,
input:valid+label,
textarea:focus+label,
textarea:valid+label {
    font-size: clamp(13px, 1.3vw, 16px);
    color: #777;
    top: -20px;
    transition: all .225s ease;
}

.submit-btn {
    background-color: #000;
    filter: drop-shadow(2px 2px 3px #0003);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 1.6vw, 18px);
    display: block;
    padding: 12px 20px;
    margin: 2px auto;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: .2s;
    float: left;
}

.submit-btn:hover {
    transform: scale(1.1, 1.1);
}

.submit-btn:active {
    transform: scale(1.1, 1.1);
    filter: sepia(.5);
}

@media only screen and (max-width:800px) {
    h2 {
        font-size: clamp(40px, 10vw, 60px)
    }
}

@media only screen and (max-width:400px) {
    h2 {
        font-size: clamp(30px, 12vw, 60px)
    }
    .links {
        padding-top: 30px
    }
}

.list-group-alphabetic {
    list-style-type: upper-alpha;
    padding-left: 1.5em;
    font-size: 1.75rem;
    font-weight: 700;
}

.list-group-alphabetic h2 {
    font-size: 30px !important;
}

.list-group-numbered {
    font-size: 1.75rem;
    font-weight: 700;
}

.list-group-square {
    list-style-type: square;
    padding-left: 1.5em
}

article h1 {
    text-align: center;
}

.kk {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-wrapper {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: .5rem;
    overflow-x: auto;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: .5rem;
    overflow: hidden;
}

.styled-table thead tr {
    background-color: #1B1B1B;
    color: #FFFFFF;
    text-align: left;
}

.styled-table th,
.styled-table td {
    border: 1px solid #d1d5db;
    padding: 1rem;
    width: 40rem;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #e2e8f0;
}

.styled-table td {
    font-weight: 400;
    color: #1B1B1B;
}

.styled-table td:first-child {
    font-weight: 700;
}

.my-section {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.section-title {
    font-size: 2rem !important;
    font-weight: 700;
    margin-top: 2rem;
    color: #1a202c;
}

.paragraph {
    font-size: 1rem;
    color: #2d3748;
    margin-top: 1rem;
    line-height: 1.6;
}

.list {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.list-item {
    font-size: 1rem;
    color: #2d3748;
    margin-top: .5rem;
    line-height: 1.6;
}

.card {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #edf2f7;
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.card-subtitle {
    font-size: 1.25rem !important;
    font-weight: 500;
    margin-top: 1rem;
    color: #2b6cb0;
}

.policy {
    color: #3182ce;
    text-decoration: underline;
}

.policy:hover {
    color: #2b6cb0;
    text-decoration: none;
}

.jj {
    padding: 12px 0;
}

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

.text-\[\#1B1B1B\] {
    color: #1B1B1B;
}

.font-semibold {
    font-weight: 600;
}

.sm\:leading-\[3rem\] {
    line-height: 3rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.sm\:text-\[3rem\] {
    font-size: 3rem;
}

.text-sm {
    font-size: .875rem;
}

.xl\:text-base {
    font-size: 1rem;
}

.p-4 {
    padding: 1rem;
}

.sm\:mx-\[10rem\] {
    margin-left: 10rem;
    margin-right: 10rem;
}

.ggr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-inline: 10rem;
}

.sm\:py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.gridtype {
    display: grid;
    gap: 2rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.gap-8 {
    gap: 2rem;
}

.logo-container {
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    transition: box-shadow .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 8rem;
    margin: auto;
    border-radius: .5rem;
}

.logo-container:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.xl\:h-\[6rem\] {
    height: 6rem;
}

.w-\[15rem\] {
    width: 15rem;
}

.rounded-lg {
    border-radius: .5rem;
}

.w-3\/4 {
    width: 75%;
}

.p-4 {
    padding: 1rem;
}

.ds {
    padding: 0;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    justify-content: flex-start;
}

.text-blk {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 25px;
}

.responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 50px 10px 50px;
}

.mainImg {
    color: black;
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.text-blk.headingText {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #008374;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
}

.allText {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 40%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.text-blk.subHeadingText {
    color: rgb(102, 102, 102);
    font-size: 26px !important;
    line-height: 32px !important;
    font-weight: 700;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
}

.text-blk.description {
    font-size: 18px;
    line-height: 26px;
    color: rgb(102, 102, 102);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    font-weight: 400;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
}

.explore {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(102, 102, 102);
    border-right-color: rgb(102, 102, 102);
    border-bottom-color: rgb(102, 102, 102);
    border-left-color: rgb(102, 102, 102);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
    background-color: white;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 8px;
    padding-right: 40px;
    padding-bottom: 8px;
    padding-left: 40px;
}

.explore:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #000;
    color: white;
    border-top-width: initial;
    border-right-width: initial;
    border-bottom-width: initial;
    border-left-width: initial;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.responsive-container-block.Container {
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    max-width: 1320px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.responsive-container-block.Container.bottomContainer {
    flex-direction: row-reverse;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    position: static;
}

.allText.aboveText {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 40px;
}

.allText.bottomText {
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
}

.purpleBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 430px;
    background-color: #00b67a;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    bottom: -35px;
    left: -8%;
}

.purpleText {
    font-size: 18px;
    line-height: 26px;
    color: white;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

.ultimateImg {
    width: 50%;
    position: relative;
}

@media (max-width:1024px) {
    .responsive-container-block.Container {
        max-width: 850px
    }
    .mainImg {
        width: 55%;
        height: auto
    }
    .allText {
        width: 40%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 20px
    }
    .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px
    }
    .responsive-container-block.Container.bottomContainer {
        margin-top: 80px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto
    }
    .responsive-container-block.Container {
        max-width: 830px
    }
    .allText.aboveText {
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 40px
    }
    .allText.bottomText {
        margin-top: 30px;
        margin-right: 40px;
        margin-bottom: 0;
        margin-left: 0;
        text-align: left
    }
    .text-blk.headingText {
        text-align: center
    }
    .allText.aboveText {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .text-blk.subHeadingText {
        text-align: left;
        font-size: 26px;
        line-height: 32px
    }
    .text-blk.description {
        text-align: left;
        line-height: 24px
    }
    .explore {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px
    }
    .responsive-container-block.Container {
        justify-content: space-evenly
    }
    .purpleBox {
        bottom: 10%
    }
    .responsive-container-block.Container.bottomContainer {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
        max-width: 930px
    }
    .allText.bottomText {
        width: 40%
    }
    .purpleBox {
        bottom: auto;
        left: -10%;
        top: 70%
    }
    .mainImg {
        width: 100%
    }
    .text-blk.headingText {
        text-align: left
    }
}

@media (max-width:768px) {
    .allText {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
    .responsive-container-block.Container {
        flex-direction: column;
        height: auto
    }
    .text-blk.headingText {
        text-align: center
    }
    .text-blk.subHeadingText {
        text-align: center;
        font-size: 24px
    }
    .text-blk.description {
        text-align: center;
        font-size: 18px
    }
    .allText {
        margin-top: 40px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .allText.aboveText {
        margin-top: 40px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .responsive-container-block.Container {
        margin-top: 80px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto
    }
    .responsive-container-block.Container.bottomContainer {
        margin-top: 50px;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto
    }
    .allText.bottomText {
        margin-top: 40px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .mainImg {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: -70px;
        margin-left: 0
    }
    .responsive-container-block.Container.bottomContainer {
        flex-direction: column
    }
    .ultimateImg {
        width: 100%
    }
    .purpleBox {
        position: static
    }
    .allText.bottomText {
        width: 100%;
        align-items: flex-start
    }
    .text-blk.headingText {
        text-align: left
    }
    .text-blk.subHeadingText {
        text-align: left
    }
    .text-blk.description {
        text-align: left
    }
    .ultimateImg {
        position: static
    }
    .mainImg {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .ultimateImg {
        position: relative
    }
    .purpleBox {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 80%
    }
    .allText.bottomText {
        margin-top: 100px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
}

@media (max-width:500px) {
    .responsive-container-block.Container {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
        width: 100%;
        max-width: 100%
    }
    .mainImg {
        width: 100%
    }
    .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 25px;
        padding-bottom: 10px;
        padding-left: 25px
    }
    .text-blk.subHeadingText {
        font-size: 24px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        line-height: 28px
    }
    .text-blk.description {
        font-size: 16px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        line-height: 22px
    }
    .allText {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%
    }
    .allText.bottomText {
        margin-top: 50px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0 0 0 0;
        margin: 30px 0 0 0
    }
    .ultimateImg {
        position: static
    }
    .purpleBox {
        position: static
    }
    .stars {
        width: 55%
    }
    .allText.bottomText {
        margin-top: 75px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }
    .responsive-container-block.bigContainer {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px
    }
    .purpleText {
        font-size: 16px;
        line-height: 22px
    }
    .explore {
        padding: 6px 35px 6px 35px;
        font-size: 15px
    }
}

.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width:1024px) {
    .wk-ipadp-1 {
        width: 8.333333%
    }
    .wk-ipadp-2 {
        width: 16.666667%
    }
    .wk-ipadp-3 {
        width: 25%
    }
    .wk-ipadp-4 {
        width: 33.333333%
    }
    .wk-ipadp-5 {
        width: 41.666667%
    }
    .wk-ipadp-6 {
        width: 50%
    }
    .wk-ipadp-7 {
        width: 58.333333%
    }
    .wk-ipadp-8 {
        width: 66.666667%
    }
    .wk-ipadp-9 {
        width: 75%
    }
    .wk-ipadp-10 {
        width: 83.333333%
    }
    .wk-ipadp-11 {
        width: 91.666667%
    }
    .wk-ipadp-12 {
        width: 100%
    }
}

@media (max-width:768px) {
    .wk-tab-1 {
        width: 8.333333%
    }
    .wk-tab-2 {
        width: 16.666667%
    }
    .wk-tab-3 {
        width: 25%
    }
    .wk-tab-4 {
        width: 33.333333%
    }
    .wk-tab-5 {
        width: 41.666667%
    }
    .wk-tab-6 {
        width: 50%
    }
    .wk-tab-7 {
        width: 58.333333%
    }
    .wk-tab-8 {
        width: 66.666667%
    }
    .wk-tab-9 {
        width: 75%
    }
    .wk-tab-10 {
        width: 83.333333%
    }
    .wk-tab-11 {
        width: 91.666667%
    }
    .wk-tab-12 {
        width: 100%
    }
}

@media (max-width:500px) {
    .wk-mobile-1 {
        width: 8.333333%
    }
    .wk-mobile-2 {
        width: 16.666667%
    }
    .wk-mobile-3 {
        width: 25%
    }
    .wk-mobile-4 {
        width: 33.333333%
    }
    .wk-mobile-5 {
        width: 41.666667%
    }
    .wk-mobile-6 {
        width: 50%
    }
    .wk-mobile-7 {
        width: 58.333333%
    }
    .wk-mobile-8 {
        width: 66.666667%
    }
    .wk-mobile-9 {
        width: 75%
    }
    .wk-mobile-10 {
        width: 83.333333%
    }
    .wk-mobile-11 {
        width: 91.666667%
    }
    .wk-mobile-12 {
        width: 100%
    }
}

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: .4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}

.text_custom {
    color: #00bd2a;
}

.about_icon svg {
    font-size: 22px;
    height: 65px;
    padding: 8px;
    fill: #00b67a;
    width: 65px;
    text-align: center;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00b67a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, .5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    border: 1px solid #00b67a;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
}

.colocation-bg {
    background-color: #d1d1d1 !important;
}

.we-are-block {
    padding-top: 3rem;
    width: 100%;
}

#about-us-section {
    background: #0c4c91;
    width: 100%;
    height: 28rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width:860px) {
    #about-us-section {
        flex-direction: column;
        justify-content: space-between
    }
}

.about-us-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-left: 40rem;
    z-index: 2;
}

@media screen and (max-width:1353px) {
    .about-us-info {
        width: 60%;
        background: #0c4c9199;
        padding: 0 25px 0 0
    }
}

@media screen and (max-width:1614px) {
    .about-us-image {
        width: 50%
    }
}

@media screen and (max-width:1353px) {
    .about-us-image {
        width: 600px !important;
        height: 100%
    }
}

@media screen and (max-width:899px) {
    #about-us-section {
        height: 32rem
    }
    .about-us-image {
        height: 100% !important
    }
}

@media screen and (max-width:860px) {
    #about-us-section {
        height: max-content !important
    }
    .about-us-image {
        height: 100% !important
    }
    .about-us-info p {
        font-size: 20px !important
    }
}

@media screen and (max-width:980px) {
    .about-us-info p {
        font-size: 12px !important;
    }
}

@media screen and (max-width:860px) {
    .about-us-info {
        margin: 0 0 0 0 !important;
        padding: 0 20px 0 20px !important;
        width: 100%;
        height: 55%;
        align-items: center
    }
}

@media screen and (max-width:747px) {
    .about-us-info {
        height: 65%
    }
}

.about-us-info h2 {
    color: white;
    font-size: 40pt;
    text-align: center;
}

@media screen and (max-width:860px) {
    .about-us-info h2 {
        text-align: center
    }
}

.about-us-info p {
    color: white;
    font-size: 14pt
}

@media screen and (max-width:860px) {
    .about-us-info p {
        text-align: center
    }
}

.about-us-info a {
    background-color: white;
    color: #0c4c91;
    width: 180px;
    text-align: center;
    padding: 15px 0 15px 0;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
}

.about-us-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, .56) 0 22px 70px 4px;
    transform: translateY(10px);
}

.description {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.datacenter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: transform .3s ease-in-out;
    text-align: center;
    width: 150px;
}

.datacenter-item img {
    margin-bottom: .5rem;
}

.datacenter-item:hover {
    transform: scale(1.05);
}

.city .ar {
    float: none !important;
}

.hidden {
    display: none
}

.flex {
    display: flex
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.items-center {
    align-items: center
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.w-full {
    width: 100%
}

.p-4 {
    padding: 1rem
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.rounded-lg {
    border-radius: .5rem
}

.shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.bg-white {
    background-color: #ffffff
}

.text-black {
    color: #000000
}

.text-sm {
    font-size: .875rem
}

.text-lg {
    font-size: 1.125rem
}

.text-blue-600 {
    color: #2563eb
}

.hover\\:underline:hover {
    text-decoration: underline
}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-10 {
    margin-top: 2.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.leading-5 {
    line-height: 1.25rem
}

.transition-colors {
    transition-property: color, background-color;
    transition-duration: 200ms
}

.duration-200 {
    transition-duration: 200ms
}

.transform {
    transform: translate(0, 0)
}

.bg-black {
    background-color: #000000
}

.hover\\:bg-gray-600:hover {
    background-color: #4b5563
}

.hover\\:text-white:hover {
    color: #ffffff
}

.rounded {
    border-radius: .25rem
}

.capitalize {
    text-transform: capitalize
}

.border {
    border-width: 1px;
    border-color: #d1d5db
}

.border-gray-600 {
    border-color: #4b5563
}

.placeholder-gray-400 {
    color: #9ca3af
}

.focus\\:ring-blue-500:focus {
    ring-color: #3b82f6
}

.focus\\:border-blue-500:focus {
    border-color: #3b82f6
}

.ring-offset-gray-800 {
    ring-offset-color: #1f2937
}

.ring-2 {
    ring-width: 2px
}

.max-w-4xl {
    max-width: 64rem
}

.text-green-800 {
    color: #065f46
}

.bg-green-50 {
    background-color: #ecfdf5
}

.border-green-300 {
    border-color: #6ee7b7
}

.text-red-800 {
    color: #b91c1c
}

.bg-red-50 {
    background-color: #fef2f2
}

.modal-content {
    position: relative;
    border-radius: .5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    background-color: #ffffff
}

.form-label {
    display: block;
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight: 500;
    color: #000000;
    display: block;
    width: 100%;
    padding: .625rem;
    font-size: .875rem;
    border-width: 1px;
    border-radius: .375rem;
    border-color: #4b5563;
    color: #000000
}

.form-textarea {
    resize: vertical
}

.form-checkbox {
    width: 1rem;
    height: 1rem;
    color: #3b82f6;
    border-color: #4b5563
}

.form-button {
    padding: .5rem 1.5rem;
    color: #ffffff;
    background-color: #000000;
    border-radius: .25rem;
    transition-property: color, background-color;
    transition-duration: 200ms
}

.form-button:hover {
    background-color: #000000
}

#hk-servers-section {
    background-color: #ffffff;
    color: #333;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    padding: 60px 20px;
    line-height: 1.6;
    box-sizing: border-box
}

#hk-servers-section * {
    box-sizing: border-box
}

#hk-servers-section .hk-container {
    max-width: 1600px;
    margin: 0 auto
}

#hk-servers-section .hk-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

#hk-servers-section .hk-title {
    color: #0b2a54;
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700
}

#hk-servers-section .hk-subtitle {
    font-size: 1.25rem;
    color: #008374;
    margin-bottom: 20px;
    font-weight: 600;
    display: block
}

#hk-servers-section .hk-intro-text {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 30px
}

#hk-servers-section .hk-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px
}

#hk-servers-section .hk-feature-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position: relative;
    overflow: hidden
}

#hk-servers-section .hk-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(11, 42, 84, .1);
    border-color: #bde7d3
}

#hk-servers-section .hk-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #bde7d3;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease
}

#hk-servers-section .hk-feature-card:hover::before {
    transform: scaleX(1)
}

#hk-servers-section .hk-card-title {
    color: #0b2a54;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 700;
    display: flex;
    align-items: center
}

#hk-servers-section .hk-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e6f7f3;
    color: #008374;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: bold;
    font-size: 1.2rem
}

#hk-servers-section .hk-card-text {
    color: #666;
    font-size: 1rem
}

#hk-servers-section .hk-cta-wrapper {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #0b2a54;
    border-radius: 12px;
    color: #fff
}

#hk-servers-section .hk-cta-title {
    color: #bde7d3;
    font-size: 1.8rem;
    margin-bottom: 15px
}

#hk-servers-section .hk-btn {
    display: inline-block;
    background-color: #008374;
    color: #fff;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: background .3s ease;
    margin-top: 20px;
    border: none;
    cursor: pointer
}

#hk-servers-section .hk-btn:hover {
    background-color: #00665a
}

@media (max-width:768px) {
    #hk-servers-section {
        padding: 40px 15px
    }
    #hk-servers-section .hk-title {
        font-size: 2rem
    }
    #hk-servers-section .hk-subtitle {
        font-size: 1.1rem
    }
    #hk-servers-section .hk-cta-title {
        font-size: 1.5rem
    }
}

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

.rwd-table tr:first-child {
    border-top: none;
    background: #042138;
    color: #fff;
}

.rwd-table td {
    border-right: 2px solid #042138;
}

.rwd-table th {
    border-right: 2px solid #fff;
}

.rwd-table .borderblack {
    border: none !important;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ":";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width:601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none
    }
}

@media screen and (min-width:600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3
    }
    .rwd-table td:before {
        display: none
    }
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0
    }
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important
    }
}

.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about .heading h2 span {
    color: #008374;
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 0;
}

.about h4 i {
    color: #008374;
    margin-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.section_title {
    margin-bottom: 40px;
}

.section_title h2 {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #008374 none repeat scroll 0 0;
    width: 100px;
}

.brand_border .fas.fa-handshake {
    font-size: 14px;
    color: #000000;
}

.section_title p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}

#service .single_service {
    padding: 32px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    margin-bottom: 50px;
}

#service .single_service:hover {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, .4);
}

#service .icon {
    border: 1px solid #666;
    border-radius: 5%;
    color: #333333;
    font-size: 35px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 70px;
}

#service .icon:hover {
    color: #fff;
}

#service .single_service .single_service-left {
    padding-right: 25px;
}

.single_service-heading {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.single_service-body p {
    font-size: 13px;
    line-height: 25px;
}

.single_service-left {
    display: table-cell;
    vertical-align: top;
}

.single_service-body {
    color: #333333;
    display: table-cell;
    vertical-align: top;
}

.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

#service .single_service:hover {
    background: #008374;
    color: #fff !important;
}

.single_service-heading:hover {
    color: #fff !important;
}

.single_service-body:hover {
    color: #fff !important;
}

.alert-custom {
    max-width: 600px;
    margin: 20px auto;
}

.alert svg {
    width: 20px;
    height: 20px;
}

.gaminguser .box-item {
    border-radius: 10px;
    padding: 18px 18px 18px 18px !important;
    height: 11rem
}

.gaminguser .box-item .icon {
    padding-bottom: 1rem;
    margin: 12px 12px 41px 12px !important
}

.w-400 {
    width: 400px !important;
}

.pb-35 {
    padding-bottom: 35px;
}

.hero-main-div {
    background-color: #18274e
}

.hero-banner {
    background-color: #18274e;
    min-height: 0 !important;
    margin: 0 10% !important;
    padding-top: 20px !important
}

:root {
    --table-heading-primary-bgcolor: #18274e !important;
    --mobile-table-thead-primary-color: #c12017 !important;
    --table-section-main-title-color: #00205b !important;
    --table-sections-main-font-family: poppins !important;
    --table-thead-primary-color: #fff !important;
    --table-custom-border: 1px solid #000;
    --table-buy-button-bgcolor: #008374;
    --table-buy-button-color: #fff;
    --table-caption-bgcolor: #222;
    --table-caption-color: #fff;
    --mobile-view-product-name: dashed 1px #222 !important;
    --mobile-view-card-border: solid 1px #ebebeb !important;
    --redirect-btn-bgcolor: #008374 !important;
    --redirect-btn-color: #fff !important;
}

.g-new-product-pricing-table-container {
    font-family: var(--table-sections-main-font-family);
    margin-bottom: 50px !important;
    margin-top: 60px;
}

.g-new-product-pricing-table {
    border: none;
    width: 100%;
    border-spacing: 0 15px;
    border-collapse: separate;
}

.g-new-product-pricing-table-thead {
    background-color: #f9ebc1;
    color: #000000;
    border: var(--table-custom-border);
    padding: 15px;
}

.g-new-product-pricing-table-thead:not(:first-child) {
    text-align: center !important;
}

.g-new-product-pricing-table-data {
    color: #000 !important;
}

.g-new-product-pricing-table-data:not(:first-child) {
    text-align: center !important;
}

.g-new-product-pricing-table-data {
    padding: 12px !important;
    max-width: 300px !important;
}

.g-new-product-pricing-table-data-btn {
    background-color: var(--table-buy-button-bgcolor);
    color: var(--table-buy-button-color);
    font-weight: 600 !important;
    padding: 10px 17px;
    font-size: 14px;
    border-radius: 30px;
}

.g-new-product-pricing-table-caption {
    background-color: var(--table-caption-bgcolor);
    color: var(--table-caption-color);
    scroll-margin-top: 150px;
    caption-side: top;
    padding-left: 20px;
    font-weight: 800;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.g-new-product-pricing-table-data:first-child {
    padding-left: 20px;
}

.g-new-product-pricing-table-data-span {
    font-weight: 700;
}

.g-new-product-pricing-table-wrapper-title {
    text-align: center;
    font-size: 30px !important;
    font-family: var(--table-sections-main-font-family) !important;
    margin-bottom: 30px;
}

.g-new-product-pricing-table-wrapper {
    max-width: 1600px;
    margin: 50px auto auto auto;
    margin-top: 50px !important;
}

.g-redirect-table-btns {
    background-color: var(--redirect-btn-bgcolor);
    color: var(--redirect-btn-color) !important;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
}

.g-redirect-table-btns-div {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gpu {
    color: #008374;
    font-weight: 600;
}

.g-new-product-pricing-table-tbody-row {
    box-shadow: rgba(0, 0, 0, .16) 0 2px 6px;
}

.g-new-product-pricing-table-data:first-child {
    background-color: #f9ebc1;
    color: #000000;
}

.img-100 {
    width: 100%;
}

@media screen and (max-width:600px) {
    .g-new-product-pricing-table-tbody-row {
        width: 300px !important
    }
    .g-new-product-pricing-table-data:nth-child(1) {
        padding-right: 20px !important
    }
}

@media screen and (max-width:1100px) {
    .g-new-product-pricing-table-thead {
        display: none
    }
    .g-new-product-pricing-table-tbody-row {
        display: flex;
        flex-direction: column;
        width: 450px;
        border: var(--mobile-view-card-border);
        border-radius: 10px;
        padding: 20px;
        box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
        align-items: center
    }
    .g-new-product-pricing-table-data {
        border: none !important;
        text-align: center
    }
    .g-new-product-pricing-table-tbody {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        justify-items: center;
        gap: 65px;
        margin-top: 50px
    }
    .g-new-product-pricing-table {
        border: none !important;
        padding: 15px
    }
    .g-new-product-pricing-table-data:nth-child(1) {
        padding-bottom: 22px;
        font-size: 20px;
        color: #000 !important;
        font-weight: 600;
        max-width: 400px !important
    }
    .g-new-product-pricing-table-data:nth-child(2) {
        margin-top: 25px
    }
    .g-new-product-pricing-table-data-btn {
        width: 100%;
        padding: 15px 10px
    }
}

@media screen and (max-width:800px) {
    .g-new-product-pricing-table-tbody {
        grid-template-columns: repeat(1, 1fr)
    }
}

.i-continet .i-nav-itm.active {
    background: #008374 !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.i-continet .i-nav-itm {
    gap: 5px;
    display: flex;
    border-radius: 0;
    background: #d5dbda !important;
    font-weight: 600 !important;
    padding: 10px 10px;
    border-right: solid 1px #0083748a;
    color: #000000 !important;
    min-inline-size: max-content;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}

.i-contry-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.i-country {
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 2px;
    background: #042138;
    width: 14rem;
    margin: 15px 10px
}

.i-country img {
    padding-right: 5px
}

.i-country h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: white;
    font-weight: 600
}

.i-country span {
    font-size: 12px;
    color: #b7bdc3;
    font-weight: 500
}

.g-text-white {
    color: #fff;
}

.dedicated-servers-country-hero {
    background-color: #18274e !important;
    padding: 100px 0 !important;
}

.dedicated-servers-netherlands {
    background-image: url("/assets/img/netherlands-main-hero-banner.webp");
    background-size: 52% 164%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-malta {
    background-image: url("/assets/img/malta-main-hero-banner.webp");
    background-size: 52% 164%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-argentina {
    background-image: url("/assets/img/argentina-main-hero-banner.webp");
    background-size: 52% 136%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-australia {
    background-image: url("/assets/img/australia-main-hero-banner.webp");
    background-size: 64% 136%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-austria {
    background-image: url("/assets/img/austria-main-hero-banner.webp");
    background-size: 52% 164%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-brazil {
    background-image: url("/assets/img/brazil-main-hero-banner.webp");
    background-size: 55% 150%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-bulgaria {
    background-image: url("/assets/img/bulgaria-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-canada {
    background-image: url("/assets/img/canada-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-chile {
    background-image: url("/assets/img/chile-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-china {
    background-image: url("/assets/img/china-main-hero-banner.webp");
    background-size: 54% 103%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-colombia {
    background-image: url("/assets/img/colombia-main-hero-banner.webp");
    background-size: 57% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-croatia {
    background-image: url("/assets/img/croatia-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-czech-republic {
    background-image: url("/assets/img/czech-republic-main-hero-banner.webp");
    background-size: 57% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-ecuador {
    background-image: url("/assets/img/ecuador-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-finland {
    background-image: url("/assets/img/finland-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-france {
    background-image: url("/assets/img/france-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-germany {
    background-image: url("/assets/img/germany-main-hero-banner.webp");
    background-size: 52% 105%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-guatemala {
    background-image: url("/assets/img/guatemala-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-india {
    background-image: url("/assets/img/india-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-ireland {
    background-image: url("/assets/img/ireland-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-israel {
    background-image: url("/assets/img/israel-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-italy {
    background-image: url("/assets/img/italy-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-japan {
    background-image: url("/assets/img/japan-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-latvia {
    background-image: url("/assets/img/latvia-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-lithuania {
    background-image: url("/assets/img/lithuania-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-luxembourg {
    background-image: url("/assets/img/luxembourg-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-mexico {
    background-image: url("/assets/img/mexico-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-new-zealand {
    background-image: url("/assets/img/new-zealand-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-nigeria {
    background-image: url("/assets/img/nigeria-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-norway {
    background-image: url("/assets/img/norway-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-pakistan {
    background-image: url("/assets/img/pakistan-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-panama {
    background-image: url("/assets/img/panama-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-paraguay {
    background-image: url("/assets/img/paraguay-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-peru {
    background-image: url("/assets/img/peru-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-poland {
    background-image: url("/assets/img/poland-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-portugal {
    background-image: url("/assets/img/portugal-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-russia {
    background-image: url("/assets/img/russia-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-serbia {
    background-image: url("/assets/img/serbia-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-singapore {
    background-image: url("/assets/img/singapore-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-south-africa {
    background-image: url("/assets/img/south-africa-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-south-korea {
    background-image: url("/assets/img/south-korea-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-spain {
    background-image: url("/assets/img/spain-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-sweden {
    background-image: url("/assets/img/sweden-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-switzerland {
    background-image: url("/assets/img/switzerland-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-taiwan {
    background-image: url("/assets/img/taiwan-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-thailand {
    background-image: url("/assets/img/thailand-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-turkey {
    background-image: url("/assets/img/turkey-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-uk {
    background-image: url("/assets/img/uk-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-ukraine {
    background-image: url("/assets/img/ukraine-main-hero-banner.webp");
    background-size: 52% 125%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-uruguay {
    background-image: url("/assets/img/uruguay-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-usa {
    background-image: url("/assets/img/usa-main-hero-banner.webp");
    background-size: 52% 110%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-vietnam {
    background-image: url("/assets/img/vietnam-main-hero-banner.webp");
    background-size: 52% 115%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-uae {
    background-image: url("/assets/img/uae-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-cyprus {
    background-image: url("/assets/img/cyprus-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-estonia {
    background-image: url("/assets/img/estonia-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-moldova {
    background-image: url("/assets/img/moldova-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-romania {
    background-image: url("/assets/img/romania-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-montenegro {
    background-image: url("/assets/img/montenegro-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-uzbekistan {
    background-image: url("/assets/img/uzbekistan-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-indonesia {
    background-image: url("/assets/img/indonesia-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-malaysia {
    background-image: url("/assets/img/malaysia-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-philippines {
    background-image: url("/assets/img/philippines-main-hero-banner.webp");
    background-size: 52% 120%;
    background-repeat: no-repeat;
    background-position: right;
}

.dedicated-servers-country-hero-content-box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.dedicated-servers-country-hero-content {
    grid-column: span 8;
}

.dedicated-servers-country-hero-content-apart {
    grid-column: span 4;
}

.dedicated-servers-country-hero-container {
    max-width: 1470px;
    padding: 0 30px;
    margin: auto;
}

.dedicated-servers-body {
    background-color: #fff !important;
}

.dedicated-servers-body>.header {
    background-color: #fff !important;
}

.dedicated-servers-country-hero-btn {
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 1rem;
    display: inline-block;
    cursor: pointer;
}

.dedicated-servers-country-hero-btn:hover {
    color: #fff !important
}

.dedicated-servers-contents-container {
    max-width: 1470px;
    padding: 0 30px 30px 30px;
    background-color: transparent;
    margin: auto
}

.dedicated-servers-contents>h2 {
    font-size: 32px !important;
}

.dedicated-servers-btn-div {
    display: flex;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
    padding: 48px 20px 30px 6px;
    border-radius: 0;
    border: 2px solid #f0b00f;
    margin-top: 28px;
    background-color: #f5f5f5;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.dedicated-server-btns {
    background-color: #21559b;
    padding: 15px 12px;
    color: #fff !important;
    font-weight: 700;
    border-radius: 100px;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.dedicated-server-btns:hover {
    background-color: #000;
    transition: .3s ease-in-out;
}

.dedicated-servers-btn-div strong {
    position: absolute;
    top: -19px;
}

.dedicated-servers-btn-title {
    color: #22498e;
    padding: 5px;
    background-color: #fff;
}

.g-text-blue {
    color: #22498e;
}

.dedicated-servers-contents:first-child {
    border: none !important;
    padding-bottom: 15px;
}

.dedicated-servers-contents {
    border-top: 1px solid #ccc;
    padding: 25px 0 20px 0 !important
}

.points-cards-flex-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.points-cards {
    flex: 1 430px;
    background-color: #fff;
    color: #000;
    padding: 30px;
    border-radius: 5px;
    border: 2px solid #21559b;
}

.points-cards>p {
    margin: 0;
}

.points-cards>h3 {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width:930px) {
    .dedicated-servers-country-hero {
        background-image: none !important;
        padding: 40px 0 !important
    }
    .dedicated-servers-country-hero-content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .dedicated-servers-country-hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
}

.points-cards>i {
    font-size: 30px;
    background-color: #21559b;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #efb300;
    color: #fff;
    outline: 2px solid #000;
    margin-bottom: 20px;
}

.dedicated-servers-flex-contents-img {
    width: 300px;
    object-fit: contain;
    max-height: 500px;
}

.dedicated-servers-contents-section {
    padding-top: 30px !important;
}

@media screen and (max-width:991px) {
    .dedicated-servers-contents-flex-containers {
        flex-wrap: wrap
    }
}

.dedicated-servers-contents-flex-containers {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:750px) {
    .search-box {
        width: 620px !important;
    }
}

.search-box {
    position: relative;
    width: 680px;
}

.search-box-container {
    margin-top: 30px;
}

#serverLocationSearchBox {
    margin-bottom: 10px;
    position: relative;
}

.search-box-search-btn {
    position: absolute;
    background-color: #efb300;
    padding: 14px 20px;
    font-weight: 700;
    right: 0;
    position: absolute;
    top: 0;
}

@media screen and (max-width:991px) {
    .search-box-search-btn {
        padding: 12px 20px;
    }
}

#serverLocation {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 99;
    border: 1px solid #222;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    position: absolute;
    width: 100%;
}

.all-dedicated-server-city-locations:last-child {
    padding-bottom: 20px;
}

.all-dedicated-server-city-locations {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 20px 20px 20px
}

.i-bnr-smltxt {
    color: #000 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.bnr-drk-btn {
    background-color: #008374 !important;
    color: #fff !important;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 8px;
}

.bnr-box {
    font-weight: 500;
    font-size: 22px !important;
    padding: 26px 30px;
    background: #efb300;
    border-radius: 15px;
}

.bnr-box h2 {
    font-weight: 500;
    font-size: 20px !important;
    margin-bottom: 16px;
}

.bnr-box p {
    font-weight: 300;
}

.input-group {
    max-width: 600px;
    margin: 0 auto
}

.form-control {
    border: solid 2px #21559b78;
    border-radius: .5rem 0 0 .5rem;
    padding: 30px 20px
}

.btn-primary {
    background: #21559b;
    border-color: #21559b;
    border-radius: 0 .5rem .5rem 0
}

.ctry-p {
    font-size: 22px !important;
    text-align: center;
    font-weight: 500;
    color: #008374
}

.ctry-h2 {
    font-size: 3.5rem !important
}

.index-continent-box-section {
    padding: 5rem 0;
    background: #f9f9f9;
}

.text-white {
    color: white !important;
}

.gaminguser .box-item {
    border: 1px solid #000000;
    background-color: #ffffff;
}

.index-continent-box-section .separator:after,
.index-continent-box-section .separator:before {
    background: #000 !important;
}

.gaminguser {
    padding: 18px 25px 10px 25px;
    margin: auto;
    max-width: 1600px;
}

.gaminguser .box-item {
    height: 245px !important;
    min-height: 189px;
}

.hostingsection {
    padding: 50px 0;
}

.unmanaged .bg-teal {
    flex: 1;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

@media screen and (max-width:700px) {
    .search-box {
        width: 500px !important
    }
}

@media screen and (max-width:600px) {
    .search-box {
        width: 300px !important
    }
    .css-cntry-promotion-btn {
        margin-bottom: 50px
    }
}

.search-results {
    background: white;
    max-height: 200px;
    overflow-y: auto;
}

.search-results a {
    text-align: left;
    padding: 10px 25px;
    display: block;
    text-decoration: none;
    color: #000;
    border-bottom: solid 1px #00000038;
}

.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: #20559b;
    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: #A01A06;
}

.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: #20559b;
    box-shadow: 0 0 5px rgba(193, 33, 7, .5);
}

#verifyOtpBtn {
    background-color: #20559b;
    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: #A01A06;
}

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

.swal2-title {
    font-size: 20px !important;
}

.contact-us-layout {
    display: grid;
    grid-template-columns: repeat(12, 1fr)
}

.contact-us-content-div {
    grid-column: span 7;
    padding: 30px;
    background-color: #f1f2f5;
}

.contact-us-text-field-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.contact-us-form {
    padding: 20px;
}

.contact-us-form-container {
    max-width: 1440px;
    margin: auto;
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px
}

.contact-us-map-div {
    grid-column: span 5;
}

.required::before {
    content: "*";
    color: #ff0000;
    margin-right: 8px;
}

.contact-ways-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.contact-way-title {
    margin-bottom: 8px;
    color: #000 !important;
    font-size: 16px !important;
}

.contact-ways>p {
    font-size: 14px !important;
    color: #666666;
}

.resize-none {
    resize: none;
}

.g-main-banner-section-container {
    max-width: 1460px;
    margin: auto;
    padding: 0 20px;
}

.g-main-banner-section {
    background-image: url("/assets/img/hero/main-banner-hero.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#g-main-banner-new {
    position: relative;
    overflow: hidden;
}

.g-main-banner-background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

#g-main-banner-new .g-main-banner-section-container {
    max-width: 1500px;
    position: relative;
    z-index: 1
}

.g-dedicated-server-banner-section {
    background-image: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 23%)), url("/assets/img/hero/dedicated-server-banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.g-colocation-banner-section {
    background-image: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 23%)), url("/assets/img/hero/colocation-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.g-gpu-server-banner-section {
    background-image: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 23%)), url("/assets/img/hero/gpu-sec-banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.g-datacenter-banner-section {
    background-image: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 23%)), url("/assets/img/hero/datacenter-banner.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.g-about-us-banner-section {
    background-image: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 23%)), url("/assets/img/hero/colocation-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.g-network-banner-section {
    background-image: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0 / 23%)), url("/assets/img/hero/networkconnectivity.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.g-grid-200px {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
}

.main-banner-small-card>p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}

.main-banner-small-card>span {
    font-weight: 600;
}

.main-banner-small-card>img {
    width: 35px;
    filter: invert(1);
}

.main-banner-small-card {
    background-color: #24242485;
    color: #ffffff;
    padding: 8px 20px;
    border: 1px solid #2c2c2c;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.g-main-banner-content-part-glass {
    background-color: #00000085;
    color: #fff;
    padding: 30px;
    border-left: 5px solid #efb300;
    backdrop-filter: blur(3px);
}

.g-main-banner-content-part-h1 {
    font-weight: 600;
    margin: 0;
}

.g-main-banner-content-part-para {
    margin: 0;
}

.g-main-banner-content-part-span {
    background-color: #efb3009a;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #f3f2ef;
    backdrop-filter: blur(15px);
    font-size: 15px;
}

.g-main-banner-layout {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.g-main-banner-content-part-btn {
    padding: 12px 20px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 5px;
}

.g-main-banner-content-part-server-btn {
    background-color: #008374;
}

.g-main-banner-content-part-contact-btn {
    background-color: #21559b;
}

.g-main-banner-content-part-btn-div {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.g-main-banner-content-part {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 22px;
    grid-column: span 8;
    justify-content: center;
}

.g-main-banner-img-part {
    grid-column: span 4;
}

.g-main-banner-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: contain;
}

.g-lower-banner-section {
    padding: 0 !important;
    background: #008374;
}

.g-lower-banner-links {
    display: block;
    padding: 20px 10px;
    width: 175px;
    color: #ffffff;
    font-size: 20px;
    border-top: none;
    background: #051c3c;
    border-bottom: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.g-lower-banner-links:first-child {
    border-left: 1px solid #ccc;
}

.g-lower-banner-links:last-child {
    border-right: 1px solid #ccc;
}

.g-lower-banner-divider {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.g-lower-banner-links-container {
    display: flex;
    flex-wrap: wrap;
    grid-column: span 8
}

.g-lower-banner-text-box-container {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.search-results {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -47px;
    width: 100%;
    max-width: 600px;
}

#search-bar {
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    z-index: 99;
}

input#search-bar+* {
    display: flex;
    justify-content: center;
    align-items: center;
}

input#search-bar+*::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    right: 22px;
    top: 6px;
    display: flex;
    position: absolute;
    z-index: 1000;
    background-color: #21559b;
    color: #fff;
    height: 27px;
    width: 27px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media screen and (max-width:1320px) {
    .g-lower-banner-links-container {
        grid-column: span 9;
    }
    .g-lower-banner-text-box-container {
        grid-column: span 3;
    }
}

@media screen and (max-width:1168px) {
    .g-lower-banner-divider {
        display: flex;
        flex-direction: column
    }
    .g-lower-banner-links-container {
        flex-wrap: nowrap;
        gap: 15px;
        margin-top: 20px;
        justify-content: center;
    }
    .g-lower-banner-links {
        width: 100%;
        border-bottom: 1px solid #c9c9c9
    }
    .search-results {
        width: 100%;
    }
    .g-lower-banner-links {
        width: 100%;
        border-top: 1px solid #c9c9c9
    }
    .g-lower-banner-text-box-container {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:991px) {
    .contact-us-layout {
        display: flex;
        flex-direction: column
    }
    .contact-us-map-div>iframe {
        height: 500px
    }
    .g-main-banner-img-part {
        display: none
    }
    .g-main-banner-content-part {
        grid-column: span 12
    }
}

@media screen and (max-width:770px) {
    .g-main-banner-content-part-h1 {
        font-size: 35px !important
    }
}

@media screen and (max-width:700px) {
    .g-lower-banner-links-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

.grid-250-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.g-sub-section {
    padding-bottom: 0 !important;
}

.card-with-image-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-with-image-box>img {
    width: 80px;
}

.margin-bottom {
    margin-bottom: 0 !important;
}

.breadcrumb-link {
    color: #fff;
}

.breadcrumb-link::after {
    content: " / ";
    font-weight: 600;
}

.breadcrumb-link:last-child::after {
    content: " " !important;
    font-weight: 700 !important;
}

.breadcrumb-link:last-child {
    pointer-events: none !important;
    font-weight: 700 !important;
}

.side-by-side-image-content {
    display: flex;
    gap: 20px;
}

.side-by-side-image-content:first-of-type {
    margin-top: 30px !important;
}

@media screen and (max-width:550px) {
    .side-by-side-image-content {
        flex-direction: column
    }
}

.g-server-request-form-user-info-text-box-group-div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px
}

.g-server-request-form-user-info-text-box {
    width: 100%
}

.g-server-request-form-user-info-div {
    margin-bottom: 20px
}

.g-server-request-form-user-info-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px
}

.g-server-request-form-section {
    max-width: 1600px;
    padding: 50px;
    margin: 50px auto;
    background-color: #fcfcfd;
    border-radius: 5px;
    border: 1px solid #ccc
}

.email-status {
    background-color: #0bb700;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    border-left: 5px solid #21559b
}

.g-server-request-form-main-form-body-btn {
    align-items: center;
    background-clip: padding-box;
    background-color: #efb300;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.g-server-request-form-main-form-body-btn:hover,
.g-server-request-form-main-form-body-btn:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;
}

.g-server-request-form-main-form-body-btn:hover {
    transform: translateY(-1px);
}

.g-server-request-form-main-form-body-btn:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

.g-server-request-form-main-form-body-btn-div {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.g-server-request-form-user-info-text-box {
    padding: 6px 20px;
    border: 1px solid #dbdbeb;
    outline: none;
    background-color: #f5f6f7;
}

.g-server-request-form-user-info-label {
    color: #082645;
}

.g-server-request-form-user-info-title {
    color: #18274e;
}

.g-server-request-form-main-div {
    border-top: 4px solid #18274e;
    padding-top: 30px;
}

.g-col-red {
    color: #ff0000
}

.slider {
    padding-block: 12px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative
}

.logo-slide {
    --width: 195px;
    --height: 50px;
    --imageQuantity: 34
}

.list {
    display: flex;
    width: calc(var(--width) * var(--imageQuantity) * 2);
    gap: calc(var(--width) / 4);
    animation: autoScroll 50s linear infinite;
    align-items: baseline;
}

.sitemap-list {
    flex-direction: column;
}

.list:hover {
    animation-play-state: paused !important;
}

.item {
    width: var(--width);
    height: var(--height);
    flex-shrink: 0;
}

@keyframes autoScroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)))
    }
}

.slider[reverse="true"] .list {
    animation: reverseScroll 20s linear infinite;
}

@keyframes reverseScroll {
    0% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)))
    }
    100% {
        transform: translateX(0)
    }
}

.slider:hover .item img {
    filter: grayscale(1);
}

.slider .item:hover img {
    filter: grayscale(0);
}

.fs-2-5 {
    font-size: 2.5rem !important;
}

.fs-1-5 {
    font-size: 1.5rem !important;
}

.br-20 {
    border-radius: 20px
}

.g-cityBtnToggler {
    width: auto;
    margin-top: 13px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 14px;
    color: #fff;
    border-radius: 20px;
    background: rgb(131, 0, 22);
    background: -moz-linear-gradient(93deg, rgba(33 85 155) 0%, rgba(66 66 66) 100%);
    background: -webkit-linear-gradient(93deg, rgba(33 85 155) 0%, rgba(66 66 66) 100%);
    background: linear-gradient(93deg, rgba(33 85 155) 0%, rgba(66 66 66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#830016", endColorstr="#d70024", GradientType=1);
}

.gLocation-Finder {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px 16px !important;
    border-left: 3px solid #e32020;
    outline: none;
    width: 100%;
    position: relative;
    font-size: 16px !important;
}

.gLocation-Finder::placeholder {
    font-size: 14px !important;
    color: #ccc !important;
}

.NavigateBtnimgDiv {
    width: 30px;
    margin-right: 10px;
}

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

.g-side-panel-btn-container {
    background: #fbf8f8;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 1px solid #ccc;
    flex: 1 1 350px;
    height: fit-content;
    text-align: center;
}

.g-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.g-side-by-side-panel-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: center
}

.g-sub-tbl-Navigate-Btn {
    background-color: #008374;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: justify;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 13px;
}

#gspectablewrapper {
    width: 100%;
}

.g-sub-tbl-Navigate-Btn:hover {
    background-color: #000;
    transition: .3s ease-in-out;
}

#gsubBtnGroupContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gwidth100>.g-new-product-pricing-table>.g-new-product-pricing-table-thead {
    color: #fff !important;
}

@media screen and (max-width:1400px) {
    .g-side-panel-btn-container {
        flex: 1 1 320px;
    }
}

@media screen and (max-width:1100px) {
    .g-side-by-side-panel-container {
        flex-wrap: wrap;
    }
    .g-side-panel-btn-container {
        flex: 1 auto !important;
    }
    .g-side-by-side-panel-container {
        flex-direction: column-reverse;
    }
    #gsubBtnGroupContainer {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #gsubBtnGroupContainer>.g-sub-tbl-Navigate-Btn {
        flex: 1 1 200px;
    }
}

.g-side-panel-btn-container-defr-div {
    flex: 1 1 auto !important;
}

.gsubBtnGroupContainerdef {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px !important;
}

.gsubBtnGroupContainerdef>.g-sub-tbl-Navigate-Btn {
    width: 100% !important;
}

.g-dedicated-servers-advantages-details-section {
    padding: 50px 0;
    max-width: 1800px;
    width: 100%;
}

.g-dedicated-servers-advantages-details-main-div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
}

.g-user-quick-links-sections-title {
    font-family: "poppins" !important;
    text-transform: capitalize !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-bottom: 25px;
    text-align: center;
    color: brown;
}

.g-def-title-color {
    color: black;
}

.g-ip-pricing-table {
    font-family: poppins !important;
    background-color: #fbfbfb;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
}

table thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

.g-ip-pricing-table-head-row {
    background-color: #042138;
    color: #fff;
}

.g-ip-pricing-table-heading {
    font-weight: 700 !important;
    font-size: 18px;
    padding: 10px 20px;
}

.g-ip-pricing-table-body-row {
    transition: .1s ease-in-out;
    border-bottom: 1px solid #d7d7d7;
}

.g-ip-pricing-table-data-primary {
    background-color: wheat;
    font-weight: 700;
    font-size: 18px;
}

.g-ip-pricing-table-data {
    font-weight: 700;
    padding: 15px 20px;
}

.g-ip-pricing-table-data:not(:first-child) {
    text-align: center;
    color: green;
}

.g-text-center {
    text-align: center;
    margin-top: 20px;
    font-size: 14px !important;
}

.cpanel-color {
    background-color: #f27138 !important;
}

.plesk-color {
    background-color: #354658 !important;
}

.directadmin-color {
    background-color: #37b9ea !important;
}

.error-container {
    text-align: center;
    margin-bottom: 50px
}

.error-container h2 {
    font-size: 36px;
    animation: bounce 1.5s infinite
}

.error-container p {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 30px
}

.error-container a {
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    background-color: #008374;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: .3s
}

.error-container a:hover {
    background-color: #21559b
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-15px)
    }
}

.error-illustration {
    max-width: 600px;
    margin: 0 auto 10px
}

.error-illustration img {
    width: 100%;
    height: auto
}

.city-section {
    padding: 0 0
}

.city-section .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 2rem 1rem
}

.city-section .page-title {
    color: #22498e;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-weight: bolder
}

.city-section .text-center {
    text-align: center
}

.city-section .mb-2 {
    margin-bottom: .5rem
}

.city-section .mb-5 {
    margin-bottom: 2rem
}

.city-section .intro-text {
    margin: 0 auto;
    font-size: 1.1rem;
    color: #555
}

.city-section .search-container {
    position: relative;
    max-width: 600px;
    margin: 15px auto 15px !important;
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 50px;
    padding: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    border: 1px solid #eaeaea;
    transition: all .3s ease
}

.city-section .search-container:hover,
.city-section .search-container:focus-within {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
    border-color: #008374;
    background-color: #fff
}

.city-section .search-input {
    width: 100%;
    padding: 0 20px 0 60px;
    border: none;
    background: transparent;
    border-radius: 30px;
    font-size: 1.05rem;
    color: #000000;
    outline: none;
    transition: all .3s ease;
    margin: 10px !important
}

.city-section .search-input::placeholder {
    color: #999;
    font-weight: 400
}

.city-section .search-container i {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #0054b5;
    font-size: 1.3rem;
    transition: all .3s ease
}

.search-container:focus-within i {
    color: #008374
}

.city-section .search-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(45deg, #008374, #0054b5);
    color: white;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 2px 6px rgba(0, 84, 181, .2)
}

.city-section .search-button i {
    left: 10px;
    color: white
}

.city-section .search-button:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 84, 181, .3)
}

.city-section .city-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 1rem
}

.city-section .city-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    position: relative;
    height: 100%;
    border: 1px solid #eaeaea
}

.city-section .city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15)
}

.city-section .city-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: all .3s ease
}

.city-section .city-card:hover img {
    transform: scale(1.05)
}

.city-section .city-info {
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-top: 1px solid #eaeaea
}

.city-section .city-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000
}

.city-section .availability {
    font-size: .85rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background: #0054b5;
    padding: 7px;
    transition: all .3s ease
}

.city-section .city-action {
    position: absolute;
    bottom: 3.2rem;
    right: 1.2rem;
    width: 40px;
    height: 40px;
    background-color: #0054b5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    transform: translateY(5px);
    opacity: 0;
    box-shadow: 0 3px 8px rgba(0, 84, 181, .3)
}

.city-section .city-card:hover .city-action {
    transform: translateY(0);
    opacity: 1
}

.city-section .city-card:hover .availability {
    display: none
}

.city-section .no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: #666;
    font-size: 1.2rem
}

@media (max-width:768px) {
    .city-section .city-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1rem
    }
    .city-section .page-title {
        font-size: 2rem
    }
    .city-section .search-input {
        padding: 12px 15px 12px 45px
    }
}

.network-carriers-section {
    width: 100%;
    background-color: #e1e1e1;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 60px;
}

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

.usa-servers-title {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #333
}

.usa-dedicated-servers-table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.table-head-location,
.table-head-providers {
    padding: 12px;
    text-align: left;
    background-color: #008374;
    color: black
}

.table-data-location {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 2px solid #ddd
}

.table-data-providers {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.table-record {
    transition: background-color .3s
}

.table-record:nth-child(even) {
    background-color: #f9f9f9
}

.table-record:hover {
    background-color: #f1f1f1
}

.location-anchor {
    text-transform: uppercase;
    color: #198754;
    text-decoration: none;
    margin-left: 8px
}

.location-anchor:hover {
    text-decoration: none;
    color: #198754
}

.gps-icon {
    padding-right: 10px;
    color: #198754;
    font-size: 14px
}

.country-dedicated-server-features-section {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 60px;
    margin: auto;
}

.country-dedicated-servers-features-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.country-dedicated-servers-features-header {
    font-weight: 600;
    font-size: 40px !important;
    color: #2c2a2a;
    font-size: 2em;
    margin-bottom: 50px;
}

.country-dedicated-servers-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.country-dedicated-servers-features-card {
    background-color: #1a2a44;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.country-dedicated-servers-features-icon {
    color: transparent;
    font-size: 30px;
    margin-right: 10px;
}

.country-dedicated-servers-features-icon i {
    color: #ffffff;
}

.country-dedicated-servers-features-title {
    min-height: 60px;
    font-weight: 600;
    font-size: 25px !important;
    font-size: 1.2em;
    margin: 10px 0 15px;
}

.country-dedicated-servers-features-description {
    font-size: .9em;
    line-height: 1.5;
}

@media (max-width:860px) {
    .country-dedicated-servers-features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:660px) {
    .country-dedicated-servers-features-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.country-dedicated-servers-expert-section {
    background-color: #f6f6f6;
    width: 100%;
    margin: auto;
}

.country-dedicated-servers-expert-wrapper {
    gap: 40px;
    max-width: 1400px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.country-dedicated-servers-expert-left {
    width: 45%;
    padding-left: 10px;
}

.country-dedicated-servers-expert-title {
    font-size: 35px !important;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.country-dedicated-servers-expert-text {
    font-size: 16px;
    color: black;
    line-height: 1.5;
    margin-bottom: 15px;
}

.country-dedicated-servers-expert-right {
    width: 45%;
    padding-right: 10px;
}

.country-dedicated-servers-expert-heading {
    min-height: 86px;
    font-size: 35px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.country-dedicated-servers-expert-items {
    list-style: none;
    padding: 0;
}

.country-dedicated-servers-expert-point {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: black;
    margin-bottom: 17px;
}

.country-dedicated-servers-expert-icon {
    color: #008374;
    margin-right: 10px;
}

.network-carriers-section {
    width: 100%;
    background-color: #d3cfcf;
    margin: auto;
    padding-bottom: 60px;
    padding-top: 60px;
}

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

.country-servers-title {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    color: #333;
}

.country-dedicated-servers-table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.table-head-location,
.table-head-providers {
    padding: 12px;
    text-align: left;
    background-color: #008374;
    color: black;
}

.table-data-location {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 2px solid #ddd;
}

.table-data-providers {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table-record {
    transition: background-color .3s;
}

.table-record:nth-child(even) {
    background-color: #f9f9f9;
}

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

.location-anchor {
    display: flex;
    text-transform: uppercase;
    color: #198754;
    text-decoration: none;
    margin-left: 8px;
    align-items: center;
}

.location-anchor:hover {
    text-decoration: none;
    color: #198754;
}

.gps-icon {
    padding-right: 10px;
    color: #198754;
    font-size: 14px;
}

.region-card {
    border: 1px solid #000000 !important;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.fa-globe-americas.rotated {
    transform: rotate(90deg)
}

.icon-green {
    color: #28a745
}

.card-title2 {
    font-weight: 600;
    font-size: 20px;
    color: black
}

.card-text2 {
    font-size: 16px;
    color: black
}

#chile-feature-title {
    min-height: 65px;
}

#chile-feature-main {
    min-height: 170px;
}

.country-content-subtitle {
    text-align: left;
}

.country-content-paragraph {
    text-align: left;
}

#country-icon {
    font-size: 32px;
}

.country-content-features {
    background-color: #1e3a8a;
    color: #ffffff;
    padding: 40px;
    text-align: center
}

.feature-headline {
    font-weight: 600;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.feature-summary {
    font-size: 1.1em;
    max-width: 600px;
    margin: 0 auto 40px auto;
    line-height: 1.5
}

.feature-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto
}

.feature-box {
    background-color: #ffffff;
    color: #1e3a8a;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.feature-symbol {
    color: #22498e;
    font-size: 2em;
    margin-bottom: 10px;
}

.feature-title-text {
    color: black;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.feature-info {
    color: black;
    font-size: .9em;
    text-align: center;
    line-height: 1.4;
}

#why-choose-canada {
    background-color: #fff9eb;
}

.Helpimg i {
    color: #008374 !important;
}

#brazil-top-benefits {
    background-color: #d1d1d1;
}

#argentina-feature-title {
    min-height: 60px;
}

#argentina-feature i {
    font-size: 30px !important;
}

#argentina-feature a {
    color: #008374 !important;
}

#argentina-premier {
    margin: auto;
    max-width: 1400px;
    padding: 28px;
}

.text-link-highlight {
    color: var(--table-buy-button-bgcolor);
}

.country-advantages {
    margin: auto !important;
    max-width: 1400px !important;
}

.country-advantages-section {
    background-color: #ebebeb;
}

#icon-location,
#icon-cooling,
#icon-network,
#icon-security,
#icon-eco,
#icon-disaster {
    color: #008374;
}

.n-icon-card i {
    color: #008374 !important;
}

.feature-layout2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 1500px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .feature-layout2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }
}

@media (max-width:768px) {
    .country-content-features {
        padding: 30px 20px
    }
    .feature-headline {
        font-size: 1.8em;
        margin-bottom: 25px
    }
    .feature-layout2 {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 10px
    }
    .feature-box {
        padding: 25px 20px;
        height: auto;
        min-height: 180px
    }
    .feature-symbol {
        font-size: 2.5em;
        margin-bottom: 15px
    }
    .feature-title-text {
        font-size: 18px !important;
        margin-bottom: 12px
    }
    .feature-info {
        font-size: .95em;
        line-height: 1.5
    }
}

@media (max-width:480px) {
    .country-content-features {
        padding: 25px 15px
    }
    .feature-headline {
        font-size: 1.5em;
        margin-bottom: 20px
    }
    .feature-box {
        padding: 20px 15px;
        min-height: 160px
    }
    .feature-symbol {
        font-size: 2em;
        margin-bottom: 12px
    }
    .feature-title-text {
        font-size: 16px !important;
        margin-bottom: 10px
    }
    .feature-info {
        font-size: .85em
    }
}

.dedicated-servers-image {
    width: 650px;
    height: 550px;
    object-fit: cover;
}

@media screen and (max-width:1536px) {
    .Help2 {
        justify-content: right !important
    }
    .dedicated-servers-image {
        width: 600px;
        height: 530px
    }
}

@media screen and (max-width:1450px) {
    .Help2 {
        justify-content: right !important
    }
    .dedicated-servers-image {
        width: 500px;
        height: 500px
    }
    .Help3 .Helpp1 .Helprow {
        width: 100% !important;
        margin-inline: 0 !important
    }
    .colprotec {
        margin-bottom: 50px;
        margin-left: 21px
    }
}

#faq {
    width: 100% !important;
    margin: auto !important
}

#estonia-country-content-paragraph {
    max-width: 1200px !important;
    margin: auto;
    text-align: center
}

.speacialized-hosting-section {
    display: flex;
    width: 100%;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0
}

.speacialized-hosting-section .text-white:hover {
    color: black
}

.speacialized-hosting-section .unmanaged-p {
    font-size: 18px !important
}

#fs-cy-table {
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    color: #0b2a54
}

#fs-cy-table table {
    border: 2px solid #0b2a54;
}

#fs-cy-table th,
#fs-cy-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #008374
}

#fs-cy-table th {
    background-color: #0b2a54;
    color: #fff;
    font-weight: bold
}

#fs-cy-table tr:nth-child(even) {
    background-color: #f2f6f9
}

#fs-cy-table tr:hover {
    background-color: #e0f0ef
}

@media screen and (max-width:768px) {
    #fs-cy-table {
        display: block;
        overflow-x: auto
    }
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 12px;
        padding: 8px
    }
}

#fs-cy-table {
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    color: #0b2a54
}

#fs-cy-table th,
#fs-cy-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #008374
}

#fs-cy-table th {
    background-color: #0b2a54;
    color: #fff;
    font-weight: bold
}

#fs-cy-table tr:nth-child(even) {
    background-color: #f2f6f9
}

#fs-cy-table tr:hover {
    background-color: #e0f0ef
}

@media screen and (max-width:768px) {
    #fs-cy-table {
        display: block;
        overflow-x: auto
    }
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 12px;
        padding: 8px
    }
}

#fs-cy-table {
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    color: #0b2a54
}

#fs-cy-table th,
#fs-cy-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #008374
}

#fs-cy-table th {
    background-color: #0b2a54;
    color: #fff;
    font-weight: bold
}

#fs-cy-table tr:nth-child(even) {
    background-color: #f2f6f9
}

#fs-cy-table tr:hover {
    background-color: #e0f0ef
}

@media screen and (max-width:768px) {
    #fs-cy-table {
        display: block;
        overflow-x: auto
    }
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 12px;
        padding: 8px
    }
}

#fs-cy-table {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    color: #0b2a54
}

#fs-cy-table th,
#fs-cy-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #008374
}

#fs-cy-table th {
    background-color: #0b2a54;
    color: #fff;
    font-weight: bold
}

#fs-cy-table tr:nth-child(even) {
    background-color: #f2f6f9
}

#fs-cy-table tr:hover {
    background-color: #e0f0ef
}

@media screen and (max-width:768px) {
    #fs-cy-table {
        display: block;
        overflow-x: auto
    }
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 12px;
        padding: 8px
    }
}

#fs-cy-table {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    color: #0b2a54
}

#fs-cy-table th,
#fs-cy-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #008374
}

#fs-cy-table th {
    background-color: #0b2a54;
    color: #fff;
    font-weight: bold
}

#fs-cy-table tr:nth-child(even) {
    background-color: #f2f6f9
}

#fs-cy-table tr:hover {
    background-color: #e0f0ef
}

@media screen and (max-width:768px) {
    #fs-cy-table {
        display: block;
        overflow-x: auto
    }
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 12px;
        padding: 8px
    }
}

#fs-cy-table {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    color: #0b2a54
}

#fs-cy-table th,
#fs-cy-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #008374
}

#fs-cy-table th {
    background-color: #0b2a54;
    color: #fff;
    font-weight: bold
}

#fs-cy-table tr:nth-child(even) {
    background-color: #f2f6f9
}

#fs-cy-table tr:hover {
    background-color: #e0f0ef
}

@media screen and (max-width:768px) {
    #fs-cy-table {
        display: block;
        overflow-x: auto
    }
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 14px;
        padding: 10px
    }
}

@media screen and (max-width:480px) {
    #fs-cy-table th,
    #fs-cy-table td {
        font-size: 12px;
        padding: 8px
    }
}

#fs-co-section {
    background-color: #042138;
    color: #0b2a54;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

#fs-co-section h2 {
    color: #008374;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700
}

#fs-co-section .content-box {
    margin: auto;
    max-width: 1400px;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transition: transform .3s ease;
}

#fs-co-section .content-box:hover {
    transform: translateY(-5px)
}

#fs-co-section .content-box h3 {
    color: #0b2a54 !important;
    font-size: 22px !important;
    margin-bottom: 1.5rem !important;
    font-weight: 600 !important;
}

#fs-co-section p {
    max-width: 1400px;
    color: white;
    text-align: center;
    margin: auto;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

#fs-co-section ul {
    list-style: none;
    padding: 0
}

#fs-co-section ul li {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 30px
}

#fs-co-section ul li i {
    color: #008374;
    position: absolute;
    left: 0;
    font-size: 1.2rem
}

@media (max-width:768px) {
    #fs-co-section {
        padding: 20px 15px
    }
    #fs-co-section h1 {
        font-size: 2.2rem
    }
    #fs-co-section .content-box {
        padding: 20px
    }
    #fs-co-section h2 {
        font-size: 1.6rem
    }
    #fs-co-section p,
    #fs-co-section ul li {
        font-size: .95rem
    }
}

@media (max-width:480px) {
    #fs-co-section {
        padding: 15px 10px
    }
    #fs-co-section h1 {
        font-size: 1.8rem
    }
    #fs-co-section .content-box {
        padding: 15px
    }
    #fs-co-section h2 {
        font-size: 1.4rem
    }
    #fs-co-section p,
    #fs-co-section ul li {
        font-size: .9rem
    }
}

#mly-content1 {
    width: 100%;
    background-color: #e6e7e6;
    padding: 44px 50px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 131, 116, .1)
}

#mly-content1 h2 {
    text-align: center;
    color: #008374;
    font-size: 33px;
    margin-bottom: 20px;
    font-weight: 700;
}

#mly-content1 p {
    color: #18274e;
    font-size: 16px;
    margin: 0
}

#mly-content1 strong {
    color: #21559b;
    font-weight: 600
}

@media (max-width:768px) {
    #mly-content1 {
        margin: 20px;
        padding: 20px
    }
    #mly-content1 h1 {
        font-size: 24px
    }
    #mly-content1 p {
        font-size: 14px
    }
}

#mly-choose {
    padding-bottom: 50px;
    padding-top: 50px;
    max-width: 1600px;
    margin: auto
}

#mly-choose h2 {
    color: #18274e;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

#mly-choose .intro {
    color: #18274e;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

#mly-choose .boxes-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
}

#mly-choose .box {
    background-color: #f0f7f5;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 131, 116, .15);
    border-left: 4px solid #008374;
    transition: transform .3s ease
}

#mly-choose .box:hover {
    transform: translateY(-5px)
}

#mly-choose .box h2 {
    color: #112d52;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 20px;
}

#mly-choose .box p {
    color: #0b2a54;
    font-size: 14px;
    margin: 0
}

#mly-choose .box strong {
    color: #21559b;
    font-weight: 600
}

@media (max-width:768px) {
    #mly-choose {
        margin: 20px;
        padding: 15px
    }
    #mly-choose h2 {
        font-size: 28px
    }
    #mly-choose .intro {
        font-size: 14px
    }
    #mly-choose .box {
        padding: 15px
    }
    #mly-choose .box h2 {
        font-size: 18px
    }
    #mly-choose .box p {
        font-size: 13px
    }
}

@media (max-width:480px) {
    #mly-choose {
        margin: 15px;
        padding: 10px
    }
    #mly-choose h1 {
        font-size: 24px
    }
    #mly-choose .intro {
        font-size: 13px
    }
    #mly-choose .box {
        padding: 12px
    }
    #mly-choose .box h2 {
        font-size: 16px
    }
    #mly-choose .box p {
        font-size: 12px
    }
}

#mly-feature {
    width: 100%;
    background: grey;
    padding: 34px;
}

#mly-feature h2 {
    color: black;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

#mly-feature .intro {
    color: white;
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#mly-feature .footer-intro {
    padding-top: 40px;
    color: white;
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#mly-feature .boxes-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px
}

#mly-feature .box {
    background-color: rgb(26, 42, 68);
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 131, 116, .2);
    transition: transform .3s ease
}

#mly-feature .box:hover {
    transform: translateY(-5px)
}

#mly-feature .box h2 {
    color: #008374;
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 10px;
}

#mly-feature .box p {
    color: #ffffff;
    font-size: 14px;
    margin: 0
}

#mly-feature .box strong {
    color: #72917b;
    font-weight: 600;
}

@media (max-width:768px) {
    #mly-feature {
        margin: 20px;
        padding: 15px
    }
    #mly-feature h2 {
        font-size: 28px
    }
    #mly-feature .intro {
        font-size: 14px
    }
    #mly-feature .box {
        padding: 15px
    }
    #mly-feature .box h2 {
        font-size: 18px
    }
    #mly-feature .box p {
        font-size: 13px
    }
}

@media (max-width:480px) {
    #mly-feature {
        margin: 15px;
        padding: 10px
    }
    #mly-feature h2 {
        font-size: 24px
    }
    #mly-feature .intro {
        font-size: 13px
    }
    #mly-feature .box {
        padding: 12px
    }
    #mly-feature .box h2 {
        font-size: 16px
    }
    #mly-feature .box p {
        font-size: 12px
    }
}

#mly-who {
    margin: auto;
    padding-right: 50px;
    padding-left: 60px;
    width: 100%;
    max-width: 1600px;
    padding: 34px
}

#mly-who h2 {
    color: #21559b;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

#mly-who p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px
}

#mly-who ul {
    color: #000000;
    font-size: 16px;
    list-style-type: disc;
    padding-left: 20px
}

#mly-who ul li {
    margin-bottom: 10px
}

#mly-who strong {
    font-size: 18px !important;
    color: #008374;
    font-weight: 600;
}

@media (max-width:768px) {
    #mly-who {
        margin: 20px;
        padding: 15px
    }
    #mly-who h2 {
        font-size: 24px
    }
    #mly-who p,
    #mly-who ul {
        font-size: 14px
    }
}

.country-dedicated-servers-features-grid-france {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width:1024px) {
    .country-dedicated-servers-features-grid-france {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }
}

@media (max-width:768px) {
    .country-dedicated-server-features-section {
        padding: 40px 20px
    }
    .country-dedicated-servers-features-container {
        padding: 0 15px
    }
    .country-dedicated-servers-features-header {
        font-size: 1.8rem;
        margin-bottom: 20px
    }
    .country-dedicated-servers-features-grid-france {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px
    }
    .country-dedicated-servers-features-card {
        padding: 25px 20px
    }
    .country-dedicated-servers-features-icon {
        font-size: 2.5rem;
        margin-bottom: 15px
    }
    .country-dedicated-servers-features-title {
        font-size: 1.3rem;
        margin-bottom: 12px
    }
    .country-dedicated-servers-features-description {
        font-size: .95rem;
        line-height: 1.6
    }
}

@media (max-width:480px) {
    .country-dedicated-server-features-section {
        padding: 30px 15px
    }
    .country-dedicated-servers-features-header {
        font-size: 1.5rem;
        margin-bottom: 15px
    }
    .country-dedicated-servers-features-card {
        padding: 20px 15px
    }
    .country-dedicated-servers-features-icon {
        font-size: 2rem
    }
    .country-dedicated-servers-features-title {
        font-size: 1.1rem
    }
    .country-dedicated-servers-features-description {
        font-size: .9rem
    }
}

#frn-use {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #dadad7;
    padding-bottom: 50px
}

#frn-use h2 {
    color: #21559b;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

#frn-use table {
    margin: auto;
    width: 75%;
    border-collapse: collapse;
    background-color: #ffffff;
}

#frn-use th,
#frn-use td {
    padding: 12px;
    border: 2px solid #007c6e;
    text-align: left;
    color: #000000
}

#frn-use th {
    background-color: #21559b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600
}

#frn-use td {
    font-size: 16px
}

#frn-use tr:nth-child(even) {
    background-color: #f0f0f0
}

@media (max-width:768px) {
    #frn-use {
        margin: 20px;
        padding: 15px
    }
    #frn-use h2 {
        font-size: 24px
    }
    #frn-use th,
    #frn-use td {
        font-size: 12px;
        padding: 8px
    }
}

@media (max-width:480px) {
    #frn-use {
        margin: 15px;
        padding: 10px
    }
    #frn-use h2 {
        font-size: 20px
    }
    #frn-use th,
    #frn-use td {
        font-size: 10px;
        padding: 6px
    }
    #frn-use table {
        display: block;
        overflow-x: auto
    }
}

#frn-who {
    margin: auto;
    padding: 35px;
    background-color: #e0e8ec;
    border-radius: 10px;
    overflow: hidden;
}

#frn-who h2 {
    color: #0b2a54;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 10px
}

#frn-who .block {
    border: 2px dashed #008374;
    margin-bottom: 32px;
    padding: 19px 31px;
    background-color: #ffffff;
    border-radius: 6px;
    transition: all .3s ease;
}

#frn-who .block:hover {
    background-color: #f0f4f8
}

#frn-who .block h3 {
    color: #008374;
    font-size: 21px !important;
    font-weight: 600;
    margin-bottom: 12px
}

#frn-who .block p {
    color: #000000;
    font-size: 15px;
    line-height: 1.9 !important;
    margin: 0
}

#frn-who .block strong {
    color: #21559b;
    font-weight: 600
}

@media (max-width:768px) {
    #frn-who {
        margin: 20px;
        padding: 20px
    }
    #frn-who h2 {
        font-size: 26px
    }
    #frn-who .block {
        padding: 10px 15px
    }
    #frn-who .block h3 {
        font-size: 18px
    }
    #frn-who .block p {
        font-size: 13px
    }
}

@media (max-width:480px) {
    #frn-who {
        margin: 10px;
        padding: 15px
    }
    #frn-who h2 {
        font-size: 22px
    }
    #frn-who .block {
        padding: 8px 10px
    }
    #frn-who .block h3 {
        font-size: 16px
    }
    #frn-who .block p {
        font-size: 12px
    }
}

#finld-features .about_content_box_all {
    border: 2px solid #21559d;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
}

#finld-features .about_icon i {
    font-size: 45px
}

#germ-special {
    padding-bottom: 60px !important;
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto;
    color: #2c3e50
}

#germ-special h2 {
    font-weight: 600;
    text-align: center;
    font-size: 35px !important;
    color: #34495e;
    margin-bottom: 15px;
}

#germ-special h3 {
    font-weight: 600;
    font-size: 22px;
}

#germ-special .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px
}

#germ-special .feature-item {
    text-align: center;
    padding: 20px 15px 10px 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

#germ-special .feature-item i {
    font-size: 45px;
    color: #007466;
    margin-bottom: 10px
}

#germ-special p {
    font-size: .9em;
    line-height: 1.5
}

@media (max-width:768px) {
    #germ-special .feature-grid {
        grid-template-columns: 1fr
    }
}

.germ-title {
    margin: auto;
    max-width: 1500px
}

#mntn-global {
    max-width: 1200px !important;
    margin: auto !important
}

#mtngr-advance .bg-teal {
    background-color: #0b2a54 !important;
}

#mtngr-features {
    background: #d5dbda !important;
}

#mtngr-features .Helpimg i {
    color: #21559d !important;
}

.country-advantages-sub h3 {
    font-size: 18px !important;
}

#services-lithuania i {
    font-size: 40px !important;
}

#services-lithuania h5 {
    font-size: 20px !important;
}

.lithuania-servers {
    max-width: 1600px;
    margin: auto;
}

#services-latvia .tranparentfe {
    display: flex !important;
    flex-direction: column !important;
    align-items: baseline !important
}

#latvia-features {
    color: #042138;
    background-color: #f5f5f5;
    padding: 20px;
    width: 100%;
    margin: 0 auto
}

.latvia-sub {
    max-width: 1400px;
    margin: auto
}

#latvia-features .features-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    max-width: 1400px
}

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

#latvia-features .features-table th {
    background-color: #042138;
    color: #fff;
    font-weight: bold
}

#latvia-features .features-table td {
    color: #333
}

#latvia-features .features-table tr:nth-child(even) {
    background-color: #f9f9f9
}

#latvia-features .features-table tr:hover {
    background-color: #e6e6e6
}

#latvia-features h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #042138
}

@media (max-width:768px) {
    #latvia-features .features-table th,
    #latvia-features .features-table td {
        padding: 10px;
        font-size: 14px
    }
    #latvia-features h1 {
        font-size: 24px
    }
}

@media (max-width:480px) {
    #latvia-features .features-table {
        display: block
    }
    #latvia-features .features-table thead {
        display: none
    }
    #latvia-features .features-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px
    }
    #latvia-features .features-table td {
        display: block;
        text-align: left;
        padding: 8px;
        border: none;
        position: relative;
        padding-left: 50%
    }
    #latvia-features .features-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
        color: #042138
    }
    #latvia-features .features-table td:first-child {
        background-color: #042138;
        color: #fff;
        font-weight: bold
    }
}

#cnry-ftrs {
    max-width: 1600px;
    margin: 40px auto;
    padding: 30px 20px
}

#cnry-ftrs h2 {
    color: #042138;
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: capitalize
}

#cnry-ftrs .features-row {
    gap: 20px;
    display: flex;
    flex-direction: row
}

#cnry-ftrs .features-grid {
    flex-direction: column;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between
}

#cnry-ftrs .feature-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #008374;
    transition: all .3s ease;
    flex: 1;
    min-width: 0
}

#cnry-ftrs .feature-card:hover {
    background-color: #008374;
    color: #fff;
    transform: translateY(-3px)
}

#cnry-ftrs .feature-card:hover h3 {
    color: #fff
}

#cnry-ftrs .feature-card:hover p {
    color: #f0f0f0
}

#cnry-ftrs .feature-card h3 {
    color: #042138;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600
}

#cnry-ftrs .feature-card p {
    color: #444;
    font-size: .9rem
}

@media (max-width:768px) {
    #cnry-ftrs h2 {
        font-size: 1.8rem
    }
    #cnry-ftrs .features-grid {
        flex-direction: column;
        align-items: center
    }
}

#cnry-ftrs1 {
    max-width: 1600px;
    margin: 40px auto;
    padding: 30px 20px
}

#cnry-ftrs1 h2 {
    color: #042138;
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 35px;
    font-weight: 700;
    text-transform: capitalize
}

#cnry-ftrs1 .features-row {
    gap: 20px;
    display: flex;
    flex-direction: row
}

#cnry-ftrs1 .features-grid {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between
}

#cnry-ftrs1 .feature-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 2px solid #008374;
    transition: all .3s ease;
    flex: 1;
    min-width: 0
}

#cnry-ftrs1 .feature-card:hover {
    background-color: #008374;
    color: #fff;
    transform: translateY(-3px)
}

#cnry-ftrs1 .feature-card:hover h3 {
    color: #fff
}

#cnry-ftrs1 .feature-card:hover p {
    color: #f0f0f0
}

#cnry-ftrs1 .feature-card h3 {
    color: #042138;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 600
}

#cnry-ftrs1 .feature-card p {
    color: #444;
    font-size: .9rem
}

@media (max-width:1024px) {
    #cnry-ftrs1 .features-grid {
        flex-wrap: wrap
    }
    #cnry-ftrs1 .feature-card {
        flex: 1 1 calc(50% - 10px);
        min-width: 250px
    }
}

@media (max-width:768px) {
    #cnry-ftrs1 {
        padding: 30px 15px;
        margin: 30px auto
    }
    #cnry-ftrs1 h2 {
        font-size: 1.8rem;
        margin-bottom: 25px
    }
    #cnry-ftrs1 .features-grid {
        flex-direction: column;
        align-items: center;
        gap: 15px
    }
    #cnry-ftrs1 .feature-card {
        width: 100%;
        padding: 25px 20px
    }
    #cnry-ftrs1 .feature-card h3 {
        font-size: 1.2rem
    }
    #cnry-ftrs1 .feature-card p {
        font-size: .95rem
    }
}

@media (max-width:480px) {
    #cnry-ftrs1 {
        padding: 25px 10px;
        margin: 20px auto
    }
    #cnry-ftrs1 h2 {
        font-size: 1.5rem;
        margin-bottom: 20px
    }
    #cnry-ftrs1 .feature-card {
        padding: 20px 15px
    }
    #cnry-ftrs1 .feature-card h3 {
        font-size: 1.1rem
    }
    #cnry-ftrs1 .feature-card p {
        font-size: .9rem
    }
}

.g-sub-section2 .grid-250-fit {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap
}

.g-sub-section2 .card-with-image-box {
    background-color: #042138;
    color: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 280px
}

.g-sub-section2 .card-with-image-box .icon-wrapper {
    background-color: #008374;
    color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0
}

.g-sub-section2 .card-with-image-box .icon-wrapper i {
    font-size: 36px;
    line-height: 1;
    color: #ffffff
}

.g-sub-section2 .card-with-image-box h3 {
    color: #ffffff;
    margin-bottom: .75rem
}

.g-sub-section2 .card-with-image-box p {
    color: #dddddd;
    flex-grow: 1
}

.cntry-techhub {
    background: #d5dbda !important
}

#country-cnt-intro {
    background: #ffffff;
    color: #1f2937
}

#country-cnt-intro .brand-text {
    color: #008374
}

#country-cnt-intro .cta-button {
    background-color: #008374;
    transition: background-color .3s ease, transform .3s ease
}

#country-cnt-intro .cta-button:hover {
    background-color: #00a991;
    transform: translateY(-2px)
}

.server-icon {
    width: 50px;
    height: 50px;
    color: #008374
}

.faq-list>div>ul {
    padding: 0 20px !important;
}

#dc-country1 {
    background-color: #b1b9b6;
    padding: 4rem 1rem;
    color: #4A5568
}

#dc-country1 .container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

#dc-country1 .section-intro {
    max-width: 800px;
    margin: 0 auto 3rem auto
}

#dc-country1 h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #042138;
    margin-bottom: 1rem;
}

#dc-country1 .intro-paragraph {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #2D3748
}

#dc-country1 .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: left
}

#dc-country1 .feature-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: .75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1px solid #e2e8f0;
}

#dc-country1 .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

#dc-country1 .feature-icon {
    font-size: 2.5rem;
    color: #008374;
    margin-bottom: 1rem;
    display: inline-block;
}

#dc-country1 .feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #042138;
    margin-bottom: .75rem;
}

#dc-country1 .feature-card p {
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width:992px) {
    #dc-country1 .features-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:768px) {
    #dc-country1 {
        padding: 3rem 1rem
    }
    #dc-country1 h2 {
        font-size: 1.75rem
    }
    #dc-country1 .intro-paragraph {
        font-size: 1rem
    }
    #dc-country1 .feature-card {
        padding: 1.5rem
    }
}

#fs-country3 {
    background-color: #ffffff;
    padding: 4rem 1rem;
}

#fs-country3 .fs-container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

#fs-country3 .fs-main-title {
    color: #0b2a54;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

#fs-country3 .fs-subtitle {
    color: #343a40;
    font-size: 1.125rem;
    max-width: 800px;
    margin: 0 auto 4rem auto;
    line-height: 1.6;
}

#fs-country3 .fs-industries-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

#fs-country3 .fs-industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    background-color: #0b2a54;
    padding: 2rem;
    border-radius: 12px;
}

#fs-country3 .fs-icon-wrapper {
    flex-shrink: 0;
    background-color: #008374;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 131, 116, .2);
}

#fs-country3 .fs-icon-wrapper i {
    font-size: 40px;
    color: #f8f9fa;
}

#fs-country3 .fs-text-content {
    text-align: center;
}

#fs-country3 .fs-item-title {
    color: #f8f9fa;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
}

#fs-country3 .fs-item-description {
    color: #f8f9fa;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    opacity: .9;
}

@media (min-width:768px) {
    #fs-country3 {
        padding: 5rem 2rem
    }
    #fs-country3 .fs-main-title {
        font-size: 3rem
    }
    #fs-country3 .fs-industry-item {
        flex-direction: row;
        text-align: left;
        padding: 3rem;
        gap: 3rem
    }
    #fs-country3 .fs-industry-item:nth-child(even) {
        flex-direction: row-reverse
    }
    #fs-country3 .fs-text-content {
        text-align: left
    }
}

@media (min-width:1024px) {
    #fs-country3 {
        padding: 6rem 2rem
    }
}

#russia-ds {
    background: white;
    padding: 80px 20px
}

#russia-ds .container-custom {
    max-width: 1600px;
    margin: 0 auto
}

#russia-ds .header-section {
    text-align: center;
    margin-bottom: 60px;
    color: #042138;
    animation: fadeInDown .8s ease-out
}

#russia-ds .header-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: none
}

#russia-ds .header-section p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8
}

#russia-ds .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px
}

#russia-ds .service-card {
    background: white;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    position: relative;
    overflow: hidden;
    animation: fadeInUp .8s ease-out;
    border: 1px solid #f0f0f0
}

#russia-ds .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #042138 0%, #008374 100%)
}

#russia-ds .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 131, 116, .2)
}

#russia-ds .icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #042138 0%, #008374 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 131, 116, .2);
    transition: all .3s ease
}

#russia-ds .service-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg)
}

#russia-ds .service-card h3 {
    color: #042138;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4
}

#russia-ds .service-card p {
    color: #666;
    font-size: .95rem;
    line-height: 1.8;
    margin: 0
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    #russia-ds {
        padding: 60px 15px
    }
    #russia-ds .header-section h2 {
        font-size: 1.8rem
    }
    #russia-ds .header-section p {
        font-size: 1rem
    }
    #russia-ds .services-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }
    #russia-ds .service-card {
        padding: 30px
    }
    #russia-ds .service-card h3 {
        font-size: 1.2rem
    }
    #russia-ds .service-card p {
        font-size: .9rem
    }
}

@media (max-width:480px) {
    #russia-ds {
        padding: 40px 10px
    }
    #russia-ds .header-section h2 {
        font-size: 1.5rem;
        margin-bottom: 10px
    }
    #russia-ds .header-section p {
        font-size: .95rem
    }
    #russia-ds .services-grid {
        gap: 20px
    }
    #russia-ds .service-card {
        padding: 20px;
        border-radius: 8px
    }
    #russia-ds .icon-wrapper {
        width: 50px;
        height: 50px;
        font-size: 24px
    }
    #russia-ds .service-card h3 {
        font-size: 1.1rem
    }
    #russia-ds .service-card p {
        font-size: .85rem
    }
}

#fs-products-category {
    padding: 60px 0;
    background-color: #e9ecef;
}

#fs-products-category .container {
    max-width: 1400px !important;
}

#fs-products-category .section-title h2 {
    color: #0b2a54;
    font-weight: 700;
    margin-bottom: 20px;
}

#fs-products-category .section-title p {
    color: #000;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

#fs-products-category .product-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

#fs-products-category .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

#fs-products-category .card-header {
    background-color: #0b2a54;
    color: white;
    padding: 20px;
    border-bottom: 5px solid #008374;
    text-align: center;
}

#fs-products-category .card-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

#fs-products-category .card-body {
    padding: 25px;
    color: #333;
    line-height: 1.6;
    flex-grow: 1
}

#fs-products-category .card-body p {
    margin-bottom: 0;
}

@media (max-width:768px) {
    #fs-products-category .section-title h2 {
        font-size: 2rem
    }
    #fs-products-category .card-header h3 {
        font-size: 1.3rem
    }
}

@media (max-width:576px) {
    #fs-products-category .section-title h2 {
        font-size: 1.8rem
    }
}

#fs-faqsection {
    padding: 60px 0;
    background-color: #e9ecef;
}

.fs-faqsection-section-title {
    color: black !important;
    font-weight: bold !important;
}

#fs-faqsection .accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

#fs-faqsection .accordion-header .accordion-button {
    text-transform: capitalize !important;
    background-color: #0b2a54;
    color: white;
    font-weight: 700;
    border-radius: 0;
    border: none
}

#fs-faqsection .accordion-header .accordion-button:not(.collapsed) {
    background-color: #008374;
    color: white;
    box-shadow: none;
}

#fs-faqsection .accordion-header .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

#fs-faqsection .accordion-header .accordion-button::after {
    filter: brightness(0) invert(1);
}

#fs-faqsection .accordion-body {
    background-color: #fff;
    color: #333;
    line-height: 1.7;
    padding: 20px 25px;
}

@media (max-width:768px) {
    .section-title h2 {
        font-size: 2rem
    }
}

@media (max-width:576px) {
    .section-title h2 {
        font-size: 1.8rem
    }
}

#fsdc-country {
    background-color: #051c3c;
    color: #ffffff;
    position: relative;
}

#fsdc-country .accent-text {
    color: #008374;
}

#fsdc-country .feature-list-container {
    position: relative;
    padding-left: 50px
}

#fsdc-country .feature-list-container::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 20px;
    bottom: 20px;
    width: 4px;
    background-color: #0a2c5a;
    border-radius: 2px;
}

#fsdc-country .feature-item {
    position: relative;
    transition: background-color .3s ease;
}

#fsdc-country .feature-icon {
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #051c3c;
    color: #008374;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #0a2c5a;
    transition: all .3s ease;
}

#fsdc-country .feature-item:hover .feature-icon {
    transform: translateY(-50%) scale(1.15);
    border-color: #008374;
}

#fsdc-country .feature-item:hover {
    background-color: #0a2c5a
}

#fsdc-country .cta-button {
    background-color: #008374;
    color: #ffffff;
    transition: all .3s ease;
    box-shadow: 0 4px 14px 0 rgba(0, 131, 116, .39);
    text-decoration: none
}

#fsdc-country .cta-button:hover {
    background-color: #00a896;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(0, 131, 116, .45);
}

#fs-tablecontent {
    background: white;
    padding: 30px;
    position: relative;
}

#fs-tablecontent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #008374 0%, #0b2a54 100%);
}

#fs-tablecontent .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#fs-tablecontent .section-title {
    color: #0b2a54;
    font-size: 40px !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

#fs-tablecontent .section-subtitle {
    color: #666;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

#fs-tablecontent .highlight {
    color: #008374;
    font-weight: 700;
    background: rgba(0, 131, 116, .1);
    padding: 2px 8px;
    border-radius: 4px;
}

#fs-tablecontent .infrastructure-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(11, 42, 84, .1);
    border: 1px solid #e9ecef;
}

#fs-tablecontent .table {
    margin: 0;
    font-size: 1rem;
}

#fs-tablecontent .table thead th {
    background: linear-gradient(135deg, #0b2a54 0%, #008374 100%);
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: none;
    padding: 25px 20px;
    text-align: center;
    position: relative;
}

#fs-tablecontent .table thead th:first-child {
    text-align: left;
    width: 20%;
}

#fs-tablecontent .table thead th:nth-child(2) {
    width: 40%;
}

#fs-tablecontent .table thead th:last-child {
    width: 40%;
}

#fs-tablecontent .table tbody tr {
    border-bottom: 2px solid #f8f9fa;
}

#fs-tablecontent .table tbody tr:hover {
    background: rgba(0, 131, 116, .02);
}

#fs-tablecontent .table tbody tr:last-child {
    border-bottom: none;
}

#fs-tablecontent .table tbody td {
    padding: 25px 20px;
    vertical-align: top;
    border: none;
    line-height: 1.6;
}

#fs-tablecontent .component-cell {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #0b2a54;
    font-weight: 700;
    font-size: 1.1rem;
    border-left: 5px solid #008374;
    text-transform: uppercase;
    letter-spacing: .5px;
}

#fs-tablecontent .specification-cell {
    background: white;
    color: #444;
    font-size: 1rem;
    border-left: 3px solid #e9ecef;
}

#fs-tablecontent .advantage-cell {
    background: linear-gradient(135deg, #f0fbfa 0%, #e8f5f3 100%);
    color: #333;
    font-size: 1rem;
    border-left: 5px solid #008374;
    position: relative;
}

#fs-tablecontent .advantage-cell strong {
    color: #0b2a54;
    background: rgba(11, 42, 84, .1);
    padding: 2px 6px;
    border-radius: 4px;
}

@media (max-width:991px) {
    #fs-tablecontent .table thead {
        display: none
    }
    #fs-tablecontent .table tbody,
    #fs-tablecontent .table tbody tr,
    #fs-tablecontent .table tbody td {
        display: block
    }
    #fs-tablecontent .table tbody tr {
        border: 2px solid #008374;
        border-radius: 12px;
        margin-bottom: 2rem;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
    }
    #fs-tablecontent .table tbody td {
        padding: 20px;
        border-left: none !important;
        position: relative
    }
    #fs-tablecontent .component-cell {
        background: linear-gradient(135deg, #0b2a54 0%, #008374 100%);
        color: white;
        text-align: center;
        border-radius: 0;
        margin: 0;
        font-size: 1.2rem;
        padding: 25px 20px
    }
    #fs-tablecontent .specification-cell::before {
        content: 'Our Belgian Facility Specification';
        display: block;
        color: #0b2a54;
        font-weight: 700;
        font-size: .9rem;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 2px solid #008374
    }
    #fs-tablecontent .advantage-cell::after {
        content: 'Your Advantage';
        display: block;
        color: #008374;
        font-weight: 700;
        font-size: .9rem;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 2px solid #0b2a54
    }
    #fs-tablecontent .specification-cell {
        background: #f8f9fa
    }
    #fs-tablecontent .advantage-cell {
        background: linear-gradient(135deg, #f0fbfa 0%, #e8f5f3 100%);
        border-radius: 0 0 10px 10px
    }
}

@media (max-width:768px) {
    #fs-tablecontent {
        padding: 60px 0
    }
    #fs-tablecontent .section-title {
        font-size: 2.2rem
    }
    #fs-tablecontent .section-subtitle {
        font-size: 1.1rem
    }
    #fs-tablecontent .table tbody td {
        padding: 15px
    }
    #fs-tablecontent .component-cell {
        padding: 20px 15px;
        font-size: 1.1rem
    }
}

@media (max-width:576px) {
    #fs-tablecontent .section-title {
        font-size: 1.8rem
    }
    #fs-tablecontent .section-subtitle {
        font-size: 1rem
    }
    #fs-tablecontent .table tbody td {
        padding: 12px;
        font-size: .95rem
    }
    #fs-tablecontent .component-cell {
        padding: 18px 12px;
        font-size: 1rem
    }
}

#fs-intro-section {
    background-color: #f7f9fc;
    padding: 2rem 1.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fs-intro-section .container {
    max-width: 1400px;
    width: 100%;
}

#fs-intro-section h2 {
    font-size: 40px;
    font-weight: 800;
    color: #21559b;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

#fs-intro-section p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    max-width: 1400px;
    margin: 0 auto;
    /
}

@media (max-width:768px) {
    #fs-intro-section {
        padding: 2rem 1rem
    }
    #fs-intro-section h2 {
        margin-bottom: 1rem
    }
}

@media (max-width:480px) {
    #fs-intro-section {
        padding: 1.5rem 1rem
    }
}

#benefit-from-fs {
    padding: 80px 0;
    background-color: #f8fafb;
}

#benefit-from-fs .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

#benefit-from-fs .section-header {
    max-width: 1300px;
    margin: 0 auto 60px auto;
    text-align: center;
}

#benefit-from-fs .section-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: #21559d;
    margin-bottom: 24px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

#benefit-from-fs .section-description {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 0;
}

#benefit-from-fs .benefits-table {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border: 1px solid #e5e7eb;
    margin-top: 50px;
}

#benefit-from-fs .table-wrapper {
    overflow-x: auto;
}

#benefit-from-fs table {
    width: 100%;
    border-collapse: collapse;
}

#benefit-from-fs .table-header {
    background: linear-gradient(135deg, #21559d 0%, #008374 100%);
    color: white;
}

#benefit-from-fs .table-header th {
    padding: 24px 32px;
    text-align: left;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: .025em;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

#benefit-from-fs .table-header th:last-child {
    border-right: none;
}

#benefit-from-fs .table-body tr {
    border-bottom: 1px solid #e5e7eb;
    transition: background-color .2s ease;
}

#benefit-from-fs .table-body tr:hover {
    background-color: #f9fafb;
}

#benefit-from-fs .table-body tr:last-child {
    border-bottom: none;
}

#benefit-from-fs .table-body td {
    padding: 32px;
    vertical-align: top;
    border-right: 1px solid #f3f4f6;
}

#benefit-from-fs .table-body td:last-child {
    border-right: none;
}

#benefit-from-fs .user-profile {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0;
    line-height: 1.4;
}

#benefit-from-fs .benefit-description {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

#benefit-from-fs .recommendation-content {
    position: relative;
}

#benefit-from-fs .recommendation-label {
    display: inline-block;
    background: #008374;
    color: white;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

#benefit-from-fs .recommendation-text {
    font-size: .95rem;
    color: #374151;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

@media (max-width:1024px) {
    #benefit-from-fs .table-header th,
    #benefit-from-fs .table-body td {
        padding: 24px
    }
}

@media (max-width:768px) {
    #benefit-from-fs {
        padding: 60px 0
    }
    #benefit-from-fs .container {
        padding: 0 16px
    }
    #benefit-from-fs .section-title {
        font-size: 2.25rem;
        margin-bottom: 20px
    }
    #benefit-from-fs .section-description {
        font-size: 1rem
    }
    #benefit-from-fs .table-wrapper {
        border-radius: 12px;
        overflow: hidden
    }
    #benefit-from-fs .benefits-table {
        border-radius: 0
    }
    #benefit-from-fs .table-header th,
    #benefit-from-fs .table-body td {
        padding: 20px 16px;
        font-size: .9rem
    }
    #benefit-from-fs .user-profile {
        font-size: 1.1rem
    }
    #benefit-from-fs .benefit-description,
    #benefit-from-fs .recommendation-text {
        font-size: .9rem
    }
}

@media (max-width:640px) {
    #benefit-from-fs .benefits-table {
        border: none;
        box-shadow: none;
        background: transparent;
        border-radius: 0
    }
    #benefit-from-fs .table-wrapper {
        overflow: visible
    }
    #benefit-from-fs table,
    #benefit-from-fs .table-header,
    #benefit-from-fs .table-body,
    #benefit-from-fs .table-header th,
    #benefit-from-fs .table-body tr,
    #benefit-from-fs .table-body td {
        display: block;
        border: none
    }
    #benefit-from-fs .table-header {
        display: none
    }
    #benefit-from-fs .table-body tr {
        background: white;
        border-radius: 12px;
        margin-bottom: 20px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
        border: 1px solid #e5e7eb;
        overflow: hidden
    }
    #benefit-from-fs .table-body tr:hover {
        background: white
    }
    #benefit-from-fs .table-body td {
        padding: 20px;
        border-bottom: 1px solid #f3f4f6
    }
    #benefit-from-fs .table-body td:last-child {
        border-bottom: none
    }
    #benefit-from-fs .table-body td:before {
        content: attr(data-label);
        font-weight: 600;
        color: #21559d;
        display: block;
        margin-bottom: 8px;
        font-size: .875rem;
        text-transform: uppercase;
        letter-spacing: .05em
    }
}

@media (max-width:480px) {
    #benefit-from-fs {
        padding: 50px 0
    }
    #benefit-from-fs .container {
        padding: 0 12px
    }
    #benefit-from-fs .section-title {
        font-size: 1.875rem
    }
    #benefit-from-fs .table-body td {
        padding: 16px
    }
}

#why-fs-combine {
    padding: 60px 0;
    background-color: #f8f9fa;
    color: #333333;
    line-height: 1.6;
}

#why-fs-combine .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

#why-fs-combine .article-section {
    margin-bottom: 50px;
}

#why-fs-combine .article-header {
    border-left: 4px solid #21559d;
    padding-left: 20px;
    margin-bottom: 25px;
}

#why-fs-combine .article-title {
    font-size: 28px;
    font-weight: 600;
    color: #21559d;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

#why-fs-combine .article-content {
    font-size: 16px;
    color: #555555;
    margin: 0;
    text-align: justify;
}

#why-fs-combine .article-content strong {
    color: #008374;
    font-weight: 600;
}

#why-fs-combine .divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 40px 0;
}

@media (max-width:768px) {
    #why-fs-combine {
        padding: 40px 0
    }
    #why-fs-combine .container {
        padding: 0 16px
    }
    #why-fs-combine .article-title {
        font-size: 24px
    }
    #why-fs-combine .article-header {
        padding-left: 16px
    }
    #why-fs-combine .article-content {
        font-size: 15px;
        text-align: left
    }
}

@media (max-width:480px) {
    #why-fs-combine {
        padding: 30px 0
    }
    #why-fs-combine .container {
        padding: 0 12px
    }
    #why-fs-combine .article-title {
        font-size: 22px
    }
    #why-fs-combine .article-content {
        font-size: 14px
    }
    #why-fs-combine .article-header {
        padding-left: 12px
    }
}

#fs-advanced-ds {
    background-color: #becad7;
    color: #0b2a54;
    padding: 4rem 1.5rem;
    overflow-x: hidden
}

#fs-advanced-ds .container {
    max-width: 1400px;
    margin: 0 auto
}

#fs-advanced-ds .main-title {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 900;
    color: #0b2a54;
    margin-bottom: 1rem;
    line-height: 1.2
}

#fs-advanced-ds .main-subtitle {
    font-weight: 600;
    font-size: 24px !important;
    text-align: center;
    font-size: 1.1rem;
    color: #008374;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#fs-advanced-ds .accordion-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    border: 1px solid #dbe1e6
}

#fs-advanced-ds .accordion-item {
    background-color: #ffffff
}

#fs-advanced-ds .accordion-item:not(:last-child) {
    border-bottom: 1px solid #dbe1e6
}

#fs-advanced-ds .accordion-header {
    color: #0b2a54;
    cursor: pointer;
    padding: 1.5rem;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s ease;
    list-style: none
}

#fs-advanced-ds .accordion-header::-webkit-details-marker {
    display: none
}

#fs-advanced-ds .accordion-item[open]>.accordion-header,
#fs-advanced-ds .accordion-header:hover {
    background-color: #e6f3f1
}

#fs-advanced-ds .accordion-icon {
    font-size: 1.5rem;
    font-weight: bold;
    color: #008374;
    transition: transform .3s ease;
    flex-shrink: 0;
    margin-left: 1rem
}

#fs-advanced-ds .accordion-item[open]>.accordion-header .accordion-icon {
    transform: rotate(45deg)
}

#fs-advanced-ds .header-icons {
    display: flex;
    align-items: center
}

#fs-advanced-ds .accordion-header .clickable-icon {
    margin-right: .75rem;
    color: #008374;
    font-size: 1.1rem;
    opacity: .6;
    transition: opacity .3s ease;
    display: none
}

#fs-advanced-ds .accordion-header:hover .clickable-icon {
    opacity: 1
}

#fs-advanced-ds .accordion-content {
    background-color: #ffffff;
    padding: 1.5rem 1.5rem
}

#fs-advanced-ds .accordion-content-inner {
    padding: 1.5rem 0;
    padding-top: 0
}

#fs-advanced-ds .accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#fs-advanced-ds .accordion-content li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    line-height: 1.6
}

#fs-advanced-ds .accordion-content li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #f0b00f;
    font-size: 1rem;
    line-height: 1.7
}

#fs-advanced-ds .accordion-content li:last-child {
    margin-bottom: 0
}

#fs-advanced-ds .summary-text {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    background-color: #0b2a54;
    color: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    margin-top: 4rem;
    border-bottom: 5px solid #f0b00f
}

@media (max-width:768px) {
    #fs-advanced-ds {
        padding: 2.5rem 1rem
    }
    #fs-advanced-ds .main-title {
        font-size: 2rem
    }
    #fs-advanced-ds .accordion-header {
        font-size: 1.1rem;
        padding: 1.25rem
    }
}

#fs-comparison {
    padding: 4rem 1.5rem;
    overflow-x: hidden;
}

#fs-comparison .container {
    max-width: 1400px;
    margin: 0 auto;
}

#fs-comparison .main-title {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 900;
    color: #0b2a54;
    margin-bottom: 1rem;
    line-height: 1.2;
}

#fs-comparison .main-title:nth-of-type(2) {
    margin-top: 4rem;
}

#fs-comparison .table-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .07);
    margin-bottom: 3rem;
}

#fs-comparison table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

#fs-comparison th,
#fs-comparison td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

#fs-comparison th {
    background-color: #0b2a54;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .5px;
}

#fs-comparison tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

#fs-comparison tbody tr:hover {
    background-color: #e6f3f1;
}

@media (max-width:768px) {
    #fs-comparison {
        padding: 2.5rem 1rem
    }
    #fs-comparison .main-title {
        font-size: 2rem
    }
}

#fs-first-intro {
    background: #f3f3f3;
    padding: 4rem 1.5rem;
    overflow-x: hidden;
}

#fs-first-intro .container {
    max-width: 1400px;
    margin: 0 auto;
}

#fs-first-intro .main-title {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 900;
    color: #0b2a54;
    margin-bottom: 2rem;
    line-height: 1.2;
}

#fs-first-intro .intro-paragraph {
    font-size: 1.1rem;
    color: #34495e;
    margin-bottom: 1.5rem;
}

@media (max-width:768px) {
    #fs-first-intro {
        padding: 2.5rem 1rem
    }
    #fs-first-intro .main-title {
        font-size: 2rem
    }
    #fs-first-intro .intro-paragraph {
        font-size: 1rem
    }
}

#fs-key-benefit-option {
    background: #f0f4f8;
    padding: 50px 20px;
    color: #0b2a54;
    line-height: 1.6;
}

#fs-key-benefit-option .content-box {
    max-width: 1400px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 6px 18px rgba(11, 42, 84, .08);
    border: 1px solid #008374;
}

#fs-key-benefit-option .main-title {
    font-size: 2.3rem;
    color: #008374;
    text-align: left;
    margin-bottom: 35px;
    font-weight: 700;
    border-left: 4px solid #008374;
    padding-left: 15px;
}

#fs-key-benefit-option .benefit {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 8px;
    background: #00837410;
}

#fs-key-benefit-option .benefit h3 {
    font-size: 1.5rem;
    color: #0b2a54;
    font-weight: 600;
    margin-bottom: 10px;
}

#fs-key-benefit-option .benefit p {
    font-size: 1.05rem;
    color: #0b2a54;
    margin: 0;
}

#fs-key-benefit-option .benefit i {
    color: #f0b00f;
    margin-right: 8px;
}

@media (max-width:768px) {
    #fs-key-benefit-option .content-box {
        padding: 25px;
        margin: 0 15px
    }
    #fs-key-benefit-option .main-title {
        font-size: 1.9rem;
        padding-left: 10px
    }
    #fs-key-benefit-option .benefit h3 {
        font-size: 1.3rem
    }
    #fs-key-benefit-option .benefit p {
        font-size: 1rem
    }
}

@media (max-width:480px) {
    #fs-key-benefit-option {
        padding: 30px 10px
    }
    #fs-key-benefit-option .main-title {
        font-size: 1.6rem;
        padding-left: 8px
    }
    #fs-key-benefit-option .benefit h3 {
        font-size: 1.1rem
    }
    #fs-key-benefit-option .benefit p {
        font-size: .9rem
    }
}

#fs-advanced-server {
    background-color: #0b2a54;
    color: #f0f0f0;
    margin: 0;
    line-height: 1.6;
    padding: 4rem 1.5rem;
    overflow-x: hidden
}

#fs-advanced-server .container {
    max-width: 1400px;
    margin: 0 auto
}

#fs-advanced-server .main-title {
    text-align: center;
    font-size: 2.75rem;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 4rem;
    line-height: 1.2
}

#fs-advanced-server .category-title {
    font-size: 2rem;
    font-weight: 700;
    color: #f0b00f;
    margin-top: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #1c3d6e
}

#fs-advanced-server .category-title:first-of-type {
    margin-top: 0
}

#fs-advanced-server .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem
}

#fs-advanced-server .feature-card {
    background-color: #1c3d6e;
    padding: 2rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease
}

#fs-advanced-server .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

#fs-advanced-server .card-icon {
    font-size: 40px;
    width: 48px;
    height: 48px;
    margin-bottom: 1.5rem;
    color: #008374;
    display: flex;
    align-items: center;
    justify-content: center
}

#fs-advanced-server .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 .5rem 0
}

#fs-advanced-server .card-text {
    font-size: .95rem;
    color: #c5d5e9;
    margin: 0
}

@media (max-width:768px) {
    #fs-advanced-server {
        padding: 2.5rem 1rem
    }
    #fs-advanced-server .main-title {
        font-size: 2rem
    }
    #fs-advanced-server .category-title {
        font-size: 1.75rem
    }
}

#fs-enterprise-grade {
    background-color: #ffffff;
    padding: 3rem 0
}

#fs-enterprise-grade .fs-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

#fs-enterprise-grade .fs-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#fs-enterprise-grade .fs-header .fs-subheading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
    color: #008374
}

#fs-enterprise-grade .fs-header .fs-heading {
    margin-top: .5rem;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #0b2a54
}

#fs-enterprise-grade .fs-header .fs-description {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #4b5563
}

#fs-enterprise-grade .fs-features-grid {
    margin-top: 4rem;
    display: grid;
    gap: 2rem
}

#fs-enterprise-grade .fs-feature-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    background-color: #f9fafb;
    border-radius: .75rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out
}

#fs-enterprise-grade .fs-feature-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    transform: translateY(-4px)
}

#fs-enterprise-grade .fs-feature-card .fs-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    border-radius: .5rem;
    background-color: #0b2a54;
    color: #ffffff;
    font-size: 1.5rem
}

#fs-enterprise-grade .fs-feature-card .fs-card-title {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #0b2a54
}

#fs-enterprise-grade .fs-feature-card .fs-card-text {
    margin-top: .5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #4b5563
}

#fs-enterprise-grade .fs-placeholder-card {
    display: none;
    background: linear-gradient(to bottom right, #0b2a54, #008374);
    color: #ffffff
}

#fs-enterprise-grade .fs-placeholder-card .fs-icon-wrapper {
    background-color: rgba(255, 255, 255, .2)
}

#fs-enterprise-grade .fs-placeholder-card .fs-card-text {
    color: #e5e7eb
}

@media (min-width:640px) {
    #fs-enterprise-grade .fs-header .fs-heading {
        font-size: 2.25rem
    }
}

@media (min-width:768px) {
    #fs-enterprise-grade {
        padding: 6rem 0
    }
    #fs-enterprise-grade .fs-features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1024px) {
    #fs-enterprise-grade .fs-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
    #fs-enterprise-grade .fs-features-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    #fs-enterprise-grade .fs-placeholder-card {
        display: flex
    }
}

#fs-who-needs {
    background: #fff
}

#fs-who-needs .fs-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

#fs-who-needs .fs-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

#fs-who-needs .fs-header .fs-heading {
    margin-top: .5rem;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #0b2a54
}

#fs-who-needs .fs-header .fs-description {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #4b5563
}

#fs-who-needs .fs-table-wrapper {
    margin-top: 4rem;
    overflow-x: auto
}

#fs-who-needs table {
    background: #c9c8c8;
    width: 100%;
    border-collapse: collapse;
    text-align: left
}

#fs-who-needs th,
#fs-who-needs td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb
}

#fs-who-needs thead th {
    background-color: #0b2a54;
    color: white;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: .05em
}

#fs-who-needs tbody tr:hover {
    background-color: #f0b00f6b
}

#fs-who-needs tbody td {
    color: #374151
}

#fs-who-needs tbody td:first-child {
    font-weight: 600;
    color: #008374
}

@media (min-width:768px) {
    #fs-who-needs {
        padding: 6rem 0
    }
}

@media (min-width:640px) {
    #fs-who-needs .fs-header .fs-heading {
        font-size: 2.25rem
    }
}

@media (max-width:767px) {
    #fs-who-needs thead {
        display: none
    }
    #fs-who-needs tr {
        display: block;
        margin-bottom: 1.5rem;
        border: 1px solid #e5e7eb;
        border-radius: .5rem;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1)
    }
    #fs-who-needs tr:last-child {
        margin-bottom: 0
    }
    #fs-who-needs td {
        display: block;
        text-align: right;
        border-bottom: 1px solid #e5e7eb
    }
    #fs-who-needs td:last-child {
        border-bottom: none
    }
    #fs-who-needs td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        color: #0b2a54
    }
    #fs-who-needs tbody td:first-child {
        background-color: #f0b00f6b;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }
}

#fs-chna-intro {
    background-color: #ffffff;
    padding: 3rem 0;
}

#fs-chna-intro .fs-container {
    max-width: 1400x;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#fs-chna-intro .fs-header {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#fs-chna-intro .fs-header .fs-heading {
    margin-top: .5rem;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #0b2a54;
}

#fs-chna-intro .fs-header .fs-description {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #4b5563;
}

@media (min-width:768px) {
    #fs-chna-intro {
        padding: 6rem 0
    }
}

@media (min-width:640px) {
    #fs-chna-intro .fs-header .fs-heading {
        font-size: 2.25rem
    }
}

#fs-chna-elite {
    background-color: #111827;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}

#fs-chna-elite::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 131, 116, .1), transparent 60%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

#fs-chna-elite .fs-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    z-index: 2;
}

#fs-chna-elite .fs-header {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3rem;
}

#fs-chna-elite .fs-heading {
    margin-top: 0;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -.025em;
    color: #ffffff;
}

#fs-chna-elite .fs-subheading {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #9ca3af;
}

#fs-chna-elite .fs-features-grid {
    display: grid;
    gap: 1.5rem;
}

#fs-chna-elite .fs-feature-card {
    background-color: rgba(31, 41, 55, .8);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: .75rem;
    border: 1px solid #374151;
    text-align: left;
    transition: transform .3s ease, border-color .3s ease;
}

#fs-chna-elite .fs-feature-card:hover {
    transform: translateY(-5px);
    border-color: #008374;
}

#fs-chna-elite .fs-card-icon {
    font-size: 2rem;
    color: #008374;
    margin-bottom: 1.5rem;
    display: inline-block;
}

#fs-chna-elite .fs-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #f9fafb;
    margin-top: 0;
    margin-bottom: .75rem;
}

#fs-chna-elite .fs-card-description {
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
}

@media (min-width:768px) {
    #fs-chna-elite {
        padding: 6rem 0
    }
    #fs-chna-elite .fs-features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    #fs-chna-elite .fs-header {
        margin-bottom: 4rem
    }
}

@media (min-width:640px) {
    #fs-chna-elite .fs-heading {
        font-size: 2.25rem
    }
}

#fs-ds-ind-intro {
    background: linear-gradient(135deg, #0b2a54 0%, #008374 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    color: #ffffff;
}

#fs-ds-ind-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, .02) 25%, transparent 50%), linear-gradient(-45deg, transparent 50%, rgba(0, 131, 116, .05) 75%, transparent 100%);
}

#fs-ds-ind-intro .container {
    position: relative;
    z-index: 2;
}

#fs-ds-ind-intro .section-header {
    text-align: center;
    margin-bottom: 60px;
}

#fs-ds-ind-intro .section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ffffff, #e8f4f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

#fs-ds-ind-intro .highlight-bar {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #008374, #0b2a54);
    margin: 0 auto 30px;
    border-radius: 2px;
}

#fs-ds-ind-intro .content-wrapper {
    background: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(11, 42, 84, .15), 0 4px 15px rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
}

#fs-ds-ind-intro .content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #008374 0%, #0b2a54 100%);
}

#fs-ds-ind-intro .content-wrapper::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, #008374 0%, rgba(0, 131, 116, .3) 100%);
}

#fs-ds-ind-intro .content-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2c3e50;
    text-align: justify;
    margin-bottom: 25px;
    font-weight: 400;
}

#fs-ds-ind-intro .content-text:last-child {
    margin-bottom: 0;
}

#fs-ds-ind-intro .tech-keywords {
    color: #0b2a54;
    font-weight: 700;
    background: linear-gradient(120deg, transparent 0%, rgba(0, 131, 116, .1) 50%, transparent 100%);
    padding: 2px 4px;
    border-radius: 3px;
}

#fs-ds-ind-intro .location-highlight {
    color: #008374;
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 131, 116, .3);
}

#fs-ds-ind-intro .feature-icons {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 2;
}

#fs-ds-ind-intro .feature-icons i {
    font-size: 18px;
    color: #6c757d;
    opacity: .7;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }
    50% {
        transform: translateY(-20px) rotate(180deg)
    }
}

@keyframes pulse {
    0%,
    100% {
        opacity: .6
    }
    50% {
        opacity: 1
    }
}

@media (max-width:1200px) {
    #fs-ds-ind-intro .section-title {
        font-size: 2.5rem
    }
    #fs-ds-ind-intro .content-wrapper {
        padding: 35px
    }
}

@media (max-width:768px) {
    #fs-ds-ind-intro {
        padding: 60px 0
    }
    #fs-ds-ind-intro .section-title {
        font-size: 2rem
    }
    #fs-ds-ind-intro .content-wrapper {
        padding: 25px;
        margin: 0 15px
    }
    #fs-ds-ind-intro .content-text {
        font-size: 1rem;
        line-height: 1.7;
        text-align: left
    }
    #fs-ds-ind-intro .feature-icons {
        display: none
    }
}

@media (max-width:576px) {
    #fs-ds-ind-intro {
        padding: 40px 0
    }
    #fs-ds-ind-intro .section-title {
        font-size: 1.75rem;
        line-height: 1.3
    }
    #fs-ds-ind-intro .content-wrapper {
        padding: 20px;
        border-radius: 12px
    }
    #fs-ds-ind-intro .content-text {
        font-size: .95rem;
        line-height: 1.6
    }
}

@media (max-width:400px) {
    #fs-ds-ind-intro .section-title {
        font-size: 1.5rem
    }
    #fs-ds-ind-intro .content-wrapper {
        padding: 15px
    }
    #fs-ds-ind-intro .content-text {
        font-size: .9rem
    }
}

#fs-ind-ds-infra {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    color: #2c3e50
}

#fs-ind-ds-infra .section-header {
    text-align: center;
    margin-bottom: 60px
}

#fs-ind-ds-infra .section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b2a54;
    line-height: 1.2
}

#fs-ind-ds-infra .highlight-bar {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #008374, #0b2a54);
    margin: 0 auto;
    border-radius: 2px
}

#fs-ind-ds-infra .content-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(11, 42, 84, .08);
    height: 100%;
    overflow: hidden
}

#fs-ind-ds-infra .card-header {
    background: linear-gradient(135deg, #0b2a54 0%, #008374 100%);
    color: #ffffff;
    padding: 20px 30px;
    border-bottom: none
}

#fs-ind-ds-infra .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0
}

#fs-ind-ds-infra .card-content {
    padding: 30px
}

#fs-ind-ds-infra .location-item,
#fs-ind-ds-infra .feature-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f3f4
}

#fs-ind-ds-infra .location-item:last-child,
#fs-ind-ds-infra .feature-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

#fs-ind-ds-infra .location-name,
#fs-ind-ds-infra .feature-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0b2a54;
    margin-bottom: 8px
}

#fs-ind-ds-infra .location-desc,
#fs-ind-ds-infra .feature-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
    margin: 0
}

#fs-ind-ds-infra .tech-keywords {
    color: #008374;
    font-weight: 600;
    background: rgba(0, 131, 116, .1);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .95em
}

@media (max-width:1200px) {
    #fs-ind-ds-infra .section-title {
        font-size: 2.5rem
    }
    #fs-ind-ds-infra .card-content {
        padding: 25px
    }
}

@media (max-width:768px) {
    #fs-ind-ds-infra {
        padding: 60px 0
    }
    #fs-ind-ds-infra .section-title {
        font-size: 2rem
    }
    #fs-ind-ds-infra .card-content {
        padding: 20px
    }
    #fs-ind-ds-infra .card-header {
        padding: 15px 20px
    }
    #fs-ind-ds-infra .card-title {
        font-size: 1.2rem
    }
}

@media (max-width:576px) {
    #fs-ind-ds-infra {
        padding: 40px 0
    }
    #fs-ind-ds-infra .section-title {
        font-size: 1.75rem;
        line-height: 1.3
    }
    #fs-ind-ds-infra .card-content {
        padding: 15px
    }
    #fs-ind-ds-infra .location-name,
    #fs-ind-ds-infra .feature-name {
        font-size: 1rem
    }
    #fs-ind-ds-infra .location-desc,
    #fs-ind-ds-infra .feature-desc {
        font-size: .95rem
    }
}

@media (max-width:400px) {
    #fs-ind-ds-infra .section-title {
        font-size: 1.5rem
    }
}

#fs-ind-faq-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    color: #2c3e50
}

#fs-ind-faq-section .section-header {
    text-align: center;
    margin-bottom: 60px
}

#fs-ind-faq-section .section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0b2a54;
    line-height: 1.2
}

#fs-ind-faq-section .highlight-bar {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #008374, #0b2a54);
    margin: 0 auto;
    border-radius: 2px
}

#fs-ind-faq-section .faq-container {
    max-width: 1400px;
    margin: 0 auto
}

#fs-ind-faq-section .faq-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(11, 42, 84, .06);
    overflow: hidden;
    transition: all .3s ease
}

#fs-ind-faq-section .faq-item:hover {
    box-shadow: 0 8px 25px rgba(11, 42, 84, .12);
    transform: translateY(-2px)
}

#fs-ind-faq-section .faq-question {
    border-radius: 10px !important;
    background: linear-gradient(135deg, #0b2a54 0%, #008374 100%);
    box-shadow: inset 10px 0 0 0 #008374 !important;
    color: #ffffff;
    padding: 20px 25px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#fs-ind-faq-section .faq-question:hover {
    background: linear-gradient(135deg, #0d2f5f 0%, #009688 100%)
}

#fs-ind-faq-section .faq-icon {
    font-size: 1rem;
    transition: transform .3s ease;
    color: rgba(255, 255, 255, .8)
}

#fs-ind-faq-section .faq-answer {
    padding: 25px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #495057;
    border-top: 1px solid #f1f3f4;
    display: block
}

#fs-ind-faq-section .tech-keywords {
    color: #008374;
    font-weight: 700;
    background: rgba(0, 131, 116, .1);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .95em
}

#fs-ind-faq-section .question-number {
    background: rgba(255, 255, 255, .2);
    padding: 4px 8px;
    border-radius: 20px;
    font-size: .9rem;
    margin-right: 10px;
    font-weight: 500
}

#fs-ind-faq-section .faq-question-text {
    text-transform: capitalize;
    flex: 1
}

#fs-ind-faq-section .accordion-collapse.show+.faq-question .faq-icon {
    transform: rotate(180deg);
    color: #ffffff
}

#fs-ind-faq-section .faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
    color: #ffffff
}

@media (max-width:1200px) {
    #fs-ind-faq-section .section-title {
        font-size: 2.5rem
    }
}

@media (max-width:768px) {
    #fs-ind-faq-section {
        padding: 60px 0
    }
    #fs-ind-faq-section .section-title {
        font-size: 2rem
    }
    #fs-ind-faq-section .faq-question {
        padding: 15px 20px;
        font-size: 1.1rem
    }
    #fs-ind-faq-section .faq-answer {
        padding: 20px;
        font-size: 1rem
    }
    #fs-ind-faq-section .faq-container {
        margin: 0 15px
    }
}

@media (max-width:576px) {
    #fs-ind-faq-section {
        padding: 40px 0
    }
    #fs-ind-faq-section .section-title {
        font-size: 1.75rem;
        line-height: 1.3
    }
    #fs-ind-faq-section .faq-question {
        padding: 12px 15px;
        font-size: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }
    #fs-ind-faq-section .faq-answer {
        padding: 15px;
        font-size: .95rem
    }
    #fs-ind-faq-section .question-number {
        font-size: .8rem
    }
}

@media (max-width:400px) {
    #fs-ind-faq-section .section-title {
        font-size: 1.5rem
    }
}

#fs-vtnm-why-ds {
    background-color: #f8f9fa;
    padding: 60px 20px
}

#fs-vtnm-why-ds .container {
    max-width: 1400px
}

#fs-vtnm-why-ds h2 {
    color: #0b2a54;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

#fs-vtnm-why-ds table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    overflow: hidden
}

#fs-vtnm-why-ds th,
#fs-vtnm-why-ds td {
    padding: 15px;
    text-align: left;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px solid #dee2e6
}

#fs-vtnm-why-ds th {
    background-color: #0b2a54;
    color: #fff;
    font-weight: 600
}

#fs-vtnm-why-ds tr:last-child td {
    border-bottom: none
}

#fs-vtnm-why-ds .highlight {
    color: #008374;
    font-weight: 600
}

#fs-vtnm-why-ds p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 20px;
    text-align: justify
}

@media (max-width:768px) {
    #fs-vtnm-why-ds h2 {
        font-size: 2rem
    }
    #fs-vtnm-why-ds th,
    #fs-vtnm-why-ds td {
        font-size: .95rem;
        padding: 10px
    }
    #fs-vtnm-why-ds p {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    #fs-vtnm-why-ds {
        padding: 40px 15px
    }
    #fs-vtnm-why-ds h2 {
        font-size: 1.8rem
    }
    #fs-vtnm-why-ds table {
        font-size: .9rem
    }
    #fs-vtnm-why-ds th,
    #fs-vtnm-why-ds td {
        display: block;
        width: 100%;
        box-sizing: border-box
    }
    #fs-vtnm-why-ds th {
        text-align: center
    }
    #fs-vtnm-why-ds td {
        text-align: left
    }
    #fs-vtnm-why-ds tr {
        margin-bottom: 15px;
        display: block;
        border-bottom: 2px solid #dee2e6
    }
}

#fs-vtnm-inro {
    background-color: #0b2a54;
    padding: 60px 20px;
    color: #fff
}

#fs-vtnm-inro .container {
    max-width: 1400px
}

#fs-vtnm-inro h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

#fs-vtnm-inro p {
    color: #d3d3d3;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify
}

#fs-vtnm-inro .highlight {
    color: #008374;
    font-weight: 600
}

#fs-vtnm-inro .content-box {
    background-color: #1a3c6b;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    margin-bottom: 20px
}

@media (max-width:768px) {
    #fs-vtnm-inro h2 {
        font-size: 2rem
    }
    #fs-vtnm-inro p {
        font-size: 1rem
    }
    #fs-vtnm-inro .content-box {
        padding: 20px
    }
}

@media (max-width:576px) {
    #fs-vtnm-inro {
        padding: 40px 15px
    }
    #fs-vtnm-inro h2 {
        font-size: 1.8rem
    }
    #fs-vtnm-inro p {
        font-size: .95rem
    }
}

#fs-vtnm-benefits {
    background-color: #e0e4e7;
    padding: 60px 20px
}

#fs-vtnm-benefits .container {
    max-width: 1400px
}

#fs-vtnm-benefits h2 {
    color: #0b2a54;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center
}

#fs-vtnm-benefits .benefit-card {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    margin-bottom: 25px;
    text-align: center;
    transition: all .3s ease;
    border-left: 4px solid #008374
}

#fs-vtnm-benefits .benefit-card:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 131, 116, .15)
}

#fs-vtnm-benefits .benefit-icon {
    color: #008374;
    font-size: 3rem;
    margin-bottom: 15px;
    display: block
}

#fs-vtnm-benefits .benefit-card h3 {
    color: #0b2a54;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px
}

#fs-vtnm-benefits .benefit-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0
}

#fs-vtnm-benefits .highlight {
    color: #008374;
    font-weight: 600
}

#fs-vtnm-benefits .summary {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

@media (max-width:768px) {
    #fs-vtnm-benefits h2 {
        font-size: 2rem
    }
    #fs-vtnm-benefits .benefit-icon {
        font-size: 2.5rem
    }
    #fs-vtnm-benefits .benefit-card h3 {
        font-size: 1.3rem
    }
    #fs-vtnm-benefits .benefit-card p {
        font-size: .95rem
    }
    #fs-vtnm-benefits .summary {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    #fs-vtnm-benefits {
        padding: 40px 15px
    }
    #fs-vtnm-benefits h2 {
        font-size: 1.8rem
    }
    #fs-vtnm-benefits .benefit-icon {
        font-size: 2rem
    }
    #fs-vtnm-benefits .benefit-card h3 {
        font-size: 1.2rem
    }
    #fs-vtnm-benefits .benefit-card p {
        font-size: .9rem
    }
    #fs-vtnm-benefits .summary {
        font-size: .95rem
    }
}

#fs-ds-untarb-intro {
    background: linear-gradient(135deg, #0b2a54 0%, #1e3a65 50%, #2a4a76 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

#fs-ds-untarb-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(0, 131, 116, .1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(0, 131, 116, .1) 0%, transparent 50%);
    pointer-events: none
}

#fs-ds-untarb-intro .container {
    max-width: 1500px;
    position: relative;
    z-index: 2
}

#fs-ds-untarb-intro .section-header {
    text-align: center;
    margin-bottom: 60px
}

#fs-ds-untarb-intro h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3)
}

#fs-ds-untarb-intro .highlight-bar {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #008374, #00a693);
    margin: 0 auto 40px auto;
    border-radius: 2px
}

#fs-ds-untarb-intro .content-wrapper {
    background: rgba(255, 255, 255, .98);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1), 0 8px 20px rgba(11, 42, 84, .1);
    border: 1px solid rgba(0, 131, 116, .1);
    backdrop-filter: blur(10px)
}

#fs-ds-untarb-intro .content-section {
    margin-bottom: 35px
}

#fs-ds-untarb-intro .content-section:last-child {
    margin-bottom: 0
}

#fs-ds-untarb-intro p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify
}

#fs-ds-untarb-intro .icon-accent {
    color: #008374;
    font-size: 1.3rem;
    margin-right: 10px;
    vertical-align: middle
}

#fs-ds-untarb-intro .text-highlight {
    color: #0b2a54;
    font-weight: 600;
    background: linear-gradient(120deg, rgba(0, 131, 116, .1) 0%, rgba(0, 131, 116, .05) 100%);
    padding: 2px 6px;
    border-radius: 4px
}

#fs-ds-untarb-intro .decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

#fs-ds-untarb-intro .floating-icon {
    position: absolute;
    color: #008374;
    font-size: 2rem;
    animation: float 6s ease-in-out infinite
}

#fs-ds-untarb-intro .floating-icon:nth-child(1) {
    top: 15%;
    left: 5%;
    animation-delay: 0s
}

#fs-ds-untarb-intro .floating-icon:nth-child(2) {
    top: 25%;
    right: 8%;
    animation-delay: 2s
}

#fs-ds-untarb-intro .floating-icon:nth-child(3) {
    bottom: 20%;
    left: 3%;
    animation-delay: 4s
}

#fs-ds-untarb-intro .floating-icon:nth-child(4) {
    bottom: 30%;
    right: 5%;
    animation-delay: 1s
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0) rotate(0deg)
    }
    50% {
        transform: translateY(-20px) rotate(10deg)
    }
}

@media (max-width:768px) {
    #fs-ds-untarb-intro {
        padding: 60px 0
    }
    #fs-ds-untarb-intro h1 {
        font-size: 2.5rem;
        line-height: 1.2
    }
    #fs-ds-untarb-intro .content-wrapper {
        padding: 30px 25px;
        border-radius: 15px
    }
    #fs-ds-untarb-intro .section-header {
        margin-bottom: 40px
    }
    #fs-ds-untarb-intro .floating-icon {
        display: none
    }
}

@media (max-width:576px) {
    #fs-ds-untarb-intro {
        padding: 40px 0
    }
    #fs-ds-untarb-intro h1 {
        font-size: 2rem
    }
    #fs-ds-untarb-intro .content-wrapper {
        padding: 25px 20px;
        border-radius: 12px
    }
    #fs-ds-untarb-intro p {
        font-size: 1rem;
        line-height: 1.7;
        text-align: left
    }
    #fs-ds-untarb-intro .content-section {
        margin-bottom: 25px
    }
}

@media (min-width:1200px) {
    #fs-ds-untarb-intro .content-wrapper {
        padding: 60px 70px
    }
}

#fs-unttarb-specialized {
    background: linear-gradient(180deg, #e9eff7 0%, #b6c1bc 100%);
    padding: 90px 0;
    position: relative
}

#fs-unttarb-specialized::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 15% 25%, rgba(11, 42, 84, .03) 0%, transparent 50%), radial-gradient(circle at 85% 75%, rgba(0, 131, 116, .03) 0%, transparent 50%);
    pointer-events: none
}

#fs-unttarb-specialized .container {
    max-width: 1400px;
    position: relative;
    z-index: 2
}

#fs-unttarb-specialized .section-title {
    text-align: center;
    margin-bottom: 70px
}

#fs-unttarb-specialized .section-title h2 {
    color: #0b2a54;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative
}

#fs-unttarb-specialized .section-title .underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #008374, #00b89c);
    margin: 0 auto;
    border-radius: 2px
}

#fs-unttarb-specialized .industry-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(11, 42, 84, .08), 0 4px 15px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 131, 116, .1);
    transition: all .4s ease;
    position: relative;
    overflow: hidden
}

#fs-unttarb-specialized .industry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #008374, #0b2a54);
    transform: scaleX(0);
    transition: transform .4s ease
}

#fs-unttarb-specialized .industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 42, 84, .12), 0 8px 25px rgba(0, 131, 116, .1)
}

#fs-unttarb-specialized .industry-card:hover::before {
    transform: scaleX(1)
}

#fs-unttarb-specialized .industry-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f4
}

#fs-unttarb-specialized .industry-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #008374, #00a693);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 4px 15px rgba(0, 131, 116, .3)
}

#fs-unttarb-specialized .industry-icon i {
    color: #ffffff;
    font-size: 1.8rem
}

#fs-unttarb-specialized .industry-title {
    color: #0b2a54;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0
}

#fs-unttarb-specialized .feature-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#fs-unttarb-specialized .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(241, 243, 244, .5)
}

#fs-unttarb-specialized .feature-item:last-child {
    border-bottom: none;
    margin-bottom: 0
}

#fs-unttarb-specialized .feature-bullet {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #008374, #00b89c);
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 8px;
    flex-shrink: 0
}

#fs-unttarb-specialized .feature-text {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0
}

#fs-unttarb-specialized .highlight-text {
    color: #0b2a54;
    font-weight: 600;
    background: linear-gradient(120deg, rgba(0, 131, 116, .1) 0%, rgba(0, 131, 116, .05) 100%);
    padding: 2px 4px;
    border-radius: 3px
}

#fs-unttarb-specialized .decorative-bg {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(0, 131, 116, .05), rgba(11, 42, 84, .05));
    border-radius: 50%;
    opacity: .5;
    transition: all .4s ease
}

#fs-unttarb-specialized .industry-card:hover .decorative-bg {
    transform: scale(1.2) rotate(45deg);
    opacity: .8
}

@media (max-width:768px) {
    #fs-unttarb-specialized {
        padding: 60px 0
    }
    #fs-unttarb-specialized .section-title h2 {
        font-size: 2.2rem;
        line-height: 1.3
    }
    #fs-unttarb-specialized .section-title {
        margin-bottom: 50px
    }
    #fs-unttarb-specialized .industry-card {
        padding: 30px 20px;
        margin-bottom: 25px
    }
    #fs-unttarb-specialized .industry-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left
    }
    #fs-unttarb-specialized .industry-icon {
        margin-right: 0;
        margin-bottom: 15px
    }
    #fs-unttarb-specialized .industry-title {
        font-size: 1.5rem
    }
    #fs-unttarb-specialized .decorative-bg {
        display: none
    }
}

@media (max-width:576px) {
    #fs-unttarb-specialized {
        padding: 40px 0
    }
    #fs-unttarb-specialized .section-title h2 {
        font-size: 1.8rem
    }
    #fs-unttarb-specialized .industry-card {
        padding: 25px 15px;
        border-radius: 12px
    }
    #fs-unttarb-specialized .industry-icon {
        width: 50px;
        height: 50px
    }
    #fs-unttarb-specialized .industry-icon i {
        font-size: 1.5rem
    }
    #fs-unttarb-specialized .industry-title {
        font-size: 1.3rem
    }
    #fs-unttarb-specialized .feature-text {
        font-size: 1rem
    }
}

@media (min-width:1200px) {
    #fs-unttarb-specialized .industry-card {
        padding: 45px 40px
    }
}

#fs-pkstn-who {
    background: #ffffff;
    padding: 80px 0;
    position: relative
}

#fs-pkstn-who::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e0e0e0, transparent)
}

#fs-pkstn-who .section-intro {
    text-align: left;
    margin-bottom: 50px;
    padding: 0 15px
}

#fs-pkstn-who .main-heading {
    color: #0b2a54;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -.02em
}

#fs-pkstn-who .sub-heading {
    color: #6c757d;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400
}

#fs-pkstn-who .industries-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px
}

#fs-pkstn-who .industry-tile {
    flex: 1;
    min-width: 280px;
    background: #fafbfc;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 28px 24px;
    transition: all .2s ease-out;
    position: relative
}

#fs-pkstn-who .industry-tile:hover {
    border-color: #008374;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 131, 116, .1)
}

#fs-pkstn-who .tile-icon {
    width: 24px;
    height: 24px;
    color: #008374;
    margin-bottom: 16px;
    font-size: 1.3rem
}

#fs-pkstn-who .tile-title {
    color: #0b2a54;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3
}

#fs-pkstn-who .tile-description {
    color: #495057;
    font-size: .95rem;
    line-height: 1.6;
    margin: 0
}

#fs-pkstn-who .key-term {
    color: #0b2a54;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #008374;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px
}

#fs-pkstn-who .featured-tile {
    flex: 1 1 100%;
    background: #0b2a54;
    border-color: #0b2a54;
    color: white;
    margin-top: 20px
}

#fs-pkstn-who .featured-tile:hover {
    background: #1a3659;
    border-color: #1a3659;
    box-shadow: 0 6px 25px rgba(11, 42, 84, .15)
}

#fs-pkstn-who .featured-tile .tile-icon {
    color: #008374
}

#fs-pkstn-who .row .col-xl-10 {
    margin: auto
}

#fs-pkstn-who .featured-tile .tile-title {
    color: #ffffff;
    font-size: 1.25rem
}

#fs-pkstn-who .featured-tile .tile-description {
    color: rgba(255, 255, 255, .85);
    font-size: 1rem
}

#fs-pkstn-who .featured-tile .key-term {
    color: #ffffff;
    text-decoration-color: #008374;
    background: rgba(0, 131, 116, .2);
    padding: 1px 4px;
    border-radius: 3px
}

#fs-pkstn-who .accent-dot {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 6px;
    height: 6px;
    background: #008374;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .2s ease
}

#fs-pkstn-who .industry-tile:hover .accent-dot {
    opacity: 1
}

#fs-pkstn-who .stats-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #dee2e6;
    opacity: .7
}

#fs-pkstn-who .stat-item {
    text-align: center;
    flex: 1
}

#fs-pkstn-who .stat-number {
    color: #0b2a54;
    font-size: 1.8rem;
    font-weight: 800;
    display: block;
    line-height: 1
}

#fs-pkstn-who .stat-label {
    color: #6c757d;
    font-size: .85rem;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: .5px
}

@media (max-width:992px) {
    #fs-pkstn-who .industries-wrapper {
        gap: 20px
    }
    #fs-pkstn-who .industry-tile {
        min-width: 250px
    }
}

@media (max-width:768px) {
    #fs-pkstn-who {
        padding: 60px 0
    }
    #fs-pkstn-who .main-heading {
        font-size: 2rem;
        line-height: 1.2
    }
    #fs-pkstn-who .industries-wrapper {
        flex-direction: column;
        gap: 18px
    }
    #fs-pkstn-who .industry-tile {
        min-width: auto;
        padding: 24px 20px
    }
    #fs-pkstn-who .stats-bar {
        flex-direction: column;
        gap: 15px
    }
    #fs-pkstn-who .stat-item {
        flex: none
    }
}

@media (max-width:576px) {
    #fs-pkstn-who .main-heading {
        font-size: 1.7rem
    }
    #fs-pkstn-who .industry-tile {
        padding: 20px 16px
    }
    #fs-pkstn-who .tile-title {
        font-size: 1rem
    }
    #fs-pkstn-who .featured-tile .tile-title {
        font-size: 1.1rem
    }
}

#fs-pkstn-whatmakes {
    background: linear-gradient(160deg, #f8f9fa 0%, #e9ecef 40%, #dee2e6 100%);
    padding: 75px 0;
    position: relative
}

#fs-pkstn-whatmakes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(0, 131, 116, .04) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(11, 42, 84, .04) 0%, transparent 50%);
    pointer-events: none
}

#fs-pkstn-whatmakes .container {
    position: relative;
    z-index: 2
}

#fs-pkstn-whatmakes .section-header {
    margin-bottom: 55px
}

#fs-pkstn-whatmakes .main-title {
    color: #0b2a54;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2
}

#fs-pkstn-whatmakes .intro-paragraph {
    color: #495057;
    font-size: 1.15rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6
}

#fs-pkstn-whatmakes .features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 45px
}

#fs-pkstn-whatmakes .feature-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 131, 116, .1);
    transition: all .35s ease;
    position: relative;
    overflow: hidden
}

#fs-pkstn-whatmakes .feature-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #008374, #00b89c);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease
}

#fs-pkstn-whatmakes .feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(11, 42, 84, .12);
    border-color: #008374
}

#fs-pkstn-whatmakes .feature-box:hover::after {
    transform: scaleX(1)
}

#fs-pkstn-whatmakes .feature-icon-wrapper {
    padding: 10px;
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #008374, #00a693);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    box-shadow: 0 6px 20px rgba(0, 131, 116, .3);
    transition: all .3s ease
}

#fs-pkstn-whatmakes .feature-box:hover .feature-icon-wrapper {
    transform: rotate(5deg) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 131, 116, .4)
}

#fs-pkstn-whatmakes .feature-icon {
    color: #ffffff;
    font-size: 1.6rem
}

#fs-pkstn-whatmakes .feature-title {
    color: #0b2a54;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3
}

#fs-pkstn-whatmakes .feature-description {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0
}

#fs-pkstn-whatmakes .highlight-text {
    color: #0b2a54;
    font-weight: 600;
    background: linear-gradient(120deg, rgba(0, 131, 116, .12) 0%, rgba(0, 131, 116, .06) 100%);
    padding: 2px 6px;
    border-radius: 4px
}

#fs-pkstn-whatmakes .secondary-highlight {
    color: #008374;
    font-weight: 600
}

#fs-pkstn-whatmakes .geometric-bg {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, rgba(0, 131, 116, .05), rgba(11, 42, 84, .05));
    border-radius: 30px;
    transform: rotate(15deg);
    opacity: .6;
    transition: all .35s ease
}

#fs-pkstn-whatmakes .feature-box:hover .geometric-bg {
    transform: rotate(25deg) scale(1.1);
    opacity: .8
}

#fs-pkstn-whatmakes .bottom-accent {
    margin-top: 50px;
    text-align: center
}

#fs-pkstn-whatmakes .accent-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #008374, #00b89c);
    margin: 0 auto;
    border-radius: 2px
}

@media (max-width:768px) {
    #fs-pkstn-whatmakes {
        padding: 55px 0
    }
    #fs-pkstn-whatmakes .main-title {
        font-size: 2.1rem;
        line-height: 1.2
    }
    #fs-pkstn-whatmakes .intro-paragraph {
        font-size: 1.05rem;
        margin-bottom: 35px
    }
    #fs-pkstn-whatmakes .features-container {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 35px
    }
    #fs-pkstn-whatmakes .feature-box {
        padding: 30px 25px
    }
    #fs-pkstn-whatmakes .feature-icon-wrapper {
        width: 60px;
        height: 60px
    }
    #fs-pkstn-whatmakes .feature-icon {
        font-size: 1.5rem
    }
    #fs-pkstn-whatmakes .geometric-bg {
        width: 80px;
        height: 80px
    }
}

@media (max-width:576px) {
    #fs-pkstn-whatmakes {
        padding: 45px 0
    }
    #fs-pkstn-whatmakes .main-title {
        font-size: 1.8rem
    }
    #fs-pkstn-whatmakes .feature-box {
        padding: 25px 20px;
        border-radius: 10px
    }
    #fs-pkstn-whatmakes .feature-title {
        font-size: 1.2rem
    }
    #fs-pkstn-whatmakes .feature-description {
        font-size: 1rem
    }
    #fs-pkstn-whatmakes .geometric-bg {
        display: none
    }
}

@media (min-width:992px) {
    #fs-pkstn-whatmakes .features-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px
    }
}

@media (min-width:1200px) {
    #fs-pkstn-whatmakes .feature-box {
        padding: 40px 35px
    }
}

#fs-pkstn-geo {
    background: linear-gradient(135deg, #0b2a54 0%, #1a3659 50%, #29425e 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden
}

#fs-pkstn-geo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(0, 131, 116, .15) 0%, transparent 70%), radial-gradient(circle at 70% 70%, rgba(0, 131, 116, .1) 0%, transparent 70%);
    pointer-events: none
}

#fs-pkstn-geo .container {
    max-width: 1400px;
    position: relative;
    z-index: 2
}

#fs-pkstn-geo .hero-section {
    text-align: center;
    margin-bottom: 70px
}

#fs-pkstn-geo .main-headline {
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    line-height: 1.15
}

#fs-pkstn-geo .hero-description {
    color: rgba(255, 255, 255, .9);
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto 30px auto
}

#fs-pkstn-geo .strategic-intro {
    color: rgba(255, 255, 255, .85);
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto
}

#fs-pkstn-geo .performance-metrics {
    background: rgba(255, 255, 255, .95);
    border-radius: 20px;
    padding: 50px 40px;
    margin: 50px 0;
    box-shadow: 0 20px 50px rgba(11, 42, 84, .2);
    border: 1px solid rgba(0, 131, 116, .2);
    backdrop-filter: blur(10px)
}

#fs-pkstn-geo .metrics-title {
    color: #0b2a54;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px
}

#fs-pkstn-geo .advantage-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px
}

#fs-pkstn-geo .advantage-item {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 131, 116, .1)
}

#fs-pkstn-geo .advantage-item:last-child {
    border-bottom: none
}

#fs-pkstn-geo .advantage-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #008374, #00a693);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(0, 131, 116, .3)
}

#fs-pkstn-geo .advantage-icon i {
    color: #ffffff;
    font-size: 1.5rem
}

#fs-pkstn-geo .advantage-content h4 {
    color: #0b2a54;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3
}

#fs-pkstn-geo .advantage-content p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0
}

#fs-pkstn-geo .metric-highlight {
    background: linear-gradient(120deg, #008374, #00b89c);
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: 600;
    white-space: nowrap
}

#fs-pkstn-geo .region-highlight {
    color: #0b2a54;
    font-weight: 600;
    background: linear-gradient(120deg, rgba(0, 131, 116, .12) 0%, rgba(0, 131, 116, .06) 100%);
    padding: 2px 6px;
    border-radius: 4px
}

#fs-pkstn-geo .conclusion-section {
    background: rgba(0, 131, 116, .1);
    border-radius: 16px;
    padding: 40px 35px;
    margin-top: 50px;
    border: 1px solid rgba(255, 255, 255, .2)
}

#fs-pkstn-geo .conclusion-text {
    color: rgba(255, 255, 255, .95);
    font-size: 1.15rem;
    line-height: 1.7;
    text-align: center;
    margin: 0
}

#fs-pkstn-geo .power-statement {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .3)
}

#fs-pkstn-geo .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

#fs-pkstn-geo .floating-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 131, 116, .4);
    border-radius: 50%;
    animation: floatDot 4s ease-in-out infinite
}

#fs-pkstn-geo .floating-dot:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s
}

#fs-pkstn-geo .floating-dot:nth-child(2) {
    top: 40%;
    right: 15%;
    animation-delay: 1s
}

#fs-pkstn-geo .floating-dot:nth-child(3) {
    bottom: 30%;
    left: 20%;
    animation-delay: 2s
}

@keyframes floatDot {
    0%,
    100% {
        transform: translateY(0);
        opacity: .4
    }
    50% {
        transform: translateY(-20px);
        opacity: .8
    }
}

@media (max-width:992px) {
    #fs-pkstn-geo {
        padding: 70px 0
    }
    #fs-pkstn-geo .main-headline {
        font-size: 2.6rem
    }
    #fs-pkstn-geo .performance-metrics {
        padding: 40px 30px
    }
    #fs-pkstn-geo .advantage-item {
        flex-direction: column;
        text-align: center
    }
    #fs-pkstn-geo .advantage-icon {
        margin-right: 0;
        margin-bottom: 20px;
        align-self: center
    }
}

@media (max-width:768px) {
    #fs-pkstn-geo {
        padding: 60px 0
    }
    #fs-pkstn-geo .main-headline {
        font-size: 2.2rem;
        line-height: 1.2
    }
    #fs-pkstn-geo .hero-description {
        font-size: 1.15rem
    }
    #fs-pkstn-geo .strategic-intro {
        font-size: 1.05rem
    }
    #fs-pkstn-geo .performance-metrics {
        padding: 35px 25px;
        margin: 40px 0
    }
    #fs-pkstn-geo .metrics-title {
        font-size: 1.7rem
    }
    #fs-pkstn-geo .advantage-list {
        gap: 25px
    }
    #fs-pkstn-geo .floating-dot {
        display: none
    }
}

@media (max-width:576px) {
    #fs-pkstn-geo {
        padding: 50px 0
    }
    #fs-pkstn-geo .main-headline {
        font-size: 1.9rem
    }
    #fs-pkstn-geo .performance-metrics {
        padding: 30px 20px;
        border-radius: 15px
    }
    #fs-pkstn-geo .advantage-content h4 {
        font-size: 1.2rem
    }
    #fs-pkstn-geo .advantage-content p {
        font-size: 1rem
    }
    #fs-pkstn-geo .conclusion-section {
        padding: 30px 25px
    }
    #fs-pkstn-geo .conclusion-text {
        font-size: 1.05rem
    }
}

@media (min-width:1200px) {
    #fs-pkstn-geo .performance-metrics {
        padding: 60px 50px
    }
}

#fs-jpn-intro {
    background: linear-gradient(145deg, #f8f9fc 0%, #eef1f5 40%, #e0e4ea 100%);
    padding: 85px 0;
    position: relative;
    overflow: hidden
}

#fs-jpn-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 25% 25%, rgba(0, 131, 116, .06) 0%, transparent 60%), radial-gradient(circle at 75% 75%, rgba(11, 42, 84, .04) 0%, transparent 60%);
    pointer-events: none
}

#fs-jpn-intro .container {
    position: relative;
    z-index: 2
}

#fs-jpn-intro .content-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 55px 50px;
    box-shadow: 0 25px 60px rgba(11, 42, 84, .08), 0 10px 30px rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 131, 116, .12);
    position: relative;
    overflow: hidden
}

#fs-jpn-intro .content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #008374, #00b89c, #008374);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite
}

@keyframes shimmer {
    0%,
    100% {
        background-position: -200% 0
    }
    50% {
        background-position: 200% 0
    }
}

#fs-jpn-intro .section-title {
    color: #0b2a54;
    font-size: 3.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.15;
    letter-spacing: -.02em
}

#fs-jpn-intro .content-text {
    color: #495057;
    font-size: 1.15rem;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
    position: relative
}

#fs-jpn-intro .highlight-primary {
    background: linear-gradient(120deg, #008374, #00b89c);
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 131, 116, .3)
}

#fs-jpn-intro .highlight-secondary {
    color: #0b2a54;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(11, 42, 84, .12) 0%, rgba(11, 42, 84, .06) 100%);
    padding: 2px 6px;
    border-radius: 4px
}

#fs-jpn-intro .company-highlight {
    color: #008374;
    font-weight: 700;
    position: relative
}

#fs-jpn-intro .company-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #008374, #00b89c);
    border-radius: 1px
}

#fs-jpn-intro .tech-specs {
    background: linear-gradient(135deg, rgba(0, 131, 116, .05), rgba(11, 42, 84, .05));
    border-left: 4px solid #008374;
    padding: 8px 15px;
    margin: 8px 0;
    border-radius: 0 8px 8px 0;
    display: inline-block
}

#fs-jpn-intro .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

#fs-jpn-intro .floating-shape {
    position: absolute;
    opacity: .6;
    animation: floatMove 8s ease-in-out infinite
}

#fs-jpn-intro .shape-1 {
    top: 15%;
    right: 8%;
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, rgba(0, 131, 116, .1), transparent);
    border-radius: 50%;
    animation-delay: 0s
}

#fs-jpn-intro .shape-2 {
    bottom: 20%;
    left: 5%;
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, rgba(11, 42, 84, .08), transparent);
    border-radius: 15px;
    animation-delay: 2s
}

#fs-jpn-intro .shape-3 {
    top: 35%;
    left: 3%;
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, rgba(0, 131, 116, .12), transparent);
    border-radius: 50%;
    animation-delay: 4s
}

@keyframes floatMove {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: .6
    }
    50% {
        transform: translateY(-25px) rotate(180deg);
        opacity: .9
    }
}

#fs-jpn-intro .decorative-accent {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(0, 131, 116, .1) 0%, transparent 70%), linear-gradient(45deg, rgba(11, 42, 84, .05), transparent);
    border-radius: 50%;
    opacity: .8
}

@media (max-width:992px) {
    #fs-jpn-intro {
        padding: 70px 0
    }
    #fs-jpn-intro .section-title {
        font-size: 2.6rem
    }
    #fs-jpn-intro .content-wrapper {
        padding: 45px 40px
    }
    #fs-jpn-intro .content-text {
        text-align: left
    }
}

@media (max-width:768px) {
    #fs-jpn-intro {
        padding: 60px 0
    }
    #fs-jpn-intro .section-title {
        font-size: 2.2rem;
        line-height: 1.2
    }
    #fs-jpn-intro .content-wrapper {
        padding: 35px 30px;
        border-radius: 16px
    }
    #fs-jpn-intro .content-text {
        font-size: 1.05rem;
        line-height: 1.7
    }
    #fs-jpn-intro .floating-shape {
        display: none
    }
    #fs-jpn-intro .decorative-accent {
        display: none
    }
}

@media (max-width:576px) {
    #fs-jpn-intro {
        padding: 50px 0
    }
    #fs-jpn-intro .section-title {
        font-size: 1.9rem
    }
    #fs-jpn-intro .content-wrapper {
        padding: 30px 25px;
        border-radius: 14px
    }
    #fs-jpn-intro .content-text {
        font-size: 1rem;
        line-height: 1.6
    }
    #fs-jpn-intro .tech-specs {
        display: block;
        margin: 12px 0
    }
}

@media (min-width:1200px) {
    #fs-jpn-intro .content-wrapper {
        padding: 65px 60px
    }
}

#fs-sk-optimize {
    background: linear-gradient(135deg, #6b7583 0%, #ccdfdd 100%);
    margin: auto;
    padding: 70px 0;
    position: relative
}

#fs-sk-optimize .container {
    margin: auto;
    max-width: 1400px
}

#fs-sk-optimize .page-header {
    text-align: left;
    margin-bottom: 50px;
    border-bottom: 3px solid #008374;
    padding-bottom: 20px
}

#fs-sk-optimize .main-title {
    color: #0b2a54;
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3
}

#fs-sk-optimize .steps-container {
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff
}

#fs-sk-optimize .step-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #e9ecef;
    transition: background-color .2s ease
}

#fs-sk-optimize .step-row:last-child {
    border-bottom: none
}

#fs-sk-optimize .step-row:hover {
    background: #f8f9fa
}

#fs-sk-optimize .step-indicator {
    background: #0b2a54;
    color: #ffffff;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0
}

#fs-sk-optimize .step-content {
    padding: 30px 35px;
    flex: 1
}

#fs-sk-optimize .step-heading {
    color: #0b2a54;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px
}

#fs-sk-optimize .step-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0
}

#fs-sk-optimize .server-keyword {
    color: #0b2a54;
    font-weight: 600
}

#fs-sk-optimize .metric-data {
    color: #008374;
    font-weight: 700
}

#fs-sk-optimize .company-brand {
    color: #008374;
    font-weight: 700
}

#fs-sk-optimize .tech-term {
    color: #6c757d;
    font-weight: 500;
    font-style: italic
}

#fs-sk-optimize .action-bar {
    margin-top: 40px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 5px solid #008374
}

#fs-sk-optimize .action-text {
    color: #495057;
    font-size: 1.1rem;
    margin: 0;
    text-align: center
}

#fs-sk-optimize .progress-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px
}

#fs-sk-optimize .progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dee2e6;
    transition: all .3s ease
}

#fs-sk-optimize .progress-dot.active {
    background: #008374;
    transform: scale(1.2)
}

@media (max-width:768px) {
    #fs-sk-optimize {
        padding: 50px 0
    }
    #fs-sk-optimize .main-title {
        font-size: 2rem;
        line-height: 1.2
    }
    #fs-sk-optimize .page-header {
        text-align: center;
        margin-bottom: 35px
    }
    #fs-sk-optimize .step-row {
        flex-direction: column
    }
    #fs-sk-optimize .step-indicator {
        width: 100%;
        height: 60px;
        font-size: 1.3rem
    }
    #fs-sk-optimize .step-content {
        padding: 25px 20px
    }
    #fs-sk-optimize .step-heading {
        font-size: 1.2rem;
        text-align: center
    }
    #fs-sk-optimize .step-text {
        font-size: .95rem;
        text-align: left
    }
    #fs-sk-optimize .action-bar {
        padding: 20px 15px
    }
    #fs-sk-optimize .action-text {
        font-size: 1rem
    }
}

@media (max-width:576px) {
    #fs-sk-optimize .main-title {
        font-size: 1.7rem
    }
    #fs-sk-optimize .steps-container {
        border-radius: 8px
    }
    #fs-sk-optimize .step-content {
        padding: 20px 15px
    }
    #fs-sk-optimize .step-heading {
        font-size: 1.1rem
    }
    #fs-sk-optimize .progress-dots {
        gap: 8px
    }
    #fs-sk-optimize .progress-dot {
        width: 10px;
        height: 10px
    }
}

@media (min-width:992px) {
    #fs-sk-optimize .step-content {
        padding: 35px 45px
    }
}

#fs-intro-tky {
    background: linear-gradient(135deg, #0b2a54 0%, #0d3461 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

#fs-intro-tky::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 131, 116, .1) 0%, transparent 50%);
    pointer-events: none
}

#fs-intro-tky .container {
    position: relative;
    z-index: 1
}

#fs-intro-tky h2 {
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
    line-height: 1.4;
    letter-spacing: -.3px
}

#fs-intro-tky p {
    color: #e8e8e8;
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 1.4rem;
    text-align: justify
}

#fs-intro-tky .highlight-box {
    background: rgba(255, 255, 255, .05);
    border-left: 4px solid #008374;
    padding: 25px 28px;
    margin-top: 35px;
    border-radius: 0 8px 8px 0;
    backdrop-filter: blur(10px)
}

#fs-intro-tky .highlight-box p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500
}

#fs-intro-tky .accent-line {
    width: 70px;
    height: 3px;
    background: #008374;
    margin-bottom: 25px;
    border-radius: 2px
}

@media (max-width:991px) {
    #fs-intro-tky {
        padding: 60px 0
    }
    #fs-intro-tky h2 {
        font-size: 1.85rem
    }
    #fs-intro-tky p {
        font-size: 1rem
    }
}

@media (max-width:767px) {
    #fs-intro-tky {
        padding: 50px 0
    }
    #fs-intro-tky h2 {
        font-size: 1.6rem;
        margin-bottom: 1.5rem
    }
    #fs-intro-tky p {
        font-size: .98rem;
        text-align: left
    }
    #fs-intro-tky .highlight-box {
        padding: 20px 22px;
        margin-top: 25px
    }
}

@media (max-width:480px) {
    #fs-intro-tky {
        padding: 40px 0
    }
    #fs-intro-tky h2 {
        font-size: 1.4rem
    }
    #fs-intro-tky p {
        font-size: .95rem;
        line-height: 1.75
    }
    #fs-intro-tky .accent-line {
        width: 60px;
        height: 2.5px
    }
}

#fs-point-tky {
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    padding: 75px 0;
    position: relative
}

#fs-point-tky .container {
    position: relative;
    z-index: 1
}

#fs-point-tky .section-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px
}

#fs-point-tky .section-header h2 {
    color: #0b2a54;
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3
}

#fs-point-tky .section-header p {
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.8
}

#fs-point-tky .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 40px;
    max-width: 1400px;
    margin: 0 auto
}

#fs-point-tky .feature-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 0;
    transition: all .35s ease;
    box-shadow: 0 3px 12px rgba(11, 42, 84, .08);
    overflow: hidden
}

#fs-point-tky .feature-card:hover {
    box-shadow: 0 10px 30px rgba(0, 131, 116, .18);
    transform: scale(1.02)
}

#fs-point-tky .feature-card-header {
    background: linear-gradient(135deg, #0b2a54 0%, #094170 100%);
    padding: 24px 28px;
    position: relative;
    overflow: hidden
}

#fs-point-tky .feature-card-header::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20px;
    width: 150px;
    height: 200%;
    background: rgba(0, 131, 116, .15);
    transform: rotate(15deg)
}

#fs-point-tky .feature-card h3 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    position: relative;
    z-index: 1
}

#fs-point-tky .feature-card-body {
    padding: 26px 28px
}

#fs-point-tky .feature-card p {
    color: #6b7280;
    font-size: .98rem;
    line-height: 1.7;
    margin: 0
}

#fs-point-tky .feature-card:nth-child(1) .feature-card-header {
    background: linear-gradient(135deg, #008374 0%, #00a38a 100%)
}

#fs-point-tky .feature-card:nth-child(3) .feature-card-header {
    background: linear-gradient(135deg, #008374 0%, #00a38a 100%)
}

@media (max-width:991px) {
    #fs-point-tky {
        padding: 65px 0
    }
    #fs-point-tky .section-header h2 {
        font-size: 2.2rem
    }
    #fs-point-tky .features-grid {
        gap: 28px 32px
    }
    #fs-point-tky .feature-card-header {
        padding: 22px 24px
    }
    #fs-point-tky .feature-card h3 {
        font-size: 1.22rem
    }
    #fs-point-tky .feature-card-body {
        padding: 24px 24px
    }
}

@media (max-width:767px) {
    #fs-point-tky {
        padding: 55px 0
    }
    #fs-point-tky .section-header {
        margin-bottom: 45px
    }
    #fs-point-tky .section-header h2 {
        font-size: 1.85rem
    }
    #fs-point-tky .section-header p {
        font-size: 1.02rem
    }
    #fs-point-tky .features-grid {
        grid-template-columns: 1fr;
        gap: 26px
    }
    #fs-point-tky .feature-card-header {
        padding: 20px 22px
    }
    #fs-point-tky .feature-card h3 {
        font-size: 1.18rem
    }
    #fs-point-tky .feature-card-body {
        padding: 22px 22px
    }
    #fs-point-tky .feature-card p {
        font-size: .96rem
    }
}

@media (max-width:575px) {
    #fs-point-tky .section-header h2 {
        font-size: 1.6rem
    }
    #fs-point-tky .section-header p {
        font-size: .96rem
    }
    #fs-point-tky .features-grid {
        gap: 22px
    }
    #fs-point-tky .feature-card-header {
        padding: 18px 20px
    }
    #fs-point-tky .feature-card h3 {
        font-size: 1.12rem
    }
}

#fs-point-tky {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0
}

#fs-point-tky .section-header {
    text-align: center;
    margin-bottom: 50px
}

#fs-point-tky .section-header h2 {
    color: #0b2a54;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

#fs-point-tky .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #008374
}

#fs-point-tky .comparison-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(11, 42, 84, .08);
    overflow: hidden
}

#fs-point-tky .table-responsive {
    border-radius: 12px
}

#fs-point-tky table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0
}

#fs-point-tky thead {
    background: linear-gradient(to right, #0b2a54, #0d3561)
}

#fs-point-tky thead th {
    color: #ffffff;
    font-weight: 600;
    padding: 20px 15px;
    border: none;
    font-size: .95rem;
    vertical-align: middle
}

#fs-point-tky thead th:first-child {
    background: #008374;
    font-size: 1rem
}

#fs-point-tky tbody tr {
    transition: all .3s ease
}

#fs-point-tky tbody tr:hover {
    background-color: #f1f9f8;
    transform: scale(1.01)
}

#fs-point-tky tbody td {
    padding: 18px 15px;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    font-size: .9rem;
    vertical-align: middle
}

#fs-point-tky tbody td:first-child {
    font-weight: 600;
    color: #0b2a54;
    background: #f8f9fa;
    border-right: 3px solid #008374
}

#fs-point-tky tbody tr:last-child td {
    border-bottom: none
}

#fs-point-tky tbody td:nth-child(2) {
    background: #f0fdf4
}

#fs-point-tky .highlight-cell {
    font-weight: 500
}

@media (max-width:991px) {
    #fs-point-tky {
        padding: 40px 0
    }
    #fs-point-tky .section-header h2 {
        font-size: 1.8rem
    }
    #fs-point-tky thead th,
    #fs-point-tky tbody td {
        padding: 12px 10px;
        font-size: .85rem
    }
}

@media (max-width:767px) {
    #fs-point-tky .section-header h2 {
        font-size: 1.5rem
    }
    #fs-point-tky thead th,
    #fs-point-tky tbody td {
        padding: 10px 8px;
        font-size: .8rem
    }
    #fs-point-tky .comparison-wrapper {
        margin: 0 10px
    }
}

@media (max-width:575px) {
    #fs-point-tky {
        padding: 30px 0
    }
    #fs-point-tky .section-header {
        margin-bottom: 30px
    }
    #fs-point-tky .section-header h2 {
        font-size: 1.3rem
    }
    #fs-point-tky thead th {
        font-size: .75rem;
        padding: 10px 6px
    }
    #fs-point-tky tbody td {
        font-size: .75rem;
        padding: 10px 6px
    }
    #fs-point-tky .table-responsive {
        font-size: .75rem
    }
}

#fs-reason-tky {
    background-color: #0b2a54;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
    color: #e0e0e0
}

#fs-reason-tky .container {
    max-width: 1400px;
}

#fs-reason-tky h2 {
    color: #008374;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

#fs-reason-tky .reason-card {
    background-color: #1a3b6b;
    border-left: 5px solid #008374;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    transition: transform .3s ease
}

#fs-reason-tky .reason-card:hover {
    transform: translateY(-5px)
}

#fs-reason-tky .reason-number {
    color: #008374;
    font-size: 1.8rem;
    font-weight: 700;
    margin-right: 15px;
    display: inline-block
}

#fs-reason-tky .reason-title {
    color: #e0e0e0;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px
}

#fs-reason-tky .reason-text {
    color: #b0b0b0;
    font-size: 1rem;
    line-height: 1.6
}

@media (max-width:768px) {
    #fs-reason-tky h2 {
        font-size: 2rem
    }
    #fs-reason-tky .reason-card {
        padding: 15px
    }
    #fs-reason-tky .reason-number {
        font-size: 1.5rem
    }
    #fs-reason-tky .reason-title {
        font-size: 1.3rem
    }
    #fs-reason-tky .reason-text {
        font-size: .9rem
    }
}

@media (max-width:576px) {
    #fs-reason-tky {
        padding: 20px 10px
    }
    #fs-reason-tky h2 {
        font-size: 1.8rem
    }
    #fs-reason-tky .reason-card {
        margin-bottom: 15px
    }
}

#fs-intro-uz {
    background: linear-gradient(135deg, #0b2a54 0%, #0d3260 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

#fs-intro-uz::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 131, 116, .15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(0, 131, 116, .1) 0%, transparent 50%);
    pointer-events: none
}

#fs-intro-uz .container {
    position: relative;
    z-index: 1
}

#fs-intro-uz .section-header {
    margin-bottom: 45px
}

#fs-intro-uz .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3
}

#fs-intro-uz .section-subtitle {
    max-width: 1400px;
    font-size: 1.35rem !important;
    color: #008374;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: .3px
}

#fs-intro-uz .content-block {
    background: rgba(255, 255, 255, .97);
    border-radius: 12px;
    padding: 45px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    border-left: 4px solid #008374
}

#fs-intro-uz .content-text {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 25px
}

#fs-intro-uz .content-text:last-child {
    margin-bottom: 0
}

#fs-intro-uz .highlight-text {
    color: #0b2a54;
    font-weight: 600
}

#fs-intro-uz .accent-box {
    background: linear-gradient(to right, rgba(0, 131, 116, .08), rgba(11, 42, 84, .05));
    border-left: 3px solid #008374;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 6px
}

@media (max-width:991px) {
    #fs-intro-uz {
        padding: 60px 0
    }
    #fs-intro-uz .section-title {
        font-size: 2rem
    }
    #fs-intro-uz .section-subtitle {
        font-size: 1.15rem
    }
    #fs-intro-uz .content-block {
        padding: 35px
    }
    #fs-intro-uz .content-text {
        font-size: 1rem
    }
}

@media (max-width:767px) {
    #fs-intro-uz {
        padding: 50px 0
    }
    #fs-intro-uz .section-title {
        font-size: 1.75rem;
        margin-bottom: 12px
    }
    #fs-intro-uz .section-subtitle {
        font-size: 1.05rem;
        margin-bottom: 25px
    }
    #fs-intro-uz .content-block {
        padding: 28px 22px;
        border-radius: 10px
    }
    #fs-intro-uz .content-text {
        font-size: .98rem;
        line-height: 1.75;
        margin-bottom: 20px
    }
    #fs-intro-uz .accent-box {
        padding: 18px 20px;
        margin: 20px 0
    }
}

@media (max-width:575px) {
    #fs-intro-uz {
        padding: 40px 0
    }
    #fs-intro-uz .section-title {
        font-size: 1.5rem
    }
    #fs-intro-uz .section-subtitle {
        font-size: .95rem
    }
    #fs-intro-uz .content-block {
        padding: 25px 18px
    }
    #fs-intro-uz .content-text {
        font-size: .95rem;
        line-height: 1.7
    }
}

#fs-dsi-uz {
    padding: 70px 0;
    background: #ffffff;
    position: relative
}

#fs-dsi-uz::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 280px;
    background: linear-gradient(165deg, #0b2a54 0%, #164a7e 100%);
    z-index: 0
}

#fs-dsi-uz .container {
    position: relative;
    z-index: 1
}

#fs-dsi-uz .section-header {
    margin-bottom: 55px
}

#fs-dsi-uz .section-header h2 {
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center
}

#fs-dsi-uz .benefit-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 32px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(11, 42, 84, .1);
    transition: all .35s ease;
    position: relative;
    overflow: hidden
}

#fs-dsi-uz .benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 0;
    background: #008374;
    transition: height .35s ease
}

#fs-dsi-uz .benefit-item:hover::before {
    height: 100%
}

#fs-dsi-uz .benefit-item:hover {
    box-shadow: 0 10px 35px rgba(0, 131, 116, .2);
    transform: translateX(8px)
}

#fs-dsi-uz .benefit-number {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #008374 0%, #00a38e 100%);
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px
}

#fs-dsi-uz .benefit-item h3 {
    color: #0b2a54;
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 16px
}

#fs-dsi-uz .benefit-item p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 0
}

@media (max-width:991px) {
    #fs-dsi-uz {
        padding: 60px 0
    }
    #fs-dsi-uz::before {
        height: 240px
    }
    #fs-dsi-uz .section-header h2 {
        font-size: 2rem
    }
    #fs-dsi-uz .benefit-item {
        padding: 35px 28px
    }
}

@media (max-width:767px) {
    #fs-dsi-uz {
        padding: 50px 0
    }
    #fs-dsi-uz::before {
        height: 220px
    }
    #fs-dsi-uz .section-header {
        margin-bottom: 45px
    }
    #fs-dsi-uz .section-header h2 {
        font-size: 1.7rem
    }
    #fs-dsi-uz .benefit-item {
        padding: 30px 24px;
        margin-bottom: 20px
    }
    #fs-dsi-uz .benefit-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.1rem;
        margin-bottom: 16px
    }
    #fs-dsi-uz .benefit-item h3 {
        font-size: 1.3rem
    }
    #fs-dsi-uz .benefit-item p {
        font-size: .95rem
    }
}

@media (max-width:575px) {
    #fs-dsi-uz {
        padding: 40px 0
    }
    #fs-dsi-uz::before {
        height: 200px
    }
    #fs-dsi-uz .section-header h2 {
        font-size: 1.5rem
    }
    #fs-dsi-uz .benefit-item {
        padding: 25px 20px
    }
    #fs-dsi-uz .benefit-item h3 {
        font-size: 1.2rem;
        margin-bottom: 14px
    }
}

#fs-legal-uz {
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    padding: 85px 0;
    position: relative
}

#fs-legal-uz .container-fluid {
    max-width: 1400px
}

#fs-legal-uz .section-header {
    text-align: center;
    margin-bottom: 65px;
    position: relative
}

#fs-legal-uz .section-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #0b2a54;
    margin-bottom: 10px;
    line-height: 1.3
}

#fs-legal-uz .section-divider {
    width: 100px;
    height: 3px;
    background: #008374;
    margin: 20px auto
}

#fs-legal-uz .legal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

#fs-legal-uz .legal-box {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 35px 28px;
    position: relative;
    transition: all .4s ease;
    overflow: hidden
}

#fs-legal-uz .legal-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #008374 0%, #00a088 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease
}

#fs-legal-uz .legal-box:hover::before {
    transform: scaleX(1)
}

#fs-legal-uz .legal-box:hover {
    border-color: #008374;
    box-shadow: 0 10px 30px rgba(0, 131, 116, .12);
    transform: translateY(-8px)
}

#fs-legal-uz .box-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f3f5
}

#fs-legal-uz .box-icon {
    width: 45px;
    height: 45px;
    background: #0b2a54;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

#fs-legal-uz .box-icon::after {
    content: '→';
    color: #008374;
    font-size: 1.4rem;
    font-weight: bold
}

#fs-legal-uz .box-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0b2a54;
    margin: 0;
    line-height: 1.3
}

#fs-legal-uz .box-text {
    color: #6c757d;
    line-height: 1.7;
    font-size: .96rem;
    margin: 0
}

@media (max-width:991px) {
    #fs-legal-uz {
        padding: 70px 0
    }
    #fs-legal-uz .section-title {
        font-size: 2.1rem
    }
    #fs-legal-uz .legal-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px
    }
    #fs-legal-uz .legal-box {
        padding: 30px 24px
    }
}

@media (max-width:767px) {
    #fs-legal-uz {
        padding: 60px 0
    }
    #fs-legal-uz .section-header {
        margin-bottom: 50px
    }
    #fs-legal-uz .section-title {
        font-size: 1.75rem
    }
    #fs-legal-uz .section-divider {
        width: 70px
    }
    #fs-legal-uz .legal-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
    #fs-legal-uz .legal-box {
        padding: 25px 20px
    }
    #fs-legal-uz .box-title {
        font-size: 1.15rem
    }
    #fs-legal-uz .box-text {
        font-size: .93rem
    }
}

@media (max-width:575px) {
    #fs-legal-uz .box-header {
        gap: 12px
    }
    #fs-legal-uz .box-icon {
        width: 40px;
        height: 40px
    }
    #fs-legal-uz .box-icon::after {
        font-size: 1.2rem
    }
}

#fs-tbl-indns {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%)
}

#fs-tbl-indns .container {
    max-width: 1400px
}

#fs-tbl-indns .section-header {
    margin-bottom: 45px
}

#fs-tbl-indns .section-header h2 {
    color: #0b2a54;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

#fs-tbl-indns .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #008374
}

#fs-tbl-indns .table-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(11, 42, 84, .08);
    overflow: hidden;
    margin-bottom: 30px
}

#fs-tbl-indns .comparison-table {
    margin: 0;
    width: 100%
}

#fs-tbl-indns .comparison-table thead {
    background: #0b2a54
}

#fs-tbl-indns .comparison-table thead th {
    color: #ffffff;
    font-weight: 600;
    padding: 18px 15px;
    border: none;
    font-size: .95rem;
    vertical-align: middle
}

#fs-tbl-indns .comparison-table tbody tr {
    transition: all .3s ease
}

#fs-tbl-indns .comparison-table tbody tr:hover {
    background: #f8fcfb;
    transform: scale(1.01)
}

#fs-tbl-indns .comparison-table tbody td {
    padding: 16px 15px;
    color: #555;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
    font-size: .9rem;
    line-height: 1.6
}

#fs-tbl-indns .comparison-table tbody td:first-child {
    font-weight: 600;
    color: #0b2a54;
    background: #f8f9fa
}

#fs-tbl-indns .comparison-table tbody tr:last-child td {
    border-bottom: none
}

#fs-tbl-indns .highlight-cell {
    background: linear-gradient(90deg, rgba(0, 131, 116, .08) 0%, rgba(0, 131, 116, .03) 100%);
    font-weight: 500;
    color: #008374
}

#fs-tbl-indns .conclusion-box {
    background: linear-gradient(135deg, #0b2a54 0%, #0d3768 100%);
    padding: 25px 30px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 6px 25px rgba(11, 42, 84, .15)
}

#fs-tbl-indns .conclusion-box p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7
}

#fs-tbl-indns .conclusion-box strong {
    color: #008374;
    font-weight: 600
}

@media (max-width:992px) {
    #fs-tbl-indns {
        padding: 40px 0
    }
    #fs-tbl-indns .section-header h2 {
        font-size: 1.65rem
    }
    #fs-tbl-indns .comparison-table thead th,
    #fs-tbl-indns .comparison-table tbody td {
        padding: 12px 10px;
        font-size: .85rem
    }
}

@media (max-width:768px) {
    #fs-tbl-indns {
        padding: 30px 0
    }
    #fs-tbl-indns .table-wrapper {
        overflow-x: auto;
        border-radius: 8px
    }
    #fs-tbl-indns .comparison-table {
        min-width: 650px
    }
    #fs-tbl-indns .section-header h2 {
        font-size: 1.4rem
    }
    #fs-tbl-indns .conclusion-box {
        padding: 20px
    }
    #fs-tbl-indns .conclusion-box p {
        font-size: .95rem
    }
}

@media (max-width:576px) {
    #fs-tbl-indns .comparison-table thead th,
    #fs-tbl-indns .comparison-table tbody td {
        padding: 10px 8px;
        font-size: .8rem
    }
    #fs-tbl-indns .section-header h2 {
        font-size: 1.25rem
    }
}

#bgp-section {
    position: relative;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px 40px;
    background: linear-gradient(135deg, #0b2a54 0%, #006b5e 100%);
    background-image: linear-gradient(135deg, rgba(11, 42, 84, .95) 0%, rgba(0, 107, 94, .9) 100%), url('https://www.fitservers.com/assets/img/dedicated-servers00.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden
}

@keyframes flow {
    0% {
        transform: translate(0, 0);
        opacity: .1
    }
    50% {
        opacity: .2
    }
    100% {
        transform: translate(-100vw, 100vh);
        opacity: .05
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 212, 170, .4)
    }
    70% {
        box-shadow: 0 0 0 25px rgba(0, 212, 170, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 212, 170, 0)
    }
}

#bgp-section::before,
#bgp-section::after {
    content: '';
    position: absolute;
    z-index: 0;
    pointer-events: none
}

#bgp-section::before {
    width: 150px;
    height: 150px;
    top: 15%;
    left: 10%;
    background: #00d4aa;
    border-radius: 50%;
    opacity: .1;
    animation: pulse 4s infinite cubic-bezier(.66, .01, .2, 1)
}

#bgp-section::after {
    width: 300vw;
    height: 300vh;
    top: -100vh;
    left: 100vw;
    background: repeating-linear-gradient(45deg, rgba(0, 212, 170, .1), rgba(0, 212, 170, .1) 10px, transparent 10px, transparent 40px);
    animation: flow 20s linear infinite
}

#bgp-section .tech-header-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px
}

#bgp-section .header-text-content {
    color: #ffffff;
    margin-bottom: 40px
}

#bgp-section .header-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #00d4aa;
    background: rgba(0, 212, 170, .15);
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 212, 170, .4)
}

#bgp-section h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 4px 10px rgba(0, 0, 0, .5)
}

#bgp-section p {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 40px;
    max-width: 750px
}

#bgp-section .header-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

#bgp-section .cta-button {
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: all .3s ease;
    display: inline-block;
    border: 2px solid transparent
}

#bgp-section .cta-button.primary {
    background: #00d4aa;
    color: #0b2a54;
    box-shadow: 0 6px 20px rgba(0, 212, 170, .4)
}

#bgp-section .cta-button.primary:hover {
    background: #00f5c4;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 212, 170, .5)
}

#bgp-section .cta-button.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #00d4aa
}

#bgp-section .cta-button.secondary:hover {
    background: rgba(0, 212, 170, .1);
    border-color: #00f5c4;
    transform: translateY(-3px)
}

#bgp-section .header-promo-graphic {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1600px
}

#bgp-section .feature-list-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding: 20px 0;
    background: rgba(5, 28, 60, .8);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
    border: 1px solid rgba(0, 212, 170, .3)
}

#bgp-section .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 5px;
    position: relative
}

#bgp-section .feature-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, .1)
}

#bgp-section .feature-icon {
    font-size: 28px;
    margin-bottom: 5px;
    color: #00d4aa;
    text-shadow: 0 0 8px rgba(0, 212, 170, .8)
}

#bgp-section .feature-text strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3
}

#bgp-section .feature-text span {
    display: none
}

#bgp-section .feature-title {
    display: none
}

@media (max-width:1050px) {
    #bgp-section h1 {
        font-size: 48px
    }
}

@media (max-width:768px) {
    #bgp-section h1 {
        font-size: 38px
    }
    #bgp-section p {
        font-size: 17px
    }
    #bgp-section .cta-button {
        padding: 14px 30px;
        font-size: 16px
    }
    #bgp-section .feature-list-block {
        grid-template-columns: 1fr
    }
    #bgp-section .feature-item:not(:last-child)::after {
        display: none
    }
    #bgp-section .feature-item {
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    #bgp-section .feature-item:last-child {
        border-bottom: none
    }
}

@media (max-width:500px) {
    #bgp-section h1 {
        font-size: 32px
    }
    #bgp-section .header-cta-buttons {
        flex-direction: column
    }
    #bgp-section .cta-button {
        width: 100%;
        text-align: center
    }
}

#bgp-price-card {
    padding: 80px 20px;
    background: linear-gradient(180deg, #f8f9fa 0%, #e8f4f8 100%);
    position: relative
}

#bgp-price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 107, 94, .3), transparent)
}

#bgp-price-card .pricing-container {
    max-width: 1200px;
    margin: 0 auto
}

#bgp-price-card .pricing-header {
    text-align: center;
    margin-bottom: 60px
}

#bgp-price-card .pricing-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0b2a54;
    margin-bottom: 15px
}

#bgp-price-card .pricing-subtitle {
    font-size: 18px;
    color: #666666;
    max-width: 600px;
    margin: 0 auto
}

#bgp-price-card .pricing-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto
}

#bgp-price-card .pricing-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 35px;
    box-shadow: 0 10px 40px rgba(11, 42, 84, .08);
    border: 2px solid rgba(0, 107, 94, .1);
    transition: all .4s ease;
    position: relative;
    overflow: hidden
}

#bgp-price-card .pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0b2a54, #006b5e);
    transform: scaleX(0);
    transition: transform .4s ease
}

#bgp-price-card .pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(11, 42, 84, .15);
    border-color: rgba(0, 107, 94, .3)
}

#bgp-price-card .pricing-card:hover::before {
    transform: scaleX(1)
}

#bgp-price-card .pricing-card.featured {
    border: 2px solid #006b5e;
    box-shadow: 0 15px 50px rgba(0, 107, 94, .2)
}

#bgp-price-card .featured-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #006b5e, #00d4aa);
    color: #ffffff;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(45deg);
    box-shadow: 0 4px 10px rgba(0, 107, 94, .3)
}

#bgp-price-card .card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(11, 42, 84, .1), rgba(0, 107, 94, .1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #006b5e;
    transition: all .4s ease
}

#bgp-price-card .card-icon:hover {
    background: linear-gradient(135deg, #006b5e, #00d4aa);
    color: #ffffff;
    transform: scale(1.1) rotate(10deg)
}

#bgp-price-card .card-icon i {
    font-size: 48px;
    line-height: 1
}

#bgp-price-card .card-header {
    text-align: center;
    margin-bottom: 25px
}

#bgp-price-card .card-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b2a54;
    margin-bottom: 20px
}

#bgp-price-card .card-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 10px
}

#bgp-price-card .currency {
    font-size: 32px;
    font-weight: 600;
    color: #006b5e;
    margin-right: 5px
}

#bgp-price-card .amount {
    font-size: 64px;
    font-weight: 800;
    color: #006b5e;
    line-height: 1
}

#bgp-price-card .period {
    font-size: 22px;
    font-weight: 500;
    color: #666666;
    margin-left: 5px
}

#bgp-price-card .price-label {
    display: inline-block;
    font-size: 14px;
    color: #888888;
    background: rgba(0, 107, 94, .05);
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 500
}

#bgp-price-card .card-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 107, 94, .2), transparent);
    margin: 25px 0
}

#bgp-price-card .card-details {
    text-align: center
}

#bgp-price-card .card-details>p {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 20px 0;
    font-style: italic
}

.setup-fee-detail {
    margin-top: 30px;
    padding: 20px;
    border: 1px dashed #006b5e50;
    border-radius: 12px;
    background-color: #f0fffb;
    text-align: center
}

.setup-fee-detail .title {
    font-size: 16px;
    font-weight: 600;
    color: #0b2a54;
    margin-bottom: 15px
}

.setup-fee-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 10px
}

.setup-currency {
    font-size: 24px;
    font-weight: 700;
    color: #0b2a54;
    margin-right: 5px
}

.setup-amount {
    font-size: 40px;
    font-weight: 800;
    color: #0b2a54;
    line-height: 1
}

.setup-label {
    font-size: 14px;
    font-weight: 500;
    color: #006b5e;
    margin-left: 10px;
    background: #e6fffa;
    padding: 4px 10px;
    border-radius: 15px
}

.setup-description {
    font-size: 13px !important;
    color: #888888 !important;
    margin: 0 !important
}

@media (max-width:600px) {
    #bgp-price-card {
        padding: 60px 15px
    }
    #bgp-price-card .pricing-header h2 {
        font-size: 32px
    }
    #bgp-price-card .pricing-subtitle {
        font-size: 16px
    }
    #bgp-price-card .pricing-card {
        padding: 35px 25px
    }
    #bgp-price-card .card-header h3 {
        font-size: 22px
    }
    #bgp-price-card .amount {
        font-size: 56px
    }
    #bgp-price-card .currency {
        font-size: 28px
    }
    #bgp-price-card .card-icon {
        width: 70px;
        height: 70px
    }
    #bgp-price-card .card-icon i {
        font-size: 40px
    }
}

#bgp-announce {
    background: linear-gradient(135deg, #051c3c 0%, #051c3c 100%);
    padding: 40px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

#bgp-announce .container {
    max-width: 1400px;
    padding: 0 40px;
    color: #ffffff;
    text-align: left
}

#bgp-announce .container h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffffff;
    display: inline-block
}

#bgp-announce .container p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, .1);
    padding: 10px;
    border-radius: 5px
}

@media (max-width:768px) {
    #bgp-announce {
        padding: 20px 0;
        margin: 15px;
        border-radius: 8px
    }
    #bgp-announce .container {
        padding: 0 20px
    }
    #bgp-announce .container h2 {
        font-size: 22px
    }
    #bgp-announce .container p {
        font-size: 14px;
        padding: 8px
    }
}

#why-bgp {
    padding: 100px 20px;
    background: #ffffff;
    position: relative
}

#why-bgp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #051c3c;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 0
}

#why-bgp::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 60%;
    background: #008374;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    opacity: .1;
    z-index: 0
}

#why-bgp .wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

#why-bgp .title-section {
    text-align: center;
    margin-bottom: 70px;
    position: relative
}

#why-bgp .title-section h2 {
    font-size: 3rem;
    background: #008374;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: -.5px;
    margin-bottom: 10px
}

#why-bgp .title-section::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #008374, #051c3c);
    margin: 20px auto 0;
    border-radius: 10px
}

#why-bgp .features-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

#why-bgp .feature-box {
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 20px;
    padding: 45px;
    position: relative;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden
}

#why-bgp .feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(0, 131, 116, .1), transparent);
    transition: left .6s ease
}

#why-bgp .feature-box:hover::before {
    left: 100%
}

#why-bgp .feature-box:hover {
    border-color: #008374;
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 131, 116, .15)
}

#why-bgp .feature-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 5rem;
    font-weight: 900;
    color: #051c3c;
    opacity: .15;
    line-height: 1
}

#why-bgp .feature-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative
}

#why-bgp .icon-wrapper {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #008374, #051c3c);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    transition: transform .4s ease
}

#why-bgp .feature-box:hover .icon-wrapper {
    transform: rotateY(180deg)
}

#why-bgp .icon-wrapper i {
    font-size: 32px;
    color: #ffffff
}

#why-bgp .feature-box:nth-child(2) .icon-wrapper {
    background: linear-gradient(135deg, #051c3c, #008374)
}

#why-bgp .feature-box:nth-child(3) .icon-wrapper {
    background: linear-gradient(135deg, #008374, #00a899)
}

#why-bgp .feature-box:nth-child(4) .icon-wrapper {
    background: linear-gradient(135deg, #051c3c, #072c54)
}

#why-bgp .feature-header h3 {
    font-size: 1.6rem;
    color: #051c3c;
    font-weight: 700;
    line-height: 1.3
}

#why-bgp .feature-content p {
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.8;
    position: relative
}

@media (max-width:1024px) {
    #why-bgp {
        padding: 80px 20px
    }
    #why-bgp .title-section h2 {
        font-size: 2.5rem
    }
    #why-bgp .features-container {
        gap: 30px
    }
    #why-bgp .feature-box {
        padding: 35px
    }
}

@media (max-width:768px) {
    #why-bgp {
        padding: 60px 15px
    }
    #why-bgp::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 30%, 0 40%)
    }
    #why-bgp .title-section h2 {
        font-size: 2rem
    }
    #why-bgp .features-container {
        grid-template-columns: 1fr;
        gap: 25px
    }
    #why-bgp .feature-box {
        padding: 30px
    }
    #why-bgp .feature-header h3 {
        font-size: 1.4rem
    }
    #why-bgp .feature-number {
        font-size: 4rem
    }
}

@media (max-width:480px) {
    #why-bgp {
        padding: 50px 10px
    }
    #why-bgp .title-section h2 {
        font-size: 1.6rem
    }
    #why-bgp .feature-box {
        padding: 25px
    }
    #why-bgp .icon-wrapper {
        width: 55px;
        height: 55px
    }
    #why-bgp .icon-wrapper i {
        font-size: 28px
    }
    #why-bgp .feature-header {
        gap: 15px
    }
    #why-bgp .feature-header h3 {
        font-size: 1.25rem
    }
    #why-bgp .feature-content p {
        font-size: .95rem
    }
    #why-bgp .feature-number {
        font-size: 3rem
    }
}

#bgp-requirement {
    background-color: #ffffff;
    color: #051c3c;
    padding: 64px 32px;
    border-radius: 12px;
    margin: 0 auto;
    box-sizing: border-box
}

#bgp-requirement .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto
}

#bgp-requirement .text-center {
    text-align: center
}

#bgp-requirement .main-title {
    font-size: 2.25rem;
    color: #051c3c;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -.025em
}

@media (min-width:768px) {
    #bgp-requirement .main-title {
        font-size: 3rem
    }
}

#bgp-requirement .intro-text {
    font-size: 1.125rem;
    margin: 0 auto 64px;
    max-width: 800px;
    color: #4b5563;
    line-height: 1.6
}

#bgp-requirement .flow-container {
    position: relative;
    padding-left: 24px
}

@media (min-width:768px) {
    #bgp-requirement .flow-container {
        padding-left: 64px
    }
}

#bgp-requirement .flow-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #008374;
    border-radius: 2px;
    opacity: .2
}

#bgp-requirement .flow-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    position: relative
}

#bgp-requirement .flow-item::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 8px;
    width: 28px;
    height: 28px;
    background-color: #008374;
    border: 4px solid #ffffff;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 0 0 3px rgba(0, 131, 116, .4)
}

#bgp-requirement .requirement-card {
    background-color: #ffffff;
    border-left: 4px solid #008374;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: default;
    flex-grow: 1;
    border-radius: 8px;
    padding: 24px;
    width: 100%
}

#bgp-requirement .requirement-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

#bgp-requirement .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

#bgp-requirement .card-icon {
    font-size: 1.5rem;
    line-height: 1;
    margin-right: 12px
}

#bgp-requirement .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1f2937
}

@media (min-width:768px) {
    #bgp-requirement .card-title {
        font-size: 1.5rem
    }
}

#bgp-requirement .card-body {
    color: #374151;
    line-height: 1.625;
    padding-left: 36px;
    margin-left: 12px;
    border-left: 1px solid #e5e7eb;
    padding-top: 8px
}

#bgp-requirement .footer-note {
    margin-top: 64px;
    text-align: center;
    padding: 24px;
    border-radius: 8px;
    background-color: #f7f7f9;
    border: 2px solid #008374
}

#bgp-requirement .footer-text {
    font-size: 1.125rem;
    color: #374151;
    font-weight: 500
}

#bgp-requirement .action-required {
    font-weight: 800;
    color: #051c3c
}

#bgp-technical {
    background-color: #ffffff;
    color: #051c3c;
    padding: 40px;
    border-radius: 16px;
    margin: 40px auto;
    max-width: 1400px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden
}

#bgp-technical .tech-header {
    text-align: center;
    padding: 0 0 30px 0;
    margin-bottom: 20px
}

#bgp-technical .tech-title {
    font-size: 2.5rem;
    color: #051c3c;
    font-weight: 800;
    margin-bottom: 12px
}

#bgp-technical .tech-intro {
    font-size: 1.1rem;
    color: #4b5563;
    max-width: 600px;
    margin: 0 auto
}

#bgp-technical .specifications {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 20px
}

@media (min-width:650px) {
    #bgp-technical .specifications {
        grid-template-columns: repeat(2, 1fr)
    }
}

#bgp-technical .spec-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative
}

#bgp-technical .spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    border-color: #008374
}

#bgp-technical .spec-key-header {
    background-color: #051c3c;
    color: #ffffff;
    padding: 20px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: .05em;
    position: relative;
    z-index: 10
}

#bgp-technical .spec-key-header::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #008374;
    transform: skewY(-2deg);
    transform-origin: 0 100%;
    z-index: 1
}

#bgp-technical .spec-key-header .key-content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20
}

#bgp-technical .spec-key-header .icon {
    font-size: 1.3rem;
    margin-right: 10px;
    color: #ffffff
}

#bgp-technical .spec-value-body {
    padding: 35px 25px 25px 25px;
    min-height: 100px
}

#bgp-technical .spec-value {
    font-size: 1.1rem;
    color: #374151;
    line-height: 1.6;
    margin: 0
}

#bgp-technical .spec-value strong {
    color: #051c3c;
    font-weight: 800
}

#bgp-start {
    background-color: #051c3c;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden
}

#bgp-start .container {
    max-width: 1400px;
    padding: 50px 30px
}

#bgp-start .start-header {
    text-align: center;
    margin-bottom: 50px
}

#bgp-start .start-title {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px
}

#bgp-start .start-intro {
    font-size: 1.1rem;
    color: #b0b0b0;
    max-width: 700px;
    margin: 0 auto
}

#bgp-start .process-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative
}

#bgp-start .step-item {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 150px
}

#bgp-start .step-icon-col {
    flex-shrink: 0;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding-right: 20px
}

#bgp-start .step-number-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #008374;
    color: #ffffff;
    font-weight: 900;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 3px solid #051c3c;
    box-shadow: 0 0 10px rgba(0, 131, 116, .5)
}

#bgp-start .step-icon-col::before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: -40px;
    width: 2px;
    background-color: #1a395c;
    z-index: 5;
    display: block
}

#bgp-start .process-flow .step-item:last-child .step-icon-col::before {
    display: none
}

#bgp-start .step-card {
    flex-grow: 1;
    background-color: #1a395c;
    border-radius: 12px;
    padding: 25px 30px;
    border-left: 5px solid #008374;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 10
}

#bgp-start .process-flow .step-item:nth-child(even) .step-card {
    margin-left: 20px
}

#bgp-start .process-flow .step-item:nth-child(odd) .step-card {
    margin-right: 20px
}

#bgp-start .step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 131, 116, .3)
}

#bgp-start .step-title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px
}

#bgp-start .step-description {
    color: #c0c0c0;
    font-size: 1rem;
    line-height: 1.5
}

#bgp-start .step-item .bg-icon {
    position: absolute;
    font-size: 120px;
    color: rgba(4, 110, 97, .1);
    opacity: .8;
    top: 10px;
    right: 15px;
    pointer-events: none;
    z-index: 0;
    font-weight: 900
}

#bgp-start .final-cta {
    display: flex;
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #1a395c;
    flex-direction: column;
    align-items: center
}

#bgp-start .cta-text {
    font-size: 1.2rem;
    color: #e0e0e0;
    font-weight: 600;
    margin-bottom: 20px
}

#bgp-start .cta-link {
    width: max-content;
    display: inline-block;
    background-color: #008374;
    color: #051c3c;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 1.1rem;
    transition: background-color .3s ease, transform .3s ease, color .3s ease
}

#bgp-start .cta-link:hover {
    background-color: #046e61;
    color: #ffffff;
    transform: translateY(-2px)
}

@media (max-width:767px) {
    #bgp-start .container {
        padding: 30px 15px
    }
    #bgp-start .start-title {
        font-size: 2rem
    }
    #bgp-start .process-flow .step-item:nth-child(even) .step-card,
    #bgp-start .process-flow .step-item:nth-child(odd) .step-card {
        margin-left: 0;
        margin-right: 0
    }
    #bgp-start .step-icon-col {
        width: 70px;
        padding-right: 10px
    }
    #bgp-start .step-number-circle {
        width: 40px;
        height: 40px;
        font-size: 1.3rem
    }
    #bgp-start .step-icon-col::before {
        top: 40px
    }
    #bgp-start .step-item .bg-icon {
        font-size: 80px;
        right: 10px
    }
}

#fs-ds-au {
    font-family: 'Inter', sans-serif;
    background-color: #f0f3f8;
    padding: 48px 0;
    overflow-x: hidden;
    line-height: 1.6
}

#fs-ds-au .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px
}

#fs-ds-au .header-block {
    text-align: center;
    margin-bottom: 80px
}

#fs-ds-au .header-block h2 {
    font-size: 40px;
    font-weight: 800;
    color: #18274e;
    margin-bottom: 8px;
    line-height: 1.1
}

#fs-ds-au .header-block h2 span {
    color: #006b5e
}

#fs-ds-au .header-block .subtitle {
    font-size: 20px;
    color: #4b5563;
    max-width: 800px;
    margin: 0 auto
}

#fs-ds-au .header-block .description {
    margin-top: 16px;
    color: #6b7280;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

#fs-ds-au .features-stack {
    display: flex;
    flex-direction: column;
    gap: 40px
}

#fs-ds-au .feature-block {
    display: flex;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(24, 39, 78, .1);
    transition: transform .3s ease, box-shadow .3s ease
}

#fs-ds-au .feature-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 107, 94, .25)
}

#fs-ds-au .feature-left {
    background-color: #18274e;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-basis: 33.333%;
    flex-grow: 0;
    flex-shrink: 0
}

#fs-ds-au .feature-left h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-top: 0;
    margin-bottom: 0
}

#fs-ds-au .feature-left svg {
    width: 32px;
    height: 32px;
    color: white;
    margin-bottom: 8px
}

#fs-ds-au .accent-line {
    width: 8px;
    height: auto;
    background-color: #006b5e;
    flex-shrink: 0
}

#fs-ds-au .feature-right {
    padding: 24px;
    display: flex;
    align-items: center;
    flex-basis: 66.666%;
    flex-grow: 1
}

#fs-ds-au .feature-right p {
    color: #374151;
    font-size: 16px;
    margin: 0
}

#fs-ds-au .feature-right p span {
    font-weight: 600;
    color: #006b5e
}

#fs-ds-au .cta-block {
    text-align: center;
    margin-top: 64px
}

#fs-ds-au .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #006b5e;
    box-shadow: 0 10px 15px -3px rgba(0, 107, 94, .3), 0 4px 6px -2px rgba(0, 107, 94, .1);
    text-decoration: none;
    transition: all .3s ease;
    border: none
}

#fs-ds-au .cta-button:hover {
    opacity: .9;
    transform: scale(1.02)
}

@media (max-width:767px) {
    #fs-ds-au .header-block h2 {
        font-size: 32px
    }
    #fs-ds-au .feature-block {
        flex-direction: column
    }
    #fs-ds-au .feature-left {
        flex-basis: auto;
        padding: 20px
    }
    #fs-ds-au .feature-left h3 {
        font-size: 20px
    }
    #fs-ds-au .accent-line {
        width: 100%;
        height: 5px
    }
    #fs-ds-au .feature-right {
        flex-basis: auto;
        padding: 20px
    }
}

#fs-tbl-au {
    color: #18274e;
    padding: 30px;
    margin: auto !important;
    width: 100%;
    background: linear-gradient(135deg, #6b7583 0%, #ccdfdd 100%);
    transition: all .3s ease
}

#fs-tbl-au .tbl-container {
    max-width: 1400px;
    margin: auto !important
}

#fs-tbl-au .header-container {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 4px solid #006b5e;
    margin-bottom: 25px
}

#fs-tbl-au .title {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 900;
    color: #18274e;
    margin: 0;
    line-height: 1.3
}

#fs-tbl-au .table-grid {
    display: flex;
    flex-direction: column
}

#fs-tbl-au .row {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr 2.5fr 3.5fr;
    gap: 1px;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(24, 39, 78, .08);
    transition: transform .2s ease
}

#fs-tbl-au .row:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 107, 94, .1)
}

#fs-tbl-au .header-row {
    background-color: #18274e;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .8px;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 8px
}

#fs-tbl-au .cell {
    padding: 18px 25px;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: .95rem;
    color: #18274e
}

#fs-tbl-au .header-row .cell {
    color: white;
    background-color: #18274e;
    justify-content: flex-start
}

#fs-tbl-au .data-row .col-location {
    font-weight: 700;
    background-color: #e6f3f2;
    border-left: 6px solid #006b5e;
    color: #006b5e;
    font-size: 1rem
}

#fs-tbl-au .data-row .col-benefit {
    color: #18274e;
    font-style: italic
}

#fs-tbl-au .summary-row {
    border: 2px solid #006b5e;
    box-shadow: 0 0 15px rgba(0, 107, 94, .3)
}

#fs-tbl-au .summary-row .cell {
    background-color: #d8f1ef;
    font-weight: 600
}

#fs-tbl-au .summary-row .col-location {
    border-left: none;
    background-color: #006b5e;
    color: #ffffff;
    font-weight: 700
}

#fs-tbl-au .summary-row .col-location .mobile-label {
    color: rgba(255, 255, 255, .8)
}

#fs-tbl-au .mobile-label {
    display: none
}

@media (max-width:900px) {
    #fs-tbl-au {
        padding: 15px;
        margin: 20px 10px
    }
    #fs-tbl-au .header-row {
        display: none
    }
    #fs-tbl-au .row {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 15px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(24, 39, 78, .1);
        transform: translateY(0)
    }
    #fs-tbl-au .row:hover {
        transform: translateY(0)
    }
    #fs-tbl-au .cell {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 18px;
        font-size: .9rem
    }
    #fs-tbl-au .mobile-label {
        display: block;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 4px;
        color: #006b5e
    }
    #fs-tbl-au .data-row .col-location {
        background-color: #18274e;
        color: #ffffff;
        border-radius: 12px 12px 0 0;
        border-left: none;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 1.1rem;
        font-weight: 800;
        text-align: left
    }
    #fs-tbl-au .data-row .col-location .mobile-label {
        color: rgba(255, 255, 255, .7);
        font-size: .7rem
    }
    #fs-tbl-au .data-row .cell:not(.col-location) {
        border-bottom: 1px solid #f0f0f0
    }
    #fs-tbl-au .data-row .cell:last-child {
        border-bottom: none;
        border-radius: 0 0 12px 12px
    }
    #fs-tbl-au .summary-row {
        border: none;
        box-shadow: 0 4px 15px rgba(0, 107, 94, .2)
    }
    #fs-tbl-au .summary-row .col-location {
        background-color: #006b5e
    }
}

#fs-ksa-intro {
    background: linear-gradient(135deg, #0b2a54 0%, #008374 100%);
    color: #fff;
    padding: 80px 20px;
    position: relative;
    overflow: hidden
}

#fs-ksa-intro .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

#fs-ksa-intro h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left;
    color: #fff
}

#fs-ksa-intro p {
    font-size: 1.15rem;
    line-height: 1.9;
    margin-bottom: 1.8rem;
    color: #f8f9fa
}

#fs-ksa-intro .highlight {
    color: #f8f9fa;
    font-weight: 600;
    text-decoration: underline
}

#fs-ksa-intro .btn-custom {
    background-color: #fff;
    color: #0b2a54;
    padding: 2px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease
}

#fs-ksa-intro .btn-custom:hover {
    background-color: #f8f9fa;
    color: #008374;
    transform: translateY(-2px)
}

#fs-ksa-intro .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 42, 84, .3);
    z-index: 0
}

@media (max-width:768px) {
    #fs-ksa-intro {
        padding: 60px 15px
    }
    #fs-ksa-intro h2 {
        font-size: 2.2rem;
        text-align: center
    }
    #fs-ksa-intro p {
        font-size: 1rem
    }
    #fs-ksa-intro .btn-custom {
        padding: 12px 25px;
        font-size: 1rem
    }
}

@media (max-width:576px) {
    #fs-ksa-intro {
        padding: 40px 10px
    }
    #fs-ksa-intro h2 {
        font-size: 1.9rem
    }
    #fs-ksa-intro p {
        font-size: .95rem;
        line-height: 1.7
    }
    #fs-ksa-intro .btn-custom {
        padding: 10px 20px;
        font-size: .9rem
    }
}

#fs-ksa-ftrs {
    background: linear-gradient(135deg, #e6f0fa 0%, #e0f7f5 100%);
    color: #1a2a44;
    padding: 5rem 0;
    overflow: hidden
}

#fs-ksa-ftrs .section-title {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: -.02em;
    color: #0b2a54
}

#fs-ksa-ftrs .lead {
    font-size: 1.25rem;
    text-align: center;
    margin: 0 auto 8rem;
    max-width: 700px;
    color: #4b5e7a;
    line-height: 1.8
}

#fs-ksa-ftrs .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem
}

#fs-ksa-ftrs .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

#fs-ksa-ftrs .col {
    flex: 1 1 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 2rem
}

#fs-ksa-ftrs .card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    transition: transform .4s ease, box-shadow .4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    height: 100%
}

#fs-ksa-ftrs .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 131, 116, .15)
}

#fs-ksa-ftrs .card-header {
    background: linear-gradient(90deg, #0b2a54, #008374);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff
}

#fs-ksa-ftrs .fa-icon {
    font-size: 1.8rem;
    color: #ffffff;
    flex-shrink: 0
}

#fs-ksa-ftrs .card-body {
    padding: 1.5rem 2rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #374151
}

#fs-ksa-ftrs .card-body p {
    margin-bottom: 1.25rem
}

#fs-ksa-ftrs .card-body p:last-child {
    margin-bottom: 0
}

#fs-ksa-ftrs .card {
    animation: fadeInUp .6s ease-out forwards;
    animation-delay: calc(.1s * var(--card-index))
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:992px) {
    #fs-ksa-ftrs {
        padding: 3rem 0
    }
    #fs-ksa-ftrs .section-title {
        font-size: 2.2rem
    }
    #fs-ksa-ftrs .lead {
        font-size: 1.1rem;
        margin-bottom: 3rem
    }
    #fs-ksa-ftrs .card-header {
        font-size: 1.2rem;
        padding: 1.25rem 1.5rem
    }
    #fs-ksa-ftrs .card-body {
        font-size: 1rem;
        padding: 1.25rem 1.5rem
    }
    #fs-ksa-ftrs .fa-icon {
        font-size: 1.5rem
    }
    #fs-ksa-ftrs .col {
        flex: 1 1 100%
    }
}

@media (max-width:576px) {
    #fs-ksa-ftrs {
        padding: 2rem 0
    }
    #fs-ksa-ftrs .section-title {
        font-size: 1.8rem
    }
    #fs-ksa-ftrs .lead {
        font-size: 1rem;
        padding: 0 1rem
    }
    #fs-ksa-ftrs .card-header {
        font-size: 1.1rem;
        padding: 1rem 1.25rem;
        flex-direction: column;
        text-align: center;
        gap: .75rem
    }
    #fs-ksa-ftrs .fa-icon {
        font-size: 1.3rem
    }
}

#fs-qtr-intro {
    background-color: #0b2a54;
    color: #f3f4f6;
    padding: 4rem 1rem;
    overflow: hidden
}

#fs-qtr-intro .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

#fs-qtr-intro .header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 131, 116, .3)
}

#fs-qtr-intro .header h2 {
    font-size: 1.875rem;
    font-weight: 800;
    letter-spacing: -.025em;
    color: #0b2a54;
    margin-bottom: .5rem
}

#fs-qtr-intro .content-area {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

#fs-qtr-intro .value-card {
    background-color: #0b2a54;
    border-top: 8px solid #008374;
    border-radius: .75rem;
    padding: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5)
}

#fs-qtr-intro .value-card p:first-of-type {
    font-size: 1.25rem;
    margin-bottom: 2rem
}

#fs-qtr-intro .value-card .highlight-text {
    font-weight: 700;
    color: #008374
}

#fs-qtr-intro .speed-highlight {
    display: flex;
    align-items: flex-start;
    background-color: rgba(0, 131, 116, .1);
    padding: 1rem;
    border-radius: .5rem;
    border-left: 4px solid #008374
}

#fs-qtr-intro .speed-highlight svg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    margin-top: .25rem;
    margin-right: .75rem;
    color: #008374
}

#fs-qtr-intro .speed-highlight p {
    font-size: 1.125rem;
    font-style: italic;
    color: #ccc
}

#fs-qtr-intro .speed-highlight .speed-focus {
    font-weight: 800;
    color: white
}

#fs-qtr-intro .two-column-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
    padding-top: 1rem
}

#fs-qtr-intro .grid-text h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #008374;
    margin-bottom: .75rem
}

#fs-qtr-intro .grid-text p {
    color: #f3f4f6
}

#fs-qtr-intro .grid-text p strong {
    font-weight: 600;
    color: white
}

#fs-qtr-intro .grid-text p.muted {
    margin-top: 1rem;
    color: #9ca3af
}

#fs-qtr-intro .grid-visual {
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    background-color: rgba(0, 131, 116, .1);
    border-radius: .75rem
}

#fs-qtr-intro .grid-visual svg {
    width: 6rem;
    height: 6rem;
    color: #008374
}

#fs-qtr-intro .service-header {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 700;
    padding-top: 2.5rem;
    margin-bottom: 2rem;
    color: #008374
}

#fs-qtr-intro .service-grid {
    display: grid;
    gap: 2.5rem
}

#fs-qtr-intro .service-card {
    background-color: #0b2a54;
    border: 4px solid rgba(0, 131, 116, .5);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .08) inset;
    transition: all .4s cubic-bezier(.25, .8, .25, 1)
}

#fs-qtr-intro .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .8);
    border-color: #008374
}

#fs-qtr-intro .service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    display: flex;
    align-items: center
}

#fs-qtr-intro .service-card h3 svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
    color: #008374
}

#fs-qtr-intro .service-card p:first-of-type {
    color: #d1d5db;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(55, 65, 81, .5)
}

#fs-qtr-intro .service-card p:last-of-type {
    font-size: .875rem;
    color: #008374;
    font-weight: 600
}

#fs-qtr-intro .cta-block {
    text-align: center;
    padding-top: 3rem
}

#fs-qtr-intro .cta-block p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #d1d5db
}

#fs-qtr-intro .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    border: 1px solid transparent;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: .75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .05);
    color: #0b2a54;
    background-color: #008374;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    transition: all .3s ease
}

#fs-qtr-intro .cta-button:hover {
    background-color: #006f63;
    transform: scale(1.03)
}

#fs-qtr-intro .cta-button:active {
    transform: scale(1)
}

#fs-qtr-intro .cta-button svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .75rem
}

@media (min-width:640px) {
    #fs-qtr-intro {
        padding: 4rem 1.5rem
    }
    #fs-qtr-intro .header h2 {
        font-size: 2.25rem
    }
}

@media (min-width:768px) {
    #fs-qtr-intro {
        padding: 6rem 2rem
    }
    #fs-qtr-intro .header {
        margin-bottom: 4rem
    }
    #fs-qtr-intro .header h2 {
        font-size: 3rem
    }
    #fs-qtr-intro .two-column-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    #fs-qtr-intro .grid-text {
        order: 1
    }
    #fs-qtr-intro .grid-visual {
        order: 2
    }
    #fs-qtr-intro .two-column-grid>div:first-child {
        order: 2
    }
    #fs-qtr-intro .two-column-grid>div:nth-child(2) {
        order: 1
    }
}

@media (min-width:1024px) {
    #fs-qtr-intro {
        padding: 6rem 2rem
    }
    #fs-qtr-intro .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

#fs-bng-fts {
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    background-color: rgb(244, 247, 249);
    color: #2c3e50
}

#fs-bng-fts {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden
}

#fs-bng-fts p {
    line-height: 1.6;
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem
}

#fs-bng-fts .header-banner {
    background-color: #0b2a54;
    padding: 3rem 2rem;
    color: #ffffff;
    border-radius: 12px 12px 0 0
}

#fs-bng-fts .header-banner h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #ffffff
}

#fs-bng-fts .header-banner p {
    font-size: 1.15rem;
    color: #e6e6e6;
    font-weight: 300;
    margin-bottom: 0
}

#fs-bng-fts .service-block {
    padding: 3rem 2rem 1rem 2rem;
    background-color: #f4f7f9
}

#fs-bng-fts .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #008374;
    margin-bottom: 2rem;
    text-align: center
}

#fs-bng-fts .service-models-grid {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap
}

#fs-bng-fts .model-item {
    flex: 1 1 48%;
    min-width: 300px;
    padding: 2rem;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    transition: border-color .3s ease
}

#fs-bng-fts .model-item:hover {
    border-color: #008374
}

#fs-bng-fts .model-item h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .75rem;
    position: relative;
    padding-bottom: .5rem
}

#fs-bng-fts .model-item h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    border-radius: 3px
}

#fs-bng-fts .managed-server h3 {
    color: #008374
}

#fs-bng-fts .managed-server h3::after {
    background-color: #008374
}

#fs-bng-fts .unmanaged-server h3 {
    color: #0b2a54
}

#fs-bng-fts .unmanaged-server h3::after {
    background-color: #0b2a54
}

#fs-bng-fts .model-item p {
    font-size: .95rem;
    color: #444444;
    margin-bottom: 0
}

#fs-bng-fts .features-section {
    padding: 2rem;
    background-color: #ffffff
}

#fs-bng-fts .features-section>p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto
}

#fs-bng-fts .features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 0
}

#fs-bng-fts .feature-card {
    padding: 1.5rem;
    border-radius: 8px;
    background-color: #f4f7f9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: 5px solid #008374
}

#fs-bng-fts .feature-card strong {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0b2a54;
    margin-bottom: .5rem
}

#fs-bng-fts .feature-card p {
    font-size: .9rem;
    color: #555555;
    margin-bottom: 0
}

@media (max-width:768px) {
    #fs-bng-fts .header-banner {
        padding: 2rem 1rem
    }
    #fs-bng-fts .header-banner h2 {
        font-size: 2rem
    }
    #fs-bng-fts .service-block {
        padding: 2rem 1rem .5rem 1rem
    }
    #fs-bng-fts .service-models-grid {
        flex-direction: column;
        gap: 1rem
    }
    #fs-bng-fts .model-item {
        min-width: unset;
        padding: 1.5rem
    }
    #fs-bng-fts .section-title {
        font-size: 1.7rem
    }
    #fs-bng-fts .features-section {
        padding: 1rem
    }
    #fs-bng-fts .features-list {
        gap: 1.5rem
    }
}

#fs-lb-why {
    font-family: 'Inter', sans-serif;
    padding: 4rem 0;
    background-color: #f3f4f6
}

#fs-lb-why .container-pure {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:640px) {
    #fs-lb-why .container-pure {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width:1024px) {
    #fs-lb-why .container-pure {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

#fs-lb-why .main-title {
    color: #0b2a54;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center
}

#fs-lb-why .features-grid {
    display: grid;
    gap: 4rem;
    margin-top: 2.5rem;
    grid-template-columns: 1fr
}

@media (min-width:640px) {
    #fs-lb-why .features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1024px) {
    #fs-lb-why .features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

#fs-lb-why .feature-card {
    background-color: white;
    border-radius: .75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    transition: transform .3s ease, box-shadow .3s ease;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    height: 100%
}

#fs-lb-why .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

#fs-lb-why .card-icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    margin-bottom: 1rem;
    background-color: #008374
}

#fs-lb-why .card-icon {
    color: white;
    #fs-kn-pr {
        background-color: #f9fafb;
        min-height: 100vh;
        padding: 2rem 1rem
    }
    #fs-kn-pr .container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 1rem
    }
    #fs-kn-pr .introduction {
        margin-bottom: 3rem
    }
    #fs-kn-pr .main-title {
        font-size: 2rem;
        font-weight: 800;
        color: #0b2a54;
        margin-bottom: 1rem;
        line-height: 1.25
    }
    #fs-kn-pr .introduction p {
        font-size: 1.125rem;
        color: #4b5563;
        max-width: 64rem
    }
    .card #fs-kn-pr h2.section-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #0b2a54;
        padding-left: 1rem;
        border-left: 5px solid #008374;
        margin-bottom: 1.5rem
    }
    #fs-kn-pr .service-offerings {
        margin-bottom: 4rem
    }
    #fs-kn-pr .cards-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }
    #fs-kn-pr .service-card {
        padding: 2rem;
        border-radius: .75rem;
        background-color: #ffffff;
        box-shadow: 0 10px 15px -3px rgba(11, 42, 84, .1), 0 4px 6px -2px rgba(11, 42, 84, .05);
        transition: transform .3s ease-out, box-shadow .3s ease-out;
        border-top-width: 5px;
        border-top-style: solid
    }
    #fs-kn-pr .service-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 25px -5px rgba(11, 42, 84, .15), 0 10px 10px -5px rgba(11, 42, 84, .05)
    }
    #fs-kn-pr .card-managed {
        border-top-color: #008374
    }
    #fs-kn-pr .card-managed h3 {
        color: #008374
    }
    #fs-kn-pr .card-unmanaged {
        border-top-color: #0b2a54
    }
    #fs-kn-pr .card-unmanaged h3 {
        color: #0b2a54
    }
    #fs-kn-pr .card-header {
        display: flex;
        align-items: center;
        margin-bottom: 1rem
    }
    #fs-kn-pr .card-header i {
        font-size: 2rem;
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: .75rem
    }
    #fs-kn-pr .card-header .managed-icon {
        color: #008374
    }
    #fs-kn-pr .card-header .unmanaged-icon {
        color: #0b2a54
    }
    #fs-kn-pr .service-card p {
        line-height: 1.7;
        color: #555
    }
    #fs-kn-pr .reliability-section {
        background-color: #ffffff;
        padding: 2rem;
        border-radius: .75rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .03);
        border: 1px solid #e5e7eb
    }
    #fs-kn-pr .reliability-section>p {
        margin-bottom: 1.5rem
    }
    #fs-kn-pr .reliability-list {
        list-style: none;
        padding: 0;
        margin: 0
    }
    #fs-kn-pr .reliability-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1rem
    }
    #fs-kn-pr .reliability-list li:last-child {
        margin-bottom: 0
    }
    #fs-kn-pr .reliability-list li .bullet {
        font-size: 2rem;
        line-height: 1;
        margin-right: .75rem;
        color: #008374;
        font-weight: 700
    }
    #fs-kn-pr .reliability-list li div p:first-child {
        font-weight: 600;
        color: #0b2a54;
        font-size: 1.125rem;
        margin-bottom: .25rem
    }
    #fs-kn-pr .reliability-list li div p:last-child {
        color: #555
    }
    @media (min-width:640px) {
        #fs-kn-pr .container {
            padding: 0 1.5rem
        }
        #fs-kn-pr .main-title {
            font-size: 2.5rem
        }
    }
    @media (min-width:1024px) {
        #fs-kn-pr {
            padding: 4rem 1rem
        }
        #fs-kn-pr .main-title {
            font-size: 3rem
        }
        #fs-kn-pr h2.section-title {
            font-size: 2rem
        }
        #fs-kn-pr .cards-grid {
            flex-direction: row
        }
        #fs-kn-pr .service-card {
            flex: 1 1 0%;
            padding: 2rem
        }
    }
    font-size:1.5rem
}

#fs-lb-why .card-title {
    color: #0b2a54;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .75rem
}

#fs-lb-why .card-description {
    color: #4b5563;
    line-height: 1.6
}

#fs-kn-pr {
    background-color: #f9fafb;
    min-height: 100vh;
    padding: 2rem 1rem
}

#fs-kn-pr .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem
}

#fs-kn-pr .introduction {
    margin-bottom: 3rem
}

#fs-kn-pr .main-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0b2a54;
    margin-bottom: 1rem;
    line-height: 1.25
}

#fs-kn-pr .introduction p {
    margin: auto;
    font-size: 1.125rem;
    color: #4b5563;
    max-width: 64rem
}

#fs-kn-pr h2.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0b2a54;
    padding-left: 1rem;
    border-left: 5px solid #008374;
    margin-bottom: 1.5rem
}

#fs-kn-pr .service-offerings {
    margin-bottom: 4rem
}

#fs-kn-pr .cards-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

#fs-kn-pr .service-card {
    padding: 2rem;
    border-radius: .75rem;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(11, 42, 84, .1), 0 4px 6px -2px rgba(11, 42, 84, .05);
    transition: transform .3s ease-out, box-shadow .3s ease-out;
    border-top-width: 5px;
    border-top-style: solid
}

#fs-kn-pr .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(11, 42, 84, .15), 0 10px 10px -5px rgba(11, 42, 84, .05)
}

#fs-kn-pr .card-managed {
    border-top-color: #008374
}

#fs-kn-pr .card-managed h3 {
    color: #008374
}

#fs-kn-pr .card-unmanaged {
    border-top-color: #0b2a54
}

#fs-kn-pr .card-unmanaged h3 {
    color: #0b2a54
}

#fs-kn-pr .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

#fs-kn-pr .card-header i {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .75rem
}

#fs-kn-pr .card-header .managed-icon {
    color: #008374
}

#fs-kn-pr .card-header .unmanaged-icon {
    color: #0b2a54
}

#fs-kn-pr .service-card p {
    line-height: 1.7;
    color: #555
}

#fs-kn-pr .reliability-section {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: .75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .05), 0 4px 6px -2px rgba(0, 0, 0, .03);
    border: 1px solid #e5e7eb
}

#fs-kn-pr .reliability-section>p {
    margin-bottom: 1.5rem
}

#fs-kn-pr .reliability-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#fs-kn-pr .reliability-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem
}

#fs-kn-pr .reliability-list li:last-child {
    margin-bottom: 0
}

#fs-kn-pr .reliability-list li .bullet {
    font-size: 2rem;
    line-height: 1;
    margin-right: .75rem;
    color: #008374;
    font-weight: 700
}

#fs-kn-pr .reliability-list li div p:first-child {
    font-weight: 600;
    color: #0b2a54;
    font-size: 1.125rem;
    margin-bottom: .25rem
}

#fs-kn-pr .reliability-list li div p:last-child {
    color: #555
}

#fs-kn-pr .main-title {
    text-align: center;
    font-size: 35px
}

@media (min-width:640px) {
    #fs-kn-pr .container {
        padding: 0 1.5rem
    }
    #fs-kn-pr .main-title {
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    #fs-kn-pr {
        padding: 4rem 1rem
    }
    #fs-kn-pr .main-title {
        font-size: 3rem
    }
    #fs-kn-pr h2.section-title {
        font-size: 2rem
    }
    #fs-kn-pr .cards-grid {
        flex-direction: row
    }
    #fs-kn-pr .service-card {
        flex: 1 1 0%;
        padding: 2rem
    }
}

#fs-mn-ds {
    padding: 5rem 1rem;
    max-width: 1400px;
    margin: 0 auto
}

#fs-mn-ds .section-title {
    color: #0b2a54;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: .75rem;
    line-height: 1.2
}

#fs-mn-ds .intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #666666
}

#fs-mn-ds .feature-blocks {
    display: flex;
    flex-direction: column;
    gap: 3.5rem
}

#fs-mn-ds .pillar-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: .75rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    border-left: 5px solid #008374
}

#fs-mn-ds .pillar-icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: #008374;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-shrink: 0
}

#fs-mn-ds .pillar-icon-wrapper i {
    font-size: 32px;
    color: white
}

#fs-mn-ds .pillar-content {
    text-align: center
}

#fs-mn-ds .pillar-title {
    color: #0b2a54;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .75rem;
    line-height: 1.3
}

#fs-mn-ds .pillar-description {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin: 0
}

#fs-mn-ds .pillar-description em {
    font-style: italic;
    color: #0b2a54;
    font-weight: 600
}

@media (min-width:900px) {
    #fs-mn-ds .pillar-block {
        flex-direction: row;
        align-items: flex-start;
        padding: 3rem;
        text-align: left;
        border-left: none;
        border-top: 5px solid #008374
    }
    #fs-mn-ds .pillar-icon-wrapper {
        margin: 0 3rem 0 0
    }
    #fs-mn-ds .pillar-content {
        text-align: left;
        flex-grow: 1
    }
    #fs-mn-ds .pillar-block:nth-child(even) {
        flex-direction: row-reverse
    }
    #fs-mn-ds .pillar-block:nth-child(even) .pillar-icon-wrapper {
        margin: 0 0 0 3rem
    }
    #fs-mn-ds .pillar-block:nth-child(even) .pillar-content {
        text-align: right
    }
    #fs-mn-ds .pillar-block:nth-child(even) .pillar-title {
        text-align: right
    }
}

#fs-mn-ls {
    background: linear-gradient(135deg, #0b2a54 0%, #0d3261 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

#fs-mn-ls::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(0, 131, 116, .05);
    border-radius: 50%;
    z-index: 0
}

#fs-mn-ls::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(0, 131, 116, .03);
    border-radius: 50%;
    z-index: 0
}

#fs-mn-ls .container {
    position: relative;
    z-index: 1
}

#fs-mn-ls .section-header {
    margin-bottom: 50px
}

#fs-mn-ls .section-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3
}

#fs-mn-ls .title-accent {
    color: #008374;
    position: relative;
    display: inline-block
}

#fs-mn-ls .title-accent::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60%;
    height: 3px;
    background: #008374
}

#fs-mn-ls .content-wrapper {
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

#fs-mn-ls .icon-feature {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #008374 0%, #00a48e 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(0, 131, 116, .3);
    transition: transform .3s ease, box-shadow .3s ease
}

#fs-mn-ls .icon-feature i {
    font-size: 32px;
    color: #ffffff
}

#fs-mn-ls .content-wrapper:hover .icon-feature {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 131, 116, .4)
}

#fs-mn-ls .main-text {
    color: #e0e6ed;
    font-size: 1.1rem;
    line-height: 1.9;
    font-weight: 400;
    text-align: justify
}

#fs-mn-ls .highlight-text {
    color: #008374;
    font-weight: 600
}

#fs-mn-ls .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px
}

#fs-mn-ls .feature-card {
    background: rgba(255, 255, 255, .04);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(0, 131, 116, .2);
    transition: all .3s ease
}

#fs-mn-ls .feature-card:hover {
    background: rgba(255, 255, 255, .06);
    border-color: #008374;
    transform: translateY(-5px)
}

#fs-mn-ls .feature-card i {
    font-size: 28px;
    color: #008374;
    margin-bottom: 15px
}

#fs-mn-ls .feature-card h3 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px
}

#fs-mn-ls .feature-card p {
    color: #b8c5d6;
    font-size: .95rem;
    line-height: 1.6;
    margin: 0
}

#fs-mn-ls .cta-badge {
    display: inline-block;
    background: #008374;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    margin-top: 30px;
    text-decoration: none;
    transition: all .3s ease;
    box-shadow: 0 5px 20px rgba(0, 131, 116, .3)
}

#fs-mn-ls .cta-badge:hover {
    background: #00a48e;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 131, 116, .4);
    color: #ffffff
}

@media (max-width:991px) {
    #fs-mn-ls {
        padding: 60px 0
    }
    #fs-mn-ls .section-title {
        font-size: 2rem
    }
    #fs-mn-ls .content-wrapper {
        padding: 35px
    }
    #fs-mn-ls .main-text {
        font-size: 1rem
    }
}

@media (max-width:767px) {
    #fs-mn-ls {
        padding: 50px 0
    }
    #fs-mn-ls .section-title {
        font-size: 1.75rem
    }
    #fs-mn-ls .content-wrapper {
        padding: 25px
    }
    #fs-mn-ls .icon-feature {
        width: 60px;
        height: 60px
    }
    #fs-mn-ls .icon-feature i {
        font-size: 28px
    }
    #fs-mn-ls .main-text {
        font-size: .95rem;
        text-align: left
    }
    #fs-mn-ls .feature-grid {
        gap: 20px
    }
    #fs-mn-ls .feature-card {
        padding: 25px
    }
}

@media (max-width:575px) {
    #fs-mn-ls .section-title {
        font-size: 1.5rem
    }
    #fs-mn-ls .content-wrapper {
        padding: 20px
    }
    #fs-mn-ls .feature-grid {
        grid-template-columns: 1fr
    }
}

#fs-tun-intro {
    background-color: #f4f4f4;
    padding: 5rem 1rem;
    min-height: 100vh;
    display: flex;
    align-items: center
}

#fs-tun-intro .fs-container {
    max-width: 1400px;
    margin: 0 auto
}

#fs-tun-intro .fs-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
    padding: 3.5rem 2.5rem
}

#fs-tun-intro .fs-section-heading {
    font-size: 2.1 !important;
    font-weight: 800;
    color: #0b2a54;
    line-height: 1.2;
    margin-bottom: .5rem;
    text-align: center
}

#fs-tun-intro .fs-title-icon {
    color: #008374;
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
    text-align: center
}

#fs-tun-intro .fs-main-paragraph {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 3rem;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

#fs-tun-intro .fs-feature-box {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 12px;
    padding: 2rem;
    transition: transform .3s ease-in-out, box-shadow .3s ease;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative
}

#fs-tun-intro .fs-feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #008374;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease
}

#fs-tun-intro .fs-feature-box:hover::before {
    transform: scaleX(1)
}

#fs-tun-intro .fs-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15)
}

#fs-tun-intro .fs-feature-icon-large {
    font-size: 2.5rem;
    color: #008374;
    margin-bottom: 1rem;
    background-color: #e0f2f1;
    padding: .75rem;
    border-radius: 8px;
    display: inline-block
}

#fs-tun-intro .fs-feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0b2a54;
    margin-bottom: .75rem
}

#fs-tun-intro .fs-feature-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    font-weight: 400
}

#fs-tun-intro .fs-service-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem
}

#fs-tun-intro .fs-service-list li {
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    border-left: 3px solid #0b2a54;
    padding-left: 10px
}

#fs-tun-intro .fs-service-list li strong {
    color: #0b2a54;
    font-weight: 600
}

#fs-tun-intro .fs-highlight-bold {
    font-weight: 600;
    color: #0b2a54
}

#fs-tun-intro .fs-highlight-accent {
    font-weight: 700;
    color: #008374
}

@media (max-width:992px) {
    #fs-tun-intro .fs-section-heading {
        font-size: 2rem
    }
    #fs-tun-intro .fs-main-paragraph {
        font-size: 1rem
    }
    #fs-tun-intro .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.offers-p {
    padding-left: 10px;
    padding-right: 10px
}

#a-card {
    max-height: 130px !important
}

@media (max-width:1417px) {
    #a-card {
        max-height: 140px !important
    }
}

#chile-card {
    min-height: 273px !important;
}

.common-section {
    padding: 2rem 1rem;
    background-color: #ffffff;
    margin: 2rem auto;
    max-width: 1200px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.common-section .title-h2 {
    color: #0b2a54;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.common-section .title-h2 i {
    color: #008374;
}

.common-section .product-filtering-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.common-section .product-filtering {
    padding: 1rem;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.common-section .product-filtering-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0b2a54;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.common-section .product-filtering-title i {
    color: #008374;
    font-size: 1.2rem;
}

.common-section .filter-common-container {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.common-section .filter-common-btn {
    padding: .6rem 1.2rem;
    font-size: .9rem;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    color: #0b2a54;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 500;
}

.common-section .filter-common-btn:hover {
    border-color: #008374;
    background-color: #f0fdfa;
    color: #008374;
}

.common-section .filter-common-btn.active {
    background-color: #008374;
    color: #ffffff;
    border-color: #008374;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.common-section #productPriceRangeMin {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: .9;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 1rem 0;
}

.common-section #productPriceRangeMin::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #008374;
    cursor: pointer;
    border: 3px solid #f9ebc1;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.common-section #productPriceRangeMin::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #008374;
    cursor: pointer;
    border: 3px solid #f9ebc1;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.common-section #rangeMinValue,
.common-section #rangeMaxValue {
    font-weight: 600;
    color: #0b2a54;
    background-color: #f9ebc1;
    padding: .25rem .5rem;
    border-radius: 4px;
}

.common-section #resetFunc {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    border: none;
    background-color: #0b2a54;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s ease, transform .2s ease;
    margin-top: 1rem;
    font-weight: 600;
}

.common-section #resetFunc:hover {
    background-color: #123a6d;
    transform: translateY(-2px);
}

.common-section .no-results-container {
    text-align: center;
    padding: 2rem;
    border: 2px dashed #008374;
    margin-top: 2rem;
    border-radius: 8px;
    background-color: #f9ebc1;
}

.common-section .no-results-container p {
    font-size: 1.2em;
    color: #0b2a54;
    margin-bottom: 1.5rem;
}

.common-section .reset-filters-btn {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    border: none;
    background-color: #008374;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.common-section .reset-filters-btn:hover {
    background-color: #006a5f;
}

.swal2-popup {
    border-radius: 12px !important;
}

.swal2-title {
    color: #0b2a54 !important;
}

.swal2-confirm {
    background-color: #008374 !important;
    border-radius: 8px !important;
}

@media (min-width:768px) {
    .common-section .product-filtering-container {
        grid-template-columns: repeat(2, 1fr)
    }
    .common-section .title-h2 {
        font-size: 2rem
    }
}

@media (min-width:1024px) {
    .common-section .product-filtering-container {
        grid-template-columns: 1fr 1fr 1.5fr
    }
    .common-section .product-filtering:nth-child(4) {
        grid-column: 1 / -1
    }
}

#what-we-do {
    padding: 0 !important;
}

#ambition-text {
    text-align: left;
}

#tokyo-dedicated-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif
}

#tokyo-dedicated-section {
    background-color: #0b2a54;
    color: #ffffff;
    padding: 60px 20px;
    width: 100%;
    display: block;
    line-height: 1.6
}

#tokyo-dedicated-section .tds-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

#tokyo-dedicated-section .tds-header {
    text-align: center;
    margin-bottom: 50px
}

#tokyo-dedicated-section .tds-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff
}

#tokyo-dedicated-section .tds-subtitle {
    font-size: 1.2rem;
    color: #bde7d3;
    max-width: 800px;
    margin: 0 auto
}

#tokyo-dedicated-section .tds-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px
}

#tokyo-dedicated-section .tds-feature-card {
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(189, 231, 211, .2);
    padding: 30px;
    border-radius: 12px;
    transition: transform .3s ease, box-shadow .3s ease
}

#tokyo-dedicated-section .tds-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, .1)
}

#tokyo-dedicated-section .tds-feature-title {
    font-size: 1.5rem;
    color: #bde7d3;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px
}

#tokyo-dedicated-section .tds-feature-title i {
    color: #008374;
    font-size: 1.4rem
}

#tokyo-dedicated-section .tds-feature-text {
    color: #e0e0e0;
    font-size: 1rem
}

#tokyo-dedicated-section .tds-use-cases-wrapper {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 40px;
    color: #0b2a54;
    text-align: center;
    margin-bottom: 50px
}

#tokyo-dedicated-section .tds-use-cases-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #0b2a54;
    font-weight: 700
}

#tokyo-dedicated-section .tds-use-cases-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none
}

#tokyo-dedicated-section .tds-use-case-item {
    background-color: #ffffff;
    color: #008374;
    border: 2px solid #008374;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
}

#tokyo-dedicated-section .tds-cta-container {
    text-align: center
}

#tokyo-dedicated-section .tds-cta-text {
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: 500;
    color: #ffffff
}

#tokyo-dedicated-section .tds-btn-primary {
    display: inline-block;
    background-color: #008374;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color .3s ease, transform .2s ease;
    border: none;
    cursor: pointer
}

#tokyo-dedicated-section .tds-btn-primary:hover {
    background-color: #006a5e;
    transform: scale(1.02)
}

@media (max-width:768px) {
    #tokyo-dedicated-section .tds-title {
        font-size: 2rem
    }
    #tokyo-dedicated-section .tds-feature-card {
        padding: 20px
    }
    #tokyo-dedicated-section .tds-use-cases-wrapper {
        padding: 25px
    }
    #tokyo-dedicated-section .tds-use-case-item {
        width: 100%;
        justify-content: center
    }
}
/* ======================================= */


  #fit-10g-s1, #fit-10g-s1 *,
        #fit-10g-s2, #fit-10g-s2 *,
        #fit-10g-s3, #fit-10g-s3 * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* ========================================
           SECTION 1: HERO & INTRO (#fit-10g-s1)
           ========================================
        */
        #fit-10g-s1 {
            background: linear-gradient(135deg, #02073e 0%, #023e70 100%);
            padding: 120px 20px;
            color: #ffffff;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        /* Decorative background element */
        #fit-10g-s1::before {
            content: "";
            position: absolute;
            top: -50%;
            left: -10%;
            width: 50%;
            height: 200%;
            background: rgba(0, 131, 116, 0.05);
            transform: rotate(30deg);
            z-index: 1;
        }

        #fit-10g-s1 .fit-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        #fit-10g-s1 h2 {
            color: #008374;
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 30px;
            letter-spacing: -1px;
        }

        #fit-10g-s1 p {
            max-width: 1200px;
            margin: 0 auto 24px auto;
            font-size: 1.25rem;
            line-height: 1.8;
            color: #e2e8f0;
        }

        #fit-10g-s1 p:last-child {
            margin-bottom: 0;
        }

        /* ========================================
           SECTION 2: FEATURES GRID (#fit-10g-s2)
           ========================================
        */
        #fit-10g-s2 {
            background-color: #f8fafc;
            padding: 100px 20px;
            color: #02073e;
        }

        #fit-10g-s2 .fit-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        #fit-10g-s2 h2 {
            text-align: center;
            color: #02073e;
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 24px;
            line-height: 1.3;
        }

        #fit-10g-s2 p.fit-intro {
            max-width: 1200px;
            margin: 0 auto 60px auto;
            text-align: center;
            font-size: 1.2rem;
            line-height: 1.8;
            color: #475569;
        }

        #fit-10g-s2 .fit-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
            max-width: 1200px;
            margin: 0 auto 60px auto;
        }

        #fit-10g-s2 .fit-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(2, 7, 62, 0.05);
            border-bottom: 4px solid #008374;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        #fit-10g-s2 .fit-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(2, 7, 62, 0.12);
        }

        #fit-10g-s2 .fit-icon {
            width: 60px;
            height: 60px;
            background: rgba(0, 131, 116, 0.1);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            color: #008374;
        }

        #fit-10g-s2 .fit-icon svg {
            width: 30px;
            height: 30px;
            fill: currentColor;
        }

        #fit-10g-s2 .fit-card h3 {
            font-size: 1.4rem;
            color: #023e70;
            margin-bottom: 16px;
            font-weight: 700;
        }

        #fit-10g-s2 .fit-card p {
            font-size: 1.05rem;
            line-height: 1.7;
            color: #64748b;
            margin: 0;
            max-width: 100%; /* Overrides the 1200px from generic p styling */
        }

        #fit-10g-s2 p.fit-outro {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            font-size: 1.25rem;
            font-weight: 600;
            color: #023e70;
            line-height: 1.6;
            padding: 30px;
            background: rgba(2, 62, 112, 0.05);
            border-radius: 12px;
        }

        /* ========================================
           SECTION 3: VALUE & SPECS (#fit-10g-s3)
           ========================================
        */
        #fit-10g-s3 {
            background-color: #02073e;
            padding: 120px 20px;
            color: #ffffff;
            background-image: radial-gradient(circle at top right, #023e70 0%, #02073e 70%);
        }

        #fit-10g-s3 .fit-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: center;
        }

        #fit-10g-s3 .fit-glass-box {
            background: rgba(2, 62, 112, 0.3);
            border: 1px solid rgba(0, 131, 116, 0.3);
            border-radius: 20px;
            padding: 70px 50px;
            max-width: 1200px;
            width: 100%;
            box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(10px);
        }

        #fit-10g-s3 h2 {
            text-align: center;
            color: #008374;
            font-size: 2.6rem;
            margin-bottom: 30px;
            font-weight: 800;
            line-height: 1.3;
        }

        #fit-10g-s3 p {
            max-width: 1200px;
            margin: 0 auto 24px auto;
            font-size: 1.2rem;
            line-height: 1.8;
            color: #cbd5e1;
            text-align: center;
        }

        #fit-10g-s3 p:last-child {
            margin-bottom: 0;
        }

        /* ========================================
           RESPONSIVE MEDIA QUERIES
           ========================================
        */
        @media (max-width: 992px) {
            #fit-10g-s1 h2 { font-size: 2.6rem; }
            #fit-10g-s2 h2 { font-size: 2.4rem; }
            #fit-10g-s3 h2 { font-size: 2.2rem; }
            #fit-10g-s3 .fit-glass-box { padding: 50px 30px; }
        }

        @media (max-width: 768px) {
            #fit-10g-s1, #fit-10g-s2, #fit-10g-s3 { padding: 70px 20px; }
            #fit-10g-s1 h2 { font-size: 2.2rem; }
            #fit-10g-s2 h2 { font-size: 2rem; }
            #fit-10g-s3 h2 { font-size: 1.9rem; }
            
            #fit-10g-s1 p, 
            #fit-10g-s2 p.fit-intro, 
            #fit-10g-s3 p { 
                font-size: 1.05rem; 
            }
            
            #fit-10g-s2 p.fit-outro {
                font-size: 1.1rem;
                padding: 20px;
            }
        }


        /* =========================================== */


                /* =========================================================
           GLOBAL RESETS FOR SCOPED SECTIONS ONLY
           ========================================================= */
        #fit-unm-s1 *, #fit-unm-s2 *, #fit-unm-s3 * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* =========================================================
           SECTION 1: WHAT IS AN UNMETERED DEDICATED SERVER
           ========================================================= */
        #fit-unm-s1 {
            background-color: #02073e;
            color: #ffffff;
            padding: 80px 20px;
            position: relative;
            overflow: hidden;
        }
        
        #fit-unm-s1::before {
            content: '';
            position: absolute;
            top: -150px;
            right: -150px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(0, 131, 116, 0.15) 0%, rgba(2, 7, 62, 0) 70%);
            border-radius: 50%;
            z-index: 0;
        }

        #fit-unm-s1 .fit-container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        #fit-unm-s1 .fit-brand {
            display: inline-block;
            background-color: #008374;
            color: #ffffff;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(0, 131, 116, 0.4);
        }

        #fit-unm-s1 h2 {
            font-size: 2.8rem;
            line-height: 1.2;
            color: #ffffff;
            margin-bottom: 30px;
            max-width: 1000px;
        }
        
        #fit-unm-s1 h2 span {
            color: #008374;
        }

        #fit-unm-s1 .fit-wrapper {
            display: flex;
            align-items: center;
            gap: 50px;
            justify-content: space-between;
        }

        #fit-unm-s1 .fit-text-content {
            flex: 1;
            min-width: 50%;
        }

        #fit-unm-s1 p {
            max-width: 1200px;
            margin: 0 auto 20px auto;
            font-size: 1.1rem;
            line-height: 1.8;
            color: #d1d5db;
        }

        #fit-unm-s1 p:last-child {
            margin-bottom: 0;
        }

        #fit-unm-s1 .fit-visual {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #fit-unm-s1 .fit-visual svg {
            width: 100%;
            max-width: 500px;
            height: auto;
            filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
        }

        /* =========================================================
           SECTION 2: WHO BENEFITS & WHY CHOOSE
           ========================================================= */
        #fit-unm-s2 {
            background-color: #f8f9fa;
            color: #02073e;
            padding: 80px 20px;
        }

        #fit-unm-s2 .fit-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        #fit-unm-s2 .fit-section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        #fit-unm-s2 h2 {
            font-size: 2.4rem;
            color: #023e70;
            margin-bottom: 20px;
        }

        #fit-unm-s2 h3 {
            font-size: 1.3rem;
            color: #02073e;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        #fit-unm-s2 p {
            max-width: 1200px;
            margin: 0 auto 20px auto;
            font-size: 1.1rem;
            line-height: 1.8;
            color: #4b5563;
        }

        #fit-unm-s2 .fit-intro-p {
            text-align: center;
            margin-bottom: 40px;
            color: #02073e;
            font-weight: 500;
        }

        #fit-unm-s2 .fit-cards-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        #fit-unm-s2 .fit-card {
            background: #ffffff;
            border-top: 5px solid #008374;
            padding: 40px 30px;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(2, 7, 62, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        #fit-unm-s2 .fit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(2, 7, 62, 0.1);
        }

        #fit-unm-s2 .fit-card-icon {
            width: 60px;
            height: 60px;
            background-color: rgba(0, 131, 116, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            color: #008374;
        }

        #fit-unm-s2 .fit-card p {
            margin-bottom: 0;
            font-size: 1rem;
            color: #4b5563;
        }

        #fit-unm-s2 .fit-note-box {
            background-color: rgba(2, 62, 112, 0.05);
            border-left: 4px solid #023e70;
            padding: 20px 30px;
            border-radius: 0 8px 8px 0;
            margin-bottom: 80px;
        }
        
        #fit-unm-s2 .fit-note-box p {
            margin-bottom: 0;
            font-size: 1rem;
            color: #023e70;
        }

        #fit-unm-s2 .fit-why-choose {
            background: #ffffff;
            padding: 60px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.03);
            border: 1px solid rgba(2, 7, 62, 0.05);
        }

        #fit-unm-s2 .fit-why-choose h2 {
            text-align: left;
            margin-bottom: 30px;
        }

        #fit-unm-s2 .fit-why-choose p {
            margin-left: 0; /* Left align for this specific block but keep max-width */
        }

        /* =========================================================
           SECTION 3: HOW TO CHOOSE
           ========================================================= */
        #fit-unm-s3 {
            background-color: #023e70;
            color: #ffffff;
            padding: 80px 20px;
        }

        #fit-unm-s3 .fit-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        #fit-unm-s3 .fit-header-block {
            text-align: center;
            margin-bottom: 60px;
        }

        #fit-unm-s3 h2 {
            font-size: 2.4rem;
            color: #ffffff;
            margin-bottom: 20px;
        }

        #fit-unm-s3 p {
            max-width: 1200px;
            margin: 0 auto 20px auto;
            font-size: 1.1rem;
            line-height: 1.8;
            color: #e2e8f0;
        }

        #fit-unm-s3 .fit-features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }

        #fit-unm-s3 .fit-feature-item {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(0, 131, 116, 0.3);
            border-radius: 12px;
            padding: 40px;
            display: flex;
            gap: 20px;
            transition: background-color 0.3s ease;
        }

        #fit-unm-s3 .fit-feature-item:hover {
            background-color: rgba(255, 255, 255, 0.08);
            border-color: #008374;
        }

        #fit-unm-s3 .fit-feature-icon {
            flex-shrink: 0;
            width: 50px;
            height: 50px;
            color: #008374;
        }

        #fit-unm-s3 .fit-feature-item p {
            margin-bottom: 0;
            font-size: 1rem;
            color: #cbd5e1;
        }

        #fit-unm-s3 .fit-footer-text {
            text-align: center;
            padding-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        #fit-unm-s3 .fit-footer-text p {
            margin-bottom: 0;
            font-weight: 500;
            color: #ffffff;
        }

        /* =========================================================
           RESPONSIVE MEDIA QUERIES (SCOPED TO SECTIONS)
           ========================================================= */
        @media (max-width: 1024px) {
            #fit-unm-s1 .fit-wrapper {
                flex-direction: column;
            }
            #fit-unm-s1 .fit-visual {
                margin-top: 40px;
            }
            #fit-unm-s3 .fit-features-grid {
                grid-template-columns: 1fr;
            }
            #fit-unm-s2 .fit-why-choose {
                padding: 40px 30px;
            }
        }

        @media (max-width: 768px) {
            #fit-unm-s1, #fit-unm-s2, #fit-unm-s3 {
                padding: 50px 15px;
            }
            #fit-unm-s1 h2, #fit-unm-s2 h2, #fit-unm-s3 h2 {
                font-size: 2rem;
            }
            #fit-unm-s1 p, #fit-unm-s2 p, #fit-unm-s3 p {
                font-size: 1rem;
            }
            #fit-unm-s3 .fit-feature-item {
                flex-direction: column;
                padding: 25px;
            }
        }
/* =============================================== */
/* ── Container & Background ── */
#global-infrastructure-wrap {
    padding: 80px 0;
    position: relative;
    background-color: #f2f7f9; /* Soft background color behind the map */
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

#global-infrastructure-wrap .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/world-map.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.55; /* Adjust this to make the map lighter or darker */
    z-index: 0;
}

#global-infrastructure-wrap .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* ── Header Area ── */
#global-infrastructure-wrap .header-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 30px;
}

#global-infrastructure-wrap .header-text-column h2 {
    font-size: 42px!important;
    font-weight: 800;
    color: #051c3c;
    margin-bottom: 10px;
}

#global-infrastructure-wrap .header-text-column p {
    font-size: 16px;
    color: #4f6072;
    max-width: 800px;
    margin: 0;
}

#global-infrastructure-wrap .global-cta-style {
    background-color: #051c3c;
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

#global-infrastructure-wrap .global-cta-style:hover {
    background-color: #0a2e61;
    transform: translateY(-2px);
}

/* ── Grid & Cards ── */
#global-infrastructure-wrap .regions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#global-infrastructure-wrap .region-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#global-infrastructure-wrap .region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

#global-infrastructure-wrap .fit-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

#global-infrastructure-wrap .icon-container {
    width: 44px;
    height: 44px;
    background-color: #e6f6f5; /* Light teal */
    color: #0d837a; /* Brand teal */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#global-infrastructure-wrap .node-badge {
    background-color: #0d837a;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

#global-infrastructure-wrap .card-body {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#global-infrastructure-wrap .card-body h3 {
    font-size: 32px;
    font-weight: 600;
    color: #051c3c;
    margin-bottom: 12px;
}

#global-infrastructure-wrap .card-body p {
    font-size: 14px;
    color: #4f6072;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

#global-infrastructure-wrap .btn-explore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1.5px solid #0d837a;
    color: #0d837a;
    background-color: transparent;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 auto;
    width: max-content;
}

#global-infrastructure-wrap .btn-explore:hover {
    background-color: #0d837a;
    color: #ffffff;
}

/* ── Reveal Animation (Matches existing logic) ── */
#global-infrastructure-wrap .js-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    #global-infrastructure-wrap .regions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #global-infrastructure-wrap .regions-grid {
        grid-template-columns: 1fr;
    }
    #global-infrastructure-wrap .header-flex-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    #global-infrastructure-wrap .header-text-column h2 {
        font-size: 30px;
    }
}


/* ==================================== */

#hp-ds-choose {
    background-color: #ffff; 
    color: #0f172a;
    padding: 5rem 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

#hp-ds-choose *, #hp-ds-choose *::before, #hp-ds-choose *::after {
    box-sizing: inherit;
}

#hp-ds-choose .hp-ds-container {
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    position: relative;
    z-index: 10;
}


#hp-ds-choose .hp-ds-bg-glow {
    position: absolute;
    top: -15%;
    right: -10%;
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(13, 148, 136, 0.05) 0%, rgba(0, 104, 181, 0.02) 40%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Left Column - Sticky Content */
#hp-ds-choose .hp-ds-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#hp-ds-choose .hp-ds-sticky {
    position: sticky;
    top: 6rem;
}

#hp-ds-choose .hp-ds-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    color: #334155;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1.5rem;
}

#hp-ds-choose .hp-ds-badge i {
    color: #0d9488;
    font-size: 14px;
}

#hp-ds-choose .hp-ds-title {
    font-size: 2.75rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
    margin: 0 0 1rem 0;
    letter-spacing: -0.04em;
}

#hp-ds-choose .hp-ds-gradient-text {
    background: linear-gradient(135deg, #0d9488 0%, #0068B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#hp-ds-choose .hp-ds-desc {
    font-size: 1.05rem;
    color: #475569;
    margin: 0 0 2rem 0;
    font-weight: 500;
    line-height: 1.6;
    max-width: 90%;
}

/* Left Column Features */
#hp-ds-choose .hp-ds-features {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(226, 232, 240, 0.8);
}

#hp-ds-choose .hp-ds-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 1rem;
    margin-left: -1rem;
    border-radius: 1rem;
    cursor: default;
    transition: all 0.3s ease;
}

#hp-ds-choose .hp-ds-feature:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.05);
}

#hp-ds-choose .hp-ds-feature-icon {
        box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background-color: #f0fdfa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #0d9488;
}

#hp-ds-choose .hp-ds-feature-icon i { font-size: 18px; }

#hp-ds-choose .hp-ds-feature h4 {
    margin: 0 0 0.15rem 0;
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
}

#hp-ds-choose .hp-ds-feature p {
    margin: 0;
    font-size: 0.8rem;
    color: #64748b;
}

/* Right Column - Server Cards */
#hp-ds-choose .hp-ds-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#hp-ds-choose .hp-ds-card {
    background-color: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 2rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    text-decoration: none;
}

#hp-ds-choose .hp-ds-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.04);
}

/* Visual Side of Card */
#hp-ds-choose .hp-ds-card-visual {
    width: 100%;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    z-index: 1;
}

#hp-ds-choose .hp-ds-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    transition: transform 1s ease;
}

#hp-ds-choose .hp-ds-card-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
}

#hp-ds-choose .hp-ds-card:hover .hp-ds-card-bg {
    transform: scale(1.05);
}

#hp-ds-choose .hp-ds-brand-logo {
    font-size: 2.75rem;
    font-weight: 900;
    letter-spacing: -2px;
    position: relative;
    z-index: 10;
    line-height: 1;
}

#hp-ds-choose .hp-ds-brand-logo-intel { color: #0068B5; }
#hp-ds-choose .hp-ds-brand-logo-intel sup { font-size: 1rem; font-weight: normal; }
#hp-ds-choose .hp-ds-brand-logo-amd { color: #0f172a; display: flex; align-items: flex-end; gap: 0.2rem; }
#hp-ds-choose .hp-ds-brand-logo-amd-dot { width: 10px; height: 10px; background-color: #ED1C24; margin-bottom: 6px; }

#hp-ds-choose .hp-ds-card-visual-badge {
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.9);
    color: #1e293b;
    font-size: 10px;
    font-weight: 800;
    padding: 0.3rem 0.8rem;
    border-radius: 9999px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

#hp-ds-choose .hp-ds-card-visual-badge i { margin-right: 4px; }

/* Content Side of Card */
#hp-ds-choose .hp-ds-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#hp-ds-choose .hp-ds-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.02em;
}

#hp-ds-choose .hp-ds-card-desc {
    font-size: 0.95rem;
    color: #475569;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

#hp-ds-choose .hp-ds-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

#hp-ds-choose .hp-ds-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#hp-ds-choose .hp-ds-pill i { font-size: 10px; color: #0d9488; }

/* Buttons */
#hp-ds-choose .hp-ds-btn {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Specific Card Theming */
#hp-ds-choose .hp-ds-card-intel .hp-ds-card-bg { background-image: url('/assets/img/intel-fs.webp'); }
#hp-ds-choose .hp-ds-card-intel .hp-ds-card-overlay { background: linear-gradient(135deg, rgba(240, 249, 255, 0.65) 0%, rgba(240, 249, 255, 0.65) 100%); }
#hp-ds-choose .hp-ds-card-intel .hp-ds-btn { background: #0068B5; color: #ffffff; }
#hp-ds-choose .hp-ds-card-intel .hp-ds-btn:hover { background: #005596; transform: translateY(-2px); }

#hp-ds-choose .hp-ds-card-amd .hp-ds-card-bg { background-image: url('/assets/img/amd-fs.webp'); }
#hp-ds-choose .hp-ds-card-amd .hp-ds-card-overlay { background: linear-gradient(135deg, rgba(254, 242, 242, 0.65) 0%, rgba(254, 242, 242, 0.65) 100%); }
#hp-ds-choose .hp-ds-card-amd .hp-ds-btn { background: #0f172a; color: #ffffff; }
#hp-ds-choose .hp-ds-card-amd .hp-ds-btn:hover { background: #000000; transform: translateY(-2px); }

#hp-ds-choose .hp-ds-card-gpu { background: #0f172a; border-color: #1e293b; }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-card-title { color: #ffffff; }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-card-desc { color: #94a3b8; }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-card-bg { background-image: url('/assets/img/gpu-fs.webp'); }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-card-overlay { background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.75) 100%); }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-brand-logo { color: #ffffff; font-size: 2.25rem; }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-brand-logo span { color: #76B900; }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-card-visual-badge { background: rgba(15, 23, 42, 0.8); color: #76B900; border: 1px solid rgba(118, 185, 0, 0.2); }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-pill { border-color: #334155; color: #94a3b8; }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-btn { background: #76B900; color: #0f172a; }
#hp-ds-choose .hp-ds-card-gpu .hp-ds-btn:hover { background: #8cf200; transform: translateY(-2px); }
#global-infrastructure-wrap .header-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-top: 10px;
}
.global-cta-style {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, #0a58ca, #084298);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 14px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 6px 20px rgba(10, 88, 202, .3);
    transition: transform .2s, box-shadow .2s;
}
#global-infrastructure-wrap .header-flex-row {
    margin-bottom: 60px;
    text-align: left;
}
/* Desktop Spacing */
@media (min-width: 768px) {
    #hp-ds-choose .hp-ds-card {
        flex-direction: row;
        padding: 1.5rem;
        gap: 2rem;
    }
    #hp-ds-choose .hp-ds-card-visual {
        width: 32%;
        aspect-ratio: auto;
        min-height: 220px;
        padding: 1.5rem 1rem;
    }
    #hp-ds-choose .hp-ds-card-content {
        width: 68%;
    }
    #hp-ds-choose .hp-ds-features {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #hp-ds-choose .hp-ds-feature {
        width: calc(50% - 0.5rem);
    }
}

@media (min-width: 1024px) {
    #hp-ds-choose .hp-ds-container {
        flex-direction: row;
        gap: 5rem;
    }
    #hp-ds-choose .hp-ds-left {
        width: 33%;
    }
    #hp-ds-choose .hp-ds-right {
        width: 67%;
    }
    #hp-ds-choose .hp-ds-features {
        flex-direction: column;
    }
    #hp-ds-choose .hp-ds-feature {
        width: 100%;
    }
}



/* ========================================== */

 /* === Scoped Section Layout & Typography === */
        #infrastructure-overview {
            font-family: 'Inter', sans-serif;
            box-sizing: border-box;
            min-height: 100vh;
            position: relative;
            display: flex;
            align-items: center;
            padding: 6rem 0;
            overflow: hidden;
            background-color: #020617; /* Fallback */
        }

        #infrastructure-overview *, 
        #infrastructure-overview *::before, 
        #infrastructure-overview *::after {
            box-sizing: inherit;
        }

        #infrastructure-overview .bg-image {
            position: absolute;
            inset: 0;
            z-index: 0;
            /* Updated path below */
            background-image: url("/assets/img/fs-home-dedicated-servers.webp");
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        #infrastructure-overview .bg-overlay {
            position: absolute;
            inset: 0;
            background: rgba(2, 6, 23, 0.85);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }

        #infrastructure-overview .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 1rem;
            position: relative;
            z-index: 10;
            width: 100%;
        }

        #infrastructure-overview .content-wrapper {
            display: flex;
            flex-direction: column-reverse; /* Mobile: cards bottom, text top */
            gap: 3rem;
            align-items: flex-start;
        }

        /* === Grid Layout (Left Column) === */
        #infrastructure-overview .cards-column {
            width: 100%;
        }

        #infrastructure-overview .cards-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        /* === Card Design === */
        #infrastructure-overview .service-card {
            position: relative;
            background: white;
            border: 1px solid transparent;
            border-radius: 1rem;
            padding: 1.25rem;
            display: flex;
            align-items: center;
            gap: 1.25rem;
            overflow: hidden;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        #infrastructure-overview .service-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            border-color: rgba(0, 131, 116, 0.3);
            background-color: #f8fafc;
        }


 

        #infrastructure-overview .service-card:hover .card-accent {
            opacity: 1;
        }

        /* Card Icon */
        #infrastructure-overview .card-icon {
            width: 3.5rem;
            height: 3.5rem;
            flex-shrink: 0;
            border-radius: 0.75rem;
            background: rgba(0, 131, 116, 0.1);
            color: #008374;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.5rem;
            transition: all 0.3s ease;
        }

        #infrastructure-overview .service-card:hover .card-icon {
            background: #008374;
            color: white;
        }

        #infrastructure-overview .card-icon i {
            transition: transform 0.3s ease;
        }

        #infrastructure-overview .service-card:hover .card-icon i {
            transform: scale(1.1);
        }

        /* Card Text */
        #infrastructure-overview .card-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        #infrastructure-overview .card-title {
            margin: 0;
            font-weight: 700;
            color: #0f172a;
            font-size: 1.125rem;
            line-height: 1.2;
            transition: color 0.3s ease;
        }

        #infrastructure-overview .service-card:hover .card-title {
            color: #008374;
        }

        #infrastructure-overview .card-desc {
            color: #64748b;
            font-size: 0.875rem;
            margin-top: 0.25rem;
            transition: color 0.3s ease;
        }

        /* === Info Panel Layout (Right Column) === */
        #infrastructure-overview .info-panel {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        /* Text Content Styles */
        #infrastructure-overview .badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            border: 1px solid rgba(20, 184, 166, 0.3);
            background: rgba(20, 184, 166, 0.1);
            color: #5eead4; /* Teal 300 */
            font-size: 0.875rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            width: max-content;
        }

        #infrastructure-overview .main-heading {
            font-size: 2.25rem;
            font-weight: 800;
            color: white;
            line-height: 1.1;
            margin: 0;
            letter-spacing: -0.02em;
        }

        #infrastructure-overview .gradient-text {
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            background-image: linear-gradient(to right, #60a5fa, #2dd4bf);
        }

        #infrastructure-overview .divider {
            width: 5rem;
            height: 0.375rem;
            border-radius: 9999px;
            background-image: linear-gradient(to right, #3b82f6, #14b8a6);
            margin: 0.5rem 0;
        }

        #infrastructure-overview .description {
            color: #cbd5e1;
            font-size: 1.125rem;
            line-height: 1.625;
            margin: 0;
        }

        /* CTA Box */
        #infrastructure-overview .cta-box {
            background: rgba(15, 23, 42, 0.5); /* slate-900/50 */
            border: 1px solid rgba(51, 65, 85, 0.5);
            border-radius: 1rem;
            padding: 1.5rem;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            margin-top: 1.5rem;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }

        #infrastructure-overview .cta-flare {
            position: absolute;
            top: -6rem;
            left: -6rem;
            right: -6rem;
            bottom: -6rem;
            background: linear-gradient(to right, rgba(37, 99, 235, 0.2), rgba(13, 148, 136, 0.2));
            filter: blur(40px);
            opacity: 0;
            transition: opacity 0.7s ease;
            pointer-events: none;
        }

        #infrastructure-overview .cta-box:hover .cta-flare {
            opacity: 1;
        }

        #infrastructure-overview .cta-content {
            position: relative;
            z-index: 10;
        }

        #infrastructure-overview .cta-title {
            color: white;
            font-weight: 600;
            font-size: 1.25rem;
            margin: 0 0 0.5rem 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        #infrastructure-overview .cta-desc {
            color: #94a3b8; /* slate-400 */
            font-size: 0.875rem;
            margin: 0 0 1.5rem 0;
            line-height: 1.5;
        }

        /* Chat Button */
        #infrastructure-overview .btn-chat {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            background: linear-gradient(to right, #2563eb, #3b82f6);
            color: white;
            border: none;
            padding: 0.875rem 1.5rem;
            border-radius: 0.75rem;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
            font-family: inherit;
        }

        #infrastructure-overview .btn-chat:hover {
            background: linear-gradient(to right, #3b82f6, #60a5fa);
            box-shadow: 0 0 30px rgba(37, 99, 235, 0.5);
            transform: translateY(-2px);
        }

        /* === Responsive Breakpoints === */
        @media (min-width: 640px) { /* sm */
            #infrastructure-overview .cards-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.25rem;
            }
            #infrastructure-overview .container { padding: 0 1.5rem; }
        }

        @media (min-width: 1024px) { /* lg - Desktop */
            #infrastructure-overview .content-wrapper {
                flex-direction: row; /* Side by side on desktop */
                gap: 3rem;
            }
            #infrastructure-overview .cards-column {
                width: 58.333%; /* 7/12 */
            }
            #infrastructure-overview .info-panel {
                width: 41.666%; /* 5/12 */
                position: sticky;
                top: 8rem;
                align-self: flex-start;
                padding-top: 1rem;
            }
            #infrastructure-overview .main-heading {
                font-size: 3rem;
            }
        }

        @media (min-width: 1280px) { /* xl */
            #infrastructure-overview .content-wrapper { gap: 5rem; }
            #infrastructure-overview .cards-column { width: 60%; /* 2/3 */ }
            #infrastructure-overview .info-panel { width: 40%; /* 1/3 */ }
        }
        /* ======================================================= */

         /* ════════════════════════════════════════════════
       ALL STYLES SCOPED UNDER  #fs-ds-finder
       No global resets — safe to embed in any page
    ════════════════════════════════════════════════ */

    #fs-ds-finder {
      color: #212529;
      padding: 50px 24px 92px;
      background: linear-gradient(158deg, #e8f0f9 0%, #ffffff 52%, #e0f2f0 100%);
      position: relative;
      overflow: hidden;
      box-sizing: border-box;
    }

    #fs-ds-finder *,
    #fs-ds-finder *::before,
    #fs-ds-finder *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* decorative blobs */
    #fs-ds-finder::before {
      content: '';
      position: absolute;
      width: 640px; height: 640px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(10,88,202,.06) 0%, transparent 68%);
      top: -220px; right: -160px;
      pointer-events: none;
    }
    #fs-ds-finder::after {
      content: '';
      position: absolute;
      width: 480px; height: 480px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,131,116,.07) 0%, transparent 68%);
      bottom: -150px; left: -100px;
      pointer-events: none;
    }

    /* ── WRAP ── */
    #fs-ds-finder .fds-wrap {
      max-width: 1480px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    /* ── EYEBROW ── */
    #fs-ds-finder .fds-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #ddeaf7;
      color: #0a58ca;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 999px;
      border: 1px solid rgba(10,88,202,.2);
      margin-bottom: 20px;
    }

    /* ── HEADER ROW ── */
    #fs-ds-finder .fds-header-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 32px;
      align-items: flex-end;
      margin-bottom: 52px;
    }

    #fs-ds-finder .fds-section-h {
      font-size: clamp(2rem, 3.8vw, 3rem);
      font-weight: 800;
      line-height: 1.1;
      color: #051c3c;
    }
    #fs-ds-finder .fds-section-h span {
      background: linear-gradient(90deg, #0a58ca, #008374);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    #fs-ds-finder .fds-section-sub {
      font-size: .98rem;
      color: #4f6072;
      line-height: 1.75;
      max-width: 920px;
      margin-top: 14px;
    }

    #fs-ds-finder .fds-header-cta {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: linear-gradient(135deg, #0a58ca, #084298);
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      padding: 14px 28px;
      border-radius: 14px;
      text-decoration: none;
      white-space: nowrap;
      box-shadow: 0 6px 20px rgba(10,88,202,.3);
      transition: transform .2s, box-shadow .2s;
    }
    #fs-ds-finder .fds-header-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(10,88,202,.38);
    }

    /* ── FEATURE CARDS ── */
    #fs-ds-finder .fds-features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 48px;
    }

    #fs-ds-finder .fds-feat-card {
      background: #ffffff;
      border: 1px solid #cfd8e3;
      border-radius: 18px;
      padding: 28px 26px;
      box-shadow: 0 2px 20px rgba(5,28,60,.08);
      transition: transform .25s, box-shadow .25s;
      position: relative;
      overflow: hidden;
    }
    #fs-ds-finder .fds-feat-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #0a58ca, #008374);
      opacity: 0;
      transition: opacity .25s;
    }
    #fs-ds-finder .fds-feat-card:hover {
      box-shadow: 0 10px 36px rgba(5,28,60,.15);
      transform: translateY(-4px);
    }
    #fs-ds-finder .fds-feat-card:hover::before {
      opacity: 1;
    }

    #fs-ds-finder .fds-feat-icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      font-size: 20px;
    }
    #fs-ds-finder .fds-ic-blue   { background: #ddeaf7; color: #0a58ca; }
    #fs-ds-finder .fds-ic-teal   { background: #ccede9; color: #008374; }
    #fs-ds-finder .fds-ic-green  { background: #d1e7dd; color: #157347; }
    #fs-ds-finder .fds-ic-amber  { background: #fef3c7; color: #b45309; }

    #fs-ds-finder .fds-feat-title {
      font-size: 18px;
      font-weight: 700;
      color: #051c3c;
      margin-bottom: 9px;
    }
    #fs-ds-finder .fds-feat-desc {
      font-size: 16px;
      color: #000;
      line-height: 1.7;
    }

    /* ── PROOF STRIP ── */
    #fs-ds-finder .fds-proof-strip {
      background: #ffffff;
      border: 1px solid #cfd8e3;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 2px 20px rgba(5,28,60,.08);
      display: grid;
      grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
      margin-bottom: 48px;
    }
    #fs-ds-finder .fds-proof-divider {
      background: #cfd8e3;
    }
    #fs-ds-finder .fds-proof-cell {
      padding: 28px 24px;
      text-align: center;
    }
    #fs-ds-finder .fds-proof-num {
      font-size: 2rem;
      font-weight: 800;
      line-height: 1;
      background: linear-gradient(90deg, #0a58ca, #008374);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 6px;
    }
    #fs-ds-finder .fds-proof-label {
      font-size: 14px;
      color: #4f6072;
      font-weight: 500;
      line-height: 1.4;
    }

    /* ── HOW IT WORKS ── */
    #fs-ds-finder .fds-how-row {
      background: #ffffff;
      border: 1px solid #cfd8e3;
      border-radius: 20px;
      padding: 36px 40px;
      box-shadow: 0 2px 20px rgba(5,28,60,.08);
      margin-bottom: 40px;
      display: grid;
      grid-template-columns: 220px 1fr;
      gap: 40px;
      align-items: center;
    }
    #fs-ds-finder .fds-how-label h4 {
      font-size: 1.1rem;
      font-weight: 800;
      color: #051c3c;
      margin-bottom: 6px;
    }
    #fs-ds-finder .fds-how-label p {
      font-size: 14px;
      color: #4f6072;
      line-height: 1.55;
    }
    #fs-ds-finder .fds-how-label a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 14px;
      color: #0a58ca;
      font-weight: 700;
      font-size: 16px;
      text-decoration: none;
      transition: gap .2s;
    }
    #fs-ds-finder .fds-how-label a:hover {
      gap: 10px;
    }

    #fs-ds-finder .fds-steps-inline {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      position: relative;
    }
    #fs-ds-finder .fds-steps-inline::before {
      content: '';
      position: absolute;
      top: 20px; left: 20px; right: 20px;
      height: 2px;
      background: #cfd8e3;
      z-index: 0;
    }
    #fs-ds-finder .fds-step-item {
      text-align: center;
      position: relative;
      z-index: 1;
      padding: 0 10px;
    }
    #fs-ds-finder .fds-step-dot {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #ffffff;
      border: 2px solid #cfd8e3;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
      font-size: 16px;
      font-weight: 800;
      color: #4f6072;
      transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
    }
    #fs-ds-finder .fds-step-item:hover .fds-step-dot {
      background: #0a58ca;
      color: #fff;
      border-color: #0a58ca;
      box-shadow: 0 4px 14px rgba(10,88,202,.28);
    }
    #fs-ds-finder .fds-step-title {
      font-size: 16px;
      font-weight: 700;
      color: #051c3c;
      margin-bottom: 5px;
    }
    #fs-ds-finder .fds-step-desc {
      font-size: 14px;
      color: #4f6072;
      line-height: 1.55;
    }

    /* ── CTA BANNER ── */
    #fs-ds-finder .fds-cta-banner {
      background: linear-gradient(135deg, #051c3c 0%, #0a3a7a 45%, #006b61 100%);
      border-radius: 22px;
      padding: 50px 56px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 28px;
      position: relative;
      overflow: hidden;
    }
    #fs-ds-finder .fds-cta-banner::before {
      content: '';
      position: absolute;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,255,255,.07) 0%, transparent 65%);
      right: -60px; top: -140px;
      pointer-events: none;
    }
    #fs-ds-finder .fds-cta-banner::after {
      content: '';
      position: absolute;
      width: 260px; height: 260px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,131,116,.12) 0%, transparent 65%);
      left: 60%; bottom: -100px;
      pointer-events: none;
    }

    #fs-ds-finder .fds-cta-left {
      position: relative;
      z-index: 1;
    }
    #fs-ds-finder .fds-cta-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255,255,255,.15);
      color: rgba(255,255,255,.9);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 999px;
      margin-bottom: 14px;
    }
    #fs-ds-finder .fds-cta-banner h3 {
      font-size: clamp(1.3rem, 2.5vw, 1.8rem);
      font-weight: 800;
      color: #fff;
      margin-bottom: 8px;
      line-height: 1.2;
    }
    #fs-ds-finder .fds-cta-banner p {
      font-size: 14px;
      color: rgba(255,255,255,.75);
      line-height: 1.6;
      max-width: 440px;
    }

    #fs-ds-finder .fds-cta-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 14px;
      position: relative;
      z-index: 1;
    }
    #fs-ds-finder .fds-btn-white {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      background: #ffffff;
      color: #0a58ca;
      font-size: 18px;
      font-weight: 700;
      padding: 18px 32px;
      border-radius: 14px;
      text-decoration: none;
      white-space: nowrap;
      box-shadow: 0 6px 20px rgba(0,0,0,.15);
      transition: transform .22s, box-shadow .22s;
    }
    #fs-ds-finder .fds-btn-white:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 32px rgba(0,0,0,.22);
    }
    #fs-ds-finder .fds-cta-note {
      font-size: 14px;
      color: rgba(255,255,255,.5);
    }

    /* ── ANIMATIONS ── */
    @keyframes fds-fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    #fs-ds-finder .fds-anim { animation: fds-fadeUp .55s ease both; }
    #fs-ds-finder .fds-d1   { animation-delay: .05s; }
    #fs-ds-finder .fds-d2   { animation-delay: .15s; }
    #fs-ds-finder .fds-d3   { animation-delay: .25s; }
    #fs-ds-finder .fds-d4   { animation-delay: .35s; }
    #fs-ds-finder .fds-d5   { animation-delay: .45s; }

    /* ── RESPONSIVE ── */
    @media (max-width: 960px) {
      #fs-ds-finder .fds-header-row    { grid-template-columns: 1fr; }
      #fs-ds-finder .fds-features-grid { grid-template-columns: 1fr 1fr; }
      #fs-ds-finder .fds-proof-strip   { grid-template-columns: 1fr 1fr; }
      #fs-ds-finder .fds-proof-divider { display: none; }
      #fs-ds-finder .fds-how-row       { grid-template-columns: 1fr; gap: 28px; }
      #fs-ds-finder .fds-steps-inline  { grid-template-columns: 1fr 1fr; gap: 20px; }
      #fs-ds-finder .fds-steps-inline::before { display: none; }
    }
    @media (max-width: 600px) {
      #fs-ds-finder                    { padding: 60px 16px; }
      #fs-ds-finder .fds-features-grid { grid-template-columns: 1fr; }
      #fs-ds-finder .fds-proof-strip   { grid-template-columns: 1fr 1fr; }
      #fs-ds-finder .fds-cta-banner    { padding: 36px 28px; }
      #fs-ds-finder .fds-steps-inline  { grid-template-columns: 1fr 1fr; }
    }





    /* ================================================ */

    
        /* * SECTION 1 STYLES (Dark Theme) */
        #fit-sanjoseus-s1 {
            background-color: #02073e;
            padding: 100px 20px;
            color: #e6f0f9;
        }
        #fit-sanjoseus-s1 .container {
            max-width: 1600px;
            margin: 0 auto;
        }
        #fit-sanjoseus-s1 .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        #fit-sanjoseus-s1 h2 {
            color: #ffffff;
            font-size: 2.8rem;
            margin-bottom: 25px;
            line-height: 1.3;
        }
        #fit-sanjoseus-s1 p {
            max-width: 1200px;
            margin: 0 auto 20px auto;
            color: #aab6c9;
            font-size: 1.1rem;
        }
        #fit-sanjoseus-s1 .intro-text {
            text-align: center;
            font-size: 1.25rem;
            margin-bottom: 50px;
            color: #008374;
            font-weight: bold;
        }
        #fit-sanjoseus-s1 .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }
        #fit-sanjoseus-s1 .benefit-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-top: 5px solid #008374;
            padding: 40px 30px;
            border-radius: 12px;
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
            text-align: center;
        }
        #fit-sanjoseus-s1 .benefit-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
            border-color: rgba(0, 131, 116, 0.4);
        }
        #fit-sanjoseus-s1 .benefit-card i {
            font-size: 2.8rem;
            color: #008374;
            margin-bottom: 25px;
            display: inline-block;
        }
        #fit-sanjoseus-s1 .benefit-card h3 {
            color: #ffffff;
            font-size: 1.4rem;
            margin-bottom: 15px;
        }
        #fit-sanjoseus-s1 .infrastructure-block {
            background: linear-gradient(135deg, #023e70, #031342);
            color: #ffffff;
            padding: 60px;
            border-radius: 16px;
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            align-items: center;
            margin-top: 50px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(0, 131, 116, 0.2);
        }
        #fit-sanjoseus-s1 .infrastructure-content {
            flex: 1 1 500px;
        }
        #fit-sanjoseus-s1 .infrastructure-block i {
            font-size: 3rem;
            color: #008374;
            margin-bottom: 20px;
        }
        #fit-sanjoseus-s1 .infrastructure-block h3 {
            color: #ffffff;
            font-size: 2rem;
            margin-bottom: 20px;
        }
        #fit-sanjoseus-s1 .infrastructure-block p {
            color: #d1d8e0;
            margin-left: 0;
            margin-right: 0;
        }
        #fit-sanjoseus-s1 .managed-box {
            background: rgba(0, 131, 116, 0.1);
            border-left: 5px solid #008374;
            padding: 35px;
            margin-top: 40px;
            border-radius: 0 12px 12px 0;
        }
        #fit-sanjoseus-s1 .managed-box h4 {
            color: #008374;
            font-size: 1.5rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 15px;
        }
        #fit-sanjoseus-s1 .managed-box h4 i {
            font-size: 1.8rem;
        }

        /* * SECTION 2 STYLES (Mid-Blue Theme) */
        #fit-sanjoseus-s2 {
            background-color: #023e70;
            padding: 100px 20px;
            color: #ffffff;
        }
        #fit-sanjoseus-s2 .container {
            max-width: 1600px;
            margin: 0 auto;
        }
        #fit-sanjoseus-s2 .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        #fit-sanjoseus-s2 h2 {
            color: #ffffff;
            font-size: 2.8rem;
            margin-bottom: 25px;
        }
        #fit-sanjoseus-s2 p {
            max-width: 1200px;
            margin: 0 auto 20px auto;
            color: #e6f0f9;
            font-size: 1.15rem;
        }
        #fit-sanjoseus-s2 .intro-text {
            text-align: center;
            margin-bottom: 50px;
        }
        #fit-sanjoseus-s2 .features-wrap {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-bottom: 70px;
        }
        #fit-sanjoseus-s2 .feature-item {
            background: rgba(255, 255, 255, 0.04);
            padding: 40px 30px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            text-align: center;
            transition: background 0.3s ease;
        }
        #fit-sanjoseus-s2 .feature-item:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        #fit-sanjoseus-s2 .feature-item i {
            font-size: 2.5rem;
            color: #008374;
            margin-bottom: 20px;
        }
        #fit-sanjoseus-s2 .feature-item h3 {
            color: #ffffff;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }
        #fit-sanjoseus-s2 .config-section {
            background: #ffffff;
            color: #02073e;
            padding: 60px;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        #fit-sanjoseus-s2 .config-section h3 {
            text-align: center;
            color: #02073e;
            font-size: 2.2rem;
            margin-bottom: 50px;
        }
        #fit-sanjoseus-s2 .config-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        #fit-sanjoseus-s2 .config-card {
            background: #f4f8fb;
            padding: 35px 25px;
            border-radius: 12px;
            border-bottom: 5px solid #008374;
            transition: transform 0.3s ease;
            box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        }
        #fit-sanjoseus-s2 .config-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(2, 62, 112, 0.08);
        }
        #fit-sanjoseus-s2 .config-card i {
            font-size: 2rem;
            color: #023e70;
            margin-bottom: 20px;
        }
        #fit-sanjoseus-s2 .config-card h4 {
            color: #02073e;
            font-size: 1.3rem;
            margin-bottom: 15px;
        }
        #fit-sanjoseus-s2 .config-card p {
            color: #555;
            font-size: 1.05rem;
            margin: 0;
        }
        #fit-sanjoseus-s2 .closing-text {
            margin-top: 50px;
            text-align: center;
            font-weight: bold;
            color: #aee6e0;
            font-size: 1.2rem;
        }

        /* * SECTION 3 STYLES (Soft Light Theme) */
        #fit-sanjoseus-s3 {
            background-color: #f4f8fa;
            padding: 100px 20px;
        }
        #fit-sanjoseus-s3 .container {
            max-width: 1600px;
            margin: 0 auto;
        }
        #fit-sanjoseus-s3 h2 {
            color: #02073e;
            font-size: 2.8rem;
            text-align: center;
            margin-bottom: 30px;
        }
        #fit-sanjoseus-s3 p {
            max-width: 1200px;
            margin: 0 auto 20px auto;
            color: #555;
            font-size: 1.15rem;
            text-align: center;
        }
        #fit-sanjoseus-s3 .advantages-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin: 60px 0;
        }
        #fit-sanjoseus-s3 .adv-box {
            background: #ffffff;
            padding: 40px 30px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: box-shadow 0.3s ease;
        }
        #fit-sanjoseus-s3 .adv-box:hover {
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
        }
        #fit-sanjoseus-s3 .adv-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background-color: #008374;
            z-index: -1;
        }
        #fit-sanjoseus-s3 .adv-box i {
            font-size: 2.2rem;
            color: #023e70;
            margin-bottom: 20px;
            display: block;
        }
        #fit-sanjoseus-s3 .adv-box h3 {
            color: #02073e;
            font-size: 1.4rem;
            margin-bottom: 15px;
        }
        #fit-sanjoseus-s3 .adv-box p {
            text-align: left;
            font-size: 1.05rem;
            margin: 0;
            color: #555;
        }
        #fit-sanjoseus-s3 .strategy-wrapper {
            background: linear-gradient(135deg, #008374, #023e70);
            color: #ffffff;
            padding: 60px 40px;
            border-radius: 16px;
            margin-top: 50px;
            box-shadow: 0 15px 30px rgba(0, 131, 116, 0.2);
        }
        #fit-sanjoseus-s3 .strategy-wrapper h3 {
            text-align: center;
            font-size: 2.2rem;
            margin-bottom: 40px;
            color: #ffffff;
        }
        #fit-sanjoseus-s3 .strategy-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-width: 1000px;
            margin: 0 auto;
        }
        #fit-sanjoseus-s3 .strategy-item {
            background: rgba(255, 255, 255, 0.1);
            padding: 25px 30px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        #fit-sanjoseus-s3 .strategy-item i {
            font-size: 1.8rem;
            color: #aee6e0;
        }
        #fit-sanjoseus-s3 .strategy-item p {
            color: #ffffff;
            margin: 0;
            text-align: left;
            font-size: 1.1rem;
        }
        #fit-sanjoseus-s3 .strategy-outro {
            margin-top: 40px;
            color: #ffffff;
            font-weight: bold;
            font-size: 1.2rem;
        }

        /* * SECTION 4 STYLES (Light Theme) */
        #fit-sanjoseus-s4 {
            background-color: #ffffff;
            padding: 100px 20px;
            color: #333;
        }
        #fit-sanjoseus-s4 .container {
            max-width: 1600px;
            margin: 0 auto;
        }
        #fit-sanjoseus-s4 h2 {
            color: #02073e;
            font-size: 2.8rem;
            text-align: center;
            margin-bottom: 60px;
        }
        #fit-sanjoseus-s4 p {
            max-width: 1200px;
            margin: 0 auto 15px auto;
        }
        #fit-sanjoseus-s4 .faq-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        #fit-sanjoseus-s4 .faq-card {
            background: #f9fbfb;
            border: 1px solid #e0e6ed;
            border-left: 5px solid #023e70;
            padding: 35px 30px;
            border-radius: 10px;
            transition: all 0.3s ease;
            box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
        }
        #fit-sanjoseus-s4 .faq-card:hover {
            border-left-color: #008374;
            background: #ffffff;
            box-shadow: 0 12px 25px rgba(2, 7, 62, 0.06);
            transform: translateY(-3px);
        }
        #fit-sanjoseus-s4 .faq-card h3 {
            color: #02073e;
            font-size: 1.3rem;
            margin-bottom: 15px;
            line-height: 1.4;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        #fit-sanjoseus-s4 .faq-card h3 i {
            color: #008374;
            font-size: 1.4rem;
            margin-top: 3px;
            flex-shrink: 0;
        }
        #fit-sanjoseus-s4 .faq-card p {
            color: #555;
            margin: 0;
            font-size: 1.05rem;
            padding-left: 35px;
        }

        /* Responsive Adjustments */
        @media (max-width: 1024px) {
            #fit-sanjoseus-s4 .faq-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
            #fit-sanjoseus-s1, #fit-sanjoseus-s2, #fit-sanjoseus-s3, #fit-sanjoseus-s4 {
                padding: 60px 15px;
            }
            #fit-sanjoseus-s1 h2, #fit-sanjoseus-s2 h2, #fit-sanjoseus-s3 h2, #fit-sanjoseus-s4 h2 {
                font-size: 2.2rem;
            }
            #fit-sanjoseus-s1 .infrastructure-block {
                padding: 40px 25px;
            }
            #fit-sanjoseus-s2 .config-section {
                padding: 40px 25px;
            }
            #fit-sanjoseus-s3 .strategy-wrapper {
                padding: 40px 25px;
            }
            #fit-sanjoseus-s4 .faq-card p {
                padding-left: 0;
                margin-top: 10px;
            }
        }
/* ==================================================== */


        /* ========================================
         SECTION 1: HERO & INTRO 
         ID: fit-irdublin-s1
         ========================================
        */
        #fit-irdublin-s1 {
            background-color: #02073e;
            color: #ffffff;
            padding: 100px 20px;
            position: relative;
            overflow: hidden;
        }

        #fit-irdublin-s1 .container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        #fit-irdublin-s1 .header-badge {
            display: inline-block;
            background-color: #008374;
            color: #ffffff;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 24px;
        }

        #fit-irdublin-s1 h2 {
            font-size: 3rem;
            line-height: 1.2;
            margin-bottom: 24px;
            color: #ffffff;
            max-width: 1200px;
        }

        #fit-irdublin-s1 p {
            max-width: 1200px;
            font-size: 1.15rem;
            color: #d1d5db;
            margin-bottom: 24px;
        }

        #fit-irdublin-s1 .highlight-text {
            color: #008374;
            font-weight: bold;
        }

        #fit-irdublin-s1 .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 48px;
            max-width: 1400px;
        }

        #fit-irdublin-s1 .feature-card {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            padding: 24px;
            border-radius: 12px;
            display: flex;
            align-items: flex-start;
            gap: 16px;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }

        #fit-irdublin-s1 .feature-card:hover {
            transform: translateY(-5px);
            background-color: rgba(255, 255, 255, 0.1);
            border-color: #008374;
        }

        #fit-irdublin-s1 .feature-icon {
            font-size: 1.8rem;
            line-height: 1;
        }

        #fit-irdublin-s1 .feature-text {
            font-size: 1rem;
            color: #e5e7eb;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            #fit-irdublin-s1 { padding: 60px 20px; }
            #fit-irdublin-s1 h2 { font-size: 2.2rem; }
            #fit-irdublin-s1 p { font-size: 1rem; }
        }


        /* ========================================
         SECTION 2: HARDWARE & SPECS
         ID: fit-irdublin-s2
         ========================================
        */
        #fit-irdublin-s2 {
            background-color: #f8f9fa;
            padding: 100px 20px;
        }

        #fit-irdublin-s2 .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        #fit-irdublin-s2 .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        #fit-irdublin-s2 h2 {
            font-size: 2.5rem;
            color: #02073e;
            margin-bottom: 20px;
        }

        #fit-irdublin-s2 .section-header p {
            max-width: 1200px;
            margin: 0 auto;
            font-size: 1.15rem;
            color: #555555;
        }

        #fit-irdublin-s2 .specs-wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
        }

        #fit-irdublin-s2 .spec-block {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(2, 7, 62, 0.05);
            border-top: 4px solid #023e70;
            transition: box-shadow 0.3s ease;
        }

        #fit-irdublin-s2 .spec-block:hover {
            box-shadow: 0 15px 40px rgba(2, 7, 62, 0.1);
        }

        #fit-irdublin-s2 .spec-block h3 {
            color: #023e70;
            font-size: 1.5rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        #fit-irdublin-s2 .spec-item {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eeeeee;
        }

        #fit-irdublin-s2 .spec-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        #fit-irdublin-s2 h4 {
            color: #008374;
            font-size: 1.1rem;
            margin-bottom: 8px;
        }

        #fit-irdublin-s2 p {
            max-width: 1200px;
            color: #666666;
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            #fit-irdublin-s2 { padding: 60px 20px; }
            #fit-irdublin-s2 h2 { font-size: 2rem; }
            #fit-irdublin-s2 .spec-block { padding: 30px 20px; }
        }


        /* ========================================
         SECTION 3: WORKLOADS & USE CASES
         ID: fit-irdublin-s3
         ========================================
        */
        #fit-irdublin-s3 {
            background-color: #ffffff;
            padding: 100px 20px;
        }

        #fit-irdublin-s3 .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        #fit-irdublin-s3 .intro-box {
            background-color: #023e70;
            color: #ffffff;
            border-radius: 20px;
            padding: 60px 40px;
            text-align: center;
            margin-bottom: 60px;
            box-shadow: 0 20px 40px rgba(2, 62, 112, 0.15);
        }

        #fit-irdublin-s3 .intro-box h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        #fit-irdublin-s3 .intro-box p {
            max-width: 1200px;
            margin: 0 auto 16px auto;
            font-size: 1.1rem;
            color: #e0e7ff;
        }

        #fit-irdublin-s3 .use-cases-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 24px;
        }

        #fit-irdublin-s3 .use-case-card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            padding: 32px;
            transition: all 0.3s ease;
        }

        #fit-irdublin-s3 .use-case-card:hover {
            border-color: #008374;
            box-shadow: 0 10px 30px rgba(0, 131, 116, 0.08);
            transform: translateY(-4px);
        }

        #fit-irdublin-s3 .card-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 16px;
        }

        #fit-irdublin-s3 .card-icon {
            font-size: 2rem;
        }

        #fit-irdublin-s3 h3 {
            color: #02073e;
            font-size: 1.25rem;
        }

        #fit-irdublin-s3 p {
            max-width: 1200px;
            color: #555555;
            font-size: 0.95rem;
        }

        #fit-irdublin-s3 .management-options {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            margin-top: 60px;
            background-color: #f0f7f6;
            padding: 40px;
            border-radius: 16px;
            border-left: 6px solid #008374;
        }

        #fit-irdublin-s3 .management-options h4 {
            color: #02073e;
            font-size: 1.2rem;
            margin-bottom: 12px;
        }

        @media (max-width: 768px) {
            #fit-irdublin-s3 { padding: 60px 20px; }
            #fit-irdublin-s3 .intro-box { padding: 40px 20px; }
            #fit-irdublin-s3 .intro-box h2 { font-size: 2rem; }
            #fit-irdublin-s3 .management-options { padding: 24px; }
        }


        /* ========================================
         SECTION 4: FAQ
         ID: fit-irdublin-s4
         ========================================
        */
        #fit-irdublin-s4 {
            margin-bottom:0px;
            background-color: #02073e;
            padding: 100px 20px;
            color: #ffffff;
        }

        #fit-irdublin-s4 .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        #fit-irdublin-s4 .faq-header {
            text-align: center;
            margin-bottom: 50px;
        }

        #fit-irdublin-s4 h2 {
            font-size: 2.5rem;
            color: #ffffff;
            margin-bottom: 16px;
        }

        #fit-irdublin-s4 .faq-header p {
            max-width: 1200px;
            margin: 0 auto;
            color: #008374;
            font-size: 1.1rem;
            font-weight: bold;
        }

        #fit-irdublin-s4 .faq-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            align-items: start;
        }

        #fit-irdublin-s4 details {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            margin-bottom: 0;
            overflow: hidden;
            transition: background-color 0.3s ease;
        }

        #fit-irdublin-s4 details:hover {
            background-color: rgba(255, 255, 255, 0.08);
        }

        #fit-irdublin-s4 summary {
            padding: 24px;
            font-size: 1.15rem;
            font-weight: bold;
            color: #ffffff;
            cursor: pointer;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #fit-irdublin-s4 summary::-webkit-details-marker {
            display: none;
        }

        #fit-irdublin-s4 summary::after {
            content: '+';
            font-size: 1.5rem;
            color: #008374;
            transition: transform 0.3s ease;
        }

        #fit-irdublin-s4 details[open] summary::after {
            content: '−'; /* Using a standard minus sign instead of hyphen */
        }

        #fit-irdublin-s4 details[open] summary {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            color: #008374;
        }

        #fit-irdublin-s4 .faq-content {
            padding: 24px;
            color: #d1d5db;
        }

        #fit-irdublin-s4 .faq-content p {
            max-width: 1200px;
            margin-bottom: 16px;
        }

        #fit-irdublin-s4 .faq-content p:last-child {
            margin-bottom: 0;
        }

        @media (max-width: 992px) {
            #fit-irdublin-s4 .faq-list {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            #fit-irdublin-s4 { padding: 60px 20px; }
            #fit-irdublin-s4 h2 { font-size: 2rem; }
            #fit-irdublin-s4 summary { font-size: 1.05rem; padding: 20px; }
            #fit-irdublin-s4 .faq-content { padding: 20px; }
        }


        /* ================================== */



        /* Container & Paragraph Max Width Constraints */
        #fit-sao-s1 .container,
        #fit-sao-s2 .container,
        #fit-sao-s3 .container,
        #fit-sao-s4 .container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 0 40px;
        }

        #fit-sao-s1 p,
        #fit-sao-s2 p,
        #fit-sao-s3 p,
        #fit-sao-s4 p {
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.85;
            font-size: 1.1rem;
        }

        /* ----------------------------------------------------
           Section 1: Hero & Introduction
           ---------------------------------------------------- */
        #fit-sao-s1 {
            background: radial-gradient(ellipse at top right, #023e70 0%, #02073e 70%);
            color: #ffffff;
            padding: 140px 0 120px;
            text-align: center;
            border-bottom: 5px solid #008374;
        }

        #fit-sao-s1 h2 {
            font-size: 3.5rem;
            color: #008374;
            margin-bottom: 25px;
            font-weight: 800;
            line-height: 1.15;
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
            letter-spacing: -1px;
        }

        #fit-sao-s1 h3 {
            font-size: 1.6rem;
            color: #e0f2f1;
            margin-bottom: 45px;
            font-weight: 300;
        }

        #fit-sao-s1 p {
            color: #d1d5db;
            margin-bottom: 30px;
            font-size: 1.15rem;
        }

        /* ----------------------------------------------------
           Section 2: Enterprise Grade Hardware
           ---------------------------------------------------- */
        #fit-sao-s2 {
            background: #f8fafc;
            color: #02073e;
            padding: 120px 0;
        }

        #fit-sao-s2 .header-text {
            text-align: center;
            margin-bottom: 80px;
        }

        #fit-sao-s2 h2 {
            font-size: 2.8rem;
            color: #023e70;
            margin-bottom: 25px;
            font-weight: 800;
            letter-spacing: -0.5px;
        }

        #fit-sao-s2 h3 {
            font-size: 1.3rem;
            color: #008374;
            margin-bottom: 35px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        #fit-sao-s2 .intro-p {
            color: #4b5563;
            text-align: center;
            margin-bottom: 60px;
            font-size: 1.2rem;
        }

        #fit-sao-s2 .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 50px;
            max-width: 1600px;
            margin: 0 auto;
        }

        #fit-sao-s2 .card {
            background: #ffffff;
            border-radius: 16px;
            padding: 50px;
            border: 1px solid #e5e7eb;
            border-bottom: 6px solid #008374;
            box-shadow: 0 4px 6px rgba(0,0,0,0.02);
            transition: all 0.4s ease;
        }

        #fit-sao-s2 .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(2, 7, 62, 0.08);
            border-color: #d1d5db;
        }

        #fit-sao-s2 .card h3 {
            color: #02073e;
            font-size: 1.6rem;
            margin-bottom: 20px;
            text-transform: none;
            letter-spacing: normal;
            font-weight: 700;
        }

        #fit-sao-s2 .card p {
            color: #4b5563;
            margin-left: 0;
            margin-right: 0;
            font-size: 1.05rem;
        }

        /* ----------------------------------------------------
           Section 3: Security & Compliance
           ---------------------------------------------------- */
        #fit-sao-s3 {
            background: #02073e;
            color: #ffffff;
            padding: 120px 0;
            position: relative;
            overflow: hidden;
        }

        #fit-sao-s3::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(0,131,116,0.05) 0%, rgba(2,62,112,0.1) 100%);
            pointer-events: none;
        }

        #fit-sao-s3 .header-text {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
            z-index: 1;
        }

        #fit-sao-s3 h2 {
            font-size: 2.8rem;
            color: #008374;
            margin-bottom: 25px;
            font-weight: 800;
            letter-spacing: -0.5px;
        }

        #fit-sao-s3 h3 {
            font-size: 1.4rem;
            color: #e0f2f1;
            font-weight: 300;
        }

        #fit-sao-s3 .flex-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 40px;
            max-width: 1600px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        #fit-sao-s3 .sao-feature-box {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255,255,255,0.1);
            padding: 50px;
            border-radius: 16px;
            transition: background 0.3s ease;
        }

        #fit-sao-s3 .sao-feature-box:hover {
            background: rgba(255, 255, 255, 0.06);
            border-color: #008374;
        }

        #fit-sao-s3 .sao-feature-box h3 {
            color: #ffffff;
            font-size: 1.6rem;
            margin-bottom: 20px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        #fit-sao-s3 .sao-feature-box h3::before {
            content: '';
            display: block;
            width: 12px;
            height: 12px;
            background: #008374;
            border-radius: 50%;
        }

        #fit-sao-s3 .sao-feature-box p {
            color: #9ca3af;
            margin-left: 0;
            margin-right: 0;
            font-size: 1.05rem;
        }

        /* ----------------------------------------------------
           Section 4: FAQ
           ---------------------------------------------------- */
        #fit-sao-s4 {
            background: #ffffff;
            color: #02073e;
            padding: 120px 0;
        }

        #fit-sao-s4 .header-text {
            text-align: center;
            margin-bottom: 80px;
        }

        #fit-sao-s4 h2 {
            font-size: 2.8rem;
            color: #023e70;
            margin-bottom: 25px;
            font-weight: 800;
            letter-spacing: -0.5px;
        }

        #fit-sao-s4 h3 {
            font-size: 1.4rem;
            color: #008374;
            margin-bottom: 25px;
            font-weight: 600;
        }

        #fit-sao-s4 .faq-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
            gap: 30px;
            max-width: 1600px;
            margin: 0 auto;
            align-items: start;
        }

        #fit-sao-s4 .faq-item {
            background: #f8fafc;
            padding: 45px;
            border-radius: 16px;
            width: 100%;
            border-left: 4px solid #008374;
            transition: box-shadow 0.3s ease;
        }

        #fit-sao-s4 .faq-item:hover {
            box-shadow: 0 10px 30px rgba(2, 7, 62, 0.05);
        }

        #fit-sao-s4 .faq-item h3 {
            color: #02073e;
            font-size: 1.35rem;
            margin-bottom: 15px;
            font-weight: 700;
            text-transform: none;
            line-height: 1.4;
        }

        #fit-sao-s4 .faq-item p {
            color: #4b5563;
            margin-left: 0;
            margin-right: 0;
            font-size: 1.05rem;
        }

        /* ----------------------------------------------------
           Responsive Adjustments
           ---------------------------------------------------- */
        @media (max-width: 1200px) {
            #fit-sao-s1 h2 { font-size: 3rem; }
            #fit-sao-s4 .faq-list { grid-template-columns: 1fr; }
        }

        @media (max-width: 992px) {
            #fit-sao-s1 h2 { font-size: 2.6rem; }
            #fit-sao-s2 h2, #fit-sao-s3 h2, #fit-sao-s4 h2 { font-size: 2.4rem; }
            #fit-sao-s1, #fit-sao-s2, #fit-sao-s3, #fit-sao-s4 { padding: 90px 0; }
            #fit-sao-s3 .flex-container { grid-template-columns: 1fr; }
        }

        @media (max-width: 768px) {
            #fit-sao-s1 h2 { font-size: 2.2rem; }
            #fit-sao-s1 h3 { font-size: 1.3rem; }
            #fit-sao-s2 h2, #fit-sao-s3 h2, #fit-sao-s4 h2 { font-size: 2rem; }
            #fit-sao-s1, #fit-sao-s2, #fit-sao-s3, #fit-sao-s4 { padding: 70px 0; }
            #fit-sao-s2 .grid { grid-template-columns: 1fr; }
            #fit-sao-s2 .card, #fit-sao-s3 .sao-feature-box, #fit-sao-s4 .faq-item { padding: 30px; }
            #fit-sao-s4 .faq-list { grid-template-columns: 1fr; }
        }




        /* =================================================== */

         #fit-madr-s1, #fit-madr-s2, #fit-madr-s3, #fit-madr-s4 {
        background-color: #ffffff;
        color: #02073e;
        padding: 100px 24px;
        line-height: 1.7;
        overflow: hidden;
    }

    #fit-madr-s2, #fit-madr-s4 {
        background-color: #f8fafc;
    }

    #fit-madr-s1 *, #fit-madr-s2 *, #fit-madr-s3 *, #fit-madr-s4 * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    #fit-madr-s1 .fit-container,
    #fit-madr-s2 .fit-container,
    #fit-madr-s3 .fit-container,
    #fit-madr-s4 .fit-container {
        max-width: 1600px;
        margin: 0 auto;
        width: 100%;
    }

    #fit-madr-s1 p,
    #fit-madr-s2 p,
    #fit-madr-s3 p,
    #fit-madr-s4 p {
        max-width: 1200px;
        color: #4a5568;
        font-size: 17px!important;
        margin-bottom: 18px;
    }

    #fit-madr-s1 p:last-child,
    #fit-madr-s2 p:last-child,
    #fit-madr-s3 p:last-child,
    #fit-madr-s4 p:last-child {
        margin-bottom: 0;
    }

    /* Shared Heading Styles */
    #fit-madr-s1 .fit-tag,
    #fit-madr-s2 .fit-tag,
    #fit-madr-s3 .fit-tag,
    #fit-madr-s4 .fit-tag {
        display: inline-block;
        background: rgba(0, 131, 116, 0.1);
        color: #008374;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 24px;
    }

    #fit-madr-s1 h2,
    #fit-madr-s2 h2,
    #fit-madr-s3 h2,
    #fit-madr-s4 h2 {
        font-size: 42px;
        font-weight: 800;
        color: #023e70;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    #fit-madr-s1 h2 span,
    #fit-madr-s2 h2 span,
    #fit-madr-s3 h2 span,
    #fit-madr-s4 h2 span {
        color: #008374;
    }

    #fit-madr-s1 .fit-lead,
    #fit-madr-s2 .fit-lead,
    #fit-madr-s3 .fit-lead,
    #fit-madr-s4 .fit-lead {
        font-size: 18px;
        color: #02073e;
        margin-bottom: 50px;
        font-weight: 500;
    }

    #fit-madr-s1 .fit-divider,
    #fit-madr-s2 .fit-divider,
    #fit-madr-s3 .fit-divider,
    #fit-madr-s4 .fit-divider {
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #008374, #023e70);
        border-radius: 2px;
        margin: 30px 0 50px;
    }

    /* =========================================================
       SECTION 1: WHY MADRID
       ========================================================= */
    #fit-madr-s1 .fit-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 32px;
    }

    #fit-madr-s1 .fit-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 20px;
        padding: 40px 32px;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        z-index: 1;
    }

    #fit-madr-s1 .fit-card::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(2, 62, 112, 0.08);
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: -1;
    }

    #fit-madr-s1 .fit-card:hover {
        transform: translateY(-8px);
        border-color: #008374;
    }

    #fit-madr-s1 .fit-card:hover::before {
        opacity: 1;
    }

    #fit-madr-s1 .fit-icon {
        width: 64px;
        height: 64px;
        background: linear-gradient(135deg, #023e70 0%, #008374 100%);
        color: #ffffff;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        margin-bottom: 28px;
        box-shadow: 0 10px 20px rgba(0, 131, 116, 0.2);
    }

    #fit-madr-s1 .fit-card h3 {
        font-size: 22px;
        color: #02073e;
        margin-bottom: 16px;
        line-height: 1.4;
    }

    #fit-madr-s1 .fit-stat {
        display: inline-block;
        background: rgba(2, 62, 112, 0.05);
        color: #023e70;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 700;
        margin-top: 24px;
        border: 1px solid rgba(2, 62, 112, 0.1);
    }

    /* =========================================================
       SECTION 2: INFRASTRUCTURE
       ========================================================= */
    #fit-madr-s2 .fit-layout {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 60px;
        align-items: start;
    }

    @media (max-width: 1024px) {
        #fit-madr-s2 .fit-layout {
            grid-template-columns: 1fr;
        }
    }

    #fit-madr-s2 .fit-features {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    #fit-madr-s2 .fit-feature {
        display: flex;
        gap: 20px;
        background: #ffffff;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.03);
        border-left: 5px solid #008374;
        transition: transform 0.3s ease;
    }

    #fit-madr-s2 .fit-feature:hover {
        transform: translateX(10px);
    }

    #fit-madr-s2 .fit-feature-text h3 {
        color: #023e70;
        font-size: 20px;
        margin-bottom: 12px;
    }

    #fit-madr-s2 .fit-highlight {
        background: linear-gradient(145deg, #02073e 0%, #023e70 100%);
        border-radius: 24px;
        padding: 50px 40px;
        color: #ffffff;
        box-shadow: 0 25px 50px rgba(2, 7, 62, 0.25);
        position: sticky;
        top: 40px;
    }

    #fit-madr-s2 .fit-highlight h3 {
        color: #008374;
        font-size: 26px;
        margin-bottom: 12px;
    }

    #fit-madr-s2 .fit-highlight p {
        color: #cbd5e1;
        margin-bottom: 30px;
    }

    #fit-madr-s2 .fit-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #fit-madr-s2 .fit-row:last-child {
        border-bottom: none;
    }

    #fit-madr-s2 .fit-label {
        color: #94a3b8;
        font-size: 15px;
    }

    #fit-madr-s2 .fit-value {
        font-weight: 700;
        color: #ffffff;
        font-size: 16px;
    }

    /* =========================================================
       SECTION 3: SECURITY
       ========================================================= */
    #fit-madr-s3 .fit-intro {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        margin-bottom: 60px;
    }

    @media (max-width: 991px) {
        #fit-madr-s3 .fit-intro {
            grid-template-columns: 1fr;
            gap: 40px;
        }
    }

    #fit-madr-s3 .fit-intro h3 {
        font-size: 26px;
        color: #023e70;
        margin-bottom: 20px;
    }

    #fit-madr-s3 .fit-badges {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 30px;
    }

    #fit-madr-s3 .fit-badge {
        background: #f1f5f9;
        color: #023e70;
        border: 1px solid #e2e8f0;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 700;
        transition: all 0.3s;
    }

    #fit-madr-s3 .fit-badge:hover {
        background: #023e70;
        color: #ffffff;
        border-color: #023e70;
    }

    #fit-madr-s3 .fit-pillars {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
    }

    #fit-madr-s3 .fit-pillar {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 40px 30px;
        border-radius: 16px;
        position: relative;
        transition: all 0.3s;
    }

    #fit-madr-s3 .fit-pillar:hover {
        border-color: #008374;
        box-shadow: 0 15px 30px rgba(0, 131, 116, 0.08);
        transform: translateY(-5px);
    }

    #fit-madr-s3 .fit-num {
        font-size: 60px;
        font-weight: 800;
        color: rgba(0, 131, 116, 0.08);
        position: absolute;
        top: 20px;
        right: 20px;
        line-height: 1;
    }

    #fit-madr-s3 .fit-pillar h3 {
        color: #02073e;
        font-size: 22px;
        margin-bottom: 16px;
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }

    /* =========================================================
       SECTION 4: FAQ
       ========================================================= */
    #fit-madr-s4 .fit-faq-wrap {
        max-width: 1000px;
        margin: 0 auto;
    }

    #fit-madr-s4 details {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        margin-bottom: 20px;
        transition: all 0.3s;
        box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    }

    #fit-madr-s4 details:hover {
        border-color: #008374;
        box-shadow: 0 8px 20px rgba(0, 131, 116, 0.05);
    }

    #fit-madr-s4 details[open] {
        border-color: #023e70;
    }

    #fit-madr-s4 summary {
        padding: 28px 32px;
        font-size: 18px;
        font-weight: 700;
        color: #02073e;
        cursor: pointer;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #fit-madr-s4 summary::-webkit-details-marker {
        display: none;
    }

    #fit-madr-s4 summary::after {
        content: '+';
        font-size: 28px;
        color: #008374;
        transition: transform 0.3s ease;
        line-height: 1;
        font-weight: 400;
    }

    #fit-madr-s4 details[open] summary::after {
        content: '−';
        transform: rotate(180deg);
        color: #023e70;
    }

    #fit-madr-s4 .fit-faq-content {
        padding: 0 32px 32px;
        color: #4a5568;
        font-size: 16px;
        border-top: 1px solid #f1f5f9;
        margin-top: 10px;
        padding-top: 24px;
    }

    /* =========================================================
       RESPONSIVE TYPOGRAPHY
       ========================================================= */
    @media (max-width: 768px) {
        #fit-madr-s1 h2,
        #fit-madr-s2 h2,
        #fit-madr-s3 h2,
        #fit-madr-s4 h2 {
            font-size: 32px;
        }
        
        #fit-madr-s1, #fit-madr-s2, #fit-madr-s3, #fit-madr-s4 {
            padding: 70px 20px;
        }

        #fit-madr-s4 summary {
            padding: 20px 24px;
            font-size: 16px;
            gap: 16px;
        }

        #fit-madr-s4 .fit-faq-content {
            padding: 0 24px 24px;
        }
    }

    /* ================================================ */

    #fit-paris-s1 *, #fit-paris-s2 *, #fit-paris-s3 *, #fit-paris-s4 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  #fit-paris-s1 {
    background-color: #02073e;
    color: #ffffff;
    padding: 100px 0;
    line-height: 1.7;
  }
  #fit-paris-s1 .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
  }
  #fit-paris-s1 .text-content {
    max-width: 1400px;
    margin: 0 auto 60px auto;
    text-align: center;
  }
  #fit-paris-s1 .badge {
    display: inline-block;
    background-color: rgba(0, 131, 116, 0.15);
    color: #008374;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 131, 116, 0.3);
  }
  #fit-paris-s1 h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.2;
  }
  #fit-paris-s1 p {
    font-size: 16px;
    color: #b0b8c6;
    margin-bottom: 20px;
  }
  #fit-paris-s1 .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1600px;
  }
  #fit-paris-s1 .feature-card {
    background-color: #023e70;
    padding: 40px 32px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, border-color 0.3s ease;
  }
  #fit-paris-s1 .feature-card:hover {
    transform: translateY(-6px);
    border-color: #008374;
  }
  #fit-paris-s1 .icon-wrapper {
    width: 56px;
    height: 56px;
    background-color: rgba(0, 131, 116, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 131, 116, 0.3);
    color: #008374;
  }
  #fit-paris-s1 .feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
  }
  #fit-paris-s1 .feature-card p {
    font-size: 15px;
    color: #a0aec0;
    margin-bottom: 0;
  }

  /* =========================================
     SECTION 2: Bandwidth & Data Transfer + OS
     ========================================= */
  #fit-paris-s2 {
    background-color: #ffffff;
    color: #02073e;
    padding: 100px 0;
    line-height: 1.7;
  }
  #fit-paris-s2 .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
  }
  #fit-paris-s2 .text-content {
    max-width: 1400px;
    margin: 0 auto 50px auto;
    text-align: center;
  }
  #fit-paris-s2 .badge {
    display: inline-block;
    background-color: rgba(2, 62, 112, 0.1);
    color: #023e70;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  #fit-paris-s2 h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    margin-bottom: 24px;
    color: #02073e;
    line-height: 1.2;
  }
  #fit-paris-s2 p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
  }
  #fit-paris-s2 .table-responsive {
    max-width: 1400px;
    margin: 0 auto 60px auto;
    overflow-x: auto;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
  }
  #fit-paris-s2 table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 600px;
  }
  #fit-paris-s2 th, #fit-paris-s2 td {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
  }
  #fit-paris-s2 th {
    background-color: #023e70;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #fit-paris-s2 tr:last-child td {
    border-bottom: none;
  }
  #fit-paris-s2 td {
    color: #334155;
    font-size: 15px;
    font-weight: 500;
  }
  #fit-paris-s2 .status-badge {
    background-color: rgba(0, 131, 116, 0.15);
    color: #008374;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
  }
  #fit-paris-s2 .os-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
  }
  #fit-paris-s2 .os-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(2, 7, 62, 0.05);
    position: relative;
    overflow: hidden;
  }
  #fit-paris-s2 .os-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
  }
  #fit-paris-s2 .os-card.linux::before { background-color: #008374; }
  #fit-paris-s2 .os-card.windows::before { background-color: #023e70; }
  #fit-paris-s2 .os-logo {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #fit-paris-s2 .os-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #02073e;
    margin-bottom: 12px;
  }
  #fit-paris-s2 .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
  }
  #fit-paris-s2 .tag {
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
  }

  /* =========================================
     SECTION 3: Management & Access
     ========================================= */
  #fit-paris-s3 {
    background-color: #023e70;
    color: #ffffff;
    padding: 100px 0;
    line-height: 1.7;
  }
  #fit-paris-s3 .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
  }
  #fit-paris-s3 .text-content {
    max-width: 1400px;
    margin: 0 auto 60px auto;
    text-align: center;
  }
  #fit-paris-s3 .badge {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  #fit-paris-s3 h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.2;
  }
  #fit-paris-s3 p {
    font-size: 16px;
    color: #e2e8f0;
    margin-bottom: 20px;
  }
  #fit-paris-s3 .management-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto 60px auto;
  }
  #fit-paris-s3 .mgmt-card {
    background-color: #02073e;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  #fit-paris-s3 .mgmt-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #ffffff;
  }
  #fit-paris-s3 .mgmt-card .subtitle {
    font-size: 14px;
    color: #008374;
    font-weight: bold;
    margin-bottom: 24px;
    display: block;
  }
  #fit-paris-s3 .mgmt-card ul {
    list-style: none;
  }
  #fit-paris-s3 .mgmt-card li {
    font-size: 15px;
    color: #cbd5e1;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
  }
  #fit-paris-s3 .mgmt-card.managed li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #008374;
    font-weight: bold;
    font-size: 16px;
  }
  #fit-paris-s3 .mgmt-card.unmanaged li::before {
    content: '◈';
    position: absolute;
    left: 0;
    top: 0;
    color: #94a3b8;
    font-size: 14px;
  }
  #fit-paris-s3 .list-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    border-radius: 16px;
  }
  #fit-paris-s3 .list-block h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #fit-paris-s3 .list-block ul {
    list-style: none;
  }
  #fit-paris-s3 .list-block li {
    font-size: 15px;
    color: #e2e8f0;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
  }
  #fit-paris-s3 .list-block li::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 0;
    color: #008374;
  }

  /* =========================================
     SECTION 4: FAQ
     ========================================= */
  #fit-paris-s4 {
    background-color: #02073e;
    color: #ffffff;
    padding: 100px 0;
    line-height: 1.7;
  }
  #fit-paris-s4 .container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
  }
  #fit-paris-s4 .text-content {
    max-width: 1400px;
    margin: 0 auto 50px auto;
    text-align: center;
  }
  #fit-paris-s4 .badge {
    display: inline-block;
    background-color: rgba(0, 131, 116, 0.15);
    color: #008374;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 131, 116, 0.3);
  }
  #fit-paris-s4 h2 {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.2;
  }
  #fit-paris-s4 p {
    font-size: 16px;
    color: #b0b8c6;
    margin-bottom: 20px;
  }
  #fit-paris-s4 .faq-wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }
  #fit-paris-s4 details {
    background-color: #023e70;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
  }
  #fit-paris-s4 details:hover {
    border-color: rgba(0, 131, 116, 0.5);
  }
  #fit-paris-s4 summary {
    padding: 24px 60px 24px 24px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    list-style: none;
    user-select: none;
  }
  #fit-paris-s4 summary::-webkit-details-marker {
    display: none;
  }
  #fit-paris-s4 summary::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #008374;
    font-weight: 300;
    transition: transform 0.3s ease;
  }
  #fit-paris-s4 details[open] summary::after {
    content: '×';
    transform: translateY(-50%) rotate(90deg);
  }
  #fit-paris-s4 .faq-answer {
    padding: 0 24px 24px 24px;
    color: #cfd6e0;
    font-size: 15px;
  }
  #fit-paris-s4 .faq-answer ul {
    margin-top: 16px;
    padding-left: 20px;
    list-style-type: disc;
  }
  #fit-paris-s4 .faq-answer li {
    margin-bottom: 8px;
  }

  /* Responsive Adjustments */
  @media (max-width: 991px) {
    #fit-paris-s1, #fit-paris-s2, #fit-paris-s3, #fit-paris-s4 {
      padding: 80px 0;
    }
    #fit-paris-s2 .os-grid, #fit-paris-s3 .management-grid, #fit-paris-s3 .list-columns {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 767px) {
    #fit-paris-s1, #fit-paris-s2, #fit-paris-s3, #fit-paris-s4 {
      padding: 60px 0;
    }
    #fit-paris-s1 .feature-grid {
      grid-template-columns: 1fr;
    }
    #fit-paris-s2 .os-card, #fit-paris-s3 .mgmt-card, #fit-paris-s3 .list-block {
      padding: 24px;
    }
    #fit-paris-s4 summary {
      padding: 20px 50px 20px 20px;
      font-size: 16px;
    }
  }
  /* ========================== */
      #fit-zurich-s1 *, #fit-zurich-s2 *, #fit-zurich-s3 * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    #fit-zurich-s1, #fit-zurich-s2, #fit-zurich-s3 {
        width: 100%;
        display: block;
        line-height: 1.6;
        color: #333333;
    }

    /* Section Backgrounds */
    #fit-zurich-s1 { background-color: #f8fbfc; }
    #fit-zurich-s2 { background-color: #ffffff; }
    #fit-zurich-s3 { background-color: #f4f7fa; }

    /* Containers */
    #fit-zurich-s1 .container,
    #fit-zurich-s2 .container,
    #fit-zurich-s3 .container {
        max-width: 1600px;
        margin: 0 auto;
        padding: 80px 20px;
    }

    /* Typography */
    #fit-zurich-s1 h2, #fit-zurich-s2 h2, #fit-zurich-s3 h2 {
        color: #02073e;
        font-size: 2.8rem;
        font-weight: 700;
        margin-bottom: 24px;
        text-align: center;
        line-height: 1.2;
    }
    #fit-zurich-s1 h3, #fit-zurich-s2 h3, #fit-zurich-s3 h3 {
        color: #023e70;
        font-size: 1.8rem;
        font-weight: 600;
        margin-top: 60px;
        margin-bottom: 30px;
        text-align: center;
    }
    #fit-zurich-s1 p, #fit-zurich-s2 p, #fit-zurich-s3 p {
        max-width: 1400px;
        margin: 0 auto 20px auto;
        font-size: 1.15rem;
        color: #444444;
    }
    #fit-zurich-s1 .text-center, #fit-zurich-s2 .text-center, #fit-zurich-s3 .text-center {
        text-align: center;
    }
    #fit-zurich-s2 .mt-large {
        margin-top: 80px;
    }

    /* Section 1: Grids */
    #fit-zurich-s1 .perf-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
        margin-top: 40px;
    }
    #fit-zurich-s1 .perf-card {
        background: #ffffff;
        border-top: 5px solid #008374;
        padding: 35px 25px;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(2, 7, 62, 0.04);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
    }
    #fit-zurich-s1 .perf-card:hover { 
        transform: translateY(-5px); 
        box-shadow: 0 15px 35px rgba(2, 7, 62, 0.08);
    }
    #fit-zurich-s1 .perf-card h4 {
        color: #023e70;
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    #fit-zurich-s1 .adv-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }
    #fit-zurich-s1 .adv-card {
        background: #ffffff;
        padding: 35px 30px;
        border-radius: 12px;
        border: 1px solid #eef2f5;
        box-shadow: 0 4px 20px rgba(0,0,0,0.03);
        position: relative;
        overflow: hidden;
    }
    #fit-zurich-s1 .adv-card::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 5px;
        height: 100%;
        background-color: #023e70;
    }
    #fit-zurich-s1 .adv-card h4 {
        color: #02073e;
        font-size: 1.35rem;
        margin-bottom: 15px;
    }
    #fit-zurich-s1 .adv-card p {
        font-size: 1.05rem;
        color: #555555;
        margin-bottom: 0;
    }

    /* Section 2: Table & Workloads */
    #fit-zurich-s2 .table-wrapper {
        width: 100%;
        overflow-x: auto;
        margin: 50px auto;
        background: #ffffff;
        box-shadow: 0 10px 40px rgba(2, 7, 62, 0.05);
        border-radius: 12px;
        max-width: 1400px;
    }
    #fit-zurich-s2 table {
        width: 100%;
        border-collapse: collapse;
        min-width: 800px;
    }
    #fit-zurich-s2 th {
        background-color: #02073e;
        color: #ffffff;
        padding: 24px 20px;
        text-align: left;
        font-size: 1.1rem;
        font-weight: 600;
        border-right: 1px solid rgba(255,255,255,0.1);
    }
    #fit-zurich-s2 th:last-child {
        border-right: none;
    }
    #fit-zurich-s2 td {
        padding: 20px;
        border-bottom: 1px solid #eef2f5;
        color: #444444;
        font-size: 1.05rem;
    }
    #fit-zurich-s2 tr:last-child td { border-bottom: none; }
    #fit-zurich-s2 tr:nth-child(even) { background-color: #fcfcfc; }
    #fit-zurich-s2 td:first-child {
        font-weight: 600;
        color: #023e70;
        width: 25%;
    }

    #fit-zurich-s2 .workload-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 30px;
        margin-top: 50px;
    }
    #fit-zurich-s2 .workload-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 40px 30px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    }
    #fit-zurich-s2 .workload-card:hover {
        border-color: #008374;
        box-shadow: 0 15px 30px rgba(0, 131, 116, 0.08);
        transform: translateY(-4px);
    }
    #fit-zurich-s2 .workload-card h4 {
        color: #008374;
        font-size: 1.4rem;
        margin-bottom: 16px;
        padding-bottom: 12px;
        border-bottom: 2px solid #f0f4f8;
    }
    #fit-zurich-s2 .workload-card p {
        font-size: 1.05rem;
        margin-bottom: 0;
    }

    /* Section 3: FAQs */
    #fit-zurich-s3 .faq-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 50px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    #fit-zurich-s3 .faq-item {
        background: #ffffff;
        padding: 35px;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 15px rgba(0,0,0,0.02);
        border-left: 5px solid #008374;
    }
    #fit-zurich-s3 .faq-item h4 {
        color: #02073e;
        font-size: 1.3rem;
        margin-bottom: 16px;
        line-height: 1.5;
    }
    #fit-zurich-s3 .faq-item p {
        margin: 0;
        font-size: 1.1rem;
        color: #555555;
    }

    /* Media Queries */
    @media (max-width: 992px) {
        #fit-zurich-s1 h2, #fit-zurich-s2 h2, #fit-zurich-s3 h2 { font-size: 2.3rem; }
        #fit-zurich-s1 p, #fit-zurich-s2 p, #fit-zurich-s3 p { font-size: 1.05rem; }
        #fit-zurich-s2 td:first-child { width: 35%; }
    }
    @media (max-width: 768px) {
        #fit-zurich-s1 .container, #fit-zurich-s2 .container, #fit-zurich-s3 .container { padding: 60px 20px; }
        #fit-zurich-s1 h2, #fit-zurich-s2 h2, #fit-zurich-s3 h2 { font-size: 1.9rem; }
        #fit-zurich-s1 h3, #fit-zurich-s2 h3, #fit-zurich-s3 h3 { font-size: 1.5rem; }
        #fit-zurich-s2 .workload-grid { grid-template-columns: 1fr; }
        #fit-zurich-s1 .adv-card, #fit-zurich-s1 .perf-card, #fit-zurich-s2 .workload-card, #fit-zurich-s3 .faq-item { padding: 25px 20px; }
    }


    /* =========================================== */


        #fit-warsaw-s1 {
        padding: 100px 20px;
        background: linear-gradient(135deg, #02073e 0%, #023e70 100%);
        color: #ffffff;
        position: relative;
        overflow: hidden;
    }
    #fit-warsaw-s1::before {
        content: "";
        position: absolute;
        top: -50%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(0, 131, 116, 0.15) 0%, rgba(0, 131, 116, 0) 70%);
        border-radius: 50%;
        z-index: 0;
    }
    #fit-warsaw-s1 .fs-container {
        max-width: 1600px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    #fit-warsaw-s1 h2 {
        color: #008374;
        font-size: 2.8rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }
    #fit-warsaw-s1 p {
        max-width: 1400px;
        font-size: 1.15rem;
        line-height: 1.8;
        color: #e4eaf0;
        margin-top: 0;
        margin-bottom: 24px;
    }

    /* ==========================================================================
       SECTION 2: TECHNICAL SPECIFICATIONS (#fit-warsaw-s2)
       ========================================================================== */
    #fit-warsaw-s2 {
        padding: 100px 20px;
        background-color: #f9fbfc;
    }
    #fit-warsaw-s2 .fs-container {
        max-width: 1600px;
        margin: 0 auto;
    }
    #fit-warsaw-s2 h2 {
        color: #02073e;
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #fit-warsaw-s2 > .fs-container > p {
        max-width: 1400px;
        margin: 0 auto 50px auto;
        text-align: center;
        font-size: 1.1rem;
        color: #555555;
    }
    #fit-warsaw-s2 .fs-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 30px;
        margin-bottom: 40px;
    }
    #fit-warsaw-s2 .fs-card {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 40px 30px;
        box-shadow: 0 10px 30px rgba(2, 7, 62, 0.04);
        border-bottom: 4px solid #008374;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    #fit-warsaw-s2 .fs-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(2, 7, 62, 0.08);
    }
    #fit-warsaw-s2 .fs-card h3 {
        color: #023e70;
        font-size: 1.4rem;
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    #fit-warsaw-s2 .fs-card p {
        max-width: 1400px;
        color: #666666;
        margin: 0;
        font-size: 1.05rem;
    }
    #fit-warsaw-s2 .fs-card ul {
        margin: 15px 0 0 0;
        padding-left: 20px;
        color: #666666;
    }
    #fit-warsaw-s2 .fs-card li {
        margin-bottom: 10px;
        font-size: 1.05rem;
    }
    #fit-warsaw-s2 .fs-bottom-text {
        text-align: center;
        background: #02073e;
        color: #ffffff;
        padding: 30px;
        border-radius: 12px;
        margin: 0 auto;
    }

    /* ==========================================================================
       SECTION 3: SERVICE FEATURES (#fit-warsaw-s3)
       ========================================================================== */
    #fit-warsaw-s3 {
        padding: 100px 20px;
        background-color: #ffffff;
    }
    #fit-warsaw-s3 .fs-container {
        max-width: 1600px;
        margin: 0 auto;
    }
    #fit-warsaw-s3 .fs-header-wrap {
        text-align: center;
        margin-bottom: 60px;
    }
    #fit-warsaw-s3 h2 {
        color: #02073e;
        font-size: 2.5rem;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #fit-warsaw-s3 .fs-header-wrap p {
        max-width: 1400px;
        margin: 0 auto;
        color: #555555;
        font-size: 1.1rem;
    }
    #fit-warsaw-s3 .fs-features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 20px;
        margin-bottom: 50px;
    }
    #fit-warsaw-s3 .fs-feature-item {
        background-color: #f2f7f6;
        padding: 25px 30px;
        border-radius: 10px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        border-left: 4px solid #023e70;
        transition: background-color 0.3s ease;
    }
    #fit-warsaw-s3 .fs-feature-item:hover {
        background-color: #e5f1ef;
    }
    #fit-warsaw-s3 .fs-check-icon {
        background-color: #008374;
        color: #ffffff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        flex-shrink: 0;
        margin-top: 2px;
    }
    #fit-warsaw-s3 .fs-feature-item p {
        max-width: 1400px;
        margin: 0;
        color: #444444;
        font-size: 1.05rem;
    }
    #fit-warsaw-s3 .fs-bottom-summary {
        background-color: #023e70;
        color: #ffffff;
        padding: 40px;
        border-radius: 12px;
        margin: 0 auto;
        text-align: center;
    }
    #fit-warsaw-s3 .fs-bottom-summary p {
        max-width: 1400px;
        margin: 0 auto;
        font-size: 1.1rem;
        line-height: 1.8;
    }

    /* ==========================================================================
       SECTION 4: FAQ (#fit-warsaw-s4)
       ========================================================================== */
    #fit-warsaw-s4 {
        padding: 100px 20px;
        background-color: #f9fbfc;
    }
    #fit-warsaw-s4 .fs-container {
        max-width: 1600px;
        margin: 0 auto;
    }
    #fit-warsaw-s4 h2 {
        color: #02073e;
        font-size: 2.5rem;
        text-align: center;
        margin-top: 0;
        margin-bottom: 60px;
    }
    /* 2 Columns FAQ Grid layout */
    #fit-warsaw-s4 .fs-faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    #fit-warsaw-s4 .fs-faq-card {
        background: #ffffff;
        padding: 35px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
        border: 1px solid rgba(2, 62, 112, 0.1);
        transition: transform 0.2s ease;
    }
    #fit-warsaw-s4 .fs-faq-card:hover {
        transform: translateY(-3px);
        border-color: #008374;
    }
    #fit-warsaw-s4 .fs-faq-card h3 {
        color: #023e70;
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    #fit-warsaw-s4 .fs-faq-card p {
        max-width: 1400px;
        color: #555555;
        margin: 0;
        font-size: 1.05rem;
    }

    /* ==========================================================================
       RESPONSIVE MEDIA QUERIES (Scoped strictly)
       ========================================================================== */
    @media (max-width: 1024px) {
        #fit-warsaw-s4 .fs-faq-grid {
            grid-template-columns: 1fr;
        }
    }
    @media (max-width: 768px) {
        #fit-warsaw-s1, #fit-warsaw-s2, #fit-warsaw-s3, #fit-warsaw-s4 {
            padding: 60px 15px;
        }
        #fit-warsaw-s1 h2, #fit-warsaw-s2 h2, #fit-warsaw-s3 h2, #fit-warsaw-s4 h2 {
            font-size: 2rem;
        }
        #fit-warsaw-s2 .fs-grid {
            grid-template-columns: 1fr;
        }
        #fit-warsaw-s3 .fs-features-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ================================== */

            #fit-stoch-s1 *, #fit-stoch-s2 *, #fit-stoch-s3 *, #fit-stoch-s4 * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        #fit-stoch-s1, #fit-stoch-s2, #fit-stoch-s3, #fit-stoch-s4 {
            line-height: 1.6;
            color: #02073e;
            overflow: hidden;
        }

        /* Container & Paragraph Constraints */
        #fit-stoch-s1 .fit-container, 
        #fit-stoch-s2 .fit-container, 
        #fit-stoch-s3 .fit-container, 
        #fit-stoch-s4 .fit-container {
            max-width: 1600px;
            margin: 0 auto;
            padding: 80px 20px;
        }

        #fit-stoch-s1 p, 
        #fit-stoch-s2 p, 
        #fit-stoch-s3 p, 
        #fit-stoch-s4 p {
            max-width: 1400px;
            margin: 0 auto 20px auto;
            font-size: 1.125rem;
            text-align: center;
        }

        /* Section Headings */
        #fit-stoch-s1 h2, 
        #fit-stoch-s2 h2, 
        #fit-stoch-s3 h2, 
        #fit-stoch-s4 h2 {
            color: #023e70;
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 32px;
            font-weight: 700;
            line-height: 1.2;
        }

        #fit-stoch-s1 h3, 
        #fit-stoch-s2 h3, 
        #fit-stoch-s3 h3, 
        #fit-stoch-s4 h3 {
            color: #008374;
            font-size: 1.5rem;
            margin-bottom: 16px;
            font-weight: 600;
        }

        /* ====================================================
           Section 1: Core Service & Location 
           ==================================================== */
        #fit-stoch-s1 {
            background: linear-gradient(135deg, #02073e, #023e70);
            color: #ffffff;
            text-align: center;
        }

        #fit-stoch-s1 h2 {
            color: #ffffff;
        }

        #fit-stoch-s1 p {
            color: #e0e6ed;
        }

        #fit-stoch-s1 .fit-features-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 24px;
            margin-top: 48px;
            margin-bottom: 48px;
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
        }

        #fit-stoch-s1 .fit-feature-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-top: 4px solid #008374;
            border-radius: 12px;
            padding: 32px 24px;
            flex: 1 1 300px;
            text-align: left;
            transition: transform 0.3s ease, background 0.3s ease;
        }

        #fit-stoch-s1 .fit-feature-card:hover {
            transform: translateY(-5px);
            background: rgba(255, 255, 255, 0.1);
        }

        #fit-stoch-s1 .fit-feature-card span {
            display: block;
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: 600;
        }

        /* ====================================================
           Section 2: Performance & Hardware
           ==================================================== */
        #fit-stoch-s2 {
            background: #ffffff;
        }

        #fit-stoch-s2 .fit-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 32px;
            max-width: 1400px;
            margin: 48px auto;
        }

        #fit-stoch-s2 .fit-card {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            padding: 40px 32px;
            box-shadow: 0 4px 12px rgba(2, 7, 62, 0.05);
            transition: box-shadow 0.3s ease, border-color 0.3s ease;
        }

        #fit-stoch-s2 .fit-card:hover {
            box-shadow: 0 12px 24px rgba(2, 7, 62, 0.1);
            border-color: #008374;
        }

        #fit-stoch-s2 ul {
            list-style: none;
            text-align: left;
        }

        #fit-stoch-s2 li {
            position: relative;
            padding: 12px 0 12px 32px;
            border-bottom: 1px solid #e2e8f0;
            color: #02073e;
            font-size: 1.05rem;
        }

        #fit-stoch-s2 li:last-child {
            border-bottom: none;
        }

        #fit-stoch-s2 li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #008374;
            font-weight: 800;
            font-size: 1.2rem;
        }

        /* ====================================================
           Section 3: Network & Connectivity
           ==================================================== */
        #fit-stoch-s3 {
            background: #f0f7f6; /* Very light tint of #008374 */
        }

        #fit-stoch-s3 .fit-highlights {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            max-width: 1400px;
            margin: 48px auto;
        }

        #fit-stoch-s3 .fit-highlight-item {
            background: #ffffff;
            border-radius: 12px;
            padding: 32px 24px;
            text-align: left;
            border-left: 6px solid #023e70;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
            transition: transform 0.3s ease;
        }

        #fit-stoch-s3 .fit-highlight-item:hover {
            transform: translateX(5px);
            border-left-color: #008374;
        }

        #fit-stoch-s3 .fit-highlight-item p {
            text-align: left;
            margin: 0;
            font-size: 1.05rem;
            color: #02073e;
        }

        /* ====================================================
           Section 4: Security & Services + FAQ
           ==================================================== */
        #fit-stoch-s4 {
            background: #ffffff;
        }

        #fit-stoch-s4 .fit-faq-wrapper {
            max-width: 1400px;
            margin: 60px auto 0 auto;
        }

        #fit-stoch-s4 .fit-faq-title {
            text-align: center;
            color: #02073e;
            font-size: 2rem;
            margin-bottom: 40px;
            font-weight: 700;
        }

        #fit-stoch-s4 .fit-faq-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }

        #fit-stoch-s4 .fit-faq-item {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 32px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
            transition: box-shadow 0.3s ease;
        }

        #fit-stoch-s4 .fit-faq-item:hover {
            box-shadow: 0 8px 20px rgba(0, 131, 116, 0.1);
        }

        #fit-stoch-s4 .fit-faq-q {
            display: block;
            font-weight: 700;
            color: #023e70;
            font-size: 1.2rem;
            margin-bottom: 12px;
        }

        #fit-stoch-s4 .fit-faq-a {
            color: #4a5568;
            font-size: 1.05rem;
            margin: 0;
            text-align: left;
            line-height: 1.7;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            #fit-stoch-s4 .fit-faq-grid {
                grid-template-columns: 1fr;
            }
            #fit-stoch-s1 h2, #fit-stoch-s2 h2, #fit-stoch-s3 h2, #fit-stoch-s4 h2 {
                font-size: 2rem;
            }
        }

        @media (max-width: 768px) {
            #fit-stoch-s1 .fit-container, 
            #fit-stoch-s2 .fit-container, 
            #fit-stoch-s3 .fit-container, 
            #fit-stoch-s4 .fit-container {
                padding: 50px 16px;
            }
            #fit-stoch-s1 p, #fit-stoch-s2 p, #fit-stoch-s3 p, #fit-stoch-s4 p {
                font-size: 1rem;
                text-align: left;
            }
            #fit-stoch-s1 h2, #fit-stoch-s2 h2, #fit-stoch-s3 h2, #fit-stoch-s4 h2 {
                text-align: left;
            }
            #fit-stoch-s4 .fit-faq-title {
                text-align: left;
            }
        }
        /* =========================================== */


                #fit-hels-s1, #fit-hels-s2, #fit-hels-s3, #fit-hels-s4 {
            margin: 0;
            padding: 0;
            width: 100%;
            line-height: 1.6;
            color: #333333;
        }
        
        #fit-hels-s1 *, #fit-hels-s2 *, #fit-hels-s3 *, #fit-hels-s4 * {
            box-sizing: border-box;
        }

        #fit-hels-s1 .fit-wrapper, 
        #fit-hels-s2 .fit-wrapper, 
        #fit-hels-s3 .fit-wrapper, 
        #fit-hels-s4 .fit-wrapper {
            max-width: 1600px;
            margin: 0 auto;
            padding: 80px 20px;
        }

        #fit-hels-s1 p, 
        #fit-hels-s2 p, 
        #fit-hels-s3 p, 
        #fit-hels-s4 p {
            max-width: 1400px;
            margin: 0 auto 20px auto;
            font-size: 1.1rem;
        }

        /* SECTION 1: Introduction & Stats */
        #fit-hels-s1 {
            background-color: #02073e;
            color: #ffffff;
        }
        #fit-hels-s1 p {
            color: #d8dbf0;
            text-align: center;
        }
        #fit-hels-s1 .text-left {
            text-align: left;
            margin-top: 30px;
            color: #e5e7f5;
        }
        #fit-hels-s1 h2 {
            color: #008374;
            font-size: 2.8rem;
            text-align: center;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        #fit-hels-s1 h3 {
            color: #ffffff;
            font-size: 1.8rem;
            margin-top: 50px;
            margin-bottom: 20px;
            border-left: 4px solid #008374;
            padding-left: 15px;
        }
        #fit-hels-s1 .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin: 50px auto;
            max-width: 1400px;
        }
        #fit-hels-s1 .stat-card {
            background-color: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(0, 131, 116, 0.4);
            border-radius: 12px;
            padding: 30px 20px;
            text-align: center;
            transition: transform 0.3s ease, background-color 0.3s ease;
        }
        #fit-hels-s1 .stat-card:hover {
            transform: translateY(-5px);
            background-color: rgba(0, 131, 116, 0.1);
        }
        #fit-hels-s1 .stat-value {
            display: block;
            font-size: 2.5rem;
            font-weight: 700;
            color: #008374;
            margin-bottom: 15px;
        }
        #fit-hels-s1 .stat-desc {
            font-size: 1rem;
            color: #ffffff;
        }
        #fit-hels-s1 .tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 30px;
            margin-bottom: 40px;
            justify-content: center;
        }
        #fit-hels-s1 .tag-badge {
            background-color: #023e70;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 0.95rem;
            font-weight: bold;
        }
        #fit-hels-s1 .content-block {
            background: rgba(0,0,0,0.2);
            padding: 40px;
            border-radius: 12px;
            margin-bottom: 30px;
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
        }

        /* SECTION 2: Infrastructure */
        #fit-hels-s2 {
            background-color: #f4f9f8;
            color: #333333;
        }
        #fit-hels-s2 h2 {
            color: #023e70;
            font-size: 2.4rem;
            text-align: center;
            margin-bottom: 50px;
            text-transform: uppercase;
        }
        #fit-hels-s2 .intro-text {
            text-align: center;
            margin-bottom: 60px;
            color: #555555;
            font-size: 1.2rem;
        }
        #fit-hels-s2 .infra-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 40px;
            margin-bottom: 50px;
        }
        #fit-hels-s2 .infra-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(2, 7, 62, 0.05);
            border-top: 4px solid #008374;
        }
        #fit-hels-s2 .infra-card h3 {
            color: #02073e;
            font-size: 1.5rem;
            margin-top: 0;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eeeeee;
        }
        #fit-hels-s2 .infra-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        #fit-hels-s2 .infra-card ul li {
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
            font-size: 1.05rem;
            color: #444444;
        }
        #fit-hels-s2 .infra-card ul li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 0;
            color: #008374;
            font-weight: bold;
            font-size: 1.2rem;
        }
        #fit-hels-s2 .infra-card ul li strong {
            color: #023e70;
        }
        #fit-hels-s2 .cpu-section {
            background: #ffffff;
            padding: 50px;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(2, 7, 62, 0.05);
            margin-bottom: 40px;
        }
        #fit-hels-s2 .cpu-section h3 {
            color: #02073e;
            font-size: 1.8rem;
            text-align: center;
            margin-bottom: 40px;
        }
        #fit-hels-s2 .cpu-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }
        #fit-hels-s2 .cpu-card {
            border: 1px solid #e0e6ed;
            padding: 25px;
            border-radius: 8px;
            background: #fafcfc;
        }
        #fit-hels-s2 .cpu-card h4 {
            color: #023e70;
            font-size: 1.3rem;
            margin-top: 0;
            margin-bottom: 15px;
        }
        #fit-hels-s2 .cpu-card p {
            font-size: 0.95rem;
            margin-bottom: 10px;
            color: #555;
        }

        /* SECTION 3: Use Cases */
        #fit-hels-s3 {
            background-color: #ffffff;
        }
        #fit-hels-s3 h2 {
            color: #02073e;
            font-size: 2.4rem;
            text-align: center;
            margin-bottom: 30px;
            text-transform: uppercase;
        }
        #fit-hels-s3 .intro-text {
            text-align: center;
            margin-bottom: 60px;
            color: #555555;
        }
        #fit-hels-s3 .usecase-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }
        #fit-hels-s3 .usecase-card {
            background: #ffffff;
            border: 1px solid #eef3f7;
            border-radius: 12px;
            padding: 35px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        #fit-hels-s3 .usecase-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background-color: #008374;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        #fit-hels-s3 .usecase-card:hover {
            box-shadow: 0 15px 40px rgba(2, 62, 112, 0.08);
            transform: translateY(-3px);
        }
        #fit-hels-s3 .usecase-card:hover::before {
            opacity: 1;
        }
        #fit-hels-s3 .usecase-card h3 {
            color: #023e70;
            font-size: 1.4rem;
            margin-top: 0;
            margin-bottom: 15px;
        }
        #fit-hels-s3 .usecase-card .recommendation {
            display: inline-block;
            background-color: #e6f3f2;
            color: #008374;
            padding: 12px 18px;
            border-radius: 8px;
            margin-top: 20px;
            font-size: 0.95rem;
            font-weight: 600;
        }
        #fit-hels-s3 .highlight-box {
            background: #02073e;
            color: #ffffff;
            padding: 50px;
            border-radius: 12px;
            text-align: center;
            max-width: 1400px;
            margin: 0 auto;
        }
        #fit-hels-s3 .highlight-box h3 {
            color: #008374;
            font-size: 1.8rem;
            margin-top: 0;
            margin-bottom: 25px;
        }
        #fit-hels-s3 .highlight-box p {
            color: #e0e4f5;
            margin-bottom: 20px;
        }

        /* SECTION 4: FAQ */
        #fit-hels-s4 {
            background-color: #eef3f7;
        }
        #fit-hels-s4 h2 {
            color: #02073e;
            font-size: 2.4rem;
            text-align: center;
            margin-bottom: 50px;
            text-transform: uppercase;
        }
        #fit-hels-s4 .faq-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        #fit-hels-s4 .faq-card {
            background: #ffffff;
            padding: 35px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.02);
            border-top: 1px solid #e1e8ed;
        }
        #fit-hels-s4 .faq-card h3 {
            color: #023e70;
            font-size: 1.25rem;
            margin-top: 0;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        #fit-hels-s4 .faq-card p {
            color: #555555;
            font-size: 1.05rem;
            margin-bottom: 0;
        }

        /* Responsive Adjustments */
        @media (max-width: 1024px) {
            #fit-hels-s4 .faq-grid {
                grid-template-columns: 1fr;
            }
            #fit-hels-s2 .infra-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 768px) {
            #fit-hels-s1 h2, #fit-hels-s2 h2, #fit-hels-s3 h2, #fit-hels-s4 h2 {
                font-size: 2rem;
            }
            #fit-hels-s1 .stat-value {
                font-size: 2rem;
            }
            #fit-hels-s3 .usecase-grid {
                grid-template-columns: 1fr;
            }
            #fit-hels-s1 .fit-wrapper, #fit-hels-s2 .fit-wrapper, #fit-hels-s3 .fit-wrapper, #fit-hels-s4 .fit-wrapper {
                padding: 60px 15px;
            }
        }