.elementor-535 .elementor-element.elementor-element-3af528b{--display:flex;}.elementor-535 .elementor-element.elementor-element-3af528b:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-3af528b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B336B;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-535 .elementor-element.elementor-element-da54c33{--display:flex;}.elementor-535 .elementor-element.elementor-element-da54c33:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-da54c33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-535 .elementor-element.elementor-element-231ad66{background-color:#F8FAFC;}.elementor-535 .elementor-element.elementor-element-231ad66 .elementor-heading-title{color:#6EC1E4;}.elementor-535 .elementor-element.elementor-element-c62f214{--display:flex;}.elementor-535 .elementor-element.elementor-element-76d8b7b{--display:flex;}.elementor-535 .elementor-element.elementor-element-76d8b7b:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-76d8b7b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-535 .elementor-element.elementor-element-7401ca0{--display:flex;}.elementor-535 .elementor-element.elementor-element-7401ca0:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-7401ca0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-535 .elementor-element.elementor-element-44297b4{--display:flex;}.elementor-535 .elementor-element.elementor-element-44297b4:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-44297b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-535 .elementor-element.elementor-element-1e5260f{--display:flex;}.elementor-535 .elementor-element.elementor-element-1e5260f:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-1e5260f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B336B;}.elementor-535 .elementor-element.elementor-element-a2661b4{--display:flex;}.elementor-535 .elementor-element.elementor-element-a2661b4:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-a2661b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-535 .elementor-element.elementor-element-5fa432c{--display:flex;}.elementor-535 .elementor-element.elementor-element-5fa432c:not(.elementor-motion-effects-element-type-background), .elementor-535 .elementor-element.elementor-element-5fa432c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for heading, class: .elementor-element-045b8af */.pune-hero{
    padding:100px 20px;
    background:#0B336B;
    background-image:
        radial-gradient(rgba(245,130,32,0.08) 1px, transparent 1px);
    background-size:28px 28px;
    font-family:'Montserrat',sans-serif;
}

.hero-container{
    max-width:1100px;
    margin:0 auto;
    text-align:center;
}

.hero-badge{
    display:inline-block;
    background:rgba(245,130,32,0.12);
    color:#F58220;
    border:1px solid rgba(245,130,32,0.25);

    padding:12px 20px;
    border-radius:50px;

    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;

    margin-bottom:30px;
}

.pune-hero h1{
    color:#FFFFFF;
    font-size:58px;
    font-weight:800;
    line-height:1.15;

    max-width:900px;
    margin:0 auto 30px;
}

.hero-description{
    color:rgba(255,255,255,0.85);

    font-size:20px;
    line-height:1.9;

    max-width:900px;
    margin:0 auto 45px;
}

.hero-description strong{
    color:#FFFFFF;
}

.trust-points{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;

    margin-bottom:50px;
}

.trust-item{
    background:rgba(255,255,255,0.08);

    color:#FFFFFF;

    padding:12px 18px;
    border-radius:8px;

    font-size:15px;
    font-weight:600;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

    margin-bottom:35px;
}

.btn-primary,
.btn-secondary,
.btn-whatsapp{
    display:inline-block;

    text-decoration:none;

    padding:16px 28px;
    border-radius:8px;

    font-size:16px;
    font-weight:700;

    transition:all .3s ease;
}

.btn-primary{
    background:#F58220;
    color:#FFFFFF;
}

.btn-primary:hover{
    background:#FF9734;
    transform:translateY(-3px);
}

.btn-secondary{
    border:2px solid rgba(255,255,255,0.20);
    color:#FFFFFF;
}

.btn-secondary:hover{
    background:rgba(255,255,255,0.08);
    border-color:#FFFFFF;
}

.btn-whatsapp{
    background:#25D366;
    color:#FFFFFF;
}

.btn-whatsapp:hover{
    transform:translateY(-3px);
    filter:brightness(1.05);
}

.hero-footer{
    color:rgba(255,255,255,0.65);

    font-size:15px;
    line-height:1.8;

    max-width:850px;
    margin:0 auto;
}

