
html {
  scroll-padding-top: 170px; /* adjust to your navbar height */
}

body {
    /* background-color: #f8f9fa !important; */
    background-image: linear-gradient(to top left, #b3cfd8, #fff);
    font-family: Arial, sans-serif !important;
    top: 0px !important;
}
/* Hide dropdown and frame */
.goog-te-banner-frame
.goog-te-gadget-icon,
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-te-banner {
    display: none !important;
}

.skiptranslate{
    display: none !important;
}


/* Optional: reduce the small Google attribution */
.goog-logo-link, .goog-te-gadget span {
    font-size: 0px !important;
}

.side-buttons {
    position: absolute;
    top: 250px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 150;
}
.btn-custom {
    width: 100px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    /* background-color: white; */
}
.btn-opinion { background-color: #6f42c1; }
.btn-accessibility { background-color: #6f42c1; }
.btn-helpline { background-color: #dc3545; }
.content {
    position: relative;
    padding-right: 150px; /* Adjust based on button width */
}


/* span, div, a, li, td, th{
    color: #006273 !important;
} */

.nav-link {
    color: #fff !important;
}

.contact-section {
    padding: 50px 0;
}

.contact-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact-info {
    background-color: #006273;
    color: #fff;
    padding: 40px 30px;
}

.contact-info h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 15px;
}

.social-icons a {
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #ffd700;
}

.send-btn {
    background-color: #006273;
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: none;
}

.send-btn:hover {
    background-color: #009e7d;
}

.sticky-navbar{
    position: sticky;
    top:0;
    z-index: 2000;
}

.nav-item
{
    margin-right: 25px;
}
.nav-item:hover
{
    background-color: #003c5e;
    border-radius: 20px;
}
.nav-active
{
    border:1px solid #afcfe4;
    border-radius: 10px;
}
.nav-link
{
    font-weight: bold;
}

.modules{
    color: #fff;
    font-weight: bold;
}

.service-card
{
    background-image: linear-gradient(to bottom right, #005d92, #00817b);
}
.contact-card
{
    background-image: linear-gradient(to bottom right, #cff5d9, #afcfe4);
}


.bg-success-dark{
    background-color: #00788d;
}

.lang-active{
    background-color: #f8f9fa;
    color: #006273 !important;
}
.lang-active:hover{
    background-color: #dfdfdf;
}

.btn-openimis
{
    background-color: #006273;
    color: #fff;
}

.btn-openimis:hover
{
    background-color: #0d7987;
    color: #fff;
}
.btn-outline-openimis
{
    border: 1px solid #006273;
    color: #006273;
}
.btn-outline-openimis:hover
{
    background-color: #006273;
    color: #fff;
}

.text-openimis
{
    color: #006273 !important;
}

