/********** Paramountinfosoft — Visual polish (SEO & digital marketing) **********/

/* Top identity strip — visitors should know the business in 1 second */
.pis-identity-bar {
    background: linear-gradient(90deg, #2a1044 0%, #662d91 48%, #0077a8 100%);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.48rem 0;
    position: relative;
    z-index: 1040;
    box-shadow: 0 2px 10px rgba(42, 16, 68, 0.18);
}

.pis-identity-bar-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    line-height: 1.3;
}

.pis-identity-bar-text i {
    color: #7fe0ff;
}

.pis-identity-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    flex-shrink: 0;
}

.pis-identity-bar-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.pis-identity-bar-link:hover,
.pis-identity-bar-link:focus {
    color: #ffe08a;
}

.pis-identity-bar-link i {
    color: #7fe0ff;
}

/* Hero service chips */
.pis-hero-pills {
    margin-top: 0.15rem;
}

.pis-hero-pills li {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 767.98px) {
    .pis-identity-bar {
        font-size: 0.75rem;
        padding: 0.4rem 0;
        text-align: center;
    }

    .pis-identity-bar .container {
        justify-content: center !important;
    }

    .pis-identity-dot {
        display: none;
    }

    .pis-hero-pills li {
        font-size: 0.72rem;
        padding: 0.3rem 0.7rem;
    }
}

body {
    background:
        radial-gradient(ellipse 80% 50% at 100% -10%, rgba(0, 173, 239, 0.07), transparent 50%),
        radial-gradient(ellipse 70% 40% at 0% 100%, rgba(102, 45, 145, 0.05), transparent 50%),
        #f6f8fb;
}

.py-section {
    padding-top: 88px;
    padding-bottom: 88px;
}

/* Centered section titles */
.text-center .section-heading {
    position: relative;
    padding-bottom: 0.85rem;
}

.text-center .section-heading::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    margin: 0.7rem auto 0;
    border-radius: 99px;
    background: var(--gradient-brand);
}

/* ===== Hero ===== */
.hero-simple-carousel .carousel-item::before {
    background: linear-gradient(
        118deg,
        rgba(18, 8, 32, 0.88) 0%,
        rgba(61, 26, 92, 0.72) 48%,
        rgba(0, 20, 40, 0.55) 100%
    ) !important;
}

.hero-slide-text-panel {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0.25rem 0 !important;
    border-radius: 0 !important;
}

.hero-simple-carousel .btn {
    min-height: 46px;
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.pis-hero-enquiry-panel {
    border-radius: 22px !important;
    padding: 1.65rem 1.5rem !important;
    box-shadow: 0 28px 60px rgba(18, 8, 32, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
}

.hero-stats-bar {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 22px !important;
    border: 1px solid rgba(102, 45, 145, 0.08) !important;
    box-shadow: 0 24px 50px rgba(102, 45, 145, 0.12) !important;
}

/* ===== About ===== */
.pis-home-about-media img {
    border-radius: 22px !important;
    transition: transform 0.5s ease;
}

.pis-home-about-media:hover img {
    transform: scale(1.03);
}

.pis-home-about-media {
    overflow: hidden;
    border-radius: 22px;
}

.about-exp-badge {
    border-radius: 16px !important;
    box-shadow: 0 16px 36px rgba(102, 45, 145, 0.2) !important;
}

/* ===== Service cards ===== */
.service-card {
    padding: 1.9rem 1.65rem !important;
    border-radius: 20px !important;
    border: 1px solid rgba(102, 45, 145, 0.08) !important;
    box-shadow: 0 8px 28px rgba(102, 45, 145, 0.06) !important;
    background: #fff !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 173, 239, 0.28) !important;
    box-shadow: 0 22px 48px rgba(0, 173, 239, 0.14) !important;
}

.service-icon-wrap {
    width: 62px !important;
    height: 62px !important;
    border-radius: 16px !important;
    font-size: 1.55rem !important;
}

.service-card h5 {
    font-size: 1.08rem !important;
    margin-top: 0.15rem;
}

/* ===== Why us ===== */
.why-card {
    border-radius: 18px !important;
    padding: 1.5rem 1.15rem !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.why-card:hover {
    transform: translateY(-6px);
}

/* ===== Images & cards ===== */
.img-fluid.rounded-4,
.rounded-4 {
    border-radius: 1.15rem !important;
}

.blog-card,
.pis-portfolio-card,
.industry-chip,
.tech-badge,
.faq-item {
    border-radius: 18px !important;
}

.btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.btn-orange {
    box-shadow: 0 8px 22px rgba(0, 173, 239, 0.32) !important;
}

.btn-orange:hover {
    transform: translateY(-2px);
}

/* Form fields */
.form-control,
.form-select {
    border-radius: 12px !important;
    min-height: 46px;
}

.hero-simple-carousel .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pis-seo-keywords-section,
.pis-portfolio-section,
.py-section.bg-light-gray,
.py-section.bg-navy,
.pis-footer {
    content-visibility: auto;
    contain-intrinsic-size: 1px 700px;
}

@media (max-width: 767.98px) {
    .py-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .service-card {
        padding: 1.4rem 1.2rem !important;
    }
}

@media (min-width: 992px) {
    body .pis-site-header #mainNavbar .navbar-nav {
        gap: 1.15rem !important;
    }

    body .pis-site-header #mainNavbar .navbar-nav > .nav-item,
    body .pis-site-header #mainNavbar .navbar-nav > .menu-item {
        margin: 0 0.15rem;
    }

    body .pis-site-header #mainNavbar .navbar-nav > .nav-item > a,
    body .pis-site-header #mainNavbar .navbar-nav > .menu-item > a,
    body .pis-site-header #mainNavbar .navbar-nav .nav-link {
        padding-left: 0.95rem !important;
        padding-right: 0.95rem !important;
    }
}

.pis-mobile-menu-body .navbar-nav {
    gap: 0.45rem !important;
}

/* Compact homepage below the hero */
.pis-home-compact .py-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.pis-home-compact .section-heading {
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    margin-bottom: 0.6rem;
}

.pis-home-compact .section-eyebrow {
    margin-bottom: 0.35rem;
}

.pis-home-compact .service-card {
    padding: 1.1rem 1rem !important;
}

.pis-home-compact .pis-home-about-media img {
    max-height: 300px;
    object-fit: cover;
}

.pis-home-compact .pis-industry-card-compact {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 0.9rem;
    min-height: 0;
}

.pis-home-compact .pis-industry-card-compact .pis-industry-card-desc,
.pis-home-compact .pis-industry-card-compact .pis-industry-card-tags,
.pis-home-compact .pis-industry-card-compact .pis-industry-card-arrow,
.pis-home-compact .pis-industry-card-compact .pis-industry-card-glow {
    display: none;
}

.pis-home-compact .pis-industry-card-compact .pis-industry-card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.pis-home-compact .pis-industry-card-compact .pis-industry-card-title {
    font-size: 0.92rem;
    margin: 0;
}

.pis-home-tech-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.pis-home-tech-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15, 26, 46, 0.08);
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f1a2e;
}

.pis-home-compact .pis-keyword-group-card {
    padding: 0.9rem;
}

.pis-home-compact .cta-banner {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

@media (max-width: 767.98px) {
    .pis-home-compact .py-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
