/* Custom styles for professional look */
/* :root {
    --primary: #6c63ff;
    --muted: #6b7280;
}
body {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial;
} */

 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
    --primary: #6c63ff;
    --muted: #6b7280;

    /* New Global Theme Variables */
    --heading-font: 'Poppins', Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial;
    --body-font: 'Poppins', Inter, system-ui, -apple-system, 'Segoe UI', Roboto, Arial;

    --text-dark: #0f1629;
    --text-dark-1: #1a1d2e;
    --text-muted: #6b7280;
    --card-bg: rgba(255,255,255,0.75);
    --transition: 0.25s ease;
}

html {
  scroll-behavior: smooth;
}

/* GLOBAL FONT + SMOOTH RENDERING */
body {
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    font-size: 16px;
    color: var(--text-dark);
}

/* HEADING SYSTEM */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -0.5px;
}

/* Paragraphs */
p {
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--text-muted);
}

/* Buttons */
.btn, 
button {
    font-family: var(--body-font);
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Navigation Links */
.nav-links .nav-link {
    font-family: var(--body-font);
    font-weight: 500 !important;
    letter-spacing: 0.3px;
}

/* Responsive Typography */
@media (max-width: 991px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.9rem; }
    h3 { font-size: 1.6rem; }
}

@media (max-width: 576px) {
    h1 { font-size: 1.9rem; }
    h2 { font-size: 1.6rem; }
    p  { font-size: 15px; }
}

/* Smooth Global Transitions */
* {
    transition: var(--transition);
}

.display-4 {
    font-weight: 700;
}
.card-shadow {
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    border-radius: 12px;
}
.btn-primary {
    background: linear-gradient(90deg, var(--primary), #3b82f6);
    border: none;
}
.btn-outline-secondary {
    border-color: #00000014;
}
.bg-light {
    background: #f8fafc !important;
}
.navbar-brand img {
    height: 36px;
}

/* NAVBAR DESIGN */
#mainNavbar {
    transition: all 0.3s ease;
    /* background: #393838; */
    background: radial-gradient(circle at 20% 20%, #e6eaff 0%, #dee1f1db 45%, #bcc7fd 100%);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}

/* shadow appears on scroll */
#mainNavbar.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding-top: 6px;
    padding-bottom: 6px;
}

/* logo */
.logo-img {
    height: 46px;
    transition: transform 0.3s ease;
}
#mainNavbar.scrolled .logo-img {
    height: 40px;
}

/* nav links */
.nav-links .nav-link {
    font-weight: 500;
    color: black !important;
    padding: 3px 18px;
    transition: 0.25s ease;
    border-radius: 6px;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    font-size: 15px;
}

/* hover effect */
.nav-links .nav-link:hover {
  color: black !important;
  /* background: rgba(230, 234, 253, 0.08);
  background: rgba(235, 237, 245, 0.319); */
  /* border-bottom: 2px solid white; */
  font-weight: 900 !important;
  border-radius: 0px;
}

/* active link (optional) */
.nav-links .nav-link.active {
  /* background: rgba(235, 237, 245, 0.19); */
  color: black !important;
  border-bottom: 2px solid black;
  border-radius: 0px;
  font-weight: 900 !important;
}

/* CTA buttons */
.nav-btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 18px !important;
}

/* MOBILE MENU */
@media (max-width: 991px) {
    #mainNavbar {
        padding: 10px 0;
    }
    .nav-links .nav-link {
        padding: 12px 10px;
        margin: 3px 0;
    }
    .navbar-collapse {
        background: #535050;
        padding: 12px;
        border-radius: 12px;
        margin-top: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }
}

/* ============================
   NEW PREMIUM HERO SECTION
============================= */

/* BACKGROUND */
.hero-new {
    position: relative;
    /* background: radial-gradient(circle at 20% 20%, #e6eaff 0%, #f4f6ff 45%, #ffffff 100%); */
    background: radial-gradient(
        circle at 20% 20%,
        #e6eaff 0%,
        #dee1f1db 45%,
        #ffffff 100%
    );
    padding-top: 80px;
}

/* soft ambient gradient */
.hero-bg-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 30%, #b7c2ff 0%, transparent 55%);
    opacity: 0.65;
}

/* TEXT */
.text-gradient {
    /* background: linear-gradient(90deg, #6471ff, #8a5fff); */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-heading {
    color: #0f1724;
    line-height: 1.08;
    letter-spacing: -1px;
}

.hero-sub {
    color: #6b7280;
    max-width: 520px;
}

/* CTA BUTTONS */
.hero-btn-primary {
    background: linear-gradient(135deg, #6a6dff, #8a5fff);
    border: none;
    color: #fff;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 8px 20px rgba(120, 110, 255, 0.3);
}

.hero-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(120, 110, 255, 0.45);
}

.hero-btn-outline {
    border: 2px solid rgba(110, 115, 255, 0.35);
    color: #4b4f7f;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btn-outline:hover {
    background: rgba(120, 130, 255, 0.15);
    transform: translateY(-4px);
    color: #fff;
    border-color:  #fff;
}
.pro-card:hover .hero-btn-outline {
    /* background: rgba(120, 130, 255, 0.15); */
    transform: translateY(-4px);
    /* color: #fff;
    border-color:  #fff; */
}

/* HERO IMAGE */
/* .hero-image-wrapper {
    position: relative;
    display: inline-block;
}

.hero-image {
    max-height: 58vh;
    animation: floatUp 5s ease-in-out infinite;
} */

/* Improve hero image size + responsive + premium look */
.hero-image-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 650px; /* increase width */
}

