:root{
    --primaryColor: #a67a2b;
    --secondaryColor: #4e565a;
    --whiteColor: #fff;
    --fontFamily: "Roboto", sans-serif;
}
body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    font-family: var(--fontFamily);
}
h1{
    font-size: 60px;
    font-weight: 700;
    font-family: var(--fontFamily);
}
h2{
    font-size: 35px;
    font-weight: 700;
    color: var(--primaryColor);
    font-family: var(--fontFamily);
}
h3{
    font-size: 20px;
    font-weight: 700;
    color: var(--primaryColor);
    margin-bottom: 0px;
    font-family: var(--fontFamily);
}
h4{
    font-family: var(--fontFamily);
}
h5{
    font-family: var(--fontFamily);
}
h6{
    font-family: var(--fontFamily);
}
p, li{
    font-size: 16px;
    text-align: justify;
    font-family: var(--fontFamily);
}
a{
    text-decoration: none;
    color: unset;
    font-family: var(--fontFamily);
    cursor: pointer;
    transition: all 0.4s;
}
a:hover{
    color: unset;
}

.lang_setting li{
	list-style: none;
}

.lang_setting{
	color: var(--textColor);
	opacity: 1;
	z-index: 99;
	gap: 10px;
    justify-content: end;
}
.default-btn{
    color: var(--whiteColor);
    background-color: transparent;
    border: 2px solid var(--whiteColor);
    padding: 10px 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s;
}

.golden-text{
    color: var(--primaryColor);
    font-weight: 700;
}


.default-btn:hover{
    color: #000;
    background-color: var(--whiteColor);
    border: 2px solid var(--whiteColor);
}
.top-header{
    background: #f0ebe3;
    padding: 20px 0px;
}
.main-header{
    background: linear-gradient(360deg,#b68d43 0%, #d7a94f 55%);
    padding: 0px;
    position: relative;
}

.header-contact{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.header-contact p{
    color: var(--primaryColor);
    margin-bottom: 0px;
}
.language p a.active{
    color: var(--primaryColor);
}
.language p{
    color: var(--secondaryColor);
    margin-bottom: 0px;
    text-align: right;
}
.logo-shape{
    background-color: var(--whiteColor);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    height: 137px;
    width: 31vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

@media (max-width: 1500px) {
	.logo-shape {
		max-width: 330px !important;
	}
}

.logo{
    padding: 15px 0px;
    z-index: 10;
}
.logo img{
    width: 200px;
}
.navbar-collapse {
    justify-content: end;
    gap: 50px;
}
.navbar-nav li a {
    display: inline-block;
    color: var(--whiteColor) !important;
    font-size: 18px;
    padding: 0 10px;
}

.navbar-nav li {
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}



/* Prevent login/logout button from getting border styling */
.navbar-nav li.login {
    border-bottom: none !important;
}

.navbar-nav li.login:hover {
    border-bottom: none !important;
}

.navbar-nav {
    gap: 30px;
   	top: 50% !important;
    right: 5% !important;
    transform: translateY(-50%) !important;
    z-index: 55;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgb(255 255 255);
}

/* Dropdown toggle styling */
.toggle-arrow {
    background: url(../images/down-chevron-white.svg) no-repeat right 10px center !important;
    background-size: 16px  !important;
    padding-right: 30px !important;
}

.dropdown-toggle::after {
    display: none;
}

/* Dropdown hover functionality */
.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--whiteColor);
    text-decoration: none;
    background-color: var(--primaryColor);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--whiteColor) !important;
    background-color: var(--primaryColor);
}

.dropdown-item{
    transition: all 0.4s ease-in-out;
    padding: 8px 16px !important;
}

