.uiux-section {
    padding: 100px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;

}

/* what choose uiux  */
.offer-section {
    text-align: center;
}

.offer-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.offer-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
}

.row>div:nth-child(odd) .offer-card {
    border-top: 5px solid var(--secondary);
}

.row>div:nth-child(even) .offer-card {
    border-top: 5px solid var(--primary);
}

.offer-img {
    border-radius: 10%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #fff;
}

.offer-name {
    font-weight: 600;
    margin-bottom: 0.75rem;

}

.offer-desc {
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}


/* ui-ux experties */
.blurb-card .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
}

.blurb-card h6 {
    color: #201ddc;
    margin-top: 20px;
}

.blurb-card .et_pb_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.blurb-card .et_pb_blurb {
    margin-bottom: 0 !important;
}

.blurb-card .et_pb_column {
    position: relative;
}

.blurb-card .et_pb_blurb_container {
    background: #fff;
    padding: 75px 25px 25px 25px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-top: -50px;
    height: 275px;
}

@media (max-width: 991px) and (min-width: 767px) {
    .blurb-card .et_pb_blurb_container {
        height: 210px !important;
    }
}

@media (max-width: 766px)and (min-width: 575px) {
    .blurb-card .et_pb_blurb_container {
        height: 235px !important;
    }
}

@media (max-width: 575px) {
    .blurb-card .et_pb_blurb_container {
        height: 185px !important;
    }
}

