.navbar-brand img {
    max-width: 170px;
    height: auto;
}

.preloader-wrap img {
    max-width: 120px;
    height: auto;
}

.footer-brand img,
.footer-single-col img {
    max-width: 130px;
    height: auto;
}

/* ============================================
   HEADER TEXT - PREMIUM BLACK
   ============================================ */

.main-header .main-menu .nav-link,
.main-header .main-menu .nav-link.active,
.main-header .main-menu .nav-link:hover,
.main-header .main-menu .nav-link:focus,
.main-header .action-btns .tt-theme-toggle,
.main-header .action-btns .tt-theme-toggle i,
.main-header .navbar-toggler i,
.main-header .offcanvas .main-menu .nav-link,
.main-header .offcanvas .main-menu .nav-link.active,
.main-header .offcanvas .main-menu .nav-link:hover,
.main-header .offcanvas .main-menu .nav-link:focus {
    color: #111111 !important;
}

.main-header .main-menu .nav-link.active {
    font-weight: 700;
}

.main-header .main-menu .nav-link:hover,
.main-header .main-menu .nav-link:focus,
.main-header .offcanvas .main-menu .nav-link:hover,
.main-header .offcanvas .main-menu .nav-link:focus {
    color: #000000 !important;
}

/* ============================================
   HOME ABOUT SECTION - COMPANY OVERVIEW
   ============================================ */

.sc-about-section {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.05), transparent 28%),
        radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.06), transparent 26%),
        #ffffff;
}

.sc-about-left {
    border-radius: 32px;
    overflow: hidden;
}

.sc-about-left > img:first-child {
    border-radius: 32px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.about-eyebrow-clean {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sc-about-right h2.sc-heading-color {
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.about-overview-lead {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    max-width: 620px;
}

.about-overview-grid {
    margin-top: 0.25rem;
}

.about-overview-grid > .col-md-6 {
    display: flex;
}

.about-overview-card {
    position: relative;
    width: 100%;
    padding: 24px 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    overflow: hidden;
}

.about-overview-card::after {
    content: "";
    position: absolute;
    inset: auto -35px -40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0) 68%);
    pointer-events: none;
}

.about-overview-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
    border-color: rgba(37, 99, 235, 0.16);
}

.about-overview-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border: 1px solid rgba(37, 99, 235, 0.1);
    margin-bottom: 16px;
}

.about-overview-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.about-overview-card h5 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.about-overview-card p {
    line-height: 1.75;
    color: #64748b;
}

/* ============================================
   ABOUT TEAM SECTION
   ============================================ */

.about-team-section {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 255, 0.05), transparent 28%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.05), transparent 26%),
        #ffffff;
}

.about-team-card {
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
    border-color: rgba(37, 99, 235, 0.14);
}

.about-team-image {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.about-team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
    border-radius: 22px;
    transition: transform 0.35s ease;
}

.about-team-card:hover .about-team-image img {
    transform: scale(1.03);
}

.about-team-card h5 {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.about-team-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ============================================
   CONTACT PAGE - PREMIUM STYLE
   ============================================ */

.page-header-clean .container {
    position: relative;
    z-index: 2;
}

.page-header-eyebrow-clean,
.contact-form-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-promo-premium {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.05), transparent 28%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.06), transparent 26%),
        #ffffff;
}

.contact-promo-card {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.contact-promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px rgba(15, 23, 42, 0.12);
    border-color: rgba(37, 99, 235, 0.14);
}

.contact-promo-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.contact-promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

.contact-promo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eff6ff, #ffffff);
    border: 1px solid rgba(37, 99, 235, 0.12);
    color: #2563eb;
    font-size: 1.15rem;
}

.contact-promo-info h5 {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.contact-promo-info p {
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 0;
}

.contact-us-form-premium {
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.06), transparent 28%),
        radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.06), transparent 26%),
        #ffffff;
}

.contact-form-heading {
    margin-bottom: 24px;
}

.contact-form-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.contact-form-heading p {
    color: #64748b;
    line-height: 1.75;
    max-width: 620px;
}