.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.dropdown-menu li a{
    color: var(--primaryColor) !important;
}
.header-btn .default-btn{
    padding: 10px 40px;
}
.banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}
.sustain-banner{
    background-image: url('../images/sustainable-banner.webp');
    height: 100vh;
}
.banner-content h1{
    color: var(--whiteColor);
    margin-bottom: 0px;
}
.banner-content p{
    color: var(--whiteColor);
    margin: 20px 0px;
}
.solution-section{
    padding: 60px 0px;
}
.solution-content p{
    color: var(--secondaryColor);
}
.default-line{
    height: 4px !important;
    background-color: #c29747;
    opacity: 1;
    margin: 40px 0px;
}
.feature-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: var(--whiteColor);
    padding: 60px 20px;
    border-radius: 20px;
}
.feature-box{
    text-align: center;
}
.feature-box img{
    height: 90px;
    margin-bottom: 20px;
}
.about-section{
    background-color: #f0ebe3;
    position: relative;  
    overflow-x: hidden;  
}

.about-content h6 {
    margin-bottom: 0px;
    font-size: 20px;
}
.about-content p {
    font-size: 16px;
}
 
.golden-btn{
    padding: 10px 20px;
    background: linear-gradient(360deg,#b68d43 0%, #d7a94f 55%);
    color: var(--whiteColor);
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s;
    border: 0;
    min-width: 150px;
    border-radius: .25rem;
}
.golden-btn:hover{
    background: linear-gradient(360deg,#d7a94f 0%, #b68d43 55%);
    color: var(--whiteColor);
}
.explore-section{
    padding: 60px 0px 135px 0px;
}

.news-section {
    padding: 60px 0px;
    background-color: #fff;
}

/* Video Section Styles */
.video-section {
    padding: 60px 0px;
    background-color: #f8f8f8;
}

.video-wrapper {
    width: 100%;
}

.video-container-16by9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.video-thumbnail-wrapper:hover .play-button-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(166, 122, 43, 0.9);
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn:hover {
    transform: scale(1.1);
    background: rgba(166, 122, 43, 1);
}

.play-btn i {
    margin-left: 5px;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.news-card {
    background-color: var(--whiteColor);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
}

.news-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.news-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    cursor: pointer;
}

.news-link:hover {
    color: inherit;
    text-decoration: none;
}

.news-image {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 20px;
    display: flex;
    flex-direction: column; 
    min-height: 180px;
}

.news-content h4 {
    color: var(--primaryColor);
    font-size: 20px;
    font-weight: 700;
    height: 100px;
    line-height: 1.4;
    flex-shrink: 0;
}

.news-content p {
    color: var(--secondaryColor);
    font-size: 14px;
        height: 63px;    
}

.news-date {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
  
}
.tech-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 140px 50px;
}
.tech-card {
    background-color: var(--whiteColor);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
}
.tech-card img {
    width: 100%;
    object-fit: cover;
}
.tech-info {
    padding: 16px;
    width: 55%;
    position: absolute;
    bottom: -78px;
    background-color: var(--whiteColor);
}
.tech-info h3 {
    color: var(--primaryColor);
    margin-bottom: 8px;
}
.tech-info p {
    color: #333;
    font-size: 1rem;
    margin-bottom: 12px;
}
.tech-info a {
    color: var(--primaryColor);
    text-decoration: none;
    font-weight: bold;
}
.contact-section{
    padding: 100px 0 0 0;
}
.contact-contact{
    text-align: center;
    text-align-last: center;
}
.contact-box{
    background-color: var(--primaryColor);
    height: 230px;
    padding: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.contact-box p {
    margin-bottom: 0px;
    color: var(--whiteColor);
}
.contact-box h5 {
    color: var(--whiteColor);
}
.contact-form input, .contact-form textarea, .form-control, .form-select {
    background-color: #edebe8 !important;
    border: transparent;
    padding: 17px 22px;
}
.contact-form input:focus, .contact-form textarea:focus, .form-control:focus, .form-select:focus{
    outline: none;
    box-shadow: none;
    background-color: #edebe8;
}
.contact-form .golden-btn {
    outline: none;
    border: none;
    width: 100%;
    padding: 17px 20px;
}
.indus-bg h2, .indus-bg p{
    color: var(--whiteColor);
}
.indus-bg a{
    font-size: 18px;
    color: var(--whiteColor);
    text-decoration: none;
    font-family: var(--fontFamily);
    position: absolute;
    bottom: 30px;
}
.indus-bg{
    background: url('../images/indus-image.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc((100% - 1320px)/2);
    padding-right: 60px;
    position: relative;
}
.indus-slider .item.slide1{
    background: url('../images/indus-slide-2.webp');
}
.indus-slider .item.slide2{
    background: url('../images/indus-slide-1.webp');
}
.indus-slider .item.slide3{
    background: url('../images/indus-slide-3.webp');
}
.indus-slider .item.slide4{
    background: url('../images/indus-slide-4.webp');
}
.indus-slider .item.slide5{
    background: url('../images/indus-slide-5.webp');
}
.indus-slider .item.slide6{
    background: url('../images/indus-slide-6.webp');
}
.indus-slider .item.slide7{
    background: url('../images/indus-slide-7.webp');
}
.indus-slider .item {
    background-size: cover !important;
    background-position: center !important;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}
.indus-slider .item h3{
    color: var(--whiteColor);
}
.indus-slider .item p{
    color: var(--whiteColor);
}
.pr-0 {
    padding-right: 0px;
}
.indus-slider {
    position: relative;
}
.owl-nav {
    position: absolute;
    bottom: 22px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
}
.owl-nav button {
    background-color: transparent !important;
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid #fff !important;
}
.owl-nav button:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}
.owl-nav .owl-prev:after{
    content: '\f053';
}
.owl-nav .owl-next:after{
    content: '\f054';
}
.owl-nav button span {
    display: none;
}
.impact-section {
    padding: 50px 0px;
    position: relative;
}
.impact-content h2{
    margin-bottom: 30px;
}

.color-box {
    height: 665px;
    width: 40%;
    position: absolute;
    background-color: #efebe2;
    right: 0;
    bottom: 50px;
    z-index: -1;
}
.accord .accordion-button::after {
    content: '+';
    font-size: 18px;
    color: #a87e00;
    background-image: none !important;
    margin-left: auto;
    transition: none;
    transform: none !important;
}
.accord .accordion-button:not(.collapsed)::after {
    content: '-';
}
.section-title {
    font-weight: bold;
    color: #a67a2b;
    margin-bottom: 50px;
    text-align: center;
}
.image-section img {
    width: 100%;    
    object-fit: cover;
    border-radius: 5px;
    padding-right: 30px;
}

.left-img  img{
    padding-left: 30px;
    padding-right: 0 !important;
}
.accord .accordion-button {
    background-color: #f2ebdc;
    color: rgb(168, 126, 0);
    font-weight: bold;
    border: none;
    /* font-size: 25px; */
}
.accord .accordion-button:not(.collapsed) {
    background-color: #f2ebdc;
    color: #a87e00;
    box-shadow: none;
}
.accord .accordion-item {
    border: none;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
.accord .accordion-body {
    color: #333;
    text-align: justify;
    font-family: var(--fontFamily);
}
.accord .accordion-body ul {
    padding-left: 20px;
    margin: 0px;
}
.accord .accordion-body ul li {
    margin-bottom: 15px;
}
.toggle {
    padding: 70px 0;
}
.accordion-button:focus {
    box-shadow: none;
}
.feature-card {
    background-color: #ffffff;
    padding: 50px 80px;
    border-radius: 8px;
    text-align: center;
    text-align-last: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.feature-icon {
    width: 90px;
    margin: 0px auto 15px auto;
}
.feature-icon img {
    width: 100%;
}
.feature-title {
    color: #a67a2b;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--fontFamily);
}
.feature-text {
    /* font-size: 25px; */
    line-height: 1.6;
    color: #333;
    font-family: var(--fontFamily);
}
.cta-section{
    padding: 130px 0px;
}
.cta-box{
    text-align: center;
    text-align-last: center;
}
.cta-box .golden-btn {
    padding: 16px 40px;
    font-size: 20px;
}
.accordion {
    width: 100%;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accordion-header h3 {
    margin: 0;
    font-size: 20px;
    color: #8c6239;
    font-weight: 700;
}
.accordion-icon {
    font-size: 22px;
    font-weight: 700;
    color: #8c6239;
    line-height: 1;
    width: 20px;
    text-align: center;
}
.accordion-content {
    background: #f8f8f8;
    padding: 15px 20px 20px 20px;
    font-size: 13.5px;
    color: #444;
    line-height: 1.5;
    display: none;
}
.accordion.active .accordion-content {
    display: block;
}
.document-section {
    padding: 100px 0px 0px 0px;
}
.document-box {
    margin-bottom: 40px;
    
    overflow: hidden;
}
.document-box a {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.document-box a img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.rounded-5{
    border-radius: 30px !important;
}

.document-box a::after {
    content: "Download";
    font-family: var(--fontFamily);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(168, 126, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    color: var(--whiteColor);
    font-weight: 700;
}

.document-box a:hover::after {
    opacity: 1;
}
.document-box h3{
    text-align: center;
}
.image-pdf {
    align-items: center;
}
.rare-banner{
    background-image: url('../images/rare-banner.webp');
}
.document-banner{
    background-image: url('../images/document-banner.webp');
}

.document-banner{
    background-image: url('../images/document-banner.webp');
}

.jobs-banner{
    background-image: url('../images/jobs-banner.webp');
}

.hydrogen-banner{
    background-image: url('../images/hydrogen-banner.webp');
}

.footer{
    background-color: var(--secondaryColor);
    padding:50px 0px 45px 0px;
    margin-top: 100px;
}

.footer-logo {
    display: inline-block;
    width: 200px;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
}

.footer-details p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.footer-links h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.footer-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links ul li {
    color: #fff;
    font-weight: 300;
    transition: all 0.4s;
    text-align: left;
}

.footer-links ul li:hover {
   text-decoration: underline;
}

.footer-line {
    height: 4px !important;
    background-color: #bc903b;
    opacity: 1;
    margin: 20px 0px;
}
.footer-details p:last-child {
    margin-bottom: 0px;
}
.copyright p {
    color: #fff;
    margin-bottom: 0px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row !important;
    gap: 20px;
    list-style: none;
}

.active-lang{
    color: var(--primaryColor) !important;
    opacity: 1 !important;
    font-weight: 500 !important;
}

.lang-link, .footer-language li{
    opacity: 1 !important;
    color: white !important;
    border-bottom: 0 !important;
}

.dropdown-toggle:hover .dropdown-menu {
    display: block !important;
} 

.btn-check:focus+.btn, .btn:focus{
    box-shadow: none !important;
}
.lithium-banner{
    background-image: url('../images/lithium-cover.webp');
}

.honeycomb-banner{
    background-image: url('../images/honeycomb-cover.webp');
}

.err_input{
	border: 1px solid red !important;
}

.pc-page h3{
   font-weight: 500 !important;
}

.legal-page-color{
    color: var(--primaryColor) !important;
}

/* #legal-page{
	margin-bottom:100px;
} */

.modal-header {
    background-color: var(--secondaryColor);
    border-radius: 15px 15px 0 0;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.modal-content {
    border-radius: 20px;
    border: 0;
}

/* Language dropdown hover functionality */
.footer-language.dropdown:hover .dropdown-menu {
    display: block;
}

.footer-language.dropdown .dropdown-menu {
    margin-top: 0;
}

/* Smooth transition for dropdown */
.footer-language.dropdown .dropdown-menu {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    display: block;
    visibility: hidden;
    pointer-events: none;
}

.footer-language.dropdown:hover .dropdown-menu,
.footer-language.dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Style the language button */
.footer-language .btn {
    border: 1px solid #dee2e6;
    transition: all 0.2s ease-in-out;
}

 

/* Style dropdown items */
.footer-language .dropdown-item {
    padding: 8px 16px;
    transition: all 0.2s ease-in-out;
}

.footer-language{
    right: 7% !important;
}

.footer-language .dropdown-item:hover {
    background-color: var(--primaryColor);
    color: white;
}

.modal-footer .btn {
    position: relative;
    height: 38px;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 8px;
    border: none !important;
    width: 120px !important;
    max-width: 180px;
    min-width: 100px;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.84px;
    line-height: 24px;
    vertical-align: middle;
}

.modal-footer .btn-secondary {
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    border: none !important;
}

.modal-footer .btn-primary {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border: none !important;
}
 

.pc-page {opacity:.8}
.pc-page .row {margin-bottom: 32px !important;}
.pc-page h3 {font-size:18px}
.pc-page li {font-size:14px}


/* Investor Page */
.investor-banner{
    background-image: url('../images/investor-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.investment-table {
    font-size: 1.1rem;    
}

.investment-table th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background:linear-gradient(360deg,#b68d43 0%, #d7a94f 55%);
    color: white;
    border: none;
}

.investment-table td {
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
}

.investment-table thead {
    border: none !important;
}

.investment-table tbody tr:hover {
    background-color: #7e643021;
} 

/* Register Page */
#registerForm i.fa-eye, #loginForm .position-relative i.fa-eye, 
#login_page_form i.fa-eye, #noUserRegisterForm i.fa-eye, #changePasswordForm i.fa-eye {
    right: 13px !important;
}

#noUserRegisterForm .calendar-icon, #investorRegistrationForm .calendar-icon{
    right:20px !important;
}

#registerForm .calendar-icon{
    right:18px !important;
} 

.reg_date_icon{
    margin-right: 16px;
}
.form-field i, .form-group i {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primaryColor);
    font-size: 15px;
    cursor: pointer;
}


#createOfflineInvestForm .form-field i, #createOfflineInvestForm .form-group i {
    position: relative;
    right: 0px;
    top: 0%;
    transform: translateY(-0);
    color: var(--primaryColor);
    font-size: 15px;
     
}

.form-field {
    position: relative;
}

#btn_register a{
    width: 50%;
}


.form-control, .form-select{
    border:  0  ;
}


 
.contact-form input, .contact-form textarea, .form-control, .form-select {
    background-color: #edebe8 !important;
    border: 1px solid transparent;
    padding: 17px 22px;
    /*border-bottom:  0 ; */
}

.form-control:focus, .form-select:focus{
    box-shadow: none !important;
   background-color: #e5e2de !important;
   /*border-top: 0 !important; 
   border-left: 0 !important;
   border-right: 0 !important;*/
}

#contactForm .form-control:focus, #login_page_form .form-control:focus, #noUserRegisterForm .form-control:focus, #investorRegistrationForm .form-control:focus{
    /*border:  0 ;*/
}

#contactForm .form-control, #login_page_form .form-control, #noUserRegisterForm .form-control, #investorRegistrationForm .form-control{
    /*border-bottom: 0 ; */
}

.registration-content .col-md-12{
    margin-bottom: 16px;
}

.file-drop-area {
    position: relative;
    text-align: center;
    align-items: center;
    width: 350px;
    max-width: 100%;
    padding: 25px;
    background: transparent;
    border-radius: 15px;
    border: 3px dotted var(--primaryColor);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transition: .3s;
    min-height: 180px;
}

.registration-banner{
    background-image: url('../images/registration-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#h-login-btn{
    color: white !important;
}
 

.ai-banner{
    background-image: url('../images/ai-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* AI Page */
.ai-gird{
    gap: 40px;
}

.ai-features{
    background: linear-gradient(360deg,#b68d43 0%, #d7a94f 55%);
    display: flex;  
    justify-content: space-between;
    align-items: center;
     
    gap: 40px;
}

.ai-features h2, .ai-features p, .ai-features a{
    color: white !important;
}

.ai-w-95{
    width: 95%;
}

.compliance-box{
    background: #f1ece4;
}

.registration-form select {
    background: url(../images/down-chevron.svg) no-repeat right 10px center;
    background-size: 20px;
}

/* More specific selectors for registration form select elements */
.registration-form .form-field select,
.registration-form select.form-select,
.registration-form select.form-control {
    background: url(../images/down-chevron.svg) no-repeat right 10px center;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Input placeholder styling */
input::placeholder {
    color: var(--secondaryColor) !important;
}

/* Select placeholder styling - target the select element when showing placeholder */
select:invalid,
select option[value=""] {
    color: var(--secondaryColor) !important;
}

/* Style the placeholder option specifically */
select option.d-none {
    color: var(--secondaryColor) !important;
}

/* When select has a valid value, use normal text color */
select:valid {
    color:var(--secondaryColor) !important;
}

/*Responsive Design*/

/* ===== Custom Overrides ===== */
/* Hide default spinner (up/down arrows) from all number inputs */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

/* Reduce transparency of toastr notifications */
#toast-container > div {
    opacity: 0.95 !important; /* make toasts almost fully opaque */
}
#toast-container > div:hover {
    opacity: 1 !important; /* keep full opacity on hover */
}
.toast-close-button {
    opacity: 1 !important;
}

/* Remove default browser password reveal icon */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-strong-password-auto-fill-button {
    display: none !important;
}

/* Hide Edge password reveal button */
input[type="password"]::-ms-reveal {
    display: none;
}

/* Hide Chrome password suggestions */
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}

.sm-lang{
  display: none;
}

.tranche-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}

.tranche-grid-db{     
    gap: 40px 100px;
    padding: 2rem;
}

.tranche-grid hr{
   opacity: 1;
   height: 2px;
   background-color: var(--primaryColor);
}

.tranche-box{
    background-color: var(--whiteColor);
     position: relative;
     border-radius: .7em !important;
}

.status-span{
    padding: 5px 10px;
    border-radius: 50px; 
    display: inline-flex;
    justify-content: center;   
    width: 100px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
}

.status-span.closed-status{
    background-color: #959694;
    color: #e8efe8;;
}

.status-span.open-status{
    color: #006837;
    background-color: #c6f1da;
}

.status-span.in-progress-status{
    color: #896017;
    background-color: #efdebe;
}


button:disabled, .disabled {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

/* Simple Z-Index Fix for Select2 Dropdowns Behind Modal */

.select2-dropdown {
    z-index: 99999 !important;
}

.select2-container--open .select2-dropdown {
    z-index: 99999 !important;
}

.select2-container--open .select2-dropdown--below {
    z-index: 99999 !important;
}

.select2-container--open .select2-dropdown--above {
    z-index: 99999 !important;
}

.footer-lang li a {
    opacity: .5 !important;
    color: white !important;
}

select, select option, .checkbox-group label:hover {
    cursor: pointer;
}

.lang_li {border-bottom: 0 !important;padding-bottom: 1px;}

.form-control:focus,
.form-select:focus {
  border-color: #d7a94f; /* das helle Gold aus eurem Gradient */
  box-shadow: none !important;
  outline: none;
}

/* Select2 Dropdown Focus Styling */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #d7a94f !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Override Select2 default border width and remove double borders */
.select2-container--default .select2-selection--single {
  border-width: 1px !important;
  border-color: #edebe8 !important; /* Default border color matching form inputs */
}

.select2-container--default .select2-selection--single:focus {
  border-color: #d7a94f !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove blue border when option is selected */
.select2-container--default .select2-selection--single[aria-expanded="true"],
.select2-container--default .select2-selection--single.select2-selection--focus {
  border-color: #d7a94f !important;
  box-shadow: none !important;
}

/* Select2 Search Input Focus Styling */
.select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #d7a94f !important;
  border-width: 1px !important;
  box-shadow: none !important;
  outline: none !important;
}

/* General Search Input Focus Styling (for backoffice and other search fields) */
input[type="search"]:focus,
.search-input:focus,
.form-control[type="search"]:focus,
.dataTables_filter input:focus {
  border-color: #d7a94f !important;
  border-width: 1px !important;
  box-shadow: none !important;
  outline: none !important;
}

.admin-sign-btn i {margin-right:.5em !important;}

#ResendButton {
    width: inherit !important;
    white-space: nowrap;
    max-width: inherit;
    height: 28px;
}

.signature-input::placeholder{
    font-family: "Brush Script MT", "Lucida Handwriting", cursive !important;
    font-size: 16px !important;
    font-style: italic;
    color: #888 !important;
    opacity: 1;
    font-weight: 200;
  }
  
  .signature-input {
    font-family:  "Brush Script MT", "Lucida Handwriting", cursive !important;
    font-size: 16px !important;
    font-style: italic;
    font-weight: 200;
    
  }

  #investorSignatureTypeTabs .active{
    color: var(--primaryColor);
  }

  #investorSignatureTypeTabs .nav-link{
    color: var(--secondaryColor);
  }