@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

figure {
    margin: 0;
}

body {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text--color);
    font-family: "Nunito Sans", sans-serif;
}

p.text16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Nunito Sans", sans-serif;
}

:root {
    --primary--color: #0330ef;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text--color: #605e6c;
    --grey--color: #aaaaaa;
    --accent--color: #07060d;
    --purple--color: #8f78fc;
    --border--color: #e9e4f0;
    --grey--bg--color: #f9f8ff;
}

.gradient-overlay {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
}

.padding-rl {
    padding-right: 70px !important;
    padding-left: 70px !important;
}

/* TOP HEADER BAR SECTION */
.top-bar-con {
    padding: 5px 0;
    transition: transform .3s ease;
}

/* When hidden — slide up */
.top-bar-con.topbar-hidden {
    transform: translateY(-100%);
}

/* body.has-sticky-header{
  padding-top: 110px; 
} */
.top-bar-con p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 125px;
}

.top-bar-con a span {
    font-size: 16px;
    line-height: 24px;
}

.top-bar-con li img {
    margin-right: 3px;
}

.top-bar-con li:first-child {
    margin-right: 34px;
}

.top-bar-con a {
    text-decoration: underline;
}

.top-bar-con a:hover {
    text-decoration: underline;
    color: var(--accent--color) !important;
    opacity: 100%;
}

.top-bar-con .right-con ul li a {
    color: var(--secondary--color);
}

.other_list .country-selector {
    z-index: 9;
    position: relative;
}

.other_list .country-selector {
    font-size: 16px;
    line-height: 16px;
    width: auto;
    font-weight: 500;
    margin-right: 3px;
    color: var(--secondary--color) !important;
    transition: all 0.8s ease-in-out;
}

.other_list .country-selector>div.caption {
    margin-left: 0;
}

.other_list .country-selector>div.caption img {
    position: relative;
    top: -2px;
    margin-left: 3px;
    margin-right: 7px;
}

.other_list div.country-selector>div.list {
    position: absolute;
    width: 110px;
    display: none;
    left: 0;
    top: 30px;
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    text-align: left;
}

.other_list div.country-selector>div.list>div.item {
    padding: 10px;
    align-items: center;
}

.other_list div.country-selector>div.list>div.item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--accent--color);
    transition: all 0.3s ease-in-out;
}

.other_list div.country-selector>div.list>div.item:hover a {
    color: var(--primary--color);
}

.other_list div.country-selector>div.list>div.item img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.other_list div.country-selector>div.caption {
    cursor: pointer;
}

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--accent--color);
    font-weight: 600;
    padding: 10px 10px !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 74px;
    justify-content: center;
    align-items: center;
}

.header-con {
    padding: 15px 0;
    background-color: var(--secondary--color);
    position: relative;
    z-index: 10;
    transition: all .3s ease;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: top .3s ease;
}

.header-con .navbar {
    padding: 0;
}

.header-con .header-contact a {
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
    color: var(--secondary--color);
    border-radius: 10px;
    padding: 0 31px;
    font-size: 18px;
    transition: ease-in-out 0.6s;
    text-decoration: none;
    text-align: center;
}

.header-con .header-contact a:hover {
    background-image: linear-gradient(to right, var(--purple--color) 0%, var(--primary--color) 100%);
    color: var(--secondary--color);
    text-decoration: none;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 22px;
    font-size: 16px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 20px;
    margin: 0;
    background-color: var(--grey--bg--color);
    border: 0;
    z-index: 15;
    border-radius: 10px;
    width: 820px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border: none;
}

/* .dropdown-menu.show {
    display: flex;
} */

/* Columns */
.menulist-col-1,
.menulist-col-2 {
    width: 50%;
}

.menu-inner-wrap {
    gap: 30px;
}

/* Divider line */
.menulist-col-1 {
    border-right: 1px solid var(--border--color);
    padding-right: 10px;
}

/* Section headings */
.menu-heading-label {
    display: inline-block;
    background: var(--purple--color);
    color: var(--secondary--color);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 22px;
}

/* List reset */
.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each item */
.dropdown-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
}