.contact-form-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border-radius: 26px !important;
}

.contact-form-card .form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #f8fafc;
    padding: 12px 16px;
}

.contact-form-card .form-control:focus {
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.08);
    background: #ffffff;
}

.contact-form-card label {
    font-weight: 700;
    color: #0f172a;
}

.contact-side-panel {
    position: relative;
}

.contact-office-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px !important;
}

.contact-office-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-office-card h5 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.contact-office-card p {
    color: #64748b;
    line-height: 1.7;
}

.contact-office-list li {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 8px;
}

.contact-map-frame {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    min-height: 360px;
    background: #e2e8f0;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
}

.contact-side-panel img {
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.contact-side-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 26px !important;
}

.contact-side-card h5 {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.contact-side-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #475569;
    line-height: 1.6;
}

.contact-side-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

@media (max-width: 991px) {
    .contact-form-heading h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .contact-promo-card,
    .contact-form-card {
        padding: 22px;
    }

    .contact-office-card {
        padding: 20px !important;
    }

    .contact-map-frame,
    .contact-map-frame iframe {
        min-height: 260px;
    }

    .contact-promo-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .contact-form-heading h2 {
        font-size: 1.9rem;
    }
}

@media (max-width: 991px) {
    .sc-about-right h2.sc-heading-color {
        font-size: 2.2rem;
    }

    .about-overview-lead {
        max-width: 100%;
    }

    .about-team-card {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .sc-about-left > img:first-child {
        border-radius: 24px;
    }

    .about-overview-card {
        padding: 20px;
    }

    .about-overview-grid > .col-md-6 {
        display: block;
    }

    .about-overview-icon {
        width: 50px;
        height: 50px;
    }

    .about-overview-icon img {
        width: 24px;
        height: 24px;
    }

    .sc-about-right h2.sc-heading-color {
        font-size: 1.9rem;
    }

    .about-team-image img {
        aspect-ratio: 1 / 1;
    }
}

/* ============================================
   HERO SECTION - PREMIUM STYLE
   ============================================ */

.hero-section-clean {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.14), transparent 34%),
        radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.12), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 46%, #ffffff 100%);
    padding-top: 110px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.hero-orb,
.hero-grid-pattern {
    position: absolute;
    pointer-events: none;
}

.hero-orb {
    border-radius: 999px;
    filter: blur(8px);
    opacity: 0.85;
}

.hero-orb-1 {
    top: -120px;
    right: -100px;
    width: 340px;
    height: 340px;
    background: rgba(59, 130, 246, 0.18);
}

.hero-orb-2 {
    left: -110px;
    bottom: 12%;
    width: 240px;
    height: 240px;
    background: rgba(14, 165, 233, 0.14);
}

.hero-grid-pattern {
    inset: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent 90%);
}

.hero-content-clean {
    position: relative;
    z-index: 2;
}

.hero-badge-clean {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
}

.hero-content-clean h1.hero-title-clean {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.8px;
    color: #0f172a;
    max-width: 15ch;
    margin-bottom: 1.25rem;
}

