@font-face {
    font-family: "BR Cobane";
    src: url("../fonts/BRCobane-Thin.eot");
    src: url("../fonts/BRCobane-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BRCobane-Thin.woff2") format("woff2"), url("../fonts/BRCobane-Thin.woff") format("woff"),
        url("../fonts/BRCobane-Thin.ttf") format("truetype"), url("../fonts/BRCobane-Thin.svg#BRCobane-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BR Cobane";
    src: url("../fonts/BRCobane-Regular.eot");
    src: url("../fonts/BRCobane-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BRCobane-Regular.woff2") format("woff2"), url("../fonts/BRCobane-Regular.woff") format("woff"),
        url("../fonts/BRCobane-Regular.ttf") format("truetype"), url("../fonts/BRCobane-Regular.svg#BRCobane-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BR Cobane";
    src: url("../fonts/BRCobane-Medium.eot");
    src: url("../fonts/BRCobane-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BRCobane-Medium.woff2") format("woff2"), url("../fonts/BRCobane-Medium.woff") format("woff"),
        url("../fonts/BRCobane-Medium.ttf") format("truetype"), url("../fonts/BRCobane-Medium.svg#BRCobane-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BR Cobane";
    src: url("../fonts/BRCobane-SemiBold.eot");
    src: url("../fonts/BRCobane-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BRCobane-SemiBold.woff2") format("woff2"), url("../fonts/BRCobane-SemiBold.woff") format("woff"),
        url("../fonts/BRCobane-SemiBold.ttf") format("truetype"), url("../fonts/BRCobane-SemiBold.svg#BRCobane-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BR Cobane";
    src: url("../fonts/BRCobane-Bold.eot");
    src: url("../fonts/BRCobane-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BRCobane-Bold.woff2") format("woff2"), url("../fonts/BRCobane-Bold.woff") format("woff"),
        url("../fonts/BRCobane-Bold.ttf") format("truetype"), url("../fonts/BRCobane-Bold.svg#BRCobane-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BR Cobane";
    src: url("../fonts/BRCobane-Black.eot");
    src: url("../fonts/BRCobane-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BRCobane-Black.woff2") format("woff2"), url("../fonts/BRCobane-Black.woff") format("woff"),
        url("../fonts/BRCobane-Black.ttf") format("truetype"), url("../fonts/BRCobane-Black.svg#BRCobane-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "BR Cobane";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
}

body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

/* JEdits*/
.hero-title {
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #e0e0e0;
    text-align: center;
    margin-bottom: 50px;
}

.hero-section {
    background: linear-gradient(to right, #1e3c72, #2a5298);
    padding: 100px 20px;
}
.cta-button {
    background-color: #ff7f50;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
}

.cta-button:hover {
    background-color: #ff6347;
}

.btn:focus,
.accordion-button:focus {
    box-shadow: none;
}

body *:focus,
body *:focus-visible {
    outline: none;
}

::selection {
    background-color: #335ffa;
    color: #fff;
}

a {
    color: #335ffa;
}
a:hover {
    color: #335ffa;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.btn {
    transition: 0.25s all ease-in-out;
    border-radius: 6px;
    font-weight: 500;
    padding: 9px 24px;
    line-height: 1.5;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
}
.btn-blue {
    background-color: #335ffa;
    color: #fff;
}
.btn-blue:hover {
    background-color: #173ab4;
    color: #fff;
}
.btn-border {
    border: 2px solid #335ffa;
    background-color: transparent;
    color: #335ffa;
}
.btn-border:hover {
    background-color: #335ffa;
    color: #fff;
}
.btn-border-white {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.btn-border-white:hover {
    background: rgba(255, 255, 255, 0.32);
    color: #fff;
}
.btn-border-blue {
    border: 2px solid #3e68fd;
    background-color: transparent;
    color: #3e68fd;
}
.btn-border-blue:hover {
    background: rgba(62, 104, 253, 0.12);
    color: #3e68fd;
}
.btn-white {
    background-color: #fff;
    color: #335ffa;
}
.btn-white:hover {
    background: rgba(255, 255, 255, 0.32);
    color: #fff;
}

section {
    padding: 80px 0;
}
section h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.2px;
    text-align: center;
    margin-bottom: 44px;
}
section h2:has(+ p) {
    margin-bottom: 8px;
}
section h2 + p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: auto;
    margin-bottom: 36px;
    max-width: 580px;
    color: rgba(0, 0, 0, 0.7);
}

header {
    background-color: transparent;
    padding: 16px 0;
    transition: 0.2s all linear;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .navbar-collapse {
    justify-content: end;
}
.logo {
    display: none;
}
.logo_light {
    display: block;
}
#nav-icon span {
    background-color: #fff;
}
.fixed-on-scroll {
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.fixed-on-scroll #nav-icon span {
    background-color: #335ffa;
}
header:has(.navbar-toggler.open) {
    background-color: #fff;
}
header:has(.navbar-toggler.open) .logo_light {
    display: none;
}
header:has(.navbar-toggler.open) .logo {
    display: block;
}
header.fixed-on-scroll .logo {
    display: block;
}
header.fixed-on-scroll .logo_light {
    display: none;
}
.navbar-nav {
    align-items: center;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    margin: 0 12px;
    padding: 8px 0;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 600;
}
header.fixed-on-scroll .navbar-light .navbar-nav .nav-link,
header.fixed-on-scroll .navbar-light .navbar-nav .nav-link:focus {
    color: #000;
}
header.fixed-on-scroll .navbar-light .navbar-nav .nav-link:hover,
header.fixed-on-scroll .navbar-light .navbar-nav .nav-link.active {
    color: #335ffa;
}

.lang-dropdown {
    padding: 0 12px;
    margin-left: 12px;
    margin-right: 12px;
}
.lang-dropdown a {
    display: flex;
    align-items: center;
}
.lang-dropdown a img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.lang-dropdown > a img,
.dropdown-toggle::after {
    filter: invert(1);
}
header.fixed-on-scroll .lang-dropdown a img,
header.fixed-on-scroll .dropdown-toggle::after {
    filter: invert(0);
}

.lang-dropdown:before {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #dcdcdc;
    transform: translateY(-50%);
    height: 46px;
    top: 50%;
    left: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
    display: flex;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: none;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    display: flex;
    padding: 6px 0;
    align-items: center;
    text-decoration: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item div {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 12px;
    display: flex;
    align-items: center;
    width: 100%;
}
.dropdown-toggle::after {
    border: 0;
    content: "";
    position: absolute;
    background-image: url(../images/dropdown_angle.svg);
    background-size: 10px;
    width: 10px;
    height: 6px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: 0.25s all ease-in-out;
}
.dropdown-toggle.show::after {
    transform: translateY(-50%) rotateZ(180deg);
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.dropdown-item:active {
    background-color: #335ffa;
    color: #fff;
}

#nav-icon,
#nav-icon:focus {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    outline: 0;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 20px;
    border-radius: 47px;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 7px;
}

#nav-icon span:nth-child(3) {
    top: 14px;
}

#nav-icon.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    outline: 0 !important;
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    /*right: -200px;*/
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

#nav-icon.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fixed-on-scroll #nav-icon span {
    background-color: #335ffa;
}
.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}
#nav-icon.open span {
    background-color: #9b9b9b;
    width: 25px;
    left: -2px;
}

.hero {
    min-height: 100%;
    padding-top: 176px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero:before {
    content: "";
    position: absolute;
    background: url(../images/hero__img.svg);
    height: 100%;
    width: 1920px;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: cover;
    background-attachment: fixed;
}
.hero:after {
    background: linear-gradient(180deg, #12297c 0%, #919bbe 101%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.8;
    height: 100%;
}
.hero h2,
.hero p {
    color: #fff;
}
.hero h2 {
    font-size: 70px;
    font-weight: 700;
}
.hero h2 span {
    font-weight: 500;
}
.hero p {
    letter-spacing: 0.5px;
    line-height: 1.75;
}
.hero .action {
    margin-top: 40px;
}
.hero .action .btn {
    margin: 8px;
    padding: 15px 24px;
}

.basic_plans {
    margin-top: 60px;
}
.nav-pills {
    margin-bottom: 58px;
}
.nav-pills .nav-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #eaeefa;
    box-shadow: 0px 29px 12px rgb(0 26 102 / 1%), 0px 16px 10px rgb(0 26 102 / 5%), 0px 7px 7px rgb(0 26 102 / 9%), 0px 2px 4px rgb(0 26 102 / 10%), 0px 0px 0px rgb(0 26 102 / 10%);
    border-radius: 6px;
    color: #0f0f0f;
    min-width: 260px;
    margin: 0 12px;
    padding: 0;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills .nav-link span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.005em;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #1c2e6b;
    color: #fff;
}
.nav-pills .nav-link img {
    margin-right: 8px;
}

.plan_inner {
    padding: 24px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 86px 51px rgb(0 0 0 / 2%), 0px 38px 38px rgb(0 0 0 / 3%), 0px 10px 21px rgb(0 0 0 / 3%), 0px 0px 0px rgb(0 0 0 / 3%);
    border-radius: 10px;
    margin-bottom: 44px;
    transition: 0.25s all ease-in-out;
    text-align: left;
    position: relative;
    backdrop-filter: blur(45.5px);
    -webkit-backdrop-filter: blur(45.5px);
}
.plan_inner:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 159px 64px rgba(1, 13, 50, 0.02), 0px 89px 54px rgba(1, 13, 50, 0.07), 0px 40px 40px rgba(1, 13, 50, 0.12), 0px 10px 22px rgba(1, 13, 50, 0.13), 0px 0px 0px rgba(1, 13, 50, 0.14);
}
.plan_inner img {
    width: 48px;
    height: 48px;
}
.plan_inner .stock {
    position: absolute;
    right: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
.plan_inner .stock:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #66da3d;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}
.plan_inner .stock.out_of_stock {
    font-size: 0;
}
.plan_inner .stock.out_of_stock:before {
    background-color: #ed5158;
}
.plan_inner .stock.out_of_stock:after {
    content: "Out of Stock";
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.plan_inner h3 {
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    letter-spacing: -0.2px;
    margin: 22px 0 20px 0;
}
.plan_inner p {
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
}
.plan_inner p.price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: #0028b6;
}
.plan_inner ul {
    margin-bottom: 20px;
}
.plan_inner ul p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.plan_inner ul li {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.5px;
    padding-left: 24px;
    position: relative;
}
.plan_inner ul li:before {
    position: absolute;
    content: "";
    background-image: url(../images/check_circle.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    left: 0;
    top: 4px;
}

/*select_country*/
.select_country > a {
    border: 1px solid rgba(241, 241, 241, 1);
    border-radius: 4px;
    margin-bottom: 20px;
}
.select_country a img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.select_country .dropdown-menu {
    width: 100%;
    padding: 0;
}
.select_country a,
.select_country .dropdown-item {
    color: #0f0f0f;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
}
.select_country .dropdown-toggle::after {
    border: 0;
    content: "";
    position: absolute;
    background-image: url(../images/country_arrow.svg);
    background-size: 10px;
    width: 10px;
    height: 6px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
    transition: 0.25s all ease-in-out;
    filter: invert(0);
}
/*select_country ends*/

.payment_options {
    padding-top: 25px;
}

.payment_options h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.2px;
    text-align: center;
    margin-bottom: 44px;
    color: #000;
}
.how_it_works .payment_options {
    margin-top: 20px;
}
.payment_options ul {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.payment_options ul li div {
    width: 182px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 12px 7px rgba(0, 0, 0, 0.01), 0px 5px 5px rgba(0, 0, 0, 0.02), 0px 1px 3px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    margin-bottom: 16px;
}
.payment_options ul li span {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #979797;
}

.features {
    background: #fafbff;
    mix-blend-mode: normal;
    padding: 80px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.features:after,
.features:before {
    position: absolute;
    content: "";
    background-image: url(../images/features_element_one.svg);
    width: 500px;
    height: 500px;
    left: -20px;
    bottom: -20px;
    background-repeat: no-repeat;
    z-index: -1;
}
.features:after {
    background-image: url(../images/features_element_two.svg);
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 485px;
    height: 636px;
}
.features_inner {
    background: #ffffff;
    box-shadow: 0px 12px 7px rgba(18, 40, 104, 0.01), 0px 5px 5px rgba(18, 40, 104, 0.02), 0px 1px 3px rgba(18, 40, 104, 0.02), 0px 0px 0px rgba(18, 40, 104, 0.02);
    border-radius: 8px;
    transition: 0.25s all ease-in-out;
    padding: 24px;
    text-align: center;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}
.features_inner:hover {
    box-shadow: 0px 224px 89px rgba(9, 34, 83, 0.01), 0px 126px 76px rgba(9, 34, 83, 0.03), 0px 56px 56px rgba(9, 34, 83, 0.05), 0px 14px 31px rgba(9, 34, 83, 0.06), 0px 0px 0px rgba(9, 34, 83, 0.06);
}
.features_inner h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin: 16px 0 8px 0;
}
.features_inner p {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.56;
}

.how_it_works {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f3f8fdad;
    padding: 60px 1s5px;
}
.how_it_works:after,
.how_it_works:before {
    content: "";
    position: absolute;
    background-image: url("../images/hiw_element_one.svg");
    left: 0;
    width: 114px;
    height: 220px;
    top: 50%;
    transform: translateY(-40%);
    z-index: -1;
}
.how_it_works:after {
    background-image: url("../images/hiw_element_two.svg");
    left: auto;
    right: 10%;
    width: 318px;
    height: 319px;
    top: 40px;
    transform: none;
    z-index: -1;
}
.how_it_works_inner {
    background: #ffffff;
    border: 1px solid #eceff9;
    box-shadow: 0px 16px 34px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    max-width: 400px;
    margin: auto;
}
.how_it_works_inner div {
    padding-left: 24px;
    margin-left: 24px;
    position: relative;
}
.how_it_works_inner div:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    top: 0;
    left: 0;
}
.how_it_works_inner div span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 34px;
    padding: 6px 12px;
}
.how_it_works_inner div span.step1 {
    color: #3dbd80;
    background: #eefff5;
}
.how_it_works_inner div span.step2 {
    color: #ff5959;
    background: #fff5f7;
}
.how_it_works_inner div span.step3 {
    color: #5e81ff;
    background: rgba(94, 129, 255, 0.1);
}
.how_it_works_inner div h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin: 16px 0 4px 0;
}
.how_it_works_inner div p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.41);
    mix-blend-mode: normal;
}

