.elementor-1908 .elementor-element.elementor-element-fc11a04{--display:flex;--min-height:327px;--justify-content:center;--overlay-opacity:0.57;--border-radius:0px 0px 40px 40px;--margin-top:-106px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1908 .elementor-element.elementor-element-fc11a04:not(.elementor-motion-effects-element-type-background), .elementor-1908 .elementor-element.elementor-element-fc11a04 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8F8F8F;background-image:url("https://capitalinfra.org/wp-content/uploads/2025/10/cover-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1908 .elementor-element.elementor-element-fc11a04::before, .elementor-1908 .elementor-element.elementor-element-fc11a04 > .elementor-background-video-container::before, .elementor-1908 .elementor-element.elementor-element-fc11a04 > .e-con-inner > .elementor-background-video-container::before, .elementor-1908 .elementor-element.elementor-element-fc11a04 > .elementor-background-slideshow::before, .elementor-1908 .elementor-element.elementor-element-fc11a04 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1908 .elementor-element.elementor-element-fc11a04 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#02040E;--background-overlay:'';}.elementor-1908 .elementor-element.elementor-element-bca5246{--display:flex;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-1908 .elementor-element.elementor-element-93db802 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:600;color:#FFFFFF;}.elementor-1908 .elementor-element.elementor-element-58f74d6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1366px){.elementor-1908 .elementor-element.elementor-element-fc11a04{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-1908 .elementor-element.elementor-element-93db802 .elementor-heading-title{font-size:55px;}}@media(max-width:767px){.elementor-1908 .elementor-element.elementor-element-fc11a04{--min-height:269px;}.elementor-1908 .elementor-element.elementor-element-bca5246{--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1908 .elementor-element.elementor-element-93db802 .elementor-heading-title{font-size:50px;}}/* Start custom CSS for html, class: .elementor-element-58f74d6 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Poppins,sans-serif;
    background:#f8f8f8;
}

.services-section{
    width:100%;
    padding:90px 6%;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#c89b3c;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
}

.section-title h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.section-title p{
    color:#777;
    max-width:650px;
    margin:auto;
    line-height:1.8;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

.service-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 45px rgba(0,0,0,.18);
}

.service-img{
    overflow:hidden;
}

.service-img img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.7s;
}

.service-card:hover img{
    transform:scale(1.1);
}

.service-content{
    padding:30px;
}

.service-content h3{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
}

.service-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.service-content a{
    display:inline-block;
    text-decoration:none;
    background:#c89b3c;
    color:#fff;
    padding:12px 28px;
    border-radius:40px;
    transition:.3s;
}

.service-content a:hover{
    background:#222;
}

@media(max-width:992px){
.section-title h2{
font-size:34px;
}
}

@media(max-width:768px){

.services-section{
padding:70px 20px;
}

.section-title h2{
font-size:28px;
}

.service-img img{
height:220px;
}

.service-content{
padding:22px;
}

.service-content h3{
font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0a85af *//*==============================
Delivered Projects Section
===============================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f8f8f8;
}

.project-section{
    padding:90px 5%;
    background:#fff;
}

.container{
    max-width:1400px;
    width:100%;
    margin:auto;
}

/*==============================
Heading
===============================*/

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    color:#c89b3c;
    font-size:16px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:48px;
    font-weight:700;
    color:#222;
    margin-top:10px;
    position:relative;
}

.section-title h2::after{
    content:"";
    width:90px;
    height:4px;
    background:#c89b3c;
    display:block;
    margin:15px auto 0;
    border-radius:30px;
}

/*==============================
Grid
===============================*/

.project-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*==============================
Card
===============================*/

.project-card{

    position:relative;

    width:100%;

    height:360px;

    overflow:hidden;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(0,0,0,.12);

    transition:.5s;

}

.project-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.project-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.6s;

}

.project-card:hover img{

    transform:scale(1.12);

}

/*==============================
Overlay
===============================*/

.overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:30px;

    background:linear-gradient(to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.40),
    transparent);

    transition:.4s;

}

.overlay h4{

    color:#fff;

    font-size:28px;

    font-weight:600;

    margin-bottom:18px;

}

