/* ========================================
   Why Choose 
======================================== */

.choose-left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.choose-ul li {
    font-weight: 500;
}

.choose-ul li i {
    color: #56e894;
    font-size: 20px;
}

.choose-logo-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.choose-logo-card {
    width: 20%;
    height: 97px;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.choose-logo-card img {
    width: 120px;
    height: auto;
    display: block;
}

@media (max-width: 500px) {
    .choose-logo-grid {
        display: none;
    }
}

/* ========================================
   Collabaration
======================================== */

.logo-grid {
    display: flex;
    flex-wrap: wrap;
}

.collab-logo-card {
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.collab-logo-card:hover {
    scale: 1.01;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.collab-logo-card img {
    width: 200px;
    height: 80px;
    object-fit: contain;
}

.comb-bg {
    background-color: #f0f5f8;
}

@media (min-width: 992px) {
    .logo-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .logo-grid>div {
        width: 100% !important;
        max-width: 100% !important;
    }
}


/* ========================================
   PARTNER IN MOBILE
======================================== */

.partner-card {
    background: #f8f8f8;
    padding: 30px;
    overflow: hidden;
    transition: .8s;
    min-height: 480px;
    text-align: center;
    margin: 15px 0;
    position: relative;
    border-radius: 10px;
}

.partner-card img {
    width: 100%;
    border-radius: 10px;
}

.partner-text {
    padding-left: 30px;
    color: #000;
    margin-top: 70px;
}

.partner-overlay {
    height: 100%;
    width: 100%;
    padding: 40px 70px 40px 40px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .8s;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 100%;
    background-color: #0d47a1;
    border-radius: 10px;
}

.partner-card:hover .partner-overlay {
    top: 0;
}

.partner-start-card {
    padding: 55px;
    width: 100%;
    background: #0d47a1;
    position: relative;
    overflow: hidden;
    transition: .8s;
    height: 100%;
    border-radius: 10px;
}

.partner-btn-main {
    margin-top: 60px;
}

.partner-start-card h4 {
    font-size: 40px;
    line-height: 61px;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    z-index: 1;
}

.partner-start-card img {
    position: absolute;
    width: 38%;
    bottom: 0px;
    right: 0;
    z-index: 0;
    opacity: 1;
}

@media (max-width: 768px) {
    
    .partner-start-card img {
        display: none;
    }

}


/* ========================================
   DRIVEN PARTNER
======================================== */

.driven-card-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
}

.driven-card {
    background: #fff;
    width: 200px;
    padding: 35px 40px;
    margin: 10px 25px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 38px -8px rgb(0 0 0 / .34);
    -moz-box-shadow: 0 0 38px -8px rgb(0 0 0 / .34);
    box-shadow: 0 0 38px -8px rgb(0 0 0 / .34);
}

.driven-card>.count {
    color: #e8b12d;
    margin-bottom: 5px;
    font-size: 40px;
}

.driven-card>.text {
    color: #4f4e28;
    text-transform: capitalize;
    font-size: 1rem !important;
}

@media (max-width: 768px) {
    .driven-card-container {
        flex-direction: column;
    }
}

/* ========================================
   PROJECT PORTFOLIO
======================================== */

.project-carousel {
    position: relative;
}

.project-item {
    padding: 20px;
}

.project-img img {
    width: 100%;
    max-width: 420px;
    display: block;
    margin: auto;
}

.project-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-content h3 {
    margin-top: 20px;
    font-size: 24px;
}

.project-content p {
    color: #666;
    line-height: 1.7;
}

.project-logo-img {
    width: 150px;
    border: 2px solid #0d47a1;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
}

.project-logo-img:hover {
    scale: 1.03;
}

/* TAGS */
.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.tag {
    padding: 8px 16px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

.tag.pink {
    background: #ff4f7b;
}

.tag.green {
    background: #0d5c4a;
}

.tag.purple {
    background: #6a5acd;
}

.tag.blue {
    background: #4a90e2;
}

.tag.yellow {
    background: #ffc702;
}

/* ARROWS */
.project-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eee !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    z-index: 2;
}

.project-carousel .owl-nav .owl-prev {
    left: 10px;
}

.project-carousel .owl-nav .owl-next {
    right: 10px;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .project-content {
        text-align: center;
        margin-top: 30px;
    }

    .project-content h2 {
        font-size: 24px;
    }

    .project-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .project-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .tags {
        justify-content: center;
    }
}

/* ========================================
   MOBILE APP SERVICE
======================================== */


/* LEFT IMAGE GRID */
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.img-box {
    border-radius: 20px;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Custom layout like screenshot */
.img1 {
    grid-row: span 2;
    height: 256px;
    display: flex;
    align-self: center;
    justify-self: center;
}

.img2 {
    height: 300px;
}

.img3 {
    width: 90%;
    height: 265px;
}

/* RIGHT CONTENT */
.content-area {
    padding-left: 40px;
}

.sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #666;
    margin-bottom: 10px;
}

.mob-service-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.174);
    height: 100%;
    transition: 0.3s;
}

.mob-service-card:hover {
    transform: translateY(-5px);
}

.mob-service-card img {
    width: 70px;
    margin: 10px auto 20px;
    display: block;
}

.mob-service-card h4 {
    font-size: 16px;
    font-weight: 600;
}

/* BUTTONS */
.btn-group-custom {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .content-area {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .btn-group-custom {
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .image-grid {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .img1 {
        width: 100%;
        height: 100%;
    }

    .img2 {
        display: none;
    }

    .img3 {
        display: none;
    }
}


/* ========================================
   AWARDS
======================================== */

.award-card {
    width: 100%;
    height: 254px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 15px 15px 30px #bebebe, -15px -15px 30px #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.award-card span {
    font-size: 19px;
    font-weight: 700;
    color: var(--secondary);
    text-align: center;
}


/* ========================================
   PROCESS
======================================== */

/* IMAGE */
.process-img img {
    width: 100%;
    border-radius: 20px;
}

/* TIMELINE */
.process-steps {
    position: relative;
    padding-left: 40px;
}

/* vertical line */
.process-steps::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(var(--secondary), var(--primary));
}

/* STEP */
.step {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.step:hover .icon {
    transform: rotate(-135deg);
}

/* diamond icon */
.step .icon {
    width: 20px;
    height: 20px;
    background: var(--secondary);
    transform: rotate(45deg);
    position: relative;
    margin-top: 5px;
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
}

/* inner white diamond */
.step .icon::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* CONTENT */
.step h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.step p {
    font-size: 15px;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .process-steps {
        margin-top: 40px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .process-section .row {
        flex-direction: column-reverse;
    }

    .process-steps {
        padding-left: 25px;
    }
}

