/* ------------ Responsive, cleaned CSS (replace existing) ------------ */


/* Root variables */

:root {
    --bg: #f3f1f1;
    --card-bg: #ffffff;
    --muted: #6b6b6b;
    --accent: #1f1f1f;
    --shadow: 0 6px 18px rgba(30, 40, 60, 0.08);
    --primary-grad: linear-gradient(90deg, #12b0f0, #0a92e6);
    --dark-grad: linear-gradient(180deg, #0b0a3b 0, #0a0f4a 60%);
}


/* Reset / base */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%;
    font-family: "Poppins", system-ui, Arial, sans-serif;
    background: var(--bg);
    color: var(--accent);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: inherit
}

img {
    display: block;
    max-width: 100%;
    height: auto
}


/* Container */

.wrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px
}


/* Header */

header.site-header {
    background: linear-gradient(180deg, #0b0a3b 0, #0f1b4f 60%);
    color: #fff;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 90;
    box-shadow: 0 4px 14px rgba(2, 6, 30, 0.25)
}

header .wrap {
    display: flex;
    align-items: center;
    gap: 12px
}

.logo {
    background: #fff;
    color: #0b0a3b;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 800
}

nav.main-nav {
    margin-left: 12px;
    display: flex;
    gap: 18px;
    flex: 1;
    justify-content: center
}

nav.main-nav a {
    color: rgba(230, 240, 255, 0.95);
    font-weight: 500;
    padding: 6px 8px
}

.header-cta {
    display: flex;
    gap: 12px;
    align-items: center
}

.quote {
    background: var(--primary-grad);
    padding: 8px 14px;
    border-radius: 24px;
    color: #fff;
    font-weight: 700;
}

.phone {
    color: #cfe6ff;
    font-size: .95rem
}


/* HERO */

.hero {
    background: var(--dark-grad);
    color: #fff;
    padding: 48px 0 72px;
    position: relative;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: start
}

.eyebrow {
    color: #62efff;
    font-weight: 600;
    margin-bottom: 10px
}

.hero-title {
    font-size: 42px;
    line-height: 1.04;
    font-weight: 800;
    margin-bottom: 12px;
    max-width: 760px
}

.hero-title .accent {
    color: #ffb13b
}

.hero-desc {
    color: #d7e6ff;
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 15px
}

.btn-primary {
    background: var(--primary-grad);
    padding: 10px 18px;
    border-radius: 24px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 8px 28px rgba(10, 146, 230, 0.18)
}

.dots {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px
}

.dot {
    width: 12px;
    height: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08)
}

.dot.active {
    background: #30f0ff;
    box-shadow: 0 4px 14px rgba(48, 240, 255, 0.18)
}


/* illustration area */

.illustration {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bg-shape {
    position: absolute;
    right: -40px;
    top: -10px;
    width: 640px;
    height: 380px;
    z-index: 1;
    opacity: .95
}

.laptop {
    position: relative;
    right: 12px;
    width: 380px;
    transform: rotate(-6deg);
    z-index: 20;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(3, 8, 30, 0.6)
}

.highlight-box {
    position: absolute;
    right: 120px;
    top: 72px;
    width: 240px;
    height: 160px;
    border: 3px solid rgba(80, 200, 255, 0.85);
    transform: rotate(-6deg);
    z-index: 18;
    border-radius: 6px;
    mix-blend-mode: overlay;
    pointer-events: none
}

.tile {
    position: absolute;
    z-index: 22;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(3, 8, 30, 0.4)
}

.tile-1 {
    right: 8px;
    top: 220px;
    width: 64px;
    height: 44px;
    background: linear-gradient(180deg, #9fe3ff, #7ac3ff)
}

.tile-2 {
    right: 340px;
    top: 240px;
    width: 52px;
    height: 36px;
    background: linear-gradient(180deg, #cdeaff, #b0e0ff)
}

.enquiry-tab {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background: #ffb13b;
    color: #111;
    padding: 10px 12px;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 80;
    box-shadow: -6px 12px 30px rgba(0, 0, 0, 0.25)
}


/* SERVICES */

section.services {
    background: #f7f8fb;
    padding: 40px 0 20px
}

.services .cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-40px)
}

.service-card {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(11, 14, 40, 0.06);
    width: 320px;
    text-align: center;
    position: relative
}

.service-card .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eef7ff, #f0f8ff)
}

.service-card h3 {
    color: #0b2b45;
    margin-bottom: 8px;
    font-weight: 700
}

.service-card p {
    color: #556;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px
}

.service-btn {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 20px;
    background: linear-gradient(90deg, #203a7e, #26b0e2);
    color: #fff;
    font-weight: 700
}

.services .cards .service-card:nth-child(2) {
    transform: translateY(-16px);
    box-shadow: 0 24px 40px rgba(10, 26, 120, 0.12)
}


/* CLIENTS */

.clients {
    padding: 32px 0;
    text-align: center;
    background: #fff
}

.clients h2 {
    font-size: 24px;
    margin-bottom: 12px
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 12px
}

.client-logos img {
    width: 100px;
    opacity: .95
}


/* WHO */

.title {
    font-family: 'Poppins', system-ui, Arial, sans-serif;
}

.title h3 {
    text-align: center;
    font-size: 28px;
}

.title img {
    width: 60px;
    height: 60px;
    margin-left: 850px;
    margin-top: -45px;
}

.who {
    background: #f2f2f4;
    padding: 44px 0
}

.who-grid {
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    gap: 20px;
    align-items: start
}

.who-left .card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(12, 18, 40, 0.06)
}