.hero-subtitle-clean {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #475569;
    max-width: 580px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.hero-points-clean {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-point-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

/* Stats Section */
.hero-stats-clean {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 560px;
}

.stat-item-clean {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.stat-item-clean:last-child {
    border-right: none;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.stat-label {
    font-size: 0.92rem;
    color: #64748b;
    font-weight: 500;
    text-transform: none;
}

/* CTA Buttons */
.hero-buttons-clean {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-buttons-clean .btn {
    padding: 14px 28px;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 999px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.hero-buttons-clean .btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #0f4cdd 100%);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.25);
}

.hero-buttons-clean .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(37, 99, 235, 0.32);
}

.hero-buttons-clean .btn-outline-dark {
    background: rgba(255, 255, 255, 0.82);
    color: #0f172a;
    border-color: rgba(15, 23, 42, 0.14);
}

.hero-buttons-clean .btn-outline-dark:hover {
    background: #0f172a;
    color: white;
    border-color: #0f172a;
    transform: translateY(-2px);
}

/* Hero Image */
.hero-image-clean {
    position: relative;
    z-index: 2;
    padding: 10px;
}

.hero-image-frame {
    position: relative;
    padding: 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
    height: clamp(340px, 44vw, 560px);
    overflow: hidden;
}

.hero-image-frame::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 22px;
    border: 1px solid rgba(37, 99, 235, 0.08);
    pointer-events: none;
}

.hero-img-clean {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 22px;
    box-shadow: none;
    object-fit: cover;
    object-position: center;
}

.hero-floating-card {
    position: absolute;
    z-index: 3;
    min-width: 180px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 4px;
    backdrop-filter: blur(12px);
}

.hero-floating-card-1 {
    top: 22px;
    left: -10px;
}

.hero-floating-card-2 {
    bottom: 18px;
    right: -8px;
}

.floating-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.floating-label {
    font-size: 0.92rem;
    color: #64748b;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-section-clean {
        min-height: auto;
        padding-top: 90px;
        padding-bottom: 70px;
    }
    
    .hero-content-clean h1.hero-title-clean {
        font-size: 2.35rem;
    }
    
    .hero-subtitle-clean {
        font-size: 1rem;
    }
    
    .hero-stats-clean {
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .hero-buttons-clean {
        gap: 0.75rem;
    }
    
    .hero-buttons-clean .btn {
        padding: 10px 24px;
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .hero-section-clean {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    .hero-content-clean h1.hero-title-clean {
        font-size: 2rem;
    }
    
    .hero-subtitle-clean {
        font-size: 0.95rem;
    }
    
    .hero-stats-clean {
        grid-template-columns: 1fr;
    }
    
    .stat-item-clean {
        width: 100%;
    }
    
    .stat-item-clean:last-child {
        border-bottom: none;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .hero-buttons-clean {
        flex-direction: column;
    }
    
    .hero-buttons-clean .btn {
        width: 100%;
        text-align: center;
    }

    .hero-image-clean {
        padding: 0;
    }

    .hero-image-frame {
        height: clamp(300px, 52vw, 440px);
    }

    .hero-floating-card {
        min-width: 150px;
        padding: 12px 14px;
    }

    .hero-floating-card-1 {
        left: 0;
        top: 12px;
    }

    .hero-floating-card-2 {
        right: 0;
        bottom: 8px;
    }
}

/* Animation - Fade In */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content-clean[data-aos="fade-up"] {
    animation: fadeInUp 0.8s ease-out forwards;
}

.hero-image-clean[data-aos="fade-left"] {
    animation: fadeImageLeft 0.8s ease-out 0.2s forwards;
}

@keyframes fadeImageLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ============================================
   OLD HERO SECTION PREMIUM STYLING
   ============================================ */

/* Floating Elements Animation - DISABLED */
.floating-element {
    animation: none !important;
}

.floating-element-2 {
    animation: none !important;
}

/* Animated Gradient Background - HIDDEN */
.hero-gradient-01,
.hero-gradient-02 {
    display: none !important;
}

/* Hero Content Styling */
.sc-hero-content {
    position: relative;
    z-index: 2;
}

/* Hero Badge */
.hero-badge .badge {
    padding: 10px 18px !important;
    font-size: 14px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    animation: badge-pulse 2s ease-in-out infinite;
}

@keyframes badge-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(102, 126, 234, 0.7);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(102, 126, 234, 0);
    }
}

/* Hero Title */
.hero-title {
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -2px;
}

.hero-title-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.hero-title-white {
    color: #ffffff;
    font-weight: 400;
}

@keyframes gradient-shift {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.1);
    }
}

/* Hero Subtitle */
.hero-subtitle {
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95) !important;
}

/* CTA Button Group */
.hero-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-cta-group .btn {
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-cta-group .btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.hero-cta-group .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}

.hero-cta-group .btn-outline-primary {
    color: #667eea;
    border: 2px solid #667eea;
    background: transparent;
}

.hero-cta-group .btn-outline-primary:hover {
    background: #667eea;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* Feature Pills */
.hero-features .feature-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-features .feature-pill:hover {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateY(-3px);
}

/* Hero Carousel Wrapper */
.hero-carousel-wrapper {
    position: relative;
    z-index: 2;
}

#heroCarousel {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#heroCarousel .carousel-inner {
    border-radius: 16px;
    min-height: 450px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

#heroCarousel .carousel-item {
    min-height: 450px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

#heroCarousel .carousel-item img {
    max-height: 420px;
    width: auto;
    object-fit: contain;
    border-radius: 12px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
}

/* Carousel Badge */
.carousel-badge::after {
    content: attr(data-project);
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: slide-up-fade 0.5s ease-in-out forwards;
}

@keyframes slide-up-fade {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Carousel Indicators */
.carousel-indicators {
    bottom: -50px;
    gap: 10px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    transition: all 0.3s ease;
}

.carousel-indicators [data-bs-target].active {
    background-color: #667eea;
    width: 28px;
    border-radius: 5px;
}

/* Carousel Controls */
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 8%;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(102, 126, 234, 0.2);
    border-radius: 8px;
    opacity: 0.7;
    border: 1px solid rgba(102, 126, 234, 0.3);
    margin: 0 15px;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background-color: rgba(102, 126, 234, 0.4);
    opacity: 1;
    border-color: rgba(102, 126, 234, 0.6);
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Smooth Fade Animation */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.8s;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Hero Stats Card */
.hero-stats-card {
    bottom: 40px;
    right: -80px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    animation: slide-in 0.8s ease-in-out;
}

@keyframes slide-in {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.hero-stats-card .stat-item h4 {
    font-size: 24px;
    font-weight: 800;
}

.hero-stats-card .stat-item p {
    font-size: 12px;
}

/* Premium styling enhancements */
.sc-service-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sc-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-section-premium {
    background:
        radial-gradient(circle at top left, rgba(23, 92, 255, 0.07), transparent 28%),
        radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.08), transparent 26%),
        #ffffff;
}

.service-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.05);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-lead {
    color: #64748b;
    max-width: 620px;
    line-height: 1.75;
}

