@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Playfair+Display:wght@500;600;700&display=swap');


/*-------- Main Stylesheet - Bhagwandas Leasing Website
Optimized for performance and maintainability
------------ */

:root {
    /* Primary - professional navy & gold */
    --global--color-darkblue: #0f172a;
    --global--color-blue: #1e293b;
    --global--color-grey: #94a3b8;
    --global--color-yellow: #eab308;
    --global--color-lightpink: #c084fc;
    --global--color-white: #ffffff;
    --global--color-pink: #7c3aed;
    --global--color-lightblack: #0f172a;
    --global--color-purple: #5b21b6;
    --global--color-light: #f8fafc;
    --global--color-lightgrey: #64748b;
    --global--color-black: #0f172a;
    /* Modern accents */
    --accent-gold: #eab308;
    --accent-violet: #7c3aed;
    --text-primary: #0f172a;
    --text-muted: #64748b;
    --radius: 12px;
    --radius-lg: 20px;
    --shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    --shadow-hover: 0 12px 40px rgba(15, 23, 42, 0.12);
    --container-max-width: 1440px;
}

.container {
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-primary);
    line-height: 1.6;
}

.field,
.plan,
.plan-box,
.feature-plan-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.plan:hover,
.plan-box:hover,
.feature-plan-box:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    z-index: 1;
}


/*-------- HEADER ------------ */

.header {
    display: flex;
    flex-direction: column;
}

.top-bar {
    background: var(--global--color-darkblue);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    flex-shrink: 0;
}

.top-bar small {
    font-size: 13px;
    line-height: 20px;
    color: var(--global--color-grey);
    font-weight: 400;
}

.top-bar span {
    font-size: 13px;
    line-height: 20px;
    color: var(--accent-gold);
    font-weight: 500;
}

.top-bar .demo,
.top-bar .phone {
    text-decoration: none;
    background-image: linear-gradient(var(--accent-gold), var(--accent-gold));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.25s ease, color 0.25s ease;
    padding-bottom: 2px;
}

.top-bar .demo:hover,
.top-bar .phone:hover {
    text-decoration: none;
    background-size: 100% 2px;
    color: var(--accent-gold);
}

.top-bar .right-arrow {
    color: var(--accent-gold);
    border-radius: 100%;
    text-decoration: none;
    font-size: 13px;
    opacity: 0.9;
    margin-left: 8px;
    display: inline-block;
}

.top-bar .right-arrow:hover {
    opacity: 1;
}

.topbar-setting {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social li {
    display: inline-flex;
    align-items: center;
    margin-left: 1rem;
}

.phone {
    color: var(--accent-gold);
    font-size: 13px;
}

.social-setting {
    font-size: 13px;
    color: var(--global--color-lightpink);
}

.social li a {
    font-size: 13px;
    line-height: 20px;
    color: var(--global--color-grey);
    font-weight: 400;
    margin: 0 8px 0 5px;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.25s ease, color 0.25s ease;
    padding-bottom: 2px;
}

.social li a:hover {
    text-decoration: none;
    background-size: 100% 1px;
    color: var(--global--color-white);
}

.social li span {
    margin-left: 5px;
}

.social li span a {
    font-size: 13px;
    line-height: 20px;
    color: var(--accent-gold);
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.3px;
}

.main-header {
    background: var(--global--color-blue);
    box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}

.navbar li a {
    color: var(--global--color-white) !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    transition: background-color 0.5s ease;
}

.navbar .dropdown-menu li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--global--color-blue) !important;
    line-height: 20px;
}

.hosting-dropdown {
    padding: 21px 20px 21px 14px;
    border-radius: 15px;
}

.dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 13px solid var(--global--color-white);
    position: absolute;
    top: -13px;
    left: 31px;
}

.dropdown-item {
    padding: 10px 33px 5px 15px;
}

.navbar-nav>li {
    margin-right: 20px;
}

.navbar-nav>li:last-child {
    margin-right: 0px;
    margin-left: 20px;
}

.navbar-btn {
    background: #40434e;
    padding: 10px 17px 10px 17px !important;
    border-radius: 50px;
}

.navbar-btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    transition: background-color 0.5s ease;
}

.navbar-nav li a:last-child {
    color: var(--global--color-blue);
}

.navbar .dropdown-menu li a img {
    margin-right: 15px;
}

.dropdown-menu-list .hosting-menu:hover {
    color: var(--global--color-pink) !important;
    text-decoration: underline;
    background: var(--global--color-white);
}

.dropdown-menu-list .server-menu:hover {
    color: var(--global--color-lightpink) !important;
    text-decoration: underline;
    background: var(--global--color-white);
}

.dropdown-menu-list .vps-menu:hover {
    color: var(--global--color-purple) !important;
    text-decoration: underline;
    background: var(--global--color-white);
}

