@font-face {
    font-family: 'VisbyCF';
    src: url('../fonts/Fontspring-DEMO-visbycf-boldoblique.otf') format('opentype');
    font-weight: bold;
    font-style: oblique;
}

@font-face {
    font-family: 'VisbyCF';
    src: url('../fonts/Fontspring-DEMO-visbycf-demibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'VisbyCF';
    src: url('../fonts/Fontspring-DEMO-visbycf-demiboldoblique.otf') format('opentype');
    font-weight: 600;
    font-style: oblique;
}

@font-face {
    font-family: 'VisbyCF';
    src: url('../fonts/Fontspring-DEMO-visbycf-extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'VisbyCF';
    src: url('../fonts/Fontspring-DEMO-visbycf-extraboldoblique.otf') format('opentype');
    font-weight: 800;
    font-style: oblique;
}

@font-face {
    font-family: 'VisbyCF';
    src: url('../fonts/Fontspring-DEMO-visbycf-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'VisbyCF';
    src: url('../fonts/Fontspring-DEMO-visbycf-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
     font-family: "myriad-pro", sans-serif;
}
p{
    font-family: "myriad-pro", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.jumbotron h1{
   /* font-family: "myriad-pro", sans-serif;*/
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 80px;
    color: #000;
    line-height: 0.9;
}
.jumbotron p{
    font-family: "myriad-pro", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: bold
}
.jumbotron h2{
   /* font-family: "myriad-pro", sans-serif;*/
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 70px;
    color: #e6e7e8;
    line-height: 0.9;
}
h3{
     font-family: "myriad-pro", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: bold
}
.jumbotron{
    background: #f6921e;
    
}
.hero-title {
    display: flex;
    flex-direction: column;
    gap: 10px; /* spațiu între ele */
}

.hero-title img {
    display: block;
    width: 100%;
    max-width: 420px; /* ajustezi după design */
    height: auto;
}
.color-blue{
    color: #045fa6;
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 70px;
}
.color-green{
    color: #007848;
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 70px;
}
.big.color-green{
    font-size: 100px;
}
.color-black{
    color: #000;
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 70px;
    line-height: 0.2
}
.back-blue{
    background-color: #4cb2d4;
    position: relative;
}
.dot-middle-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 12px;
    height: 12px;
    background: #007BFF; /* sau culoarea ta */
    border-radius: 50%;
    z-index: 10;
}
.text-svg{display:block;width:100%;max-width:600px;margin:0 auto}
.leaders-section-custom {
    padding: 30px 0;
}

.leader-item {
    text-align: center;
}

.leader-image-wrap {
    width: 100%;
    aspect-ratio: 1.5 / 1.5;
    margin: 0 auto 12px;
    overflow: hidden;
}

.leader-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.leader-info {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.leader-name {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.leader-role {
    margin: 0;
    font-size: 16px;
    color: #000;
}
.leader-plus{
    display: block;
    text-align: right;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    margin-top: 6px;
    padding-right: 5px;
    transition: transform 0.2s ease;
} 

.leader-plus:hover {
    transform: scale(1.1);
}
.back-orange{
    background: #f6921e;
    overflow: hidden;
    padding-bottom: 4rem;
}
.vh-10{
    height: 14vh;
}
.table-simple-schedule {
    border-collapse: collapse;
}

.table-simple-schedule td {
    padding: 10px 0;
    font-weight: 700;
    color: #000;
}

.table-simple-schedule tr:not(:last-child) td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.table-simple-schedule td:first-child {
    text-align: left;
    padding-right: 20px;
}

.table-simple-schedule td:last-child {
    text-align: right;
    white-space: nowrap;
}
h2{
    font-family: 'VisbyCF';
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #e6e7e8;
    line-height: 1;
        letter-spacing: 3px;
}
.out-h{
    font-family: 'VisbyCF';
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #e6e7e8;
    position: relative;
    top: 5vh;
}

.form-control { 
    border-radius: 20px;
    padding: 12px; font-size: 1rem; 
    border: 2px solid #fff; 
    background: transparent!important;
}
.col-12 .form-control {
    border-radius: 5px; 
}
.form-control::placeholder { 
    color: #000!important; 
}
.form-label {
    color: #000; 
    font-size: 1rem; 
}
.form-text { 
    color: #000; 
    font-size: 0.875rem; 
}
button.btn {
    background-color: #f7931e;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem 4rem;
    border-radius: 50px;
    border: 1px solid #f7931e;
}
button.btn:hover {
    background-color: transparent;
    color: #f7931e;
    font-size: 1.2rem;
    padding: 0.5rem 4rem;
    border-radius: 50px;
   border: 1px solid #f7931e;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color:#fff!important;
}
.form-check-input{
    background: transparent;
    border:1px solid #e6e7e8;
}
.form-check-input:checked {
    background-color: #f6921e;
    border-color: #e6e7e8;
}
.footer{
    background: #fff;
    padding-top: 5rem;
    padding-bottom: 2rem;
    
}
.footer img{
        width: 100%;
    max-width: 160px;
}
.footer a{
    color: #000000;
    text-decoration: none;
}
.form-select {
    background-image: url(../img/arrow.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right 10px center!important; 
    background-size: 16px!important; 
    padding-right: 30px; 
    color: #fff;
}
.text-justify {
    text-align: justify;
}
.card-footer{
    background: transparent!important;
    border: 0px!important;
}
.card-footer .fw-bold{
    margin-bottom: 0;
}
.card-body{
    padding-bottom: 0!important;
}
.img-ex{
    

    width: 17px;margin-left: 5px;margin-bottom: 8px;
}
@media only screen and (max-width: 982px) {
    .img-ex{
    

    width: 10px;margin-left: 5px;margin-bottom: 8px;
}
  h2{
    font-family: 'VisbyCF';
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #e6e7e8;
    line-height: 1;
        letter-spacing: 3px;
}
    p{
    font-family: "myriad-pro", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.jumbotron h1{
   /* font-family: "myriad-pro", sans-serif;*/
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 42px;
    color: #000;
    line-height: 0.9;
}
.jumbotron p{
    font-family: "myriad-pro", sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: bold
}
.jumbotron h2{
   /* font-family: "myriad-pro", sans-serif;*/
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    color: #e6e7e8;
    line-height: 0.9;
}
    .out-h {
    font-family: 'VisbyCF';
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #e6e7e8;
    position: relative;
}
    .vh-10{
        height: auto;
    }
    .back-orange .back-blue{
        display: none;
    }
    .color-blue{
    color: #045fa6;
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
}
.color-green{
    color: #007848;
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
}

.color-black{
    color: #000;
    font-family: 'VisbyCF';
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
    line-height: 0.2
}
}
.container {
    margin-left: auto;
    margin-right: auto;
}


::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
/*** *{
    border:1px solid red;
} ***/
.modal-content{
    background: #f7931e;
    text-align: center;
}
.modal-header{
    border:0;
}
.application-form {
    color: #000;
}

.application-form .form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.form-control-custom,
.select-custom {
    min-height: 54px;
    border: 2px solid #ffffff;
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.form-control-custom::placeholder {
    color: #ffffff;
    opacity: 1;
}



.textarea-custom {
    min-height: 110px;
    border-radius: 12px;
    resize: vertical;
}

.select-custom {
    color: #fff;
    background-color: transparent;
}

.select-custom option {
    color: #000;
}

.form-helper {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.company-options .form-check-input,
.terms-check .form-check-input {
    background-color: transparent;
    border: 1.5px solid #fff;
    box-shadow: none;
}

.company-options .form-check-input:checked,
.terms-check .form-check-input:checked {
    background-color: transparent;
    border-color: #fff;
}

.btn-apply-custom {
    min-width: 210px;
    padding: 14px 28px;
    border: 0;
    border-radius: 999px;
    background: #f49a1a;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.btn-apply-custom:hover {
    background: #f49a1a;
    color: #fff;
}

@media (max-width: 767px) {
    .application-form .form-label {
        font-size: 15px;
    }

    .btn-apply-custom {
        width: 100%;
        font-size: 18px;
    }
}
.select-custom {
    color: #fff;
}

.select-custom:invalid {
    color: #fff;
}

.select-custom option {
    color: #000;
}
.company-options .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    background: transparent;
    margin-top: 0.2em;
    box-shadow: none;
    position: relative;
    cursor: pointer;
}

.company-options .form-check-input:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.company-options .form-check-label {
    cursor: pointer;
    color: #000;
}
.terms-check .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #fff;
    border-radius: 50%; /* dacă îl vrei rotund ca în design */
    background: transparent;
    position: relative;
    cursor: pointer;
}

/* 🔥 BIFA */
.terms-check .form-check-input:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.custom-select {
    position: relative;
    width: 100%;
}

.custom-select-trigger {
    border: 2px solid #fff;
    border-radius: 999px;
    padding: 14px 50px 14px 20px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    font-size: 16px;
    position: relative;
}

.custom-select-trigger::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.2s ease;
}

.custom-select.open .custom-select-trigger {
    border-radius: 20px 20px 0 0;
    background: #fff;
    color: #000;
}

.custom-select.open .custom-select-trigger::after {
    border-right-color: #000;
    border-bottom-color: #000;
    transform: translateY(-30%) rotate(-135deg);
}

.custom-options {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    display: none;
    z-index: 9999;
}

.custom-select.open .custom-options {
    display: block !important;
}

.custom-option {
    padding: 12px 20px;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.custom-option:hover {
    background: #f3f3f3;
}
.whatsapp-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.whatsapp-wrapper {
    position: fixed;
    bottom: 20px;
    right: 100px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

/* text svg */
.whatsapp-text {
    width: 90px; /* ajustezi după design */
    height: auto;
    margin-bottom: 6px;
}

/* butonul tău existent */
.whatsapp-float {
    position: relative; /* IMPORTANT pentru pulse */
}
.whatsapp-float {
    position: relative;
    width: 62px;
    height: 62px;
    border: 0;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease;
    padding: 0;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
}

.whatsapp-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.45);
    animation: whatsappPulse 1.8s infinite;
    z-index: 1;
}

@keyframes whatsappPulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    70% {
        transform: scale(1.45);
        opacity: 0;
    }
    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

.whatsapp-popup {
    position: absolute;
    right: 0;
    bottom: 82px;
    width: 310px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    pointer-events: none;
    transition: all 0.25s ease;
}

.whatsapp-popup.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.whatsapp-popup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: #fff;
    padding: 14px 16px;
}

.whatsapp-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.whatsapp-avatar img {
    width: 22px;
    height: 22px;
}

.whatsapp-header-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.whatsapp-header-text strong {
    font-size: 15px;
    font-weight: 700;
}

.whatsapp-header-text span {
    font-size: 12px;
    opacity: 0.95;
}

.whatsapp-popup-body {
    padding: 16px;
}

.whatsapp-popup-body p {
    margin: 0 0 14px;
    font-size: 14px;
    color: #111;
    line-height: 1.5;
}

.whatsapp-option {
    display: block;
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: #f4f5f7;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s ease, transform 0.2s ease;
}

.whatsapp-option:hover {
    background: #ebedf0;
    transform: translateX(2px);
    color: #111;
}

.whatsapp-option:last-child {
    margin-bottom: 0;
}

.whatsapp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.whatsapp-close:hover {
    background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 767px) {
    .whatsapp-widget {
        right: 14px;
        bottom: 14px;
    }

    .whatsapp-popup {
        width: 280px;
        right: 0;
        bottom: 76px;
    }

    .whatsapp-float {
        width: 56px;
        height: 56px;
    }

    .whatsapp-float img {
        width: 28px;
        height: 28px;
    }
}
.ready-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px; /* spațiu între puncte și text */
}

.ready-text {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.ready-dot {
    width: 14px;
    height: 14px;
    background: #1e1b20; /* culoare punct */
    border-radius: 50%;
    flex-shrink: 0;
}
.leader-expand {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, margin-top 0.45s ease;
}

.leader-expand.open {
    max-height: 500px;
    margin-top: 25px;
}

.leader-expand-inner {
    background: rgba(246, 146, 30, 1);
    padding: 28px 30px;
    border-radius: 18px;
    text-align: center;
    color: #fff!important;

    opacity: 0;
    transform: translateX(0);
}

/* când e activ */
.leader-expand.open .leader-expand-inner {
    animation-duration: 0.45s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

/* slide din stânga */
.leader-expand.animate-left .leader-expand-inner {
    animation-name: leaderSlideLeft;
}

/* slide din centru */
.leader-expand.animate-center .leader-expand-inner {
    animation-name: leaderSlideCenter;
}

/* slide din dreapta */
.leader-expand.animate-right .leader-expand-inner {
    animation-name: leaderSlideRight;
}

@keyframes leaderSlideLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes leaderSlideCenter {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes leaderSlideRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#leaderExpandTitle {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

#leaderExpandRole {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#leaderExpandText {
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    .leader-expand.open {
        max-height: 700px;
    }

    .leader-expand-inner {
        padding: 22px 18px;
    }

    #leaderExpandTitle {
        font-size: 22px;
    }

    #leaderExpandRole,
    #leaderExpandText {
        font-size: 15px;
    }
}