@media(max-width:992px){

    .pune-hero h1{
        font-size:46px;
    }

    .hero-description{
        font-size:18px;
    }
}

@media(max-width:768px){

    .pune-hero{
        padding:80px 20px;
    }

    .pune-hero h1{
        font-size:36px;
    }

    .hero-description{
        font-size:16px;
    }

    .trust-item{
        width:100%;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .btn-primary,
    .btn-secondary,
    .btn-whatsapp{
        width:100%;
        text-align:center;
    }
}

@media(max-width:480px){

    .pune-hero h1{
        font-size:30px;
    }

    .hero-badge{
        font-size:12px;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-231ad66 */.boom-rental-section{
    padding:100px 20px;
    background:#F8FAFC;
    font-family:'Montserrat',sans-serif;
}

.boom-container{
    max-width:1200px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
}

.section-label{
    display:inline-block;
    color:#F58220;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.section-header h2{
    color:#0B336B;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.section-header p{
    color:#5B667A;
    font-size:18px;
    line-height:1.9;
}

.boom-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:50px;
}

.boom-card{
    background:#FFFFFF;
    padding:40px 35px;
    border-radius:12px;
    border:1px solid #E5E7EB;
    transition:0.3s ease;
}

.boom-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(11,51,107,0.08);
}

.boom-height{
    display:inline-block;
    background:rgba(245,130,32,0.12);
    color:#F58220;
    padding:10px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:25px;
}

.boom-card h3{
    color:#0B336B;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.boom-card p{
    color:#667085;
    line-height:1.8;
}

.boom-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:60px;
}

.feature-item{
    background:#FFFFFF;
    padding:18px 20px;
    border-radius:8px;
    font-weight:600;
    color:#0B336B;
    border-left:4px solid #F58220;
}

.service-areas{
    background:#FFFFFF;
    padding:45px;
    border-radius:12px;
    text-align:center;
    margin-bottom:50px;
}

.service-areas h3{
    color:#0B336B;
    font-size:30px;
    margin-bottom:20px;
}

.service-areas p{
    color:#667085;
    line-height:1.9;
    font-size:17px;
}

