/* AscendRoot - Custom Styles */
:root {
    --primary-dark: #0a1628;
    --primary-blue: #1e3a5f;
    --accent-orange: #ff6b35;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --dark-gray: #343a40;
    --gradient-overlay: linear-gradient(135deg, rgba(10, 22, 40, 0.95) 0%, rgba(30, 58, 95, 0.9) 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--dark-gray);
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* Navbar Styles */
.navbar {
    background: transparent !important;
    padding: 25px 0;
    transition: all 0.3s ease;
    z-index: 9998 !important;
}

.navbar.scrolled {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    color: #000 !important;
}

.navbar-brand span {
    color: var(--accent-orange);
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar.scrolled .navbar-brand,
.navbar.scrolled .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--accent-orange) !important;
}

.btn-call {
    background: var(--accent-orange);
    color: var(--white);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-call:hover {
    background: #e55a2b;
    color: var(--white);
    transform: translateY(-2px);
}

.btn-whatsapp {
    background: #25D366;
    color: var(--white);
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background: #128C7E;
    color: var(--white);
    transform: translateY(-2px);
}

/* Hero Section Enhancements - Demo Style */
.hero-section {
    background: #fcfcfd;
    background-image: 
        linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px),
        radial-gradient(circle at top right, rgba(255, 255, 180, 0.4) 0%, transparent 40%);
    background-size: 40px 40px, 40px 40px, 100% 100%;
    min-height: 100vh;
    display: flex;
    align-items: center; 
    position: relative;
    overflow: hidden;
    padding: 120px 0 0; /* Removed bottom padding to merge with marketing */
}

.hero-section .container {
    position: relative;
}

.hero-section .row.align-items-center {
    /* Side text columns will use align-self-start to stay high */
}

.hero-content, .hero-right-content {
    margin-top: -30px; /* Pull text up further */
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--primary-dark);
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #000;
    text-align: left;
}

.hero-title .text-accent {
    color: #000;
}

.hero-flower {
    color: #8a4fff;
    font-size: 3rem;
    vertical-align: middle;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #666;
    text-align: left;
    max-width: 300px;
}

.hero-stats {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 40px;
    color: #000;
}

.hero-character-img {
    max-width: 140%;
    width: 140%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    margin-bottom: -10px; /* Slight overlap to ensure it touches edge */
    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.15));
}

.hero-right-content {
    text-align: left;
    padding-left: 40px; /* Increased padding to move it more to the right */
}

.hero-right-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #000;
}

.hero-right-text {
    font-size: 0.9rem;
    color: #777;
    line-height: 1.6;
}

.hero-video-btn {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    gap: 10px;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.hero-video-btn i {
    background: #8a4fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

.bg-accent {
    background: var(--accent-orange);
    color: var(--white);
}

.text-accent {
    color: var(--accent-orange);
}

.hero-trust .trust-item h4 {
    color: var(--accent-orange);
    font-weight: 700;
}

.hero-trust .trust-item span {
    font-size: 0.9rem;
    opacity: 0.8;
}

.floating-card {
    position: absolute;
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 3;
}

.experience-card {
    bottom: 30px;
    right: -20px;
    text-align: center;
}

/* Portfolio Enhancement */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 300px;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-info {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.95), transparent);
    padding: 30px 20px;
    color: var(--white);
    transition: bottom 0.4s ease;
}

.project-card:hover .project-info {
    bottom: 0;
}

.project-card:hover img {
    transform: scale(1.1);
}

.view-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: var(--accent-orange);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: var(--white);
    color: var(--accent-orange);
    transform: rotate(-45deg);
}

/* Testimonial Enhancements */
.bg-light-gradient {
    background: linear-gradient(180deg, var(--white) 0%, var(--light-gray) 100%);
}

.quote-icon i {
    color: var(--accent-orange);
}

/* Footer Adjustments */
.footer-logo img {
    border: 3px solid rgba(255,255,255,0.1);
}

/* Blog Layout Fix */
.blog-card img {
    border-bottom: 5px solid var(--accent-orange);
}