.network {
    background: #fafbff;
}

.faqs {
    background-color: #2757ff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.faqs:after,
.faqs:before {
    content: "";
    position: absolute;
    background-image: url("../images/faqs_element_two.svg");
    background-repeat: no-repeat;
    width: 518px;
    height: 664px;
    top: 80px;
    right: 0;
    z-index: -1;
}
.faqs:before {
    background-image: url("../images/faqs_element_one.svg");
    left: 0;
    right: auto;
    width: 534px;
    height: 613px;
    top: 120px;
}
.faqs h2 {
    color: #fff;
}
.faqs h2 + p {
    color: rgba(255, 255, 255, 0.7);
}

.faqs .accordion-header {
    position: relative;
}
.faqs .accordion-item {
    padding: 0;
    box-shadow: 0px 32px 13px rgb(0 0 0 / 1%), 0px 18px 11px rgb(0 0 0 / 2%), 0px 8px 8px rgb(0 0 0 / 3%), 0px 2px 4px rgb(0 0 0 / 4%), 0px 0px 0px rgb(0 0 0 / 4%);
    margin-top: 9px;

    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(34px);
    border-radius: 8px;
    border: none;
}
.faqs .accordion-item:has(> .accordion-header .accordion-button[aria-expanded="true"]) {
    background: rgba(255, 255, 255, 0.87);
}
.faqs .accordion-button[aria-expanded="false"]::after,
.faqs .accordion-button[aria-expanded="true"]::after {
    background-image: url(../images/plus.svg);
    width: 24px;
    height: 24px;
    transform: none;
    background-size: 24px;
    position: absolute;
    right: 16px;
    top: 15px;
}
.faqs .accordion-button[aria-expanded="true"]::after {
    background-image: url(../images/minus.svg);
}
.faqs .accordion-button,
.faqs .accordion-button.collapsed,
.faqs .accordion-button:not(.collapsed) {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.219481px;
    color: #ffffff;
    mix-blend-mode: normal;
    background: none;
    box-shadow: none;
    padding: 19px 48px 16px 48px;
}
.faqs .accordion-button:before {
    content: url("../images/ques_icon.svg");
    position: absolute;
    left: 16px;
    top: 16px;
    width: 24px;
    height: 25px;
    margin: auto;
    font-size: 0;
}
.faqs .accordion-body {
    padding: 0 0 22px 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.219481px;
    color: #0028b6;
    mix-blend-mode: normal;
    opacity: 0.5;
}
.faqs .accordion-button[aria-expanded="true"] {
    color: #0028b6 !important;
}
.faqs .accordion-button[aria-expanded="true"]:before {
    content: url("../images/ques_icon_blue.svg");
}

.more_faqs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}
.more_faqs p,
.more_faqs h2 {
    margin: 0;
}
.more_faqs a {
    color: #fff;
}

