
/* Responsive Typography */
h1, .con { font-size: 28px !important; }
h2, .ts-heading, .ts-sub { font-size: 24px !important; }
h3 { font-size: 18px !important; }
p { font-size: 14px !important; }

/* Section Padding */
.services-section,
.tech-section,
.suitable-section,
.mobile-app-section {
    padding: 50px 15px !important;
}

/* Grid Adjustments */
.services-grid,
.tech-grid,
.suitable-grid,
.ts-grid,
.mobile-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

/* Card Padding */
.service-card,
.tech-card,
.suitable-card,
.ts-card,
.mobile-card {
    padding: 20px !important;
}

/* Container */
.container,
.container-fluid {
    padding: 0 15px !important;
}

/* Button sizing */
.btn-fill,
.btn-cta {
    padding: 10px 18px !important;
    font-size: 14px !important;
}

/* Icon sizes */
.service-icon,
.tech-icon,
.suitable-icon,
.ts-icon {
    width: 50px !important;
    height: 50px !important;
}


/* ================================
    TABLET BREAKPOINT (769px - 1024px)
================================ */

@media (max-width: 1024px) and (min-width: 769px) {
    .services-grid,
    .tech-grid,
    .suitable-grid,
    .ts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    h1 { font-size: 32px; }
    h2 { font-size: 28px; }

    .section-padding {
        padding: 60px 20px;
    }
}
.mobile-section {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
}
.custom-mobile-dev {
    padding: 40px 20px !important;
    height: auto !important;
    overflow: visible !important;
}

@media (max-width: 768px) {
    .custom-mobile-dev {
        padding: 50px 20px !important;
    }
}

/* ================================
    SMALL MOBILE (MAX 480px)
================================ */

@media (max-width: 480px) {
    .navbar-toggle { padding: 6px 10px; }
    .navbar-toggle span { width: 22px; height: 2.5px; }

    h1, .con { font-size: 22px !important; }
    h2, .ts-heading { font-size: 20px !important; }
    h3 { font-size: 16px !important; }

    .services-section,
    .tech-section,
    .suitable-section,
    .mobile-app-section {
        padding: 40px 12px !important;
    }

    .service-card,
    .tech-card,
    .suitable-card {
        padding: 15px !important;
    }

    .service-list li { font-size: 12px !important; }

    .mobile-title { font-size: 28px !important; }
    .mobile-subtitle { font-size: 14px !important; }
}
:root{
    --primary:#0A66C2;
    --accent-start:#6a3df0;
    --accent-end:#9571ff;
    --card-border: rgba(10,102,194,0.12);
    --card-shadow: 0 10px 35px rgba(0,0,0,0.06);
    --muted:#666;
    --bg-light:#f5f7fb;
}

body .services-section,
body .service-wrap-layout2,
body .technology-section,
body .why-choose-section,
body .suitable-section,
body .cta-section {
    font-family: "Poppins", sans-serif;
}


.hero-section,
.main-banner-wrap-layout2 {
    padding: 64px 0;
    background: linear-gradient(180deg, rgba(245,247,251,1) 0%, rgba(255,255,255,1) 100%);

}

.hero-section .hero-title,
.main-banner-wrap-layout2 .item-title {
    color: var(--primary);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 14px;
}

.hero-section .hero-subtitle,
.main-banner-wrap-layout2 .item-sub-title {
    font-size: 1.15rem;
    color: #222;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-section .hero-desc,
.main-banner-wrap-layout2 .item-paragraph {
    color: #333;
    font-size: 1rem;
    line-height: 1.7;
}

.hero-section .hero-image,
.main-banner-wrap-layout2 .item-figure {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*  */
.cta-section .cta-box,
.cta-box {
    text-align:center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(106,61,240,0.08), rgba(10,102,194,0.04));
    border-radius: 14px;
    border: 1px solid rgba(69,56,186,0.06);
    margin-top: 10px;
}

.cta-section .btn-cta,
.cta-box .btn-cta,
.service-btn {
    background: linear-gradient(135deg,var(--accent-start),var(--accent-end));
    color: #fff;
    padding: 12px 26px;
    border-radius: 40px;
    display:inline-block;
    font-weight:700;
    border:none;
    transition: transform .28s ease, box-shadow .28s ease;
    box-shadow: 0 8px 25px rgba(106,61,240,0.2);
}

.cta-section .btn-cta:hover,
.cta-box .btn-cta:hover,
.service-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(86, 55, 180, 0.32);
}