.hero-image {
    width: 100%;
    height: auto;
    max-height: none !important; /* override old vh limit */
    filter: drop-shadow(0px 20px 60px rgba(120, 80, 255, 0.35));
    animation: floatUp 6s ease-in-out infinite;
    transform-origin: center;
}

/* Make image larger on big screens */
@media (min-width: 1200px) {
    .hero-image-wrapper {
        max-width: 720px; /* increase size more */
    }
}

/* Tablet adjustments */
@media (max-width: 991px) {
    .hero-image-wrapper {
        max-width: 420px;
        margin-top: 40px;
    }
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .hero-image-wrapper {
        max-width: 330px;
    }
}


@keyframes floatUp {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* FLOATING GEOMETRIC FX */
.hero-fx {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
}

.fx-1 {
    width: 240px;
    height: 240px;
    background: #9aaeff;
    top: 12%;
    right: 10%;
    animation: drift 12s infinite alternate ease-in-out;
}

.fx-2 {
    width: 160px;
    height: 160px;
    background: #dce2ff;
    bottom: 10%;
    left: 10%;
    animation: drift 18s infinite alternate-reverse ease-in-out;
}

.fx-3 {
    width: 110px;
    height: 110px;
    background: #bcc7ff;
    top: 35%;
    right: 25%;
}

.fx-4 {
    width: 90px;
    height: 90px;
    background: #8897ff;
    top: 52%;
    left: 30%;
}

/* DRIFT ANIMATION */
@keyframes drift {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(40px, -40px) scale(1.15);
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hero-image {
        max-height: 38vh;
    }
    .hero-heading {
        font-size: 2.5rem;
    }
    .hero-new {
        padding-top: 98px;
    }
}

/* ---------- Hero: layout & visuals ---------- */
.hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f6f8ff 0%, #eef3ff 55%, #ffffff 100%);
    min-height: calc(100vh - 72px); /* adjust if navbar taller */
    padding-top: 40px;
    padding-bottom: 80px;
}

/* Ensure row takes full vertical space but leaves breathing room on small screens */
.hero-section .vh-100 {
    min-height: calc(100vh - 72px);
}

/* Heading and text */
.hero-heading {
    line-height: 1.02;
    letter-spacing: -1px;
    color: #0f1724; /* dark */
}
.hero-sub {
    max-width: 540px;
    color: #6b7280;
}

/* CTA tweaks */
.hero-ctas .btn {
    padding: 0.9rem 1.4rem;
}
.hero-btn {
    box-shadow: 0 10px 30px rgba(59, 99, 237, 0.12);
}

/* Hero art wrapper: cap height so it doesn't grow too tall */
.hero-art-wrapper {
    display: inline-block;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 60px rgba(3, 10, 34, 0.08);
    position: relative;
    max-width: 720px;
    margin-left: auto;
}
.hero-art {
    max-height: 56vh;
    width: auto;
    object-fit: contain;
    border-radius: 18px;
}

/* top glow SVG full width, subtle */
.hero-top-glow {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 45%;
    height: 45%;
    filter: blur(40px);
    opacity: 0.7;
    z-index: 1;
}

/* hero frame wave */
.hero-frame-wave {
    position: absolute;
    bottom: -18px;
    right: 8px;
    width: 58%;
    height: 120px;
    opacity: 0.85;
    z-index: 0;
}

/* bottom curved divider */
.hero-bottom-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 2;
}

/* Parallax shapes */
.parallax-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.55;
    z-index: 0;
}
.shape-1 {
    width: 220px;
    height: 220px;
    background: #7da7ff;
    top: 12%;
    right: 6%;
}
.shape-2 {
    width: 160px;
    height: 160px;
    background: #c6d7ff;
    bottom: 6%;
    left: 6%;
}
.shape-3 {
    width: 120px;
    height: 120px;
    background: #9bb7ff;
    top: 28%;
    right: 22%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .hero-art {
        max-height: 40vh;
    }
    .hero-heading {
        font-size: 2.4rem;
    }
    .hero-section .vh-100 {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hero-frame-wave {
        display: none;
    }
    .hero-top-glow {
        display: none;
    }
}

/* Floating Quote Animation */
.floating-quotes {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.12;
    z-index: 0;
    animation: floatQuote 6s ease-in-out infinite;
}

@keyframes floatQuote {
    0% {
        transform: translate(-50%, -8px) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translate(-50%, 8px) scale(1.08);
        opacity: 0.16;
    }
    100% {
        transform: translate(-50%, -8px) scale(1);
        opacity: 0.1;
    }
}

/* Drifting Particle Base */
.about-particle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(130, 140, 255, 0.55);
    border-radius: 50%;
    filter: blur(3px);
    animation: drift 12s infinite ease-in-out alternate;
    z-index: 1;
}