/* Accordion Enhancements for Legal Pages */
.accordion-button:not(.collapsed) {
    background-color: rgba(255, 107, 53, 0.05);
    color: var(--accent-orange);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--accent-orange);
}

.accordion-item {
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: var(--accent-orange) !important;
}

.legal-content .accordion-body {
    background-color: #fff;
    color: #555;
    line-height: 1.8;
}

.legal-content h4 {
    font-weight: 600;
    color: var(--primary-blue);
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content ul li {
    margin-bottom: 10px;
}

.legal-content address {
    font-style: normal;
    line-height: 1.8;
}

/* Navbar Dropdown Enhancements */
.dropdown-menu {
    border: none;
    border-top: 3px solid var(--accent-orange);
    border-radius: 0 0 10px 10px;
}

.dropdown-item:hover {
    background-color: rgba(255, 107, 53, 0.1);
    color: var(--accent-orange);
}

.search-icon, .menu-icon {
    font-size: 1.2rem;
    transition: color 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,0.05);
}
.menu-icon,
.navbar-toggler,
.custom-menu-toggle {
    z-index: 99999 !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}
.custom-menu-toggle {
    background: rgba(255,255,255,1) !important;
    border-radius: 50% !important;
    padding: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}
.custom-menu-toggle i {
    color: #000 !important;
    font-size: 1.5rem !important;
}

.search-icon:hover, .menu-icon:hover {
    color: var(--accent-orange) !important;
    background: rgba(255, 107, 53, 0.1);
}

