/* General Styles */
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito/static/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito/static/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito/static/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-y: overlay;
    overflow-x: hidden;
}

body {
    font-family: 'Nunito', sans-serif;
    background-color: #f5fffe;
    color: #575757;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

body,
.index-container,
.index-section {
    min-width: 370px;
}

.blankee-strong{
    color:#2AAAA8;
    font-weight: bold;
    font-size: 1.5em;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////// INDEX ////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.index-content {
    min-width: 350px;
    max-width: 1100px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .index-content {
        padding: 0 10px;
    }
}

/*////////////////////////////////////// Header ///////////////////////////////////////////////////*/

.index-header {
    display: flex;
    align-items: center;
    background-color: #f5fffe;
    height: 75px;
    justify-content: center;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    min-width: 370px;
    z-index: 3;
    top: 0;
    left: 0;
}

.index-header.scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.index-header-container {
    display: flex;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 75px;
    justify-content: space-between;
    box-sizing: border-box;
}

.index-header-logo-container {
    height: 45px;
    width: auto;
    vertical-align: middle; 
    padding: 7px;
    box-sizing: border-box;
}

.index-header-logo {
    width: 100%;
    height: 100%;
    display: flex;
}

.index-header-left-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    max-width: 33%;
    flex: 0 0 33%;
}

.index-header-left-content a{
    display: flex;
    font-size: 28px;
    color: #2AAAA8;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
}

.index-header-logo-text {
    position: absolute;
    display: flex;
    height: auto;
}

.index-header-right-content {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-content: center;
    flex: 0 0 66%;
    max-width: 66%;
}

.index-header-right-content .index-header-login {
    display: flex;
    font-size: 20px;
    color: #2aaaa8;
    align-self: center;
    text-decoration: none;
    font-weight: bold;
    gap: 5px;
}

.index-header-right-content .index-header-login span{
    font-size: 17px;
}

.index-header-right-content .index-header-login i{
    display: flex;
    align-items: center;
}

.index-header-right-content .index-header-login:hover {
    color: #228684;
}

.index-header-right-content .index-header-register {
    font-size: 14px;
    color: white;
    margin: auto 0px;
    text-decoration: none;
    border-radius: 25px;
    background-color: #E45F1C;
    padding: 10px 20px;
    margin-left: 20px;
    align-content: center;
    height: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: auto;
}

.index-header-right-content .index-header-register:hover {
    background-color: #c45218;
}

.index-header-placeholder {
    height: 75px;
}

@media (max-width: 600px) {
    .index-header {
        padding: 0px 10px;
    }

    .index-header-login span {
        display: none;
    }

    .index-header-register {
        margin-left: 10px !important;
    }
}

/*////////////////////////////////////// Index Container ///////////////////////////////////////////////////*/

.index-container {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0px auto;
    flex-direction: column;
}

/*////////////////////////////////////// Call to Action Section ///////////////////////////////////////////////////*/

#section-call-to-action {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-call-to-action {
    height: 650px;
    flex-direction: row;
    display: flex;
}

.cta-content-left {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}

.ctat-content-t {
    font-size: 26px;
    color: #676767;
    font-weight: bold;
    margin-top: 5px;
}

.ctat-content-t h2 {
    margin-top: 225px;
}

.ctat-content-m {
    font-size: 20px;
    color: #676767;
    margin-top: 15px;
}

.ctat-content-m strong {
    color: #E45F1C;
}

.ctat-buttons-container {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.ctat-register {
    font-size: 14px;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    background-color: #E45F1C;
    padding: 10px 20px;
    align-content: center;
    height: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: 50px;
    z-index: 2;
}

.ctat-register:hover {
    background-color: #c45218;
}

.ctat-bmac {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.ctat-bmac-logo {
    height: 25px;
    transition: transform 0.2s cubic-bezier(.4,0,.2,1);
}

.ctat-bmac-logo:hover {
    transform: translate(1px, 1px);
}

.cta-content-right {
    display: flex;
    justify-content: center;
    align-items: flex-end; /* optional: also center horizontally */
}

.cta-content-right img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: flex;
    object-fit: contain;
}

#content-call-to-action {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1);
}

