body {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #121417;
}
nav {
    border-bottom: 1px solid #E5E8EB;
}
nav img{
    border-radius: 100%;
}
nav .navbar-brand {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.nav-link {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}
.btn-primary {
    background-color: #4799EB !important;
    border-color: #4799EB !important;
    border-radius: 12px !important;
    color: #121417 !important;
}
.btn-primary:hover {
    background-color: #4a8cce !important;
    border-color: #4a8cce !important;
    border-radius: 12px !important;
    color: #121417 !important;
}
.btn-secondary {
    background-color: #F0F2F5 !important;
    border-color: #F0F2F5 !important;
    border-radius: 12px !important;
    color: #121417 !important;
}
.btn-secondary:hover {
    background-color: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
    border-radius: 12px !important;
    color: #121417 !important;
}
.hero-bg {
    background: 
        linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1)),
        url('img/bg.jpg') no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.hero-bg .hero-h1 {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    font-weight: bolder;
    margin-top: 228px;
    letter-spacing: -2px;
    text-align: center;
}
.hero-bg .hero-p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.hero-bg .hero-btn {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 52px;
}

.services-section {
    margin-top: 40px;
}
.services-section .service-card{
    padding: 16px;
    border: 1px solid #DBE0E5;
    border-radius: 8px;
}


.pricing-section {
    margin-top: 40px;
}
.pricing-section .pricing-card{
    padding: 24px;
    border: 1px solid  #DBE0E5;
    border-radius: 12px;
}
.pricing-section .pricing-card h3{
    font-size: 16px;
}
.pricing-section .pricing-card .price{
    font-size: 36px;
}
.pricing-section .pricing-card .price span{
    font-size: 16px;
}
.pricing-section .pricing-card .pricing-features{
    margin-top: 16px;
}

.testimonials-section {
    margin-top: 40px;
}
.testimonials-section .testimonial-card .testimonial-image img{
    border-radius: 12px !important;
}
.testimonials-section .testimonial-card h5{
    font-size: 16px;
}
.testimonials-section .testimonial-card p{
    font-size: 14px;
    color: #637587;
}

.professionals-section {
    margin: 40px;
}

.cta-section {
    margin-top: 80px;
}
.cta-section h2{
    font-size: 36px;
    margin-bottom: 32px;
}

footer {
    margin-top: 140px;
    margin-bottom: 40px;
}
footer a{
    color: #637587;
    font-size: 16px;
}
footer p{
    color: #637587;
    font-size: 16px;
}


.signup {
    margin-top: 80px;
}
.signup h1{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
}
.signup h2{
    margin-bottom: 8px;
    font-size: 16px;
}
.signup p{
    font-size: 14px;
    color: #617D8A;
}
.signup input{
    margin-bottom: 12px;
    font-size: 16px;
    color: #617D8A;
    line-height: 26px;
    border-radius: 12px;
    background-color: #F0F2F5;
    padding: 16px;
}

.account {
    margin-top: 40px;
}
.account h1{
    font-size: 32px;
    font-weight: bold;
}
.account h2{
    margin-bottom: 8px;
    font-size: 16px;
}
.account h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.account p{
    font-size: 16px;
    color: #617D8A;
    margin: 0;
}
.account input{
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    border-radius: 12px;
    background-color: #F0F2F5;
    padding: 12px;
}
.account .user_photo img{
    border-radius: 100%;
}
.account .verif{
    align-items: center;
}


.photo {
    margin: 40px;
}
.photo h1{
    font-size: 32px;
    font-weight: bold;
}
.photo h2{
    font-size: 22px;
    font-weight: bold;
}
.photo p{
    font-size: 16px;
}
.photo img{
    border-radius: 12px;
}


.upload {
    margin-top: 40px;
}
.upload h1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}
.upload h2{
    font-size: 18px;
    font-weight: bold;
}
.upload label{
    font-size: 16px;
    margin-left: 12px;
}
.upload .upload_wrap {
    border: 2px dashed #D1DEE8;
    border-radius: 12px;
    padding: 56px;
    text-align: center;
    margin-bottom: 40px;
}
.upload .upload_wrap p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 24px;
}


.contact {
    margin-top: 60px;
}
.contact h1{
    font-size: 32px;
    font-weight: bold;
}
.contact span{
    font-size: 14px;
    color: #4F8596;
}
.contact p{
    margin-top: 16px;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact h2{
    margin-bottom: 8px;
    font-size: 16px;
}

.contact input, textarea{
    margin-bottom: 12px;
    font-size: 16px;
    color: #617D8A;
    line-height: 26px;
    border-radius: 12px;
    padding: 16px;
    width: 100%;
}



.policy {
    margin-top: 40px;
}
.policy h1{
    font-size: 32px;
    font-weight: bold;
}
.policy h2{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.policy h3{
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 16px;
}
.policy p{
    font-size: 16px;
}


.reviews {
    margin-top: 40px;
}
.reviews h1{
    font-size: 32px;
    font-weight: bold;
}
.reviews img{
    border-radius: 100%;
}
.reviews h2{
    font-size: 16px;
    margin-top: 10px
}
.reviews p{
    font-size: 14px;
    color: #4F7396;
}

.stop {
    margin-top: 40px;
}
.stop h1 {
    font-size: 28px;
    font-weight: bold;
}