* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    font-family: 'Poppins', sans-serif;
}

dl,
ol,
ul {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

/* HEADER NAVBAR */
.navbar {
    background-color: #ffffff;
    color: #333;
    width: 100%;
    z-index: 100;
    /* padding: 15px 0; */
    position: fixed;
    height: 6rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.navbar .navbar-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo img {
    width: 200px;
}

.nav-links {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.navitem {
    margin-left: 20px;
}

.navitem a {
    font-family: "poppins", sans-serif;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    ;
}

.main_text {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.hamburger {
    display: none;
    cursor: pointer;
}

ul {
    margin-bottom: 0rem;
}

.menu {
    display: flex;
}

.menu li {
    list-style: none;
}

#checkbox_toggle {
    display: none;
}


/* Dropdown content hidden by default */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    top: 2rem;
}

/* Style for dropdown items */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #ffffff;
    text-decoration: none;
}

/* Optional: style the dropdown when it's shown */
.dropdown-content.show {
    display: block;
}

.Footer {
    background-color: #ebe9e9;
    width: 100%;
    height: auto;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}


.padd_footer {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.Footer_display {
    display: flex;
    width: 100%;
}

.Footer_position1 {
    position: relative;
    width: 45%;
}

.Footer_position {
    position: relative;
    width: 55%;
}

.amfi_text {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.amfi_text1 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.img_foot {
    width: 39%;
}

.main_foo {
    padding-top: 0.5rem;
}

.subscribe {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.sub_opad {
    padding-top: 2rem;
}

.input_flex {
    width: 65%;
    display: flex;
    padding-top: 1.5rem;
}

.posit_fle {
    position: relative;
    width: 55%;
}

.posit_fle1 {
    position: relative;
    width: 30%;
}

.email_boxx {
    width: 83%;
    height: 3rem;
    border: 1px solid #CDC9BB;
    border-radius: 5px;
    background-color: transparent;

}
.navitem a.active {
    background: none !important;
    border: none !important;
    background-color: transparent !important;
}

.navitem a.active span {
    color: #ff6500 !important;
    font-weight: 600;
}


.send_butn {
    width: 100%;
    height: 3rem;
    border-radius: 5px;
    background-color: #ff6500;
    border: none;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.email_boxx::placeholder {
    padding-left: 1rem;
}

.send_butn {
    width: 100%;

}

.flex_category {
    display: flex;
    width: 100%;
}

.position_fle {
    position: relative;
    width: 33.33%;
    padding-left: 1rem;
}

.padd_grid {
    display: grid;
}

.text_padd1 {
    margin: 0.3rem;
}

.text_padd1 {
    margin: 0.5rem 0.7rem 0.9rem 0.4rem;
}

.main_hed {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.bottom_redir {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.bottom_redir a {
    text-decoration: none;
    color: #000000;
}

.bottom_redir1 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 300;
}

.bott_line {
    width: 100%;
    border-top: 1px solid #666270;
    margin: 1px
}

.padd_set {
    padding-top: 0.5rem;
}

.link_flex {
    display: flex;
    width: 40%;
    padding-top: 1rem;

}

.link_posityi {
    width: 30%;
    position: relative;
    padding: 0.1rem;
}

.posit_flex {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 1rem;

}

.copy_right {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;

}

.texdt_ps {
    padding-top: 0.8rem;
}


.nbsha_aha {
    width: 100%;
}
.nbsha_aha1{
    width: 50%;
}

.modal {
    position: fixed;
    inset: 0;
    background: #0008;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.hidden {
    display: none;
}

.modal-content {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 0 20px #0005;
    position: relative;
}

.close {
    position: absolute;
    top: .5rem;
    right: .8rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.input {
    width: 100%;
    padding: .6rem .8rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.btn {
    padding: .6rem 1.2rem;
    background: #0077ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn:hover {
    background: #005ad4;
}

/* RESPONSIVE STYLING */
@media (min-width: 768px) and (max-width:1000px) {
    .AllHover {
        color: #000;
        text-decoration: none;
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
    }
}

@media (max-width: 930px) {
    .menu {
        display: none;
    }

    .hamburger {
        display: block;
    }

    #checkbox_toggle:checked~.menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 95px;
        right: 0;
        width: 100%;
        background-color: #ffffff;
        text-align: center;
    }

    .menu li {
        padding: 5px 0;
    }

    .Footer_display {
        flex-direction: column;
        text-align: left;
    }

    .flex_category {
        flex-direction: column;
    }

    .navbar .navbar-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .navbar .logo img {
        width: 150px;
    }

    .main_text {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
    }

    .navitem {
        margin-left: 0px;
    }

    .navitem a {
        font-family: "poppins", sans-serif;
        color: #000 !important;
        text-decoration: none !important;
        font-size: 13px !important;
    }

    .Footer_position1 {
        position: relative;
        width: 100%;
    }

    .Footer_position {
        position: relative;
        width: 100%;
    }

    .position_fle {
        position: relative;
        width: 100%;
        padding-left: 0rem;
    }

    .link_flex {
        display: flex;
        width: 100%;
        padding-top: 0rem;
    }

    .link_posityi {
        width: 21%;
        position: relative;
        padding: 0.5rem;
    }

    .nbsha_aha {
        width: 100%;
    }

    .text_padd1 {
        margin: 0.2rem 0.2rem 0.3rem 0.2rem;
    }

    .img_foot {
        width: 63%;
    }

    .amfi_text {
        color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 23px;
    }
}