.who-center img {
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
    scale: 1.6;
}

.who-right {
    display: flex;
    flex-direction: column;
    gap: 14px
}


/* INDUSTRIES */

.industries-section {
    text-align: center;
    padding: 48px 16px
}

.industries-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px
}

.industries-section p {
    color: #555;
    max-width: 820px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.6
}

.industries-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.row1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.box {
    background: #eaf4fd;
    width: 170px;
    height: 140px;
    border-bottom: 3px solid #c9def3;
    text-align: center;
    padding: 18px 10px;
    border-radius: 2px;
    box-sizing: border-box
}

.box img {
    width: 56px;
    height: 56px;
    margin-bottom: 8px
}

.box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0
}


/* WHY CHOOSE US */

.choose {
    background: linear-gradient(90deg, #0a1a5c, #0aa8e0);
    color: #fff;
    padding: 48px 0;
    position: relative
}

.choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center
}

.images {
    position: relative;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto
}

.img1 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 36%;
    min-width: 220px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    z-index: 12
}

.img2 {
    position: absolute;
    top: -90px;
    right: 80px;
    bottom: 0;
    width: 62%;
    min-width: 330px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    z-index: 14;
}

.badge {
    position: absolute;
    top: -120px;
    left: 38%;
    transform: translateX(-50%);
    background: #f59e0b;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 8px;
    z-index: 20;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25)
}

.dots {
    position: absolute;
    left: 22px;
    bottom: 22px;
    width: 84px;
    height: 84px;
    background-image: radial-gradient(rgba(250, 241, 241, 0.016) 5px, transparent 2px);
    background-size: 8px 8px;
    margin-left: 80px;
    margin-top: 900px;
    margin-bottom: -130px;
    opacity: 1;
    z-index: 20;
}


/* CHOOSE RIGHT */

.choose-right h2 {
    font-size: 28px;
    margin-bottom: 12px
}

.choose-right p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 14px
}

.choose-right img {
    width: 80px;
    height: 80px;
    position: absolute;
    margin-right: 150px;
    margin-bottom: 150px;
    margin-top: -33px;
    margin-left: -75px;
    transform: rotate(20deg);
}

.choose-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.feature-pill {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    color: #0b2b45;
    font-weight: 700;
    text-align: center
}


/* PORTFOLIO */

.portfolio {
    background: #fff;
    padding: 48px 0;
    text-align: center
}

.portfolio h2 {
    font-size: 28px;
    margin-bottom: 12px
}

.portfolio p {
    max-width: 820px;
    margin: 8px auto 20px;
    color: #666
}

.portfolio-cards {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.port-card {
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden
}

.port-card img {
    height: 150px;
    object-fit: cover
}

.port-card .meta {
    padding: 12px
}


/* TABS / ICONS ROW */

.title {
    text-align: center;
    margin-bottom: 16px
}

.title h1 {
    font-size: 26px;
    font-weight: 700
}

.tabs {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px auto 16px;
    max-width: 100%;
    overflow: auto
}

.tab {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--muted);
    white-space: nowrap
}

.tab.active {
    background: linear-gradient(90deg, #fff8e6, #fff3df);
    border: 2px solid #f0c86b;
    color: var(--accent);
    font-weight: 700
}

.icons-wrapper {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 6px 0
}

.icons-row {
    display: flex;
    gap: 12px;
    padding: 8px
}

.tech-card {
    width: 110px;
    height: 110px;
    background: var(--card-bg);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(50, 60, 80, 0.06);
    border: 1px solid rgba(20, 30, 40, 0.04);
    padding: 10px
}

.tech-card img {
    width: 46px;
    height: 46px;
    margin-bottom: 6px
}

.tech-card span {
    font-weight: 700;
    font-size: 13px;
    color: #2a2a2a
}


/* TESTIMONIALS */

.testimonials {
    padding: 48px 0;
    background: linear-gradient(180deg, #fff 0, #fff 60%)
}

.test-cards {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.test-card {
    width: 320px;
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06)
}


/* FAQ */

.faq-section {
    background: #eaf6ff;
    padding: 40px 0
}

.faq-wrap {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start
}

details.faq {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 12px
}

summary {
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center
}

summary::after {
    content: "▾"
}

details[open] summary::after {
    content: "▴"
}


/* Question box */

.question-box {
    background: #1e237e;
    color: #fff;
    width: 100%;
    max-width: 520px;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif
}

.question-box h3 {
    font-size: 20px;
    margin-bottom: 8px
}

.question-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #e5e5e5;
    margin-bottom: 12px
}

.email-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer
}

.email-btn:hover {
    background: #f1f1f1
}