footer {
    background-color: #000;
    padding: 72px 0;
}
footer * {
    color: #fff;
}
footer .about {
    max-width: 540px;
}
footer .about img,
footer .about p {
    margin-bottom: 25px;
}
footer p {
    font-size: 16px;
    line-height: 1.4;
}
footer .about .btn {
    padding: 15px 24px;
    color: #000;
}
footer .about .btn-white:hover {
    color: #fff;
    background-color: #335ffa;
}
.footer_menu {
    text-align: right;
}
.footer_menu h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.315505px;
    margin-bottom: 20px;
}
.footer_menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.192046px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
    mix-blend-mode: normal;
    margin-bottom: 16px;
    text-decoration: none;
    display: inline-block;
}
.footer_menu li a:hover {
    color: #fff;
}

.copyright {
    margin-top: 72px;
}
.copyright p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.75);
}
.copyright p:last-of-type {
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
}
.copyright_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.toTop {
    z-index: 4;
    right: 40px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 11px;
    width: 46px;
    height: 46px;
    background: #3e68fd;
    border-radius: 6px;
    transition: 0.25s all ease-in-out;
}
.toTop:hover {
    border-radius: 50%;
}

.support h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 26px;
}
.support p {
    line-height: 1.75;
    letter-spacing: 0.5px;
    color: #000;
    max-width: 500px;
    margin: 0;
}
.support ul {
    padding-top: 80px;
}
.support ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 21px;
    text-decoration: none;
    color: #000;
}
.support ul li a img {
    margin-right: 8px;
    vertical-align: text-top;
}
.support h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}
.support form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
    display: block;
}
.support form .form-control,
.support form .form-control:focus {
    margin-bottom: 16px;
    box-shadow: none;
    border: 1px solid #dcdfea;
    border-radius: 6px;
    padding: 16px;
}
.support textarea.form-control {
    height: 117px;
}
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.45);
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.45);
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.45);
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.45);
}
.support .form-action {
    text-align: right;
}
.support form .btn-border {
    color: #0028b6;
    border: 1px solid #0028b6;
    border-radius: 6px;
    padding: 15px 24px;
}
.support form .btn-border:hover {
    background: rgba(62, 104, 253, 0.12);
}