#content-call-to-action.visible {
    opacity: 1;
}

@media (max-width: 1000px) {
    #content-call-to-action {
        height: 700px;
    }
    .cta-content-right img {
        width: 80%;
    }
}
@media (max-width: 700px) {
    .cta-content-right img {
        width: 70%;
    }
}
@media (max-width: 580px) {
    .cta-content-right {
        margin-top: 100px;
        align-items: center;
    }
    .cta-content-right img {
        width: 100%;
    }
}

/*////////////////////////////////////// Video Section ///////////////////////////////////////////////////*/

.wavy-top {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    margin-bottom: -1px;
}

#section-video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #59D6D4;
}

#content-video {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video {
    width: 888px;
    height: 500px;
    background: #676767;
}

@media (max-width: 1100px) {
    .video {
        width: 619px;
        height: 348px;
    }
    #content-video {
        height: 548px;
    }
}

@media (max-width: 740px) {
    .video {
        width: 350px;
        height: 195px;
    }
    #content-video {
        height: 350px;
    }
}

/*////////////////////////////////////// Features Section ///////////////////////////////////////////////////*/

#section-features {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%
}

#content-features {
    min-height: 1650px;
}

.feature-section {
    min-height: 625px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.features-title-section {
    min-height: 200px;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 20px;
}

.features-title {
    font-size: 39px;
    font-weight: bold;
    color:#E45F1C;
}

.features-desc {
    margin-top: 25px;
    font-size: 16px;
}

#feature-section-top {
    margin-top: 50px;
    margin-bottom: 25px;
}
#feature-section-bottom {
    margin-top: 50px;
}

.feature {
    min-width: 300px;
    width: 300px;
    height: 625px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    opacity: 0;
    transform: none;
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}

.feature:first-child {
    margin-right: 50px;
}

.feature:last-child {
    margin-left: 50px;
}

.feature-image {
    height: 400px;
    width: 100%;
    border: 4px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
}

.feature-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.feature-text {
    padding: 0 20px;
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
}

.feature-title {
    font-size: 23px;
    color:#2AAAA8;
    font-weight: bold;
}

.feature-desc {
    margin-top: 20px;
    font-size: 16px;
    color:#575757;
}

.feature-desc strong{
    color:#E45F1C;
}

/* Fade-in and directional animations */
.feature.visible {
    opacity: 1;
    transform: none;
}

.feature-1,
.feature-4 {
    transform: translateX(-40px);
}
.feature-2 {
    transform: translateY(-40px);
}
.feature-3,
.feature-6 {
    transform: translateX(40px);
}
.feature-5 {
    transform: translateY(40px);
}

@media (max-width: 1100px) {
    .feature:first-child {
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .feature:last-child {
        margin-left: 0px;
        margin-top: 50px;
    }
    .feature-section {
        flex-direction: column;
    }
}

/*////////////////////////////////////// Mission Section ///////////////////////////////////////////////////*/

#section-mission {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EF9F77;
}

#content-mission {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 500px;
    gap: 80px;
}

.mission-quote {
    flex: 0 0 320px;
    font-size: 39.5px;
    font-weight: bold;
    color: #575757;
    text-align: left;
    padding-right: 30px;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}

.mission-desc {
    flex: 1 1 0;
    font-size: 16px;
    color: #575757;
    text-align: left;
    max-width: 600px;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}

.mission-quote.visible,
.mission-desc.visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 900px) {
    #content-mission {
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
    .mission-quote,
    .mission-desc {
        padding: 0;
        max-width: 100%;
        text-align: center;
    }
    .mission-quote {
        flex: 0 0 0px;
        margin-top: 60px;
    }
    .mission-desc {
        margin-bottom: 70px;
        margin-top: 20px;
    }
}
/*////////////////////////////////////// Call to Action Bottom Section ///////////////////////////////////////////////////*/

#section-call-to-action-bottom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-call-to-action-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ctab-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px; /* space between span and a */
    margin-top: 100px; /* Ensures image is directly below the title */
    font-size: 45px;
    text-align: center;
    opacity: 0;
    transform: translateY(-40px);
    transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}