.search-wrapper {
    position: absolute;
    right: 100px;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

.search-wrapper.active {
    width: 200px;
    opacity: 1;
    right: 110px;
}

@media (max-width: 991px) {
    .search-wrapper.active {
        width: 150px;
        right: 90px;
    }
}

.search-input {
    border-radius: 20px;
    padding: 5px 15px;
    border: 1px solid #ddd;
}

/* On desktop, we can show the menu icon if they want, but usually it's for mobile */
/* We'll keep it visible as requested, but you can add d-lg-none in HTML if you want to hide it on desktop */



.btn-primary-custom {
    background: var(--accent-orange);
    color: var(--white);
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.btn-primary-custom:hover {
    background: #e55a2b;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.btn-outline-custom {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-outline-custom:hover {
    background: var(--white);
    color: var(--primary-dark);
    transform: translateY(-3px);
}

/* Animated Background */
.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.animated-bg span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(255, 107, 53, 0.3);
    animation: move 25s infinite;
    bottom: -150px;
}

.animated-bg span:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.animated-bg span:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.animated-bg span:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.animated-bg span:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.animated-bg span:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.animated-bg span:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.animated-bg span:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.animated-bg span:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.animated-bg span:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.animated-bg span:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes move {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes grow {
    from { height: 10px; }
    to { height: 30px; }
}

/* CEO Section */
.ceo-section {
    overflow: hidden;
    padding: 40px 0 !important; /* Balanced padding for middle section */
}

.ceo-description {
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.7;
    max-width: 550px;
}

.ceo-name {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.ceo-designation {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ceo-feat-item {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00d084;
    font-size: 1.3rem;
    transition: all 0.3s ease;
}

.ceo-feat-item:hover {
    background: #00d084;
    color: #ffffff;
    transform: translateY(-5px);
}

.ceo-image-wrapper {
    position: relative;
}

.ceo-img {
    max-height: 550px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
}

@media (max-width: 991px) {
    .ceo-title { font-size: 2.2rem; }
    .ceo-section { text-align: center; padding: 60px 0 !important; }
    .ceo-title, .ceo-description { margin-left: auto; margin-right: auto; }
    .ceo-features { justify-content: center; }
}

/* Section Styles */
.section {
    padding: 80px 0;
    position: relative;
}

/* Unified Framed Sections (Why Choose, CEO, About) */
.dark-framed-wrapper {
    background: #0a101d;
    background-image: url('../logo/aboutusimage.jpeg'); /* Using about image for parallax */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 60px 40px; /* The "Frame" effect */
    border-radius: 40px;
    overflow: hidden; /* Added to contain any floating child elements */
}

@media (max-width: 768px) {
    .dark-framed-wrapper {
        margin: 30px 10px; /* Further reduce margins on smaller screens */
        border-radius: 15px;
    }
}

.dark-framed-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 16, 29, 0.92); /* Overlay to keep text readable */
    z-index: 1;
}

.dark-framed-wrapper > section {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

/* Unified Title Styles */
.section-label-unified {
    display: inline-flex;
    align-items: center;
    color: #00d084;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-label-unified::before {
    content: '';
    width: 20px;
    height: 2px;
    background: #00d084;
    margin-right: 15px;
    display: inline-block;
}

.section-title-unified {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.section-title-unified .text-accent {
    color: #00d084;
    position: relative;
    display: inline-block;
}

.section-title-unified .text-accent::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(0, 208, 132, 0.15);
    z-index: -1;
}

@media (max-width: 991px) {
    .dark-framed-wrapper {
        margin: 40px 15px;
        border-radius: 20px;
    }
    .section-title-unified {
        font-size: 2.2rem;
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section {
        padding: 100px 0 40px;
        min-height: auto;
    }
    
    .hero-content, .hero-right-content {
        margin-top: 0;
        text-align: center;
        padding-left: 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
        max-width: 100%;
    }
    
    .hero-character-img {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
    
    .hero-section .col-lg-6 {
        overflow: hidden; /* Prevent character image from causing overflow */
    }
    
    .services-hero-row {
        margin-top: 30px;
    }

    .dark-framed-wrapper {
        margin: 40px 15px;
        border-radius: 20px;
    }
    
    .section-title-unified {
        font-size: 2.2rem;
    }

    .testimonial-minimal-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .testimonial-split-title {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .minimal-quote {
        font-size: 1.2rem;
        text-align: center;
    }
    
    .minimal-footer {
        text-align: center;
    }
    
    .testimonial-nav-stack {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        font-size: 2.5rem;
        margin-top: 20px;
    }

    .workflow-title {
        font-size: 2rem;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }

    .dark-framed-wrapper {
        margin: 20px 5px; /* Minimal margins on very small screens */
        border-radius: 10px;
    }

    .testimonial-split-title {
        font-size: 1.8rem; /* Further reduced for mobile */
    }
}

/* Infinity Marquee Section */
.marquee-wrapper {
    background: #f5f3ff; /* Matches workflow background */
    padding: 0; 
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: none; /* Removed to merge with below section */
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: marqueeScroll 45s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-family: 'Arial Black', Gadget, sans-serif; /* Bold Impact Font */
    font-size: 5rem; /* Increased from 3rem */
    font-weight: 900;
    color: #a855f7; /* Matches purple from about us box exactly */
    text-transform: uppercase;
}

.marquee-item i {
    font-size: 2rem;
    margin: 0 30px;
    opacity: 0.3; /* Reduced opacity for dark icons on light bg */
    animation: iconRotate 4s linear infinite;
    display: inline-block;
}

@keyframes iconRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

@media (max-width: 768px) {
    .marquee-item {
        font-size: 1.8rem;
        padding: 0 20px;
    }
    .marquee-item i {
        font-size: 1.2rem;
        margin: 0 15px;
    }
}

/* Why Choose Us Redesign */
.section-why-choose {
    padding: 80px 0 40px; /* Reduced bottom padding */
}

.text-accent-green {
    color: #00d084; /* Expert.io green */
}

.choose-card-light {
    background: #ffffff; /* Light Color Card */
    border-radius: 20px;
    padding: 40px;
    transition: all 0.3s ease;
}

.choose-card-light:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.choose-card-accent {
    background: #1a2436; /* Dark Color Card - Slightly lighter than section bg */
    border-radius: 20px;
    padding: 40px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.choose-icon-circle {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #0a1628;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.choose-icon-circle.accent {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
}

.choose-card-light h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0a1628;
}

.choose-card-accent h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.choose-card-light p {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 0;
}

.choose-card-accent p {
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 20px;
}

.btn-accent-green {
    background: #00d084;
    border: none;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-accent-green:hover {
    background: #00b371;
    color: #ffffff;
    transform: scale(1.02);
}

@media (max-width: 991px) {
    .section-display-title {
        font-size: 2.5rem;
    }
    .choose-card-light, .choose-card-accent {
        padding: 30px;
    }
}

/* About Us Redesign */
.section-about-new {
    position: relative;
    overflow: hidden;
    padding: 40px 0 80px; /* Reduced top padding */
}

.about-image-container {
    border-radius: 4px;
    overflow: visible;
}

.about-main-img {
    width: 100%;
    border-radius: 4px;
    display: block;
}

.about-stats-overlay {
    position: absolute;
    bottom: -30px;
    right: -20px;
    width: 80%;
    background: #a855f7; /* Bright Purple Box */
    color: #ffffff;
    z-index: 2;
    border-radius: 4px;
}

@media (max-width: 576px) {
    .about-stats-overlay {
        position: static;
        width: 100%;
        margin-top: 20px;
        right: 0;
    }
}

.stat-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    opacity: 0.9;
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-desc {
    font-size: 0.8rem;
    margin-bottom: 0;
    opacity: 0.8;
}

.about-text-content .lead-text {
    font-size: 1.1rem;
    line-height: 1.6;
}

.about-text-content .sub-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-read-more .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    color: #a855f7;
}

.btn-read-more:hover .line {
    width: 60px;
    background: #a855f7;
}

@media (max-width: 991px) {
    .about-display-title {
        font-size: 2rem;
    }
    .about-stats-overlay {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    .about-label-pill {
        margin-top: 20px;
    }
}

.section-light {
    background: var(--light-gray);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-blue);
}

.section-dark .section-title {
    color: var(--white);
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 50px;
    max-width: 700px;
}

.section-dark .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
}

/* Services Section Gradient */
.section-services-gradient {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
}

.service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.1);
    border-color: #00d084;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #00d084, #00b371);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 208, 132, 0.2);
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a1628;
}

/* Hero Integrated Service Cards */
.hero-section .service-card {
    padding: 30px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px; /* Restored border radius */
    margin-bottom: 0;
    height: 100%;
    transition: all 0.3s ease;
}

.hero-section .row.g-4 {
    margin-bottom: 0;
}

.services-hero-row {
    margin-top: -50px; /* Pull the cards up to touch/overlap the image */
    position: relative;
    z-index: 10; /* Ensure cards are above the image if they overlap */
}

.hero-section .row.g-4 > [class^="col-"] {
    padding-bottom: 0; /* Ensure columns touch the bottom */
}

.hero-section .service-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin: 0 auto 20px;
}

.hero-section .service-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

.hero-section .service-card:hover {
    background: #0a1628; /* Changes to primary dark color */
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(10, 22, 40, 0.2);
}

.hero-section .service-card:hover h3 {
    color: #ffffff;
}

.hero-section .service-card:hover .service-icon {
    background: #ffffff;
    color: #00d084;
}

.service-card p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Statistics Section */
.stats-section {
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
    color: var(--white);
    padding: 80px 0;
}

.stat-item {
    text-align: center;
    padding: 30px;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 500;
}

/* Portfolio Section */
.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.9), rgba(255, 107, 53, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-content {
    text-align: center;
    color: var(--white);
    padding: 20px;
}

.portfolio-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-content p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Filter Buttons */
.filter-btn {
    background: transparent;
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    margin: 5px;
    transition: all 0.3s ease;
}

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

/* New Testimonials Section Design - Minimal Split */
.section-testimonials-new {
    background-color: #f5f3ff;
    padding-bottom: 0 !important;
}

.testimonial-split-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1e1b4b;
    line-height: 1.1;
    letter-spacing: -1px;
}

.testimonial-minimal-wrapper {
    padding-left: 50px;
}

.testimonial-nav-stack {
    display: flex;
    gap: 12px;
}

.nav-avatar-item {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.nav-avatar-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-avatar-item.active {
    opacity: 1;
    border-color: #6366f1;
    transform: translateY(-5px);
}

.testimonial-content-item {
    display: none;
    animation: fadeIn 0.5s ease;
}

.testimonial-content-item.active {
    display: block;
}

.minimal-quote {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e1b4b;
    line-height: 1.4;
    margin: 0;
}

.minimal-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e1b4b;
    margin-bottom: 2px;
}

.minimal-role {
    font-size: 0.9rem;
    margin: 0;
}

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

@media (max-width: 991px) {
    .testimonial-minimal-wrapper { padding-left: 0; margin-top: 40px; }
    .testimonial-split-title { font-size: 2.5rem; }
    .minimal-quote { font-size: 1.2rem; }
}

/* Brands Infinite Marquee */
.brands-section {
    background-color: #f5f3ff; /* Match light purple from Testimonials */
    padding-bottom: 40px; /* Reduced to merge with contact */
    overflow: hidden;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.brands-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0 40px; /* Top and bottom padding */
}

.brands-track {
    display: flex;
    width: max-content;
    animation: scrollBrands 30s linear infinite;
}

.brand-item {
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    height: 50px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.brand-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

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

/* Workflow Showcase Section */
.workflow-section {
    background-color: #f5f3ff; /* Matches unified background block */
    padding-top: 0 !important; /* Merge with marquee section above */
    padding-bottom: 0 !important;
}

.workflow-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1e1b4b;
    line-height: 1.1;
    letter-spacing: -1px;
}

.workflow-subtitle {
    max-width: 600px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.workflow-os-icons i {
    font-size: 1.2rem;
    opacity: 0.6;
}

.workflow-item img {
    width: 100%;
    transition: transform 0.5s ease;
}

.workflow-carousel .owl-stage-outer {
    overflow: visible; /* Allows the shadow to be visible */
}

.workflow-carousel .owl-item {
    opacity: 0.4;
    transition: all 0.5s ease;
    transform: scale(0.8);
}

.workflow-carousel .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}

/* Contact Unified Section */
.section-contact-unified {
    background-color: #f5f3ff; /* Match unified background */
    padding-top: 0 !important;
    padding-bottom: 100px;
}

/* Contact Form Section */
.contact-form-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-info-v2 .info-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.contact-info-v2 .info-box:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #6366f1;
    color: #ffffff;
    border-radius: 12px;
    display: flex; 
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* Marketing Solutions Section */
.marketing-solutions-section {
    background: #fcfcfd; /* Matches Hero background */
    background-image: 
        linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 40px 40px, 40px 40px;
    padding-top: 100px !important; /* Added gap as requested */
    padding-bottom: 100px;
    overflow: hidden;
}

.marketing-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.marketing-divider {
    width: 60px;
    height: 3px;
    background: #3498db;
}

.marketing-description {
    max-width: 800px;
    line-height: 1.8;
}

.marketing-visual-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing-center-circle {
    position: relative;
    z-index: 5;
}

.circle-outer {
    width: 400px;
    height: 400px;
    background: #00c6ff;
    background: linear-gradient(to right, #0072ff, #00c6ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(0, 114, 255, 0.2);
}

.circle-middle {
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-inner {
    width: 180px;
    height: 180px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.05);
}

.graphic-icon .search-wrap {
    position: relative;
    font-size: 4rem;
    color: #3498db;
    animation: floatIcon 3s ease-in-out infinite;
}

.pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid rgba(52, 152, 219, 0.5);
    border-radius: 50%;
    animation: pulseRing 2s ease-out infinite;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulseRing {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
}

.marketing-point {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 350px; /* Slightly wider for new content */
    transition: all 0.3s ease;
}

.marketing-point:hover {
    transform: scale(1.05);
}

.point-dot {
    width: 18px;
    height: 18px;
    background: #00d084;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 15px rgba(0, 208, 132, 0.4);
    flex-shrink: 0;
}

.point-text h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.point-text p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: #7f8c8d;
    line-height: 1.4;
}

.point-left-top { top: 5%; left: 0%; }
.point-left-center { top: 45%; left: -5%; }
.point-left-bottom { bottom: 5%; left: 0%; }

.point-right-top { top: 5%; right: 0%; flex-direction: row-reverse; }
.point-right-center { top: 45%; right: -5%; flex-direction: row-reverse; }
.point-right-bottom { bottom: 5%; right: 0%; flex-direction: row-reverse; }

@media (max-width: 1200px) {
    .marketing-visual-container { max-width: 100%; overflow: hidden; }
    .marketing-point { width: 250px; }
    .point-left-center { left: 0; }
    .point-right-center { right: 0; }
}

@media (max-width: 991px) {
    .marketing-visual-container {
        height: auto;
        flex-direction: column;
        gap: 30px;
        padding-bottom: 50px;
    }
    .marketing-point {
        position: static;
        width: 100%;
        justify-content: center;
        text-align: center !important;
        flex-direction: column !important;
        gap: 10px;
    }
    .point-text { text-align: center !important; }
    .circle-outer { width: 300px; height: 300px; order: -1; }
    .point-dot { order: -1; }
}

.form-control {
    border-radius: 10px;
    padding: 15px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.1);
}

