/* Responsive styles for internships page */
/* Responsive project section layout for small screens */
@media (max-width: 767.98px) {
    .project-row, .project-row-right {
        flex-direction: column !important;
    }
    .project-content-center {
        align-items: center !important;
        text-align: center !important;
    }
    .project-content-center h1,
    .project-content-center p,
    .project-content-center a {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767.98px) {
    .project-row, .project-row-right {
        flex-direction: column !important;
    }
    .project-content-right {
        align-items: center !important;
        text-align: center !important;
    }
    .project-content-right h1,
    .project-content-right p,
    .project-content-right a {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991.98px) {
    .hero-section {
        min-height: 400px;
        height: auto;
        padding: 60px 0 40px 0;
    }
    .section-padding {
        padding: 50px 0 50px 0;
    }
    .glass-card.service-card {
        min-height: 320px;
        padding: 1.2rem 1rem;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-text{
         font-size: 1rem;
    }
    .col-md-8, .col-md-7, .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 300px;
        padding: 30px 0 20px 0;
    }
    .section-padding {
        padding: 30px 0 30px 0;
    }
    .glass-card.service-card {
        min-height: 220px;
        padding: 0.8rem 0.5rem;
    }
    .hero-title {
        font-size: 1.4rem;
    }
    .col-md-5 img, .col-md-7 img, .col-lg-4 img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        border-radius: 16px !important;
    }
    .col-md-5, .col-md-7, .col-lg-4, .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .col-md-3, .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }
    .glass-card.p-5 {
        padding: 1rem !important;
        height: auto !important;
    }
    .btn-orange-pill {
        padding: 10px 18px;
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 180px;
        padding: 10px 0 10px 0;
    }
    .section-padding {
        padding: 10px 0 10px 0;
    }
    .hero-title {
        font-size: 1rem;
    }
    .glass-card.service-card {
        min-height: 120px;
        padding: 0.4rem 0.2rem;
    }
    .btn-orange-pill {
        padding: 6px 10px;
        font-size: 0.9rem;
    }
    .col-md-5 img, .col-md-7 img, .col-lg-4 img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        border-radius: 8px !important;
    }
}
:root {
    --primary-color: #2563eb;
    --primary-glow: rgba(37, 99, 235, 0.18);
    --secondary-color: #64748b;
    --dark-bg: #f8fafc;
    --card-bg: rgba(255, 255, 255, 0.92);
    --text-color: #1e293b;
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(37, 99, 235, 0.08);
    --accent-blue: #3b82f6;
    --accent-blue-light: #e0edff;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(120deg, #f8fafc 0%, #e0edff 100%);
    color: var(--text-color);
    padding-top: 100px;
    /* Offset for fixed-top navbar on subpages */
    overflow-x: hidden;
    background-attachment: fixed;
}

body.home-page {
    padding-top: 0;
    /* Index handles its own padding */
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    color: var(--text-color);
    letter-spacing: -0.5px;
}

/* Contrast Fixes */
.text-muted {
    color: #6c757d !important;
}

/* Navbar */
.transition-all {
    transition: all 0.3s ease-in-out;
}

.bg-glass {
    background: var(--glass-bg);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--glass-border);
    box-shadow: 0 4px 30px rgba(37, 99, 235, 0.04);
}

.navbar-transparent {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
}

.navbar-transparent .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar.menu-is-open {
    background: var(--glass-bg) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    box-shadow: 0 4px 30px rgba(37, 99, 235, 0.1) !important;
}

.navbar.menu-is-open .navbar-toggler-icon {
    filter: none !important;
}

.navbar.menu-is-open .nav-link {
    color: var(--text-color) !important;
}

.navbar-transparent .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-transparent .nav-link:hover,
.navbar-transparent .nav-link.active {
    color: #fff !important;
}

.navbar-transparent .nav-link::after {
    background-color: #fff;
}

.navbar-transparent .btn-primary {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
    backdrop-filter: blur(10px);
}

.navbar-transparent .btn-primary:hover {
    background: #fff;
    color: var(--primary-color) !important;
}



.navbar-brand img {
    height: 70px;
    width: auto;
    filter: drop-shadow(0 0 5px var(--primary-glow));
    transition: transform 0.3s ease;
}