/* Hover effect */
.dropdown-item:hover {
    background: rgba(0, 0, 0, 0.03) !important;
    /* transform: translateY(-2px); */
}

/* Text block */
.menu_text {
    font-size: 13.5px;
    color: var(--text--color);
    line-height: 1.5;

    /* 🔥 text fix */
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}


/* Title */
.menu_text strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--accent--color);
    margin-bottom: 4px;
}

/* .header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    color: var(--navy--family--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    border-radius: 4px;
} */

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

/* SPECIAL */
.heading-title-con {
    margin-bottom: 70px;
}

.heading-title-con h2 {
    margin-bottom: 16px;
}

.heading-title-con p {
    font-size: 18px;
    line-height: 30px;
}

/* breadcrumb */

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary--color);
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.breadcrumb {
    background-color: rgb(255 255 255 / 10%);
    padding: 13px 34px;
    transition: ease-in-out 0.6s;
    border-radius: 10px;
    margin-bottom: 46px;
    justify-content: center;

}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--purple--color);
}

.breadcrumb-item a:hover {
    color: var(--secondary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--purple--color);
    content: "~";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    padding: 0 5px;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

/* BANNER SECTION  */
.banner-con span.banner-badge {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 54px;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    color: var(--secondary--color);
    background-color: rgb(255 255 255 / 15%);
}

.banner-con span.banner-badge i {
    color: var(--secondary--color);
    font-size: 18px;
}

.banner-con {
    padding-top: 137px;
    padding-bottom: 258px;
    overflow: hidden;
}

.has-sticky-header .banner-con,
.has-sticky-header .sub-banner {
    margin-top: 88px;
}

.banner-con::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url(../images/banner-overly-bg.png);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 80%;
}


.banner-con h1 {
    margin-bottom: 34px;
}

.banner-con p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: var(--secondary--color);
    margin-bottom: 59px;
}

.banner-con .primary-button {
    padding: 0 59px;
}

.banner-con .secondary-button {
    padding: 0 35px;
}

.banner-con .primary-button {
    margin-right: 16px;
}

.banner-con .carousel-indicators {
    bottom: -130px;
    z-index: 2;
}

.banner-con .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 4px;
    margin-left: 4px;
    opacity: 1;
}

.banner-con .carousel-indicators .active {
    opacity: 1;
    background-color: var(--purple--color);
}

/* Video */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

/* Dark Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    mix-blend-mode: hard-light;
    background-image: url(../images/video-overlay-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 40%;
}

/* FEATURES SECTION */
.features-con {
    padding-top: 30px;
    padding-bottom: 30px;
}

.features-con .feature-box .feature-content {
    margin-left: 22px;
}

.features-con .feature-box .feature-content h4 {
    margin-bottom: 11px;
}

.features-con .feature-box .feature-content p {
    font-size: 16px;
    line-height: 24px;
}

.features-con .feature-box {
    padding: 0 40px;
}

