.elementor-12 .elementor-element.elementor-element-4b5f18f{--display:flex;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-4b5f18f:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-4b5f18f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-12 .elementor-element.elementor-element-ad4b9d4{--display:flex;}.elementor-12 .elementor-element.elementor-element-2d6a320{--display:flex;}.elementor-12 .elementor-element.elementor-element-c4baff0{--display:flex;}.elementor-12 .elementor-element.elementor-element-a4652ac{--display:flex;}body.elementor-page-12:not(.elementor-motion-effects-element-type-background), body.elementor-page-12 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-f9fdad2 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.hero-section{
    min-height:900px;
    display:flex;
    align-items:center;
    padding:80px;

    border-radius:0 0 90px 0px;
    overflow:hidden;

    background-image:
    linear-gradient(
        90deg,
        rgba(0,0,0,.75) 0%,
        rgba(0,0,0,.45) 40%,
        rgba(0,0,0,.15) 100%
    ),
    url("https://iconiqmodels.com/wp-content/uploads/2026/06/shivash.png");

    background-size:cover;

    /* 👇 yaha change karo */
    background-position: 20% center; /* ya 80% bhi try kar sakte ho */

    background-repeat:no-repeat;
}
.hero-content{
    max-width:700px;
    color:#fff;
}

.sub-title{
    display:block;
    font-size:24px;
    margin-bottom:20px;
    
}

.hero-content h1{
    font-size:72px;
    line-height:1.05;
    font-weight:700;
    margin-bottom:25px;
       color:#fff;
}

.hero-content p{
    font-size:24px;
    line-height:1.6;
    margin-bottom:35px;
}

.hero-btn{
    display:inline-block;
    padding:18px 40px;
    background:#ffd339;
    color:#000;
    text-decoration:none;
    border-radius:50px;
    font-size:22px;
    font-weight:600;
}

@media(max-width:768px){

    .hero-section{
        min-height:650px;
        padding:40px 25px;
    }

    .hero-content h1{
        font-size:42px;
    }

    .hero-content p{
        font-size:18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1234cc */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#f5f5f5;
}

.about-section{
    padding:80px 0;
}

.container{
    width:90%;
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/* LEFT SIDE */

.left-side{
    flex:1;
    position:relative;
}

.left-side img{
    width:100%;
    border-radius:12px;
    display:block;
}

/* FLOATING CARD */

.floating-card{
    position:absolute;
    top:60px;
    right:-40px;

    background:linear-gradient(
        135deg,
        #0A0A0A 0%,
        #01143D 50%,
        #053899 100%
    );

    color:#fff;

    padding:18px 20px;
    width:260px;

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

    border-radius:12px;

    box-shadow:0 15px 40px rgba(0,0,0,.25);

    transition:all .4s ease;
}

.floating-card:hover{
    background:linear-gradient(
        135deg,
        #053899 0%,
        #01143D 50%,
        #0A0A0A 100%
    );
}

/* ICON */

.icon{
    width:50px;
    height:50px;
    min-width:50px;

    background:rgba(255,255,255,0.15);

    border-radius:50%;

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

    color:#fff;
    font-size:18px;
}

/* CARD TEXT */

.floating-card h4{
    font-size:16px;
    font-weight:600;
    margin-bottom:4px;
    line-height:1.3;
    color:#fff;
}

.floating-card p{
    font-size:13px;
    line-height:1.5;
    margin:0;
    color:#fff;
    opacity:.9;
}

/* RIGHT SIDE */

.right-side{
    flex:1;
}

.right-side h2{
    font-size:30px;
    line-height:1.2;
    font-weight:700;
    color:#222;
    margin-bottom:25px;
}

.right-side p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:40px;
}

/* FEATURES */

.features{
    display:flex;
    gap:40px;
    margin-bottom:40px;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.feature-box i{
    width:55px;
    height:55px;

    background:#fff;
    color:#053899;

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

    border-radius:50%;
    font-size:22px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.feature-box h4{
    font-size:20px;
    color:#222;
}

/* BUTTON */

.btn{
    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:16px 30px;

    background:linear-gradient(
        135deg,
        #0A0A0A 0%,
        #01143D 50%,
        #053899 100%
    );

    color:#fff;
    text-decoration:none;

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

    border-radius:8px;

    transition:.4s ease;
}

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

    background:linear-gradient(
        135deg,
        #053899 0%,
        #01143D 50%,
        #0A0A0A 100%
    );
}

/* RESPONSIVE */

@media(max-width:992px){

    .container{
        flex-direction:column;
        gap:40px;
    }

    .floating-card{
        position:relative;
        top:-40px;
        right:0;
        width:100%;
    }

    .right-side h2{
        font-size:36px;
    }

    .right-side p{
        font-size:16px;
    }

    .features{
        flex-direction:column;
        gap:20px;
    }
}

@media(max-width:576px){

    .about-section{
        padding:50px 0;
    }

    .right-side h2{
        font-size:28px;
    }

    .feature-box h4{
        font-size:18px;
    }

    .btn{
        width:100%;
        justify-content:center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1260371 */.testimonial-section{
    padding:0 3%;
    font-family:Poppins,sans-serif;
    position:relative;
    overflow:hidden;
}

.center7{
    text-align:center;
    margin-bottom:35px;
}

.center7 h2{
    font-size:36px;
    font-weight:700;
    margin:0;
}

/* UPDATED GRID (BIGGER CARDS) */
.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(500px, 2fr));
    gap:20px;
    margin:0 auto;
}

.testimonial-card{
    position:relative;
    height:340px; /* thoda height bhi increase */
    border-radius:30px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
    transition:.4s ease;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    inset:0;
}

.testimonial-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.25),
        transparent
    );
    z-index:2;
}