/* CONTACT */

.contact {
    background: #21a0cf;
    padding: 40px 0;
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto
}

.contact-form {
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    color: #111;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12)
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.contact-form .submit {
    background: linear-gradient(90deg, #203a7e, #26b0e2);
    color: #fff;
    padding: 10px 16px;
    border-radius: 24px;
    border: none;
    cursor: pointer
}


/* READY / FOOTER */

.ready {
    background: linear-gradient(180deg, #0b0a3b, #0a0f4a);
    padding: 36px 0;
    color: #fff;
    text-align: center
}

footer {
    background: linear-gradient(90deg, #0b0a3b, #0a2a62);
    color: #fff;
    padding: 36px 0
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto
}

.footer-bottom {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 12px
}


/* ---------- Responsive breakpoints ---------- */


/* Large tablets / small laptops */

@media (max-width:1100px) {
    .hero-grid {
        grid-template-columns: 1fr 360px
    }
    .illustration {
        height: 320px
    }
    .laptop {
        width: 340px
    }
    .bg-shape {
        width: 520px
    }
    .choose-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
    .who-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }
    .faq-wrap {
        grid-template-columns: 1fr;
        gap: 18px
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }
}


/* Tablets */

@media (max-width:820px) {
    header .wrap {
        flex-wrap: wrap;
        justify-content: center
    }
    nav.main-nav {
        display: none
    }
    .hero {
        padding: 36px 0 56px
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center
    }
    .illustration {
        order: 1;
        height: auto
    }
    .laptop {
        transform: none;
        position: relative;
        right: 0;
        width: 80%;
        max-width: 420px
    }
    .highlight-box {
        display: none
    }
    .tile-1,
    .tile-2,
    .enquiry-tab {
        display: none
    }
    .services .cards {
        transform: none
    }
    .images {
        max-width: 520px
    }
    .img1,
    .img2 {
        position: static;
        width: 90%;
        height: auto;
        margin: 12px auto;
        display: block
    }
    .badge,
    .dots,
    .arrow {
        display: none
    }
    .icons-row {
        gap: 12px
    }
    .tech-card {
        width: 96px;
        height: 96px
    }
    .box {
        width: 46%
    }
    .port-card {
        width: 90%
    }
    .client-logos img {
        width: 90px
    }
}


/* Mobile phones */

@media (max-width:520px) {
    .wrap {
        width: 96%;
        padding: 0 10px
    }
    .hero-title {
        font-size: 28px
    }
    .hero-desc {
        font-size: 15px
    }
    .btn-primary {
        padding: 10px 14px
    }
    .service-card {
        width: 100%
    }
    .who-center img {
        max-width: 260px
    }
    .images {
        max-width: 100%
    }
    .icons-row {
        flex-wrap: wrap;
        justify-content: center
    }
    .tech-card {
        width: 84px;
        height: 84px
    }
    .box {
        width: 100%
    }
    .question-box {
        padding: 18px
    }
    .contact-grid {
        grid-template-columns: 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }
}


/* Very small phones */

@media (max-width:380px) {
    .hero-title {
        font-size: 24px
    }
    .btn-primary {
        padding: 8px 12px
    }
    .tech-card img {
        width: 34px;
        height: 34px
    }
    .box h3 {
        font-size: 14px
    }
}


/* ------------ Responsive, cleaned CSS (replace existing) ------------ */


/* Root variables */

:root {
    --bg: #f3f1f1;
    --card-bg: #ffffff;
    --muted: #6b6b6b;
    --accent: #1f1f1f;
    --shadow: 0 6px 18px rgba(30, 40, 60, 0.08);
    --primary-grad: linear-gradient(90deg, #12b0f0, #0a92e6);
    --dark-grad: linear-gradient(180deg, #0b0a3b 0, #0a0f4a 60%);
}


/* Reset / base */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%;
    font-family: "Poppins", system-ui, Arial, sans-serif;
    background: var(--bg);
    color: var(--accent);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: inherit
}

img {
    display: block;
    max-width: 100%;
    height: auto
}


/* Container */

.wrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px
}


/* Header */

header.site-header {
    background: linear-gradient(180deg, #0b0a3b 0, #0f1b4f 60%);
    color: #fff;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 90;
    box-shadow: 0 4px 14px rgba(2, 6, 30, 0.25)
}

header .wrap {
    display: flex;
    align-items: center;
    gap: 12px
}

.logo {
    background: #fff;
    color: #0b0a3b;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 800
}

nav.main-nav {
    margin-left: 12px;
    display: flex;
    gap: 18px;
    flex: 1;
    justify-content: center
}

nav.main-nav a {
    color: rgba(230, 240, 255, 0.95);
    font-weight: 500;
    padding: 6px 8px
}

.header-cta {
    display: flex;
    gap: 12px;
    align-items: center
}

.quote {
    background: var(--primary-grad);
    padding: 8px 14px;
    border-radius: 24px;
    color: #fff;
    font-weight: 700
}

.phone {
    color: #cfe6ff;
    font-size: .95rem
}


/* HERO */

.hero {
    background: var(--dark-grad);
    color: #fff;
    padding: 48px 0 72px;
    position: relative;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: start
}

.eyebrow {
    color: #62efff;
    font-weight: 600;
    margin-bottom: 10px
}

.hero-title {
    font-size: 42px;
    line-height: 1.04;
    font-weight: 800;
    margin-bottom: 12px;
    max-width: 760px
}

.hero-title .accent {
    color: #ffb13b
}

.hero-desc {
    color: #d7e6ff;
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 15px
}

.btn-primary {
    background: var(--primary-grad);
    padding: 10px 18px;
    border-radius: 24px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 8px 28px rgba(10, 146, 230, 0.18)
}

.dots {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px
}

.dot {
    width: 12px;
    height: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08)
}

.dot.active {
    background: #30f0ff;
    box-shadow: 0 4px 14px rgba(48, 240, 255, 0.18)
}


/* illustration area */

.illustration {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bg-shape {
    position: absolute;
    right: -40px;
    top: -10px;
    width: 640px;
    height: 380px;
    z-index: 1;
    opacity: .95
}

.laptop {
    position: relative;
    right: 12px;
    width: 380px;
    transform: rotate(-6deg);
    z-index: 20;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(3, 8, 30, 0.6)
}

.highlight-box {
    position: absolute;
    right: 120px;
    top: 72px;
    width: 240px;
    height: 160px;
    border: 3px solid rgba(80, 200, 255, 0.85);
    transform: rotate(-6deg);
    z-index: 18;
    border-radius: 6px;
    mix-blend-mode: overlay;
    pointer-events: none
}

.tile {
    position: absolute;
    z-index: 22;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(3, 8, 30, 0.4)
}

.tile-1 {
    right: 8px;
    top: 220px;
    width: 64px;
    height: 44px;
    background: linear-gradient(180deg, #9fe3ff, #7ac3ff)
}

.tile-2 {
    right: 340px;
    top: 240px;
    width: 52px;
    height: 36px;
    background: linear-gradient(180deg, #cdeaff, #b0e0ff)
}

.enquiry-tab {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background: #ffb13b;
    color: #111;
    padding: 10px 12px;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 80;
    box-shadow: -6px 12px 30px rgba(0, 0, 0, 0.25)
}


/* SERVICES */

section.services {
    background: #f7f8fb;
    padding: 40px 0 20px
}

.services .cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-40px)
}

.service-card {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(11, 14, 40, 0.06);
    width: 320px;
    text-align: center;
    position: relative
}

.service-card .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eef7ff, #f0f8ff)
}

.service-card h3 {
    color: #0b2b45;
    margin-bottom: 8px;
    font-weight: 700
}

.service-card p {
    color: #556;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px
}

.service-btn {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 20px;
    background: linear-gradient(90deg, #203a7e, #26b0e2);
    color: #fff;
    font-weight: 700
}

.services .cards .service-card:nth-child(2) {
    transform: translateY(-16px);
    box-shadow: 0 24px 40px rgba(10, 26, 120, 0.12)
}


/* CLIENTS */

.clients {
    padding: 32px 0;
    text-align: center;
    background: #fff
}

.clients h2 {
    font-size: 24px;
    margin-bottom: 12px
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 12px
}

.client-logos img {
    width: 100px;
    opacity: .95
}


/* WHO */

.who {
    background: #f2f2f4;
    padding: 44px 0
}

.who-grid {
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    gap: 20px;
    align-items: start
}

.who-left .card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(12, 18, 40, 0.06)
}

.who-center img {
    width: 100%;
    max-width: 320px;
    border-radius: 10px
}

.who-right {
    display: flex;
    flex-direction: column;
    gap: 14px
}


/* INDUSTRIES */

.industries-section {
    text-align: center;
    padding: 48px 16px
}

.industries-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px
}

.industries-section p {
    color: #555;
    max-width: 820px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.6
}

.industries-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.row1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.box {
    background: #eaf4fd;
    width: 170px;
    height: 140px;
    border-bottom: 3px solid #c9def3;
    text-align: center;
    padding: 18px 10px;
    border-radius: 2px;
    box-sizing: border-box
}

.box img {
    width: 56px;
    height: 56px;
    margin-bottom: 8px
}

.box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0
}


/* WHY CHOOSE US */

.choose {
    background: linear-gradient(90deg, #0a1a5c, #0aa8e0);
    color: #fff;
    padding: 48px 0;
    position: relative
}

.choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center
}

.images {
    position: relative;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto
}

.img1 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 36%;
    min-width: 220px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    z-index: 12
}