/* PRICING PLANS SECTION */
.pricing-plans-con {
    background-image: url(../images/pricing-plan-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-plans-con .heading-title-con {
    margin-bottom: 100px;
}

.pricing-plans-con .pricing-box {
    background-color: var(--secondary--color);
    border-radius: 30px;
    border: 1px solid var(--border--color);
    padding: 48px;
}

.pricing-outer-wraper {
    position: relative;
    padding: 3px;
    border-radius: 32px;
    background: linear-gradient(to left,
            var(--purple--color),
            var(--primary--color));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.pricing-outer-wraper .pricing-box {
    position: relative;
    z-index: 4;
    border: none;
}


.pricing-plans-con .pricing-box .discount-tag {
    background-color: var(--purple--color);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary--color);
    padding: 2px 16px;
    text-align: center;
    top: 61px;
    right: 48px;
}

.pricing-plans-con .pricing-box figure img {
    margin-bottom: 42px;
}

.pricing-plans-con .pricing-box h3 {
    margin-bottom: 20px;
}

.pricing-plans-con .pricing-box p {
    margin-bottom: 43px;
}

ul.generic-list li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
    padding-left: 30px;
}

ul.generic-list li i {
    position: absolute;
    font-size: 15px;
    color: var(--primary--color);
    top: 8px;
    left: 0;
}

.pricing-plans-con .pricing-box ul {
    margin-bottom: 40px;
}

span.starting-from {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}

.price {
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 33px;
}

.price span.strike {
    text-decoration: line-through;
}

.price span.strike,
.price span.per-month {
    font-size: 18px;
    line-height: 18px;
}

.plan-header {
    top: -38px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: 70px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: linear-gradient(to left,
            var(--purple--color),
            var(--primary--color));
    z-index: 2;
    white-space: nowrap;
}


/* CTA Section */
.cta-banner {
    border-radius: 30px;
    padding: 50px 55px;
    margin-bottom: -98px;
    position: relative;
    z-index: 2;
}

/* Footer Section */
.footer-main {
    padding-top: 210px;
    color: var(--grey--color);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.footer-left-con {
    padding-right: 12%;
}

.footer-left-con .footer-text {
    margin-bottom: 78px;
}

.footer-left-con .footer-text.mt-2 {
    line-height: 24px;
}

.footer-logo-img {
    margin-bottom: 18px;
}

.footer-left-con h4 {
    margin-bottom: 23px;
}

.black-bg {
    background-color: var(--accent--color);
}

.footer-link,
.social-links li {
    color: var(--grey--color);
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
}

.social-links li {
    margin-bottom: 0;
    font-size: 16px;
}

.footer-link:hover,
.social-links a:hover {
    color: var(--purple--color);
    text-decoration: none;
}

.footer-box {
    z-index: 2;
}

.footer-heading {
    color: var(--secondary--color);
    margin-bottom: 45px;
}

.copyright p {
    color: var(--grey--color);
    font-size: 16px;
    line-height: 24px;
}

/* Newsletter Input */
.newsletter-input input {
    background: transparent;
    border: 1px solid #555;
    border-radius: 10px;
    padding: 16px 60px 16px 26px;
    color: #777;
    font-size: 18px;
    width: 100%;
}

.newsletter-input button {
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 26px;
    padding-left: 16px;
    cursor: pointer;
}

.newsletter-input input:focus-visible {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--primary--color);
}

.footer-watermark img {
    height: 190px;
    position: absolute;
    bottom: 30px;
    right: 122px;
    will-change: transform;
    animation: marquee 25s linear infinite;
}

/* Seamless marquee */
@keyframes marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
}

.social-links li a {
    text-decoration: underline;
    color: var(--grey--color);
}

.social-links li {
    margin: 0 29px;
}

.social-links li:first-child {
    margin-left: 0;
}

.social-links li:last-child {
    margin-right: 0;
}

/********************/
.sub-banner {
    padding-top: 121px;
    padding-bottom: 194px;
}

.sub-banner h1 {
    margin-bottom: 24px;
}

.sub-banner p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 51px;
}

.sub-banner p.small {
    font-size: 16px;
    line-height: 24px;
}


.sub-banner.contact-banner {
    background: url(../images/contact-banner.jpg) no-repeat center top;
    background-size: cover;
}

.info-box {
    padding: 42px 48px;
    border-radius: 30px;
}

.info-box span {
    margin-bottom: 17px;
}

.info-box a {
    font-size: 30px;
}

.contact-info .row {
    margin-top: -81px;
}

.contact-form ul,
.contact-form textarea {
    margin: 0 0 2%;
    list-style: none;
}

.contact-form ul li {
    width: 32.33%;
    margin-right: 1.8%;
}

.contact-form ul li input,
.contact-form textarea {
    border-radius: 10px;
    padding: 22px 30px;
    background-color: var(--secondary--color);
    font-size: 18px;
    border: 1px solid var(--border--color);
    height: 70px;
    color: var(--text--color);
}

.contact-form ul li input:focus,
.contact-form ul li input:focus-visible,
.contact-form textarea:focus,
.contact-form textarea:focus-visible {
    border: 1px solid var(--primary--color);
    outline: none;
    box-shadow: none;
}

.contact-form textarea {
    height: 160px;
}

.contact-form li:last-child {
    margin: 0;
}