.pricing_plans {
    background: linear-gradient(180deg, #0038ff 0%, rgba(247, 247, 250, 0) 65.05%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 150px;
}
.pricing_plans:before,
.pricing_plans:after {
    position: absolute;
    content: "";
    background-image: url("../images/phero_element_one.svg");
    width: 616px;
    height: 737px;
    right: 0;
    top: 0;
    z-index: -1;
}
.pricing_plans:before {
    background-image: url("../images/phero_element_two.svg");
    height: 1065px;
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pricing_plans h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #fff;
}
.pricing_plans h2 + p {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.server_type_plans {
    margin-top: 100px;
}
.server_type {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.server_type h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    margin-left: 16px;
}
.server_info {
    margin-bottom: 32px;
    padding-right: 60px;
}
.server_info p {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.56);
}
.server_type_plans:first-of-type .server_type h3 {
    color: #fff;
}
.server_type_plans:first-of-type .server_info p {
    color: rgba(255, 255, 255, 0.56);
}

.pricing_plans .plan_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pricing_plans .plan_inner p.price span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
.pricing_plans .plan_inner .stock {
    position: relative;
    right: auto;
    padding-left: 22px;
}
.pricing_plans .plan_inner .stock:before {
    left: 0;
}
.pricing_plans .plan_inner h3 {
    margin: 20px 0 8px 0;
}
p.deploy {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #878ca2;
}
.deploy img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 8px;
}
.pricing_plans .plan_inner:has(> .out_of_stock) .plan_head p {
    color: #7a7a7a;
}
.pricing_plans .plan_inner:has(> .out_of_stock) ul li:before {
    background-image: url(../images/check_black.svg);
}
.pricing_plans .plan_inner:has(> .out_of_stock) a.btn-blue {
    color: #8b8b8b;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    cursor: not-allowed;
}

