/* ===== Hero ===== */
.values_main,
.vision_mission_main,
.hero-section {
    background-color: #ede1d596;
    padding: 80px 0;
}

.hero-section p {
    color: var(--black);
    max-width: 650px;
    margin: 0 auto;
}

/* ===== Our Story ===== */
.story-section {
    padding: 80px 0;
}

.story-section p {
    color: var(--black);
    font-size: .92rem;
    line-height: 1.8;
}

.inn_abt_img_sec img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 420px;
}

.inn_abt_text_sec p {
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
}
.inn_abt_text_sec p a{
    color:var(--black);
    font-weight:600;
}
.details_main {
    position: unset;
    margin-top: 50px;
}

/* ===== Mission / Vision ===== */
.mv-card {
    background: var(--white);
    border-radius: 8px;
    padding: 2.2rem 2rem;
    text-align: center;
    height: 100%;
    box-shadow: -1px 7px 25px 1px #00000030;
    border-radius: 15px;
}

.mv-card .icon-circle {
    width: 56px;
    height: 56px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 1.4rem;
}

.mv-card .icon-circle i {
    font-size: 60px;
    color: var(--orange);
}

.mv-card h5 {
    font-size: 28px;
    font-weight: 600;
    color: var(--orange);
    text-transform: uppercase;
}

.mv-card p {
    color: var(--black);
    font-size: 16px;
    margin-bottom: 0;
}

/* ===== Our Values ===== */
.values_main {
    text-align: center;
    padding-top: 20px;
}

.value-card {
    background: var(--white);
    border-radius: 8px;
    padding: 1.8rem 1.2rem;
    text-align: center;
    height: 100%;
    margin-top: 25px;
    border-radius: 15px;
}

.value-card .icon-circle {
    width: 48px;
    height: 48px;
    border: 1.5px solid var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.15rem;
}

.value-card h6 {
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
}

.value-card p {
    color: var(--black);
    font-size: 16px;
    margin-bottom: 0;
}

.value-card i {
    font-size: 28px;
    color: var(--orange);
}

/* ===== Our Journey (timeline) ===== */
.journey-section {
    background-color: #fffbf7;
    padding-top: 20px;
    padding-bottom: 50px;
}

.journey-section .sub {
    color: var(--black);
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #333;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 2.5rem 2.5rem;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    top: 18px;
    width: 10px;
    height: 10px;
    background: var(--orange);
    border-radius: 50%;
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -5px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -5px;
}

.journey-card {
    background: var(--white);
    border-radius: 8px;
    padding: 1.1rem 1.3rem;
    display: inline-block;
    text-align: left;
    max-width: 340px;
    box-shadow: 0px 8px 34px -8px #00000066;
}
.journey-card img{
    width:70px;
}

.journey-card h6 {
    font-weight: bold;
    margin-bottom: .3rem;
    font-size: 19px;
    color:var(--black);
}

.journey-card p {
    color: var(--black);
    font-size: 16px;
}

@media (max-width: 767px) {
    .section-pad {
        padding: 45px 0;
    }

    .timeline::before {
        left: 14px;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding: 0 0 2rem 2.8rem;
    }

    .timeline-item .timeline-dot {
        left: 9px !important;
        right: auto !important;
    }

    .journey-card {
        max-width: 100%;
    }
}



/* inner service section */

/* Top bar */
.topbar {
    background: #f5e7d8;
    padding: 24px 60px;
    display: flex;
    align-items: end;
    height: 200px;
}