.overlay a{

    display:inline-block;

    padding:12px 28px;

    background:#c89b3c;

    color:#fff;

    text-decoration:none;

    border-radius:40px;

    font-weight:600;

    transition:.4s;

}

.overlay a:hover{

    background:#fff;

    color:#222;

}

/*==============================
Tablet
===============================*/

@media(max-width:991px){

.project-grid{

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.project-card{

height:320px;

}

.section-title h2{

font-size:40px;

}

.overlay h4{

font-size:24px;

}

}

/*==============================
Mobile
===============================*/

@media(max-width:767px){

.project-section{

padding:70px 20px;

}

.project-grid{

grid-template-columns:1fr;

gap:20px;

}

.project-card{

height:260px;

}

.section-title h2{

font-size:32px;

}

.overlay{

padding:20px;

}

.overlay h4{

font-size:20px;

margin-bottom:12px;

}

.overlay a{

padding:10px 22px;

font-size:14px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fcf7971 *//* Center last card when total items are 5 */

.project-grid .project-card:last-child{
    grid-column:2;
}

@media(max-width:991px){

.project-grid .project-card:last-child{
    grid-column:auto;
}

}

@media(max-width:767px){

.project-grid .project-card:last-child{
    grid-column:auto;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c750221 */.contact-section{
    padding:100px 5%;
    background:linear-gradient(135deg,#f8f8f8,#fff6df);
}

.contact-container{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    align-items:stretch;
}

.contact-info,
.contact-form{
    background:#fff;
    padding:45px;
    border-radius:20px;
    border:1px solid rgba(212,175,55,.25);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.4s;
    display:flex;
    flex-direction:column;
    height:100%;
}

.contact-info:hover,
.contact-form:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 70px rgba(0,0,0,.12);
    border-color:#d4af37;
}

.contact-badge{
    display:inline-block;
    background:#fff3cf;
    color:#b8860b;
    padding:10px 24px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.contact-info h2{
    font-size:44px;
    color:#222;
    margin-bottom:20px;
}

.contact-info span{
    color:#d4af37;
}

.contact-text{
    color:#666;
    line-height:30px;
    margin-bottom:35px;
}

.info-box{
    display:flex;
    gap:18px;
    background:#fafafa;
    padding:18px;
    border-radius:15px;
    margin-bottom:18px;
    transition:.35s;
}

.info-box:hover{
    background:#d4af37;
    transform:translateX(8px);
}

.info-box:hover h4,
.info-box:hover p,
.info-box:hover a{
    color:#fff;
}

.icon{
    width:60px;
    height:60px;
    background:#d4af37;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    transition:.3s;
}

.info-box:hover .icon{
    background:#fff;
    color:#d4af37;
}

.info-box h4{
    margin-bottom:8px;
}

.info-box p,
.info-box a{
    color:#555;
    text-decoration:none;
}

.contact-form h3{
    text-align:center;
    font-size:34px;
    margin-bottom:15px;
}

.form-description{
    text-align:center;
    color:#666;
    line-height:28px;
    margin-bottom:30px;
}

.field{
    margin-bottom:18px;
}

.field input,
.field select,
.field textarea{
    width:100%;
    padding:16px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:15px;
    transition:.3s;
    background:#fafafa;
}

.field input:focus,
.field select:focus,
.field textarea:focus{
    border-color:#d4af37;
    background:#fff;
    box-shadow:0 0 15px rgba(212,175,55,.2);
}

.contact-form button{
    width:100%;
    padding:17px;
    border:none;
    border-radius:10px;
    background:linear-gradient(135deg,#d4af37,#b8860b);
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.contact-form button:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(212,175,55,.45);
}

@media(max-width:991px){

.contact-container{
    grid-template-columns:1fr;
}

.contact-info,
.contact-form{
    padding:30px;
}

.contact-info h2{
    font-size:34px;
}

.contact-form h3{
    font-size:28px;
}

}

@media(max-width:576px){

.contact-section{
    padding:60px 20px;
}

.contact-info,
.contact-form{
    padding:22px;
}

.contact-info h2{
    font-size:28px;
}

.contact-form h3{
    font-size:24px;
}

.icon{
    width:50px;
    height:50px;
    font-size:18px;
}

}/* End custom CSS */