.navbar-nav:hover a {
    filter: blur(1px);
    opacity: 0.5;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.navbar-nav li:hover a {
    filter: none;
    opacity: 1;
    color: rgba(253, 218, 104, 0.6) !important;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.navbar-nav li.active>a {
    filter: none;
    opacity: 1;
    color: var(--global--color-white) !important;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.navbar-nav:hover .navbar-btn {
    filter: none;
    opacity: 1;
    color: var(--global--color-white) !important;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu-list a {
    filter: none;
    opacity: 1;
    color: var(--global--color-blue) !important;
}

.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu-list a {
    filter: none;
    opacity: 1;
    color: var(--global--color-blue) !important;
}

.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu-list .hosting-menu:hover {
    filter: none;
    opacity: 1;
    color: var(--global--color-pink) !important;
}

.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu-list .server-menu:hover {
    filter: none;
    opacity: 1;
    color: var(--global--color-lightpink) !important;
}

.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu-list .vps-menu:hover {
    filter: none;
    opacity: 1;
    color: var(--global--color-purple) !important;
}

.navbar-nav li.active>a {
    border-bottom: 4px var(--global--color-pink) double;
}

.navbar-nav li.nav-item.dropdown ul.dropdown-menu-list li.active a {
    color: var(--global--color-blue) !important;
}

.navbar-btn {
    outline: none;
}

/*-------- BANNER ------------ */
.navbar-logo {
    max-width: 220px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
}

.navbar-brand {
    padding-top: 8px;
}

.banner-section {
    background: linear-gradient(145deg, var(--global--color-blue) 0%, var(--global--color-darkblue) 100%);
    position: relative;
    overflow: hidden;
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(ellipse at 80% 50%, rgba(124, 58, 237, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.banner-text h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

/* Banner: two-column, vertically centered so top doesn’t feel empty */
#banner_slider .carousel-item .banner-row {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 3rem;
    align-items: center;
    min-height: 480px;
    width: 100%;
    padding: 2.5rem 0;
}

.banner-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Right column: flex only, image always centered (no position/float so it won’t shift on resize) */
.banner-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#banner_slider .banner-image-col .banner-img {
    position: relative;
    float: none;
    left: auto;
    right: auto;
    top: auto;
}

.banner-text {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.banner-text p {
    font-size: 1.125rem;
    line-height: 1.65;
    font-weight: 400;
    opacity: 0.92;
    margin-bottom: 1.25rem;
}

.text-paragraph {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1.25rem;
}

.text-paragraph span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--accent-gold);
}

.primary-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    color: var(--global--color-black);
    background: var(--accent-gold);
    border-radius: var(--radius);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    display: inline-block;
    border: none;
    box-shadow: var(--shadow);
}

.secondary-btn {
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    color: var(--global--color-white);
    background: var(--accent-violet);
    text-decoration: none;
    border-radius: var(--radius);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    margin-left: 12px;
    display: inline-block;
    border: none;
    box-shadow: var(--shadow);
}

.primary-btn:hover {
    text-decoration: none;
    color: var(--global--color-black);
    cursor: pointer;
    z-index: 0;
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.secondary-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    cursor: pointer;
    z-index: 0;
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.text-paragraph p {
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 400;
    padding: 0;
    margin: 0 0 1.5rem;
    opacity: 0.9;
}

.primary-button,
.secondary-button {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.button-effect {
    position: relative;
    overflow: hidden;
}

/* Simplified button effect - removed unused shimmer animation */

.banner-button {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.banner-button .primary-btn,
.banner-button .secondary-btn {
    min-width: 140px;
    text-align: center;
}

.banner-button .secondary-btn {
    margin-left: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.primary-button:hover,
.secondary-button:hover {
    transform: translateY(-3px);
}

.banner-img {
    max-width: 520px;
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-up {
    background: var(--global--color-blue) !important;
    z-index: 3;
    transition: top 5s linear;
    border-bottom: 1px solid var(--global--color-darkblue);
    padding: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.home-banner-image {
    max-width: 100%;
}

/*-------- FIELD ------------ */
.field-background {
    position: relative;
    background: var(--global--color-light);
    padding: 0 0 5rem;
}

.field-background .field {
    padding: 2.5rem 4rem;
    background: var(--global--color-white);
    border-radius: var(--radius-lg);
    position: relative;
    box-shadow: var(--shadow);
    margin: -4rem auto 0;
    max-width: 900px;
    width: 100%;
    z-index: 1;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.field-background .field:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

.field-background .field p {
    font-size: 1.125rem;
    line-height: 1.65;
    color: var(--text-primary);
    margin: 0;
    font-weight: 600;
    text-align: center;
}

.subscribe-form .form-group {
    position: relative;
    background: var(--global--color-white);
    border-radius: 50px;
    border: 1px solid #e8eaf1;
}

.subscribe-form .form-control {
    background: var(--global--color-white);
    border-radius: 50px;
    position: relative;
    padding: 28px 0px 28px 39px;
    border: none;
    color: #808080;
    font-size: 16px;
}

.search-btn {
    position: absolute;
    background: var(--global--color-purple);
    font-size: 14px;
    font-weight: 700;
    color: var(--global--color-white);
    text-decoration: none;
    border-radius: 50px;
    padding: 19px 38px;
    border: none;
    left: inherit;
    bottom: 0px;
    right: 0;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.search-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.price li {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: var(--global--color-black);
    margin-right: 41px;
}

.price {
    padding-top: 0px;
    margin-bottom: 0px;
}

.price li:first-child {
    padding-left: 0px;
}

.price li:last-child {
    padding-right: 0px;
}

.subscribe-form {
    position: relative;
}

.form-control:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

/*-------- WEB HOSTING ------------ */

.hosting-section {
    background: var(--global--color-light);
    position: relative;
    padding: 5rem 0 5.5rem;
}

.hosting-section h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 2rem;
}

.hosting-section p {
    font-size: 1.0625rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.75;
}

.plan {
    background: var(--global--color-white);
    border-radius: 10px;
    box-shadow: 0 30px 30px rgba(24, 27, 34, 0.03);
    border-top: 2px solid var(--global--color-pink);
}

.plan .hosting-img-1,
.plan .hosting-img-2,
.plan .hosting-img-3 {
    margin-bottom: 35px;
    max-width: 60px;
}

.plan h4 {
    font-weight: 700;
    color: var(--global--color-black);
}

.plan p {
    font-size: 16px;
    font-weight: 400;
    color: var(--global--color-lightgrey) !important;
    line-height: 24px;
}

.plan li {
    border-bottom: 1px solid #e8eaf1;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--global--color-black);
    padding: 10px 0;
}

.plan li:first-child {
    padding-top: 8px;
}

.plan li:last-child {
    padding-bottom: 0px;
    border: none;
}

.plan li span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.plan li figure {
    margin-bottom: 0;
}

.plan small {
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    font-style: italic;
    color: var(--global--color-black);
}

.plan h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    color: var(--global--color-pink);
}

.hosting-pricing span,
.server-pricing span,
.vps-pricing span {
    font-size: 36px;
    font-weight: 700;
    line-height: 22px;
    color: var(--global--color-pink);
}

.hosting-pricing small,
.server-pricing small,
.vps-pricing small {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--global--color-pink);
}

.hosting-btn,
.server-btn,
.vps-btn {
    padding: 16px 40px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-pink);
    display: inline-block;
}

.hosting-btn:hover,
.server-btn:hover,
.vps-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.hosting-button,
.server-button,
.vps-button {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.hosting-button:hover,
.server-button:hover,
.vps-button:hover {
    transform: translateY(-3px);
}

.hosting-text,
.server-text,
.vps-text {
    position: absolute;
    top: 0;
    left: 197px;
    font-size: 14px;
    font-style: italic;
    padding: 1px 14px;
    border-radius: 0px 0px 5px 5px;
    color: var(--global--color-white);
    background: var(--global--color-pink);
}

.plan .weightage {
    color: var(--global--color-pink);
}

.variation-2 .server-text,
.variation-2 .server-btn {
    background: var(--global--color-lightpink);
}

.variation-2 {
    border-color: var(--global--color-lightpink);
}

.variation-2 .server-pricing span,
.variation-2 .server-pricing small,
.variation-2 h2,
.variation-2 .weightage {
    color: var(--global--color-lightpink);
}

.variation-3 .vps-text,
.variation-3 .vps-btn {
    background: var(--global--color-purple);
}

.variation-3 {
    border-color: var(--global--color-purple);
}

.variation-3 .vps-pricing span,
.variation-3 .vps-pricing small,
.variation-3 h2,
.variation-3 .weightage {
    color: var(--global--color-purple);
}

.hosting-section-setting {
    padding-bottom: 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hosting-section-setting h1 {
    margin-bottom: 2rem;
}

.hosting-section-setting p {
    margin: 0 0 1.25rem;
    text-align: left;
    padding: 0 1.5rem;
}

.hosting-section-setting p:last-child {
    margin-bottom: 0;
}

.hosting-list-icon {
    max-width: 23px;
}

figure {
    margin: 0;
    display: block;
}

figure img {
    width: 100%;
    height: auto;
    display: block;
}

/*-------- GUARRANTEES ------------ */

.guarrantees-section {
    background: linear-gradient(160deg, var(--global--color-purple) 0%, #4c1d95 100%);
    padding: 5rem 0;
}

/* Single column: text then cards, both in compact centered blocks (no huge parent for cards) */
.guarrantees-section .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    max-width: 100%;
}
.guarrantees-section .row > .col-lg-6,
.guarrantees-section .row > .plan-box-setting {
    width: 100%;
    max-width: 100%;
}
.guarrantees-section .row > .col-lg-6:first-child {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}
.guarrantees-section .plan-box-setting {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.guarrantee-text {
    text-align: center;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guarrantees-section h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.guarrantees-section h4 {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    opacity: 0.95;
}

.guarrantees-section p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.guarrantees-btn {
    padding: 14px 32px;
    background: var(--accent-gold);
    color: var(--global--color-lightblack);
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius);
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guarrantees-btn:hover {
    text-decoration: none;
    color: var(--global--color-lightblack);
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}

.guarrantees-button {
    transition: transform 0.2s ease;
    position: relative;
}

.guarrantees-button:hover {
    transform: translateY(-2px);
}

.plan-box {
    background: rgba(255,255,255,0.12);
    padding: 2rem 1.25rem;
    border-radius: var(--radius);
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.plan-box h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.guarrantee-image {
    margin: 0 auto 1.25rem;
    max-width: 48px;
    opacity: 0.95;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guarrantee-text {
    padding-top: 0;
}

/* 1x4: four cards in one row */
.guarrantees-section .plan-box-setting {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.25rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.guarrantees-section .plan-box-setting > .col-lg-6 {
    flex: 0 0 calc(25% - 0.9375rem);
    max-width: calc(25% - 0.9375rem);
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.plan-box-award,
.plan-box-guarrantee,
.plan-box-backup {
    margin-bottom: 0;
}

/*-------- DATA CENTERS ------------ */

.data-section {
    background: var(--global--color-light);
    background-image: url(../images/data-center-background.png);
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
}

.data-section .container:first-child {
    margin-bottom: 2rem;
}

.data-section .text-center {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.data-section h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.data-section p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text-muted);
    margin: 0 0 0.5rem;
}

.data-section p:last-child {
    margin-bottom: 0;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.map-location {
    position: relative;
    display: inline-block;
}

.map-location img {
    max-width: 100%;
    height: auto;
}

.map-container {
    padding: 0 1rem 2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.map-container img {
    padding-top: 10px;
}

.point {
    cursor: pointer;
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    background-color: var(--global--color-lightpink);
    border: 4px solid var(--global--color-white);
    border-radius: 50%;
    transition: all 0.1s ease;
    transition-duration: 0.1s;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    animation: pulse 3s infinite;
}

.canada {
    top: 152px;
    left: 166px;
}

.los-angeles {
    top: 238px;
    left: 143px;
}

.dallas {
    top: 244px;
    left: 198px;
}

.atlanta {
    top: 227px;
    left: 238px;
}

.united-kingdom {
    top: 168px;
    left: 493px;
}

.germany {
    top: 180px;
    left: 521px;
}

.moscow {
    top: 166px;
    left: 629px;
}

.india {
    top: 259px;
    right: 302px;
}

.south-korea {
    top: 224px;
    right: 167px;
}

.japan {
    top: 210px;
    right: 124px;
}

.australia {
    top: 456px;
    right: 104px;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(203, 102, 134, 0.5);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
    }
}

.point:hover {
    background-color: var(--global--color-yellow);
    border: none;
}

.data-section h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: var(--global--color-black);
    padding: 0 14%;
    margin-bottom: 33px;
}

.data-btn {
    font-size: 14px;
    font-weight: 700;
    color: var(--global--color-white);
    background: var(--global--color-lightpink);
    padding: 14px 38px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}

.data-button {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.data-button:hover {
    transform: translateY(-3px);
}

.data-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.location {
    display: none;
}

.point:hover .location {
    display: block;
    background: var(--global--color-yellow);
    color: var(--global--color-black);
    position: absolute;
    top: -50px;
    left: -36px;
    padding: 5px 5px;
    border-radius: 6px;
    width: 111px;
    text-align: center;
}

.location:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--global--color-yellow);
    position: absolute;
    top: 31px;
    left: 42px;
}

.location {
    font-size: 14px;
    color: var(--global--color-black);
    font-weight: 700;
}

.map-location {
    position: relative;
}


/*-------- HOSTING FEATURES ------------ */


.features-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--global--color-light) 0%, #f1f5f9 100%);
}


.feature-heading {
    padding-bottom: 2.5rem;
}

.features-section h1 {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0;
    color: var(--text-primary);
}

.features-section .row {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.features-section .row:last-child {
    margin-bottom: 0;
}

.features-section .row > .col-lg-6 {
    flex: 0 0 calc(25% - 1.125rem);
    max-width: calc(25% - 1.125rem);
    display: flex;
    justify-content: center;
}

.feature-plan-box {
    padding: 2.25rem 2rem;
    background: var(--global--color-white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-plan-box:hover {
    box-shadow: var(--shadow-hover);
}

.feature-plan-box h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.feature-plan-box p {
    font-size: 0.9375rem;
    line-height: 1.65;
    font-weight: 400;
    color: var(--text-muted);
    margin-bottom: 0;
    flex: 1;
}

.plan-box-network,
.plan-box-hardware,
.plan-box-technology {
    padding-bottom: 0;
}

.feature-image-list {
    max-width: 140px;
    margin: 0 auto 1.25rem;
}

/*-------- REVIEW SECTION ------------ */

.review-section {
    padding: 5rem 0 4rem;
    background: var(--global--color-white);
}

.review-section h1 {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: var(--text-primary);
    margin-bottom: 2.5rem;
}

.review-section .text-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.review-section .text-center > h1 {
    text-align: center;
}

.review-section .heading-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
    margin-bottom: 26px;
}

.stars li {
    color: var(--global--color-yellow);
    display: inline-block;
    font-size: 28px;
}

.review-section-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    color: var(--global--color-lightgrey);
}

.review-section p {
    margin-bottom: 33px;
}

.ceo h4 {
    line-height: 17px;
    font-weight: 400;
    color: var(--global--color-black);
}

.ceo .ceo-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.quote i {
    font-size: 23px;
    color: #eeeeee;

}

/*-------- CONTACT ------------ */
.contact-section {
    position: relative;
    margin-top: 0;
    padding: 0 0 5rem;
}

.contact-section .row {
    gap: 1.5rem;
    align-items: stretch;
}

.contact-section .col-lg-4 {
    display: flex;
    flex: 1 1 0;
    min-width: 0;
}

.contact-section .col-lg-4 > a,
.contact-section .col-lg-4 > .contact-planbox {
    flex: 1;
    display: block;
    min-width: 0;
}

.contact-planbox {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(145deg, var(--accent-violet) 0%, var(--global--color-purple) 100%);
    padding: 2rem 1.75rem;
    border-radius: var(--radius-lg);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: var(--shadow);
    height: 100%;
    display: flex;
    align-items: center;
}

.contact-planbox:hover {
    transform: translateY(-4px);
    cursor: pointer;
    z-index: 0;
    box-shadow: var(--shadow-hover);
}

.contact-planbox .row {
    align-items: center;
    margin: 0;
    width: 100%;
}

.contact-planbox h4 {
    line-height: 1.3;
    font-weight: 600;
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
}

.contact-planbox p {
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0.95;
}

.contact-section a {
    text-decoration: none;
}

.contact-planbox-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.contact-planbox-link:hover {
    text-decoration: none;
    color: inherit;
}

.contact-planbox-variation-2 {
    background: linear-gradient(145deg, #a855f7 0%, var(--global--color-lightpink) 100%);
}

.contact-planbox-variation-3 {
    background: linear-gradient(145deg, var(--global--color-purple) 0%, #4c1d95 100%);
}

.contact-image {
    max-width: 44px;
    opacity: 0.95;
}

.contact-image .fas.fa-phone-volume {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.95);
    display: block;
}

/*-------- FOOTER ------------ */
.footer-section {
    background: linear-gradient(180deg, var(--global--color-blue) 0%, var(--global--color-darkblue) 100%);
    padding: 4rem 0 3.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.newsletter {
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-section h3 {
    font-size: 1.35rem;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    margin-bottom: 0.5rem;
}

.footer-section p {
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 400;
    color: var(--global--color-grey);
    margin-bottom: 1.25rem;
}

.footer-section .form-control {
    padding: 16px 24px;
    background: rgba(255,255,255,0.95);
    border-radius: var(--radius);
    position: relative;
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--text-muted);
    font-size: 15px;
}

.footer-section .form-group {
    position: relative;
    background: transparent;
    border-radius: var(--radius);
    border: 1px solid rgba(255,255,255,0.15);
}

.footer-section .footer.form-group {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 50px;
}

.footer-section .footer.form-group .form-control {
    flex: 1;
    min-width: 0;
    border: none;
    border-radius: 50px 0 0 50px;
}

.footer-form {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
}

.subscribe-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--global--color-lightblack);
    background: var(--accent-gold);
    border-radius: 50px;
    border: none;
    padding: 16px 28px;
    flex-shrink: 0;
    border-radius: 0 50px 50px 0;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.footer-section .footer.form-group .subscribe-btn {
    position: static;
}

.subscribe-btn:hover {
    opacity: 0.95;
    box-shadow: var(--shadow);
}

.footer-logo small {
    font-size: 14px;
    font-weight: 400;
    color: var(--global--color-grey);
}

.footer-logo-text {
    margin-bottom: 32px;
}

.footer-list li {
    display: inline-block;
    margin-right: 5px;
}

.footer-list li a {
    display: inline-block;
    color: var(--global--color-pink);
    border: 2px solid var(--global--color-pink);
    border-radius: 50%;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 41px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.footer-list li a:hover {
    background: var(--global--color-pink);
    color: var(--global--color-blue);
    height: 43px;
    width: 43px;
    transform: translateY(-5px);
    cursor: pointer;
    z-index: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
}

.footer-list {
    padding-top: 32px;
}

.footer-logo figure {
    margin-bottom: 33px;
}

.footer-section .form-group {
    margin-bottom: 78px;
}

.footer-company {
    padding-left: 18px;
}

.footer-contact {
    padding-left: 15px;
}

.footer-section h5 {
    font-weight: 700;
    margin-bottom: 35px;
}

.footer-hosting {
    padding-left: 10px;
}

.hosting-list li,
.company-list li,
.contact-list li {
    padding-bottom: 11px;
}

.hosting-list li a {
    font-size: 16px;
    color: var(--global--color-grey);
    line-height: 25px;
    font-weight: 400;
}

.company-list li a {
    font-size: 16px;
    color: var(--global--color-grey);
    line-height: 25px;
    font-weight: 400;
}

.contact-list li a {
    font-size: 16px;
    color: var(--global--color-grey);
    line-height: 25px;
    font-weight: 400;
}

.hosting-list li a:hover,
.company-list li a:hover,
.contact-list li a:hover {
    color: var(--global--color-white);
    text-decoration: none;
}

.footer-image {
    max-width: 143px;
}

/*-------- FOOTER BAR------------ */
.footer-bar {
    background: var(--global--color-darkblue);
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-bar .footer-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-bar .footer-cards small {
    padding: 0;
    font-size: 0.9375rem;
    color: var(--global--color-grey);
}

.footer-bar .footer-partner {
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.footer-bar .footer-cards a {
    color: var(--accent-gold);
    text-decoration: none;
    font-weight: 500;
}

.footer-bar .footer-cards a:hover {
    text-decoration: underline;
}

.footer-bar .footer-cards small {
    font-size: 14px;
    color: var(--global--color-grey);
    font-weight: 400;
    margin: 0px 14px 0px 15px;
    padding-top: 12px;
    float: left;
}

.footer-cards-list li a {
    color: var(--global--color-grey);
    font-size: 29px;
    padding-left: 5px;
}

.footer-cards-list li i {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.footer-cards-list li a:hover i {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    z-index: 0;
}

.footer-cards-list {
    margin-bottom: 0px;
}

.footer-cards-list li {
    display: inline-block;
}

.footer-bar .footer-arrow small {
    font-size: 14px;
    color: var(--global--color-grey);
    font-weight: 400;
    margin: 0px 5px 0px 0px;
    padding-top: 12px;
}

.heart {
    color: var(--global--color-pink);
    padding: 0px 2px 0px 4px;
    font-size: 12px;
}

.footer-arrow-setting {
    height: 44px;
    width: 44px;
    font-size: 18px;
    background: var(--accent-gold);
    color: var(--global--color-lightblack);
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    margin-left: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-arrow-setting:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
    color: var(--global--color-lightblack);
}

.footer-arrow {
    float: right;
    text-align: right;
}

.about-main-header {
    background: none;
}

/*-------- ABOUT US BANNER ------------ */
.about {
    background: transparent;
}

.about-sub-section {
    background-color: var(--global--color-blue);
    background-image: url(../images/about-us-banner-img.png);
    background-size: cover;
    background-position: center 41px;
    background-repeat: no-repeat;
}

.about-us-banner-section {
    padding: 55px 0px 265px 0px;
}

.about-us-banner-text h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 69px;
}

.about-us-banner-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 43px;
}

.about-primary-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 50px;
    color: var(--global--color-black);
    background: var(--global--color-yellow);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
}

.about-primary-btn:hover {
    text-decoration: none;
    color: var(--global--color-black);
    transform: translateY(-1px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 0;
}

.about-secondary-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 40px;
    color: var(--global--color-white);
    background: var(--global--color-pink);
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-left: 16px;
    display: inline-block;
}

.about-secondary-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    transform: translateY(-1px);
    cursor: pointer;
    z-index: 0;
}

.about-primary-button,
.about-secondary-button {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.about-primary-button:hover,
.about-secondary-button:hover {
    transform: translateY(-1px);
}

.about-us-banner-section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: var(--global--color-yellow);
}

.about-us-price p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--global--color-grey);
    margin-bottom: 0px;
}

.about-us-price {
    padding-top: 40px;
}

.about-us-price-list {
    border-right: 1px solid #3f424d;
}

/*-------- VISION & MISSION ------------ */
.vision-section {
    background: var(--global--color-light);
    position: relative;
    z-index: 1;
}

.vision-section-inner {
    position: relative;
    top: -165px;
}

.vision-plan-box {
    padding: 57px 60px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}

.vision-plan-box h4 {
    font-weight: 700;
    line-height: 30px;
    color: var(--global--color-black);
    margin-bottom: 18px;
}

.vision-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 3% 0 0;
    margin-bottom: 0px;
    color: var(--global--color-lightgrey);
}

.vision-image-list {
    max-width: 62px;
    margin-bottom: 34px;
}

/*-------- HISTORY ------------ */
.history-section {
    padding: 0px 0px 93px 0px;
    background: var(--global--color-light);
    position: relative;
    z-index: 2;
    margin-top: -75px;
}

.border-line {
    position: relative;
}

.history-section-text {
    margin-bottom: 66px;
}

.history-section h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    color: var(--global--color-black);
}

.history-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--global--color-lightgrey);
}

.history-section span {
    font-size: 24px;
    color: var(--global--color-yellow);
    font-weight: 700;
    line-height: 30px;
}

.history-section .plan-circle {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    background: var(--global--color-yellow);
    text-align: center;
    margin: 9% auto;
    z-index: 2;
    margin-bottom: 80px;
}

.history-section h4 {
    color: var(--global--color-black);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 18px;
}

.history-section .plan-circle:after {
    content: "";
    width: 5px;
    height: 37px;
    position: absolute;
    top: 66px;
    left: 138px;
    border-right: 2px dotted;
    margin: 11% auto;
    color: var(--global--color-yellow);
}

.history-border {
    border-top: 2px solid var(--global--color-white);
    position: absolute;
    top: 64px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.history-section-variation-2 span,
.history-section-variation-2 .plan-circle:after {
    color: var(--global--color-pink);
}

.history-section-variation-2 .plan-circle {
    background: var(--global--color-pink);
}

.history-section-variation-3 span,
.history-section-variation-3 .plan-circle:after {
    color: var(--global--color-lightpink);
}

.history-section-variation-3 .plan-circle {
    background: var(--global--color-lightpink);
}

.history-section-variation-4 span,
.history-section-variation-4 .plan-circle:after {
    color: var(--global--color-purple);
}

.history-section-variation-4 .plan-circle {
    background: var(--global--color-purple);
}

.choose-image {
    max-width: 445px;
}

/*-------- CHOOSE ------------ */
.choose-section {
    padding: 100px 0px;
    background: var(--global--color-lightpink);
}

.choose-section figure {
    margin-bottom: 0px;
}

.choose-section h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 18px;
}

.choose-section h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 19px;
}

.choose-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.choose-btn {
    padding: 14px 41px;
    background: var(--global--color-yellow);
    color: var(--global--color-lightblack);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.choose-btn:hover {
    text-decoration: none;
    color: var(--global--color-lightblack);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.choose-button {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.choose-button:hover {
    transform: translateY(-3px);
}

.choose-text {
    padding-top: 25px;
}

/*-------- NETIXHOST TEAM ------------ */
.team-section {
    padding: 98px 0px;
    background: var(--global--color-light);
}

.team-heading {
    margin-bottom: 76px;
}

.team-heading h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 32px;
}

.team-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: var(--global--color-lightgrey);
}

.team-plan-box {
    padding: 50px 48px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, .03);
}

.team-plan-box figure {
    border: 1px solid var(--global--color-pink);
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 39px;
}

.team-plan-box img {
    padding-top: 33px;
    width: auto;
}

.team-plan-box h4 {
    line-height: 20px;
    font-weight: 700;
    color: var(--global--color-black);
}

.team-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 34px;
    color: var(--global--color-lightgrey);
}

.team-list li {
    display: inline-block;
    padding: 0 14px;
}

.team-list li a:hover {
    color: var(--global--color-yellow);
    transition: 0.3s ease-in-out;
}

.team-list {
    margin-bottom: 0px;
}

.team-list li a {
    color: var(--global--color-pink);
}

.team-list li:last-child {
    padding-right: 0px;
}

/*-------- CONTACT PAGE ------------ */
.contact-us-sub-section {
    background-color: var(--global--color-purple);
    background-image: url(../images/contact-us-banner-img.png);
    background-size: cover;
    background-position: center 41px;
    background-repeat: no-repeat;
}

.contact-us-banner-section {
    padding: 70px 0px 227px 0px;
}

.contact-us-banner-section h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
}

.contact-us-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.contact-us-banner-section span {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-yellow);
}

/*-------- CONTACT-US-PLAN-BOX ------------ */
.contact-us-plan-box-section {
    background: var(--global--color-light);
}

.contact-us-plan-box {
    padding: 60px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.contact-us-plan-box-section-inner {
    position: absolute;
    top: -145px;
}

.contact-us-plan-box h4 {
    font-weight: 400;
    line-height: 30px;
    color: var(--global--color-black);
    margin-bottom: 18px;
}

.contact-us-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--global--color-lightgrey);
}

.contact-us-plan-box a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--global--color-pink);
}

