.back-to-top,
.back-to-top:hover,
.btn,
.btn:hover {
    background: var(--primary-red-color);
}
.back-to-top,
.changelog-navbar a.btn:hover:before,
.navbar .dropdown ul,
.navbar a.btn:hover:before,
.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before {
    visibility: hidden;
}
.changelog-navbar > ul > li > a:before,
.navbar > ul > li > a:before {
    height: 2px;
    bottom: -6px;
    width: 0;
    transition: 0.3s ease-in-out;
    content: "";
}
#preloader,
.navbar-mobile,
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
section {
    overflow: hidden;
}
:root {
    --siteColor: #ce2d45;
    --siteColor2: #ffeff1;
    --primary-red-color: #ce2d45;
    --primary-black-color: #222222;
    --secondary-black-color: #444444;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444;
}



#header .logo,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
}
.btn,
.btn:hover {
    border-color: var(--primary-red-color);
}
a,
a:hover {
    color: var(--primary-red-color);
    text-decoration: none;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--siteColor);
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1s linear infinite animate-preloader;
}
.services .icon-box:hover,
.services .icon-box:hover .icon {
    border-color: var(--primary-red-color);
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.back-to-top {
    position: fixed;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
#topbar {
    background: var(--siteColor);
    height: 40px;
    font-size: 14px;
    transition: 0.5s;
    color: #fff;
    padding: 0;
}
#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}
#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}
#topbar .contact-info i a:hover,
#topbar .language .active {
    color: #fff;
    text-decoration: underline;
}
#topbar .language a,
#topbar .social-links a {
    color: rgb(255 255 255 / 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
#header .btn,
#topbar .language a:hover,
#topbar .social-links a:hover,
.changelog-navbar .btn,
.changelog-navbar a.btn:hover,
.mobile-nav-toggle.bi-x,
.navbar .btn,
.navbar a.btn:hover {
    color: #fff;
}
#topbar .space,
#topbar .space-fr {
    background: var(--siteColor);
    margin-left: 2.5rem !important;
}
#topbar .askus,
#topbar .askus-fr,
#topbar .login,
#topbar .login-fr,
#topbar .signup,
#topbar .signup-fr {
    margin-left: 0 !important;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--primary-red-color) !important;
    text-align: center;
}
#topbar .btn {
    background: #fff;
    padding: 0 10px 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#topbar .login,
#topbar .login-fr {
    margin-right: 0 !important;
}
@media screen and (max-width: 990px) {
    #topbar .login,
    #topbar .signup {
        text-transform: uppercase;
        font-size: 13px;
    }
    #topbar .language a {
        margin-left: 10px;
        font-size: 13px;
    }
    #topbar .login {
        margin-left: 0.3rem !important;
        margin-right: 0 !important;
        width: 130px !important;
        text-align: right;
    }
    #topbar .signup {
        margin-left: 0 !important;
    }
    #topbar .askus-fr,
    #topbar .login-fr,
    #topbar .signup-fr {
        font-size: 9px !important;
    }
    #topbar .space-fr {
        margin-left: 0.5rem !important;
    }
    .frbtn {
        width: 50% !important;
    }
    #introduction .debtn {
        width: 40% !important;
    }
}
@media screen and (max-width: 535px) {
    #topbar .space,
    #topbar .space-fr {
        margin-left: 0.3rem !important;
    }
    #topbar .language a {
        margin-left: 10px;
        font-size: 10px;
    }
    #topbar .space {
        background: var(--siteColor);
    }
    #topbar .login,
    #topbar .signup {
        margin-left: 0 !important;
        text-transform: uppercase;
        font-size: 10px !important;
    }
    #topbar .btn {
        padding: 0 10px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
    #topbar .login {
        margin-right: 0 !important;
        text-align: center;
    }
    #topbar .login-fr {
        font-size: 7.5px !important;
    }
    #topbar .askus-fr,
    #topbar .signup-fr {
        font-size: 8px !important;
    }
}
@media screen and (max-width: 430px) {
    #topbar .login,
    #topbar .signup {
        text-transform: uppercase;
        font-size: 11px !important;
    }
    #topbar .language a {
        margin-left: 5px;
        font-size: 10px;
    }
    #topbar .space {
        background: var(--siteColor);
        margin-left: 0.3rem !important;
    }
    #topbar .btn,
    #topbar .login,
    #topbar .signup {
        margin-left: 0 !important;
    }
    #topbar .btn {
        padding: 0 10px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
    #topbar .login {
        margin-right: 0 !important;
        text-align: center;
    }
    #topbar span {
        font-size: 50%;
    }
    #topbar .askus-fr,
    #topbar .login-fr,
    #topbar .signup-fr {
        font-size: 7px !important;
    }
}
@media screen and (max-width: 400px) {
    #topbar .login,
    #topbar .signup {
        text-transform: uppercase;
        font-size: 10px;
    }
    #topbar .language a {
        margin-left: 5px;
        font-size: 9px;
    }
    #topbar .space {
        background: var(--siteColor);
        margin-left: 5px !important;
    }
    #topbar .btn {
        margin-left: 0 !important;
        padding: 0 10px 5px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
    #topbar .signup {
        margin-left: 0;
    }
}
@media screen and (max-width: 385px) {
    #topbar .login,
    #topbar .signup {
        text-transform: uppercase;
        font-size: 10px !important;
    }
    #topbar .askus,
    #topbar .login,
    #topbar .signup {
        font-size: 10px !important;
    }
    #topbar .language a {
        margin-left: 5px;
        font-size: 8px;
    }
    #topbar .btn {
        padding: 0 5px 4px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    #topbar .space {
        margin-left: 0.5rem !important;
    }
    #topbar .login {
        margin-right: 0 !important;
        text-align: center;
    }
    #topbar .askus-fr,
    #topbar .login-fr,
    #topbar .signup-fr {
        font-size: 8px !important;
    }
}
@media screen and (max-width: 360px) {
    #topbar .login,
    #topbar .signup {
        text-transform: uppercase;
        font-size: 9px !important;
    }
    #topbar .language a {
        margin-left: 5px;
        font-size: 8px;
    }
    #topbar .btn {
        padding: 0 5px 4px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    #topbar .space {
        margin-left: 0.5rem !important;
    }
    #topbar .login {
        margin-right: 0 !important;
        text-align: center;
    }
    #topbar .askus-fr,
    #topbar .login-fr,
    #topbar .signup-fr {
        font-size: 7px !important;
    }
}
@media screen and (max-width: 310px) {
    #topbar .login,
    #topbar .signup {
        text-transform: uppercase;
        font-size: 8px !important;
    }
    #topbar .language a {
        margin-left: 5px;
        font-size: 7px;
    }
    #topbar .btn {
        padding: 0 5px 4px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    #topbar .space {
        margin-left: 0.5rem !important;
    }
    #topbar .login {
        margin-right: 0 !important;
        text-align: center;
    }
}
@media screen and (max-width: 280px) {
    #topbar .login,
    #topbar .signup {
        text-transform: uppercase;
        font-size: 7px !important;
    }
    #topbar .language a {
        margin-left: 5px;
        font-size: 6px;
    }
    #topbar .btn {
        padding: 0 5px 4px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    #topbar .space {
        margin-left: 0.5rem !important;
    }
    #topbar .login {
        margin-right: 0 !important;
        text-align: center;
    }
}
#header {
    background: #fff;
    transition: 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
}
#header.fixed-top {
    height: 70px;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    width: 175px;
    height: auto;
}
#hero .btn-get-started,
#hero h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
}
#header .logo a,
#hero h3 span {
    color: #222;
}
.scrolled-offset {
    margin-top: 70px;
}
.changelog-navbar,
.navbar,
.navbar-mobile > ul > li,
.portfolio-details .portfolio-description p {
    padding: 0;
}
.changelog-navbar ul,
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#hero .container,
#hero-airlines .container,
#hero-blog .container,
#hero-chains .container,
#hero-chefs .container,
#hero-consumers .container,
#hero-home-care .container,
#hero-hospitals .container,
#hero-restaurants .container,
#hero-school .container,
.changelog-navbar li,
.main-timeline,
.navbar li,
.testimonials .swiper-pagination {
    position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 10px;
}
.changelog-navbar a,
.changelog-navbar a:focus,
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--source-sans-pro);
    font-size: 15px;
    font-weight: bolder;
    color: var(--primary-black-color);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}
