
}/* footer */
footer {
    border-top: 1px solid rgb(202, 200, 200);
    margin-top: 30px;
    height: 500px;
    padding: 50px 0px;
}

.footer-p {
    font-size: 15px;
    opacity: 0.7;
    text-transform: uppercase;
}

.first-li,
.second-li,
.third-li {
    position: relative;
    padding-bottom: 1px;
}

    .first-li::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0;
        height: 0.5px;
        background-color: black;
        transition: 0.2s ease-in-out;
    }

    .first-li:hover::after {
        width: 25%;
    }

    .second-li::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0;
        height: 0.5px;
        background-color: black;
        transition: 0.2s ease-in-out;
    }

    .second-li:hover::after {
        width: 35%;
    }

    .third-li::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0;
        height: 0.5px;
        background-color: black;
        transition: 0.2s ease-in-out;
    }

    .third-li:hover::after {
        width: 70%;
    }

.footer-parent nav ul li {
    list-style: none;
}

.footer-parent nav ul a {
    color: black;
    text-decoration: none;
    line-height: 2;
    font-size: 15px;
}

    .footer-parent nav ul a:hover::after {
        width: 40%;
    }

.first-ul {
    margin-left: 10%;
    position: relative;
}

.i-down1 {
    position: absolute;
    top: 2px;
    right: 0px;
    cursor: pointer;
    display: none;
}

.i-up1 {
    position: absolute;
    top: 4px;
    right: 0px;
    cursor: pointer;
    display: none;
}

.second-ul {
    position: relative;
}

.i-down2 {
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
    display: none;
}

.i-up2 {
    position: absolute;
    top: 10px;
    right: 7px;
    cursor: pointer;
    display: none;
}

.third-ul {
    position: relative;
}

.i-down3 {
    position: absolute;
    top: 1px;
    right: -4px;
    cursor: pointer;
    display: none;
}

.i-up3 {
    position: absolute;
    top: 0px;
    right: -4px;
    cursor: pointer;
    display: none;
}

.Footer-icons {
    margin-left: -30%;
    /*margin-top: 5%;*/
}

    .Footer-icons .i2 {
        padding: 7px 10px;
        margin: 0px 5px;
        transition: 0.5s ease;
    }

        .Footer-icons .i2:hover {
            color: white;
            background-color: black;
        }

    .Footer-icons i {
        font-size: 21px;
        color: black;
        padding: 7px;
        border-radius: 50%;
        background-color: rgb(227, 226, 226);
        transition: 0.5s ease;
        margin:10px;
        margin-left:20px;
    }

        .Footer-icons i:hover {
            color: white;
            background-color: black;
        }

.footer-info {
    margin-top: -2%;
    padding: 10px 80px;
}

    .footer-info img {
        width: 300px;
    }

footer .copy-right {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    opacity: 0.7;
}


/* ////////////////////////////////////////////////////////////// */
@media (max-width: 450px) {
    .footer-info {
        margin-left: -12%;
    }

        .footer-info img {
            width: 250px;
            margin-left: 25%;
        }

    .Footer-icons {
        margin-left: 31%;
    }

        .Footer-icons .i2 {
            padding: 6px 8px;
            transition: 0.5 ease;
        }

        .Footer-icons i {
            background-color: white;
            color: black;
            padding: 6px;
            transition: 0.5 ease;
            font-size: 25px;
        }


    .footer-ul {
        margin-left: 2%;
    }

    .third-ul {
        margin-left: 10%;
    }

    .second-ul {
        margin-left: 13%;
        border: 1px solid gray;
        border-right: 0;
        border-left: 0;
        padding: 10px 0;
    }

    .footer-parent nav ul .first-li-section {
        display: none;
    }

    .footer-parent nav ul .second-li-section {
        display: none;
    }

    .footer-parent nav ul .third-li-section {
        display: none;
    }

    .i-down1,
    .i-down2,
    .i-down3 {
        display: block;
    }

    .i-up1,
    .i-up2,
    .i-up3 {
        display: none;
    }

    .first-li:hover::after {
        width: 0;
    }

    .second-li:hover::after {
        width: 0;
    }

    .third-li:hover::after {
        width: 0;
    }
}