.contact-us-plan-box a:hover {
    text-decoration: none;
}

.contact-us-plan-box figure {
    margin-bottom: 34px;
}

.contact-us-image-list {
    max-width: 34px;
    max-height: 34px
}

/*-------- CONTACT FORM ------------ */
.contact-form-section {
    padding: 194px 0px 102px 0px;
    background: var(--global--color-light);
}

.contact-form-section-plan-box {
    padding: 57px;
    background-color: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.contact-form-section-plan-box h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

.contact-form-section-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--global--color-lightgrey);
}

.contact-form-plan-box .form-control {
    padding: 0px 0px 0px 34px;
    height: 59px;
    font-size: 16px;
    color: var(--global--color-lightgrey);
    border-radius: 50px;
    position: relative;
    border: 1px solid #e8eaf1;
}

.contact-form-plan-box .form-control:focus {
    border: 1px solid #e8eaf1;
}

.contact-form-plan-box .select-form {
    background-image: url(../images/angle-down.png);
    background-color: var(--global--color-light);
    background-repeat: no-repeat;
    background-position: 96% 24px;
    color: var(--global--color-black);
    font-weight: 500;
}

.contact-form-plan-box select {
    appearance: none;
}

.contact-form-plan-box i {
    position: absolute;
    right: 0px;
}

