:root {
    scroll-behavior: smooth;
    overflow-X: hidden;

}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
line-height: 1;
}

@media (min-width: 1200px) {
.logo {
    width: 280px;
}
}

.logo img {
max-height: 26px;
margin-right: 6px;
}

.logo span {
font-size: 26px;
font-weight: 700;
color: #14746F;
font-family: "Nunito", sans-serif;
}

.header {
transition: all 0.5s;
z-index: 997;
height: 60px;
box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
background-color: #fff;
padding-left: 20px;
/* Toggle Sidebar Button */
/* Search Bar */
}

.header .toggle-sidebar-btn {
font-size: 32px;
padding-left: 10px;
cursor: pointer;
color: #012970;
}


@media (max-width: 1199px) {
.header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
}
}

.header .search-form {
width: 100%;
}

.header .search-form input {
border: 0;
font-size: 14px;
color: #14746F;
border: 1px solid rgba(1, 41, 112, 0.2);
padding: 7px 38px 7px 8px;
border-radius: 3px;
transition: 0.3s;
width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
outline: none;
box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
border: 0;
padding: 0;
margin-left: -30px;
background: none;
}

.header .search-form button i {
color: #012970;
}



.header-nav ul {
list-style: none;
}

.header-nav>ul {
margin: 0;
padding: 0;
}

.header-nav .nav-icon {
font-size: 22px;
color: #14746F;
margin-right: 25px;
position: relative;
}

.header-nav .nav-profile {
color: #14746F;
}

.header-nav .nav-profile img {
max-height: 36px;
}

.header-nav .nav-profile span {
font-size: 14px;
font-weight: 600;
}

.header-nav .badge-number {
position: absolute;
inset: -2px -5px auto auto;
font-weight: normal;
font-size: 12px;
padding: 3px 6px;
}

.header-nav .notifications {
inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
display: flex;
align-items: center;
padding: 15px 10px;
transition: 0.3s;
}

.header-nav .notifications .notification-item i {
margin: 0 20px 0 10px;
font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
font-size: 13px;
margin-bottom: 3px;
color: #919191;
}

.header-nav .notifications .notification-item:hover {
background-color: #f6f9ff;
}

.header-nav .messages {
inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
padding: 15px 10px;
transition: 0.3s;
}

.header-nav .messages .message-item a {
display: flex;
}

.header-nav .messages .message-item img {
margin: 0 20px 0 10px;
max-height: 40px;
}

.header-nav .messages .message-item h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
color: #444444;
}

.header-nav .messages .message-item p {
font-size: 13px;
margin-bottom: 3px;
color: #919191;
}

.header-nav .messages .message-item:hover {
background-color: #f6f9ff;
}

.header-nav .profile {
min-width: 240px;
padding-bottom: 0;
top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
font-size: 18px;
margin-bottom: 0;
font-weight: 600;
color: #444444;
}

.header-nav .profile .dropdown-header span {
font-size: 14px;
}

.header-nav .profile .dropdown-item {
font-size: 14px;
padding: 10px 15px;
transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
margin-right: 10px;
font-size: 18px;
line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
background-color: #f6f9ff;
}
.header-login {
    transition: background-color 0.1s ease, border-radius 0.5s ease, padding 0.2s ease; 
    padding: 5px;
}

.header-login span {
    font-weight: 500;
}

.header-login:hover {
    background-color: #56AB91;
    border-radius: 12px;
    padding: 5px;
}

.header-login:hover span {
    color: white;
}

.header-login img{
    max-height: 40px;
}

/*------ Component --------------*/


.headline {
    width: 100%;
    height: auto;    
}


.headline-outer{
    width: 100%;
    margin-left: 0vw;
    margin-right: 0vw;
}
.headline-message{
    padding-top: 35vh;
    padding-bottom: 35vh;
    padding-right: 2vw;
    padding-left: 10vw;
}
.visual-section{
    margin: auto;
}

.message-visual {
    width: 40vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.message-visual img {
    max-width: 100%;
    height: auto;
}


.contactUs {
    width: 100%;
    height: auto;    
}


.contactUs-outer{
    width: 100%;
    margin-left: 0vw;
    margin-right: 0vw;
}
.contactUs-message{
    background-color: #B8E9E2;
    padding-top: 28vh;
    padding-bottom: 28vh;
    padding-right: 2vw;
    padding-left: 10vw;
    border-radius: 0 14px 0 0;
}
.contactUs p span{
    font-weight: 600;
    color: #FFFFff;
}
#investorForm {
    margin: auto;
    width: 90%;
    padding-top: 28vh;
    padding-bottom: 28vh;
}
#investorForm input{
    margin-bottom: 5px;
}
#investorForm h4{
    color: #6ACAB9;
    font-size: 22px;
    font-weight: 600;
}


.howTo {
    text-align: center; /* Center align the content */
}

#howTo-header {
    font-size: 48px;
    font-weight: 600;
    color: #26907c;
    margin-bottom: 30px;
}


.howTo-card {
    width: 90%; 
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-rendering: optimizeSpeed;
}

.howTo-card img {
    max-width: 60%; 
    height: auto;
}


.divider {
    height: 25vh; 
}

.more{
    padding-top: 15vh;
    padding-bottom: 15vh;
    width: 100%;
    height: auto; 
    background-color: #6ACAB9;
}

.more-outer {
    margin-left: 10vw;
    margin-right: 10vw;
}


.details-part h4{
    font-size: 22px;
    font-weight: 600;
}

.details-subheaders{
    font-weight: 700;
    margin-bottom: 10px;
}

.details-links {
    padding: 2px 4px 2px 4px;
    width: 80%;
    border-radius: 4px;
    border: 2px solid transparent;
    background-color: transparent;
    cursor: pointer; 
}

.details-links:hover {
    background-color: rgba(106, 202, 185, 0.5);
    border-color: #26907c; 
}
.about-us-header{
    font-weight: 700;
}


.Social-media{
    margin-top: 20px;

}

.Social-media img{
    width: 30px;
    height: auto;
    margin-right: 5px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
  }
  
  .footer .copyright {
    text-align: center;
    color: #14746F;
  }
  
  .footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #14746F;
  }


  /* --- Small Screen Adjustments ---*/

  @media (max-width: 768px) {
    .header-login img{
        max-height: 30px;
    }
    .login-form button {
        margin-top: 20px;
    }
    .headline-message{
        margin-top: 20vh;
        padding: 0 10vw 0 10vw;

    }
    .visual-section {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .message-visual {
        width: 60vw;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