.blurb-card .et_pb_column:hover .et_pb_blurb_container {
    -webkit-box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    box-shadow: 5px 15px 15px rgba(0, 0, 0, .2) !important;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.blurb-card .et-pb-icon {
    padding: 15px;
    font-size: 35px;
    position: relative;
    z-index: 1;
    background: #d5eeff;
    border-radius: 50%;
    display: inline-block;
    color: #696be1 !important;
    -webkit-transition: all 0.1s linear;
}

.blurb-card .et-pb-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.blurb-card .et-pb-icon:before {
    content: '';
    display: block;
}

.blurb-card .et-pb-icon {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.blurb-card .et-pb-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.blurb-card .et_pb_column:hover .et-pb-icon {
    color: #fff !important;
    -webkit-transition: all 0.1s linear;
}

.blurb-card .et_pb_column:hover .et-pb-icon:after {
    -webkit-animation: sonarEffect 0.5s ease-out 50ms;
    animation: sonarEffect 0.5s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 1px #301ddc, 0 0 5px 5px #7664ea, 0 0 0 5px #6f76b0;
    }

    100% {
        box-shadow: 0 0 0 1px #301ddc, 0 0 5px 5px #7664ea, 0 0 0 5px #6f76b0;
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

.et_pb_module_header {
    color: #2872cc;
    font-weight: 600;
}


/* ui ux why choose us */

.uiux-whatwedo-text {
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
}

.uiux-whatwedo-image {
    position: relative;
    display: inline-block;
}

.uiux-whatwedo-image img {
    width: 100%;
    /* max-width: 350px; */
    border-radius: 20%;
    object-fit: cover;
}

.uiux-whatwedo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.uiux-whatwedo-play:hover {
    background: #c0392b;
}

.uiux-whatwedo-play::before {
    content: '';
    display: inline-block;
    margin-left: 4px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}

/* Feature Card */
.uiux-whatwedo-card {
    background: #fff;
    padding: 25px;
    text-align: left;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.uiux-whatwedo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.uiux-whatwedo-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fceaea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #e74c3c;
    font-size: 22px;
}

.uiux-whatwedo-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.service-content-app{
    color: #64748b;

}
.uiux-whatwedo-card p {
    color: #64748b;
    line-height: 1.6;
}

@media(max-width: 991px) {
    .uiux-whatwedo-title {
        text-align: center;
    }

    .uiux-whatwedo-subtitle,
    .uiux-whatwedo-text {
        text-align: center;
    }

    .uiux-whatwedo-image {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
}

/* ui ux processF */
.service-timeline {
    position: relative;
    padding-left: 30px;
    border-left: 3px solid #e5e7eb;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 50px;
}

.timeline-item .icon {
    position: absolute;
    left: -55px;
    top: 34px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}

.timeline-item .content {
    background: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.timeline-item .content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.timeline-item h5 {
    margin-bottom: 8px;
    font-weight: 600;
}

.ui-ux-process-image {
    height: 650px;
}

@media (max-width: 768px) {
    .service-timeline {
        border-left: none;
        padding-left: 0;
    }

    .timeline-item {
        padding-left: 0;
        text-align: center;
    }

    .timeline-item .icon {
        position: relative;
        left: 0;
        margin: 0 auto 10px;
        top: 0px;
    }
}

@media (max-width: 992px) {

    .ui-ux-process-image {
        height: auto;
    }
}

/* why choose figma*/

.service-card-flutter {
    border-radius: 15px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease;
    z-index: 1;
}

.service-card-flutter::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: height 0.6s ease-in-out;
}

.choose-company-card:nth-child(odd) .service-card-flutter::before {
    background: linear-gradient(135deg, #f7fbff, #e5f1ff, #ecf3fa);
}

.choose-company-card:nth-child(even) .service-card-flutter::before {
    background: linear-gradient(135deg, #fff3ef, #fce7cd, #fcd7d1);
}

.choose-company-card:nth-child(odd) .service-card-flutter h5{
    color: #0066ff;
    text-align: center;
}

.choose-company-card:nth-child(even) .service-card-flutter h5{
    color: #ff6600;
    text-align: center;
}

.service-card-flutter:hover::before {
    height: 100%;
}

.service-card-flutter:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08),
        0 16px 30px rgba(0, 0, 0, 0.12);
}

.service-icon-flutter {
    font-size: 30px;
    margin-bottom: 10px;
    /* display: inline-block; */
    text-align: center;

}

.service-bg {
    position: absolute;
    bottom: -10px;
    right: 0;
    opacity: 0.1;
    max-width: 150px;
}

/* figma why choose us */

.figma-choose-section {
    padding: 70px 0;
    background: #fff;
}

.figma-choose-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #e74c3c;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.figma-choose-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.figma-choose-text {
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
}

.figma-choose-image {
    position: relative;
    display: inline-block;
}

.figma-choose-image img {
    width: 100%;
    /* max-width: 350px; */
    border-radius: 20%;
    object-fit: cover;
}

.figma-choose-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.figma-choose-play:hover {
    background: #c0392b;
}

.figma-choose-play::before {
    content: '';
    display: inline-block;
    margin-left: 4px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
}

/* Feature Card */
.figma-choose-card {
    background: #fff;
    padding: 25px;
    text-align: left;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.figma-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.figma-choose-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fceaea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #e74c3c;
    font-size: 22px;
}

.figma-choose-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.figma-choose-card p {
    color: #64748b;
    line-height: 1.6;
}

@media(max-width: 991px) {
    .figma-choose-title {
        text-align: center;
    }

    .figma-choose-subtitle,
    .figma-choose-text {
        text-align: center;
    }

    .figma-choose-image {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
}

/* figma what we do */
.expertise-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.expertise-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.expertise-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
}

.bg-gradient-blue {
    background: linear-gradient(135deg, #36a3f7, #0066ff);
}

.bg-gradient-purple {
    background: linear-gradient(135deg, #a855f7, #6b21a8);
}

.bg-gradient-green {
    background: linear-gradient(135deg, #22c55e, #15803d);
}

.bg-gradient-orange {
    background: linear-gradient(135deg, #f97316, #c2410c);
}

/* custom web design what we offern section */


.cwd-whatweoffer-section {
    padding: 60px 20px;
}

.cwd-whatweoffer-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0f172a;
}

.cwd-whatweoffer-card {
    border: none;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    min-height: 250px;
    height: 100%;
}

.cwd-whatweoffer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.cwd-whatweoffer-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
}

.cwd-whatweoffer-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #0f172a;
    position: relative;
    z-index: 2;
}

.cwd-whatweoffer-card p {
    color: #475569;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.row .col-md-4:nth-child(odd) .cwd-whatweoffer-card {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
}

.row .col-md-4:nth-child(even) .cwd-whatweoffer-card {
    background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
}

.cwd-whatweoffer-illustration {
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 90px;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

/* custom web design why choose cwd */

.cwd-feature-card {
    position: relative;
    background: linear-gradient(135deg, #eff2fe, #fef5f0);
    border-radius: 18px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    height: 100%;
}

.cwd-feature-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.cwd-feature-card::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: rgba(255, 107, 53, 0.15);
    border-radius: 50%;
    z-index: 0;
}

.cwd-feature-icon {
    font-size: 36px;
    color: #ff6b35;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.cwd-feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.cwd-feature-text {
    font-size: 0.95rem;
    color: #555;
    position: relative;
    z-index: 1;
}

/* cwd experties */

    .corp-card {
      background: #fff;
      border: 1px solid #e1e5eb;
      border-radius: 10px;
      padding: 25px;
      transition: all 0.3s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .corp-card:hover {
      box-shadow: 0 6px 20px rgba(0,0,0,0.12);
      transform: translateY(-4px);
    }

    .corp-icon {
      font-size: 32px;
      color: #0d6efd; 
      margin-bottom: 15px;
    }

    .corp-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #222;
    }

    .corp-card p {
      font-size: 14px;
      color: #555;
      margin: 0;
    }

    .corp-divider {
      height: 2px;
      width: 40px;
      background: #0d6efd;
      margin: 12px 0;
      border-radius: 2px;
    }
