/**
Theme Name: Keepgo Esim Theme
Author: Keepgo
Description: Theme for Keepgo EWL partners
Theme URI:   https://keepgo.com
Tags:        esim, keepgo
Version:     0.1
*/

@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/keepgo/fonts/Lato-Regular.ttf') format('woff2'),
    url('/wp-content/themes/keepgo/fonts/Lato-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url('/wp-content/themes/keepgo/fonts/lato-extrabold.ttf') format('woff2'),
    url('/wp-content/themes/keepgo/fonts/lato-extrabold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/keepgo/fonts/Montserrat-VariableFont_wght.ttf') format('woff2'),
    url('/wp-content/themes/keepgo/fonts/Montserrat-VariableFont_wght.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Extra Bold';
    src: url('/wp-content/themes/keepgo/fonts/Montserrat-ExtraBold.ttf') format('woff2'),
    url('/wp-content/themes/keepgo/fonts/Montserrat-ExtraBold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('/wp-content/themes/keepgo/fonts/NunitoSans.ttf') format('woff2'),
    url('/wp-content/themes/keepgo/fonts/NunitoSans.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body { height: 100%; }
body {
    background:  white;
    font-family:  var(--font-family);
    width:       100%;
    font-size:   14px;
}

#page {
    padding: 0 20px;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: var(--main-font-color);
    font-family: 'Lato Bold'
}

h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 73px;
    text-align: center;
    font-family: 'Lato Bold';
    color: var(--main-font-color);
}

h3 {
    font-family: 'Lato Bold';
    font-weight: 700;
}

h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: var(--main-font-color);
}

.has-text-align-center {
    text-align: center;
}

h2.main-title {
    max-width: 1020px;
    margin: 97px auto 30px;
    /*font-family: 'Montserrat Extra Bold';*/
    font-size: 48px;
    line-height: 60px;
    margin-top: 40px;
}

h4.main-subtitle {
    max-width: 602px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* === Header === */
header {
    width:      100%;
    /*height:     85px;*/
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .navbar {
    width: 100%;
}

header .site-logo-section,
header .site-menu-section,
header .login-section {
    display:        inline-block;
    vertical-align: middle;
}
header .site-logo-section {float: left;}
header .site-menu-section {
    /* margin-top: 33px; */
    width: 100%;
}

header .menu-header-menu-container {
    width: 100%;
}

header .login-section {
    float:        right;
/*    margin-top:   19px; */
    /*margin-right: 60px;*/
}
header nav .login-section {
    float:        unset;
}
header .site-logo-section .custom-logo {
    margin-left: 40px;
    /*margin-top:  19px;*/
}
html[dir=rtl] header .site-logo-section .custom-logo {
    margin-right: 40px;
}
header .menu-item,
header .menu-item a {
    font-weight:     400;
    font-size:       16px;
    line-height:     19px;
    display:         inline-block;
    color:           var(--main-font-color);
    text-decoration: none;
}

header .menu-item {
    margin-right: 50px;
}

html[dir=rtl] header .menu-item {
    margin-right: 50px;
}
@media screen and (max-width: 991px) {
    html[dir=rtl] header .menu-item {
        margin-right: 0px;
    }
    #menu-header-menu {
        padding-inline-start: 0px;
    }
}

head .menu {
    display: flex;
    justify-content: space-evenly;
}

header .site-menu-section .menu-item:last-child {margin-right: 0;}
header .site-menu-section .menu-item:hover {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
header .site-menu-section .menu-item:hover a {
    color: var(--accent-color);
}
/*header .login-section .url {
    text-decoration: none;
    font-weight:     400;
    font-size:       16px;
    line-height:     19px;
    display:         inline-block;
    vertical-align:  middle;
    margin:          auto;
}
*/
header .login-section .url {
    text-decoration: none;
    font-weight:     400;
    font-size:       16px;
    line-height:     19px;
    display:         inline-block;
    vertical-align:  middle;
    margin:          auto;
    border-radius: 10px;
    background:  #F7F6FD;
    min-width: 146px;
    width: fit-content;
    height: 52px;
    padding: 15px 32px;
    text-wrap: nowrap;
}
header .login-section .sign-up-btn {
    min-width: fit-content;
    background-color: var(--accent-color);
    /*height:        49px;*/
    /*border:        1px solid var(--accent-color);*/
    /*border-radius: 10px;*/
    /*font-weight:   800;*/
    /*font-size:     16px;*/
    /*line-height:   19px;*/
    color:         white;
    margin-left:   10px;
}
header .login-section .sign-up-btn:hover {
    box-shadow: 2px 2px 20px 0 rgba(83, 15, 194, 0.30);
}
header .login-section .sign-up-btn span { line-height: 46px; }


.wp-block-group {
    box-sizing: border-box;
}

.wp-element-button {
    cursor: pointer;
}

.wp-element-button {
    width: 200px;
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.wp-element-button:hover {
    color: #ffffff;
}

.wp-primary-button {
    background: var(--accent-color);
}

.wp-text-white {
    color: #ffffff;
}

.wp-d-block {
    display: block;
}

.wp-align-center {
    margin: 0 auto;
}

.benefits {
    margin-top: 30px;
    margin-bottom: 150px;
}

.benefit_card {
    width: 100%;
    /*height: 222px;*/
    background-color: var(--card-background-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px 10px 30px 10px;
}

.benefit_card svg path {
    fill: var(--accent-color)!important;
}

.benefit_card .benefit-title {
    margin-top: 15px;
    color: var(--accent-color);
    font-size: 20px;
    font-weight: 700;
}

.benefit_card .benefit-description {
    /*width: 200px;*/
    /*height: 54px;*/
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
}

.benefit_card .circle {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    /*background-color: #ffffff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

footer {
    min-height: 243px;
    background: var(--footer-background-color);
    margin-top: 87px;
}

footer .footer-content {
    margin: 50px auto 50px;
    display: flex;
    flex-direction: column;
    align-items: center
}
footer .socials {
    display: none;
    /*display: flex;*/
    justify-content: space-around;
    width: 225px;
}

footer .socials a {
    text-decoration: none;
    color: var(--footer-background-color);
    /*color: var(--bottom-link-color);*/
    font-size: 22px;
}
footer .socials i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 40px;
}

footer .mail {
    margin-top: 30px;
    display: flex;
    justify-content: center
}

footer .mail a {
    text-decoration: none;
    color: var(--bottom-link-color);
    font-size: 18px;
    font-weight: 900;
}

footer .bottom-menu {
    margin-top: 30px;
    display: flex;
    min-width: 505px;
    flex-direction: column;
    align-items: center;
}

footer .bottom-menu li {
    display: inline-block;
}

footer .bottom-menu a {
    text-decoration: none;
    color: var(--bottom-link-color);
    font-size: 18px;
    font-weight: 900;
}

.why-us {
    margin-bottom: 150px;
}

.why-us .img1 {
    width: 516px;
    height: 342px;
}

.why-us .img2 {
    position: absolute;
    left: 256px;
    top: 180px;
    width: 310px;
    height: 207px;
}

.why-us .desc {
    width: 482px;
}

.why-us .why-us__title {
    color: var(--main-font-color);
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
}

.why-us .why-us__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.questions {
    margin: auto;
    /*max-width: 740px;*/
}

.question {
    color: #070403;
    /*font-family: 'Nunito Sans';*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    min-height: 67px;
    background-color: var(--faq-background-color);
    /*font-weight: 400;*/
    /*font-size: 20px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding-left: 23px;*/
    /*padding-right: 30px;*/
    /*border-radius: 10px;*/
    margin-top: 20px;

    padding: 16px 30px;
    /*background-color: #F3F6FA;*/
    border-radius: 20px;
    margin-bottom: 20px;
}

html[dir=rtl] .question {
    padding-left: 10px;
    padding-right: 30px;
}

.question[aria-expanded=true] .arrow-down {
    rotate: 180deg;
    transition: all 0.5s ease-out;
}

.question[aria-expanded=false] .arrow-down {
    rotate: 0deg;
    transition: all 0.5s ease-out;
}

.questions .answer {
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

#navbarSupportedContent {
    padding: 20px;
    margin-top: 4px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 26px rgba(36, 62, 86, 0.1);
    -moz-box-shadow: 0 4px 26px rgba(36, 62, 86, 0.1);
    box-shadow: 0 4px 26px rgba(36, 62, 86, 0.1);
}

.navbar-nav .nav-item a,
.navbar-nav .menu-item a
{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-left: 0;
    color: var(--e-global-color-8a21158);
}

.navbar-nav .sign-up-btn {
    display: flex;
    width: 100%;
    background-color: var(--accent-color);
    color: #ffffff!important;
    justify-content: center;
    border-radius: 10px;
    height: 49px;
    align-items: center;
    font-style: normal;
    font-weight: 700!important;
    font-size: 16px;
    text-decoration: none;
}

.navbar-nav .login-btn {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    color: var(--accent-color);
    border: solid 1px var(--accent-color);
    justify-content: center;
    border-radius: 10px;
    height: 49px;
    align-items: center;
    font-style: normal;
    font-weight: 700!important;
    font-size: 16px;
    text-decoration: none;
}

header .navbar .site-logo-section .custom-logo  {
    width: 120px;
    height: auto;
    margin-left: 20px;
}

.login-section .url {
    color: var(--accent-color);;
}

.login-section .url:hover {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.10);
}


.benefits-section {
    margin-top: 100px;
}

@media screen and (max-width: 1199px) {
    .why-us .desc {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    footer .bottom-menu {
        min-width: unset;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-inline-start: 0;
        align-items: center;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .type-page {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

.second-color {
    color: var(--accent-color);
}

.accordion-arrow {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 90px;
    background: var(--accent-color);
    height: 52px;
    padding: 15px 32px;
}

button.navbar-toggler {
    background-color: transparent!important;
    border: none!important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.faq-btn-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn-faq {
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    border-radius: 90px;
    background: #F7F6FD;
    width: 204px;
    height: 52px;
    padding: 15px 32px;
    text-align: center;
    color: var(--accent-color);
    font-weight: 700;
}

.btn-faq:hover {
    color: var(--accent-color);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.10);
}

@media screen and (max-width: 600px){
    .faq-tabs {
        display: flex;
        flex-direction: column!important;
    }

    .elementor-widget-accordion {
        width: 100%!important;
    }
    .elementor-tab-title {
        padding-right: 15px!important;
    }

    .elementor-tab-title a{
        font-size: 14px!important;
    }

    .elementor-accordion-icon-opened, .elementor-accordion-icon-closed {
        padding: 10px!important;
    }

    #page {
        padding: 0!important;
    }

    .elementor-accordion-icon {
        margin-left: 15px!important;
    }

    .pdlr-0 {
        padding-left: 0!important;
        padding-right: 0!important;
    }

}

@media screen and (max-width: 450px) {
    h1 {
        font-size: 26px;
    }
    h2.main-title {
        max-width: 1020px;
        margin: 97px auto 30px;
        font-size: 36px;
        line-height: 42px;
        margin-top: 30px;
    }

    header .site-logo-section .custom-logo {
        margin-top: 0;
    }
    .step-content {
        align-items: center !important;
    }

    .accordion-arrow {
        padding: 15px 20px;
        margin-left: 15px;
        border-radius: 30px;
    }

    html[dir=rtl] .accordion-arrow {
        margin-left: 0;
    }

    .question {
        padding-right: 10px;
    }

    .menu-item {
        margin-left: 0!important;
    }

    h4 {
        font-size: 16px;
        line-height: 24px;
    }
}

.navbar-collapse {
    z-index: 5;
}

#root>div>div:first-child {
    margin-top:15px!important;;
}

#root input[placeholder] {
    text-overflow:ellipsis;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-120 {
    margin-bottom: 120px;
}

.menu-item {
    margin-left: 0!important;
}

.bottom-menu {
    padding: 0;
}

input {
    text-size-adjust: none;
}

.language-popup {
    padding: 20px;
    gap: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 20px 0 rgba(99, 111, 140, 0.20);
}

.language-popup .popup-title {
    /*font-family: Lato;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
}

.language-popup ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.language-popup ul li {
    /*font-family: Lato;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 10px;
}

.language-popup ul li a {
    text-decoration: none;
    font-weight: 400;
    color: #646C7B;
}

.language-popup ul li a.current {
    color: var(--accent-color);
}

#lc-switcher {
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 30px;
    height: 100%;
    display: inline-flex;
    width: 100%;
    /*opacity: 0*/
    font-size: 16px;
    line-height: 24px;
    color: var(--e-global-color-8a21158);
}

#lc-switcher .label_currency {
    padding-right: 7px;
}

html[dir=rtl] #lc-switcher .label_currency {
    padding-left: 7px;
    padding-right: 0;
    margin-left: 0;
}

#lc-switcher.lc-switcher-desktop {
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 12px;
}

html[dir=rtl] #lc-switcher.lc-switcher-desktop {
    margin-right: 10px;
}

html[dir=rtl] #lc-switcher .label_currency {
    margin-right: 0;
    margin-left: 7px;
}