.changelog-navbar a i,
.changelog-navbar a:focus i,
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    background-color: #ba3227;
    visibility: hidden;
}
.changelog-navbar .active:before,
.changelog-navbar a:hover:before,
.changelog-navbar li:hover > a:before,
.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover > a:before {
    visibility: visible;
    width: 100%;
}
.changelog-navbar .active,
.changelog-navbar .active:focus,
.changelog-navbar a:hover,
.changelog-navbar li:hover > a,
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a {
    color: #ba3227;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
    transition: 0.3s;
}
.changelog-navbar .dropdown ul li,
.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}
.changelog-navbar .dropdown ul a i,
.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
#hero-airlines .btn-watch-video:hover,
#hero-airlines .btn-watch-video:hover i,
#hero-airlines h1 span,
#hero-blog .btn-watch-video:hover,
#hero-blog .btn-watch-video:hover i,
#hero-blog h1 span,
#hero-chains .btn-watch-video:hover,
#hero-chains .btn-watch-video:hover i,
#hero-chains h1 span,
#hero-chefs .btn-watch-video:hover,
#hero-chefs .btn-watch-video:hover i,
#hero-chefs h1 span,
#hero-consumers .btn-watch-video:hover,
#hero-consumers .btn-watch-video:hover i,
#hero-consumers h1 span,
#hero-home-care .btn-watch-video:hover,
#hero-home-care .btn-watch-video:hover i,
#hero-home-care h1 span,
#hero-hospitals .btn-watch-video:hover,
#hero-hospitals .btn-watch-video:hover i,
#hero-hospitals h1 span,
#hero-restaurants .btn-watch-video:hover,
#hero-restaurants .btn-watch-video:hover i,
#hero-restaurants h1 span,
#hero-school h1 span,
.about .row.feature a,
.changelog-navbar .dropdown ul .active:hover,
.changelog-navbar .dropdown ul a:hover,
.changelog-navbar .dropdown ul li:hover > a,
.faq .faq-list .collapsed:hover,
.featured-services .icon-box:hover a.morelink,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover > a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a,
.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.section-title h3 span,
.services .icon-box:hover .icon i,
.services .icon-box:hover h4 a {
    color: var(--primary-red-color);
}
.changelog-navbar .dropdown:hover > ul,
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.changelog-navbar .dropdown .dropdown ul,
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.changelog-navbar .dropdown .dropdown:hover > ul,
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
.mobile-nav-toggle {
    color: var(--primary-black-color);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(9 9 9 / 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--primary-black-color);
}
.changelog-navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    padding: 10px 0;
    z-index: 99;
    box-shadow: 0 0 30px rgb(127 137 161 / 0.25);
    background: #fff;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    opacity: 1;
    visibility: visible;
}
.morelink,
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
#hero,
#moreMenuPlanP,
#moreMerchandiseP,
.faq .faq-list .icon-show,
.morecontent span {
    display: none;
}
.navbar-mobile .btn {
    margin: 10px 20px;
}
.changelog-navbar > ul > li {
    white-space: nowrap;
    padding: 10px;
    margin: 0;
}
.changelog-navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    background-color: #fff;
    visibility: hidden;
}
.changelog-navbar .dropdown ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.changelog-navbar .dropdown ul a {
    padding: 10px;
    font-weight: 400;
}
@media (max-width: 1366px) {
    .changelog-navbar .dropdown .dropdown ul,
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .changelog-navbar .dropdown .dropdown:hover > ul,
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
@media screen and (max-width: 790px) {
    #changelog-content,
    #changelog-content div {
        margin: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    #changelog-content,
    #changelog-content div {
        margin: 0 0 10px !important;
    }
}
@media screen and (max-width: 575px) {
    #changelog-content div {
        margin: 4px 12px 4px 0 !important;
    }
}
#introduction h1,
.container.new > h1 {
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-red-color);
    font-family: Poppins, sans-serif;
}
#introduction h2,
.container.new > h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #545e67;
    font-family: Poppins, sans-serif;
}
#hero h1,
#hero h1.de, 
#hero h3 {
    margin: 0;
    color: #222;
    font-family: Poppins, sans-serif;
    line-height: 75px;
}
#hero .SmartscanBannerTxt {
    margin: 0;
    color: #222;
    font-family: Poppins, sans-serif;
    line-height: 55px;
}
#hero {
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
@media (max-width: 600px) {
    #hero {
        background: url(../img/Mobile/CalcMenu_Professional_Recipe_Management_Software_EN.webp) bottom/cover;
        position: relative;
    }
}
@media (min-width: 601px) {
    #hero {
        background: url(../img/CalcMenu_Professional_Recipe_Management_Software_EN.webp) bottom/cover;
        position: relative;
    }
}
#hero.de {
    background: url(../img/CalcMenu_Professionelle_Rezeptverwaltungssoftware_DE.webp) bottom/cover;
}
#hero.fr {
    background: url(../img/CalcMenu_Logiciel_Professionnel_de_Gestion_de_Recettes_FR.webp) bottom/cover;
}
#hero.it {
    background: url(../img/CalcMenu_Software_Professionale_per_la_Gestione_delle_Ricette_IT.webp) bottom/cover;
}
#hero.ai,
#hero.partnership {
    height: 65vh !important;
}
#hero.emenu.en {
    background: url(../img/featured-highlights-webp/CalcMenu_eMenu_EN.webp) bottom/cover;
}
#hero.emenu.de {
    background: url(../img/featured-highlights-webp/CalcMenu_eMenu_DE.webp) bottom/cover;
}
#hero.emenu.fr {
    background: url(../img/featured-highlights-webp/CalcMenu_eMenu_FR.webp) bottom/cover;
}
#hero.emenu.it {
    background: url(../img/featured-highlights-webp/CalcMenu_eMenu_IT.webp) bottom/cover;
}
#hero.plan-view.en {
    background: url(../img/featured-highlights-webp/CalcMenu_Menu_Plan_View.webp) bottom/cover;
}
#hero.plan-view.de {
    background: url(../img/featured-highlights-webp/CalcMenu_Menüplanansicht.webp) bottom/cover;
}
#hero.plan-view.fr {
    background: url(../img/featured-highlights-webp/Vue_du_plan_de_menu_CalcMenu.webp) bottom/cover;
}
#hero.plan-view.it {
    background: url(../img/featured-highlights-webp/Visualizzazione_del_piano_del_menu_CalcMenu.webp) bottom/cover;
}
#hero.api-services {
    background: url(../img/featured-highlights-webp/CalcMenu_API_Integration.webp) center/cover;
}
#hero:before,
#ph-carousel-img-2::before {
    content: "";
    background: rgb(255 255 255 / 50%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero h1 {
    font-size: 65px;
    font-weight: 700;
}
#hero h1.de {
    font-size: 50px;
    font-weight: 700;
}
#hero .btn-watch-video:hover,
#hero .btn-watch-video:hover i,
#hero h1 span,
#hero-school .btn-watch-video:hover,
#hero-school .btn-watch-video:hover i,
.timeline-content h3 {
    color: var(--siteColor);
}
#hero h2,
#hero-airlines h2,
#hero-blog h2,
#hero-chains h2,
#hero-chefs h2,
#hero-consumers h2,
#hero-home-care h2,
#hero-hospitals h2,
#hero-restaurants h2,
#hero-school h2 {
    color: #555;
    margin: 5px 0 30px;
    font-size: 34px;
    font-weight: 300;
}
#hero h3 {
    font-size: 40px;
    font-weight: 700;
}
#hero h5,
#ph-carousel-p {
    font-size: 29px;
    font-weight: 500;
}
#hero h5,
.about .row.feature h2,
.section-title h3,
.section-title-tac h4,
.services .icon-box .icon i {
    color: var(--primary-red-color);
}
#hero .btn-get-started {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: var(--siteColor);
}
#hero .btn-get-started:hover {
    background: #247cf0;
}
#hero .btn-watch-video,
#hero-airlines .btn-watch-video,
#hero-blog .btn-watch-video,
#hero-chains .btn-watch-video,
#hero-chefs .btn-watch-video,
#hero-consumers .btn-watch-video,
#hero-home-care .btn-watch-video,
#hero-hospitals .btn-watch-video,
#hero-restaurants .btn-watch-video,
#hero-school .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#hero .btn-watch-video i,
#hero-school .btn-watch-video i {
    color: var(--siteColor);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}