/* Individual particle positions + sizes */
.p1 {
    top: 120px;
    left: 10%;
    width: 8px;
    height: 8px;
    animation-delay: 0s;
}
.p2 {
    top: 260px;
    left: 40%;
    width: 12px;
    height: 12px;
    animation-delay: 2s;
}
.p3 {
    top: 180px;
    right: 12%;
    width: 9px;
    height: 9px;
    animation-delay: 1s;
}
.p4 {
    top: 340px;
    left: 25%;
    width: 7px;
    height: 7px;
    animation-delay: 3s;
}
.p5 {
    top: 420px;
    right: 35%;
    width: 11px;
    height: 11px;
    animation-delay: 4s;
}

/* Drift Animation */
@keyframes drift {
    from {
        transform: translateX(0px) translateY(0px) scale(1);
        opacity: 0.35;
    }
    to {
        transform: translateX(18px) translateY(-24px) scale(1.2);
        opacity: 0.6;
    }
}

/* Keep content above particles */
#about * {
    position: relative;
    z-index: 5;
}

/* ----------- Premium Floating Blobs ----------- */
.floating-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    z-index: 1;
}

.blob-1 {
    width: 340px;
    height: 340px;
    background: #8ca4ff;
    top: 40px;
    /* right: 0px; */
    animation: blobMove 14s infinite alternate ease-in-out;
}

.blob-2 {
    width: 260px;
    height: 260px;
    background: #cfd7ff;
    bottom: -60px;
    left: -60px;
    animation: blobMove 18s infinite alternate-reverse ease-in-out;
}

@keyframes blobMove {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(40px, -40px) scale(1.15);
    }
}

/* ----------- Section Title ----------- */
.section-title {
    color: #172041;
}

/* ----------- Main Professional Cards ----------- */
.pro-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(14px);
    /* border: 3px solid rgba(110, 130, 255, 0.25); */
    /* box-shadow: 0 8px 20px rgba(70, 70, 140, 0.15); */
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    transition: 0.35s ease;
    position: relative;
    z-index: 5;
    border-radius: 12px;
    border-bottom: 4px solid #7931e2;
}

/* Hover — Premium Dark Blue Like Promact */
.pro-card:hover {
    /* background: #0d1447; */
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(20, 20, 80, 0.35);
    border-bottom: 5px solid #7931e2;
    /* color: #fff; */
}

/* Icon styling */
.pro-icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    margin: auto;
    color: white;
    /* background: linear-gradient(135deg, #667aff, #4a63ff); */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 12px 30px rgba(60, 70, 200, 0.35);
    transition: 0.3s ease;
}

/* Icon hover glow */
.pro-card:hover .pro-icon {
    /* background: #ff8855; */
    /* color: #ffffff; */
    transform: scale(1.12);
    /* box-shadow: 0 14px 34px rgba(255, 100, 50, 0.35); */
}

/* ----------- Sub-Service Chips ----------- */
.pro-chip {
    padding: 20px 20px;
    background: #f1f3ff;
    border: 1px solid rgba(90, 100, 255, 0.15);
    border-radius: 14px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #27304f;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.25s ease;
}

.pro-chip:hover {
    /* background: #ffffff; */
    transform: translateX(10px);
    box-shadow: 0 10px 20px rgba(60, 60, 140, 0.15);
}

/* Ensure testimonial content is above quote */
.testimonial-section {
    position: relative;
    z-index: 2;
}

/* Light Premium Footer */
.footer-new {
    background: linear-gradient(180deg, #f6f7ff 0%, #eceeff 100%);
    background: linear-gradient(180deg, #dddfea 0%, #e7e8f5 100%);
    background: aliceblue;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* About text */
.footer-new .footer-about {
    color: #64698c;
    font-size: 15px;
    line-height: 1.6;
}

/* Footer Links */
.footer-new .footer-links li {
    margin-bottom: 6px;
}
.footer-new .footer-links a {
    color: #64698c;
    text-decoration: none;
    transition: 0.25s;
    font-weight: 500;
}
.footer-new .footer-links a:hover {
    color: #6b70e9;
    padding-left: 4px;
}

/* Social Icons */
.footer-social {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eceeff;
    border: 1px solid #d5d7f8;
    font-size: 18px;
    color: #4c4f82;
    transition: 0.3s;
}
.footer-social:hover {
    background: linear-gradient(135deg, #6e76ff, #8e94ff);
    color: white;
    transform: translateY(-4px);
}

.a_tag_custom{
    text-decoration: none !important;
    color: #64698c !important;
}