@media (max-width: 991.98px) {
    .navbar-brand img {
        height: 50px;
    }
}

/* .navbar-brand:hover img {
    transform: scale(1.05) rotate(5deg);
} */

.nav-link {
    color: #495057 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
    text-shadow: none;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 50%;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
}

/* Dropdown Hover Effect */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        animation: fadeIn 0.3s ease;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Form Controls - High Contrast & Visibility Fixes */
/* Form Controls - High Contrast & Visibility Fixes */
.form-control {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    color: #212529 !important;
    padding: 14px;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control:focus {
    background-color: #fff !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15) !important;
    color: #212529 !important;
}

.form-control::placeholder {
    color: #6c757d !important;
}

/* Fix for Browser Autofill (Chrome/Safari) */
/* Fix for Browser Autofill (Chrome/Safari) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: #212529 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Buttons */
.btn-primary {
    background: rgba(255, 255, 255, 0.25);
    color: var(--primary-color) !important;
    border: 1.5px solid var(--accent-blue);
    box-shadow: 0 8px 32px 0 rgba(37, 99, 235, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 2rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #e0edff 0%, #3b82f6 100%);
    opacity: 0.18;
    z-index: -1;
    border-radius: 2rem;
    transition: opacity 0.3s;
}

.btn-primary:hover {
    color: #fff !important;
    background: linear-gradient(120deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 12px 32px 0 rgba(37, 99, 235, 0.18);
}

.btn-primary:hover::before {
    opacity: 0.28;
}

.btn-outline-primary {
    background: rgba(255, 255, 255, 0.18);
    color: var(--primary-color) !important;
    border: 1.5px solid var(--accent-blue);
    box-shadow: 0 4px 16px 0 rgba(37, 99, 235, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 2rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-outline-primary:hover {
    background: linear-gradient(120deg, #e0edff 0%, #3b82f6 100%);
    color: #fff !important;
    border-color: #2563eb;
    box-shadow: 0 8px 32px 0 rgba(37, 99, 235, 0.12);
}

/* Cards & Glassmorphism */

.glass-card {
    background: var(--card-bg);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1.5px solid var(--glass-border);
    border-radius: 1.5rem;
    padding: 2.2rem 2rem;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    box-shadow: 0 8px 32px 0 rgba(37, 99, 235, 0.06);
}

.glass-card:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: var(--accent-blue);
    box-shadow: 0 16px 48px 0 rgba(37, 99, 235, 0.10);
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(13, 110, 253, 0.15);
}

/* Sections */
.section-padding {
    padding: 90px 0 90px 0;
}

section {
    position: relative;
    z-index: 1;
}

section:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 1.5px;
    background: linear-gradient(90deg, transparent 0%, var(--accent-blue-light) 50%, transparent 100%);
    transform: translateX(-50%);
    z-index: 0;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgb(30 41 59) 0%, rgba(37, 99, 235, 0.4) 100%);
    z-index: -1;
}

/* Theme Gradient Background (Matches Hero/Body) */
.bg-gradient-theme {
    background: radial-gradient(circle at 80% 20%, rgba(13, 110, 253, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 20% 80%, rgba(108, 117, 125, 0.1) 0%, transparent 40%);
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    background: linear-gradient(120deg, #1e293b 0%, #2563eb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 2px rgba(59, 130, 246, 0.1));
}
.hero-text{
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    background: linear-gradient(120deg, #1e293b 0%, #2563eb 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 2px rgba(59, 130, 246, 0.1));
}

.hero-title-cinematic {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    background: linear-gradient(120deg, #ffffff 30%, #93c5fd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

@media (max-width: 991.98px) {
    .hero-title-cinematic {
        font-size: 3rem;
    }
}

@media (max-width: 767.98px) {
    .hero-title-cinematic {
        font-size: 2.5rem;
    }
}

.hero-description {
    color: rgba(255, 255, 255, 0.95) !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    line-height: 1.6;
}

/* High-Visibility Hero Elements */
.hero-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.hero-btn-primary {
    background: #ffffff !important;
    border: none !important;
    color: #1e293b !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.25), 0 0 15px rgba(37, 99, 235, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hero-btn-primary:hover {
    background: #f8fafc !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.35), 0 0 20px rgba(37, 99, 235, 0.3);
}

.hero-btn-primary i {
    color: #2563eb;
}

.hero-btn-outline {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease !important;
}

.hero-btn-outline:hover {
    background: rgba(255, 255, 255, 1) !important;
    color: #1e293b !important;
    border-color: #ffffff !important;
    transform: translateY(-3px);
}

/* Adjust Spotlight Card for White Backgrounds */
.bg-white .spotlight-card {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-text{
        font-size: 2.2rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.fade-in {
    animation: fadeInUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.slide-in {
    animation: slideInLeft 0.8s ease-out forwards;
}

.float-animation {
    animation: float 6s ease-in-out infinite;
}

.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

/* Carousel Customization */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

.carousel-indicators button {
    background-color: var(--primary-color) !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

/* Footer */
footer {
    /* background: #f8f9fa !important; Removed to allow custom footer colors */
    border-top: 1px solid var(--glass-border);
}

/* Custom Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--primary-color);
    border-radius: 50%;
    background-size: 50%, 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.glass-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Orange Theme Utilities */
.text-orange {
    color: var(--primary-color) !important;
}

.bg-orange {
    background-color: var(--primary-color) !important;
}

.bg-orange-light {
    background-color: var(--accent-blue-light) !important;
}

.btn-orange {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.btn-orange:hover {
    background-color: var(--accent-blue);
    border-color: var(--accent-blue);
    color: white;
}

.border-orange {
    border-color: var(--primary-color) !important;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}


footer a:hover {
    color: var(--primary-color) !important;
    padding-left: 5px;
    transition: padding 0.2s ease;
}

/* Animated Background */
@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.animated-bg {
    background: linear-gradient(-45deg, #f8fafc, #e0edff, #dbeafe, #e0edff);
    background-size: 400% 400%;
    animation: gradient-animation 15s ease infinite;
    position: relative;
    overflow: hidden;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}


.floating-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 0;
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(120deg, #3b82f6 0%, #e0edff 100%);
    opacity: 0.12;
}

.shape-1 {
    top: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: rgba(13, 110, 253, 0.1);
    animation-delay: 0s;
}

.shape-1 {
    top: -10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: linear-gradient(120deg, #3b82f6 0%, #e0edff 100%);
    animation-delay: 0s;
}

.shape-2 {
    bottom: -10%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: linear-gradient(120deg, #e0edff 0%, #3b82f6 100%);
    animation-delay: 2s;
}

/* QA Timeline */
.qa-line {
    position: absolute;
    top: 40px;
    left: 15%;
    right: 15%;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #10b981, #f59e0b);
    z-index: 0;
    opacity: 0.2;
}

.qa-step {
    z-index: 1;
}

.qa-icon-wrapper {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.qa-step:hover .qa-icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.qa-step .glass-card {
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.qa-step:hover .glass-card {
    transform: translateY(-5px);
    border-color: var(--primary-color) !important;
}

/* Feature Cards (Why Choose Us) */
.feature-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.icon-square-lg {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.feature-card:hover .icon-square-lg {
    transform: scale(1.1) rotate(5deg);
}

.feature-card:hover .hover-content {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.hover-content {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Utilities for hover group */
.blur-3xl {
    filter: blur(64px);
}

/* About Page Redesign Specifics */
.hero-geometric {
    background-color: #fff;
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.geometric-shape {
    position: absolute;
    top: 0;
    right: -10%;
    height: 100%;
    width: 60%;
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);
    clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.9;
    z-index: 1;
}

.hero-geometric .container {
    position: relative;
    z-index: 2;
}

.section-pattern {
    position: relative;
}

.section-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(45deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px),
        linear-gradient(-45deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: -1;
}

.orange-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.orange-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
}

.orange-underline-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 3rem 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.stat-number {
    font-size: 3.8rem;
    font-weight: 800;
    color: var(--primary-color);
    font-family: 'Outfit', sans-serif;
    margin-bottom: 0.5rem;
}

.ceo-image-wrapper {
    position: relative;
    padding: 20px;
}

.ceo-image-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px dashed var(--primary-color);
    border-radius: 50%;
    z-index: 0;
}

.ceo-image-wrapper img {
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.consultancy-banner {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 3.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.btn-orange-pill {
    background-color: var(--primary-color);
    color: white !important;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.btn-orange-pill:hover {
    background-color: var(--accent-blue);
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}

.icon-box-orange {
    width: 60px;
    height: 60px;
    background: var(--accent-blue-light);
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Services page media styles */
.service-media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.service-media img {
    width: 160px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(37,99,235,0.08);
    border: 1px solid rgba(0,0,0,0.04);
}

@media (max-width: 576px) {
    .service-media img {
        width: 120px;
        height: 90px;
    }
}

/* Slight visual tweak for glass-card on services to increase contrast */
.glass-card.service-card {
    background: rgba(255,255,255,0.95);
}

.whatsapp-float {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 1000;
}

.whatsapp-message {
    background: #25d366;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.whatsapp-icon-btn {
    width: 55px;
    height: 55px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.btn-outline-orange {
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color) !important;
    background: transparent;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-orange:hover {
    background-color: var(--primary-color);
    color: white !important;
}

/* ============================
   TECH STACK TICKER / MARQUEE
   ============================ */
.tech-stack-ticker {
    background: #0f172a;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 72px;
    position: relative;
}

.ticker-label {
    background: #2563eb;
    color: #fff;
    padding: 0 28px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    z-index: 2;
    min-width: fit-content;
    gap: 10px;
    box-shadow: 6px 0 24px rgba(37, 99, 235, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.12);
}

.ticker-overflow {
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: center;
    mask-image: linear-gradient(90deg, transparent 0%, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 3%, black 97%, transparent 100%);
}

.ticker-track {
    display: flex;
    align-items: center;
    animation: ticker-scroll 45s linear infinite;
    width: max-content;
}

.ticker-track:hover {
    animation-play-state: paused;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.03em;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.ticker-item img {
    height: 28px;
    width: 28px;
    object-fit: contain;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.15));
}

.ticker-item .fa-aws {
    font-size: 1.6rem;
}

@keyframes ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================
   PROJECT DETAIL PAGE
   ============================ */
.project-detail-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1a2e50 60%, #0f2040 100%);
    min-height: 88vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}

.project-detail-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.22) 0%, transparent 68%);
    pointer-events: none;
}

.project-detail-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(99, 91, 255, 0.12) 0%, transparent 65%);
    pointer-events: none;
}

.detail-hero-image {
    border-radius: 18px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: perspective(1200px) rotateY(-6deg) rotateX(2deg);
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-height: 520px;
    object-fit: contain;
    width: 100%;
}

.detail-hero-image:hover {
    transform: perspective(1200px) rotateY(0deg) rotateX(0deg) scale(1.02);
}

.detail-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(37, 99, 235, 0.18);
    border: 1px solid rgba(37, 99, 235, 0.35);
    color: #93c5fd;
    padding: 7px 18px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.detail-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-meta-label {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    font-weight: 700;
}

.detail-meta-value {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
}

.detail-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 100px;
    padding: 8px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    text-decoration: none;
}

.detail-tech-badge:hover {
    background: rgba(37, 99, 235, 0.25);
    border-color: rgba(37, 99, 235, 0.5);
    color: #fff;
}

.detail-tech-badge img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.2));
}

/* Tech badges on light background (features section) */
.detail-tech-badge-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 100px;
    padding: 9px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.3s ease;
}

.detail-tech-badge-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.28);
}

.detail-tech-badge-light img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}

.detail-feature-card {
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.07);
    border-radius: 18px;
    padding: 30px 26px;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.detail-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(37, 99, 235, 0.11);
    border-color: rgba(37, 99, 235, 0.18);
}

.detail-section-divider {
    width: 56px;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    border-radius: 3px;
    margin-bottom: 18px;
}

@media (max-width: 991.98px) {
    .project-detail-hero {
        min-height: auto;
        padding: 100px 0 60px;
    }
    .detail-hero-image {
        transform: none;
        max-height: 320px;
    }
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: white !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
}