html[dir=rtl] #lc-switcher>div {
    justify-content: flex-start;
}

#lc-switcher .splitter {
    padding: 0 5px;
}

html[dir=rtl] input,
html[dir=rtl] div
{
    direction: rtl;
}

html[dir=rtl] .check-esim-left h3,
html[dir=rtl] .check-esim-left p {
    text-align: right;
    padding-right: 0;
}

html[dir=rtl] header .site-menu-section .menu-item:last-child {
    margin-right: 50px;
}

html[dir=rtl] .why-use-right,
html[dir=rtl] #faq_list .section,
html[dir=rtl] .accordion-body,
html[dir=rtl] .about-us-description
{
    text-align: right;
}

html[dir=rtl] #faq_list .accordion-button::before,
html[dir=rtl] #faq_list .accordion-button:not(.collapsed)::before {
    right: unset;
    left: 20px;
}

html[dir=rtl] #faq_list .accordion-button::after {
    right: calc(100% - 59px);
}

html[dir=rtl] .about-us-list li::before {
    left: unset;
    right: 0;
}

html[dir=rtl] .about-us-list li {
    padding-right: 20px;
    padding-left: 0;
}

html[dir=rtl] .why-use-list {
    padding-inline-start: 0;
}

html[dir=rtl] header .login-section .sign-up-btn {
    margin-left: 0;
    margin-right: 10px;
}