.morelink {
    font-weight: 700;
}
.featured-services .description i {
    color: #888;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    
    #hero h3 {
        line-height: 46px;
        font-size: 28px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    #hero .SmartscanBannerTxt  {
        line-height: 46px;
        font-size: 28px;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    #hero h5 {
        font-size: 20px;
    }
    #hero h1.de {
        font-size: 30px;
        word-break: break-all;
    }
    #hero {
        width: 100%;
        height: 75vh;
        background-size: cover;
        background-position: bottom;
        position: relative;
    }
}
@media screen and (max-width: 425px) {
    .container.new h1 {
        font-size: 28px;
        line-height: 28px;
    }
    #hero h5,
    .container.new h2 {
        font-size: 17px;
    }
    #hero h3 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    #hero:before {
        content: "";
        background: rgb(255 255 255 / 75%);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }
    #hero h1.de {
        font-size: 20px;
        word-break: break-all;
    }
}
.ph-carousel {
    background: #fbfbfb;
    height: 75vh;
    opacity: 0;
}
.carousel-button-container {
    z-index: 2;
    margin-bottom: 6.5vw;
    margin-left: 6.5vw;
}
#ph-carousel-img-1 {
    width: 100%;
    background: url(../img/Carousel_IMG_WEB_FORMAT_1.webp) top left/cover;
}
#ph-carousel-img-2 {
    width: 100%;
    background: url(../img/CalcMenu_Professional_Recipe_Management_Software_EN.webp) bottom left/cover;
}
#ph-carousel-container {
    position: absolute;
    top: 25%;
    left: 0;
}
#ph-carousel-p {
    color: #ce2d45;
    font-family: Poppins, sans-serif;
    line-height: 35px;
    margin: 0 0 8px;
}
#ph-carousel-h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
    color: #222;
    font-family: Poppins, sans-serif;
}
#ph-carousel-h1 span {
    color: #222;
    font-size: 40px;
}
#ph-carousel-img-3 {
    width: 100%;
    background: url(../img/Carousel_IMG_WEB_FORMAT_2.webp) top left/cover;
}
.ph-carousel .btn {
    margin-bottom: 9px;
    width: 30%;
    color: #fff;
}
@media (max-width: 992px) {
    .ph-carousel {
        height: 60vh;
    }
}
@media screen and (max-width: 767px) {
    #ph-carousel-img-1,
    #ph-carousel-img-2,
    #ph-carousel-img-3 {
        width: 100%;
        height: 0;
        padding-top: 66.67%;
    }
    .ph-carousel {
        height: auto;
    }
    .carousel-button-container {
        margin-bottom: 0.5rem;
    }
    #ph-carousel-img-1 {
        background: url(../img/Mobile/Carousel_IMG_MOBILE_FORMAT_1.webp) top left/contain no-repeat;
    }
    #ph-carousel-img-2 {
        background: url(../img/Mobile/CMC_Old_Banner_Mobile.webp) top left/contain no-repeat;
    }
    #ph-carousel-img-3 {
        background: url(../img/Mobile/Carousel_IMG_MOBILE_FORMAT_2.webp) top left/contain no-repeat;
    }
    #ph-carousel-h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #ph-carousel-h1 span {
        line-height: 46px;
        font-size: 28px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    #ph-carousel-p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 520px) {
    #ph-carousel-container {
        top: 20%;
    }
    #ph-carousel-p {
        font-size: 16px;
        line-height: 18px;
    }
    #introduction h1 {
        font-size: 28px !important;
    }
    #introduction h2 {
        font-size: 17px !important;
    }
    .frbtn {
        width: 70% !important;
    }
    #introduction .debtn,
    #introduction .enbtn {
        width: 40% !important;
    }
}
@media screen and (max-width: 425px) {
    #ph-carousel-h1 span {
        font-size: 28px;
        line-height: 25px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
    #ph-carousel-p {
        font-size: 13px;
        line-height: 15px;
        padding-top: 5px;
    }
    .ph-carousel .btn {
        width: 40%;
    }
    #ph-carousel-btn {
        width: 60%;
    }
}
@media screen and (max-width: 350px) {
    #hero h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
    #hero h1.de,
    #hero h5 {
        font-size: 13px;
    }
    #hero h1.de {
        word-break: break-all;
    }
    #hero .btn-get-started {
        font-weight: 400;
        font-size: 10px;
        padding: 10px 20px;
    }
    #ph-carousel-container {
        top: 15%;
    }
    #ph-carousel-h1 span {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
        padding-top: 10px;
    }
    #ph-carousel-p {
        font-size: 12px;
        line-height: 15px;
        padding-top: 5px;
    }
}
section {
    padding: 60px 0;
}
.section-title {
    text-align: center;
    padding-inline: 10px;
    padding-bottom: 30px;
}
.section-title-tac {
    text-align: left;
    padding-bottom: 30px;
}
.section-title-tac h4 {
    font-weight: 700;
    font-size: 18px;
}
.section-title h3 {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 35px;
}
.section-title p {
    margin: 0 auto;
    font-weight: 400;
}
section.no-bpd {
    padding-bottom: 0;
}
#footer .footer-top .footer-links ul li:first-child,
section.no-tpd {
    padding-top: 0;
}
.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
}
.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}
#introduction .btn,
#testimonials .btn {
    width: 30%;
}
#introduction .check {
    width: 40px;
}
#introduction .logo {
    width: 180px;
    padding: 5px;
}
#testimonials1 .testimonial-item .row div {
    justify-content: center;
}
.row .sodexo {
    transform: translate(0, -10px);
}
.services .icon-box {
    text-align: center;
    border: 1px solid #e2eefd;
    padding: 20px;
    transition: 0.3s ease-in-out;
    background: #fff;
}
.services .icon-box .icon {
    margin: 0 auto 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    width: 100px;
    height: 100px;
}
.services .icon-box .icon i {
    font-size: 28px;
    transition: 0.3s ease-in-out;
}
.services .icon-box h4 {
    font-family: var(--arial);
    font-size: 24px;
    font-weight: bolder;
    color: var(--primary-black-color);
    margin-bottom: 15px;
}
.services .icon-box h4 a {
    color: var(--primary-black-color);
    transition: 0.3s ease-in-out;
}
.services .icon-box p {
    color: #161616;
    font-family: var(--source-sans-pro);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0;
}
#demoButton,
#footer .footer-top .footer-contact p,
.counts .count-box p,
.pricing .btn-buy {
    font-family: Roboto, sans-serif;
}
.services .icon-box:hover {
    box-shadow: 0 0 5px 0 var(--primary-red-color);
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.about .content ul li:first-child {
    margin-top: 20px;
}
.about .content ul i {
    background: #fff;
    box-shadow: 0 6px 15px rgb(16 110 234 / 0.12);
    font-size: 24px;
    padding: 18px;
    margin-right: 15px;
    color: var(--siteColor);
    border-radius: 50px;
}
.about .content ul h5 {
    font-size: 18px;
    color: #555;
}
.about .content ul p {
    font-size: 15px;
}
.about .content p:last-child {
    margin-bottom: 0;
}
.about .row.feature h1,
.about.new h3 {
    font-weight: 100;
}
.about .row.feature h1,
.about .row.feature h2 {
    font-size: 25px;
}
.about .row.feature h2 {
    margin: 0;
    font-weight: 600;
}
.about .row.feature sup {
    font-size: 16px;
    font-weight: 100;
    color: #545e67;
}
.about .row.feature p,
.section-cards .section-title p {
    margin: 0;
}
.about .btn {
    width: 40%;
}
.skills .progress {
    height: 60px;
    display: block;
    background: 0 0;
    border-radius: 0;
}
.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #222;
}
.skills .progress .skill .val {
    float: right;
    font-style: normal;
}
.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 10px;
}
.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: var(--siteColor);
}
.counts {
    padding: 70px 0 60px;
}
.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #f1f6fe;
}
.counts .count-box i {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: var(--siteColor);
    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 0;
    border-radius: 50px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #062b5b;
}
.counts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.clients {
    padding: 15px 0;
    text-align: center;
}
.clients img {
    max-width: 45%;
    transition: 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}
