

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f5f6f8;
color:#222;
}


/* HERO */

.hero{

background:
linear-gradient(#1D1D1DDB, #1D1D1DDB),
url('../images/medium-shot-delivery-people-working_23-2149103435.jpg');

background-size:cover;
background-position:center;

padding:120px 0;
}
a.btn.loc svg path {
    
    fill: #fff;
}
a.btn.loc svg {
    width: 16px;
}
a.btn.loc {
    background-color: #08214E;
    padding: 8px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
}
.container{
width:1200px;
max-width:95%;
margin:auto;
}

.hero-flex{

display:flex;
justify-content:space-between;
align-items:center;
}

.hero-left{

color:#fff;
width:55%;
}

.hero-left h1{
    font-family: "Space Grotesk", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 20px;
}

.hero-left p {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
    
}

.hero-left ul{

list-style:none;
margin-bottom:20px;
}

.hero-left li{

margin-bottom:8px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
}

.btn {
   
    color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 4px;
    background-color: #08214e;
    text-decoration: none;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    font-weight: 600;
}


/* FORM */

.form-box{

background:#fff;
padding:30px;
width:350px;
border-radius:6px;
box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.form-box h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #08214e;
    margin-bottom:  20px;
        font-family: "DM Sans", Sans-serif;
}

.form-box input,
.form-box select{

width:100%;
padding:10px;
margin-bottom:10px;
border:1px solid #ccc;
border-radius:4px;
}

.form-box button{

width:100%;
background:#08214e;
color:#fff;
border:none;
padding:12px;
border-radius:4px;
cursor:pointer;
font-size: 18px;
font-weight: 600;
}
/* areas */

/* SECTION */

.areas{

padding:60px 0;

}


.areas-row{

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

}


/* IMAGE */

.areas-img{

flex:1;

}

.areas-img img{

width:100%;
border-radius:12px;
display:block;

}


/* CONTENT */

.areas-content{

flex:1;

}

.areas-content h2{

font-weight: 600;
font-size: 40px;
color: #000000;
    margin-bottom: 20px;

}


.areas-content p{

color:#000;
margin-bottom:25px;
font-size: 18px;
line-height: 25px;
    


}

.areas-list ul li svg {
    width: 18px;
    height: 18px;
}
/* LIST */

.areas-list{

display:flex;
gap:80px;

}

.areas-list ul{

list-style:none;
padding:0;

}

.areas-list li{

margin-bottom:18px;
font-size:18px;
font-family:"DM Sans", Sans-serif;
color: #000;
display: flex;
    flex-direction: row;
    gap: 10px;


}


.areas-list i{

margin-right:10px;
color:#000;

}


/* RESPONSIVE */

@media(max-width:992px){

.areas-row{

flex-direction:column;

}

.areas-content h2{

font-size:28px;

}

}


@media(max-width:600px){

.areas-list{


gap:20px;

}
.why-img {

    margin-top: 38px;
}

}


/* SECTION */

section.ser {
    background-color: white;
}
section{

padding:60px 0;
}

.title{

text-align:center;

font-weight: 600;
font-size: 40px;
color: #000000;
    margin-bottom: 20px;
}


/* SERVICES */

.grid{

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

.card {
    background: #F3F3F3;
    padding: 30px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    border-radius: 10px 10px 10px 10px;
}
.card img{

width:60px;
margin-bottom:10px;
}
section.ser .card h4 {
    font-family: "Space Grotesk", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}
section.ser .card p {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin-top: 20px;
}
.ser-img {
    display: flex;
    background-color: white;
    width: 83px;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    border-radius: 10px;
}
p.para {
    text-align: center;
    line-height: 25px;
    color: #000000;
    margin-bottom: 30px;
    font-size: 17px;
}
.ser-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
/* WHY */

.why{

    background:#0D2C63;
    padding:70px 0;
    color:#fff;

}


.container{

    width:1200px;
    max-width:95%;
    margin:auto;

}


.why-title{

    text-align:center;
    font-size:36px;
    margin-bottom:10px;

}
.why-sub{

    text-align:center;
    margin-bottom:50px;
    opacity:.9;

}
.why-row{

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

}
.why-left{

    flex:1;

}
.why-box{

    display:flex;
    gap:20px;
    margin-bottom:35px;
    height: 100px;

}
.icon {
    width: 60px;
    height: 50px;
    font-size: 28px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 22px; */
    padding: .5em;
}
.why-box h4{

    font-family: "Space Grotesk", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom:5px;

}
.why-box p{
    font-size: 17px;
    font-weight: 400;
    opacity:.9;

}

.why-img{

    flex:1;

}


.why-img img{

    width:100%;
    border-radius:10px;
    height: 342px;
    object-fit: cover;

}


.why-btn{

    text-align:center;
    margin-top:30px;

}


.why-btn .btn{

    background:#fff;
    color:#0D2C63;
    padding:12px 30px;
    text-decoration:none;
    border-radius:25px;

}


/* RESPONSIVE */

@media(max-width:992px){

    .why-row{

        flex-direction:column;

    }

}


@media(max-width:600px){

    .why-title{

        text-align: center;
        font-weight: 600;
        font-size: 40px;
        color: #fff;
        margin-bottom: 20px;

    }

}

/* PROCESS */

.process-section {
   background-color: #fff;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
}



.subtitle {
    color: #666;
    margin-bottom: 50px;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
}

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

.step {
    background: #f5f5f5;
    padding: 12px;
    padding-right: 65px; /* space for the number */
    border-radius: 10px;
    text-align: left;
    position: relative;
}

.step h4 {
    margin-bottom: 8px;
   
    font-family: "Space Grotesk", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.step p {
    color: #767676;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
}

.number {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #0b2c5d;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
}

.image-box {
    display: flex;
    justify-content: center;
}

.image-box img {
    max-width: 100%;
    border-radius: 12px;
}

.cta {
    margin-top: 40px;
    padding: 12px 30px;
    background: #0b2c5d;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
}

.cta:hover {
    background: #091f42;
}

/* 📱 Responsive Design */
@media (max-width: 992px) {
    .process-grid {
        grid-template-columns: 1fr;
    }

    .image-box {
        order: -1;
        margin-bottom: 30px;
    }
}

/* TESTIMONIAL */

.testimonial-grid{

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

.testimonial{

    background:#fff;
    padding:20px;
    border-radius:6px;
}


/* GALLERY */

.pro-gallery {

padding: 70px 0;
background: #fff;

}

.container {

width: 1200px;
max-width: 95%;
margin: auto;

}

.section-title {

text-align: center;
font-size: 36px;
margin-bottom: 40px;

}


/* GRID */

.gallery-grid {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
}

.gallery-item img{
width:100%;
height:280px;
object-fit:cover;
transition:.3s;
}

/* .gallery-item img:hover{
transform:scale(1.05);
}
 */

/* OVERLAY */

.overlay {

position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;

background: linear-gradient(transparent, rgba(0,0,0,0.8));

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

padding: 20px;
opacity: 0;

transition: 0.4s;

}

.overlay h4 {

color: #fff;
font-size: 20px;

}


/* HOVER EFFECT */

/* .gallery-item:hover img {

transform: scale(1.1);

} */

.gallery-item:hover .overlay {

opacity: 1;

}


/* RESPONSIVE */

@media(max-width:992px){

.gallery-grid{

grid-template-columns: repeat(2, 1fr);

}

}


@media(max-width:576px){

.gallery-grid{

grid-template-columns: repeat(1, 1fr);

}

.section-title{

font-size: 26px;

}

}

/* FAQ */

.faq-section{

padding:60px 0;
background:#F3F3F3;

}

.container{


max-width:95%;
margin:auto;

}

.faq-title{

text-align:center;
font-size:32px;
margin-bottom:30px;

}

.faq-item {
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.faq-question {
    width: 100%;
    background: #F3F3F3;
    border: none;
    padding: 18px;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.icon-faq{

font-size:24px;
font-weight:bold;

}

.faq-answer{

display:none;
background:#F3F3F3;
padding:15px;


}

/* CTA */

.cta-contact {
    background: linear-gradient(#02020294), url('../images/contact.png') top/cover;
    color: #fff;
    padding: 80px 0;
    text-align: left;
    height: 450px;
        display: flex;
}

.cta-contact h2 {
    font-size: 50px;
    margin-bottom: 20px;
     /* font-family: "Space Grotesk", Sans-serif; */
}
a.btn-con {
    border-radius: 50px 50px 50px 50px;
    padding: 8px 30px 10px 30px;
    color: #08214E;
    background-color: #FFFFFF;
    text-decoration: none;
}

/* FOOTER */
.logo {
    background-color: #fff;
    width: 92%;
    border-radius: 10px;
    height: 36%;
    display: flex;
    align-items: center;
    align-content: center;
}
footer{

background:#0d2c63;
color:#fff;
padding:40px 0;
}

.footer-flex{

display:flex;
justify-content:space-between;
}
.left-footer {
    width: 21%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.social-media ul {
    list-style: none;
    display: flex;
    gap: 25px;
}
.social-media ul li a {
    
    color: white;
}
.social-media ul li {
    border: 1px solid;
    text-align: center;
    text-decoration: none;
    border-radius: 54% 54% 54% 54%;
    padding: 3px 0px 0px 0px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    /* display: flex; */
    /* align-items: center; */
    /* align-content: center; */
}
.footer-address h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    margin-bottom: 10px;
}
ul.con-det li {
    list-style: none;
    
}
ul.con-det {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
ul.con-det li a {
    display: flex;
    align-items: flex-start;
    gap :10px;
    color: white;
    text-decoration: none;
}
.copy {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    border-top: 1px solid #6f6f6f30;
    padding-top: 14px;
}
.quick_contact a {
    position: fixed;
    width: 54px;
    height: 54px;
    right: 0;
    color: #fff;
    background-color: #3d72db;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
    transition: transform 0.5s ease;
    left: 10px;
    bottom: 27px !important;
    font-size: 34px;
}
.btn-whatsapp-pulse {
    background: #25D366;
    color: white;
    position: fixed;
    bottom: 30px;
    right: 28px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 26px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
    float: right;
}
@media(max-width:900px){

.hero-flex{

flex-direction:column;
}

.hero-left{

width:100%;
margin-bottom:20px;
}

.grid,
.why-grid,
.process-grid,
.testimonial-grid,
.gallery{

grid-template-columns:1fr;
}

.footer-flex{

flex-direction:column;
gap:20px;
}

}
@media(max-width:767px){
    .hero-left h1{
            font-size: 39px;
    }
    .title{
            font-size: 28px;
    }
    .why-row{
            gap: 0px
    }
    .logo{
        width: 59%;
    }
    .left-footer{
        width: 100%;
    }
    .step h4{
        font-size: 22px !important;
    }
}
.WidgetTitle__Header-sc-c581efe-2.dNtlyB {
    display: none;
}