.contact-section .contact-info {
    text-align:center;
    margin-top: 40px;
}

[data-aos][data-aos][data-aos^="fade"] {
    transition: opacity .85s ease, transform .85s ease;
}




:root{
    --bg: #0b1321;
    --panel: #fbfdff;
    --text: #0b1724;
    --muted: #6b7a86;
    --accent: #0b66ff;
    --accent-2: #c59a2a;
    --glass: rgba(255,255,255,0.7);
    --radius: 14px;
    --card-shadow: 0 10px 30px rgba(15,20,28,0.06);
    --transition: 300ms cubic-bezier(.22,.9,.15,1);
}

:root.dark-mode {
    --bg: #0b1220;
    --panel: #0f1722;
    --text: #e6eef8;
    --muted: #9bb0c8;
    --accent: #5aa3ff;
    --accent-2: #d3b25a;
    --card-shadow: 0 10px 30px rgba(2,6,23,0.6);
}

html,body { height:100%; background:var(--bg); color:var(--text); font-family: 'Poppins', sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.container-fluid, .container {  margin:0 auto; padding:0 18px; }

.navbar-wrap { background: transparent; }
.navbar-layout2 {  background-color: transparent; }
.default-logo img { transition: transform .3s var(--transition); }
.default-logo img:hover { transform: translateY(-4px); }

.btn-fill { display:inline-flex; align-items:center; gap:8px; padding:10px 18px; border-radius:999px; background: linear-gradient(90deg,var(--accent),var(--accent-2)); color:#fff; font-weight:700; box-shadow: 0 8px 30px rgba(11,102,255,0.07); transition: transform .22s ease, box-shadow .22s ease; text-decoration:none; border:none; }
.btn-fill:hover{ transform: translateY(-4px); box-shadow:0 18px 40px rgba(11,102,255,0.12); }

.main-banner-wrap-layout2 { padding:72px 0 42px; position:relative; overflow:visible;  max-width: auto;}
.main-banner-box-layout2 .item-sub-title { color:var(--accent); font-weight:700; letter-spacing:.2px;margin-top: 55px; margin-bottom:14px; }
.main-banner-box-layout2 .item-title { font-size:20px; line-height:1.04; margin-bottom:18px; color:var(--text); font-weight:800; }
.main-banner-box-layout2 p { color:var(--muted); font-size:16px; margin-bottom:16px; max-width:640px; color: black; }

.item-figure { display:flex; align-items:center; justify-content:center; }
.lottie-placeholder img {  border-radius:5px; }

.advanced-card { will-change: transform, opacity; }

.feature-wrap-layout2 { padding:36px 0; }
.btn-gradient { background: linear-gradient(90deg,var(--accent),var(--accent-2)); color:#fff; padding:10px 18px; border-radius:8px; text-decoration:none; display:inline-block; }

.process-wrap-layout2 { padding:46px 0; color:#fff; background-position:center; background-size:cover; background-repeat:no-repeat; border-radius:10px; box-shadow: 0 12px 40px rgba(2,6,23,0.12); }

.process-wrap-layout2 h2 { font-size:30px; font-weight:800; margin-bottom:6px; color:#fff; }
.process-wrap-layout2 p { color: rgba(255,255,255,0.9); margin-bottom:18px; }

/* ---------- footer ---------- */
.footer-wrap-layout2 { padding:38px 0; background:transparent; color:var(--muted); max-width: auto;}
.footer-widgets .footer-logo img { max-width:180px; }

/* ---------- tiny helpers ---------- */
.center { text-align:center; }
.text-muted { color:var(--muted); }

/* ---------- Lottie fallback responsiveness ---------- */
.lottie-placeholder, lottie-player { display:block; margin:0 auto; }

/* ---------- SVG hero accent draw effect (slower) ---------- */
.hero-svg path { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: line-draw 1.8s ease forwards; }
@keyframes line-draw { to { stroke-dashoffset: 0; } }

/* ---------- responsive ---------- */
@media (max-width: 992px){
    .main-banner-box-layout2 .item-title { font-size:15px; }
    .lottie-placeholder img { max-width:320px; }
}
@media (max-width: 576px){
    .main-banner-box-layout2 .item-title { font-size:26px; }
    .default-logo img { width:auto }
    .item-figure { margin-top:18px; }
}

/* ---------- accessibility & focus ---------- */
a:focus, button:focus { outline: 3px solid rgba(11,102,255,0.14); outline-offset: 2px; }

.services-section {
    padding: 60px 20px;
    max-width: auto;
    background-color: white;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.services-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.service-card {
    background: #ffffffee;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform .3s cubic-bezier(.2,.9,.3,1), box-shadow .3s;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Raise to top */


/* Icon box with animation */
.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    animation: colorFloat 7s linear infinite;
}

/* Placeholder SVG */
.svg-placeholder rect {
    fill: rgba(255,255,255,0.2);
}




/* Text styling */
.service-card h3 {
    font-size: 18px;
    margin: 0;
}

.service-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}
.tech-section {
    padding: 70px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.tech-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tech-sub {
    color: #555;
    font-size: 16px;
    margin-bottom: 40px;
}

.tech-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* Card design */
.tech-card {
    background: #ffffffee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

/* Hover Elevation */
.tech-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Animated icon background */
.tech-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 300% 300%;
    animation: techColors 7s linear infinite;
}

/* Placeholder SVG */
.svg-placeholder rect {
    fill: rgba(255,255,255,0.25);
}

@keyframes techColors {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Color gradients for each card */
.tc1 .tech-icon { background: linear-gradient(135deg,#008bff,#62c1ff); }
.tc2 .tech-icon { background: linear-gradient(135deg,#ff6e6e,#ff9f6e); }
.tc3 .tech-icon { background: linear-gradient(135deg,#9c7bff,#c8a7ff); }
.tc4 .tech-icon { background: linear-gradient(135deg,#61ffc2,#38d39a); }
.tc5 .tech-icon { background: linear-gradient(135deg,#ffd65c,#ff8ad1); }

/* Text inside cards */
.tech-content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

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

.suitable-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.suitable-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
}

/* Grid layout */
.suitable-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

/* Card Styling */
.suitable-card {
    background: #ffffffee;
    padding: 26px 20px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

/* Hover raise effect */
.suitable-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}

/* Icon animation box */
.suitable-icon {
    width: 65px;
    height: 65px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 300% 300%;
    animation: floatColors 7s linear infinite;
}

/* Placeholder SVG */
.suitable-svg rect {
    fill: rgba(255,255,255,0.25);
}

/* Color animation */
@keyframes floatColors {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Different gradients for each card */
.sf1 .suitable-icon { background: linear-gradient(135deg,#7b61ff,#a770ff); }
.sf2 .suitable-icon { background: linear-gradient(135deg,#ff7b7b,#ffb36b); }
.sf3 .suitable-icon { background: linear-gradient(135deg,#7be5ff,#4ec6ff); }
.sf4 .suitable-icon { background: linear-gradient(135deg,#7bffb3,#38d39a); }
.sf5 .suitable-icon { background: linear-gradient(135deg,#ffd46b,#ffa44b); }
.sf6 .suitable-icon { background: linear-gradient(135deg,#ff84d9,#ff62aa); }
.sf7 .suitable-icon { background: linear-gradient(135deg,#6cffe1,#38d4c5); }
.sf8 .suitable-icon { background: linear-gradient(135deg,#ffc76b,#ffa09c); }

.suitable-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
/* Section spacing */
.tech-section {
    padding: 70px 0;
    text-align: center;
}

/* Grid layout */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-top: 40px;
}

/* Cards */
.tech-card {
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(0,0,0,0.08);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover raise + color glow */
.tech-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

/* Glow animation */
.tech-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    opacity: 0;
    transition: 0.35s ease;
}

.tech-card:hover::after {
    opacity: 0.15;
}

/* Icon container */
.tech-icon {
    width: 75px;
    height: 75px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: floating-colors 8s linear infinite;
}

/* Placeholder SVG */
.svg-placeholder rect {
    fill: rgba(255, 51, 51, 0.4);
}

/* Title & paragraph inside card */
.tech-content h3 {
    font-size: 22px;
    margin: 0 0 6px;
    color: #4786e5;
}

.tech-content p {
    margin: 0;
    color: #444;
    font-weight: 500;
    font-size: 16px;
}

/* Icon color animation */
@keyframes floating-colors {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.float-shape {
    position: absolute;
    animation: float 12s infinite ease-in-out;
    opacity: 0.7;
}

@keyframes float {
    0%   { transform: translate(0, 0) }
    50%  { transform: translate(20px, -30px) }
    100% { transform: translate(0, 0) }
}
.shapes svg:nth-child(1) { top: 10%; left: 5%; }
.shapes svg:nth-child(2) { top: 40%; right: 10%; }
.shapes svg:nth-child(3) { bottom: 15%; left: 20%; }
/* add more as needed */

/* ================================
   SERVICE SECTION (MATCHED TO HTML)
================================ */

/* Section container */
.services-section {
    padding: 80px 20px;
    position: relative;
    z-index: 2;
}

/* Section title */
.services-section .section-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 45px;
    color: #0d6efd;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    padding: 10px;
}

/* Service Card */
.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 22px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transition: all 0.35s ease;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Hover Animation */
.service-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 16px 36px rgba(0, 68, 255, 0.18);
}

/* Service Icon Wrapper */
.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px auto;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    fill: #e8f0ff;
    stroke: #0d6efd;
    stroke-width: 1.5px;
    transition: 0.3s ease;
}

/* Hover effect on icon */
.service-card:hover .service-icon svg {
    fill: #d0f7ec;
    stroke: #00c389;
    transform: scale(1.15) rotate(8deg);
}

/* Service title */
.service-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

/* Service text */
.service-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.55;
    margin-bottom: 10px;
}


/* =============================
   FLOATING SHAPES + SHOOTING STAR
============================= */

/* Floating shapes wrapper */
.floating-shapes .shape {
    position: absolute;
    animation: float 6s infinite ease-in-out;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

/* Individual shape speeds */
.shape1 {
    top: 10%;
    left: 5%;
    animation-duration: 7s;
}
.shape2 {
    top: 60%;
    right: 10%;
    animation-duration: 9s;
}
.shape3 {
    bottom: 15%;
    left: 20%;
    animation-duration: 8s;
}

/* Floating animation */
@keyframes float {
    0% { transform: translateY(0); opacity: 0.7; }
    50% { transform: translateY(-18px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.7; }
}

/* Shooting star */
.shooting-star {
    position: absolute;
    top: 50%;
    right: -150px;
    animation: shooting 4s infinite linear;
    opacity: 0.4;
}

/* Shooting star animation */
@keyframes shooting {
    0% { transform: translateX(0); opacity: 0; }
    10% { opacity: 0.7; }
    100% { transform: translateX(-1200px); opacity: 0; }
}


/* =============================
   RESPONSIVE FIXES
============================= */

@media (max-width: 768px) {
    .services-section {
        padding: 60px 15px;
    }

    .services-section .section-title {
        font-size: 1.9rem;
    }

    .service-card {
        padding: 25px 20px;
    }
}

/* ================================
   TECH SECTION
================================ */
.tech-section {
    position: relative;
    padding: 100px 0;
    background: #0b1321;
    overflow: hidden;
    text-align: center;
}

.tech-title,
.tech-sub {
    color: #ffffff !important;
}

/* ================================
   GRID
================================ */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

/* ================================
   TECH CARD
================================ */
.tech-card {
    background: rgba(255,255,255,0.08);
    border-radius: 30px;
    padding: 45px 30px;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(18px);
    transition: 0.45s ease;
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
    color: #ffffff;
}

/* Shine Sweep */
.tech-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-25deg);
    transition: 0.7s;
}

.tech-card:hover::after {
    left: 120%;
}

/* Glow Bubble */
.tech-card::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    background: #0d6efd33;
    border-radius: 50%;
    top: -25px;
    right: -25px;
    filter: blur(25px);
}

/* Hover */
.tech-card:hover {
    transform: translateY(-14px) scale(1.03);
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

/* ================================
   ICON BOX
================================ */
.tech-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff, #000000);
    box-shadow: 0 0 25px #0d6efd88;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 20px;
}

/* SVG Styling */
.tech-icon svg {
    width: 38px;
    height: 38px;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

/* Draw animation effect */
.tech-icon svg path,
.tech-icon svg circle,
.tech-icon svg rect,
.tech-icon svg line {
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
    animation: draw 1.8s ease forwards;
}

@keyframes draw {
    to { stroke-dashoffset: 0; }
}

/* Content */
.tech-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.tech-content p {
    color: #fff !important;
    font-size: 16px;
}

/* ================================
   FLOATING SHAPES
================================ */
.tech-shape {
    position: absolute;
    opacity: 0.12;
    fill: #0d6efd;
    animation: floatShape 9s infinite ease-in-out;
}

.tech-shape-1 { top: 10%; left: 5%; animation-duration: 10s; }
.tech-shape-2 { bottom: 15%; right: 10%; animation-duration: 12s; }
.tech-shape-3 { top: 40%; right: 5%; animation-duration: 14s; }

@keyframes floatShape {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-25px) rotate(20deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}
/* Suitable Section */
.suitable-section {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.suitable-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Grid */
.suitable-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    padding: 10px 5px;
}

/* Cards */
.suitable-card {
    background: rgba(255,255,255,0.95);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Hover Animation */
.suitable-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

/* Icon Box */
.suitable-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SVG Icon */
.suitable-svg {
    width: 50px;
    height: 50px;
    stroke: #0d6efd;
    transition: 0.3s ease;
}

/* Icon Hover Effect */
.suitable-card:hover .suitable-svg {
    transform: scale(1.18) rotate(6deg);
    stroke: #00c389;
}

/* Text */
.suitable-card p {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-top: 5px;
}

/* Floating Shapes (Optional – matches service cards) */
.suitable-section .floating-shapes .shape {
    position: absolute;
    animation: float 6s infinite ease-in-out;
    pointer-events: none;
    z-index: 0;
}

.suitable-section .shape1 { top: 12%; left: 6%; animation-duration: 7s; }
.suitable-section .shape2 { bottom: 18%; right: 12%; animation-duration: 9s; }
.suitable-section .shape3 { top: 55%; left: 22%; animation-duration: 8s; }

/* Shooting Star */
.suitable-section .shooting-star {
    position: absolute;
    top: 50%;
    right: -150px;
    animation: shooting 4s infinite linear;
    opacity: 0.4;
}

/* Keyframes already match your service cards */
@keyframes float {
    0% { transform: translateY(0); opacity: 0.7; }
    50% { transform: translateY(-20px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.7; }
}

@keyframes shooting {
    0% { transform: translateX(0); opacity: 0; }
    10% { opacity: 0.6; }
    100% { transform: translateX(-1200px); opacity: 0; }
}

/* Responsive */
@media (max-width: 576px) {
    .suitable-card {
        padding: 25px 20px;
    }
    .suitable-title {
        font-size: 1.6rem;
    }
}
.mobile-app-section {
    background: #0b1321;
    padding: 80px 0;
    font-family: "Poppins", sans-serif;
    color: white;
}

.mobile-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.mobile-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0d6efd;
}

.mobile-subtitle {
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 40px;
}

.mobile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.mobile-card {
    background: #111;
    padding: 30px;
    border-radius: 18px;
    transition: 0.3s ease;
    border: 1px solid #1d1d1d;
    position: relative;
    overflow: hidden;
}

.mobile-card:hover {
    transform: translateY(-10px);
    border-color: #0d6efd;
    box-shadow: 0 0 30px rgba(13, 110, 253, 0.3);
}

.mobile-card .icon {
    margin-bottom: 15px;
}

.mobile-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0d6efd;
}

.mobile-card p {
    font-size: 15px;
    opacity: 0.8;
}

.mobile-footer {
    margin-top: 40px;
    font-size: 18px;
    opacity: 0.8;
}

/* SECTION BASE */
.expertise-section {
    position: relative;
    padding: 80px 20px;
    background: #0b1321;
    overflow: hidden;
}

.exp-container {
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 1;
    font-size: 28px;
}

/* TITLES */
.exp-title {
    color: #00aaff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.exp-sub {
    color: #d0d0d0;
    text-align: center;
    margin-bottom: 40px;
    font-size: 17px;
}

/* BLOCKS */
.exp-block {
    background: white;
    padding: 25px;
    margin-bottom: 35px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.15);
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
    align-items: center;
}

.exp-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(0, 170, 255, 0.25);
}

/* HEADINGS */
.exp-heading {
    color: black;
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: bolder;
}

/* LISTS */
.exp-list {
    list-style: none;
    padding-left: 0;
}

.exp-list li {
    color: #000000;
    padding: 8px 0;
    font-size: 20px;
    border-left: 3px solid transparent;
    padding-left: 12px;
    transition: 0.3s;
}

.exp-list li:hover {
    border-left: 3px solid #00aaff;
    color: #00aaff;
    transform: translateX(6px);
}

/* FLOATING SVG SHAPES */
.floating-shape {
    position: absolute;
    width: 120px;
    opacity: 0.13;
    fill: #00aaff;
    animation: floatAnim 6s infinite ease-in-out alternate;
}

.s1 { top: 10%; left: 5%; animation-delay: 0s; }
.s2 { bottom: 12%; right: 8%; animation-delay: 1s; }
.s3 { top: 40%; right: 20%; animation-delay: 2s; }

@keyframes floatAnim {
    from { transform: translateY(0px) rotate(0deg); }
    to   { transform: translateY(-30px) rotate(10deg); }
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .exp-title { font-size: 26px; }
    .floating-shape { width: 80px; }
}
/* SECTION */
.process-section {
    padding: 80px 20px;
    background: #0b1321;
    position: relative;
    overflow: hidden;
}

.process-container {
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 5;
}

/* TITLES */
.process-title {
    color: #00aaff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-sub {
    color: #cccccc;
    text-align: center;
    margin-bottom: 45px;
    font-size: 17px;
}

/* BLOCKS */
.process-block {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 35px;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.12);
    transition: 0.3s ease;
}

.process-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 30px rgba(0, 170, 255, 0.22);
}

/* HEADINGS */
.process-heading {
    font-size: 22px;
    color: #00aaff;
    margin-bottom: 15px;
}

.tech-subtitle {
    margin-top: 18px;
    margin-bottom: 10px;
    color: #00aaff;
    font-weight: 600;
}

/* LIST */
.process-list {
    list-style: none;
    padding: 0;
}

.process-list li {
    color: #e4e4e4;
    padding: 8px 0;
    font-size: 16px;
    padding-left: 12px;
    border-left: 3px solid transparent;
    transition: 0.3s;
}

.process-list li:hover {
    border-left: 3px solid #00aaff;
    color: #00aaff;
    transform: translateX(6px);
}

/* SHAPES */
.process-shape {
    position: absolute;
    width: 130px;
    fill: #00aaff;
    opacity: 0.12;
    animation: floatProc 6s infinite ease-in-out alternate;
}

.ps1 { top: 12%; left: 8%; animation-delay: 0s; }
.ps2 { bottom: 10%; right: 10%; animation-delay: 1s; }
.ps3 { top: 45%; right: 20%; animation-delay: 2s; }

@keyframes floatProc {
    from { transform: translateY(0) rotate(0deg); }
    to   { transform: translateY(-30px) rotate(15deg); }
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .process-title { font-size: 26px; }
    .process-shape { width: 80px; }
}
/* ROADMAP SECTION */
.roadmap-section {
    padding: 80px 20px;
    background: #0b1321;

    position: relative;
    overflow: hidden;
}

.roadmap-container {
    max-width: 900px;
    margin: auto;
    position: relative;
}

/* TITLE */
.roadmap-title {
    color: #00aaff;
    font-size: 30px!important;
    font-weight: 700;
    text-align: center;
}

.roadmap-sub {
    color: #ccc;
    text-align: center;
    margin-bottom: 50px;
    font-size: 17px;
}

/* TIMELINE */
.timeline {
    position: relative;
    margin: 0;
    padding: 0;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 6px;
    background: linear-gradient(180deg, #00aaff, #00ffaa);
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 4px;
}

/* TIMELINE DOTS */
.timeline-dots {
    position: absolute;
    left: 50%;
    top: 0;
    width: 6px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.timeline-dots span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 20px auto;
    background: #00aaff;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0,170,255,0.5);
    animation: pulse 2s infinite ease-in-out;
}

.timeline-dots span:nth-child(2) { animation-delay: 0.2s; }
.timeline-dots span:nth-child(3) { animation-delay: 0.4s; }
.timeline-dots span:nth-child(4) { animation-delay: 0.6s; }
.timeline-dots span:nth-child(5) { animation-delay: 0.8s; }

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.4); opacity: 1; }
}

/* CARDS */
.timeline-card {
    position: relative;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 24px 20px 24px 80px;
    margin: 40px 0;
    width: 45%;
    transition: 0.35s ease;
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.12);
}

.timeline-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 35px rgba(0, 170, 255, 0.22);
}

/* POSITION LEFT OR RIGHT */
.timeline-card:nth-child(odd) {
    left: 0;
}

.timeline-card:nth-child(even) {
    left: 55%;
}

/* STEP ICON */
.step-icon {
    position: absolute;
    left: -50px;
    top: 24px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 0 15px rgba(0,170,255,0.5);
    animation: floatStep 6s infinite ease-in-out alternate;
}

/* CARD CONTENT */
.card-content h3 {
    color: #00aaff;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 55px;
}

.card-content ul {
    padding-left: 18px;
    list-style: disc;
    color: #e4e4e4;
}

.card-content ul li {
    padding: 6px 0;
}

/* FLOATING ICON ANIMATION */
@keyframes floatStep {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-12px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .timeline-card, .timeline-card:nth-child(even) {
        left: 0 !important;
        width: 100%;
        padding-left: 70px;
        margin: 40px 0;
    }
    .timeline::before { left: 20px; }
    .step-icon { left: -30px; }
    .timeline-dots { left: 20px; }
}

/* PORTFOLIO SECTION */
.portfolio-section {
    padding: 70px 20px;
    background:  #0b1321;
    position: relative;
    text-align: center;
}

.portfolio-container {
    max-width: 1100px;
    margin: auto;
}

.portfolio-title {
    font-size: 32px;
    font-weight: 700;
    color: #00aaff;
    margin-bottom: 12px;
}

.portfolio-sub {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 50px;
}

/* GRID */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

/* CARD */
.portfolio-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 35px rgba(0,170,255,0.25);
}

/* LOGO PLACEHOLDER */
.portfolio-logo {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
    animation: floatLogo 6s infinite ease-in-out alternate;
}

/* FLOATING LOGO ANIMATION */
@keyframes floatLogo {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-6px) rotate(3deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

/* CONTENT */
.portfolio-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #00aaff;
}

.portfolio-content p {
    color: #e4e4e4;
    font-size: 15px;
    margin-bottom: 12px;
}

.portfolio-content ul {
    list-style: none;
    padding: 0;
    color: #ccc;
}

.portfolio-content ul li {
    margin-bottom: 6px;
}

/* RESPONSIVE */
@media (max-width: 700px) {
    .portfolio-card {
        text-align: center;
    }
}
.testimonial-section {
    padding: 70px 20px;
    background:#0b1321 ;
    text-align: center;
    position: relative;
}

.testimonial-container {
    max-width: 800px;
    margin: auto;
}

.testimonial-title {
    font-size: 32px;
    font-weight: 700;
    color: #00aaff;
    margin-bottom: 40px;
}

.testimonial-slider {
    position: relative;
    height: 160px; /* Adjust based on content */
    overflow: hidden;
}

.testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.5;
}

.testimonial-card span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: #00aaff;
    font-size: 20px;
}

/* Active testimonial */
.testimonial-card.active {
    opacity: 1;
}
.why-choose-section {
    padding: 70px 20px;
    background: #0b1321;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 50px;
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
}

.choose-card {
    background: #0b1321;
    padding: 28px 20px;
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(91, 83, 206, 0.08);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.choose-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 14px 35px rgba(0, 8, 67, 0.15);
}

.choose-icon {
    font-size: 24px;
    color: black;
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.choose-card h3 {
    font-size: 25px;
    margin: 0 0 10px;
    color:white;
}

.choose-card p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}
.footer-wrap-layout2,
.footer-wrap-layout2 p,
.footer-wrap-layout2 a,
.footer-wrap-layout2 li,
.footer-wrap-layout2 .footer-contact li,
.footer-wrap-layout2 .copy-right-text {
    color: white !important;
}

/* Links hover style */
.footer-wrap-layout2 a:hover {
    color: #0d6efd !important; /* your theme blue */
}

/* Footer widget headings (you already use blue) */
.footer-widget-heading {
    color: #0d6efd !important;
}

/* Remove any leftover dark styles */
.footer-wrap-layout2 .footer-bottom-layout2 {
    border-top: 1px solid #e5e5e5;
}
.ts-title{
    color:#00aaff ;
    font-size: 30px!important;
    font-weight: 700;
    text-align: center;

}
.ts-subtitle{
    color:#ffffff ;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;

}
.tech-stack-title{
    color:#00aaff ;
    font-size: 90px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bolder;
}
.tech-stack-sub{
    color:#ffffff ;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.exp-block2 {
    background: white;
    padding: 25px;
    margin-bottom: 35px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.15);
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
;
}

.exp-block2:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(0, 170, 255, 0.25);
}
.row {z-index: 0;}
/* Make all text dark for readability */
.footer-wrap-layout2,
.footer-wrap-layout2 p,
.footer-wrap-layout2 a,
.footer-wrap-layout2 li,
.footer-wrap-layout2 .footer-contact li,
.footer-wrap-layout2 .copy-right-text {
    color: white !important;
}

/* Links hover style */
.footer-wrap-layout2 a:hover {
    color: #0d6efd !important; /* your theme blue */
}

/* Footer widget headings (you already use blue) */
.footer-widget-heading {
    color: #0d6efd !important;
}

/* Remove any leftover dark styles */
.footer-wrap-layout2 .footer-bottom-layout2 {
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 2560px) {
    .main-banner-box-layout2 .item-sub-title {
        font-size: 56px !important;
        line-height: 1.2;
    }

    .main-banner-box-layout2 .item-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .main-banner-box-layout2 p {
        font-size: 40px;
        line-height: 1.8;
        max-width: 900px;
        font-weight: bolder;
    }

    .social-links-hero {
        margin-top: 20px;
        display: flex;
        gap: 18px;
    }

    .social-links-hero .social-btn {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }
    .exp-container {
        max-width:1400px;
        margin: auto;
        position: relative;
        z-index: 1;
        font-size: 35px;
        text-align: center;
    }
}