.img2 {
    position: absolute;
    top: -90px;
    right: 80px;
    bottom: 0;
    width: 62%;
    min-width: 330px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    z-index: 14;
}

.badge {
    position: absolute;
    top: -120px;
    left: 38%;
    transform: translateX(-50%);
    background: #f59e0b;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 8px;
    z-index: 20;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25)
}

.dots {
    position: absolute;
    left: 22px;
    bottom: 22px;
    width: 64px;
    height: 64px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.18) 2px, transparent 2px);
    background-size: 8px 8px;
    opacity: .6;
    z-index: 8
}

.arrow {
    position: absolute;
    top: 10px;
    right: 120px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.18);
    transform: rotate(30deg);
    z-index: 6
}


/* CHOOSE RIGHT */

.choose-right h2 {
    font-size: 28px;
    margin-bottom: 12px
}

.choose-right p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 14px
}

.choose-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.feature-pill {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    color: #0b2b45;
    font-weight: 700;
    text-align: center
}


/* PORTFOLIO */

.portfolio {
    background: #fff;
    padding: 48px 0;
    text-align: center
}

.portfolio h2 {
    font-size: 28px;
    margin-bottom: 12px
}

.portfolio p {
    max-width: 820px;
    margin: 8px auto 20px;
    color: #666
}