.contact-form button {
    width: 570px;
    height: 70px;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: inherit;
    transition: ease-in-out 0.6s;
}

/* faq  */
.general-content h4 {
    margin-bottom: 25px;
}

.faq-con .general-content {
    margin-bottom: 66px;
}

.why-choose-snelbit-con .row {
    align-items: center;
}

.choose-box {
    border-radius: 12px;
    margin-bottom: 47px;
    width: 468px;
}

.choose-content {
    max-width: 75%;
}

.choose-content h4 {
    margin-bottom: 17px;
}

.choose-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.choose-icon {
    margin-top: 10px;
    width: 66px;
    height: 66px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-us-con .heading-title-con {
    padding-right: 20%;
}

.about-us-con h2 {
    margin-bottom: 30px;
}

.about-us-con p {
    margin-bottom: 40px;
}

.vector {
    bottom: 0;
    right: 0;
}

.powering-web-con {
    background-image: url(../images/powering-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    z-index: 3;
    padding: 61px 61px 43px;

}

.powering-web-con img {
    margin-bottom: 36px;
}

.powering-web-con h3 {
    margin-bottom: 18px;
}

.about-us-con .powering-web-con h2 {
    margin-bottom: 11px;
}

.about-us-con .powering-web-con .counting-box p {
    font-size: 16px;
    line-height: 24px;
}

.power-statistics-con {
    gap: 90px;
}

.powering-web-con::after {
    content: "";
    position: absolute;
    left: -50px;
    width: 100%;
    height: 409px;
    background-image: url(../images/power-vector1.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.powering-web-con::before {
    content: "";
    position: absolute;
    left: -102px;
    width: 100%;
    height: 309px;
    background-image: url(../images/power-vector2.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -2;
}

.testimonials-con p {
    margin-bottom: 38px;
}

.testimonials-con h2 {
    margin-bottom: 16px;
}

.testimonials-con .primary-button {
    padding: 0 44px;
}

.testimonial-right-con {
    gap: 35px;
}

.testimonials-con .carousel-item img.stars {
    margin-bottom: 30px;
}

.testimonials-con .carousel-item p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 35px;
}

.testimonials-con .carousel-item h5 {
    margin-bottom: 3px;
}

.testimonials-con .carousel-item span {
    font-size: 16px;
    line-height: 24px;
}

.testimonials-con .carousel-indicators {
    bottom: -45px;
    left: 0;
    margin: unset;
    justify-content: flex-start;
}

.testimonials-con .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 3px;
    margin-left: 3px;
    opacity: 1;
    background-color: var(--purple--color);
    border-top: unset;
    border-bottom: unset;
}

.testimonials-con .carousel-indicators .active {
    width: 30px;
    height: 8px;
    border-radius: 4px;
    opacity: 1;
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
}

/* ABOUT PAGE */
.sub-banner.about-banner {
    background: url(../images/about-banner.jpg) no-repeat center top;
    background-size: cover;
}

.sub-banner .primary-button {
    padding: 0 48px;
}

.vector2 {
    top: 0;
    left: 0;
}

/* COMPANY STORY */
.company-img-con figure img {
    border-radius: 30px;
}

.company-img-con .logo-icon {
    border-radius: 0;
    right: 80px;
    bottom: 47px;
}

.company-content-con {
    padding-left: 30px;
}

.company-content-con p {
    margin-bottom: 30px;
}

.company-story-con .row {
    margin-bottom: 130px;
}

/*  */
.generic-box {
    padding: 40px 37px;
}

.generic-box h3 {
    margin-bottom: 24px;
}

.generic-box p {
    margin-bottom: 24px;
}

.company-story-con .generic-box * {
    color: var(--secondary--color);
}

figure.small-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary--color);
    border-radius: 100%;
    right: 37px;
    top: 33px;
}

/* BENEFITS SECTION */
.benefits-con figure,.netwrok-datacenter .generic-box figure {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}

.benefits-con h4 {
    margin-bottom: 25px;
}

.benefits-con .col-lg-4.col-md-6,
.powerful-tools-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.benefits-con .col-lg-4.col-md-6:nth-last-of-type(-n+3),
.powerful-tools-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

/* WEB HOSTING PAGE  */
.sub-banner.webhosting-banner {
    background: url(../images/web-hosting-banner.jpg) no-repeat center top;
    background-size: cover;
}

.pricing-tabs-con .heading-title-con {
    margin-bottom: 70px;
}

.pricing-tabs-con .tabs-box ul.nav-tabs {
    justify-content: space-between;
    border-bottom: 0;
    background-color: #fff;
    border-radius: 8px;
    width: 570px;
    align-items: center;
    margin: 0 auto 117px;
    height: 63px;
    padding: 6px;
    box-shadow: 0 3px 0 rgb(143 120 252 / 15%);
}

.pricing-tabs-con .nav-tabs li a {
    padding: 14px 30px;
    border-radius: 6px;
    color: var(--black--color);
    font-weight: 600;
}

.pricing-tabs-con .nav-tabs li a:hover {
    text-decoration: none;
}

.pricing-tabs-con .nav-tabs li a.active {
    color: var(--secondary--color);
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
    padding: 14px 30px;
}

.pricing-tabs-con .pricing-outer-wraper::before {
    height: 728px;
}

/* COMPARISON TABLE */
.comparison-outerbox {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    border-radius: 30px;
}

ul.comparison-tabs {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
}

ul.comparison-tabs li {
    list-style: none;
    flex: 1;
}

ul.comparison-tabs li:last-child {
    border-right: 1px solid #DDD;
}

ul.comparison-tabs button {
    width: 100%;
    border: 1px solid #DDD;
    border-right: 0;
    border-top: 0;
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    color: #999
}

ul.comparison-tabs li.active button {
    background: #F5F5F5;
    color: #000;
}

table.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
}