.service-card-premium {
    position: relative;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    backdrop-filter: blur(12px);
}

.service-card-premium::before {
    content: "";
    position: absolute;
    inset: auto -55px -60px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(23, 92, 255, 0.12) 0%, rgba(23, 92, 255, 0) 68%);
    pointer-events: none;
}

.service-card-premium:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
    border-color: rgba(23, 92, 255, 0.18);
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.service-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22);
}

.service-card-icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(15, 23, 42, 0.1));
    transition: transform 0.35s ease;
}

.service-card-premium:hover .service-card-icon {
    transform: translateY(-3px) scale(1.03);
}

.service-card-premium h5 {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.service-card-premium p {
    color: #64748b;
    line-height: 1.75;
}

.service-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.service-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 700;
}

.service-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.service-arrow img {
    width: 16px;
    height: 16px;
}

.service-card-premium:hover .service-arrow {
    transform: translateX(3px);
    background: rgba(37, 99, 235, 0.12);
}

.service-card-react .service-card-index {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.service-card-angular .service-card-index {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.service-card-laravel .service-card-index {
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
}

.service-card-python .service-card-index {
    background: linear-gradient(135deg, #0ea5e9, #0f766e);
}

.service-card-react:hover,
.service-card-angular:hover,
.service-card-laravel:hover,
.service-card-python:hover {
    transform: translateY(-12px);
}

.sc-portfolio-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sc-portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.htw-single-item {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.htw-single-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: scale(1.05);
}

.sc-hero-content h1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Carousel controls styling */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

/* Hero Carousel Premium Styling */
#heroCarousel {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

#heroCarousel .carousel-inner {
    border-radius: 12px;
    min-height: 400px;
}

#heroCarousel .carousel-item {
    min-height: 400px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

#heroCarousel .carousel-item img {
    max-height: 400px;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    background-color: rgba(0,0,0,0.3);
    width: 8%;
    border-radius: 50%;
    margin: 0 15px;
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Smooth fade animations for carousel */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.8s;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
    opacity: 1;
}

/* Ensure nav logo and preload icon scale smoothly on responsive screens */
@media (max-width: 991px) {
    .navbar-brand img {
        max-width: 140px;
    }

    .preloader-wrap img {
        max-width: 90px;
    }

    .footer-brand img,
    .footer-single-col img {
        max-width: 100px;
    }

    .sc-service-card:hover,
    .sc-portfolio-card:hover,
    .htw-single-item:hover {
        transform: none;
    }

    #heroCarousel .carousel-inner {
        min-height: 320px;
    }

    #heroCarousel .carousel-item {
        min-height: 320px;
    }

    #heroCarousel .carousel-item img {
        max-height: 320px;
    }
}

