.elementor-1913 .elementor-element.elementor-element-f40644d{--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-1913 .elementor-element.elementor-element-f40644d:not(.elementor-motion-effects-element-type-background), .elementor-1913 .elementor-element.elementor-element-f40644d > .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-1913 .elementor-element.elementor-element-f40644d::before, .elementor-1913 .elementor-element.elementor-element-f40644d > .elementor-background-video-container::before, .elementor-1913 .elementor-element.elementor-element-f40644d > .e-con-inner > .elementor-background-video-container::before, .elementor-1913 .elementor-element.elementor-element-f40644d > .elementor-background-slideshow::before, .elementor-1913 .elementor-element.elementor-element-f40644d > .e-con-inner > .elementor-background-slideshow::before, .elementor-1913 .elementor-element.elementor-element-f40644d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#02040E;--background-overlay:'';}.elementor-1913 .elementor-element.elementor-element-76fd28d{--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-1913 .elementor-element.elementor-element-e9439aa .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:600;color:#FFFFFF;}@media(max-width:1366px){.elementor-1913 .elementor-element.elementor-element-f40644d{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:1024px){.elementor-1913 .elementor-element.elementor-element-e9439aa .elementor-heading-title{font-size:55px;}}@media(max-width:767px){.elementor-1913 .elementor-element.elementor-element-f40644d{--min-height:269px;}.elementor-1913 .elementor-element.elementor-element-76fd28d{--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1913 .elementor-element.elementor-element-e9439aa .elementor-heading-title{font-size:50px;}}/* Start custom CSS for html, class: .elementor-element-67ae991 */.gallery-section{
    padding:80px 0;
    background:#faf8f5;
    overflow:hidden;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    color:#c49b3d;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;
}

.section-title h2{
    font-size:46px;
    color:#222;
    margin-top:10px;
}

.gallery-slider{
    overflow:hidden;
    width:100%;
}

.gallery-track{

    display:grid;

    grid-auto-flow:column;

    grid-auto-columns:320px;

    gap:25px;

    width:max-content;

    animation:galleryScroll 45s linear infinite;
}

.gallery-slider:hover .gallery-track{
    animation-play-state:paused;
}

.gallery-item{

    height:240px;

    border-radius:18px;

    overflow:hidden;

    position:relative;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.gallery-item:hover img{

    transform:scale(1.1);

}

@keyframes galleryScroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* Tablet */

@media(max-width:992px){

.gallery-track{

grid-auto-columns:270px;

}

}

/* Mobile */

@media(max-width:768px){

.gallery-track{

grid-auto-columns:220px;

gap:15px;

}

.gallery-item{

height:180px;

}

.section-title h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-520b2fe */.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 */