.btn-submit {
    background: var(--accent-orange);
    color: var(--white);
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background: #e55a2b;
    color: var(--white);
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: var(--primary-dark);
    color: var(--white);
    padding: 60px 0 20px;
}

.footer h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--white);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--accent-orange);
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.footer-contact i {
    color: var(--accent-orange);
    margin-right: 10px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--accent-orange);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

/* Page Header */
.page-header {
    background: var(--gradient-overlay), url('../assets/images/page-header.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0 80px;
    color: var(--white);
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* About Section */
.about-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    border-radius: 15px;
}

.about-experience {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--accent-orange);
    color: var(--white);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.about-experience h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-experience p {
    margin: 0;
    font-weight: 500;
}

/* Team Section */
.team-member {
    text-align: center;
    margin-bottom: 30px;
}

.team-member img {
    width: 100%;
    max-width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.team-member:hover img {
    transform: scale(1.05);
}

.team-member h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--primary-blue);
}

.team-member p {
    color: var(--accent-orange);
    font-weight: 500;
    margin-bottom: 0;
}

/* Partner Program */
.partner-benefit {
    background: var(--white);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.partner-benefit:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.partner-benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-orange), #ff8c5a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 35px;
    color: var(--white);
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--accent-orange);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-blue);
}

/* Careers */
.job-card {
    background: var(--white);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.job-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-blue);
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.job-meta span {
    background: var(--light-gray);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Blog */
.blog-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

/* Blog Content Styling */
.blog-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.blog-content h2 {
    font-size: 1.8rem;
    margin: 1.5rem 0 1rem;
}

.blog-content h3 {
    font-size: 1.4rem;
    margin: 1.25rem 0 0.75rem;
}

.blog-content p {
    margin-bottom: 1.25rem;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 1.5rem 0;
}

.blog-content blockquote {
    border-left: 4px solid #00d084;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6c757d;
}

.blog-content a {
    color: #ff6b35;
    text-decoration: none;
}

.blog-content a:hover {
    text-decoration: underline;
}

/* Sidebar Widgets */
.sidebar-card {
    border-radius: 15px;
    margin-bottom: 2rem;
}

.sidebar-links li {
    margin-bottom: 0.75rem;
}

.sidebar-links a {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease;
}

.sidebar-links a:hover {
    color: #ff6b35;
    padding-left: 0.5rem;
}

/* Featured Blog Card */
.blog-card-featured {
    background: #ffffff;
}

.blog-card-featured h2 {
    font-size: 1.75rem;
}

/* Recent Posts Widget */
.recent-post-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f3f5;
}