.back-link {
    color: var(--orange);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.back-link:hover {
    color: var(--black);
}

/* Hero */
.hero {
    background-color: #fffbf7;
    padding: 70px 60px 60px;
    position: relative;
    overflow: hidden;
}

.inn_service_text {
    background-color: #ededed4a;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.icon-badge img {
    width: 90px;
}

.hero .head_sec h3 {
    font-size: 48px;
}

.hero .head_sec p {
    margin: 15px 0;
}

.service_head_para {
    margin-bottom: 25px;
}

.btn-cta {
    background: linear-gradient(135deg, rgb(255, 174, 0), #d36d01);
    color: var(--white);
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(247, 169, 30, 0.3);
}

.btn-cta:hover {
    color: #000;
}

.stats-row {
    border-top: 1px solid var(--orange);
    padding-top: 28px;
    margin-top: 36px;
}

.stat-num {
    font-size: 26px;
    font-weight: 700;
    color: var(--orange);
}

.stat-label {
    color: var(--black);
    font-size: 16px;
}

/* Hero right card */
.hero-card {
    background: linear-gradient(135deg, rgb(255, 174, 0), #d36d01);
    border: 1px solid var(--orange);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(6px);
}

.hero-card .monitor-icon {
    width: 70px;
    height: 70px;
    border: 2px solid var(--white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 28px;
    color: var(--white);
}

.hero-card h6 {
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--white);
}

.hero-card p.sub {
    color: var(--white);
    font-size: 16px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--black);
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.progress-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 95%;
    background: linear-gradient(90deg, var(--orange), #ffd27a);
    border-radius: 10px;
}

/* Why choose section */
.why-section {
    background: #fcf5ef;
    padding: 80px 60px;
}

.feature-card {
    background: var(--white);
    border: 1px solid var(--white);
    border-radius: 14px;
    padding: 28px 26px;
    height: 100%;
    transition: transform .2s ease, border-color .2s ease;
    box-shadow: 0px 0px 30px 1px #0000001a;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: var(--orange);
}

.feature-icon {
    width: 70px;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--black);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .hero,
    .why-section,
    .topbar {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-card {
        margin-top: 40px;
    }
}


/* web development progress section */
.service_process {
    padding: 70px 0;
    background-color: #fff;
}

.process_row {
    margin-top: 40px;
}

.process-col {
    position: relative;
    z-index: 1;
}

.process-card {
    background: #f5e7d8;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 32px 26px 26px;
    height: 100%;
    position: relative;
    transition: transform .2s ease, border-color .2s ease;
    z-index: 1;
}

.process-num {
    position: absolute;
    top: -18px;
    left: 26px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(255, 174, 0), #d36d01);
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(247, 169, 30, 0.35);
}

.process-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(255, 174, 0), #d36d01);
    color: var(--w);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 14px 0 18px;
}

.process-card h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.process-card p {
    color: var(--black);
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .process-connector {
        display: block;
        position: absolute;
        top: 36px;
        left: 0;
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(90deg, rgba(247, 169, 30, 0.4) 0 6px, transparent 6px 12px);
        z-index: 0;
    }
}



/* Contact section */
.contact-section {
    background: #f5e7d8;
    padding: 60px 60px 70px;
}

.form-card {
    background: #d36d012c;
    border: 1px solid var(--orange);
    border-radius: 14px;
    padding: 34px 32px;
    height: 100%;
}

.form-card h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 26px;
}

.form-card h4 .accent {
    background: linear-gradient(90deg, var(--orange), var(--orange));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-label {
    color: var(--black);
    font-size: 13.5px;
    font-weight: 500;
    margin-bottom: 6px;
}

.form-control,
.form-select {
    background: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 14px;
    color: #111;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 3px rgba(247, 169, 30, 0.35);
}

textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

.btn-send {
    background: linear-gradient(135deg, rgb(255, 174, 0), #d36d01);
    color: #000;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    border: none;
    width: 100%;
    font-size: 15px;
}

.btn-send:hover {
    color: #000;
    opacity: 0.92;
}

.contact-info h4 {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 14px;
}

.contact-info h4 .accent {
    background: linear-gradient(135deg, rgb(255, 174, 0), #d36d01);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info>p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.info-card {
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.06);
    /* border-radius: 12px; */
    padding: 20px 22px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}

/* .info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(255, 174, 0), #d36d01);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
} */
.info-icon img{
    width:60px;
}
.location_contact{
    width:85px !important;
}
.hours{
    width:70px !important;
}
.info-card h6 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 4px;
}

.info-card p {
    color: var(--black);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.map-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--orange);
    position: relative;
    margin-top: 36px;
}

.map-wrap iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
    filter: grayscale(0.1);
}

.open-maps-btn {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {

    .contact-hero,
    .contact-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .contact-hero h2 {
        font-size: 32px;
    }
}



/* client section */
.our_clients_main {
    padding: 70px 0;
}

.our_clients_inn {
    background-color: #e7e6e462;
}

.our_clients_main .row {
    row-gap: 20px;
    margin-top: 30px;
}

.client_logo_sec {
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 1px 1px 15px #ccc;
    transition: transform .2s ease, box-shadow .2s ease;
}

.client_logo_sec:hover {
    transform: translateY(-4px);
    background: #f5f4f0;
    box-shadow: 0 0 0 2px var(--orange), 0 0 30px 4px rgba(247, 169, 30, 0.55);
}

.client_logo_sec img {
    width: 100%;
}

/* our team section */
/* .our_clients_main .row {
    margin-top: 70px;
} */

.stats-strip {
    border-top: 1px solid var(--orange);
    margin: 40px auto 0;
    padding-top: 28px;
    display: flex;
    justify-content: space-around;
}

.team_sec_head p {
    font-size: 16px;
}

.stat-num {
    font-size: 29px;
    font-weight: 700;
    color: var(--orange);
}

.stat-label {
    color: var(--black);
    font-size: 17px;
}

.team-card {
    height: 100%;
    border: solid 1px var(--orange);
    border-radius: 10px;
    padding: 10px;
}

.avatar-circle {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.team-body {
    padding-top: 10px;
    text-align: center;
}

.team-body h5 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.team-role {
    color: var(--orange);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.team-body p.desc {
    color: var(--black);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 18px;
}