body {
    background: linear-gradient(195deg, #F4ECFF 30%, #FFF4F5 40%, #F4FFFB 60%);
    min-height: 100vh;
    font-family: 'Karla', sans-serif;
    font-size: 1.5rem;
}


/*--------- layout -------*/

.navbar {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 1010;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin: 1rem 1rem 0 1rem;
    border-radius: 20px;
}

.nav-link a {
    color: #6B46C1;
    font-weight: 500;
    text-decoration: underline;
    margin-right: 1rem;
}

.nav-link a:hover {
    color: #5a3d9a;
    text-decoration: none;
}

.menu-icon, .user-icon {
    font-size: 1.3rem;
    color: #6B46C1;
    cursor: pointer;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

.btn-close {
    color: white;
}


             .esg-logo {
                width: 80px;
                height: 80px;
                    }

            .esg-logo img {
                width: 100%;
                border-radius: 5px;
                transition: transform 0.3s ease;
                    }

            .esg-logo:hover img {
                transform: scale(1.6);
            }


                    .about-us {
                        color: #6B46C1;
                        font-weight: 500;
                        font-size: 1.2rem;
                    }


 @media (max-width: 768px) {
                .about-us {
                    display: none;
                }

                .about-us-mobile {
                    display: block;
                    margin-right: 1rem;
                }

                .nav-link a {
                    margin-right: 0;
                }
            }         


       


.chatbar {
    margin-top: 0px;
}

.hero-section .container-fluid {

}

    .intro-section {
    margin: 3rem 0 3rem 0;
    }

    .badge{
    color: #173D2F;
    font-size: 0.9rem;
    }

    .oed-get-btn {
    background-color: #173D2F;
    color: white;
    border: none;
    padding: 0.3rem 1rem;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 500;
}

.main-content-section {
margin: 0 3rem 0 0;
}

    .content-section {
    background-color: rgba(255, 255, 255, 0.9);
    }

.footer-section {
    background-color: #173D2F;
}


/*--------- details -------*/

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}

.btn {color: #fff;}
.btn-envi, .btn-envi:hover {color: #fff; background-color: #173D2F;}
.btn-peop, .btn-peop:hover{color: #fff; background-color: #DB2137;}
.btn-gover, .btn-gover:hover{color: #fff; background-color: #5106B4;}

    .btn-shiny {
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .btn-shiny::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0)
    );
    transform: rotate(30deg);
    transition: all 0.4s ease;
  }
  .btn-shiny:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
  }
  .btn-shiny:hover::before {
    left: 100%;
  }
  .btn-shiny:active {
    transform: translateY(1px);
  }

.envi {color: #173D2F;}
.envi-bg {background-color:rgba(244, 255, 251, 0.6);}
.peop {color: #DB2137;}
.peop-bg {background-color: rgba(255, 244, 245, 0.6);}
.gover {color: #5106B4;}
.gover-bg {background-color: rgba(244, 236, 255, 0.6);}
.trans {color: #F75A2A;}
.trans-bg {background-color: rgba(247, 90, 42, 0.1);}

.h-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80px 80px;
}

h3.h-icon{
    padding: 10px 100px;
}

.h-icon.envi {
    background-image: url('envi.png');
}

.h-icon.peop {
    background-image: url('peop.png');
}

.h-icon.gover {
    background-image: url('gover.png');
}



.chat-input-container {
    background-color: rgba(230, 215, 247, 0.6);
    padding: 1rem;
    border-radius: 0 0 25px 25px;
    margin: 0 ;
    backdrop-filter: blur(10px);
}

.ask-remco-text {
    color: #6B46C1;
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
}

.user-prompt {
    color: #666;
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
}

.user-type-btn {
    background-color: #6B46C1;
    color: white;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: 500;
}

.date-filter {
    color: #666;
    font-size: 0.9rem;
    margin: 0rem 2rem 0 2rem;
}


/*--------- widgets-------*/

.widget-container {
    position: relative;
}

.widget-container.envi {
    background-color: rgba(244, 255, 251, 0.6);
}

.widget-container.peop {
    background-color: rgba(255, 244, 245, 0.6);
}

.widget-container.gover {
    background-color: rgba(244, 236, 255, 0.6);
}

.widget-container h4 {
    text-align: right;
    margin-top: 0;
    color: #173D30;
    font-weight: bold;
}

.widget-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.widget-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.widget-change {
    font-size: 0.9rem;
}

.curve-chart-container, .donut-chart-container, .bar-chart-container, .combo-chart-container {
    width: 100%;
    height: 200px;
}

.widget-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.widget-button:hover {
    background-color: rgba(244, 255, 251, 0.6);
}



/*--------- modal -------*/

.logo-modal-content{
background: linear-gradient(195deg, #F4ECFF 30%, #FFF4F5 40%, #F4FFFB 60%);

}

.chat-modal-content {
    background-color: rgba(230, 215, 247, 0.4);
    border-radius: 25px;
    backdrop-filter: blur(25px);
    border: none;
}

.import-modal-content {
    background-color: rgba(244, 255, 251, 0.9);
    border-radius: 25px;
    backdrop-filter: blur(25px);
    border: none;
}

.chat-modal-header {
    border-bottom: none;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.chat-modal-header .modal-title {
    color: #6B46C1;
    font-weight: 500;
}

.import-modal-header .modal-title {
    color: #173D2F;
    font-weight: 500;
}

.chat-modal-body {
    padding: 1.5rem;
}

.conversation-starter {
    background-color: white;
    border-radius: 15px;
    color: #6B46C1;
    font-weight: 500;
}

.import-starter {
    background-color: white;
    border-radius: 15px;
    color: #173D2F;
    font-size: 1.1rem;
    font-weight: 500;
}

.chat-modal-input {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 0.75rem 1rem;
}

.import-modal-input {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 0.75rem 1rem;
}

.chat-modal-footer {
    border-top: none;
    padding-bottom: 1.5rem;
}

.import-modal-footer {
    color: #173D2F;
    font-size: 1.1rem;
    border-top: none;
    padding-bottom: 1.5rem;
}