.ctab-title.visible {
    opacity: 1;
    transform: none;
}

.ctab-title span{
    margin-bottom: 20px;
}

.ctab-image-container {
    display: flex;
    max-height: 390px;
    width: 100%;
    overflow-y: visible;
    justify-content: center;
}

.ctab-image {
    margin-top: 30px;
    z-index: 2;
    width: 700px;
    height: auto;
}

.ctab-image img {
    max-width:100%;
    height:auto;
}

@media (max-width: 1100px) {
    .ctab-image-container {
        height: 370px;
    }
    .ctab-image {
        width: 670px;
    }
}
@media (max-width: 790px) {
    .ctab-image-container {
        height: 210px;
    }
    .ctab-image {
        width: 350px;
    }
}
/*////////////////////////////////////// Footer ///////////////////////////////////////////////////*/

#section-footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2AAAA8;
    min-height: 400px;
}

#content-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-footer-logo {
    width: 100%;
    justify-content: left;
    margin-top: 50px;
}

.content-footer-logo img{
    height: 40px;
}

.content-footer-content {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-items: center;
    align-items: start;
    width: 100%;
    min-height: 200px;
    margin-bottom: 50px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.footer-contact span {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.footer-contact a {
    color: white;
    height: 25px;
}

.footer-contact a:hover {
    text-decoration: none;
}

.footer-legal {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.footer-legal span {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.footer-legal a {
    color: white;
    height: 25px;
}

.footer-legal a:hover {
    text-decoration: none;
}

.footer-support {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.footer-support span {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.footer-support a {
    color: white;
    height: 25px;
}

.footer-support a:hover {
    text-decoration: none;
}


.footer-bmac {
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bmac-logo {
    height: 25px;
    transition: transform 0.2s cubic-bezier(.4,0,.2,1);
}

.footer-bmac-logo:hover {
    transform: translate(1px, 1px);
}

.footer-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.footer-social span {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.footer-social a {
    color: white;
    height: 25px;
}

.footer-social a:hover {
    text-decoration: none;
}

@media (max-width: 900px) {
    .content-footer-content {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(0, auto);
    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////// TERMS ////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.index-header-placeholder {
    height: 75px;
}

.terms-content {
    min-width: 350px;
    max-width: 1100px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .terms-content {
        padding: 0 10px;
    }
}

/*////////////////////////////////////// Header ///////////////////////////////////////////////////*/

.terms-header {
    display: flex;
    align-items: center;
    background-color: #f5fffe;
    height: 75px;
    justify-content: center;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    min-width: 370px;
    z-index: 3;
    top: 0;
    left: 0;
}

.terms-header.scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.terms-header-container {
    display: flex;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 75px;
    justify-content: space-between;
    box-sizing: border-box;
}

.terms-header-logo-container {
    height: 45px;
    width: auto;
    vertical-align: middle; 
    padding: 7px;
    box-sizing: border-box;
}

.terms-header-logo {
    width: 100%;
    height: 100%;
    display: flex;
}

.terms-header-left-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    max-width: 33%;
    flex: 0 0 33%;
}

.terms-header-left-content a{
    display: flex;
    font-size: 28px;
    color: #2AAAA8;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
}

.terms-header-logo-text {
    position: relative;
    display: flex;
    height: auto;
    margin-left: -7px;
    margin-top: 3px;
}

.terms-header-right-content {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-content: center;
    flex: 0 0 66%;
    max-width: 66%;
}

.terms-header-right-content .terms-header-login {
    display: flex;
    font-size: 20px;
    color: #2aaaa8;
    align-self: center;
    text-decoration: none;
    font-weight: bold;
    gap: 5px;
}

.terms-header-right-content .terms-header-login span{
    font-size: 17px;
}

.terms-header-right-content .terms-header-login i{
    display: flex;
    align-items: center;
}

.terms-header-right-content .terms-header-login:hover {
    color: #228684;
}

.terms-header-right-content .terms-header-register {
    font-size: 14px;
    color: white;
    margin: auto 0px;
    text-decoration: none;
    border-radius: 25px;
    background-color: #E45F1C;
    padding: 10px 20px;
    margin-left: 20px;
    align-content: center;
    height: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: auto;
}

.terms-header-right-content .terms-header-register:hover {
    background-color: #c45218;
}

.terms-header-placeholder {
    height: 75px;
}

@media (max-width: 600px) {
    .terms-header {
        padding: 0px 10px;
    }

    .terms-header-login span {
        display: none;
    }

    .terms-header-register {
        margin-left: 10px !important;
    }
}

/*////////////////////////////////////// Terms Container ///////////////////////////////////////////////////*/

.terms-container {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0px auto;
    flex-direction: column;
}

#section-terms-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-terms-content-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 45px;
    font-weight: bold;
    color: #2AAAA8;
}

.section-terms-content-text {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-size: 1.08em;
    color: #333;
    line-height: 1.7;
    padding: 32px 0 0 0;
    max-width: 700px;
    margin: 30px auto;
    margin-bottom: 60px;
}

.section-terms-content-text span{
    padding-left: 20px;
}

.section-terms-content-text strong {
    color: #2AAAA8;
    font-weight: bold;
}

.section-terms-content-text a {
    color: #2AAAA8;
    text-decoration: underline;
    word-break: break-all;
}

.section-terms-content-term {
    display: flex;
    flex-direction: column;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////// privacy ////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.index-header-placeholder {
    height: 75px;
}

.privacy-content {
    min-width: 350px;
    max-width: 1100px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .privacy-content {
        padding: 0 10px;
    }
}

/*////////////////////////////////////// Header ///////////////////////////////////////////////////*/

.privacy-header {
    display: flex;
    align-items: center;
    background-color: #f5fffe;
    height: 75px;
    justify-content: center;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    min-width: 370px;
    z-index: 3;
    top: 0;
    left: 0;
}

.privacy-header.scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.privacy-header-container {
    display: flex;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 75px;
    justify-content: space-between;
    box-sizing: border-box;
}

.privacy-header-logo-container {
    height: 45px;
    width: auto;
    vertical-align: middle; 
    padding: 7px;
    box-sizing: border-box;
}

.privacy-header-logo {
    width: 100%;
    height: 100%;
    display: flex;
}

.privacy-header-left-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    max-width: 33%;
    flex: 0 0 33%;
}

.privacy-header-left-content a{
    display: flex;
    font-size: 28px;
    color: #2AAAA8;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
}

.privacy-header-logo-text {
    position: relative;
    display: flex;
    height: auto;
    margin-left: -7px;
    margin-top: 3px;
}

.privacy-header-right-content {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-content: center;
    flex: 0 0 66%;
    max-width: 66%;
}

.privacy-header-right-content .privacy-header-login {
    display: flex;
    font-size: 20px;
    color: #2aaaa8;
    align-self: center;
    text-decoration: none;
    font-weight: bold;
    gap: 5px;
}

.privacy-header-right-content .privacy-header-login span{
    font-size: 17px;
}

.privacy-header-right-content .privacy-header-login i{
    display: flex;
    align-items: center;
}

.privacy-header-right-content .privacy-header-login:hover {
    color: #228684;
}

.privacy-header-right-content .privacy-header-register {
    font-size: 14px;
    color: white;
    margin: auto 0px;
    text-decoration: none;
    border-radius: 25px;
    background-color: #E45F1C;
    padding: 10px 20px;
    margin-left: 20px;
    align-content: center;
    height: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: auto;
}

.privacy-header-right-content .privacy-header-register:hover {
    background-color: #c45218;
}

.privacy-header-placeholder {
    height: 75px;
}

@media (max-width: 600px) {
    .privacy-header {
        padding: 0px 10px;
    }

    .privacy-header-login span {
        display: none;
    }

    .privacy-header-register {
        margin-left: 10px !important;
    }
}

/*////////////////////////////////////// privacy Container ///////////////////////////////////////////////////*/

.privacy-container {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0px auto;
    flex-direction: column;
}

#section-privacy-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-privacy-content-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 45px;
    font-weight: bold;
    color: #2AAAA8;
}

.section-privacy-content-text {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-size: 1.08em;
    color: #333;
    line-height: 1.7;
    padding: 32px 0 0 0;
    max-width: 700px;
    margin: 30px auto;
    margin-bottom: 60px;
}

.section-privacy-content-text span{
    padding-left: 20px;
}

.section-privacy-content-text strong {
    color: #2AAAA8;
    font-weight: bold;
}

.section-privacy-content-text a {
    color: #2AAAA8;
    text-decoration: underline;
    word-break: break-all;
}

.section-privacy-content-term {
    display: flex;
    flex-direction: column;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////// Feedback ////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.index-header-placeholder {
    height: 75px;
}

.feedback-content {
    min-width: 350px;
    max-width: 1100px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .feedback-content {
        padding: 0 10px;
    }
}

/*////////////////////////////////////// Header ///////////////////////////////////////////////////*/

.feedback-header {
    display: flex;
    align-items: center;
    background-color: #f5fffe;
    height: 75px;
    justify-content: center;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    min-width: 370px;
    z-index: 3;
    top: 0;
    left: 0;
}

.feedback-header.scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.feedback-header-container {
    display: flex;
    align-items: center;
    background-color: transparent;
    width: 100%;
    height: 75px;
    justify-content: space-between;
    box-sizing: border-box;
}

.feedback-header-logo-container {
    height: 45px;
    width: auto;
    vertical-align: middle; 
    padding: 7px;
    box-sizing: border-box;
}

.feedback-header-logo {
    width: 100%;
    height: 100%;
    display: flex;
}

.feedback-header-left-content {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    max-width: 33%;
    flex: 0 0 33%;
}

.feedback-header-left-content a{
    display: flex;
    font-size: 28px;
    color: #2AAAA8;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
}

.feedback-header-logo-text {
    position: relative;
    display: flex;
    height: auto;
    margin-left: -7px;
    margin-top: 3px;
}

.feedback-header-right-content {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-content: center;
    flex: 0 0 66%;
    max-width: 66%;
}

.feedback-header-right-content .feedback-header-login {
    display: flex;
    font-size: 20px;
    color: #2aaaa8;
    align-self: center;
    text-decoration: none;
    font-weight: bold;
    gap: 5px;
}

.feedback-header-right-content .feedback-header-login span{
    font-size: 17px;
}

.feedback-header-right-content .feedback-header-login i{
    display: flex;
    align-items: center;
}

.feedback-header-right-content .feedback-header-login:hover {
    color: #228684;
}

.feedback-header-right-content .feedback-header-register {
    font-size: 14px;
    color: white;
    margin: auto 0px;
    text-decoration: none;
    border-radius: 25px;
    background-color: #E45F1C;
    padding: 10px 20px;
    margin-left: 20px;
    align-content: center;
    height: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    width: auto;
}

.feedback-header-right-content .feedback-header-register:hover {
    background-color: #c45218;
}

.feedback-header-placeholder {
    height: 75px;
}

@media (max-width: 600px) {
    .feedback-header {
        padding: 0px 10px;
    }

    .feedback-header-login span {
        display: none;
    }

    .feedback-header-register {
        margin-left: 10px !important;
    }
}

/*////////////////////////////////////// Feedback Form ///////////////////////////////////////////////////*/

.feedback-form-container {
    max-width: 450px;
    margin: 80px auto;
    padding: 40px;
    background: #E6FAF9;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.feedback-form-container h2 {
    color: #575757;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#feedback-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#feedback-form label {
    color: #575757;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

#feedback-form input[type="text"],
#feedback-form input[type="email"],
#feedback-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #575757;
    border-radius: 25px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #575757;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

#feedback-form input[type="text"]:focus,
#feedback-form input[type="email"]:focus,
#feedback-form textarea:focus {
    outline: none;
    border-color: #2AAAA8;
}

#feedback-form textarea {
    resize: vertical;
    min-height: 120px;
}

#feedback-form button[type="submit"] {
    background-color: #2AAAA8;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

#feedback-form button[type="submit"]:hover {
    background-color: #1e807e;
}

#feedback-result {
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#feedback-result.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#feedback-result.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 600px) {
    .feedback-form-container {
        margin: 40px 20px;
        padding: 30px 20px;
    }

    .feedback-form-container h2 {
        font-size: 26px;
    }
}