body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
}
.header {
    background-color: #102C68;
    background-image: url("../img/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 790px;
    color: #FFF;
    padding: 25px;
}
.inner-page {
    text-align: center!important;
    min-height: auto!important;
}
.navbar {
    margin-top:25px;
}
.inner-page .navbar { margin-top: 0px; }
.inner-page img { margin: 0px auto; text-align: center; }
.header-content { margin-top: 50px; }
.header-content img { max-width: 100%; }
.header-content p.heading-claim {
    margin-top: 15px;
    font-size: 37px;
    font-weight: 400;
    line-height: 48.1px;
    text-align: left;
}

.content .text-column {
    margin-top: 50px;
    margin-bottom: 50px;
}
.content .text-column p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}
.content .text-column p.first-item {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    color: #102C68;
}

.download-box {}
.box-container { 
    width: 866px; 
    height: 437px;
    background-color: #102C68;
    background-image: url("../img/background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.box-container .row { height: 100%; }
.d-flex-center {
    display: flex;
    justify-content: center; /* Allinea orizzontalmente */
    align-items: center;    /* Allinea verticalmente */
    height: 100%;           /* Assicura che la colonna occupi l'altezza completa */
}
.box-container p {
    font-family: Plus Jakarta Sans;
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    color: #FFF;
}
.box-container img { 
    width: auto;
    max-height: 88px;
}

.sections-box {

}
.sections-box p {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
}
.sections-box-heading {
    margin-top: 100px;
}
.services-icons { margin-top: 35px; }
.services-icons p {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    color: #2F2F33;
    margin-top:15px;
}
.opendoctor-box .container { 
    width: 866px;
    background-color: #E0E5FC; 
    margin-top: 50px; 
    padding-top: 50px; 
    padding-bottom: 35px; 
}
.opendoctor-box .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    text-align: center;
    color: #102C68;
}
.opendoctor-box .subtitle {
    font-size: 26px;
    font-weight: 400;
    line-height: 33.8px;
    text-align: center;
    color: #2F2F33;
}
.opendoctor-box .signup-box { 
    margin-top: 35px;
}
.opendoctor-box .signup-box-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}
.opendoctor-box .signup-box-text a { 
    text-decoration: underline;
    margin-left: 25px;
}
.opendoctor-box .support-box {
    margin-top: 35px;
}
.opendoctor-box .support-box-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    color: #2F2F33;
}
.opendoctor-box .support-box-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #2F2F33;
}

.footer .container {
    width: 866px;
    margin-top: 100px;
}
.footer .row {
}
.footer p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
}
.footer .footer-logo {
    margin-top: 35px;
}
.footer a {
    color: #000;
    text-decoration: underline;
}

/* LOGIN PAGE */

.inner-content { margin-top: 50px; }
.info-privacy {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #111113;
    margin-top: 25px; 
}
.login-form {
    margin-top: 50px; 
}
.login-form .container {
    width: 645px;
}
.login-form input[type="text"], .login-form input[type="password"] {
    width: 100%;
    height: 72px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    background: #EAEAEA;
    border: 1px solid #B6B6B5;
}
.login-form .d-flex-center {
    height: auto;
}
.login-form label {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
}

.login-form input[type="submit"] {
    width: 252px;
    height: 72px;
    padding: 28px 56px 28px 56px;
    gap: 8px;
    opacity: 0px;
    background: var(--primary-base, #102C68);
}
.login-form .signup-forgot {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #111113;
}
.login-form a {
    color: #111113;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .hide-mobile { display: none!important; }
    .navbar { text-align: center; }
    .box-container, .opendoctor-box .container, .footer .container, .login-form .container { width: 100%; }
    .box-container img { max-width: 80%; height: auto; }
    .box-container p { text-align: center; }
    .content .col-md-6, .content .col-md-3 { padding-left: 10px!important; padding-right: 10px!important; }
    .opendoctor-box .title, .opendoctor-box .subtitle, .opendoctor-box { padding: 25px; }
    .support-box, .footer-copyright { padding-left: 25px!important; padding-right: 25px; }
    .footer-copyright a { margin-left: 0px!important; display: block;  }
    .opendoctor-box .signup-box-text a { display: block; }
    .footer-logo { padding-left: 20px; padding-right: 20px; padding-bottom: 15px; }
    .footer-logo img { max-height: 55px; }
    .login-form { padding: 10px; }
}