.portfolio-cards {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.port-card {
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden
}

.port-card img {
    height: 150px;
    object-fit: cover
}

.port-card .meta {
    padding: 12px
}


/* TABS / ICONS ROW */

.title {
    text-align: center;
    margin-bottom: 16px
}

.title h1 {
    font-size: 26px;
    font-weight: 700
}

.tabs {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px auto 16px;
    max-width: 100%;
    overflow: auto
}

.tab {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--muted);
    white-space: nowrap
}

.tab.active {
    background: linear-gradient(90deg, #fff8e6, #fff3df);
    border: 2px solid #f0c86b;
    color: var(--accent);
    font-weight: 700
}

.icons-wrapper {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 6px 0
}

.icons-row {
    display: flex;
    gap: 12px;
    padding: 8px
}

.tech-card {
    width: 110px;
    height: 110px;
    background: var(--card-bg);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(50, 60, 80, 0.06);
    border: 1px solid rgba(20, 30, 40, 0.04);
    padding: 10px
}

.tech-card img {
    width: 46px;
    height: 46px;
    margin-bottom: 6px
}

.tech-card span {
    font-weight: 700;
    font-size: 13px;
    color: #2a2a2a
}


/* TESTIMONIALS */

.testimonials {
    padding: 48px 0;
    background: linear-gradient(180deg, #fff 0, #fff 60%)
}

.test-cards {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.test-card {
    width: 320px;
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06)
}


/* FAQ */

.faq-section {
    background: #eaf6ff;
    padding: 40px 0
}

.faq-wrap {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start
}

details.faq {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 12px
}

summary {
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center
}

summary::after {
    content: "▾"
}

details[open] summary::after {
    content: "▴"
}


/* Question box */

.question-box {
    background: #1e237e;
    color: #fff;
    width: 100%;
    max-width: 520px;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif
}

.question-box h3 {
    font-size: 20px;
    margin-bottom: 8px
}

.question-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #e5e5e5;
    margin-bottom: 12px
}

.email-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer
}

.email-btn:hover {
    background: #f1f1f1
}


/* CONTACT */

.contact {
    background: #21a0cf;
    padding: 40px 0;
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto
}

