body {
    font-family: "Montserrat", sans-serif;
}

.scrollToTopButton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0d6efd;
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
    transition: background-color 0.3s, transform 0.2s;
}

.scrollToTopButton:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

.sch-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 16px;
}

.sch-content table th {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #e5e5e5;
    font-weight: bold;
    text-align: left;
}

.sch-content table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}


.sch-content {
    line-height: 1.8;
    font-size: 1.2rem;
}

/* sch-details css */
.heading {
    color: #2859B6;
    font-weight: 600;
    font-size: x-large;
}

.subheading {
    font-weight: 400;
    font-size: 1.2rem;
}

.applyButton {
    border: none;
    font-size: 18px !important;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
}

.applyButton:hover {
    transform: scale(1.1);
    transition: transform 0.1s;
    text-decoration: underline;
}

.sch-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 16px;
}

.sch-content table th {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #e5e5e5;
    font-weight: bold;
    text-align: left;
}

.sch-content table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}


.sch-content {
    line-height: 1.8;
    font-size: 1.2rem;
}

.assets-section {
    font-size: 1.2rem;
}

.assets-section .assets-header {
    font-weight: 600;
}

.assets-section .asset-title {
    font-size: 1.2rem;
    font-weight: 500;
}

.assets-section .asset-description {
    font-size: 1.2rem;
}

.assets-section .asset-size {
    font-size: 1.2rem;
}

/* NAVBAR */
/* Navbar styles */
.logo {
    width: 10vw;
    height: auto;
    cursor: pointer;
    min-width: 190px !important;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

/* Fix navbar toggler visibility */
.navbar-toggler {
    border: 1px solid #dee2e6 !important;
    padding: 4px 8px !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 1.5em !important;
    height: 1.5em !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(26, 115, 232, 0.25) !important;
}

nav ul {
    display: flex;
    gap: 0.6rem;
    list-style: none;
    white-space: nowrap;
    padding-left: 0;
    margin: 0;
}

nav li a {
    font-family: "Geist", serif;
    font-size: 1.2vw !important;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 1;
}

nav li a:hover {
    color: #000000cc !important;
    font-weight: 600;
    transform: scale(1.05);
    transition: 0.3s;
}

.loginButton {
    color: white;
    border: none;
    transition: 0.7s;
    background: #1A73E8;
    padding: 0.5vw 1vw;
    cursor: pointer;
}

.loginButton:hover {
    color: white;
    transition: 0.7s;
    background: #1b66c9;
    transform: scale(1.03);
}

.nav-item.dropdown .dropdown-menu {
    font-size: 0.9vw;
}

.navbar-nav {
    flex-wrap: wrap;
    row-gap: 0.1rem;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #000000a6 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dropdown-menu .dropdown-item {
    color: #000000a6 !important;
}

.dropdown-menu .dropdown-item:hover {
    color: #000000cc !important;
    background-color: #f8f9fa;
}

/* Google Translate styles */
.translateWrapper {
    position: relative;
    display: inline-block;
    z-index: 1000;
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.translateContainer {
    display: inline-block;
    max-height: 40px !important;
    min-width: 30px !important;
    overflow: visible;
    position: relative;
}

/* Hide Google's default icon and branding completely */
#google_translate_element img.goog-te-gadget-icon {
    display: none !important;
}

#google_translate_element .goog-te-gadget-simple img {
    display: none !important;
}

#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child {
    display: none !important;
}

#google_translate_element .goog-te-gadget-simple {
    border: none !important;
    background-color: transparent !important;
    height: 30px !important;
    line-height: 30px !important;
    max-height: 30px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    opacity: 0 !important;
    /* Make the entire element invisible */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span[style*="border-left"] {
    display: none !important;
}

#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span[aria-hidden="true"] {
    display: none !important;
}

.custom-translate-icon {
    font-size: 1.2rem;
    color: #666;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.custom-translate-icon:hover {
    color: #1A73E8;
}

/* Make the wrapper clickable */
.translateWrapper {
    cursor: pointer;
}

.goog-te-menu-frame {
    max-width: 100% !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

body {
    top: 0 !important;
    position: static !important;
}

iframe[id=":1.container"] {
    display: none !important;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #f8f9fa;
        border-top: 1px solid #dee2e6;
        padding: 1rem;
        margin-top: 0;
        z-index: 1000;
    }

    .navbar-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100% !important;
        text-align: center;
    }

    .navbar-nav .nav-item {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem 0 !important;
    }
}

@media (max-width: 992px) {
    .logo {
        width: 19vw;
    }

    nav ul {
        gap: 0.5rem;
    }

    nav li a {
        font-size: 1rem !important;
    }
}

@media (max-width: 403px) {
    .loginButton {
        font-size: 1rem !important;
        padding: 0.3rem 0.7rem !important;
    }

    .logo {
        min-width: 120px !important;
    }

    .navbar-toggler-icon {
        width: 1em !important;
        height: 1em !important;
    }
}

@media (max-width: 450px) {
    .loginButton {
        font-size: 0.9rem !important;
        padding: 0.3rem 0.6rem !important;
    }
}

@media (max-width: 346px) {
    .loginButton {
        font-size: 0.8rem !important;
        padding: 0.3rem 0.6rem !important;
    }
}

@media (max-width: 340px) {
    .loginButton {
        font-size: 0.6rem !important;
        padding: 0.3rem 0.4rem !important;
    }
}