.boom-cta{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-primary,
.cta-secondary{
    text-decoration:none;
    padding:16px 34px;
    border-radius:8px;
    font-weight:700;
    transition:0.3s ease;
}

.cta-primary{
    background:#F58220;
    color:#FFFFFF;
}

.cta-primary:hover{
    background:#FF9734;
}

.cta-secondary{
    border:2px solid #0B336B;
    color:#0B336B;
}

.cta-secondary:hover{
    background:#0B336B;
    color:#FFFFFF;
}

@media(max-width:992px){

    .boom-grid,
    .boom-features{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .boom-rental-section{
        padding:80px 20px;
    }

    .section-header h2{
        font-size:32px;
    }

    .section-header p{
        font-size:16px;
    }

    .service-areas{
        padding:30px;
    }

    .service-areas h3{
        font-size:24px;
    }

    .boom-cta{
        flex-direction:column;
    }

    .cta-primary,
    .cta-secondary{
        text-align:center;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-4966df5 */.scissor-rental-section{
    padding:100px 20px;
    background:#FFFFFF;
    font-family:'Montserrat',sans-serif;
}

.scissor-container{
    max-width:1200px;
    margin:auto;
}

.scissor-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin:50px 0;
}

.scissor-card{
    background:#F8FAFC;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:40px 35px;
    transition:.3s ease;
}

.scissor-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(11,51,107,.08);
}

.lift-height{
    display:inline-block;
    background:rgba(245,130,32,.12);
    color:#F58220;
    padding:10px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:25px;
}

.scissor-card h3{
    color:#0B336B;
    font-size:24px;
    margin-bottom:18px;
}

.scissor-card p{
    color:#667085;
    line-height:1.8;
}

.scissor-features{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:50px;
}

.feature-box{
    background:#F8FAFC;
    padding:18px 20px;
    border-left:4px solid #F58220;
    border-radius:8px;
    color:#0B336B;
    font-weight:600;
}

.scissor-cta{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

@media(max-width:992px){

    .scissor-grid,
    .scissor-features{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){

    .scissor-rental-section{
        padding:80px 20px;
    }

    .scissor-cta{
        flex-direction:column;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-7828e60 */.equipment-section{
    padding:100px 20px;
    background:#F8FAFC;
    text-align:center;
}

.equipment-container{
    max-width:1200px;
    margin:auto;
}

.equipment-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.equipment-box{
    background:#FFFFFF;
    padding:40px;
    border-radius:12px;
    border:1px solid #E5E7EB;
}

.equipment-box h3{
    color:#0B336B;
    margin-bottom:20px;
}

.equipment-box p{
    color:#667085;
    line-height:1.8;
}

@media(max-width:992px){

    .equipment-list{
        grid-template-columns:1fr;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-b7334b6 */.industries-section{
    padding:100px 20px;
    background:#FFFFFF;
    font-family:'Montserrat',sans-serif;
}

.industries-container{
    max-width:1200px;
    margin:auto;
}

.industries-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.industries-header h2{
    color:#0B336B;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.industries-header p{
    color:#667085;
    font-size:18px;
    line-height:1.9;
}

.industries-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.industry-card{
    background:#F8FAFC;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:40px 30px;
    transition:all .3s ease;
}

.industry-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(11,51,107,.08);
}

.industry-icon{
    width:70px;
    height:70px;

    background:rgba(245,130,32,.12);
    color:#F58220;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    font-size:32px;

    margin-bottom:25px;
}

.industry-card h3{
    color:#0B336B;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.industry-card p{
    color:#667085;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:992px){

    .industries-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .industries-header h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .industries-section{
        padding:80px 20px;
    }

    .industries-grid{
        grid-template-columns:1fr;
    }

    .industries-header h2{
        font-size:32px;
    }

    .industries-header p{
        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-4d47cee */.industries-section{
    padding:100px 20px;
    background:#FFFFFF;
    font-family:'Montserrat',sans-serif;
}

.industries-container{
    max-width:1200px;
    margin:auto;
}

.industries-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.industries-header h2{
    color:#0B336B;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.industries-header p{
    color:#667085;
    font-size:18px;
    line-height:1.9;
}

.industries-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.industry-card{
    background:#F8FAFC;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:40px 30px;
    transition:all .3s ease;
}

.industry-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(11,51,107,.08);
}

.industry-icon{
    width:70px;
    height:70px;

    background:rgba(245,130,32,.12);
    color:#F58220;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:14px;

    font-size:32px;

    margin-bottom:25px;
}

.industry-card h3{
    color:#0B336B;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.industry-card p{
    color:#667085;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:992px){

    .industries-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .industries-header h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .industries-section{
        padding:80px 20px;
    }

    .industries-grid{
        grid-template-columns:1fr;
    }

    .industries-header h2{
        font-size:32px;
    }

    .industries-header p{
        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-5cec27b */.site-assessment-section{
    padding:100px 20px;
    background:#0B336B;
    background-image:
        radial-gradient(rgba(245,130,32,0.06) 1px, transparent 1px);
    background-size:28px 28px;
    font-family:'Montserrat',sans-serif;
}

.site-assessment-container{
    max-width:1100px;
    margin:auto;
}

.assessment-content{
    text-align:center;
}

.assessment-content h2{
    color:#FFFFFF;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.assessment-description{
    color:rgba(255,255,255,.82);
    font-size:18px;
    line-height:1.9;
    max-width:850px;
    margin:0 auto 50px;
}

.assessment-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:50px;
}

.assessment-item{
    background:rgba(255,255,255,.08);

    color:#FFFFFF;

    padding:22px;

    border-radius:10px;

    font-size:16px;
    font-weight:600;

    border:1px solid rgba(255,255,255,.08);
}

.assessment-item:hover{
    background:rgba(255,255,255,.12);
}

.assessment-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary,
.btn-whatsapp{
    text-decoration:none;

    padding:16px 32px;

    border-radius:8px;

    font-size:16px;
    font-weight:700;

    transition:.3s ease;
}

.btn-primary{
    background:#F58220;
    color:#FFFFFF;
}

.btn-primary:hover{
    background:#FF9734;
}

.btn-secondary{
    border:2px solid rgba(255,255,255,.25);
    color:#FFFFFF;
}

.btn-secondary:hover{
    background:rgba(255,255,255,.08);
}

.btn-whatsapp{
    background:#25D366;
    color:#FFFFFF;
}

.btn-whatsapp:hover{
    filter:brightness(1.05);
}

@media(max-width:992px){

    .assessment-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .assessment-content h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .site-assessment-section{
        padding:80px 20px;
    }

    .assessment-grid{
        grid-template-columns:1fr;
    }

    .assessment-content h2{
        font-size:32px;
    }

    .assessment-description{
        font-size:16px;
    }

    .assessment-buttons{
        flex-direction:column;
    }

    .btn-primary,
    .btn-secondary,
    .btn-whatsapp{
        text-align:center;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-7e08dfd */.final-cta-section{
    padding:100px 20px;
    background:#F8FAFC;
    font-family:'Montserrat',sans-serif;
}

.final-cta-container{
    max-width:1000px;
    margin:auto;
    text-align:center;
}

.final-cta-container h2{
    color:#0B336B;
    font-size:52px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.final-cta-container p{
    color:#667085;
    font-size:18px;
    line-height:1.9;
    max-width:800px;
    margin:0 auto 50px;
}

.cta-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:50px;
}

.cta-highlight{
    background:#FFFFFF;
    border:1px solid #E5E7EB;
    border-left:4px solid #F58220;

    padding:22px;

    border-radius:10px;

    color:#0B336B;
    font-size:16px;
    font-weight:600;
}

.final-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-home{
    display:inline-block;
    text-decoration:none;

    padding:16px 32px;

    border-radius:8px;

    font-size:16px;
    font-weight:700;

    background:#0B336B;
    color:#FFFFFF;

    transition:.3s ease;
}

.btn-home:hover{
    background:#15498F;
}

@media(max-width:992px){

    .final-cta-container h2{
        font-size:40px;
    }
}

@media(max-width:768px){

    .final-cta-section{
        padding:80px 20px;
    }

    .final-cta-container h2{
        font-size:32px;
    }

    .final-cta-container p{
        font-size:16px;
    }

    .cta-highlights{
        grid-template-columns:1fr;
    }

    .final-buttons{
        flex-direction:column;
    }

    .btn-home,
    .btn-primary,
    .btn-secondary,
    .btn-whatsapp{
        width:100%;
        text-align:center;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-665b9a8 */.faq-section{
    padding:100px 20px;
    background:#FFFFFF;
    font-family:'Montserrat',sans-serif;
}

.faq-container{
    max-width:1200px;
    margin:auto;
}

.faq-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.faq-header h2{
    color:#0B336B;
    font-size:48px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.faq-header p{
    color:#667085;
    font-size:18px;
    line-height:1.9;
}

.faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.faq-card{
    background:#F8FAFC;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:35px;
    transition:.3s ease;
}

.faq-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(11,51,107,.08);
}

.faq-card h3{
    color:#0B336B;
    font-size:22px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:18px;
}

.faq-card p{
    color:#667085;
    font-size:16px;
    line-height:1.8;
}

@media(max-width:992px){

    .faq-grid{
        grid-template-columns:1fr;
    }

    .faq-header h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .faq-section{
        padding:80px 20px;
    }

    .faq-header h2{
        font-size:32px;
    }

    .faq-header p{
        font-size:16px;
    }

    .faq-card{
        padding:30px;
    }

    .faq-card h3{
        font-size:20px;
    }
}/* End custom CSS */