.contact-form {
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    color: #111;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12)
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.contact-form .submit {
    background: linear-gradient(90deg, #203a7e, #26b0e2);
    color: #fff;
    padding: 10px 16px;
    border-radius: 24px;
    border: none;
    cursor: pointer
}


/* READY / FOOTER */

.ready {
    background: linear-gradient(180deg, #0b0a3b, #0a0f4a);
    padding: 36px 0;
    color: #fff;
    text-align: center
}

footer {
    background: linear-gradient(90deg, #0b0a3b, #0a2a62);
    color: #fff;
    padding: 36px 0
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    max-width: 1200px;
    margin: 0 auto
}

.footer-bottom {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 12px
}


/* ---------- Responsive breakpoints ---------- */


/* Large tablets / small laptops */

@media (max-width:1100px) {
    .hero-grid {
        grid-template-columns: 1fr 360px
    }
    .illustration {
        height: 320px
    }
    .laptop {
        width: 340px
    }
    .bg-shape {
        width: 520px
    }
    .choose-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
    .who-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }
    .faq-wrap {
        grid-template-columns: 1fr;
        gap: 18px
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }
}


/* Tablets */

@media (max-width:820px) {
    header .wrap {
        flex-wrap: wrap;
        justify-content: center
    }
    nav.main-nav {
        display: none
    }
    .hero {
        padding: 36px 0 56px
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center
    }
    .illustration {
        order: 1;
        height: auto
    }
    .laptop {
        transform: none;
        position: relative;
        right: 0;
        width: 80%;
        max-width: 420px
    }
    .highlight-box {
        display: none
    }
    .tile-1,
    .tile-2,
    .enquiry-tab {
        display: none
    }
    .services .cards {
        transform: none
    }
    .images {
        max-width: 520px
    }
    .img1,
    .img2 {
        position: static;
        width: 90%;
        height: auto;
        margin: 12px auto;
        display: block
    }
    .badge,
    .dots,
    .arrow {
        display: none
    }
    .icons-row {
        gap: 12px
    }
    .tech-card {
        width: 96px;
        height: 96px
    }
    .box {
        width: 46%
    }
    .port-card {
        width: 90%
    }
    .client-logos img {
        width: 90px
    }
}


/* Mobile phones */

@media (max-width:520px) {
    .wrap {
        width: 96%;
        padding: 0 10px
    }
    .hero-title {
        font-size: 28px
    }
    .hero-desc {
        font-size: 15px
    }
    .btn-primary {
        padding: 10px 14px
    }
    .service-card {
        width: 100%
    }
    .who-center img {
        max-width: 260px
    }
    .images {
        max-width: 100%
    }
    .icons-row {
        flex-wrap: wrap;
        justify-content: center
    }
    .tech-card {
        width: 84px;
        height: 84px
    }
    .box {
        width: 100%
    }
    .question-box {
        padding: 18px
    }
    .contact-grid {
        grid-template-columns: 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }
}


/* Very small phones */

@media (max-width:380px) {
    .hero-title {
        font-size: 24px
    }
    .btn-primary {
        padding: 8px 12px
    }
    .tech-card img {
        width: 34px;
        height: 34px
    }
    .box h3 {
        font-size: 14px
    }
}


/* ------------ Responsive, cleaned CSS (replace existing) ------------ */


/* Root variables */

:root {
    --bg: #f3f1f1;
    --card-bg: #ffffff;
    --muted: #6b6b6b;
    --accent: #1f1f1f;
    --shadow: 0 6px 18px rgba(30, 40, 60, 0.08);
    --primary-grad: linear-gradient(90deg, #12b0f0, #0a92e6);
    --dark-grad: linear-gradient(180deg, #0b0a3b 0, #0a0f4a 60%);
}


/* Reset / base */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%;
    font-family: "Poppins", system-ui, Arial, sans-serif;
    background: var(--bg);
    color: var(--accent);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: inherit
}

img {
    display: block;
    max-width: 100%;
    height: auto
}


/* Container */

.wrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px
}


/* Header */

header.site-header {
    background: linear-gradient(180deg, #0b0a3b 0, #0f1b4f 60%);
    color: #fff;
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 90;
    box-shadow: 0 4px 14px rgba(2, 6, 30, 0.25)
}

header .wrap {
    display: flex;
    align-items: center;
    gap: 12px
}

.logo {
    background: #fff;
    color: #0b0a3b;
    padding: 8px 14px;
    border-radius: 6px;
    font-weight: 800
}

nav.main-nav {
    margin-left: 12px;
    display: flex;
    gap: 18px;
    flex: 1;
    justify-content: center
}

nav.main-nav a {
    color: rgba(230, 240, 255, 0.95);
    font-weight: 500;
    padding: 6px 8px
}

.header-cta {
    display: flex;
    gap: 12px;
    align-items: center
}

.quote {
    background: var(--primary-grad);
    padding: 8px 14px;
    border-radius: 24px;
    color: #fff;
    font-weight: 700
}

.phone {
    color: #cfe6ff;
    font-size: .95rem
}


/* HERO */

.hero {
    background: var(--dark-grad);
    color: #fff;
    padding: 48px 0 72px;
    position: relative;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: start
}

.eyebrow {
    color: #62efff;
    font-weight: 600;
    margin-bottom: 10px
}

.hero-title {
    font-size: 42px;
    line-height: 1.04;
    font-weight: 800;
    margin-bottom: 12px;
    max-width: 760px
}

.hero-title .accent {
    color: #ffb13b
}

.hero-desc {
    color: #d7e6ff;
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 15px
}

.btn-primary {
    background: var(--primary-grad);
    padding: 10px 18px;
    border-radius: 24px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    box-shadow: 0 8px 28px rgba(10, 146, 230, 0.18)
}

.dots {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px
}

.dot {
    width: 12px;
    height: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08)
}

.dot.active {
    background: #30f0ff;
    box-shadow: 0 4px 14px rgba(48, 240, 255, 0.18)
}


/* illustration area */

.illustration {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bg-shape {
    position: absolute;
    right: -40px;
    top: -10px;
    width: 640px;
    height: 380px;
    z-index: 1;
    opacity: .95
}

.laptop {
    position: relative;
    right: 12px;
    width: 380px;
    transform: rotate(-6deg);
    z-index: 20;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(3, 8, 30, 0.6)
}

.highlight-box {
    position: absolute;
    right: 120px;
    top: 72px;
    width: 240px;
    height: 160px;
    border: 3px solid rgba(80, 200, 255, 0.85);
    transform: rotate(-6deg);
    z-index: 18;
    border-radius: 6px;
    mix-blend-mode: overlay;
    pointer-events: none
}

.tile {
    position: absolute;
    z-index: 22;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(3, 8, 30, 0.4)
}

.tile-1 {
    right: 8px;
    top: 220px;
    width: 64px;
    height: 44px;
    background: linear-gradient(180deg, #9fe3ff, #7ac3ff)
}

.tile-2 {
    right: 340px;
    top: 240px;
    width: 52px;
    height: 36px;
    background: linear-gradient(180deg, #cdeaff, #b0e0ff)
}

.enquiry-tab {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background: #ffb13b;
    color: #111;
    padding: 10px 12px;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
    z-index: 80;
    box-shadow: -6px 12px 30px rgba(0, 0, 0, 0.25)
}


/* SERVICES */

section.services {
    background: #f7f8fb;
    padding: 40px 0 20px
}

.services .cards {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-40px)
}

.service-card {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(11, 14, 40, 0.06);
    width: 320px;
    text-align: center;
    position: relative
}

.service-card .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eef7ff, #f0f8ff)
}

.service-card h3 {
    color: #0b2b45;
    margin-bottom: 8px;
    font-weight: 700
}

.service-card p {
    color: #556;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px
}

.service-btn {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 20px;
    background: linear-gradient(90deg, #203a7e, #26b0e2);
    color: #fff;
    font-weight: 700
}

.services .cards .service-card:nth-child(2) {
    transform: translateY(-16px);
    box-shadow: 0 24px 40px rgba(10, 26, 120, 0.12)
}


/* CLIENTS */

.clients {
    padding: 32px 0;
    text-align: center;
    background: #fff
}

.clients h2 {
    font-size: 24px;
    margin-bottom: 12px
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 12px
}

.client-logos img {
    width: 100px;
    opacity: .95
}


/* WHO */

.who {
    background: #f2f2f4;
    padding: 44px 0
}

.who-grid {
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    gap: 20px;
    align-items: start
}

.who-left .card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(12, 18, 40, 0.06)
}

.who-center img {
    width: 100%;
    max-width: 320px;
    border-radius: 10px
}

.who-right {
    display: flex;
    flex-direction: column;
    gap: 14px
}


/* INDUSTRIES */

.industries-section {
    text-align: center;
    padding: 48px 16px
}

.industries-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px
}

.industries-section p {
    color: #555;
    max-width: 820px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.6
}

.industries-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.row1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.box {
    background: #eaf4fd;
    width: 170px;
    height: 140px;
    border-bottom: 3px solid #c9def3;
    text-align: center;
    padding: 18px 10px;
    border-radius: 2px;
    box-sizing: border-box
}

.box img {
    width: 56px;
    height: 56px;
    margin-bottom: 8px
}

.box h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0
}


/* WHY CHOOSE US */

.choose {
    background: linear-gradient(90deg, #0a1a5c, #0aa8e0);
    color: #fff;
    padding: 48px 0;
    position: relative
}

.choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center
}

.images {
    position: relative;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto
}

.img1 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 36%;
    min-width: 220px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    z-index: 12
}

.img2 {
    position: absolute;
    top: -90px;
    right: 80px;
    bottom: 0;
    width: 62%;
    min-width: 330px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    z-index: 14;
}

.badge {
    position: absolute;
    top: -120px;
    left: 38%;
    transform: translateX(-50%);
    background: #f59e0b;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 8px;
    z-index: 20;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25)
}