.card-content{
    position:absolute;
    left:15px;
    right:15px;
    bottom:15px;
    z-index:3;

    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.18);
    border-radius:16px;
    padding:16px;

    display:flex;
    flex-direction:column;
    gap:8px;
}

.card-content h3{
    color:#ffffff;
    margin:0;
    font-size:18px;
    font-weight:600;
}

.card-content span{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#e5e7eb;
    font-size:13px;
}

.arrow-inline{
    width:32px;
    height:32px;
    border-radius:50%;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s ease;
    flex-shrink:0;
}

.arrow-inline:hover{
    transform:translateX(4px);
}

.arrow-inline i{
    color:#000;
    font-size:12px;
}

/* Tablet */
@media (max-width:1200px){

    .testimonial-grid{
        overflow-x:auto;
        grid-template-columns:repeat(4,300px); /* bigger cards */
        padding-bottom:10px;
    }

    .testimonial-grid::-webkit-scrollbar{
        height:6px;
    }

}

/* Mobile */
@media (max-width:768px){

    .testimonial-card{
        height:300px;
    }

    .center7 h2{
        font-size:28px;
    }

    .card-content h3{
        font-size:16px;
    }

    .card-content span{
        font-size:12px;
    }
}

/* Small Mobile */
@media (max-width:480px){

    .testimonial-section{
        padding:0 5%;
    }

    .testimonial-card{
        height:280px;
        border-radius:24px;
    }

    .card-content{
        padding:12px;
        border-radius:14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e7ca0c */.how-it-works{
    padding:80px 20px;
    background:#f8fafc;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:auto;
    margin-bottom:60px;
}


.section-title h2{
    font-size:40px;
    margin:15px 0;
    color:#111;
}

.section-title p{
    color:#6b7280;
    line-height:1.7;
        font-size:20px;
}

.steps-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.step-card{
    position:relative;
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
}

.step-card:hover{
    transform:translateY(-10px);
}

.step-number{
    position:absolute;
    top:15px;
    right:20px;

    font-size:42px;
    font-weight:700;
    color:rgba(5,56,153,.08);
}

.step-card i{
    width:80px;
    height:80px;
    line-height:80px;

    border-radius:50%;
    background:#053899;
    color:#fff;

    font-size:28px;
    margin-bottom:20px;
}

.step-card h3{
    margin-bottom:12px;
    color:#111;
}

.step-card p{
    color:#6b7280;
    line-height:1.6;
}

@media(max-width:992px){

.steps-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.section-title h2{
    font-size:34px;
}

.steps-grid{
    grid-template-columns:1fr;
}

}/* End custom CSS */