.contact-form-plan-box .form-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-form-plan-box .textarea {
    border-radius: 10px !important;
    padding-top: 18px;
    font-size: 14px;
    border: 1px solid #e8eaf1;
}

.contact-form-plan-box .textarea .form-control {
    border: none;
    height: 139px;
}

.submitform-btn {
    font-size: 14px;
    font-weight: 700;
    color: var(--global--color-white);
    background: var(--global--color-pink);
    border-radius: 50px;
    border: none;
    padding: 20px 61px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.submitform-button {
    text-align: center;
}

.contact-form-section-text {
    margin-bottom: 57px;
}

.submitform-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

/*-------- SUCCESS SECTION ------------ */
.success-section {
    padding: 94px 0 171px 0;
    background: #eeeeee;
}

.success-section h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: var(--global--color-black);
}

.success-section p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.success-plan-box {
    padding: 58px 67px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.success-plan-box h4 {
    font-weight: 400;
    line-height: 30px;
    color: var(--global--color-black);
    margin-bottom: 18px;
}

.success-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--global--color-lightgrey);
}

.success-plan-box a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--global--color-pink);
}

.success-plan-box a:hover {
    text-decoration: none;
}

.success-plan-box figure {
    margin-bottom: 34px;
}

.success-section-text {
    margin-bottom: 76px;
}

.contact-section .variation-1 {
    background: var(--global--color-light);
    position: relative;

}

.success-image-list {
    max-width: 62px;
    margin: 0 auto;
}

.contact-section-inner {
    position: absolute;
    bottom: 2px;
    left: 0px;
    right: 0px;
}

/*-------- DEDICATED PAGE ------------ */
.dedicated-sub-section {
    background-image: url(../images/dedicated-banner-img.png);
    background-size: cover;
    background-position: center 40px;
    background-repeat: no-repeat;
}

.dedicated-banner-section {
    padding: 70px 0px 195px 0px;
}

.dedicated-banner-section h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
}

.dedicated-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.dedicated-banner-section ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.dedicated-banner-section li i {
    color: var(--global--color-pink);
    margin-right: 5px;
}

/*-------- DEDICATED-SERVER-PLAN-BOX ------------ */
.dedicated-server-plan-box-section {
    background: var(--global--color-light);
}

.dedicated-server-plan-box {
    padding: 58px 48px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.dedicated-server-plan-box-section-inner {
    position: relative;
    top: -120px;
    width: 100%;
}

.dedicated-server-plan-box h4 {
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-black);
    margin-bottom: 33px;
}

.dedicated-server-plan-box .dedicated-server-plan-box-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: var(--global--color-black);
}

.dedicated-server-plan-box h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.dedicated-server-plan-box span {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.dedicated-server-plan-box .dedicated-server-pricing {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--global--color-pink);
}

.dedicated-server-plan-box .dedicated-server-plan-box-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 7px;
    color: var(--global--color-lightgrey);
}

.dedicated-server-plan-box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 19px;
    color: var(--global--color-pink);
}

.dedicated-btn {
    padding: 14px 50px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-pink);
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.dedicated-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.dedicated-server-plan-box li {
    border-bottom: 1px solid #e8eaf1;
    padding: 10px 0px 8px 0px;
}

.dedicated-server-plan-box li span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--global--color-black);
}

.dedicated-server-plan-box li:last-child {
    padding-bottom: 0px;
    border: none;
}

.dedicated-server-plan-box-section .variation-2 h2,
.dedicated-server-plan-box-section .variation-2 .dedicated-server-price,
.dedicated-server-plan-box-section .variation-2 .dedicated-server-pricing,
.variation-2 p {
    color: var(--global--color-lightpink);
}