.clients img:hover {
    transform: scale(1.15);
}
.testimonials {
    padding: 80px 0;
    background-position: top;
    position: relative;
    background-size: cover;
    image-rendering: -webkit-optimize-contrast;
}
#testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.7);
}
#testimonials1 {
    box-shadow: 0 0 30px rgb(34 34 34 / 0.08);
    border-radius: 30px;
}
#swiperImg {
    margin: auto;
}
.testimonials .section-header {
    margin-bottom: 40px;
}
.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
    padding-inline: 12px;
}
.testimonials .testimonial-item p {
    font-family: var(--source-sans-pro);
    font-size: 17px;
    text-align: left;
    color: #000;
    padding-right: 10px;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90%;
    border-radius: 25px;
    border: 4px solid var(--primary-red-color);
    margin: auto;
    height: 100%;
}
.testimonials .testimonial-item h3 {
    font-family: var(--source-sans-pro);
    font-size: 38px;
    font-weight: bolder;
    margin: 10px 0 5px;
    color: var(--primary-red-color);
    text-align: left;
}
.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px;
}
.testimonials .testimonial-item h2 {
    font-size: 54px;
    font-weight: 600;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgb(255 255 255 / 0.4);
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
#needs {
    margin: 20px auto;
    color: #fff;
    text-align: center;
    font-size: 21px;
}
#desc {
    text-align: left;
    margin: 10px 0;
}
.testimonial-item.ready p {
    margin: 10px 0 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
#additionalCosts {
    font-style: italic;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(2 2 2 / 50%);
    opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-red-color);
}
@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 100%;
    }
}
.testimonials.subscription.new {
    background-size: cover;
    background-position: 0 12%;
    height: 60vh;
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
    .testimonials {
        background: url(../img/Mobile/CTA_banner_full_size.webp) top/cover;
        position: relative;
        image-rendering: -webkit-optimize-contrast;
    }
    .testimonials.subscription.new {
        background: url(../img/Mobile/CalcMenu_Data_Powered_Recipe_Management_Software.webp) 0 12% / cover;
        height: 60vh;
        display: flex;
        align-items: center;
    }
}
@media (min-width: 601px) {
    .testimonials {
        background: url(../img/CTA_banner_full_size.webp) top/cover;
        position: relative;
        image-rendering: -webkit-optimize-contrast;
    }
    .testimonials.subscription.new {
        background: url(../img/CalcMenu_Data_Powered_Recipe_Management_Software.webp) 0 12% / cover;
        height: 60vh;
        display: flex;
        align-items: center;
    }
}
.testimonials.ai {
    background: url(../img/featured-highlights-webp/Artificial_Intelligence_in_the_Food_Industry.webp) center/cover !important;
}
.testimonials.food-label {
    background: url(../img/featured-highlights-webp/CalcMenu_Food_Labeling_Assistant_CTA_Banner.webp) center/cover !important;
}
.testimonials.emenu-plan {
    background: url(../img/featured-highlights-webp/CalcMenu_eMenu_Plan_CTA_Banner.webp) center/cover !important;
}
.testimonials.plan-view {
    background: url(../img/featured-highlights-webp/CalcMenu_Menu_Plan_View_CTA_Banner.webp) center/cover !important;
}
.testimonials.emenu {
    background: url(../img/featured-highlights-webp/CalcMenu_eMenu_CTA_Banner.webp) center/cover !important;
}
.testimonials.api-services {
    background: url(../img/featured-highlights-webp/CalcMenu_API_Integration_CTA_Banner.webp) center/cover !important;
}
.testimonials.odoo {
    background: url(../img/CTA-Banner-BG-01.webp) top/cover !important;
}
.testimonials.new .testimonial-item h2 {
    font-weight: 700;
    color: var(--primary-red-color);
}
.testimonials.new #needs {
    margin-top: 0;
    font-weight: 700;
    color: #000;
}
#testimonials.testimonials.new::before {
    background: #fff;
    opacity: 0.1;
}
.testimonials.crsl-de .row {
    word-break: break-word;
}
#testimonials.testimonials.new.solution::before {
    opacity: 0;
}
@media (max-width: 900px) {
    .testimonials.subscription.new {
        background-position: 36% 12%;
        height: 450px;
    }
    .testimonials.solution {
        background-position: 83% 0;
    }
    .testimonials.solution.ai {
        background-position: 77% 0 !important;
    }
    .testimonials.new .testimonial-item h2 {
        font-size: 45px;
        word-break: break-word;
    }
    .testimonials.new #needs {
        font-size: 28px;
    }
    #testimonials .debtn,
    #testimonials .enbtn,
    #testimonials .frbtn,
    #testimonials .itbtn {
        width: 50% !important;
    }
    #hero.ai,
    #hero.partnership {
        height: 50vh !important;
    }
}
@media (max-width: 425px) {
    .testimonials .testimonial-item h3 {
        font-size: 28px;
    }
    .testimonials.subscription.new {
        background-position: 36% 12%;
        height: 450px;
    }
    .testimonials.solution {
        background-position: 88% 0 !important;
    }
    .testimonials.new .testimonial-item h2 {
        font-size: 30px;
    }
    .testimonials.new #needs {
        font-size: 18px;
    }
    #testimonials .frbtn,
    #testimonials .itbtn {
        width: 70% !important;
    }
    #testimonials .debtn {
        width: 80% !important;
    }
    #testimonials .enbtn {
        width: 50% !important;
    }
    #hero.ai,
    #hero.partnership {
        height: 40vh !important;
    }
}
.partner .container > h2 {
    color: var(--primary-red-color);
    margin: 16px 0;
}
.partner.services .row > div {
    height: 42vw;
    max-height: 424px;
}
.partner.services .row .icon-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: #ebecf0;
}
.partner.services .row .icon-box > p {
    height: 100%;
    padding: 0 12px;
    overflow: auto;
    scrollbar-width: thin;
}
.partner.services .row .icon-box > a {
    display: flex;
    height: fit-content;
    align-items: end;
    font-size: 14px;
}
.partner.services .row .icon-box > p::-webkit-scrollbar {
    width: 6px;
    background-color: #a8a8a8;
    border-radius: 10px;
}
.partner.services .row .icon-box > p::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 10px;
}
.partner img {
    padding: 20px;
    max-height: 182px;
}
.partner p {
    text-align: justify;
}
.partner i {
    padding-top: 20px;
}
@media (max-width: 900px) {
    .partner.services .row > div {
        height: 42vh;
        min-height: 365px;
    }
    .partner.services .row .img-fluid {
        max-width: 80%;
    }
}
.portfolio #portfolio-flters {
    padding: 2px 15px;
    margin: 0 auto 15px;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    transition: 0.3s ease-in-out;
}
#footer .footer-top .footer-contact h3 span,
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #106eea;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: 0.3s ease-in-out;
    background: rgb(255 255 255 / 0.9);
    padding: 15px;
    overflow: auto;
    height: 300px;
}
.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 37px;
    color: #fff;
    font-weight: 600;
    color: var(--primary-red-color);
    cursor: pointer;
}
.portfolio .portfolio-item .portfolio-info p {
    color: #161616;
    font-size: 17px;
    margin-bottom: 0;
    line-height: normal;
}
.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: 0.3s ease-in-out;
}
.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
    color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 32px;
}
.portfolio-details {
    padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img,
.right-img img {
    width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #106eea;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #106eea;
}
.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgb(34 34 34 / 0.08);
}
.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}
.portfolio-details .portfolio-description {
    padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.team {
    padding: 60px 0;
}
.portfolio .member,
.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 15px rgb(16 110 234 / 0.15);
}
.team .member .member-img {
    position: relative;
    overflow: hidden;
}
.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.team .member .social a {
    transition: 0.3s ease-in-out;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgb(16 110 234 / 0.8);
    display: inline-block;
    color: #fff;
}
.portfolio .member .member-info h4,
.team .member .member-info h4 {
    font-family: var(--arial);
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--primary-black-color);
    text-align: center;
}
.pricing .btn-buy:hover,
.team .member .social a:hover {
    background: #3b8af2;
}
#footer .footer-newsletter form input[type="submit"]:hover,
#hero-airlines .btn-get-started:hover,
#hero-blog .btn-get-started:hover,
#hero-chains .btn-get-started:hover,
#hero-chefs .btn-get-started:hover,
#hero-consumers .btn-get-started:hover,
#hero-home-care .btn-get-started:hover,
#hero-hospitals .btn-get-started:hover,
#hero-restaurants .btn-get-started:hover,
#hero-school .btn-get-started:hover,
.contact .php-email-form button[type="submit"]:hover,
.section-title h2 {
    background: var(--primary-red-color);
}
.team .member .social i {
    font-size: 18px;
}
.team .member .member-info {
    padding: 25px 15px;
}
.portfolio .member .member-info {
    padding: 25px 15px;
    height: 110px;
}
.team .member .member-info h4 {
    font-weight: 700;
}
.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
}
.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777;
}
.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgb(0 0 0 / 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.pricing .box h3,
.pricing .btn-wrap {
    padding: 20px 15px;
    background: #f8f8f8;
}
.pricing .box h3 {
    margin: -20px -20px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #777;
}
.contact .php-email-form .form-group,
.faq .faq-list li,
.pricing .box h4 {
    margin-bottom: 20px;
}
.pricing .box h4 {
    font-size: 36px;
    color: var(--siteColor);
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}
.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}
.pricing .box ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.pricing .box ul li {
    padding-bottom: 16px;
}
.pricing .box ul i {
    color: #106eea;
    font-size: 18px;
    padding-right: 4px;
}
.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}
.pricing .btn-wrap {
    margin: 20px -20px -20px;
    text-align: center;
}
.pricing .advanced,
.pricing .btn-buy,
.pricing .featured h3 {
    background: var(--siteColor);
    color: #fff;
}
.pricing .btn-buy {
    display: inline-block;
    padding: 8px 35px 10px;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
}
.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px;
}
.faq {
    padding: 35px 0;
}
.faq .faq-list {
    padding: 0;
    list-style: none;
}
.faq .faq-list li {
    border-bottom: 1px solid #d4e5fc;
    padding-bottom: 20px;
}
.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: var(--source-sans-pro);
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    padding-left: 25px;
    cursor: pointer;
    color: var(--primary-red-color);
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.faq .faq-list p {
    margin-bottom: 0;
    text-align: left;
}
.faq .faq-list .collapsed,
.faq .faq-list div span {
    color: #000;
}
.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}
.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 0.3);
    padding: 20px 0 30px;
}
.contact .info-box i {
    font-size: 32px;
    color: var(--siteColor);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted var(--siteColor);
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 0.4);
    padding: 30px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: 1s linear infinite animate-loading;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #106eea;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
    background: var(--siteColor);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
