/*  Footer css  */
.btn {
    background-color: transparent;
    color: #63cbcb;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.dropdown-toggle::after {
    content: ' \25BC'; /* Down arrow */
    font-size: 12px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-menu a {
    color: black !important;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 700;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

/* Display dropdown below by default */
.dropdown:hover .dropdown-menu {
    display: block;
    bottom: auto; /* Reset any previous positioning */
    top: 100%; /* Position below */
}

/* Display dropdown above if needed */
.dropdown.hover-up .dropdown-menu {
    bottom: 100%; /* Position above */
    top: auto; /* Reset positioning */
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e9ecef;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.infinite-copyright-container{
    display: flex;
    justify-content: space-between;
}
.copy-content{
    width: 50% !important;
}
.quick_links{
    width: 50% !important;
    display: flex;
}
.blank_link_forw{
    width: 17% !important;
}
.glob_link{
    width: 25% !important;
    text-align: center;
}
.glob_img{
    width : 25px !important;
}

/*Footer Css*/

@media (min-width: 300px) and (max-width: 768px) {
    .infinite-copyright-container{
        display :inline-block;
        justify-content: normal;
    }
    .copy-content{
        width: 100% !important;
        margin-top: 20px;
    }
    .quick_links{
        width: 100% !important;
        display: flex;
    }
    .blank_link_forw{
        width: 0% !important;
    }
    .glob_link{
        width: 50% !important;
    }
    .glob_img{
        width: 20px !important;
    }
    .btn{
        font-size: 12px !important;
        padding: 10px 0px !important;
    }

    div a{
        font-size: 12px !important;
        padding: 10px 0px !important;
    }

    .dropdown-item{
        font-size: 12px !important;
        padding: 10px 20px !important;
    }

    .infinite-copyright-text {
        font-size: 12px !important;
    }
}

@media (min-width:768px) and (max-width: 1180px) {
    .infinite-copyright-container {
        display: inline-block;
        justify-content: normal;
    }

    .copy-content {
        width: 100% !important;
        margin-top: 20px;
    }

    .quick_links {
        width: 100% !important;
        display: flex;
    }

    .blank_link_forw {
        width: 0% !important;
    }

    .glob_link {
        width: 50% !important;
    }

    .glob_img {
        width: 20px !important;
    }

    .btn {
        font-size: 20px !important;
        padding: 10px 20px !important;
    }

    div a {
        font-size: 20px !important;
        padding: 10px 0px !important;
    }

    .dropdown-item {
        font-size: 16px !important;
        padding: 10px 20px !important;
    }

    .infinite-copyright-text {
        font-size: 20px !important;
    }
}

@media (min-width:1024px) and (max-width: 1366px) {
    .infinite-copyright-container {
        display: inline-block;
        justify-content: normal;
    }

    .copy-content {
        width: 100% !important;
        margin-top: 20px;
    }

    .quick_links {
        width: 100% !important;
        display: flex;
    }

    .blank_link_forw {
        width: 0% !important;
    }

    .glob_link {
        width: 50% !important;
    }

    .glob_img {
        width: 20px !important;
    }

    .btn {
        font-size: 20px !important;
        padding: 10px 20px !important;
    }

    div a {
        font-size: 20px !important;
        padding: 10px 0px !important;
    }

    .dropdown-item {
        font-size: 16px !important;
        padding: 10px 20px !important;
    }

    .infinite-copyright-text {
        font-size: 30px !important;
    }
}
