@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Jost", sans-serif;
}
.custom-navbar {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    z-index: 1030;
}
.now{
    background-color: #141581;
    color: white;
}
.ces{
    border: 1px solid #141581;
}
.hero-section {
    min-height: 80vh;
    border-radius: 20px;
    padding: 60px 30px;
    display: flex;
    align-items: center;
    background-image: 
        linear-gradient(
            rgba(0, 51, 153, 0.1),
            rgba(0, 51, 153, 0.3)
        ),
        url("./images/HOMEPAGE\ IMAGE\ 2\ -\ Stella\ Chiamaka\ Anaele.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: #fff;
}
.rel h1{
    text-transform: uppercase;
    font-weight: 00;
}
.sec{
    padding-top: 80px;
}
.den{
    background-color: #141581;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    height: 70px;
    color: white;
    border-radius: 10px;
}
.dens{
    background-color: #ffc100;
}
.sho{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);
    padding: 20px 90px 20px 30px;border-radius: 20px;
    display: inline-block;
    color: #222;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.did h1,.baaa h1{
    font-size: 45px;
}
.wat{
    background-color: #bdbdd8;
    border-radius: 20px;
    padding: 30px 50px;
    text-align: center;
}
.testimonial-slide {
    position: relative;
    padding: 40px 20px;
}
.testimonial-card {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.quote-icon {
    position: absolute;
    z-index: 10;
    left: 20px;
    transform: translateY(-50%);
    font-size: 70px;
    color: #0d6efd;
    background: white;
    padding: 10px;
    border-radius: 50%;
}
.testimonial-content h6 {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
    width: 400px;
}
.author h5 {
    margin: 0;
    font-size: 16px;
}
.author p {
    margin: 0;
    font-size: 14px;
    color: #666;
}
.testimonial-img {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
}
.testimonial-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
}
.service-paths {
    padding: 80px 20px;
    text-align: center;
}
.service-paths h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.service-paths p {
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px;
}
.paths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.path-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 35px;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.path-card h3 {
    margin-bottom: 5px;
}
.tag {
    display: inline-block;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #e9f2ff;
    color: #0d6efd;
}
.steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
.steps li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 15px;
}
.steps li span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-right: 12px;
    flex-shrink: 0;
}
.note {
    margin-top: 20px;
    font-size: 14px;
    color: #444;
}
.luu {
    border-radius: 20px;
    padding: 70px 40px;
    background-image: 
        linear-gradient(
            rgba(0, 51, 153, 0.85),
            rgba(0, 51, 153, 0.85)
        );
    color: #fff;
    width: 100%;
}
.roun {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: 
        linear-gradient(
            rgba(0, 51, 153, 0.85),
            rgba(0, 51, 153, 0.85)
        );
    color: #fff;
}
.rou {
    width: 50px;
    font-size: 23px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: #fff;
}
.gun{
    background-color: #f8f8f9;
    padding: 40px;
    border-radius: 10px;
}
.luu h2,.luu h4{
    font-size:17px;
}
.ara input,.ara textarea{
    background-color: white;
    padding: 15px;
    outline: none;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    border: none;
    margin-top: 10px;
}
.ara textarea{
    height: 140px;
    resize: none;
}
.ara label{
    font-size: 19px;
}
@media (max-width: 768px) {
    .paths-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width:764px) {
    .top{
        margin-top: 30px;
    }
    .did h1,.baaa h1{
        font-size: 37px;
    }
    .testimonial-content h6 {
        width: 100%;
    }
}