@keyframes animate-loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 1200px) {
    #feature-links,
    #useful-links {
        margin: 0 50px;
    }
    #socials {
        margin: 0;
    }
}
@media screen and (max-width: 990px) {
    #feature-links,
    #useful-links {
        margin: 0;
    }
}
#footer {
    background: #f1f6fe;
    color: #444;
    font-size: 14px;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.06);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: var(--siteColor);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px rgb(0 0 0 / 0.1);
}
#footer .footer-top {
    padding: 60px 0 30px;
    background: #fff;
}
#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #777;
}
#footer .footer-top .footer-contact img {
    width: 175px;
    height: auto;
    margin-bottom: 16px;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--siteColor);
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul a {
    color: #777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--siteColor);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    margin-bottom: 8px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
}
#footer .copyright {
    text-align: center;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444;
}
#hero h4 {
    font-weight: 700;
    padding: 8px 20px;
    background: var(--siteColor2);
    color: var(--siteColor);
    display: inline-block;
    border-radius: 50px;
}
.story {
    background: url(../img/story-bg.jpg) top left !important;
}
.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    color: #000;
}
.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: var(--siteColor);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.main-timeline .timeline-icon {
    display: inline-block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 3px solid var(--siteColor);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translateY(-50%);
}
#hero-airlines,
#hero-blog,
#hero-chains,
#hero-chefs,
#hero-consumers,
#hero-home-care,
#hero-hospitals,
#hero-restaurants,
#hero-school,
#ratings,
.main-timeline .timeline-icon i {
    position: relative;
}
.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}
.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
}
.main-timeline .timeline-icon:after {
    width: 70px;
    height: 70px;
    background: #fff;
    top: 154px;
    right: -46px;
}
.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative;
}
.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid var(--siteColor);
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -18px;
    left: 35px;
}
.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: var(--siteColor);
    position: absolute;
    top: 18px;
    left: 0;
}
.resources {
    background: url(../img/resource-bg.jpg) top left !important;
}
.video-box {
    background: #f5f5f5;
    padding: 25px 25px 32px;
    border-radius: 30px;
    text-align: center;
}
.video-box h4 {
    font-size: 24px;
    max-width: 430px;
    margin: 20px auto 0;
}
.video-box iframe {
    border-radius: 20px;
}
.supp {
    background: url(../img/supp-bg.jpg) top left !important;
}
.sup-timeline .timeline-icon img {
    border-radius: 100%;
}
.sup-timeline .timeline-icon::after {
    background: #f6f9fe;
}
.bi.bi-twitter::before,
.bx.bxl-twitter {
    background-image: url(../icons/content-icon/x.svg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.partnership {
    background: url(../img/EGS_Partner_Network.png) center/cover !important;
}
#hero.ai {
    background: url(../img/featured-highlights-webp/CalcMenu_Recipe_Management_with_AI_Features.webp) center/cover !important;
}
#hero.food-label-en {
    background: url(../img/featured-highlights-webp/EGS_Food_Label_Assistant.webp) center/cover !important;
}
#hero.food-label-de {
    background: url(../img//featured-highlights-webp/EGS_Lebensmittelkennzeichnungsassistent.webp) center/cover !important;
}
#hero.food-label-fr {
    background: url(../img/featured-highlights-webp/Assistant_détiquetage_alimentaire_EGS.webp) center/cover !important;
}
#hero.food-label-it {
    background: url(../img/featured-highlights-webp/Assistente_di_etichettatura_alimentare_EGS.webp) center/cover !important;
}
#hero.emenu-plan {
    background: url(../img/featured-highlights-webp/CalcMenu_eMenu_Plan.webp) center/cover !important;
}
#hero.odoo {
    background: url(../img/FoodOps_Banner_Adjusted_for_CTA.png) center/cover !important;
    height: 60vh;
}
@media (max-width: 1200px) {
    .main-timeline .timeline-icon {
        width: 180px;
        height: 180px;
        left: 15%;
    }
    .timeline-content h3 {
        font-size: 24px;
    }
    #ibox1,
    #ibox2,
    #ibox3,
    #ibox4 {
        padding: 10px !important;
    }
    .featured-services .title {
        font-size: 18px;
    }
    .featured-services .icon-box {
        padding: 10px;
        text-align: center;
    }
}
@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px;
    }
    #hero {
        height: 60vh;
    }
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero .btn-get-started,
    #hero .btn-watch-video {
        font-size: 13px;
    }
    .clients img {
        max-width: 40%;
    }
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}
#demoButton,
.section-title h2 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .services .icon-box {
        padding: 30px 20px;
    }
    .featured-services .title,
    .services .icon-box h4,
    .video-box h4 {
        font-size: 18px;
    }
    .section-title h3 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .about .content h3 {
        font-size: 22px;
    }
    .featured-services .icon-box {
        padding: 20px;
        text-align: center;
    }
    .featured-services .icon img {
        max-width: 100px;
    }
    #hero {
        height: 40vh;
    }
    #hero h4 {
        font-size: 15px;
    }
    #footer .footer-newsletter,
    .team,
    .testimonials,
    section {
        padding: 40px 0;
    }
    #footer .footer-top {
        padding: 40px 0 10px;
    }
    .theme_button {
        padding: 10px !important;
    }
    .testimonials .section-title {
        padding-bottom: 0;
    }
    .main-timeline .timeline-content {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 0 0 50px;
    }
    .main-timeline .timeline {
        margin-bottom: 20px;
    }
    .main-timeline:before {
        right: auto;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:before {
        display: none;
    }
    .timeline-content h3 {
        font-size: 20px;
    }
    .video-box {
        padding: 10px;
    }
}
@media (max-width: 575px) {
    .theme_button {
        padding: 8px 10px !important;
        font-size: 15px;
    }
    #footer .footer-newsletter form input[type="submit"] {
        padding: 0 10px;
    }
    .de .banner_button {
        flex-direction: column;
        align-items: self-start;
    }
    .de .btn-watch-video {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}
