* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    border: none !important;
    text-decoration: none;
}

#header {
    padding: 15px 35px;
    /* position: fixed; */
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    transition: background-color 0.3s ease;
    background-color: #000;
}

#header.scrolled {
    background-color: #000;
    color: white;
}

.coustom-navbar-nav {
    display: flex !important;
    gap: 40px;
}

.active,
.coustom-navbar-nav li a {
    color: #FFFFFF99 !important;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: transparent;
}

.nav-link .active:hover,
.coustom-navbar-nav li a:hover {
    color: transparent;
    background-image: linear-gradient(90deg, #00FFD0 0%, #00B2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .fa-angle-down:hover {
    color: skyblue;
} */
.dropdown-menu li a {
    color: #333 !important;
}

.custom-nav-link-header.dropdown-toggle::after {
    display: none;
}

.common-quote-btn button {
    background: linear-gradient(90deg, #00B2FF 7.14%, #00FFD0 153.9%);
    width: 155px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
}

.contact-btn-border {
    width: 155px;
    height: 40px;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.common-quote-btn button a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    /* padding: 12px 20px; */
}

.nav-item .demo-link::after {
    font-family: 'Font Awesome 6 Free';
    content: "\f078";
    font-weight: 600;
    font-size: 16px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.nav-item.dropdown.show .demo-link::after {
    transform: rotate(180deg);
}

/* Add custom arrow icon using ::after */
/* .nav-item .demo-link::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../assets/index-page/dropdown-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: 1px;
    transition: transform 0.3s ease-in-out;
}
.nav-item.dropdown.show .demo-link::after {
    transform: rotate(180deg);
} */
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* FOOTER CSS START | FOOTER CSS START |*/
#footer {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}


.footer-para {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 65%;
    text-decoration: none;
}

.footer-contact {
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.footer-para-service {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 65%;
    text-decoration: none;
}

.footer-heading {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 18px;
}

.footer-social-icons {
    display: flex;

    gap: 24px;
}

.copyright-text {
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.footer-contact-btn button {
    background: linear-gradient(90deg, #00B2FF 7.14%, #00FFD0 153.9%);
    width: 155px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
}

.footer-contact-btn button a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .coustom-navbar-nav {
        display: flex !important;
        gap: 5px;
    }

    .active,
    .coustom-navbar-nav li a {
        font-size: 16px
    }

    .nav-item .demo-link::after {
        font-size: 10px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-social-icons {
        gap: 14px;
    }

    .copyright-text {
        font-size: 12px;
    }

    /* 768 wala hai */
    .footer-heading {
        font-size: 14px;
    }

    .footer-contact {
        font-size: 12px;
    }

    .footer-para {
        font-size: 12px;
    }

    .footer-para-service {
        font-size: 10px;
    }

    /* 768 */
    .footer-contact-btn button {
        width: 115px;
        height: 35px;
    }

    .footer-contact-btn button a {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .coustom-navbar-nav {
        gap: 20px;
        margin-top: 20px;
    }

    .footer-heading {
        font-size: 14px;
    }

    .footer-contact {
        font-size: 14px;
    }

    .footer-para {
        font-size: 14px;
    }

    .footer-para-service {
        font-size: 14px;
    }

    .footer-social-icons {
        gap: 14px;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width:576px) {
    .footer-social-icons {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .footer-para {
        font-size: 12px;
    }
    .footer-para-service {
        font-size: 12px;
    }
    .footer-contact-btn button {
        width: 120px;
        height: 40px;
    }
    .footer-contact-btn button a {
        font-size: 14px;
    }
    .copyright-text{
        font-size: 12px;
    }
}

@media screen and (max-width:321px) {
    .footer-social-icons {
        gap: 8px;
    }
}
/* .button-wrapper {
    position: relative;
}

.button-conatct-header {
    background-color: skyblue;
    color: white;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 35px;
    position: relative;
    z-index: 5555;
}

.button-bg-header {
    position: absolute;
    z-index: 0;
    background-color: white;
    padding: 14px 45px;
    top: -2px;
    left: -8px;
    right: 0;
    height: 100%;
    border-radius: 35px;
    border: 12px solid transparent;
    background-clip: border-box;
    animation: animateBorder 4s ease infinite;
}

@keyframes animateBorder {
    0% {
        border-color: transparent;
        background-image: linear-gradient(45deg, red, yellow);
    }
    50% {
        border-color: transparent;
        background-image: linear-gradient(45deg, blue, green);
    }
    100% {
        border-color: transparent;
        background-image: linear-gradient(45deg, red, yellow);
    }
} */


