.Service{
    background-image: url('images/services.jpg');
    background-position:top center;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.overlay{
    background: linear-gradient(
        90deg,
        rgba(255,255,255,.82) 0%,
        rgba(255,255,255,.55) 35%,
        rgba(255,255,255,.15) 70%,
        rgba(255,255,255,0) 100%
    );
}

.about-heroCon{
    background-color: rgba(255, 255, 255, 0.589);
    padding: 10px;
}

.about-heroCon h1{
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.sub-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
    text-align: center;
    padding: 20px;

}

.sub-text span{
    color:#D89B2D ;
    font-weight: 600;
    padding: 40px;
    margin-bottom: 2px;
}

.sub-text h1{
     color:#0B0B3B;
     font-size: clamp(2rem,5vw,3rem);
     max-width: 600px;
     text-align: center;
}

.sub-text p{
     color: #4B5563;
     font-weight: 600;
}

.card-div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 40px;
}
.service-card{
    width:90%;
    max-width:1300px;
    margin:80px auto;
    
}

.card-div{
    display:flex;
    gap:30px;
    margin-bottom:30px;
    flex-wrap: wrap;
}

.cards{

    flex:1;

    padding:40px;

    border-radius:18px;

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

    transition:.35s;

    /* border-top:5px solid #D89B2D; */

}

.cards:hover{

    transform:translateY(-10px);

}

.service-icon{

    width:70px;
    height:70px;

    border-radius:50%;

    background:#0B0B3B;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.service-icon i{

    color:#D89B2D;

    font-size:2rem;

}

.cards h3{

    color:#0B0B3B;

    margin-bottom:15px;

}

.cards p{

    color:#313030;

    line-height:1.8;

    margin-bottom:20px;

}

.cards ul{

    margin-bottom:30px;

}

.cards ul li{

    list-style:none;

    margin-bottom:12px;

    color:#313030;

}

.cards ul li::before{

    content:"✔";

    color:#D89B2D;

    margin-right:10px;

}

.cards button{

    padding:13px 30px;

    border:none;

    border-radius:40px;

    background:#0B0B3B;

    color:white;

    cursor:pointer;

    transition:.3s;

}

.cards button:hover{

    background:#D89B2D;

}

.cards{
     background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color:rgba(236, 234, 234, 0.973);
}

.cards.assite{
    background-image: url('images/visa-assit.jpg');
}

.cards.flight{
     background-image: url('images/flight-booking.jpg');
}

.cards.travel{
    background-image: url('images/travel.jpg');
}

.cards.staudy{
    background-image: url('images/study-abroad.jpg');
}

.cards.Airport{
    background-image: url('images/airport2.jpg');
}

.cards.holiday{
    background-image: url('images/holiday.jpg');
}

/* ===========================
   WHY CHOOSE US
=========================== */

.why-choose{

    padding:50px 8%;

    margin-top: 50px;
    background:#F9FAFB;

}

.choose-grid{

    display:grid;

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

    gap:30px;

    margin-top:60px;

}

.choose-card{

    background:white;

    padding:35px;

    border-radius:18px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.choose-card:hover{

    transform:translateY(-8px);

}

.choose-card i{

    font-size:2.3rem;

    color:#D89B2D;

    margin-bottom:20px;

}

.choose-card h3{

    color:#0B0B3B;

    margin-bottom:15px;

}

.choose-card p{

    color:#666;

    line-height:1.8;

}

@media(max-width:900px){

.choose-grid{

    grid-template-columns:1fr;

}

}




/* ==============================
   HOW WE WORK
==============================*/

.process-section{
    padding:80px 8%;
    background:#F8FAFC;
    
}

.process-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin-top:70px;
}

.process-card{

    position:relative;

    background:#fff;

    border-radius:20px;

    overflow:hidden;

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

    transition:.35s;

}

.process-card:hover{

    transform:translateY(-10px);

}

.process-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.step-number{

    position:absolute;

    top:20px;

    right:20px;

    width:55px;

    height:55px;

    border-radius:50%;

    background:#D89B2D;

    color:#fff;

    font-weight:bold;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:1.1rem;

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

}

.process-card h3{

    color:#0B0B3B;

    font-size:1.5rem;

    padding:25px 25px 10px;

}

.process-card p{

    color:#666;

    line-height:1.8;

    padding:0 25px 30px;

}

/* Hover Effect */

.process-card:hover .step-number{

    background:#0B0B3B;

}

.process-card:hover h3{

    color:#D89B2D;

}

/* Mobile */

@media(max-width:900px){

    .about-heroCon{
        background-color: rgba(255, 255, 255, 0.829);
    }
    section{
        overflow: hidden;
    }
    .sub-text{
        padding: 10px;
    }


    .sub-text h1{
        max-width: 100%;
        text-align: center;
    }
.process-grid{

    grid-template-columns:1fr;

}

.process-card img{

    height:220px;

}

.card-div{

    flex-direction:column;

}

}
/* @media(max-width:1000px){

.arrow{

    display:none;

}

.process-grid{

    flex-direction:column;

}

} */