table.comparison-table thead th:last-child {
    border-collapse: separate;
    border-spacing: 0;
}

table.comparison-table th {
    display: none;
}

table.comparison-table td,
table.comparison-table th {
    height: 53px
}

table.comparison-table th {
    padding: 10px 0 25px;
    empty-cells: show;
    font-size: 24px;
}

table.comparison-table td {
    padding: 15px 10px;
    empty-cells: show;
    color: var(--text--color);
    background-color: #fff;
}

table.comparison-table tr:nth-child(even) td {
    background: #f9f8ff;
}

table.comparison-table tbody tr:first-child td:nth-child(2),
table.comparison-table tbody tr:first-child td:nth-child(3),
table.comparison-table tbody tr:first-child td:nth-child(4) {
    border-radius: 30px 30px 0 0;
}

table.comparison-table tbody tr:last-child td:nth-child(2),
table.comparison-table tbody tr:last-child td:nth-child(3),
table.comparison-table tbody tr:last-child td:nth-child(4) {
    border-radius: 0 0 30px 30px;
}

table.comparison-table th:first-child {
    padding-left: 30px;
}

table.comparison-table td:first-child {
    color: #fff;
    padding: 15px 10px 15px 30px;
}

table.comparison-table tr:nth-child(odd) td:first-child {
    background-color: transparent;
}

table.comparison-table tr:nth-child(even) td:first-child {
    background: rgba(255, 255, 255, 0.05);
}

table.comparison-table td:first-child i {
    font-size: 14px;
    margin-right: 10px;
}

table.comparison-table td,
table.comparison-table th {
    text-align: left;
}

table.comparison-table td+td,
table.comparison-table th+th {
    text-align: center;
    display: none;
}

table.comparison-table td.default,
table.comparison-table th.default {
    display: table-cell;
}

.hide {
    border: 0;
    background: none;
}

@media (min-width: 991px) {
    ul.comparison-tabs {
        display: none;
    }

    table.comparison-table td,
    table.comparison-table th {
        display: table-cell !important;
    }

    table.comparison-table td+td,
    table.comparison-table th+th {
        width: auto;
    }
}

@media (max-width: 991px) {
    table.comparison-table th {
        display: none !important;
    }
}

/* POWERFUL TOOLS SECTION */
.powerful-tools-con figure img {
    margin-bottom: 40px;
}

