/* ========================================
   Syntex Limited — Professional Enhancements
   ======================================== */

/* === Fun Facts / Achievements Section === */
.fun-facts-section {
    background: #000 !important;
    position: relative;
    overflow: hidden;
}

.fun-facts-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(103, 61, 230, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(103, 61, 230, 0.04) 0%, transparent 40%);
    pointer-events: none;
}

.fun-facts-heading1 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.fun-facts-section > .container > p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 1.05rem;
    line-height: 1.7;
}

.fun-facts-section .radial {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(103, 61, 230, 0.25);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.fun-facts-section .radial:hover {
    background: rgba(103, 61, 230, 0.12);
    border-color: rgba(103, 61, 230, 0.45);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(103, 61, 230, 0.2);
}

.fun-facts-section .radial-icon {
    font-size: 2rem;
    color: #9b6dff !important;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.fun-facts-section .radial:hover .radial-icon {
    transform: scale(1.15);
}

.fun-facts-section .timer {
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #a78bfa !important;
    -webkit-text-fill-color: #a78bfa !important;
}

.fun-facts-section .radial h4 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-top: 0.75rem;
    font-weight: 500;
}

/* === Service Cards Enhancement === */
.services-section .card.featured {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 16px !important;
}

.services-section .card.featured:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
}

.services-section .heading .fas,
.services-section .heading .far,
.services-section .heading .fab,
.services-section .heading i {
    color: #673DE6;
    margin-right: 8px;
    font-size: 1.2em;
}

.services-section .project-button a span {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* === Testimonial Section Enhancement === */
.testimonial-section {
    position: relative;
}

.testimonial-section .item-figure img {
    border: 3px solid rgba(103, 61, 230, 0.3) !important;
    transition: border-color 0.3s ease;
}

.testimonial-slide:hover .item-figure img {
    border-color: #673DE6 !important;
}

.testimonial-section .item-title {
    font-weight: 700 !important;
}

.testimonial-section .item-sub-title {
    color: #673DE6 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.testimonial-section .item-paragraph {
    font-style: italic;
    line-height: 1.8 !important;
    position: relative;
}

.testimonial-section .item-paragraph::before {
    content: '\201C';
    font-size: 4rem;
    color: rgba(103, 61, 230, 0.2);
    position: absolute;
    top: -1.5rem;
    left: -0.5rem;
    font-family: Georgia, serif;
    line-height: 1;
}

/* === Portfolio Section Enhancement === */
.portfolio-section .project-box-div {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-section .project-box-div:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.portfolio-section .project-number span {
    background: linear-gradient(135deg, #673DE6, #9b6dff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* === About Section Enhancement === */
.about-section .btn-style1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-section .btn-style1::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.6s ease;
    z-index: -1;
}

.about-section .btn-style1:hover::after {
    left: 100%;
}

/* === Copyright Enhancement === */
.copyright-text p {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    opacity: 0.7;
    margin: 0;
}

/* === Typed Section CTA Enhancement === */
.typed-section {
    position: relative;
}

.typed-section .btn-style1 {
    padding: 14px 32px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
}

.typed-section .btn-style1:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(103, 61, 230, 0.3);
}

/* === Smooth Scroll Behavior === */
html {
    scroll-behavior: smooth;
}

/* === Loading Improvement === */
.lazy {
    transition: opacity 0.5s ease-in;
}

/* === Breadcrumb Consistency === */
.breadcrumb-area {
    background: #000 !important;
}

/* === Side Navigation Menu — Professional Hover === */
.header__nav-link,
.fixed-sidebar-menu .header__nav-link,
.header__menu__venor .header__nav-link {
    transition: color 0.3s ease, transform 0.2s ease !important;
    -webkit-text-fill-color: initial !important;
}

.header__nav-link:hover,
.header__nav-link[aria-expanded="true"],
.fixed-sidebar-menu .header__nav-link:hover,
.header__menu__venor .header__nav-link:hover {
    color: #ffffff !important;
    -webkit-text-stroke: 0 !important;
    -webkit-text-stroke-width: 0 !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 0 20px rgba(103, 61, 230, 0.4);
    transform: translateX(5px);
    transition: all 0.3s ease !important;
}

.header__nav-link::before,
.fixed-sidebar-menu .header__nav-link::before {
    background-color: #673DE6 !important;
    height: 3px !important;
    bottom: -4px !important;
    border-radius: 2px !important;
    opacity: 0;
    transition: all 0.3s ease !important;
}

.header__nav-link:hover::before,
.header__nav-link.active::before,
.fixed-sidebar-menu .header__nav-link:hover::before {
    opacity: 1;
    width: calc(100% - 15px) !important;
}

.header__nav-link.active,
.fixed-sidebar-menu .header__nav-link.active {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-text-stroke: 0 !important;
}