.recent-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.recent-post-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.recent-post-item .post-info {
    flex: 1;
}

.recent-post-item .post-info h6 {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.recent-post-item .post-info small {
    color: #6c757d;
}


/* Digital Showcase Section Styles */
.digital-showcase-section {
    background: #f5f3ff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.digital-showcase-section .blob {
    position: absolute;
    background: rgba(30, 27, 75, 0.05);
    border-radius: 50%;
    filter: blur(60px);
}

.digital-showcase-section .blob-1 {
    top: -50px;
    left: -100px;
    width: 400px;
    height: 400px;
}

.digital-showcase-section .blob-2 {
    bottom: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
}

.digital-showcase-section .sparkle {
    position: absolute;
    font-size: 1.5rem;
    color: rgba(30, 27, 75, 0.2);
    animation: sparkle 2s infinite;
}

.digital-showcase-section .sparkle-1 {
    top: 20%;
    left: 10%;
}

.digital-showcase-section .sparkle-2 {
    top: 60%;
    right: 15%;
    font-size: 1.2rem;
    animation-delay: 0.5s;
}

.digital-showcase-section .sparkle-3 {
    bottom: 30%;
    left: 20%;
    font-size: 1rem;
    animation-delay: 1s;
}

.digital-showcase-section .floating-shape {
    position: absolute;
    background: rgba(30, 27, 75, 0.1);
    border-radius: 8px;
    transform: rotate(45deg);
    animation: floatShape 4s infinite;
}

.digital-showcase-section .floating-shape.shape-1 {
    top: 30%;
    right: 10%;
    width: 30px;
    height: 30px;
}

.digital-showcase-section .floating-shape.shape-2 {
    bottom: 40%;
    left: 8%;
    width: 25px;
    height: 25px;
    animation-delay: 1.5s;
}

.tabs-wrapper {
    margin-bottom: 50px;
    text-align: center;
}

.tabs-container {
    display: inline-flex;
    gap: 8px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 40px;
    border: 1px solid rgba(30, 27, 75, 0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
}

.tabs-container::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    background: transparent;
    color: rgba(30, 27, 75, 0.7);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.tab-btn.active {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    color: #fff;
    animation: pulseGlow 2s infinite;
}

.tab-btn:hover {
    background: rgba(30, 27, 75, 0.1);
    color: #1e1b4b;
    transform: translateY(-2px);
}

.single-card-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.single-card-wrapper .glow-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 750px;
    background: linear-gradient(45deg, rgba(30, 27, 75, 0.1), rgba(102, 126, 234, 0.15));
    border-radius: 20px;
    filter: blur(30px);
    opacity: 0.6;
}

.single-card {
    max-width: 700px;
    position: relative;
    z-index: 1;
    border: 3px solid rgba(30, 27, 75, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    cursor: pointer;
}

.single-card.slide-in {
    animation: slideInFromBottom 0.6s ease forwards;
}

.single-card:hover {
    transform: scale(1.05) translateY(-5px);
    z-index: 100;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.single-card img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 35px 120px rgba(0,0,0,0.15);
}

.showcase-bottom {
    text-align: center;
}

.showcase-desc {
    color: rgba(30, 27, 75, 0.8);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
    font-weight: 500;
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes sparkle {
    0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.3); }
}

@keyframes floatShape {
    0%, 100% { transform: translateY(0) rotate(45deg); }
    50% { transform: translateY(-20px) rotate(60deg); }
}

@keyframes pulseGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(30, 27, 75, 0.2); }
    50% { box-shadow: 0 0 40px rgba(30, 27, 75, 0.3); }
}

