/* Media Junkie - Branding Consistency */
:root {
    --breadcrumb-bg-start: #0f0c29;
    --breadcrumb-bg-middle: #302b63;
    --breadcrumb-bg-end: #24243e;
    --accent-gradient-start: #667eea;
    --accent-gradient-end: #764ba2;
}

/* Global Breadcrumb/Banner Style */
.breadcrumb-area-global {
    background: linear-gradient(135deg, var(--breadcrumb-bg-start) 0%, var(--breadcrumb-bg-middle) 50%, var(--breadcrumb-bg-end) 100%) !important;
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}

.breadcrumb-area-global::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    z-index: 0;
}

.breadcrumb-area-global .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-area-global h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.breadcrumb-area-global p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
}

.breadcrumb-area-global h1 span {
    background: linear-gradient(135deg, var(--accent-gradient-start) 0%, var(--accent-gradient-end) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Compact Service Card Styles */
.single-service-inner {
    padding: 30px 20px !important;
    /* Reduce padding from default */
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.single-service-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(36, 107, 253, 0.15);
}

.single-service-inner .thumb {
    margin-bottom: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.single-service-inner .thumb img {
    max-width: 60px !important;
    /* Reduce icon size */
    height: auto;
    display: block !important;
    margin: 0 auto !important;
}

.single-service-inner .details h5 {
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 12px;
}

.single-service-inner .details p {
    font-size: 14px !important;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #666;
}

.single-service-inner .service-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color, #246BFD);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Ensure Owl Carousel items have proper spacing */
.services-slider .owl-item {
    padding: 10px;
    /* Space for shadow */
}

/* Hide Navigation Arrows for Service Slider */
.services-slider .owl-nav {
    display: none !important;
}

/* Hide Service Dots */
.services-slider .owl-dots {
    display: none !important;
}

/* Project Card - Equal Height Fix */
.project-card-modern {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.project-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.project-card-image {
    position: relative;
    width: 100%;
    height: 250px;
    /* Fixed height for consistency */
    overflow: hidden;
}

.project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card-modern:hover .project-card-image img {
    transform: scale(1.05);
}

.project-card-content {
    flex-grow: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.project-card-content .project-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.project-card-content .project-excerpt {
    flex-grow: 1;
    margin-bottom: 15px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card-modern:hover .project-overlay {
    opacity: 1;
}

.project-link {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color, #246BFD);
    font-size: 18px;
    transition: all 0.3s ease;
}

.project-link:hover {
    transform: scale(1.1);
}

.tech-badge {
    display: inline-block;
    padding: 4px 10px;
    background: #f0f0f5;
    color: #555;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Testimonial Card Styles */
.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    height: 100%;
    /* Ideally works with flex container logic */
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid var(--main-color, #246BFD);
}

.testimonial-rating {
    color: #FFD700;
    margin-bottom: 15px;
    font-size: 14px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    flex-grow: 1;
    /* Pushes author section down */
}

.testimonial-author {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.author-info h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #333;
}

.author-info span {
    font-size: 13px;
    color: #888;
}

.testimonial-service {
    margin-top: 15px;
    display: inline-block;
    padding: 5px 12px;
    background: #f0f8ff;
    color: var(--main-color, #246BFD);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Ensure equal height in owl carousel */
.testimonial-slider .owl-stage {
    display: flex;
}


/* Hide Navigation Arrows for Testimonial Slider & Fix Artifacts */
.testimonial-slider .owl-nav,
.testimonial-slider .owl-nav.disabled {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important;
}

/* Hide Testimonial Dots */
.testimonial-slider .owl-dots {
    display: none !important;
}

.testimonial-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}

/* Topbar Customization - Blue Theme */
.topbar {
    background-color: var(--main-color, #246BFD) !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar .topbar__list li,
.topbar .topbar__list li a {
    color: #fff !important;
}

.topbar .topbar__list li a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.topbar .social a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.topbar .social a:hover {
    background: #fff;
    color: var(--main-color, #246BFD) !important;
}

.topbar .select-country select,
.topbar .select-currency select {
    color: #fff !important;
    background-color: transparent !important;
    border: none !important;
}

.topbar .select-country .nice-select,
.topbar .select-currency .nice-select {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    line-height: 28px;
    height: 30px;
    padding-left: 10px;
}

.topbar .select-country .nice-select:after,
.topbar .select-currency .nice-select:after {
    border-color: #fff;
}

.topbar .select-country .current,
.topbar .select-currency .current {
    color: #fff;
    font-size: 13px;
}

/* Sticky Header Styles */
.navbar-area.sticky-active {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Fix Banner Top Spacing */
.banner-area-1 {
    padding-top: 130px !important;
}