.dedicated-server-plan-box-section .variation-2 .dedicated-btn {
    background: var(--global--color-lightpink);
}

.dedicated-server-plan-box-section .variation-3 h2,
.dedicated-server-plan-box-section .variation-3 .dedicated-server-price,
.dedicated-server-plan-box-section .variation-3 .dedicated-server-pricing,
.variation-3 p {
    color: var(--global--color-purple);
}

.dedicated-server-plan-box-section .variation-3 .dedicated-btn {
    background: var(--global--color-purple);
}

.dedicated-list-icon {
    max-width: 23px;
}

/*-------- DEDICATED-SERVER-MAINTAINANCE ------------ */
.dedicated-server-maintainance {
    background: var(--global--color-light);
    padding: 0px 0px 90px 0px;
    margin-top: -55px;
}

.dedicated-server-maintainance h4 {
    font-weight: 400;
    line-height: 36px;
    color: var(--global--color-black);
    padding: 0 23%;
    margin-bottom: 0px;
}

.dedicated-server-maintainance a {
    font-weight: 400;
    line-height: 20px;
    color: var(--global--color-pink);
}

/*-------- DEDICATED-HOSTING-PLAN ------------ */
.dedicated-hosting-plan-section {
    background-image: url(../images/dedicated-hosting-plan-background.png);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.dedicated-hosting-plan-text h1 {
    font-size: 36px;
    line-height: 29px;
    font-weight: 400;
}

.dedicated-hosting-plan-text span {
    text-decoration: underline;
}

.dedicated-hosting-plan-section h4 {
    font-weight: 400;
    line-height: 19px;
}

.dedicated-hosting-plan-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.dedicated-hosting-plan-setting {
    padding-top: 47px;
}

.dedicated-hosting-plan-image {
    max-width: 445px;
}

.dedicated-hosting-plan-image-list {
    max-width: 62px;
}

/*-------- DEDICATED SERVER FEATURES ------------ */
.dedicated-server-features-section {
    padding: 100px 0px;
    background: var(--global--color-light);
}

.dedicated-server-features-section h1 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    color: var(--global--color-black);
}

.dedicated-server-features-section p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.dedicated-server-features-plan-box {
    padding: 80px 0px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}

.dedicated-server-features-plan-box h4 {
    line-height: 23px;
    font-weight: 700;
    color: var(--global--color-black);
}

.dedicated-server-features-plan-box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.dedicated-server-features-section-text {
    margin-bottom: 73px;
}

.dedicated-server-feature-network-img,
.dedicated-server-feature-technology-img {
    margin-bottom: 80px;
}

.dedicated-server-feature-image-list {
    max-width: 255px;
    margin: 0 auto 80px;
}

/*-------- DEDICATED-SERVER-SUPPORT ------------ */
.dedicated-server-support-plan-box-section {
    padding: 100px 0px;
    background: var(--global--color-lightpink);
}

.dedicated-server-support-plan-box-section h1 {
    font-size: 36px;
    line-height: 29px;
    font-weight: 400;
}

.dedicated-server-support-plan-box-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.dedicated-server-support-plan-box-section-text {
    margin-bottom: 76px;
}

.dedicated-server-support-plan-box {
    padding: 60px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.dedicated-server-support-plan-box h4 {
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-black);
}

.dedicated-server-support-plan-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 27px;
    color: var(--global--color-lightpink);
}

.dedicated-server-support-plan-box li {
    border-bottom: 1px solid #e8eaf1;
    padding: 11px 0px 10px 0px;
}

.dedicated-server-support-plan-box span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--global--color-lightgrey);
}

.dedicated-server-support-plan-box li:last-child {
    padding-bottom: 30px;
    border: none;
}

.dedicated-support-btn {
    padding: 14px 50px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-lightpink);
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.dedicated-support-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.dedicated-server-support-plan-box .variation-2 {
    padding: 14px 39px;
}

.dedicated-server-support-image-list {
    max-width: 100px;
    margin: 0 auto;
}

/*-------- ACCORDION ------------ */
.accordion-section {
    padding: 100px 0px 23px 0px;
}

.accordion-section h1 {
    font-size: 36px;
    line-height: 29px;
    font-weight: 400;
    color: var(--global--color-black);
}

.accordion-card .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
    font-size: 24px;
    color: var(--global--color-black);
    padding: 0px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}

.accordion-card .btn.focus,
.btn:focus {
    box-shadow: none;
}

.accordion-card {
    border-bottom: 1px solid #e8eaf1;
}

.accordion-card .card-header {
    padding: 18px 0px 21px 0px;
    margin-bottom: 0;
    border: none;
    background: none;
}

.accordion-card .card-body {
    padding: 0px 76px 17px 0px;
    font-size: 16px;
    color: var(--global--color-lightgrey);
}

.accordion-section-text {
    margin-bottom: 70px;
}

.accordion-card .btn-link:before {
    content: "\f068";
    position: absolute;
    right: 0px;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
}

.accordion-card .collapse {
    position: relative;
}

.accordion-card .collapsed:before {
    content: "\f067";
    position: absolute;
    right: 0px;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
}

.accordion-card button.btn.btn-link {
    color: var(--global--color-pink);
}

.accordion-card button.btn.btn-link.collapsed {
    color: var(--global--color-black);
}

/*-------- DOMAIN PAGE ------------ */
.domain-sub-section {
    background-image: url(../images/domain-banner-img.png);
    background-size: cover;
    background-position: center 40px;
    background-repeat: no-repeat;
}

.domain-banner-section {
    padding: 70px 0px 185px 0px;
}

.domain-banner-section h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
}

.domain-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.domain-form {
    width: 83%;
    margin: auto;
}

.domain-banner-section .form-group {
    position: relative;
    background: var(--global--color-white);
    border-radius: 50px;
    border: 1px solid #e8eaf1;
}

.domain-btn {
    font-size: 14px;
    font-weight: 700;
    color: var(--global--color-lightblack);
    background: var(--global--color-yellow);
    border-radius: 50px;
    border: none;
    padding: 19px 38px;
    position: absolute;
    right: -1px;
    top: -1px;
    left: inherit;
    display: inline-block;
}

.domain-banner-section .form-control {
    background: var(--global--color-white);
    border-radius: 50px;
    position: relative;
    height: 57px;
    border: none;
    color: #808080;
    font-size: 16px;
    padding-left: 34px;
}

/*-------- DOMAIN-PLAN-BOX ------------ */
.domain-plan-box-section {
    background: var(--global--color-light);
}

.domain-plan-box {
    padding: 50px 49px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.domain-plan-box-section-inner {
    position: relative;
    top: -100px;
}

.domain-plan-box h4 {
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-black);
}

.domain-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--global--color-lightgrey);
    margin-bottom: 29px;
}

.domain-plan-box .domain-plan-box-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: var(--global--color-black);
}

.domain-plan-box h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.domain-plan-box span {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.domain-plan-box .domain-plan-box-pricing {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--global--color-pink);
}

.domain-plan-box-btn {
    padding: 14px 36px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-pink);
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.domain-plan-box-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.domain-plan-box-section .variation-2 h2,
.domain-plan-box-section .variation-2 span,
.domain-plan-box-section .variation-2 .domain-plan-box-pricing {
    color: var(--global--color-lightpink);
}

.domain-plan-box-section .variation-2 .domain-plan-box-btn {
    background: var(--global--color-lightpink);
}

.domain-plan-box-section .variation-3 h2,
.domain-plan-box-section .variation-3 span,
.domain-plan-box-section .variation-3 .domain-plan-box-pricing {
    color: var(--global--color-purple);
}

.domain-plan-box-section .variation-3 .domain-plan-box-btn {
    background: var(--global--color-purple);
}

.domain-plan-box-image-list {
    max-width: 141px;
    height: 40px;
}

/*-------- DOMAIN MANAGEMENT ------------ */
.domain-management-section {
    background: var(--global--color-light);
    padding: 0px 0px 100px 0px;
}

.domain-management-plan-box {
    padding: 60px 0px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}

.domain-management-plan-box h4 {
    line-height: 23px;
    font-weight: 700;
    color: var(--global--color-black);
}

.domain-management-plan-box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.domain-management-plan-box-text {
    padding-top: 33px;
}

.domain-management-image-1 {
    max-width: 190px;
}

.domain-management-image-2 {
    max-width: 190px;
    margin: 0px 0px 0px 65px;
}

/*-------- DOMAIN TABLE ------------ */
.domain-table-section {
    padding: 100px 0px;
    background: var(--global--color-purple);
}

.table-plan-box {
    padding: 54px 49px;
    border-radius: 15px;
    background: var(--global--color-white);
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}

.domain-table-section .table thead th {
    padding: 18px 0px 22px 0px;
    border-right: 1px solid #e8eaf1;
}

.domain-table-section .table tbody th {
    padding: 19px 0px 16px 0px;
    border-right: 1px solid #e8eaf1;
}

.domain-table-section .table td {
    padding: 19px 0px 16px 0px;
    border-right: 1px solid #e8eaf1;
}

.domain-table-section .table thead th:nth-child(1) {
    width: 246px
}

.domain-table-section .table thead th:nth-child(2) {
    width: 275px
}

.domain-table-section .table thead th:nth-child(3) {
    width: 276px
}

.domain-table-section .table thead th:nth-child(4) {
    width: 214px
}

.domain-table-section .table td:last-child,
.domain-table-section .table th:last-child {
    border-right: none;
}

.domain-table-section .table thead th {
    border-bottom: 1px solid #e8eaf1;
    font-size: 18px;
    color: var(--global--color-black);
    font-weight: 700;
}

