/* mobile app service start */
 
/* Base icon container */
.why-choose-three__icon {
    position: relative;
    display: inline-block;
}
 
/* Icon styling */
.why-choose-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 57px;
    color: var(--techguru-base);
    /* Your theme’s main color */
}
 
/* Title styling */
.why-choose-three__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--techguru-white);
    /* Your theme’s text color */
    margin: 23px 0 6px;
}
 
/* Move left column outward */
.left-shift {
    margin-left: -40px;
}
 
/* Move right column outward */
.right-shift {
    margin-right: -40px;
}
 
/* Responsive reset */
@media (max-width: 991px) {
 
    .left-shift,
    .right-shift {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
 
/* Flexbox layout for icon + text alignment */
.icon-left-layout,
.icon-right-layout {
    display: flex;
    align-items: center;
    gap: 43px;
    margin-bottom: 30px;
}
 
/* Left = icon on left */
.icon-left-layout {
    flex-direction: row;
}
 
/* Right = icon on right */
.icon-right-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    text-align: center;
}
 
 
/* Icon block inside flex layouts */
.icon-left-layout .why-choose-three__icon,
.icon-right-layout .why-choose-three__icon {
    font-size: 35px;
    color: var(--techguru-base);
    flex-shrink: 0;
    margin-top: 5px;
}
 
/* Text block inside flex layouts */
.icon-left-layout .why-choose-three__content,
.icon-right-layout .why-choose-three__content {
    flex: 1;
}

/* Mobile app service page start */
.service-section {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    text-align: center;
}
 
.service-box {
    padding: 30px 20px;
    text-align: center;
}
 
.icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.icon-box img {
    width: 40px;
    height: 40px;
}
 
.icon-box.yellow {
    background-color: #EC4899;
}
 
.icon-box.blue {
    background-color: #6366F1;
}
 
.icon-box.pink {
    background-color: #EC4899;
}
 
.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffff;
}
 
.service-text {
    font-size: 15px;
    color: #ffff;
    line-height: 24px;
}
 
 
/* new update */
 
.service-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0;
    gap: 40px;
    flex-wrap: wrap;
    /* for responsive */
}
 
.service-content {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}
 
.service-content h2 {
    font-size: 24px;
    color: #ffffff;
}
 
.service-content p {
    color: #fffdfd;
    margin: 15px 0;
}
 
.service-content ul {
    columns: 2;
    /* makes 2-column list */
    padding-left: 20px;
    color: #fbfdff;
}
 
.service-content li {
    margin-bottom: 8px;
}
 
.service-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}
 
.service-image img {
    width: 100%;
    height: auto;
}
 
 
 
.about-four {
    margin-top: 50px !important;
    padding-bottom: 40px !important;
}
 
.services-details {
    margin-top: 0px !important;
    padding-top: 40px !important;
}
.services-four__left {
    position: relative;
    display: block;
    margin-right: 0;
}
 
 
 
 
 
/*position: relative;
    display: block;
    padding: 140px 0 137px;
    overflow: hidden;
    z-index: 1;
    background-color: #11223D*/
 
.Android-app-dev {
    display: block;
    padding: 140px 0 137px;
    overflow: hidden;
    z-index: 1;
    background-color: #11223D
}
 