@media (max-width: 768px) {
    #heroCarousel .carousel-inner {
        min-height: 280px;
    }

    #heroCarousel .carousel-item {
        min-height: 280px;
    }

    #heroCarousel .carousel-item img {
        max-height: 280px;
    }

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 12%;
    }
}

@media (max-width: 576px) {
    #heroCarousel .carousel-inner {
        min-height: 240px;
    }

    #heroCarousel .carousel-item {
        min-height: 240px;
    }

    #heroCarousel .carousel-item img {
        max-height: 240px;
    }

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 15%;
        margin: 0 8px;
    }
}

/* ============================================
   PREMIUM STYLING FOR OTHER SECTIONS
   ============================================ */

/* Premium styling enhancements */
.sc-service-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sc-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.sc-portfolio-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sc-portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.htw-single-item {
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.htw-single-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: scale(1.05);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Ensure nav logo and preload icon scale smoothly on responsive screens */
@media (max-width: 1200px) {
    .hero-stats-card {
        right: -50px;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        max-width: 140px;
    }

    .preloader-wrap img {
        max-width: 90px;
    }

    .footer-brand img,
    .footer-single-col img {
        max-width: 100px;
    }

    .sc-service-card:hover,
    .sc-portfolio-card:hover,
    .htw-single-item:hover {
        transform: none;
    }

    #heroCarousel .carousel-inner {
        min-height: 350px;
    }

    #heroCarousel .carousel-item {
        min-height: 350px;
    }

    #heroCarousel .carousel-item img {
        max-height: 320px;
    }

    .hero-cta-group {
        flex-direction: column;
    }

    .hero-cta-group .btn {
        width: 100%;
    }

    .hero-stats-card {
        bottom: 20px;
        right: -60px;
        padding: 15px;
    }

    .hero-title {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    #heroCarousel .carousel-inner {
        min-height: 300px;
    }

    #heroCarousel .carousel-item {
        min-height: 300px;
    }

    #heroCarousel .carousel-item img {
        max-height: 280px;
    }

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 12%;
    }

    .hero-gradient-01,
    .hero-gradient-02 {
        width: 300px;
        height: 300px;
        filter: blur(80px);
    }

    .hero-gradient-01 {
        top: -150px;
        right: -150px;
    }

    .hero-gradient-02 {
        bottom: -200px;
        left: -150px;
    }

    .hero-title {
        font-size: 2rem !important;
    }

    .hero-features .feature-pill {
        font-size: 12px;
        padding: 6px 12px;
    }

    .hero-stats-card {
        position: static !important;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    #heroCarousel .carousel-inner {
        min-height: 250px;
    }

    #heroCarousel .carousel-item {
        min-height: 250px;
    }

    #heroCarousel .carousel-item img {
        max-height: 230px;
    }

    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 15%;
        margin: 0 8px;
    }

    .hero-title {
        font-size: 1.5rem !important;
    }

    .hero-subtitle {
        font-size: 14px !important;
    }

    .carousel-indicators {
        bottom: -40px;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators [data-bs-target].active {
        width: 24px;
    }
}