.domain-table-section .table tbody th {
    font-size: 16px;
    color: var(--global--color-black);
    font-weight: 700;
}

.domain-table-section .table tbody th .popular {
    font-size: 12px;
    color: var(--global--color-black);
    background: var(--global--color-yellow);
    padding: 4px 6px;
    font-weight: 700;
    border-radius: 5px;
    margin-left: 5px;
}

.domain-table-section .table tbody th .sale {
    font-size: 12px;
    color: var(--global--color-white);
    background: var(--global--color-pink);
    padding: 4px 7px;
    font-weight: 700;
    border-radius: 5px;
    margin-left: 7px;
}

.domain-table-section .table tbody td {
    font-size: 16px;
    color: var(--global--color-lightgrey);
    font-weight: 400;
}

.domain-table-section .table tbody td .price {
    font-size: 16px;
    color: var(--global--color-pink);
    font-weight: 700;
}

.domain-table-section table {
    text-align: center;
}

.domain-table-section tr th:first-child {
    text-align: left;
    padding-left: 0px;
}

/*-------- RESELLER PAGE ------------ */
.reseller-sub-section {
    background-image: url(../images/reseller-banner-img.png);
    background-size: cover;
    background-position: center 40px;
    background-repeat: no-repeat;
}

/*-------- RESELLER-BANNER ------------ */
.reseller-banner-section {
    padding: 70px 0px 207px 0px;
}

.reseller-banner-section h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
}

.reseller-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 21%;
}

/*-------- RESELLER-PLAN-BOX ------------ */
.reseller-plan-box-section {
    background: var(--global--color-light);
}

.reseller-plan-box {
    padding: 50px 49px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.reseller-plan-box-section-inner {
    position: relative;
    top: -120px;
}

.reseller-plan-box figure {
    margin-bottom: 29px;
}

.reseller-plan-box h4 {
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-black);
}

.reseller-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--global--color-lightgrey);
    margin-bottom: 29px;
}

.reseller-plan-box .reseller-plan-box-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: var(--global--color-black);
}

.reseller-plan-box h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.reseller-plan-box .reseller-plan-box-pricing {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.reseller-plan-box .reseller-plan-box-pricing-month {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--global--color-pink);
}

.reseller-plan-box-btn {
    padding: 14px 50px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-pink);
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.reseller-plan-box-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.reseller-plan-box-section .variation-2 h2,
.reseller-plan-box-section .variation-2 .reseller-plan-box-pricing,
.reseller-plan-box-section .variation-2 .reseller-plan-box-pricing-month {
    color: var(--global--color-lightpink);
}

.reseller-plan-box-section .variation-2 .reseller-plan-box-btn {
    background: var(--global--color-lightpink);
}

.reseller-plan-box-section .variation-3 h2,
.reseller-plan-box-section .variation-3 .reseller-plan-box-pricing,
.reseller-plan-box-section .variation-3 .reseller-plan-box-pricing-month {
    color: var(--global--color-purple);
}

.reseller-plan-box-section .variation-3 .reseller-plan-box-btn {
    background: var(--global--color-purple);
}

.reseller-plan-box-image-list {
    max-width: 62px;
}

/*-------- RESELLER FEATURE ------------ */
.reseller-feature-section {
    background: var(--global--color-light);
    margin-top: -19px;
    padding: 0px 0px 97px 0px;
}

.reseller-feature-text h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 29px;
    color: var(--global--color-black);
}

.reseller-feature-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: var(--global--color-lightgrey);
}

.reseller-feature-text {
    margin-bottom: 78px;
}

.reseller-feature-plan-box {
    padding: 58px 0px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}

.reseller-feature-plan-box h4 {
    line-height: 19px;
    font-weight: 700;
    color: var(--global--color-black);
}

.reseller-feature-plan-box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.reseller-feature-plan-box-image-list {
    max-width: 190px;
}

.reseller-feature-plan-box-image-list-variation-1 {
    max-width: 190px;
    margin: 0px 0px 0px 65px;
}

/*-------- RESELLER GUARRANTEES ------------ */
.reseller-guarrantees-section {
    background: var(--global--color-purple);
    padding: 99px 0px;
}

.reseller-guarrantees-text h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 29px;
}

.reseller-guarrantees-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.reseller-guarrantees-text {
    margin-bottom: 70px;
}

.reseller-guarrantees-plan-box {
    background: var(--global--color-white);
    padding: 51px 49px;
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(24, 27, 34, 0.10);
    height: 100%;
}

.reseller-guarrantees-plan-box:hover {
    background: var(--global--color-yellow);
}

.reseller-guarrantees-plan-box:hover p {
    color: var(--global--color-black);
}

.reseller-guarrantees-plan-box h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: var(--global--color-black);
}

.reseller-guarrantees-plan-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.reseller-guarrantees-plan-box-image-list {
    max-width: 65px;
    height: 78px;
}

/*-------- RESELLER TABLE ------------ */
.reseller-table-section {
    padding: 100px 0px;
    background: var(--global--color-light);
}

.reseller-comparison-text h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 29px;
    color: var(--global--color-black);
}

.reseller-comparison-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: var(--global--color-lightgrey);
}

.reseller-table-plan-box .reseller-table-plan-box-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: var(--global--color-black);
}

.reseller-table-plan-box h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.reseller-table-plan-box .reseller-table-plan-box-pricing-month {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--global--color-pink);
}

.reseller-table-plan-box-btn {
    padding: 14px 40px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-pink);
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.reseller-table-plan-box-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    transform: translateY(-3px);
    box-shadow: 0 10px 10px rgba(30, 34, 47, .04);
    cursor: pointer;
    z-index: 0;
}

#Comprison_pricingplan .table td .variation-2 {
    color: var(--global--color-lightpink);
}

#Comprison_pricingplan table td .variation-3 {
    color: var(--global--color-purple);
}

#Comprison_pricingplan .variation-2 h2,
#Comprison_pricingplan .variation-2 .reseller-table-plan-box-pricing-month {
    color: var(--global--color-lightpink);
}

#Comprison_pricingplan .variation-2 .reseller-table-plan-box-btn {
    background: var(--global--color-lightpink);
}

#Comprison_pricingplan .variation-3 h2,
#Comprison_pricingplan .variation-3 .reseller-table-plan-box-pricing-month {
    color: var(--global--color-purple);
}

#Comprison_pricingplan .variation-3 .reseller-table-plan-box-btn {
    background: var(--global--color-purple);
}

#Comprison_pricingplan .table .th-hide {
    background-color: transparent !important;
    border-bottom: none;
    visibility: hidden;
    border-right: none;
}

#Comprison_pricingplan table td i {
    color: var(--global--color-pink);
}

#Comprison_pricingplan table td .variation-2 {
    color: var(--global--color-lightpink);
}

#Comprison_pricingplan table td .variation-3 {
    color: var(--global--color-purple);
}

.reseller-comparison-text {
    margin-bottom: 96px;
}

#Comprison_pricingplan article {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#Comprison_pricingplan ul {
    display: flex;
    top: 0;
    z-index: 10;
    padding-left: 0px;
    text-align: center;
}

#Comprison_pricingplan li {
    list-style: none;
    flex: 1;
}

#Comprison_pricingplan button {
    border: 2px solid var(--global--color-pink);
    border-radius: 4px;
    padding: 9px 65px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: var(--global--color-pink);
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

#Comprison_pricingplan table tbody tr td:nth-child(2) {
    border-left: 1px solid #e8eaf1;
}

#Comprison_pricingplan li.active button {
    background: var(--global--color-pink);
    color: #fff;
    transition: 0.3s ease;
}

#Comprison_pricingplan table {
    table-layout: fixed;
    width: 100%;
}

#Comprison_pricingplan table tbody tr:last-child {
    border-right: none;
}

article#Comprison_pricingplan:after {
    content: "";
    position: absolute;
    right: 12px;
    box-shadow: 20px 0 20px rgb(2 103 255);
    height: 100%;
    width: 1px;
    top: 0;
}

#Comprison_pricingplan td+td,
#Comprison_pricingplan th+th {
    text-align: center;
    display: none;
}

#Comprison_pricingplan td.default {
    display: table-cell;
    border-right: solid 1px #e8eaf1;
    border-left: solid 1px #e8eaf1;
}

#Comprison_pricingplan table tbody tr td {
    padding: 18px 0px;
}

#Comprison_pricingplan table tbody tr:first-child td:first-child {
    border: none;
}

#Comprison_pricingplan table tbody tr:last-child td {
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}

#Comprison_pricingplan table tbody tr td:first-child {
    text-align: left;
    padding-left: 40px;
    font-size: 16px;
    color: var(--global--color-black);
    font-weight: 700;
}

#Comprison_pricingplan table .adjustment {
    padding: 17px 0px;
}

#Comprison_pricingplan table tbody tr:last-child td:nth-child(1) {
    border-bottom-left-radius: 15px;
}

#Comprison_pricingplan table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

#Comprison_pricingplan table thead tr th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    font-size: 20px;
    color: var(--global--color-black);
    font-weight: 700;
    border-right: 1px solid #e8eaf1;
    background: var(--global--color-white);
}

#Comprison_pricingplan table tbody tr td {
    vertical-align: middle;
    font-size: 16px;
    color: var(--global--color-lightgrey);
    font-weight: 400;
    background: var(--global--color-white);
}

#Comprison_pricingplan table tbody tr:first-child {
    border-left: none;
    border-top: 0;
}

#Comprison_pricingplan table tbody tr:last-child {
    border-left: none;
    border-top: 0;
}

