
.bg-1 {
    background:#EEF4FF!important;
}
.bg-2 {
    background:#EEE9FF!important;
}
section.fullwidth {
    margin-bottom: 0px;
}
    /* SECTION */
.project-section{
    max-width:1150px;
    margin:auto;
    border-radius:22px;
}


/* OWL FIX */
.project-slider .owl-stage{
    display:flex;
    padding:10px 0;
}

.project-slider .owl-item{
    height:auto;
    display:flex;
}

.project-slider .item{
    width:100%;
    display:flex;
}

/* CARD */
.project-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5edf6;
    transition:.35s ease;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
    position:relative;
    width:100%;
    display:flex;
    flex-direction:column;
    margin-right: 20px;
}

.project-card:hover{
    transform:translateY(-5px);
}

/* BADGE */
.new-badge{
    position:absolute;
    top:1px;
    left:1px;
    background:#f8e7b4;
    color:#222;
    font-size:12px;
    font-weight:700;
    padding:5px 10px;
    border-radius:6px;
    z-index:2;
}

/* CONTENT */
.project-content{
    padding:12px;
    display:flex;
    flex-direction:column;
    height:100%;
}

.project-top{
    display:flex;
    gap:16px;
    flex:1;
    margin-top: 20px;
}

/* IMAGE */
.project-image{
    width:95px !important;
    min-width:95px !important;
    max-width:95px !important;

    height:95px;

    border-radius:50%;
    object-fit:cover;

    flex-shrink:0;

    border:5px solid #f2f6fa;
}

.project-details{
    width:100%;
}

.project-details h3{
    font-size:20px;
    line-height:1.2;
    margin-bottom:8px;
    color:#1b2335;
}

.project-location{
    color:#6f7b91;
    font-size:16px;
    margin-bottom:12px;
}

.project-price{
    font-size:16px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
    line-height:1.4;
}

.project-price span{
    color:#6b7280;
    font-size:16px;
    font-weight:400;
}

.project-growth{
    color:#18a957;
    font-size:15px;
    line-height:1.4;
}

/* BOTTOM */
.project-bottom{
    margin-top:22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}

.project-tag{
    display:flex;
    gap:10px;
    align-items:flex-start;
    color:#4f5b73;
    font-size:15px;
    line-height:1.4;
}

.project-tag i{
    color:#0A66C2;
    margin-top:3px;
}

/* BUTTON */
.modern-btn{
    background:linear-gradient(
    135deg,
    #0A66C2 0%,
    #e33324 100%
    );

    color:#fff !important;

    border:none;
    border-radius:14px;

    padding:12px 22px;

    font-size:14px;
    font-weight:700;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    gap:8px;

    transition:all .35s ease;

    box-shadow:0 10px 25px rgba(10,102,194,0.25);

    cursor:pointer;

    white-space:nowrap;
}

.modern-btn:hover{
    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(227,51,36,0.28);

    background:linear-gradient(
    135deg,
    #0858a8 0%,
    #c92c1f 100%
    );
}

/* REMOVE ARROWS */
.project-slider .owl-nav{
    display:none !important;
}

/* DOTS */
.project-slider.owl-theme .owl-dots{
    margin-top:24px !important;

    display:flex !important;
    align-items:center;
    justify-content:center;

    gap:8px;
}

/* DOT BUTTON */
.project-slider.owl-theme .owl-dots .owl-dot{
    display:flex !important;
    align-items:center;
    justify-content:center;
}

/* NORMAL DOT */
.project-slider.owl-theme .owl-dots .owl-dot span{
    width:12px !important;
    height:12px !important;

    margin:0 !important;

    border-radius:50px !important;

    background:linear-gradient(
    135deg,
    #0A66C2 0%,
    #e33324 100%
    ) !important;

    opacity:.35 !important;

    transition:all .35s ease !important;

    display:block !important;
}

/* ACTIVE DOT */
.project-slider.owl-theme .owl-dots .owl-dot.active span{
    width:34px !important;
    height:12px !important;

    border-radius:30px !important;

    opacity:1 !important;
}

/* RESPONSIVE */
@media(max-width:991px){

    .project-heading h2{
        font-size:32px;
    }
}

@media(max-width:576px){

    body{
        padding:20px 12px;
    }

    .project-section{
        padding:18px;
    }

    .project-heading h2{
        font-size:26px;
    }

    .project-top{
        flex-direction:column;
    }

    .project-image{
        width:85px !important;
        min-width:85px !important;
        max-width:85px !important;

        height:85px;
    }

    .project-details h3{
        font-size:24px;
    }

    .project-price{
        font-size:20px;
    }

    .project-bottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .modern-btn{
        width:100%;
    }
}