.dots {
    position: absolute;
    left: 22px;
    bottom: 22px;
    width: 64px;
    height: 64px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.18) 2px, transparent 2px);
    background-size: 8px 8px;
    opacity: .6;
    z-index: 8
}

.arrow {
    position: absolute;
    top: 10px;
    right: 120px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.18);
    transform: rotate(30deg);
    z-index: 6
}


/* CHOOSE RIGHT */

.choose-right h2 {
    font-size: 28px;
    margin-bottom: 12px
}

.choose-right p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 14px
}

.choose-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.feature-pill {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    color: #0b2b45;
    font-weight: 700;
    text-align: center
}


/* PORTFOLIO */

.portfolio {
    background: #fff;
    padding: 48px 0;
    text-align: center
}

.portfolio h2 {
    font-size: 28px;
    margin-bottom: 12px
}

.portfolio p {
    max-width: 820px;
    margin: 8px auto 20px;
    color: #666
}

.portfolio-cards {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.port-card {
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden
}

.port-card img {
    height: 150px;
    object-fit: cover
}

.port-card .meta {
    padding: 12px
}


/* TABS / ICONS ROW */

.title {
    text-align: center;
    margin-bottom: 16px
}

.title h1 {
    font-size: 26px;
    font-weight: 700
}

.tabs {
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px auto 16px;
    max-width: 100%;
    overflow: auto
}

.tab {
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    color: var(--muted);
    white-space: nowrap
}

.tab.active {
    background: linear-gradient(90deg, #fff8e6, #fff3df);
    border: 2px solid #f0c86b;
    color: var(--accent);
    font-weight: 700
}

.icons-wrapper {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 6px 0
}

.icons-row {
    display: flex;
    gap: 12px;
    padding: 8px
}

.tech-card {
    width: 110px;
    height: 110px;
    background: var(--card-bg);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(50, 60, 80, 0.06);
    border: 1px solid rgba(20, 30, 40, 0.04);
    padding: 10px
}

.tech-card img {
    width: 46px;
    height: 46px;
    margin-bottom: 6px
}

.tech-card span {
    font-weight: 700;
    font-size: 13px;
    color: #2a2a2a
}


/* TESTIMONIALS */

.testimonials {
    padding: 48px 0;
    background: linear-gradient(180deg, #fff 0, #fff 60%)
}

.test-cards {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.test-card {
    width: 320px;
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06)
}


/* FAQ */

.faq-section {
    background: #eaf6ff;
    padding: 40px 0
}

.faq-wrap {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: start
}

details.faq {
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 12px
}

summary {
    cursor: pointer;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center
}

summary::after {
    content: "▾"
}

details[open] summary::after {
    content: "▴"
}


/* Question box */

.question-box {
    background: #1e237e;
    color: #fff;
    width: 100%;
    max-width: 520px;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif
}

.question-box h3 {
    font-size: 20px;
    margin-bottom: 8px
}

.question-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #e5e5e5;
    margin-bottom: 12px
}

.email-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer
}

.email-btn:hover {
    background: #f1f1f1
}


/* CONTACT */

.contact {
    background: #21a0cf;
    padding: 40px 0;
    color: #fff
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto
}

.contact-form {
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    color: #111;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12)
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 10px
}

.contact-form .submit {
    background: linear-gradient(90deg, #203a7e, #26b0e2);
    color: #fff;
    padding: 10px 16px;
    border-radius: 24px;
    border: none;
    cursor: pointer
}


/* READY / FOOTER */

.ready {
    background: linear-gradient(180deg, #0b0a3b, #0a0f4a);
    padding: 36px 0;
    color: #fff;
    text-align: center
}

footer {
    background: linear-gradient(90deg, #0b0a3b, #0a2a62);
    color: #fff;
    padding: 36px 0;
    gap: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 200px;
    max-width: 1200px;
    margin: 0 auto
}

.footer-bottom {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 12px
}


/* ---------- Responsive breakpoints ---------- */


/* Large tablets / small laptops */

@media (max-width:1100px) {
    .hero-grid {
        grid-template-columns: 1fr 360px
    }
    .illustration {
        height: 320px
    }
    .laptop {
        width: 340px
    }
    .bg-shape {
        width: 520px
    }
    .choose-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
    .who-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }
    .faq-wrap {
        grid-template-columns: 1fr;
        gap: 18px
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 18px
    }
}


/* Tablets */

@media (max-width:820px) {
    header .wrap {
        flex-wrap: wrap;
        justify-content: center
    }
    nav.main-nav {
        display: none
    }
    .hero {
        padding: 36px 0 56px
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center
    }
    .illustration {
        order: 1;
        height: auto
    }
    .laptop {
        transform: none;
        position: relative;
        right: 0;
        width: 80%;
        max-width: 420px
    }
    .highlight-box {
        display: none
    }
    .tile-1,
    .tile-2,
    .enquiry-tab {
        display: none
    }
    .services .cards {
        transform: none
    }
    .images {
        max-width: 520px
    }
    .img1,
    .img2 {
        position: static;
        width: 90%;
        height: auto;
        margin: 12px auto;
        display: block
    }
    .badge,
    .dots,
    .arrow {
        display: none
    }
    .icons-row {
        gap: 12px
    }
    .tech-card {
        width: 96px;
        height: 96px
    }
    .box {
        width: 46%
    }
    .port-card {
        width: 90%
    }
    .client-logos img {
        width: 90px
    }
}


/* Mobile phones */

@media (max-width:520px) {
    .wrap {
        width: 96%;
        padding: 0 10px
    }
    .hero-title {
        font-size: 28px
    }
    .hero-desc {
        font-size: 15px
    }
    .btn-primary {
        padding: 10px 14px
    }
    .service-card {
        width: 100%
    }
    .who-center img {
        max-width: 260px
    }
    .images {
        max-width: 100%
    }
    .icons-row {
        flex-wrap: wrap;
        justify-content: center
    }
    .tech-card {
        width: 84px;
        height: 84px
    }
    .box {
        width: 100%
    }
    .question-box {
        padding: 18px
    }
    .contact-grid {
        grid-template-columns: 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }
}


/* Very small phones */

@media (max-width:380px) {
    .hero-title {
        font-size: 24px
    }
    .btn-primary {
        padding: 8px 12px
    }
    .tech-card img {
        width: 34px;
        height: 34px
    }
    .box h3 {
        font-size: 14px
    }
}

@media (max-width:520px) {
    .wrap {
        width: 96%;
        padding: 0 10px
    }
    .hero-title {
        font-size: 28px
    }
    .hero-desc {
        font-size: 15px
    }
    .btn-primary {
        padding: 10px 14px
    }
    .service-card {
        width: 100%
    }
    .who-center img {
        max-width: 260px
    }
    .images {
        max-width: 100%
    }
    .icons-row {
        flex-wrap: wrap;
        justify-content: center
    }
    .tech-card {
        width: 84px;
        height: 84px
    }
    .box {
        width: 100%
    }
    .question-box {
        padding: 18px
    }
    .contact-grid {
        grid-template-columns: 1fr
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }
}


/* Very small phones */

@media (max-width:380px) {
    .hero-title {
        font-size: 24px
    }
    .btn-primary {
        padding: 8px 12px
    }
    .tech-card img {
        width: 34px;
        height: 34px
    }
    .box h3 {
        font-size: 14px
    }
}