html:not([lang=en-US]) body {
    font-family: 'Noto Sans';
}

html:not([lang=en-US]) div,
html:not([lang=en-US]) *:not(i) {
    /*font-family: 'Noto Sans'!important;*/
}

html[lang=ar] * {
    font-family: 'Noto Sans Arabic'!important;
}

footer {
    font-style: normal;
}

/* ===== MOBILE SWITCHER BEGIN ===== */
html[dir=rtl] .lc-switcher-mobile {
    padding-right: 0;
    padding-left: 40px;
}

.lc-switcher-mobile {
    margin-bottom: 40px;
}

.lc-switcher-mobile>li.nav-item a {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--e-global-color-8a21158);
}

.lc-switcher-mobile .dropdown-toggle::after {
    display: none;
}

.lc-switcher-mobile .switcher-arrow {
    font-size: 16px;
    font-weight: 600;
}

.lc-switcher-mobile .switcher-arrow::after {
    display: inline-block;
    transform: rotate(0deg);
    margin-top: 10px;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.lc-switcher-mobile .opened.switcher-arrow::after {
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.lc-switcher-mobile .switcher-arrow .label {
    padding-right: 5px;
}

.lc-switcher-mobile .switcher-arrow .label_currency {
    padding-left: 5px;
    padding-right: 3px;
}

.lc-switcher-mobile .dropdown-menu-mobile {
    padding-top: 0;
    padding-right: 25px;
    /*padding-left: 25px;*/
    border: none;
    list-style-type: none;
}



@media screen and (max-width: 991px) {
    html[dir=rtl] .lc-switcher-mobile .dropdown-menu-mobile {
        padding-right: 0;
        padding-left: 25px;
    }
    html[dir=rtl] .dropdown-menu-languages li {
        text-align: right;
    }
}

.lc-switcher-mobile .dropdown-menu-mobile li {
    display: flex;
    justify-content: flex-start;
}

.lc-switcher-mobile .dropdown-menu-mobile ul {
    list-style-type: none;
    padding: 0;
}

.lc-switcher-mobile .dropdown-menu-mobile ul li a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--#646C7B);
}

.lc-switcher-mobile .dropdown-menu-mobile .dropdown-menu-languages a,
.lc-switcher-mobile .dropdown-menu-mobile .dropdown-menu-currencies a {
    margin-bottom: 10px;
}

.lc-switcher-mobile .dropdown-menu-mobile .dropdown-menu-languages li:last-child a,
.lc-switcher-mobile .dropdown-menu-mobile .dropdown-menu-currencies li:last-child a {
    margin-bottom: 0;
}

.lc-switcher-mobile .dropdown-menu-mobile .dropdown-menu-languages {
    margin-right: 40px;
}

html[dir=rtl] .lc-switcher-mobile .dropdown-menu-mobile .dropdown-menu-languages {
    margin-right: 0;
    margin-left: 40px;
}

.lc-switcher-mobile .dropdown-menu-languages-title,
.lc-switcher-mobile .dropdown-menu-currencies-title {
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 15px;
}

.lc-switcher-mobile .dropdown-menu-mobile ul li a.current {
    font-weight: 900;
    color: #1cbc62;
}
/* ===== MOBILE SWITCHER END ===== */

i.fa {
    font-family: "FontAwesome"!important;
}

@media screen and (max-width: 992px) {
    .content-head {
        margin-bottom: 60px!important;
    }
}

html[dir=rtl] .about-us-list {
    padding-inline-start: 0;
}

html[dir=rtl] .check-esim-right > div {
    padding-right: 85px;
}

@media screen and (max-width: 992px) {
    .check-esim-right {
        display: none;
    }
    .check-esim-left {
        width: 100%!important;
    }

    .step-content {
        align-items: center!important;
    }
}
.navbar-toggler-icon {
    transition-duration: 200ms;
}
button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    width: 1em;
}
header {
    position:   fixed;
    top:        0;
    left:       0;
    background: white;
    z-index: 10;
    min-height: 75px;
}

#page > section {
    margin-top: 71px;
}

.menu-header-menu-container .menu {
    margin-bottom: 0;
}
.benefits-section h1 {
    margin-bottom: 40px;
}

.mobile-switchers {
	display: flex;
	width: fit-content;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}