.map {
    position: relative;
}
.map_locations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map_locations svg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.map_locations svg .map_loc {
    cursor: pointer;
    transition: 0.25s all ease-in-out;
}
.map_loc {
    fill: #3e68fd;
    stroke: #5a7eff;
    stroke-opacity: 0.33;
    animation: pulse 2s infinite;
}
.map_loc.active {
    fill: #58d02e;
    stroke: #66da3d;
    stroke-opacity: 0.33;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        stroke-width: 14px;
    }
    50% {
        stroke-width: 0;
    }
    100% {
        stroke-width: 14px;
    }
}
@-webkit-keyframes pulse {
    0% {
        stroke-width: 14px;
    }
    50% {
        stroke-width: 0;
    }
    100% {
        stroke-width: 14px;
    }
}
.dc_loc {
    position: absolute;
    width: 100%;
    height: 100%;
}

.datacenter_detail {
    background: #ffffff;
    border: 1px solid #f1f4fd;
    box-shadow: 0px 141px 84px rgba(0, 0, 0, 0.02), 0px 62px 62px rgba(0, 0, 0, 0.03), 0px 16px 34px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding: 24px;
    max-width: 336px;
}
.datacenter_detail h3 {
    font-size: 20px;
    line-height: 1.3;
}
.datacenter_detail h3 + span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.54);
    display: block;
}
.datacenter_detail h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 16px 0 4px 0;
}
.datacenter_detail p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 16px;
}
.datacenter_detail .ip {
    background: #f8f8ff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2022b2;
    padding: 10px;
    margin-bottom: 18px;
}
.datacenter_detail .action {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}
.datacenter_detail .action a {
    flex-grow: 1;
}

