@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*{
    font-family: "Plus Jakarta Sans";
}

.marquee_title{
    font-size: 40px;
    font-weight: 700;
}

.aboutus{
    background: #000;
    padding-top: 4%;
    padding-bottom: 4%;
}

.servicemarquee{
    background: #abce1d;
    padding-top: 2%;
    padding-bottom: 1%;
}

.about_title{
    font-size: 50px;
    font-weight: 300;
    color: #fff;
}

.about_title span{
    font-weight: 700;
    color: #abce1d;
}

.about_subtitle{
    font-size: 15px;
    color: #fff;
}

.about_image{
    border-radius: 20px;
}

.services{
    background: #000;
    padding-top: 4%;
    padding-bottom: 4%;
}

.service_title{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.service_subtitle{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.icon_section i {
    background: #abce1d;
    padding: 15px 16px;
    border-radius: 50px;
    margin-left: 5px;
    color: #000;
    transition: all 0.3s ease-in-out;
    display: inline-block; /* Ensures transform works smoothly */
}

/* Hover Effect */
.icon_section i:hover {
    transform: rotate(-45deg); /* Rotates diagonally upward */
    background: #fff;
    color: #000; /* Already black, but you can set a different color if needed */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* Optional: subtle shadow for effect */
}

hr{
    color: #fff;
}

.why_choose_us{
    background: #000;
    padding-top: 4%;
    padding-bottom: 4%; 
}

.why-subtitle{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.why-subtitle i{
    font-size: 15px;
    color: #abce1d;
    padding-left: 0px;
}

.whyus{
    border-radius: 20px;
    width: 80%;
}

.title_whyus{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.title_whyus i{
    padding: 0;
    color: #abce1d;
    font-size: 23px;
}

.our_feature{
    background: #000;
    padding-top: 4%;
    padding-bottom: 2%;
}

.our_features_row {
    position: relative;
    border-top: 20px solid #abce1d; /* Top border (solid) */
    border-radius: 20px 20px 0 0;
    background-color: #000; /* Adjust based on your layout */
    overflow: hidden;
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 4%;
}

/* LEFT Gradient Border */
.our_features_row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to bottom, #abce1d, #000); /* Adjust as needed */
}

/* RIGHT Gradient Border */
.our_features_row::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to bottom, #abce1d, #000); /* Adjust as needed */
}

.free_quote{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.free_quote span{
    color: #abce1d;
    font-weight: 700;
    text-decoration: underline;
}

.letgetsstarted{
    background: #000;
    padding-top: 2%;
    padding-bottom: 2%;
}

.getstarted{
    background: #0f100b;
    border: 1px solid #191a14;
    padding: 40px 40px;
    border-radius: 20px;
    backdrop-filter: blur(100px);
}

.faqs{
    background: #000;
    padding-top: 2%;
    padding-bottom: 2%;
}

ul.quick_links{
    list-style: none;
}

ul.quick_links li{
    color: white;
    padding-top: 20px;
    margin-left: -28px;
}

.footer-subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.footer-subtitle i{
    font-size: 15px;
    color: #abce1d;
    padding-left: 0px;
    padding-right: 10px;
}

.social_icons{
    margin-left: -30px;
}

@media screen and (max-width: 550px) {
    .servicemarquee{
        padding-top: 5%;
    }
    .marquee_title{
        font-size: 25px;
    }
    .aboutus{
        padding-top: 15%;
        padding-bottom: 15%;
    }
    .about_title{
        font-size: 30px;
    }
    img.about_image {
        width: 90%;
    }
    .services_mobile{
        margin-top: 30px;
    }
    .service_title{
        font-size: 21px;
    }
    .service_subtitle{
        font-size: 15px;
    }
    .why_choose_us{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .whyus{
        width: 100%;
    }
    .why-subtitle{
        margin-top: 10%;
    }
    .our_feature{
        padding-left: 3%;
        padding-right: 3%;
    }
    .our_features_row{
        padding-left: 8%;
        padding-right: 8%;
    }
    .getstarted{
        padding-left: 5%;
        padding-right: 5%;
    }
}
