




.whatsapp-btn{
    background: #0CC144;
    color: white;
}
.whatsapp-btn:hover{
    background: black;
    color: #f7f7f7;
}
.background-img{
    background-position: center !important;
}
.banner-area {
    padding-block-start: 125px;
    padding-block-end: 150px;
}
.banner-bg::before {
    background: linear-gradient(90deg, rgba(5, 3, 29, 0.7) 100%, rgba(5, 62, 103, 0.7) 0%);
}
.banner-bg {
    height: 720px !important;
}

balka ye laga do us ma

    .service-item {
        transition: all 0.3s ease-in-out;
    }
    .service-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }
    
    .logo-card {
    background-color: #f7f7f7 !important;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-card img {
    max-height: 92px;
    width: auto;
}

.logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.breadcrumb-area {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,71%); /* adjust darkness */
    z-index: 0;
}
.breadcrumb-area{
    margin-top: 120px;
    padding: 160px 0 112px;
}
.breadcrumb-title{
    z-index: 232323323;
}

/* Logo slider adjustments */
.logo-slider {
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    align-items: center;
    animation: scroll 25s linear infinite;
}

/* Reduce logo sizes but keep proportional */
.logo-card {
    flex: 0 0 auto;
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-card img {
    height: 60px;       /* fixed uniform height for all logos */
    width: auto;        /* width adjusts proportionally */
    object-fit: contain;
    display: block;
}


/* Smooth infinite scroll */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


img[alt="shape"] {
    transform: rotate(1deg); /* adjust angle until straight */
    display: block;
    margin: 0 auto; /* keep it centered */
}

.ellipse-box img {
    max-width: 110px;     /* keeps it proportional */
    max-height: 100px;    /* prevents stretching */
    object-fit: contain;
}

.progress-wrap{
    inset-inline-end: 25px;
    inset-block-end: 94px;
}


.ceo-section{
    padding: 50px 0 ;
    background: #ffffff;
    margin-bottom: 50px;
}
.travelor-text {
    font-size: 50px;
    line-height: 112%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}
.background-img {
    background-position: top !important;
}