/* ACORDION SECTION */
.custom-accordion .card {
    border: none;
    border-bottom: 1px solid #dad9e2;
    background-color: transparent;
}

.custom-accordion {
    padding-left: 26px;
}

.custom-accordion .card:last-child {
    border-bottom: none;
}

/* Header */
.custom-accordion .card-header {
    background: transparent;
    border: 0;
    padding: 30px 0;
}

/* Heading Button */
.custom-accordion .accordion-toggle {
    width: 100%;
    text-align: left;
    padding: 0 0 0 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #07060d;
    text-decoration: none;
    position: relative;
}

.custom-accordion .accordion-toggle:focus,
.custom-accordion .accordion-toggle:active,
.custom-accordion .accordion-toggle:focus:active {
    outline: none;
    box-shadow: none;
}

/* Circle */
.custom-accordion .accordion-toggle::before {
    content: "";
    width: 36px;
    height: 36px;
    border: 1px solid var(--purple--color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
}

/* Arrow */
.custom-accordion .accordion-toggle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--purple--color);
    border-bottom: 2px solid var(--primary--color);
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

/* Expanded state */
.custom-accordion .accordion-toggle:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-135deg);
    border-right: 2px solid var(--secondary--color);
    border-bottom: 2px solid var(--secondary--color);
    top: 57%;
}

.custom-accordion .accordion-toggle:not(.collapsed)::before {
    background-image: linear-gradient(to left, var(--purple--color) 0%, var(--primary--color) 100%);
    box-shadow: 0 10px 20px rgb(3 48 239 / 20%);
}


/* Body */
.custom-accordion .card-body {
    padding: 0 0 30px 60px;
}

/* Paragraph */
.custom-accordion .card-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text--color);
}

.vector3 {
    bottom: 0;
    left: 0;
}

.accordion-outer-con .heading-title-con p {
    margin-bottom: 45px;
}

.sub-banner.wordpress-banner {
    background: url(../images/wordpress-banner.jpg) no-repeat center top;
    background-size: cover;
}

/*  */

.text-box ol {
    padding-left: 60px;
    list-style-type: decimal-leading-zero;
}

.text-box ol>li::marker {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    color: var(--accent--color);
}

.special-banner {
    background: url(../images/special-banner.jpg) no-repeat center top;
    background-size: cover;
}

.wordpress-plans.pricing-tabs-con .pricing-outer-wraper::before {
    height: 674px;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--purple--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: var(--secondary--color);
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(143 120 252 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(143 120 252 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}
.sub-banner.vps-banner {
    background: url(../images/vps-banner.jpg) no-repeat center top;
    background-size: cover;
}
.vps-plans .plan {
  width: 19%;
  margin: 0 0.5%;
}
.pricing-plans-con .vps-plans .pricing-box {
  padding: 48px 26px;
}
.pricing-plans-con .vps-plans .primary-button{
    width: 100%;
    padding: 0 30px;
}
.plan-desc{
    display: block;
}
.vps-package .cta-banner{
    margin: 0;
    padding: 80px 55px;
}
.vps-package .cta-banner .elementary-button{
    min-width: 250px;
}
/********/
.netwrok-datacenter .generic-box figure {
    margin-right: 30px;
}
.netwrok-datacenter .vps-features-listing{
    width: 75%;
}


.cookie-banner {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 320px;
    background: #1b1b1b;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.35);
    z-index: 99999;
    display: none;
    font-family: "Inter", Arial, sans-serif;
}


.cookie-banner-content h4 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
}

.cookie-banner-content p {
    font-size: 14px;
    line-height: 1.4;
}

.cookie-banner-buttons {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.cookie-btn {
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.cookie-btn.accept {
    background: #28a745;
    color: white;
}

.cookie-btn.reject {
    background: #dc3545;
    color: white;
}

.cookie-btn:hover {
    opacity: 0.9;
}

.cookie-link {
    display: block;
    margin-top: 12px;
    color: #76c1ff;
    text-decoration: underline;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 480px) {
    .cookie-banner {
        width: 90%;
        right: 5%;
        left: 5%;
        bottom: 20px;
    }
}