.support {
    padding-top: 150px;
}

.support_header {
    background-color: #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.support_header .navbar-light .navbar-nav .nav-link,
.support_header .navbar-light .navbar-nav .nav-link:focus {
    color: #000;
    padding: 8px 0;
}
.support_header .navbar-light .navbar-nav .nav-link:hover,
.support_header .navbar-light .navbar-nav .nav-link.active {
    color: #335ffa;
}
.support_header .lang-dropdown a img,
.support_header .dropdown-toggle::after {
    filter: invert(0);
}
.support_header #nav-icon span {
    background-color: #335ffa;
}

@media screen and (min-width: 1920px) {
    .hero:before {
        content: "";
        width: 100vw;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: none;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
        box-shadow: 0px 8px 21px rgb(0 0 0 / 5%);
        background: #fff;
        padding: 8px;
        background: #ffffff;
        border: 1px solid #f1f1f1;
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        display: flex;
        padding: 6px;
        align-items: center;
        text-decoration: none;
        border-radius: 8px;
    }
    .pricing_plans .plan_inner {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        display: block;
        padding-top: 16px;
    }
    .navbar-light .navbar-nav .nav-link,
    .lang-dropdown a {
        margin: 0;
        padding: 12px 0;
        position: relative;
    }
    .lang-dropdown {
        margin: 0;
        padding: 0;
    }
    .lang-dropdown:before {
        transform: none;
        height: 1px;
        top: 0;
        left: 0;
        width: 100%;
    }
    .navbar-nav .dropdown-menu {
        border: none;
        margin: 0 0 16px 0;
        padding: 0;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }
    header .btn {
        display: block;
    }

    .hero {
        padding-top: 162px;
    }
    .hero h2 {
        font-size: 50px;
    }
    .payment_options h2 {
        font-size: 28px;
    }
    .nav-pills {
        display: block;
        margin: 0 auto 58px auto;
    }
    .nav-pills li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 4px;
    }
    .plan_inner {
        max-width: 450px;
        margin: 0 auto 44px auto;
    }
    .support p {
        max-width: none;
    }
    .support ul {
        padding: 50px 0;
    }

    .server_type {
        justify-content: center;
    }
    .server_info {
        padding-right: 0;
        text-align: center;
    }
    .payment_options ul {
        flex-wrap: wrap;
    }
    .datacenter_detail {
        margin: 30px auto 0 auto;
    }
    .how_it_works_inner:not(:last-child) {
        margin-bottom: 24px;
    }
    .how_it_works_inner {
        margin-bottom: 24px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }
    .navbar-light .navbar-nav .nav-link.active {
        color: #335ffa;
    }
    header .lang-dropdown > a img,
    header .dropdown-toggle::after {
        filter: invert(0);
    }
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
        margin: 0;
        padding: 12px 0;
    }
}