#demoButton {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    background: #e7272d;
    border: 4px solid #e7272d;
}
#demoButton:hover {
    background: #eb4e53;
    border: 4px solid #eb4e53;
}
.section-cards {
    background-color: #f4f4f4;
}
.section-cards .section-title {
    margin: 0;
    padding-inline: 12px;
    padding-block: 0;
}
.section-title h2 {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7272d;
    border-radius: 50px;
}
#benefits-card-items {
    padding: 23px 24px 24px;
    max-width: 1500px;
    margin: auto;
}
#benefits-card-items .portfolio-item {
    padding: 12px;
    margin-bottom: 0;
}
#benefits-card-items .member-info {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#benefits-card-items .member-info a {
    color: var(--primary-black-color);
    font-family: var(--source-sans-pro);
    font-size: 23px;
    font-weight: 700;
    text-transform: none;
    padding-top: 9px;
    padding-bottom: 10px;
}
.product {
    font-weight: 700;
    color: var(--primary-red-color) !important;
}
.add-on-services-items,
.add-on-services-items #demoButton {
    margin-top: 35px;
}
.col-lg-8 .lists li,
.task-list li {
    font-family: var(--source-sans-pro);
    font-size: 17px;
}
.containerFull {
    padding: 40px;
}
.containerFull div h1 {
    font-size: 32px;
    font-weight: 600;
}
.containerFull div h4 {
    color: #161616 !important;
    font-size: 17px;
}