@media (max-width: 991px) {
    .single-card {
        max-width: 85%;
    }
    .tabs-container {
        padding: 8px !important;
        gap: 6px !important;
    }
    .tabs-container .tab-btn {
        padding: 8px 16px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .single-card {
        max-width: 750px;
    }
}

/* Footer Styles */
.footer {
    background: #0a1628;
    color: #fff;
}

.footer p.text-white-50 {
    font-size: 0.95rem;
    line-height: 1.6;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--accent-orange);
    color: #fff;
    transform: translateY(-3px);
}

.footer-links-v2 li a {
    transition: all 0.3s ease;
}

.footer-links-v2 li a:hover {
    color: var(--accent-orange) !important;
    padding-left: 5px;
}

.text-accent {
    color: #00d084;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-blue);
}

.blog-content p {
    color: #6c757d;
    margin-bottom: 15px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.blog-meta span {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }

    .navbar {
        background: #ffffff !important;
        padding: 10px 0;
        box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    }
    
    .navbar-collapse {
        background: #ffffff;
        padding: 20px;
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
        padding: 10px 0;
        border-bottom: 1px solid #f1f1f1;
    }
    
    /* Ensure menu icon is visible */
    .menu-icon,
    .navbar-toggler {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .btn-primary-custom,
    .btn-outline-custom {
        padding: 12px 30px;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
}