@media (min-width: 450px) and (max-width: 540px) {
    .footer-info {
        margin-left: -12%;
    }

        .footer-info img {
            width: 250px;
            margin-left: 25%;
        }

    .Footer-icons {
        margin-left: 22%;
    }

        .Footer-icons .i2 {
            padding: 6px 8px;
            transition: 0.5 ease;
        }

        .Footer-icons i {
            background-color: white;
            color: black;
            padding: 6px;
            transition: 0.5 ease;
            font-size: 25px;
        }


    .footer-ul {
        margin-left: 2%;
    }

    .third-ul {
        margin-left: 10%;
    }

    .second-ul {
        margin-left: 13%;
        border: 1px solid gray;
        border-right: 0;
        border-left: 0;
        padding: 10px 0;
    }

    .footer-parent nav ul .first-li-section {
        display: none;
    }

    .footer-parent nav ul .second-li-section {
        display: none;
    }

    .footer-parent nav ul .third-li-section {
        display: none;
    }

    .i-down1,
    .i-down2,
    .i-down3 {
        display: block;
    }

    .i-up1,
    .i-up2,
    .i-up3 {
        display: none;
    }

    .first-li:hover::after {
        width: 0;
    }

    .second-li:hover::after {
        width: 0;
    }

    .third-li:hover::after {
        width: 0;
    }
}

@media (width: 768px) {
    .Footer-icons {
        margin-left: -7%;
        margin-top: 1px;
    }

    footer .copy-right {
        margin: 50px 0 0 0%;
    }
}

@media (width: 820px) {
    .Footer-icons {
        margin-left: -7%;
        margin-top: 1px;
    }

    footer .copy-right {
        margin: 50px 0 0 0%;
    }
}

@media (width: 912px) {
    .Footer-icons {
        margin-left: -3%;
        margin-top: 1px;
    }

    footer .copy-right {
        margin: 50px 0 0 0%;
    }
}

/* Smooth transition for showing the arrows */
.i-down1,
.i-down2,
.i-down3,
.i-up1,
.i-up2,
.i-up3 {
    transition: all 0.3s ease;
}

@media (min-width: 450px) {
    .i-down1,
    .i-down2,
    .i-down3,
    .i-up1,
    .i-up2,
    .i-up3 {
        display: none !important;
    }
}

@media (min-width: 450px) and (max-width: 1024px) {
    .first-ul {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .first-li-section,
    .second-li-section,
    .third-li-section {
        display: block; /* Ensure they are visible on larger screens */
    }
}

/* Default for larger screens */
.first-li-section,
.second-li-section,
.third-li-section {
    display: block;
}
footer::before {
    content: "";
    display: block ;
    width: 100% ;
    height: 1px !important;
    background: linear-gradient(to right, #000, #777, #000) ;
    opacity: 0.5 ;
    margin-bottom: 50px ; /* Increased space BELOW the line */
    margin-top: 50px ; /* Increased space BELOW the line */
    position: relative ;
    z-index: 1 ;
}

footer .developed-by {
    margin-top: 10px;
    text-align: center;
    font-size: 17px;
    opacity: 0.7;
}

    footer .developed-by .developer-link {
        color: black;
        text-decoration: none;
        position: relative;
        transition: color 0.3s ease;
    }

        footer .developed-by .developer-link::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 0.5px;
            background-color: black;
            transition: width 0.2s ease-in-out;
        }

        footer .developed-by .developer-link:hover {
            color: #333;
        }

            footer .developed-by .developer-link:hover::after {
                width: 100%;
            }

/* Media Queries for smaller screens */
@media (max-width: 450px) {
    footer .developed-by {
        font-size: 14px;
        margin-top: 15px;
    }
}

@media (min-width: 450px) and (max-width: 540px) {
    footer .developed-by {
        font-size: 14px;
        margin-top: 15px;
    }
}