@media screen and (min-width: 768px) {
    .support h2,
    .support p {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    section h2 {
        font-size: 28px;
    }
    .faqs:after {
        width: 100vw;
        height: 100%;
        top: 80px;
        right: -50vw;
    }
    .faqs:before {
        left: -10vw;
        right: auto;
        width: 100vw;
        height: 100%;
    }
    .more_faqs {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .more_faqs h2 {
        margin-bottom: 24px;
    }
    .footer_menu {
        text-align: left;
        margin-top: 50px;
    }
    .how_it_works_inner div {
        padding-left: 14px;
        margin-left: 14px;
    }
    .how_it_works_inner img {
        max-width: 42px;
    }
    .support {
        padding-bottom: 24px;
    }
    .support h2 {
        font-size: 50px;
    }
    .support ul {
        display: table;
        margin: 0 auto;
    }
    .support form .btn-border {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .basic_plans {
        margin-top: 60px;
    }
    .nav-pills .nav-link,
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        margin: 0 8px;
        min-width: calc(100% - 16px);
    }
    .nav-pills {
        margin: 0 auto 32px auto;
    }
    .hero .action {
        display: flex;
        flex-direction: column;
    }
}

.badge.available {
    display: inline-block;
    background-color: #d4f4e2;
    color: #0f9d58;
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.plan_inner:hover {
    transform: scale(1.02);
    box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.1);
}
.hero-title {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
}
.cta-button {
    background: linear-gradient(90deg, #1a73e8, #4285f4);
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    margin-right: 0.5rem;
    text-decoration: none;
    display: inline-block;
}
.cta-button:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.cta-button,
.btn-border-white {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    min-width: 180px;
    box-sizing: border-box;
}

.btn-border-white {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-border-white:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.trust-bar {
    padding-top: 15px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
    font-size: 1rem;
    color: white;
    opacity: 0.9;
    flex-wrap: wrap;
}

.trust-bar div {
    background-color: rgba(255, 255, 255, 0.13);
    padding: 15px 25px;
    border-radius: 8px;
}
.urgent {
    color: #e53935;
    font-weight: 600;
    margin-bottom: 10px;
}
.badge-popular {
    background: #4285f4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}
.blue-word {
    color: #4285f4;
}
.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.row {
    padding-top: 55px;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.payment-trust {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-weight: 600;
    color: #444;
    margin-top: 20px;
    padding-top: 35px;
}
.payment-trust span {
    background: #f1f5f9;
    padding: 10px 20px;
    border-radius: 20px;
}
.features_inner {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features_inner:hover {
    transform: translateY(-5px);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}
.section-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin-bottom: 40px;
    text-align: center;
}

.step-desc {
    font-size: 0.95rem;
    color: #555;
    margin-top: 10px;
}

.how-it-works-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.how-it-works-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.08);
}
.how-it-works-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.how-it-works-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.how-it-works-cta {
    margin-top: 30px;
    text-align: center;
    padding-top: 35px;
}
.step-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.step-1 {
    background: #d1fae5;
    color: #065f46;
}
.step-2 {
    background: #fee2e2;
    color: #991b1b;
}
.step-3 {
    background: #e0e7ff;
    color: #3730a3;
}

.faq-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.faq-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #e2e8f0;
    margin-bottom: 40px;
}
.faq-footer-cta {
    text-align: center;
    margin-top: 40px;
    color: white;
}
.btn-white {
    background-color: white;
    color: #1e40af;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}
.btn-white:hover {
    background-color: #f3f4f6;
}
.extrapadding {
    padding-bottom: 25px;
}
.btn1 {
    transition: 0.25s all ease-in-out;
    border-radius: 6px;
    font-weight: 500;
    padding: 10px 24px;
    line-height: 1.5;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
}
.start-now-btn {
    display: inline-block;
    background: #335ffa;
    color: white;
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none; /* This removes the underline */
    box-shadow: 0 6px 18px rgba(51, 95, 250, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.start-now-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(51, 95, 250, 0.3);
}
.badge-popular {
    background: #ffb300;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px;
    display: inline-block;
}

.plan_inner.highlighted {
    border: 2px solid #335ffa;
    box-shadow: 0 0 15px rgba(51, 95, 250, 0.2);
}
.trustbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 40px auto 60px;
    padding: 14px 20px;
    font-size: 0.95rem;
    color: #4b5563; /* subtle dark grey */
    background: #f9fafe;
    border-radius: 10px;
    width: fit-content;
    max-width: 90%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.trustbar span {
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.trustbar span:hover {
    opacity: 1;
}
.badge-popular1 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #3b82f6;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    z-index: 10;
}