#hero-airlines-and-cruiselines{
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

#hero-airlines-and-cruiselines::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/en/industries/airlines-and-cruise-lines/airline-cruiseline-banner.png) center/cover no-repeat;
    opacity: 0.4;
    z-index: 0;
}

#hero-school {
    width: 100%;
    height: 75vh;
    background: url(../img/Industry_School_Banner.png) center/cover no-repeat;
}
#hero-school:before {
    content: "";
    background: rgb(255 255 255 / 75%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero-airlines h1,
#hero-blog h1,
#hero-chains h1,
#hero-chefs h1,
#hero-consumers h1,
#hero-home-care h1,
#hero-hospitals h1,
#hero-restaurants h1,
#hero-school h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 75px;
    color: #222;
    font-family: Poppins, sans-serif;
}
@media screen and (max-width: 425px) {
    #hero-airlines h1,
    #hero-chains h1,
    #hero-chefs h1,
    #hero-consumers h1,
    #hero-home-care h1,
    #hero-hospitals h1,
    #hero-restaurants h1,
    #hero-school h1 {
        margin: 0 !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        line-height: 42px !important;
        color: #222 !important;
        font-family: Poppins, sans-serif !important;
    }
}
#hero-airlines .btn-get-started,
#hero-blog .btn-get-started,
#hero-chains .btn-get-started,
#hero-chefs .btn-get-started,
#hero-consumers .btn-get-started,
#hero-home-care .btn-get-started,
#hero-hospitals .btn-get-started,
#hero-restaurants .btn-get-started,
#hero-school .btn-get-started,
#hero-chain .btn-get-started, 
#hero-hotel-restaurant-caterers .btn-get-started,
#hero-airlines-and-cruiselines .btn-get-started,
#hero-consumer-and-brand .btn-get-started,
#hero-individual-chef .btn-get-started,
#hero-nursing-home .btn-get-started
 {

    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: var(--primary-red-color);
}