.aid-section {
    background:#f5f3ff1c;
}

.aid-wrapper{
    max-width:1150px;
    margin:auto;
    border-radius:28px;
    padding:50px;

    display:grid;
    grid-template-columns:1.1fr .9fr;

    gap:40px;

    align-items:center;
}

/* LEFT */
.aid-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 18px;

    border-radius:50px;

    background:#dbeafe;

    color:#0A66C2;

    font-size:14px;
    font-weight:700;

    margin-bottom:22px;
}

.aid-left h2{
    font-size:48px;
    line-height:1.15;
    color:#12213d;

    margin-bottom:20px;
}

.aid-left p{
    font-size:17px;
    line-height:1.8;
    color:#5d6b82;

    margin-bottom:28px;
}

/* FEATURES */
.aid-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.aid-feature{
    background:#fff;

    border-radius:16px;

    padding:16px 18px;

    display:flex;
    align-items:center;
    gap:12px;

    font-size:15px;
    font-weight:600;

    color:#1e293b;

    box-shadow:0 8px 20px rgba(0,0,0,0.04);
}

.aid-feature i{
    color:#16a34a;
    font-size:20px;
}

/* RIGHT CARD */
.aid-card{
    background:#fff;

    border-radius:24px;

    padding:32px;

    box-shadow:0 12px 35px rgba(0,0,0,0.06);
}

/* USER */
.aid-user{
    display:flex;
    align-items:center;
    gap:16px;

    margin-bottom:28px;
}

.aid-user-icon{
    width:62px;
    height:62px;

    border-radius:18px;

    background:linear-gradient(
    135deg,
    #0A66C2 0%,
    #e33324 100%
    );

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:26px;
}

.aid-user h3{
    font-size:24px;
    color:#12213d;

    margin-bottom:4px;
}

.aid-user span{
    color:#64748b;
    font-size:14px;
}

/* INPUTS */
.aid-input{
    position:relative;
    margin-bottom:18px;
}

.aid-input i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);

    color:#0A66C2;
    font-size:18px;
}

.aid-input input,
.aid-input select{
    width:100%;
    height:58px;

    border:none;

    background:#f4f7fb;

    border-radius:16px;

    padding:0 18px 0 52px;

    font-size:15px;
    color:#12213d;

    outline:none;
}

/* BUTTON */
.aid-btn{
    width:100%;
    height:58px;

    border:none;

    border-radius:18px;

    background:linear-gradient(
    135deg,
    #0A66C2 0%,
    #e33324 100%
    );

    color:#fff;

    font-size:16px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    cursor:pointer;

    transition:.35s ease;

    box-shadow:0 12px 30px rgba(10,102,194,0.22);
}

.aid-btn:hover{
    transform:translateY(-3px);
}

/* RESPONSIVE */
@media(max-width:991px){

    .aid-wrapper{
        grid-template-columns:1fr;
        padding:30px;
    }

    .aid-left h2{
        font-size:36px;
    }
}

@media(max-width:576px){

    .aid-section{
        padding:40px 0;
    }

    .aid-wrapper{
        padding:22px;
        border-radius:22px;
    }

    .aid-left h2{
        font-size:28px;
    }

    .aid-left p{
        font-size:15px;
    }

    .aid-features{
        grid-template-columns:1fr;
    }

    .aid-card{
        padding:22px;
    }

    .aid-user h3{
        font-size:20px;
    }
}
/* ADS SLIDER */
.ads-slider-section{
    width:100%;
    overflow:hidden;
}

/* IMAGE */
.ads-slider .item img{
    width:100%;
    height:520px;

    object-fit:cover;

    display:block;
}

/* REMOVE NAV */
.ads-slider .owl-nav{
    display:none !important;
}

/* DOTS */
.ads-slider.owl-theme .owl-dots{
    position:absolute;

    bottom:24px;
    left:50%;

    transform:translateX(-50%);

    display:flex;
    align-items:center;
    gap:8px;
}

/* NORMAL DOT */
.ads-slider.owl-theme .owl-dots .owl-dot span{
    width:12px !important;
    height:12px !important;

    margin:0 !important;

    border-radius:50px !important;

    background:#fff !important;

    opacity:.5;

    transition:all .35s ease;
}

/* ACTIVE DOT */
.ads-slider.owl-theme .owl-dots .owl-dot.active span{
    width:34px !important;

    opacity:1;
}

/* MOBILE */
@media(max-width:768px){
    .ads-slider .item img{
        height:260px;
    }
}