#Comprison_pricingplan table tbody tr:first-child td {
    border-bottom: 1px solid #e8eaf1;
}

#Comprison_pricingplan table tbody tr:nth-child(2) {
    padding-top: 36px;
}

#Comprison_pricingplan table tbody tr:last-child td {
    padding-bottom: 33px;
}

#Comprison_pricingplan table thead th:nth-child(1) {
    width: 284px;
}

#Comprison_pricingplan table thead th:nth-child(2),
#Comprison_pricingplan table thead th:nth-child(3),
#Comprison_pricingplan table .table thead th:nth-child(4) {
    width: 275px;
    padding: 21px 0px;
}

#Comprison_pricingplan table thead th:nth-child(2) {
    border-top-left-radius: 15px;
}

#Comprison_pricingplan table thead th:nth-child(4),
#Comprison_pricingplan table tbody td:nth-child(4) {
    border-right: none;
}

#Comprison_pricingplan table thead th:nth-child(4) {
    border-top-right-radius: 15px;
}

#Comprison_pricingplan table tbody tr:first-child td:nth-child(1) {
    border-top-left-radius: 15px;
}

#Comprison_pricingplan table tbody tr:last-child td:nth-child(1) {
    border-bottom-left-radius: 15px;
}

#Comprison_pricingplan table tbody tr:last-child td:nth-child(4) {
    border-bottom-right-radius: 15px;
}

#Comprison_pricingplan table tbody td:first-child td:nth-child(1) {
    border-bottom: none;
}

.reseller-table-text {
    position: absolute;
    top: -27px;
    right: 346px;
    font-size: 14px;
    padding: 3px 14px 2px 14px;
    border-radius: 5px 5px 0px 0px;
    color: var(--global--color-black);
    background: var(--global--color-yellow);
    font-weight: 700;
}

#Comprison_pricingplan table tbody tr:nth-child(2) td {
    padding-top: 35px;
}

/*-------- SHARED-PAGE ------------ */
.shared-sub-section {
    background-image: url(../images/shared-bannner-img.png);
    background-size: cover;
    background-position: center 40px;
    background-repeat: no-repeat;
}

.navbar-nav .variation-3 {
    background: #663a4a;
}

.navbar-nav .variation-3:hover {
    background: var(--global--color-yellow);
    color: var(--global--color-black);
}

/*-------- SHARED-BANNER ------------ */
.shared-banner-section {
    padding: 70px 0px 207px 0px;
}

.shared-banner-section h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
}

.shared-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

/*-------- SHARED-TABS ------------ */
.shared-tabs-section {
    margin-top: -231px;
}

.shared-tabs-section .shared-monthly-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 32px;
    color: var(--global--color-lightgrey);
    background: var(--global--color-white);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline-block;
}

.shared-tabs-section .shared-monthly-btn:hover {
    color: var(--global--color-white);
    text-decoration: none;
    background: var(--global--color-pink);
}

.shared-tabs-section .shared-yearly-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 8px 38px;
    color: var(--global--color-lightgrey);
    background: var(--global--color-white);
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.shared-tabs-section .shared-yearly-btn:hover {
    color: var(--global--color-white);
    text-decoration: none;
    background: var(--global--color-pink);
}

.shared-tabs-section .nav-tabs {
    border-bottom: none;
}

.shared-tab-content-section {
    background: var(--global--color-light);
}

.shared-tab-button {
    margin-bottom: 157px;
}

.shared-tabs-section ul li .active {
    color: var(--global--color-white);
    text-decoration: none;
    background: var(--global--color-pink);
    box-shadow: 0px 30px 30px rgba(24, 27, 34, 0.5);
}

.shared-tabs-section .shared-monthly-btn {
    transition: all 0.3s ease-in-out;
    position: relative;
}

/*-------- SHARED-PLAN-BOX ------------ */
.shared-plan-box {
    padding: 50px 49px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.shared-plan-box-section-inner {
    position: relative;
    top: -100px;
}

.shared-plan-box figure {
    margin-bottom: 29px;
}

.shared-plan-box h4 {
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-black);
}

.shared-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--global--color-lightgrey);
    margin-bottom: 29px;
}

.shared-plan-box .shared-plan-box-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: var(--global--color-black);
}

.shared-plan-box h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.shared-plan-box .shared-plan-box-pricing {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.shared-plan-box .shared-plan-box-pricing-month {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--global--color-pink);
}

.shared-plan-box-btn {
    padding: 14px 50px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-pink);
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.shared-plan-box-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.shared-plan-box-section .variation-2 h2,
.shared-plan-box-section .variation-2 .shared-plan-box-pricing,
.shared-plan-box-section .variation-2 .shared-plan-box-pricing-month {
    color: var(--global--color-lightpink);
}

.shared-plan-box-section .variation-2 .shared-plan-box-btn {
    background: var(--global--color-lightpink);
}

.shared-plan-box-section .variation-3 h2,
.shared-plan-box-section .variation-3 .shared-plan-box-pricing,
.shared-plan-box-section .variation-3 .shared-plan-box-pricing-month {
    color: var(--global--color-purple);
}

.shared-plan-box-section .variation-3 .shared-plan-box-btn {
    background: var(--global--color-purple);
}

.shared-plan-box-images {
    max-width: 51px;
}

/*-------- HOSTING FEATURES ------------ */
.features-section-variation-2 {
    background: var(--global--color-light);
    padding-top: 0px;
}

/*-------- RELIABLE SHARED HOSTING ------------ */
.reliable-shared-hsoting-section {
    padding: 100px 0px;
    background: var(--global--color-white);
}

.reliable-shared-hsoting-section h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 18px;
    color: var(--global--color-black);
}

.reliable-shared-hsoting-section h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 19px;
    color: var(--global--color-black);
}

.reliable-shared-hsoting-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: var(--global--color-lightgrey);
}

.reliable-shared-hsoting-section-btn {
    padding: 14px 45px;
    background: var(--global--color-yellow);
    color: var(--global--color-lightblack);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.reliable-shared-hsoting-section-btn:hover {
    text-decoration: none;
    color: var(--global--color-lightblack);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.reliable-shared-hsoting-section-button {
    transition: all 0.3s ease-in-out;
    position: relative;
}

.reliable-shared-hsoting-section-button:hover {
    transform: translateY(-3px);
}

.reliable-shared-hsoting-section-text {
    padding-top: 73px;
}

.features-section-variation-2 p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--global--color-lightgrey);
}

.reliable-shared-hsoting-section-image {
    max-width: 450px;
}

/*-------- VPS PAGE ------------ */
.vps-sub-section {
    background-image: url(../images/vps-banner-img.png);
    background-size: cover;
    background-position: center 40px;
    background-repeat: no-repeat;
}

/*-------- VPS-BANNER ------------ */
.vps-banner-section {
    padding: 46px 0px 231px 0px;
}

.vps-banner-section h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
}

.vps-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.vps-banner-text {
    padding-top: 24px;
}

.vps-banner-image {
    max-width: 255px;
}

/*-------- GUARRANTEES ------------ */
.guarrantees-section-variation-2 {
    background: var(--global--color-purple);
    padding: 100px 0px;
}

.guarrantees-section-variation-2 .guarrantee-text {
    padding-top: 0px;
    margin-bottom: 77px;
}

.guarrantees-section-variation-2-text {
    margin-bottom: 71px;
}

.guarrantees-section-variation-2 h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 30px;
}

.guarrantees-section-variation-2 h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.guarrantees-section-variation-2 p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 16%;
    line-height: 30px;
}

/*-------- VPS-SLIDER ------------ */
.vps-slider-section {
    background: var(--global--color-light);
    float: left;
    width: 100%;
}

.vps-slider-section h4 {
    color: var(--global--color-black);
    font-weight: 700;
    line-height: 22px;
}

.vps-slider-section p {
    color: var(--global--color-lightgrey);
    font-weight: 400;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 41px;
}

.vps-slider-section .form-group {
    background: var(--global--color-white);
    border-radius: 15px;
    border: 1px solid #e8eaf1;
    margin-bottom: 35px;
}

.vps-slider-section .form-control {
    background: var(--global--color-white);
    border-radius: 50px;
    position: relative;
    height: 53px;
    border: none;
    color: var(--global--color-black);
    font-size: 16px;
    padding: 0px 0px 0px 18px;
}

.vps-slider-section select {
    appearance: none;
}

.vps-slider-section .select-form {
    background-image: url(../images/angle-down.png);
    background-repeat: no-repeat;
    background-position: 92% 21px;
}

.vps-slider-section h6 {
    color: var(--global--color-black);
    font-weight: 700;
    line-height: 20px;
}

.vps-slider-section .vps-slider-paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: italic;
    color: var(--global--color-black);
}

.wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

.plan-wrap {
    float: left;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 30px 30px 0 rgba(24, 27, 34, 0.03);
    position: absolute;
    top: -171px;
}

.plan_con {
    float: left;
    width: 100%;
    background: var(--global--color-light);
}

.plan_tabs {
    position: relative;
}

/*
 * jQuery UI Slider 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.sliderbox {
    float: left;
    width: 68.5%;
    padding: 60px;
    ;
}

.slider-container .ui-slider {
    float: left;
    width: 100%;
    height: 10px;
    padding: 0;
    border: 0;
    background: var(--global--color-pink);
    border-radius: 15px;
}

/*.slider-container #slider .ui-slider-range, .slider-container #sliderCpu .ui-slider-range, .slider-container #sliderRam .ui-slider-range, .slider-container #sliderDisk .ui-slider-range {
	background:url(../images/blue_bar.png) no-repeat left top;
}*/
.slider-container .ui-slider-handle {
    outline: none;
    background: #ffda68 no-repeat left top;
    border-radius: 50px;
    border: 0;
    width: 30px;
    height: 30px;
    text-decoration: none;
    margin-top: -5px;
    margin-left: -22px;
}