#hero-consumer-and-brand{
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

#hero-consumer-and-brand::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/en/industries/consumer-brand/consumer-professional-brand-banner.png) center/cover no-repeat;
    opacity: 0.4;
    z-index: 0;
}

#hero-restaurants {
    width: 100%;
    height: 65vh;
    background: url(../img/general/industries/restaurants-hotels-and-caterings/hero.webp) top/cover no-repeat;
}
#hero-hotel-restaurant-caterers{
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

#hero-hotel-restaurant-caterers::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/en/industries/hotel-restaurants-caterers/Hero-banner.png) center/cover no-repeat;
    opacity: 0.4;
    z-index: 0;
}

#hero-individual-chef{
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

#hero-individual-chef:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/en/industries/individual-chefs/individual-chef-banner.png) center/cover no-repeat;
    opacity: 0.4;
    z-index: 0;
}

#hero-nursing-home {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

#hero-nursing-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/en/industries/nursing-home/retirement-nursing-home-banner.png) center/cover no-repeat;
    opacity: 0.4;
    z-index: 0;
}

#hero-airlines:before,
#hero-blog:before,
#hero-chains:before,
#hero-chefs:before,
#hero-consumers:before,
#hero-home-care:before,
#hero-hospitals:before,
#hero-restaurants:before {
    content: "";
    background: rgb(255 255 255 / 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero-airlines .btn-watch-video i,
#hero-blog .btn-watch-video i,
#hero-chains .btn-watch-video i,
#hero-chefs .btn-watch-video i,
#hero-consumers .btn-watch-video i,
#hero-home-care .btn-watch-video i,
#hero-hospitals .btn-watch-video i,
#hero-restaurants .btn-watch-video i {
    color: var(--primary-red-color);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}
#hero-chains {
    width: 100%;
    height: 65vh;
    background: url(../img/en/industries/chains/Hero-chain-banner.png) center/cover no-repeat;
}
#hero-airlines {
    width: 100%;
    height: 65vh;
    background: url(../img/general/industries/airlines-and-cruise-lines/hero.webp) bottom/cover no-repeat;
}
#hero-chefs {
    width: 100%;
    height: 65vh;
    background: url(../img/general/industries/individual-chefs/hero.webp) center/cover no-repeat;
}
#hero-hospitals {
    width: 100%;
    height: 65vh;
    background: url(../img/en/industries/hospitals/hospital-industry-banner.png) bottom/cover no-repeat;
}
#hero-home-care {
    width: 100%;
    height: 65vh;
    background: url(../img/general/industries/homecare/hero.webp) center/cover no-repeat;
}
#hero-consumers {
    width: 100%;
    height: 65vh;
    background: url(../img/general/industries/consumer-brand/hero.webp) center/cover no-repeat;
}
.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}
input[type="checkbox"] {
    accent-color: #ba3227;
}
.option-2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    height: 50px;
    border-radius: 8px;
    margin: 10px;
}
#hero-blog {
    width: 100%;
    height: 75vh;
    background: url(../img/general/blog/hero.webp) top/cover no-repeat;
}
#ratings {
    text-align: center;
    color: #888e92;
}
#ratings input {
    appearance: none;
}
#ratings > div {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}
#ratings input::before {
    content: "\f588";
    font-family: bootstrap-icons !important;
    font-size: 32px;
    color: #888e92;
    transition: 0.3s ease-in;
}
#ratings input:checked::before,
#ratings input:checked ~ input::before,
#ratings input:hover::before,
#ratings input:hover ~ input::before {
    content: "\f586";
    font-family: bootstrap-icons !important;
    font-size: 32px;
    color: #fdb714;
    fill: #fdb714;
}
.landing-emenu p {
    font-family: "Open Sans", sans-serif !important;
}
.left-text .btn {
    width: 175px;
    padding: 14px 0;
    color: #fff;
    background-color: #ce2d45;
    border-color: #ce2d45;
}
@media screen and (max-width: 1300px) {
    .member {
        min-height: 300px !important;
    }
    #benefits-card-items .benefitsModal {
        min-height: 350px !important;
    }
}
@media screen and (max-width: 1100px) {
    #benefits-card-items .benefitsModal {
        min-height: 300px !important;
    }
}
@media screen and (max-width: 1200px) {
    #benefits-card-items .benefitsModal {
        min-height: 320px !important;
    }
}
@media screen and (min-width: 1301px) {
    .member {
        min-height: 370px !important;
    }
    #benefits-card-items .benefitsModal {
        min-height: 360px !important;
    }
}
.bx.bxl-twitter {
    width: 18px;
    height: 18px;
}
.bi.bi-twitter::before {
    width: 13px;
    height: 13px;
}
.bi.bi-twitter {
    opacity: 0.7;
}
.bi.bi-twitter:hover {
    opacity: 1;
}
#menu-planning {
    scroll-behavior: smooth;
}
#ph-carousel-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 75px;
    color: #222;
    font-family: "Poppins", sans-serif;
}
