@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/Helvetica-Neue-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/Helvetica-Neue-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/Helvetica-Neue-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/Gill-Sans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gill Sans Medium';
    src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
.main-header .log-div {
    width: 40%;
}

.main-header .log-div .c-logo {
    width: 35%;
    margin-top: 20px;
}
.banner-image img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}
.main-header .container-fluid {
    padding: 0 100px;
}

.main-header {
    background-color: #333332;
    padding: 60px 0;
}

.main-header a.nav-link {
    font-size: 22px;
    color: #fff !important;
    font-family: 'Helvetica Neue Medium';
    text-transform: uppercase;
    padding: 0;
    line-height: 22px;
}

.main-header li.nav-item {
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.main-header li.nav-item:last-child {
    border: 0;
    padding-right: 0;
}
.top-bar-nav {
    margin-bottom: 40px;
}

.main-header .top-bar-nav a.nav-link {
    text-transform: capitalize;
}

.main-header .top-bar-nav  .nav-item:nth-child(3) {
    border: 0;
}

.top-bar .navbar-nav {
    justify-content: end;
}

a.boton-elegante {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Gill Sans';
    background-color: #ED6C00;
    padding: 17px 42px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid transparent;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

a.boton-elegante:hover {
    background-color: transparent;
    color: #ED6C00;
    border-color: #ED6C00;
}

a:hover {
    color: #ED6C00;
}

.main-header a.nav-link:hover {
    color: #FEC300 !important;
}
li#booknowbtn {
    margin-left: 40px;
}

/* Banner Section */
.banner-sec {
    padding-left: 110px;
    background-color: #333332;
    padding-top: 20px;
    padding-bottom: 80px;
}

section.banner-sec .row {
    align-items: center;
}

.content-box h1 {
    font-size: 56px;
    font-weight: 700;
    font-family: 'Helvetica Neue Bold';
    color: #fff;
    line-height: 78px;
    text-align: center;
}
.banner-content {padding: 0 50px;}

.banner-sec img {
    width: 100%;
}

.banner-sec .col-md-8 {
    padding: 0;
}
.separator-sec {
    background-color: #333332;
    padding: 0 100px;
}

.separator-sec img {
    width: 100%;
}

/* About Sec */
.main-content {
    background: #333332;
}

p {
    color: #fff;
}

.container {
    max-width: 1490px;
}

.about-sec {
    padding: 120px 0;
}

.about-sec img {
    width: 100%;
}

.about-sec .row {
    align-items: center;
}

.content-box p {
    font-family: 'Gill Sans';
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.about-sec p {
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 30px;
}

.about-image {
    padding-left: 60px;
}

.about-content {
    padding-right: 60px;
}

/* Join Sec */
.container-fluid {
    padding: 0 100px;
}

.join-content {
    background-color: #FFC300;
    padding: 62px 117px;
    border-radius: 32px;
}

.join-content .content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join-content  a.boton-elegante {
    /* background-color: #ED6C00; */
    font-family: 'Helvetica Neue Bold';
    font-size: 32px;
    border-radius: 14px;
}
.join-content h2 {
    line-height: 62px;
    font-size: 46px;
    color: #000;
    font-family: 'Helvetica Neue Medium';
    font-weight: 500;
}

/* Reviews Sec */

.review-sec {
    background-color: #fff;
    padding-top: 225px;
    padding-bottom: 100px;
    margin-top: -126px;
}

.review-sec * {
    color: #000 !important;
}

.join-sec {position: relative;z-index: 999;}

.review-content {
    position: relative;
    padding: 42px;
}

.review-content img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.review-sec .col-md-4:last-child  .review-content {
    padding-right: 0;
}

.review-sec .col-md-4:first-child .review-content {
    padding-left: 0;
}

.review-image {
    margin-bottom: 35px;
}

.review-content h3 {
    font-size: 40px;
    font-weight: 500 !important;
    font-family: 'Gill Sans Medium';
}

.review-content strong {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Gill Sans Medium';
}

.review-content p {
    font-family: 'Gill Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    width: 70%;
}

/* Register Section */
.register-sec {
    text-align: center;
    background-color: #B5D18E;
    padding: 28px 0;
    position: relative;
}

.register-sec img {
    position: absolute;
    right: 0;
    top: 0;
    height: 164px;
    object-fit: contain;
    width: 138px;
}


.register-content {
    position: relative;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-sec h2 {
    font-size: 40px;
    font-family: 'Gill Sans';
    color: #000;
}

.register-sec h2 a {
    font-family: 'Helvetica Neue Bold';
    text-decoration: underline;
    color: #000;
    text-transform: uppercase;
}

.register-sec h2 a:hover {
    color: #ed6c00;
}
.packages-sec {
    padding: 120px 0;
}

.packages-sec .package-content {
    border: 12px solid #FFC300;
    background-color: #fff;
    padding: 68px 110px;
    margin: 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 800px;
    justify-content: space-between;
}

.packages-sec .package-content span {
    font-size: 36px;
    font-family: 'Gill Sans';
    color: #000;
    display: inline-block;
    background-color: #FFC300;
    border-radius: 14px;
    padding: 18px 44px;
}

.pkg-header h3 {
    font-size: 36px;
    font-family: 'Gill Sans';
    color: #000;
    margin-bottom: 20px;
}

.pkg-header h2 {
    color: #000000;
    font-family: 'Helvetica Neue Bold';
    font-size: 64px;
}

.packages-sec .package-content .pkg-header h2 span {
    font-size: 24px !important;
    background-color: transparent !important;
    padding: 0 !important;
    display: block !important;
    font-family: 'Helvetica Neue Bold';
}

.pkg-body li {
    list-style-type: none;
    color: #000000;
    font-size: 34px;
    font-family: 'Gill Sans';
}

.pkg-footer a {
    color: #000000;
    font-size: 32px;
    font-family: 'Gill Sans';
    border: 1px solid #000;
    padding: 30px 35px;
    display: inline-block !important;
}


.packages-sec .col-md-6:first-child .package-content {
    margin-left: 0;
}

.packages-sec .col-md-6:last-child .package-content {
    margin-right: 0;
}

.pkg-footer a:hover {
    background-color: #ed6c00;
    color: #fff;
    border-color: #ed6c00;
}

/* Footer Section */

.main-footer {
    background-color: #B6D18E;
    padding-top: 80px;
    padding-bottom: 60px;
}

ul {
    list-style: none;
}

.main-footer a {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
} 
.main-footer a:hover {
    color: #ed6c00;
}

.contact-list i {
    font-size: 14px;
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.contact-list a {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.contact-list li {
    margin-bottom: 20px;
}

ul.footer-list li {padding-bottom: 10px;text-align: center;list-style-type: none;}

ul.footer-list {
    padding-left: 0;
    list-style-type: disc;
    color: #fff;
}
.footer-content p {
    width: 100%;
}

.footer-content .review-content {
    background-color: #fff;
}

.footer-content .review-content p {
    color: #606060;
    font-size: 20px;
    font-family: 'Gill Sans';
}

.review-box {
    position: relative;
}

.footer-content .review-icon {
    position: absolute;
    left: -60px;
    bottom: 30px;
}

.footer-bottom {
    padding-top: 70px;
}

ul.social-list {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-list li {
    margin-right: 30px;
}

.footer-bottom-content img {
    height: 40px;
    width: 100%;
    object-fit: contain;
    object-position: right;
}


.services-hero {position: relative;margin-bottom: 70px;}

.services-hero img {
    width: 100%;
}

.services-hero .services-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 70px 200px;
}

.services-hero .services-content h1 {
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Abril Fatface", serif;
    width: 70%;
}

span.coloryellow {
    color: #FED800;
}

section.services-list {
    padding: 80px 0;
    padding-bottom: 0;
}

.services-list li a {
    font-size: 26px;
    font-family: 'Gill Sans';
    color: #ffff;
    font-weight: 400 !important;
}

.services-list ul {
    padding: 0;
}

.services-list li a:hover {
    color: #fed800;
}

.services-list ul li {
    list-style-type: disc;
    color: #E23811;
    margin-bottom: 18px;
}


section.services-list .row {
    margin-bottom: 80px;
}
section.phq-slick-section {
    background-color: #B5D18E;
    margin-top: 80px;
}

.phq-slick-section .phq-slick-slider {
    background-color: #FED800;
    padding: 100px;
    margin-right: 100px;
    padding-left: 0;
}
form.phq9-table-form {
    padding-left: 100px;
}
.phq-slick-section .phq-slick-slider .slick-list {
    background-color: #fff;
    padding: 100px;
    border-radius: 0 50px 50px 0px;
    padding-right: 0 !important;
    padding-left: 0;
}
.heading-box {
    background-color: #fed800;
    margin-right: 100px;
    padding: 100px;
    padding-bottom: 0;
}

.heading-box h4 {
    margin: 0;
    font-size: 40px;
    line-height: 60px;
    font-family: 'Gill Sans';
    color: #333332;
}

.phq9-table-form h2 {
    color: #888383;
    font-size: 40px;
    font-family: 'Gill Sans';
    font-weight: 700;
    margin-bottom: 50px;
}

.phq9-table-form span.phq-type {
    font-size: 22px;
    font-family: 'Gill Sans Medium';
    color: #888383;
    font-weight: 500 !important;
}
form.phq9-table-form th {
    font-size: 30px;
    color: #333332;
    font-family: 'Gill Sans';
    font-weight: 400;
    line-height: 46px;
    padding: 50px 0;
    border-bottom: 3px solid #707070;
    text-align: center;
}
table.phq-table tr td:first-child, table.phq-table thead th:first-child {border-right: 3px solid #707070;text-align: left;padding-right: 50px;}

table.phq-table td {
    font-size: 22px;
    font-family: 'Gill Sans';
    color: #333332;
    padding: 15px 0;
    text-align:center;
    font-weight: 400 !important;
}


button.phq-submit {float: right;background-color: #FFC300;color: #707070;font-family: 'Gill Sans Medium';font-size: 18px;padding: 20px 40px;border: 0;border-radius: 8px;position: relative;right: 100px;bottom: -30px;}

button.phq-submit:hover {
    background-color: #b5d18e;
}

.phq-slick-slider button.slick-arrow {
    position: absolute !important;
    right: -85px !important;
    background-color: #fff;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    left: inherit !important;
}

.phq-slick-slider ul.slick-dots {
    display: none;
}

.phq-slick-slider button.slick-arrow.slick-prev {
    right: 13px !important;
}

.phq-slick-slider button.slick-arrow::before {
    color: #000;
}
table.phq-table td input[type="radio"] {
    accent-color: #fed800;
    height: 15px;
    width: 15px;
}
.phq-slick-slider button.slick-arrow.slick-prev::before {
    content: url(../images/left-arrow.svg);
    color: #000;
    font-family: 'Font Awesome 5 Free';
    opacity: 1;
    height: 24px !important;
    width: 30px !important;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.phq-slick-slider button.slick-arrow.slick-next::before {
    content: url(../images/right-arrow.svg);
    height: 24px !important;
    width: 30px !important;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: end;
}
.box-sec {
    padding: 100px 0;
    padding-bottom: 30px;
}

.box-sec .box-content {padding: 25px;}

.box-sec .box-content p {
    color: #fff;
    font-family: 'Helvetica Neue Medium';
    font-size: 28px;
    line-height: 38px;
}

.box-sec .col-md-4 {
    margin-bottom: 80px;
}

.box-sec .box-content .content-box {
    padding: 50px;
    min-height: 500px;
}

.bg-red {
    background-color: #E23811;
}
.bg-green {
    background-color: #B6D18E;
}
.bg-yellow {
    background-color: #FDD800;
}
.bg-orange {
    background-color: #E56800;
}   

section.list-icon-sec {
    padding-bottom: 70px;
}

section.list-icon-sec .list-icon-content {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

section.list-icon-sec .list-icon-content .image-box {
    background-color: #FDD800;
    height: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section.list-icon-sec .list-icon-content .image-box img {
    width: 60px;
    height: 75px;
    object-fit: contain;
}

section.list-icon-sec .list-icon-content .content-box {
    width: 60%;
    margin-left: 5%;
}
section.list-icon-sec .list-icon-content .content-box p {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Gill Sans Medium';
}

/* Therapist Form Styles */
.therapist-section {
    background: #333332;
    padding: 60px 0;
}
.therapist-container {
    margin: 0 auto;
    background: #F4F0F0;
    border-radius: 0;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    padding: 60px;
    width: 1200px;
}
.therapist-header {
    text-align: center;
    margin-bottom: 95px;
}
.therapist-header h2 {
    font-size: 50px;
    color: #fff;
    font-family: 'Gill Sans';
    margin-bottom: 0;
}
.therapist-search-form {
    width: 100%;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #70707020;
    border-radius: 0;
    font-size: 20px;
    font-family: 'Gill Sans Medium';
    color: #707070;
    background: #fafafa;
    transition: border-color 0.2s;
}
.form-control:focus {
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #FFC300;
    outline: none;
}
.gender-group {
    display: flex;
    gap: 10px;
}
.gender-btn {
    border: 0;
    background: #E8E7E7;
    color: #707070;
    padding: 8px 24px;
    border-radius: 0;
    cursor: pointer;
    font-size: 24px;
    font-family: 'Gill Sans Medium';
    transition: background 0.2s, border-color 0.2s;
    border: 1px solid transparent;
}
.gender-btn.active, .gender-btn:active {
    background: #FFC300;
    border-color: #EE6C00;
    color: #fff;
}
.wheelchair-group {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 8px;
    margin-bottom: 35px;
}
.search-btn {
    background: #B5D18E;
    color: #707070;
    border: none;
    border-radius: 8px;
    padding: 12px 36px;
    font-size: 24px;
    font-family: 'Gill Sans Medium';
    cursor: pointer;
    transition: background 0.2s;
}
.search-btn:hover {
    background: #FFC300;
    color: #333;
}
.form-group label {
    color: #707070;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Gill Sans Medium';
    margin-bottom: 20px;
}

.wheelchair-group label {
    margin: 0;
    font-size: 18px;
}

.form-group.text-right {
    text-align: right;
    margin-top: 40px;
}
.therapist-main .separator-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Therapist Listing Section Styles */
.therapist-listing-section {
    background: #333332;
    padding-bottom: 100px;
}
.therapist-header h2 {
    font-size: 50px;
    color: #fff;
    font-family: 'Gill Sans';
    margin-bottom: 40px;
}
.therapist-card {
    background: #fff;
    border-radius: 0;
    padding: 50px 110px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.therapist-img {text-align: center;width: 80%;margin: 50px auto;}
.therapist-img img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    object-fit: cover;
}
.therapist-info {
    flex: 1;
}
.therapist-info .therapist-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.therapist-info .therapist-badge {
    background: #B5D18E;
    color: #fff;
    padding: 4px 16px;
    border-radius: 8px;
    font-size: 14px;
}
.therapist-info h3 {
    font-size: 32px;
    color: #707070;
    font-family: 'Gill Sans Medium';
}
.therapist-info .therapist-location {
    color: #707070;
    font-size: 24px;
    font-family: 'Gill Sans';
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.therapist-info .therapist-bio {
    font-size: 22px;
    color: #707070 !important;
    font-family: 'Gill Sans Medium';
    font-weight: 500;
    margin-bottom: 20px;
}
.therapist-info .therapist-languages {
    font-size: 18px;
    color: #707070 !important;
    font-family: 'Gill Sans Medium';
    font-weight: 500;
    margin-bottom: 30px;
}
.therapist-info .therapist-fee {
    font-size: 40px;
    color: #B5D18E;
    font-family: 'Gill Sans Medium';
}
.therapist-info .therapist-modes {display: flex;}
.therapist-info .therapist-modes button {
    border: none;
    padding: 8px 24px;
    border-radius: 8px 0px 0 8px !important;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    background-color: #fff6d9 !important;
    color: #707070 !important;
    position: relative;
}
.therapist-info .therapist-modes button.video {
    border-radius: 0 !important;
}
.therapist-info .therapist-modes button.telephone {
    border-radius: 0 8px 8px 0px !important;
    color: #fff;
}
.therapist-info .therapist-modes button:last-child {
    margin-right: 0;
}
.therapist-card .therapist-rating-div {
    background-color: #fff6d9 !important;
    padding: 10px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.therapist-card span.therapist-rating {
    padding: 0;
    font-size: 18px;
    font-family: 'Helvetica Neue Medium';
}

span.therapist-views img {
    background-color: #B5D18E;
    height: 34px;
    width: 34px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

span.therapist-views {
    color: #707070;
    font-family: 'Gill Sans';
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.therapist-card .therapist-rating i {
    color: #FFC300;
    font-size: 16px;
}

.therapist-card .therapist-rating i:first-child {
    margin-left: 10px;
}

.therapist-card .therapist-rating-div:before {
    content: "|";
    position: absolute;
    right: 45%;
    margin: 0 auto;
}
.therapist-contact {
    text-align: center;
}

a.cntct-btn {
    background-color: #FFC300;
    border-radius: 8px;
    color: #707070;
    font-size: 18px;
    font-family: 'Gill Sans Medium';
    padding: 20px 25px;
    text-transform: uppercase;
    display: inline-block;
}

.therapist-contact-bottom {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.therapist-contact-bottom-item a {
    color: #878889;
    font-size: 25px;
    margin-right: 20px;
}

.therapist-contact-bottom-item p {
    color: #848383;
    font-size: 20px;
    text-align: center;
    font-family: 'Gill Sans';
    line-height: 28px;
    width: 70%;
}

.therapist-contact-bottom-item {display: flex;align-items: center;justify-content: center;}

a.telephone-icon {
    margin: 0;
}
.therapist-card .col-md-4 {
    border-right: 3px solid #707070;
}

.therapist-info {
    padding-left: 60px;
}

.therapist-profession {
    font-family: 'Gill Sans';
    font-weight: 400;
    color: #707070;
    font-size: 24px;
    opacity: 70%;
}

.therapist-info .therapist-location i {
    color: #FFC300;
    background-color: #fff6d9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

.therapist-bio p {
    font-size: 18px;
    color: #606060 !important;
    font-family: 'Gill Sans';
    line-height: 30px;
    margin-top: 15px;
}

.therapist-info .therapist-languages strong {
    display: block;
    font-size: 22px;
}

.therapist-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.therapist-info .therapist-fee strong {
    display: block;
    font-size: 22px;
    color: #707070;
}

.therapist-info strong {
    font-weight: 500 !important;
}

.therapist-info .therapist-modes button::before {
    content: "|";
    position: absolute;
    right: 0;
    top: 6px;
}

.therapist-info .therapist-modes button:last-child::before {
    display: none;
}

/* BLOG PAGE STYLES */
.blog-content-section {
    background: #333332;
    padding: 80px 0 100px 0;
}
.blog-list {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.blog-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(51,51,50,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s;
}
.blog-card:hover {
    box-shadow: 0 8px 32px rgba(237,108,0,0.13);
}
.blog-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    border-bottom: 4px solid #B5D18E;
}
.blog-card-body {
    padding: 32px 28px 28px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-card-title {
    font-family: 'Abril Fatface', serif;
    font-size: 28px;
    color: #333332;
    margin-bottom: 16px;
    line-height: 1.2;
}
.blog-card-excerpt {
    font-family: 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #707070;
    font-size: 19px;
    margin-bottom: 30px;
    flex: 1;
}
.blog-card-link {
    font-family: 'Gill Sans Medium';
    color: #fff;
    background: #ED6C00;
    padding: 12px 34px;
    border-radius: 50px;
    font-size: 18px;
    align-self: flex-start;
    transition: background 0.2s;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(237,108,0,0.06);
}
.blog-card-link:hover {
    background: #B5D18E;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 992px) {
    .blog-list { gap: 24px; }
    .blog-card-img { height: 180px; }
    .blog-card-body { padding: 22px 14px 18px 14px; }
}
@media (max-width: 768px) {
    .blog-list { flex-direction: column; gap: 32px; }
    .blog-card { max-width: 90vw; margin: 0 auto; }
}

/* FAQ PAGE STYLES */

.faq-banner-img {
    width: 100%;
}
.faq-content-section {
    padding: 100px;
    background-color: #333;
}
.faq-container {background-color: #fff;padding: 80px;}
.faq-title {
    font-size: 42px;
    color: #454644;
    font-family: Abril Fatface;
    margin-bottom: 30px;
}
.faq-list {
    font-family: 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    color: #fff;
}
.faq-item {
    margin-bottom: 36px;
}
.faq-item h2 {
    font-size: 28px;
    color: #454644;
    font-family: 'Gill Sans Medium';
    margin-bottom: 25px;
}
.faq-answer {
    color: #454644;
    font-size: 22px;
    font-family: 'Gill Sans';
}


a.ContactMe {
    text-align: center;
    font-family: 'Gill Sans';
    color: #707070;
    font-size: 18px;
}

/* PROMOTE BUSINESS PAGE STYLES */
.promote-main {
    background: #333332;
    min-height: 100vh;
    padding-bottom: 80px;
}

.promote-hero {
    text-align: center;
    margin-bottom: 32px;
}
.promote-title {
    color: #fff;
    font-size: 38px;
    font-family: 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.promote-title strong {
    font-family: 'Gill Sans Bold', 'Helvetica Neue', Arial, sans-serif;
}
.promote-form-section {padding-top: 100px;}

.promote-form {
    width: 100%;
}
.promote-form-row {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
    justify-content: space-between;
}
.promote-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.promote-form-group label {
    font-size: 22px;
    color: #707070;
    font-family: 'Gill Sans Medium';
    margin-bottom: 8px;
}
.promote-form-group input,
.promote-form-group select {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    font-size: 20px;
    font-family: 'Gill Sans';
    background: #fff;
    color: #454644;
    margin-bottom: 0;
    outline: none;
    transition: border 0.2s;
    color: #70707070 !important;
    width: 100%;
}
.promote-form-group input:focus,
.promote-form-group select:focus {
    border-color: #ED6C00;
}
.promote-password-input {
    position: relative;
    display: flex;
    align-items: center;
}
.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #B5D18E;
    cursor: pointer;
    font-size: 18px;
}
.promote-form-checkbox-row {
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #454644;
    font-family: 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
}
.promote-form-checkbox-row label {
    margin-bottom: 0;
    color: #707070;
    font-size: 18px;
    font-family: 'Gill Sans';
}
.promote-form-checkbox-row a {
    color: #1a73e8;
    text-decoration: underline;
}
.promote-form-btn-row {
    justify-content: flex-end;
    margin-bottom: 8px;
}
.promote-btn {
    background: #B5D18E;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    font-family: 'Gill Sans Medium', 'Helvetica Neue', Arial, sans-serif;
    padding: 10px 48px;
    cursor: pointer;
    transition: background 0.2s;
}
.promote-btn:disabled {
    background: #e0e0e0;
    color: #b0b0b0;
    cursor: not-allowed;
}
.promote-form-note-row {
    margin-top: 20px;
}
.promote-note {
    background: #fff;
    border-radius: 0;
    padding: 18px 24px;
    font-size: 24px;
    color: #707070;
    font-family: 'Gill Sans', 'Helvetica Neue', Arial, sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    width: 100%;
}
.promote-note strong {
    font-family: 'Gill Sans Bold', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
}
.promote-form-section .therapist-header {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 60px;
}


.promote-form-section-card {
    background: #F4F0F0;
    border-radius: 0;
    padding: 60px;
    width: 100%;
    margin-bottom: 40px;
}

.promote-section-title {
    font-size: 32px;
    font-family: 'Gill Sans Medium';
    font-weight: 700 !important;
    margin-bottom: 40px;
}

.promote-days-group input[type="checkbox"] {
    height: 70px;
    width: 64px;
    border-radius: 0 !important;
    position: absolute;
    z-index: 2;
}

label.promote-day {
    height: 70px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.promote-days-group {
    justify-content: end;
    gap: 15px !important;
}

label.promote-radio {
    font-size: 20px;
    color: #ED6C00;
    accent-color: #ED6C00;
    font-family: 'Gill Sans Medium';
}

.promote-covid-info div {
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    font-family: 'Gill Sans Medium';
    width: 60%;
    opacity: 60%;
}

.promote-covid-info {
    margin-bottom: 60px;
    margin-top: 60px;
}

.promote-confirm-card {
    background-color: #B6D18E;
}

.promote-signature-upload {
    width: 49%;
    position: relative;
}

.promote-signature-upload button.promote-btn {
    position: absolute;
    right: 10px;
    background-color: #FFC300;
    border: 1px solid #EE6C00;
    border-radius: 0;
    top: 10px;
    padding: 10px 20px;
}
.promote-agreement-card {
    background: #F4F0F0;
    margin: 60px auto 0 auto;
    padding: 60px;
}
.promote-agreement-title {
    font-family: 'Gill Sans Medium';
    font-size: 32px;
    color: #333332;
    margin-bottom: 40px;
    font-weight: 700;
}
.promote-agreement-text {
    font-size: 20px;
    color: #707070 !important;
    font-family: 'Gill Sans Medium';
    line-height: 32px;
}
.promote-agreement-text p {
    margin-bottom: 16px;
}
.promote-agreement-text p {
    color: #707070;
    margin-bottom: 40px;
}
.portal-main-bg {
    background: #333332;
    min-height: 100vh;
    padding-bottom: 80px;
}
.portal-header-row {padding-top: 120px;padding-bottom: 100px;}
.portal-title {
    color: #fff;
    font-family: 'Gill Sans';
    font-size: 74px;
    font-weight: 400;
    margin-bottom: 10px;
}
.portal-title-bold {
    font-family: 'Gill Sans Medium';
    font-weight: 700;
    color: #fff;
}
.portal-subtitle {
    color: #fff;
    font-size: 40px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    font-family: 'Gill Sans Medium';
}
.portal-stats-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
    margin-left: auto;
}
.portal-stats-label {
    color: #707070;
    font-size: 36px;
    font-family: 'Gill Sans Medium';
    margin-bottom: 8px;
    line-height: 1.2;
}
.portal-stats-sub {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Gill Sans';
}
.portal-stats-value {
    color: #fff;
    font-size: 140px;
    font-family: 'Gill Sans';
    font-weight: 700;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: -50px;
}
.portal-stats-small {
    color: #fff;
    font-size: 28px;
    font-family: 'Gill Sans Medium';
    margin-top: -6px;
}
.portal-stats-btn {
    background: #fff;
    color: #AFC77A;
    border: none;
    border-radius: 0;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
    padding: 18px;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.2s;
}
.portal-stats-btn:hover {
    background: #ED6C00;
    color: #fff;
}
.portal-table-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.portal-table-card {
    background: #F4F0F0;
    border-radius: 0;
    padding: 50px;
}
.portal-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 18px;
}
.portal-table th {
    background: #B5D18E;
    color: #333332;
    font-family: 'Gill Sans Medium';
    font-size: 17px;
    font-weight: 600;
    padding: 14px 10px;
    border: none;
}
.portal-table td {
    font-family: 'Gill Sans';
    font-size: 16px;
    color: #454644;
    padding: 13px 10px;
    background: #fff;
    border-bottom: 2px solid #F4F0F0;
    vertical-align: middle;
}
.portal-notify-btn {
    background: #fff;
    color: #707070;
    border: 1px solid #B5D18E;
    border-radius: 0;
    font-family: 'Gill Sans Medium';
    font-size: 14px;
    padding: 6px 18px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.portal-notify-btn:hover {
    background: #B5D18E;
    color: #fff;
}
.portal-notify-active {
    background: #B5D18E;
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 14px;
    padding: 7px 20px;
    border-radius: 0;
    display: inline-block;
}
.portal-notify-active i {
    margin-right: 6px;
    color: #fff;
}
.portal-table-actions-row {
    display: flex;
    
}
.portal-table-action {
    width: 50%;
}
.portal-header-row .row {
    align-items: center;
}
.portal-table-action label {
    color: #707070;
    font-family: 'Gill Sans Medium';
    font-size: 32px;
    margin-bottom: 20px;
}
.portal-select {
    font-family: 'Gill Sans';
    font-size: 15px;
    padding: 10px 14px;
    border: 1px solid #B5D18E;
    border-radius: 0;
    background: #fff;
    color: #333332;
    margin-right: 8px;
    width: 55%;
}
.portal-availability-btn {
    background: #B5D18E;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'Gill Sans Medium';
    font-size: 15px;
    padding: 10px 24px;
    margin-left: 10px;
    cursor: pointer;
    transition: background 0.2s;
}
.portal-availability-btn:hover {
    background: #ED6C00;
}
.portal-bid-input {
    font-family: 'Gill Sans';
    font-size: 15px;
    padding: 10px 14px;
    border: 1px solid #B5D18E;
    border-radius: 0;
    background: #fff;
    color: #333332;
    margin-right: 8px;
    width: 55%;
}
.portal-bid-btn {
    background: #FFC300;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'Gill Sans Medium';
    font-size: 15px;
    padding: 10px 24px;
    cursor: pointer;
    transition: background 0.2s;
}
.portal-bid-btn:hover {
    background: #ED6C00;
}
.portal-dashboard-header {
    text-align: center;
    margin-top: 48px;
}
.portal-approval-banner {
    background: #B5D18E;
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 26px;
    padding: 18px 0;
    border-radius: 6px;
    text-align: center;
    margin: 36px auto 60px auto;
}
.portal-dashboard-layout {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 36px;
}
.portal-sidebar {
    width: 260px;
    margin-right: 36px;
    font-family: 'Gill Sans', Arial, sans-serif;
}
.portal-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #70707033;
}
.portal-sidebar-list li {
    font-size: 24px;
    border-top: 1px solid #70707033;
    font-family: 'Gill Sans';
    letter-spacing: 0.1px;
    opacity: 1;
    padding: 0;
}
.portal-sidebar-list a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: 'Gill Sans';
    opacity: 0.7;
    text-decoration: none;
    padding: 12px 0 12px 0;
    width: 100%;
    transition: color 0.2s, opacity 0.2s, text-decoration 0.2s;
}
.portal-sidebar-list a:hover, .portal-sidebar-list a:focus {
    color: #B5D18E;
    opacity: 1;
    text-decoration: underline;
}
.portal-sidebar-section {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 40px;
    margin-top: 44px;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    font-weight: 700 !important;
}
.portal-profile-photo-section {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 30px;
    align-items: center;
}
.portal-avatar {
    width: 220px;
    height: 220px;
    background: #25809E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portal-avatar-initial {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-weight: 700;
    line-height: 1;
}
.portal-photo-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.portal-photo-label {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
    margin-bottom: 4px;
    opacity: 70%;
}
.portal-photo-date {
    color: #fff;
    font-family: 'Gill Sans';
    font-size: 24px;
    margin-bottom: 10px;
    opacity: 70%;
}
.portal-photo-upload-btn {
    background: #B5D18E;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'Gill Sans Medium';
    font-size: 16px;
    padding: 12px 32px;
    cursor: pointer;
    transition: background 0.2s;
}
.portal-photo-upload-btn:hover {
    background: #ED6C00;
}
.portal-sidebar-list li:first-child {
    border-top: 0;
}

.portal-sidebar-list li:last-child {
    border-bottom: 0 !important;
}


.portal-summary-card {
    background: #F4F0F0;
    padding: 60px;
}
.portal-summary-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.portal-summary-profile {
    border: 1px solid #70707020;
    background-color: #fff;
    width: 80%;
}
.portal-summary-profile-input {
    background: #fff;
    border: none;
    border-radius: 0;
    font-size: 24px;
    color: #707070;
    padding: 15px 30px;
    margin-bottom: 0;
    width: 100%;
    outline: none;
    font-family: 'Gill Sans';
}
.portal-summary-profile-meta {
    font-size: 24px;
    color: #707070;
    font-family: 'Gill Sans';
    margin-top: 0;
}
.portal-summary-avatar-wrap {
    margin-left: 40px;
}
.portal-summary-avatar {
    position: relative;
}
.portal-avatar-badge {
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 70px;
    height: 70px;
    background: #B6D18E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #f4f0f0;
}
.portal-summary-menu {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.portal-summary-menu-item {
    /* display: flex; */
    align-items: flex-start;
    gap: 18px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 30px;
    color: #333332;
    font-family: 'Gill Sans Medium';
    font-size: 22px;
    text-decoration: none;
    transition: background 0.2s, border 0.2s;
}
.portal-summary-menu-item.green {
    background: #EAF5DF;
    border-color: #B5D18E;
}
.portal-summary-menu-item .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #B5D18E;
    color: #fff;
    font-family: 'Gill Sans Medium';
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
}
.portal-summary-menu .menu-main {
    font-size: 24px;
    font-family: 'Gill Sans Medium';
    color: #707070;
    position: relative;
    top: -10px;
}
.portal-summary-menu .menu-desc {
    font-size: 20px;
    color: #707070;
    font-family: 'Gill Sans';
    display: block;
    margin-top: 0;
    margin-left: 65px;
    position: relative;
    top: -15px;
}
.portal-avatar-initial svg {
    width: 220px;
    height: 220px;
    object-fit: contain !important;
}

.portal-criteria-card {
    background: #F4F0F0;
    padding: 60px;
    margin-top: 50px;
}
.portal-criteria-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
}
.portal-criteria-separator img {
    width: 100%;
    height: 4px;
    object-fit: cover;
}
.portal-criteria-title {
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    background: #F4F0F0;
    color: #707070;
    font-family: 'Gill Sans Medium';
    font-size: 18px;
    padding: 0 18px;
    letter-spacing: 0.2px;
}
.portal-criteria-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin-top: 10px;
}
.portal-criteria-table td {
    padding: 10px 0;
    font-size: 30px;
    color: #707070;
    font-family: 'Gill Sans Medium';
    vertical-align: middle;
}
.criteria-check {
    color: #fff;
    font-size: 26px;
    font-family: 'Gill Sans Medium';
    font-weight: 700;
    display: inline-block;
    text-align: center;
    background-color: #B5D18E;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    margin-left: 90px;
}
.criteria-action a {
    color: #707070;
    font-family: 'Gill Sans Medium';
    font-size: 30px;
    text-decoration: underline;
    transition: color 0.2s;
    text-decoration: none;
}
.criteria-action a:hover {
    color: #ED6C00;
}
.criteria-selected {
    color: #707070;
    font-size: 26px;
    font-family: 'Gill Sans';
    margin-left: 2px;
    opacity: 70%;
}
.portal-dashboard-header h1.portal-title {
    font-size: 60px;
    margin-bottom: 60px;
}

td.criteria-action {
    text-align: right;
}
.portal-dashboard-header {
    margin-top: 40px;
    margin-bottom: 0;
    text-align: left;
}
.portal-dashboard-header h1.portal-title {
    font-size: 74px;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Gill Sans';
}
.portal-dashboard-subtitle {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 40px;
    margin-top: 10px;
}
.portal-dashboard-row {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin-bottom: 48px;
}
.portal-stats-card {
    display: flex;
    background: #AFC77A;
    padding: 30px 17px;
    margin-top: 100px;
    width: 90%;
    padding-left: 30px;
}
.portal-stats-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
    border-right: 1px solid #EE6C0F;
    margin-right: 40px;
    position: relative;
}
.portal-stats-label {
    color: #707070;
    font-family: 'Gill Sans Medium';
    font-size: 27px;
}
.portal-stats-meta {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 20px;
}
.portal-stats-value {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 100px;
    margin-bottom: 0;
    font-weight: 700 !important;
    text-align: left;
    margin-top: 30px;
    position: relative;
    left: -18px;
}
.portal-stats-note {
    color: #fff;
    font-size: 20px;
    font-family: 'Gill Sans Medium';
}
.portal-stats-btn {
    background: #fff;
    color: #B5D18E;
    font-family: 'Gill Sans Medium';
    font-size: 16px;
    border: none;
    padding: 15px !important;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: inline-block !important;
    width: auto !important;
    position: absolute;
    right: -30px;
    bottom: -10px;
}
.portal-stats-btn:hover {
    background: #ED6C00;
    color: #fff;
}
.portal-listings-card {
    background: #AFC77A;
    padding: 60px;
    width: 80%;
    margin-left: auto;
    border: 20px solid #AFC77A;
    outline: 2px solid #ffffff;
    height: 600px;
    outline-offset: -20px;
}
.portal-listings-title {
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 54px;
    margin-bottom: 16px;
}
.portal-listings-list {
    list-style: decimal inside;
    color: #fff;
    font-family: 'Gill Sans';
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 18px;
}
.portal-listings-list li {
    margin-bottom: 10px;
    font-size: 34px;
    color: #707070;
    font-family: 'Gill Sans Medium';
    margin-bottom: 40px;
}
.portal-table-card {
    background: #F4F0F0;
    padding: 50px;
    margin-top: 70px;
}
.portal-table-listings {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 24px;
    background-color: #fff;
}
.portal-table-listings th {
    background: #B5D18E;
    color: #464545;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
    padding: 14px 30px;
    text-align: left;
    border-radius: 0;
    font-weight: 700;
}
.portal-table-listings td {
    font-family: 'Gill Sans';
    font-size: 24px;
    color: #464545;
    padding: 16px 30px;
    border-bottom: 1px solid #F4F0F0;
    vertical-align: middle;
}
.portal-table-listings tr:last-child td {
    border-bottom: none;
}
.portal-table-listings td b {
    font-family: 'Gill Sans Medium';
    font-size: 19px;
    color: #333332;
}
.portal-table-notify-btn {
    color: #464545;
    border: none;
    border-radius: 2px;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: transparent;
}
.portal-table-notify-btn.active {
    background: #AFC77A;
    color: #454644;
    border: 1px solid #AFC77A;
    padding: 14px;
}
.portal-table-notify-btn img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.portal-table-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}
.portal-table-action {
    flex: 1 1 290px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 230px;
}
.portal-table-action label {
    font-family: 'Gill Sans Medium';
    font-size: 16px;
    color: #454644;
    margin-bottom: 2px;
}
.portal-table-select {
    width: 70%;
    padding: 10px 18px;
    font-size: 18px;
    font-family: 'Gill Sans';
    border: 1px solid #B5D18E;
    border-radius: 2px;
    background: #fff;
    color: #454644;
    margin-right: 8px;
}
.portal-table-availability-btn {
    background: #B5D18E;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-family: 'Gill Sans Medium';
    font-size: 18px;
    padding: 10px 24px;
    cursor: pointer;
    transition: background 0.2s;
}
.portal-table-availability-btn:hover {
    background: #ED6C00;
}
.portal-table-bid-input {
    width: 70%;
    padding: 10px 18px;
    font-size: 18px;
    font-family: 'Gill Sans';
    border: 1px solid #B5D18E;
    border-radius: 2px;
    background: #fff;
    color: #454644;
    margin-right: 8px;
}
.portal-table-bid-btn {
    background: #FFC300;
    color: #333332;
    border: none;
    border-radius: 2px;
    font-family: 'Gill Sans Medium';
    font-size: 18px;
    padding: 10px 28px;
    cursor: pointer;
    transition: background 0.2s;
    margin-left: 10px;
}
.portal-table-bid-btn:hover {
    background: #ED6C00;
    color: #fff;
}
.portal-criteria .row {
    align-items: flex-end;
}

.portal-stats-block:last-child {
    border: 0;
}

.portal-listings-list li::marker {
    color: #fff;
}

section.portal-criteria {
    padding-top: 110px;
}


.login-main-bg {
    background: #333332;
    min-height: 100vh;
    padding-bottom: 70px;
}
.login-header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.login-title {
    color: #fff;
    font-size: 74px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Gill Sans Medium';
}
.login-card {
    background: #F4F0F0;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.login-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.login-form-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 100%;
}
@media (max-width: 700px) {
    .login-form-row {
        flex-direction: column;
        gap: 0;
    }
    .login-form-group[style] {
        width: 100% !important;
    }
}
.toggle-password {
    position: absolute;
    right: 18px;
    top: 54px;
    cursor: pointer;
    z-index: 2;
}
.toggle-password img {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.login-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
}
.login-label {
    color: #707070;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
    margin-bottom: 15px;
}
.login-input {
    width: 100%;
    padding: 20px 30px;
    border: 1px solid #70707020;
    border-radius: 0;
    background: #fff;
    color: #454644;
    font-size: 20px;
    font-family: 'Gill Sans';
    margin-bottom: 0;
    box-shadow: none;
    outline: none;
    transition: box-shadow 0.2s, border 0.2s;
}
.login-input:focus {
    border: 1.5px solid #ED6C00;
    box-shadow: 0 2px 10px rgba(237,108,0,0.06);
}
.login-forgot {
    color: #ED6C00;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: -50px;
    transition: color 0.2s;
}
.login-forgot:hover {
    color: #FFC300;
}
.login-btn {
    background: #ED6C00;
    color: #fff;
    font-family: 'Gill Sans Medium';
    font-size: 18px;
    border: none;
    border-radius: 0;
    padding: 16px 0;
    margin-top: 60px;
    cursor: pointer;
    transition: background 0.2s;
    width: 20%;
    margin: 0 auto;
    margin-top: 60px;
}
.login-btn:hover {
    background: #FFC300;
    color: #333332;
}
.login-bottom-row {
    text-align: center;
    margin-top: 22px;
    color: #464545;
    font-family: 'Gill Sans';
    font-size: 24px;
}
.login-signup {
    color: #AFC77A;
    font-family: 'Gill Sans Medium';
    font-size: 24px;
    margin-left: 2px;
    text-decoration: none;
    transition: color 0.2s;
}
.login-signup:hover {
    color: #ED6C00;
}
.main-footer .footer-logo {
    margin-bottom: 50px;
}

.main-footer  h5.footer-title {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-family: 'Gill Sans Medium';
    margin-bottom: 20px;
}

.main-footer hr {
    border-color: #f13c13 !important;
    border: 0;
    height: 1px !important;
    background-color: #f13c13 !important;
    border: 0 !important;
    opacity: 1;
}

ul.contact-list {
    padding: 0;
}

.footer-bottom-content a {
    color: #df431b;
    font-size: 20px;
}

.footer-bottom-content h5 {
    font-size: 20px !important;
}



@media (max-width: 900px) {
    .promote-form-container { padding: 32px 10px; }
    .promote-form-row { flex-direction: column; gap: 0; }
    .promote-agreement-card { padding: 24px 8px 24px 8px; }
    .promote-agreement-title { font-size: 22px; }
    .promote-agreement-text { font-size: 15px; }
}


@media screen and (max-width: 1450px) {
   a.navbar-brand img {
    width: 100%;
}

.main-header {
    padding: 40px 0;
}

.main-header .container-fluid {
    padding: 0 60px;
}

.top-bar-nav {margin-bottom: 20px;}

.main-header a.nav-link {
    font-size: 18px;
}

.navbar-brand {
    width: 35%;
}

.main-header li.nav-item {
    padding: 0 15px;
}

a.boton-elegante {
    font-size: 20px;
}

.content-box h1 {
    font-size: 40px;
    line-height: 60px;
}

.container-fluid {
    padding: 0 60px;
}

.banner-sec {
    padding-left: 0;
}

.about-sec p {
    font-size: 26px;
    line-height: 45px;
}

.about-sec img {
    width: 95%;
}

.about-sec {
    padding: 60px 60px;
}

.join-content h2 {
    font-size: 35px;
    line-height: 50px;
}

.join-content a.boton-elegante {
    font-size: 26px;
}

.join-content {
    padding: 50px 100px;
}

.review-content {
    padding-top: 0;
    padding: 0;
}

.review-sec {padding-left: 60px;padding-right: 40px;}

.review-content p {
    width: 80%;
}

.review-content h3 {
    font-size: 35px;
}

.register-sec h2 {
    font-size: 35px;
}

.register-sec img {
    right: 40px;
}

.packages-sec .package-content {
    padding: 50px 90px;
    margin: 0 20px;
}

.packages-sec {
    padding: 100px 60px;
}

.pkg-footer a {
    font-size: 28px;
}

.footer-content .review-content p {
    width: 100%;
    padding: 20px;
}

.main-footer a {
    font-size: 20px;
}

ul.contact-list {
    padding: 0;
}

.main-footer {
    padding: 100px 60px;
    padding-bottom: 40px;
}
    .services-hero .services-content h1 {
    font-size: 45px;
    line-height: 65px;
}

.services-hero .services-content {
    padding: 40px 100px;
}

section.services-list {
    padding: 60px 40px;
    padding-bottom: 0;
}

.services-list ul li {
    margin-bottom: 10px;
}

.services-list li a {
    font-size: 20px;
}

.heading-box h4 {
    font-size: 35px;
    line-height: 50px;
}

form.phq9-table-form {
    padding-left: 50px;
}

form.phq9-table-form th {
    font-size: 24px;
    line-height: 38px;
}

.slick-dots {
    display: none !important;
}

.box-sec {
    padding-top: 60px;
}

.box-sec .box-content .content-box {
    padding: 30px;
}

.box-sec .box-content p {
    font-size: 22px;
    line-height: 32px;
}

.box-sec .col-md-4 {
    margin-bottom: 20px;
}

.box-sec .box-content {
    padding: 15px;
}

section.list-icon-sec .list-icon-content .content-box p {
    font-size: 22px;
    line-height: 32px;
}

section.list-icon-sec .list-icon-content .image-box {
    height: 140px;
    width: 140px;
}

section.list-icon-sec {
    padding: 0 40px;
}
  }