.slider-container .ui-slider-handle:hover {
    cursor: pointer;
}

.slider-row1 {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.slider-row1:last-child {
    margin-bottom: 0px;
}

.slider-row1 label {
    float: left;
    color: var(--global--color-black);
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0px 0px 0;
    font-weight: 400;
}

.slider-row1 .slide-value {
    float: right;
    color: var(--global--color-pink);
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
}

.slider_content {
    float: right;
    box-shadow: 0 30px 30px rgba(24, 27, 34, 0.03);
    width: 31.5%;
    padding: 55px 50px 70px 50px;
}

.vps-slider-section figure {
    margin-bottom: 20px;
}

.vps-slider-section .variation-2 {
    background: var(--global--color-lightpink);
}

.vps-slider-section .variation-3 {
    background: var(--global--color-purple);
}

.vps-slider-section .variation-4 {
    color: var(--global--color-lightpink);
}

.vps-slider-section .variation-5 {
    color: var(--global--color-purple);
}

.pricebox .pricetxt {
    color: var(--global--color-pink);
    font-size: 18px;
    font-weight: 400;
}

.pricebox .pricetxt span.doller {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.pricebox .pricetxt span.numeric {
    font-size: 52px;
    font-weight: 700;
    line-height: 40px;
    color: var(--global--color-pink);
}

.white_btn {
    display: inline-block;
    height: 46px;
    margin: 10px auto 0;
    width: 85.2%;
}

.white_btn a {
    padding: 14px 40px;
    color: var(--global--color-white);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: var(--global--color-pink);
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.white_btn a:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.vps-slider-section .vps-slider-pricing-month {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--global--color-pink);
}

.vps-slider-section .vps-slider-section-inner-text {
    margin-bottom: 21px;
    line-height: 24px;
}

.reseller-feature-section-2 {
    margin-top: 0px;
    padding: 393px 0px 100px 0px;
    background: var(--global--color-light);
}

.vps-slider-image-list {
    max-width: 24px;
}

/*-------- LANDING-PAGE-BANNER ------------ */
.landing-page-banner-section {
    padding: 50px 0px 0px 0px;
    background-image: url(../images/landing-page-banner-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.landing-page-banner-section h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.5px;
}

.landing-page-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 32px;
    padding: 0 11%;
}

.landing-page-column {
    background: var(--global--color-darkblue);
    padding: 158px 50px 92px 50px;
    z-index: 1;
    border-radius: 15px;
    top: -108px;
    position: relative;
}

.landing-page-server-img img {
    z-index: 2;
    position: relative;
}

.landing-page-server-img {
    max-width: 500px;
    margin: 0 auto;
}

.landing-page-primary-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 15px 35px;
    color: var(--global--color-black);
    background: var(--global--color-yellow);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block;
}

.landing-page-primary-btn:hover {
    text-decoration: none;
    color: var(--global--color-black);
    transform: translateY(-3px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 0;
}

.landing-page-secondary-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 15px 31px;
    color: var(--global--color-white);
    background: var(--global--color-pink);
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-left: 17px;
    display: inline-block;
}

.landing-page-secondary-btn:hover {
    text-decoration: none;
    color: var(--global--color-white);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
    transform: translateY(-3px);
    cursor: pointer;
    z-index: 0;
}

.landing-page-banner-logo-img {
    max-width: 346px;
    margin: 0 auto 50px;
}

.landing-page-server-bottom-left-img,
.landing-page-server-bottom-right-img {
    max-width: 613px;
}

.landing-page-server-bottom-left-image {
    left: -178px;
    bottom: 40px;
    width: 25%;
    opacity: .1;
}

.landing-page-server-bottom-right-image {
    right: -178px;
    bottom: 40px;
    width: 25%;
    opacity: .1;
}

.themeforest-link a {
    font-size: 12px;
    text-decoration: none;
    color: #fdda68ad;
}

html {
    scroll-behavior: smooth;
}

/* Performance optimizations */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Remove focus outline for mouse users, keep for keyboard */
:focus:not(:focus-visible) {
    outline: none;
}

:focus-visible {
    outline: 2px solid var(--accent-violet);
    outline-offset: 2px;
}

.dropdown-menu:before {
    display: none;
}

/*-------- BANNER SLIDER ------------ */
#banner_slider {
    position: relative;
}

#banner_slider .carousel-inner {
    padding: 4rem 0 5rem;
    overflow: hidden;
}

#banner_slider .carousel-item {
    min-height: 500px;
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

#banner_slider .carousel-item.active {
    display: block;
    opacity: 1;
}

#banner_slider .carousel-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

#banner_slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

#banner_slider .carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

#banner_slider .carousel-indicators li.active {
    background-color: var(--accent-gold);
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.3);
}

/*-------- BANNER SLIDER-2 ------------ */
.slider-2 p,
.slider-3 p {
    padding-right: 22%;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 36px;
}

.slider-2 li i,
.slider-3 li i {
    color: var(--global--color-pink);
    margin-right: 5px;
}

.slider-2 li,
.slider-3 li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-2 ul,
.slider-3 ul {
    margin-bottom: 38px;
}

/* Slider-2 and slider-3 specific styles removed - using unified layout */

/*-------- SUPPORT-PAGE ------------ */
.support-sub-section {
    background-color: var(--global--color-blue);
    background-image: url(../images/support-banner.png);
    background-size: cover;
    background-position: center 41px;
    background-repeat: no-repeat;
}

.support-banner-section {
    padding: 74px 0px 286px 0px;
}

.support-banner-text h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 40px;
}

.support-banner-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

/*-------- SUPPORT-PLAN-BOX ------------ */
.support-plan-box-section {
    background: var(--global--color-light);
    position: relative;
    z-index: 1;
}

.support-plan-box-section-inner {
    position: relative;
    margin-top: -191px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.support-plan-box {
    padding: 57px 60px;
    background: var(--global--color-white);
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
}

.support-plan-box h4 {
    font-weight: 700;
    line-height: 24px;
    color: var(--global--color-black);
    margin-bottom: 38px;
}

.support-plan-box h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--global--color-black);
    margin-bottom: 6px;
}

.support-plan-box .variation-1 {
    color: var(--global--color-pink);
}

.support-plan-box .variation-2 {
    color: var(--global--color-lightpink);
}

.support-plan-box .variation-3 {
    color: var(--global--color-purple);
}

.support-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--global--color-lightgrey);
}

.support-plan-box p a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    color: var(--global--color-lightgrey);
}

.support-plan-box p a:hover {
    text-decoration: none;
}

/*-------- SUPPORT NATIX-HOST ------------ */
.support-natix-host-section {
    background: var(--global--color-purple);
    padding: 99px 0px;
}

.support-natix-host-text {
    padding-top: 0px;
    margin-bottom: 73px;
}

.support-natix-host-text h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 21px;
}

.support-natix-host-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 9%;
}

.support-natix-host-plan-box {
    background: var(--global--color-white);
    padding: 50px 36px;
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.support-natix-host-plan-box h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    color: var(--global--color-black);
    margin-bottom: 28px;
}

.support-natix-host-plan-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    color: var(--global--color-lightgrey);
    margin-bottom: 29px;
}

.support-natix-host-plan-box-image-list {
    margin: 0 auto 39px;
    max-width: 60px;
    max-height: 40px;
}

.support-natix-host-plan-box-btn {
    padding: 13px 64px;
    background: var(--global--color-yellow);
    color: var(--global--color-lightblack);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.support-natix-host-plan-box-btn:hover {
    text-decoration: none;
    color: var(--global--color-black);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.support-natix-host-plan-box .variation-1 {
    background: var(--global--color-pink);
    color: var(--global--color-white);
}

.support-natix-host-plan-box .variation-2 {
    background: var(--global--color-lightpink);
    color: var(--global--color-white);
}

.support-natix-host-plan-box .variation-3 {
    background: var(--global--color-purple);
    color: var(--global--color-white);
}

/*-------- SUPPORT OPERATION ------------ */
.support-operation-section {
    background: var(--global--color-light);
    padding: 99px 0px 171px 0px;
}

.support-operation-plan-box {
    background: var(--global--color-white);
    padding: 58px 46px;
    border-radius: 15px;
    box-shadow: 0 30px 30px rgba(30, 34, 47, 0.03);
    height: 100%;
}

.support-operation-plan-box h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--global--color-blue);
}

.support-operation-plan-box-image-list {
    margin: 0 auto 25px;
    max-width: 50px;
    max-height: 48px;
}

.agreementItem {
    width: 100%;
    margin: 0 0 2rem;
    text-align: left;
    background: linear-gradient(145deg, var(--global--color-purple) 0%, #4c1d95 100%);
    padding: 2rem 2.5rem;
    border-radius: var(--radius-lg);
    color: #fff;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255,255,255,0.08);
    box-sizing: border-box;
}

.agreementItem:last-child {
    margin-bottom: 0;
}

.agreementItem h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.agreementItem p {
    margin: 0 0 1.25rem;
    line-height: 1.65;
    opacity: 0.95;
    font-size: 0.9375rem;
}

.agreementItem .btn {
    display: flex;
    justify-content: flex-end;
}

.agreementItem .secondary-btn {
    margin-left: 0;
}