/*!
Theme Name: hyzsoft-corporate
Theme URI: https://www.hyzsoft.com
Author: HYZSOFT Design Team
Author URI: https://www.hyzsoft.com
Description: HYZSOFT Kurumsal Teması
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 7.0     
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hyzsoft-corporate
Tags: hyzsoft-corporate,kurumsal,kurumsal tema,hyzsoft kurumsal,hyzsoft-blog,blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hyzsoft-corporate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
    /* Colors */
    --primary: #0085FE;
    --primary-dark: #00488B;
    --primary-light: rgba(0, 133, 254, 0.08);
    --accent: #6AB7FF;
    --bg-light: #f8fafc;
    --bg-white: #ffffff;
    --white: #ffffff;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border-light: rgba(0, 133, 254, 0.1);

    /* Grays */
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-800: #1e293b;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);

    /* Layout & Radius */
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;
    --section-py: 80px;
}

/* --- Global Components --- */
.section-py {
    padding: var(--section-py) 0;
}

.section-header {
    margin-bottom: 50px;
}

.section-header.text-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

/* Standard UI Card Framework */
.ui-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.ui-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

/* Button System */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary,
.btn--primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    box-shadow: 0 10px 20px -5px rgba(0, 133, 254, 0.3);
}

.btn-primary:hover,
.btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -10px rgba(0, 133, 254, 0.5);
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: white;
}

.btn-secondary,
.btn--secondary {
    background: var(--white);
    color: var(--text-dark);
    border: 1px solid var(--border-light);
}

.btn-secondary:hover,
.btn--secondary:hover {
    background: var(--bg-light);
    transform: translateY(-3px);
}

/* Tech List - Elegant Style */
.tech-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.tech-list li {
    background: var(--white);
    padding: 15px 20px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    color: var(--text-dark);
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.tech-list li:hover {
    transform: translateX(5px);
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.tech-list li i {
    width: 32px;
    height: 32px;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .tech-list {
        grid-template-columns: 1fr;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-light);
    color: var(--text-dark);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--text-dark);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Background Effects */
.mesh-gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background:
        radial-gradient(at 0% 0%, rgba(0, 133, 254, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(106, 183, 255, 0.08) 0px, transparent 50%),
        radial-gradient(at 50% 50%, rgba(248, 250, 252, 1) 0px, transparent 100%);
}

.grid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 133, 254, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
}

/* Header & Nav */
header {
    background: transparent;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

header.scrolled {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid var(--border-light);
}

header.scrolled .nav-top-row {
    background: var(--primary);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50% + 20px);
    padding-right: calc(50vw - 50% + 20px);
    transition: all 0.4s ease;
}

header.scrolled .hyzsoft-logo {
    filter: brightness(0) invert(1);
}

header.scrolled .nav-top-row .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

header.scrolled .nav-top-row .nav-link:hover {
    color: #ffffff;
}

header.scrolled .nav-top-row .nav li.current-menu-item .nav-link,
header.scrolled .nav-top-row .nav li.current_page_item .nav-link {
    color: #ffffff;
}

header.scrolled .nav-top-row .nav-link i {
    color: var(--accent);
}



.nav-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.nav-top-row .nav {
    display: flex;
    list-style: none;
    width: 100%;
    align-items: center;
    padding: 0;
    margin: 0;
}

.nav-top-row .logo-item {
    margin-right: auto;
}

.nav-top-row .logo-link {
    display: flex;
    align-items: center;
}

.nav-top-row .nav-link {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.nav-top-row .nav-link:hover {
    color: var(--primary);
}

.nav-top-row .nav-link i {
    margin-right: 6px;
    color: var(--primary);
}

.nav-top-row .nav li.current-menu-item .nav-link,
.nav-top-row .nav li.current_page_item .nav-link {
    color: var(--primary);
    font-weight: 700;
}

.nav-main-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: var(--shadow-md);
    transition: all 0.4s ease;
}

header.scrolled .nav-main-bar {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 0;
    padding: 8px 0;
}

.nav-main-row {
    display: block;
    position: static;
    background: transparent;
    width: 100%;
    height: auto;
    padding: 0;
    box-shadow: none;
}

.nav-main-row .navbar-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-main-row .nav-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 5px 12px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.nav-main-row .nav-link:hover {
    background: var(--bg-light);
    transform: translateY(-5px);
}

.menu-top-label {
    font-size: 0.6rem;
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.menu-main-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.nav-main-row .nav-link:hover .menu-main-label {
    color: var(--text-dark);
    opacity: 1;
}

.menu-main-label i {
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.nav-main-row .nav-link:hover .menu-main-label i {
    color: var(--primary);
}

.menu-logo {
    height: 18px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(0.6);
    transition: all 0.3s ease;
}

.nav-main-row .nav-link:hover .menu-logo {
    filter: none;
    opacity: 1;
}

/* Main Menu Active States */
.nav-main-row .navbar-nav li.current-menu-item .nav-link,
.nav-main-row .navbar-nav li.current-menu-ancestor .nav-link,
.nav-main-row .navbar-nav li.current_page_item .nav-link {
    background: var(--primary-light);
}

.nav-main-row .navbar-nav li.current-menu-item .nav-link .menu-main-label,
.nav-main-row .navbar-nav li.current-menu-ancestor .nav-link .menu-main-label,
.nav-main-row .navbar-nav li.current_page_item .nav-link .menu-main-label {
    color: var(--primary) !important;
    opacity: 1;
}

.nav-main-row .navbar-nav li.current-menu-item .nav-link .menu-main-label i,
.nav-main-row .navbar-nav li.current-menu-ancestor .nav-link .menu-main-label i,
.nav-main-row .navbar-nav li.current_page_item .nav-link .menu-main-label i {
    color: var(--primary) !important;
}

.nav-main-row .navbar-nav li.current-menu-item .nav-link .menu-logo,
.nav-main-row .navbar-nav li.current-menu-ancestor .nav-link .menu-logo,
.nav-main-row .navbar-nav li.current_page_item .nav-link .menu-logo {
    filter: none;
    opacity: 1;
}

.hyzsoft-logo {
    height: 40px;
    width: auto;
}

.mobile-menu-logo {
    display: none;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--primary);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
}

.menu-toggle:hover {
    color: var(--primary-dark);
}

.close-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-dark);
    cursor: pointer;
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: var(--shadow-xl);
    border-radius: 12px;
    padding: 10px 0;
    min-width: 140px;
    display: none;
    z-index: 100;
    list-style: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: var(--text-dark);
    font-size: 0.85rem;
    font-weight: 600;
}

/* Styles removed to fix visibility issues */


/* Hero Section */
.hero {
    padding: 60px 0 40px;
    text-align: left;
}

.hero-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-content {
    flex: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 133, 254, 0.08);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 30px;
    border: 1px solid rgba(0, 133, 254, 0.15);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-badge i {
    color: var(--primary);
    font-size: 1rem;
}

.hero-tag {
    display: block;
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-title {
    font-size: 5rem;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -3px;
    background: linear-gradient(135deg, var(--text-dark) 20%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 10px 20px rgba(0, 133, 254, 0.05));
}

.hero-title span {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 600px;
    margin-bottom: 40px;
}

.hero-visual {
    flex: 1;
    position: relative;
    height: 500px;
}

.ecosystem-hub {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hub-core {
    width: 140px;
    height: 140px;
    background: white;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 50px rgba(0, 133, 254, 0.15);
    z-index: 10;
    border: 1px solid var(--border-light);
    padding: 20px;
    animation: pulse 4s infinite ease-in-out;
}

.hub-core img {
    width: 100%;
    height: auto;
}

.eco-item {
    position: absolute;
    background: white;
    padding: 16px 24px;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 11;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid var(--border-light);
    cursor: default;
}

.eco-item:hover {
    transform: scale(1.1) translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.eco-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 133, 254, 0.1);
    color: var(--primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.eco-item span {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-dark);
    white-space: nowrap;
}

/* Item Positions */
.item-web {
    top: 0;
    left: 10%;
    animation: float 4s infinite ease-in-out;
}

.item-hosting {
    top: 15%;
    right: 0;
    animation: float 5s infinite ease-in-out;
}

.item-ecommerce {
    bottom: 15%;
    left: -5%;
    animation: float 6s infinite ease-in-out;
}

.item-erp {
    bottom: 5%;
    right: 10%;
    animation: float 4.5s infinite ease-in-out;
}

/* Rings */
.hub-rings {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.ring {
    position: absolute;
    border: 1px dashed var(--border-light);
    border-radius: 50%;
}

.r-1 {
    width: 300px;
    height: 300px;
    animation: rotate 20s linear infinite;
}

.r-2 {
    width: 450px;
    height: 450px;
    animation: rotate 30s linear reverse infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.hero-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn {
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    box-shadow: 0 15px 30px -10px rgba(0, 133, 254, 0.4);
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    font-weight: 800;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -10px rgba(0, 133, 254, 0.5);
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}

.btn-secondary {
    background: white;
    color: var(--text-dark);
    border: 1px solid var(--border-light);
}

.btn-secondary:hover {
    background: var(--bg-light);
    transform: translateY(-3px);
}

/* Features Section */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.feature-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    text-align: left;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.feature-card h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.feature-card p {
    color: var(--text-muted);
}

/* Campaign Banner */
.campaign-section {
    margin: 80px 0;
}

.campaign-card {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
    padding: 60px;
    border-radius: 32px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.campaign-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.campaign-content h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.campaign-content p {
    opacity: 0.9;
    font-size: 1.1rem;
    max-width: 500px;
}

.campaign-price-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px 50px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.price-label {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    display: block;
}

.price-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
}

.price-suffix {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.8;
}

/* Services Section */
.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

#domain .section-header {
    margin-bottom: 10px;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px !important;
    max-width: 100% !important;
    text-align: left !important;
}

.news-header .section-tag {
    margin-bottom: 0;
}

.view-all-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.view-all-link:hover {
    gap: 15px;
    opacity: 0.8;
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-light);
    color: var(--primary);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.section-title {
    font-size: 3rem;
    line-height: 1.2;
    margin: 10px 0 20px;
    color: var(--primary-dark);
}

.section-title span {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-desc {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.service-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-md);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.card-badge.primary {
    background: rgba(0, 133, 254, 0.1);
    color: var(--primary);
}

.card-badge.secondary {
    background: #f1f5f9;
    color: #64748b;
}

.service-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.service-icon {
    width: 55px;
    height: 55px;
    background: var(--bg-light);
    color: var(--primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: var(--primary);
    color: white;
    transform: rotate(-10deg);
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    color: var(--text-dark);
}

.service-card-logo {
    width: 32px;
    height: auto;
    filter: grayscale(1) brightness(0.5);
    transition: all 0.3s ease;
}

.service-card:hover .service-card-logo {
    filter: none;
    transform: scale(1.1);
}

.service-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.4;
}

.service-features li i {
    color: var(--primary);
    font-size: 0.9rem;
    margin-top: 4px;
}

.erp-card {
    grid-column: span 1;
}

.erp-list-wrapper {
    display: flex;
    gap: 30px;
}

.erp-list-wrapper .service-features {
    flex: 1;
}

.saas-highlight {
    margin-top: 25px;
    padding: 12px 20px;
    background: rgba(0, 133, 254, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-dark);
    font-size: 0.85rem;
    font-weight: 600;
}

.saas-highlight i {
    color: var(--primary);
    font-size: 1.1rem;
}

/* Hosting Section */
.hosting-section {
    padding: 80px 0;
    margin: 0 auto 80px;
}

.hosting-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.hosting-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px auto 0;
}

.hosting-card {
    background: white;
    padding: 30px 35px;
    border-radius: 32px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.hosting-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.hosting-card.popular {
    border: 2px solid var(--primary);
    box-shadow: 0 20px 40px rgba(0, 133, 254, 0.15);
}

.popular-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 133, 254, 0.3);
}

.hosting-header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 30px;
}

.hosting-header h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    color: var(--text-dark);
}

.hosting-subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.hosting-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.old-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 0.95rem;
}

.current-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-value {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1;
}

.price-meta {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-muted);
}

.hosting-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.hosting-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.hosting-features li i {
    width: 20px;
    color: var(--primary);
    font-size: 1rem;
}

.hosting-features li strong {
    color: var(--text-dark);
}

.hosting-footer {
    margin-top: auto;
}

.hosting-footer .btn {
    width: 100%;
}

.btn-primary-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-outline:hover {
    background: var(--primary);
    color: white;
}

@media (max-width: 992px) {
    .hosting-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .hosting-grid {
        grid-template-columns: 1fr;
    }
}

.service-footer {
    margin-top: auto;
    padding-top: 30px;
}

.btn-service {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--bg-light);
    color: var(--text-dark);
    text-decoration: none;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 1px solid var(--border-light);
}

.btn-service:not(.disabled):hover {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 133, 254, 0.2);
}

.btn-service.disabled {
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
    opacity: 0.7;
    border-style: dashed;
}

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .erp-card {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .erp-card {
        grid-column: span 1;
    }

    .erp-list-wrapper {
        flex-direction: column;
        gap: 0;
    }
}

/* Domain Search Section */
.domain-search-section {
    margin-bottom: 80px;
}

.domain-card {
    background: white;
    padding: 20px 40px;
    border-radius: 32px;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--border-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.domain-card::after {
    content: '\f0ac';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 150px;
    color: var(--primary);
    opacity: 0.02;
    pointer-events: none;
    z-index: 0;
}

.search-box {
    display: flex;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.input-group {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 20px;
    color: var(--text-muted);
    font-size: 1.2rem;
}

.search-box input {
    width: 100%;
    height: 55px;
    padding: 0 20px 0 55px;
    border: 2px solid var(--border-light);
    border-radius: 16px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    color: var(--text-dark);
}

.search-box input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(0, 133, 254, 0.1);
}

.search-box .btn {
    padding: 0 40px;
    height: 55px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    border-radius: 16px;
    box-shadow: 0 10px 20px -5px rgba(0, 133, 254, 0.3);
    border: none;
    outline: none;
    cursor: pointer;
}

.search-box .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -10px rgba(0, 133, 254, 0.5);
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}

@media (max-width: 768px) {
    .domain-card {
        padding: 40px 20px;
    }

    .domain-header h2 {
        font-size: 1.5rem;
    }

    .search-box {
        flex-direction: column;
    }

    .search-box input {
        padding: 16px 16px 16px 50px;
    }

    .search-box .btn {
        padding: 16px;
        width: 100%;
    }
}

/* Footer */
footer {
    padding: 80px 0 40px;
    background: var(--bg-white);
    border-top: 1px solid var(--border-light);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-about p {
    margin-top: 20px;
    color: var(--text-muted);
}

.footer-links h4 {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    text-decoration: none;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: var(--primary);
}

.footer-links ul li.current-menu-item a,
.footer-links ul li.current_page_item a {
    color: var(--primary);
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid var(--border-light);
    color: var(--text-muted);
    font-size: 0.9rem;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--bg-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary);
    color: white;
}

/* Footer Contact List */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-contact-list i {
    color: var(--primary);
    font-size: 1.1rem;
    margin-top: 3px;
    width: 20px;
    text-align: center;
}

.footer-contact-list a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list a:hover {
    color: var(--primary);
}

@media (max-width: 992px) {
    .nav-top-row .nav {
        gap: 10px;
    }

    .nav-top-row .nav-link span {
        display: none;
    }

    .nav-top-row .nav-link:hover span {
        display: inline-block;
        margin-left: 5px;
        font-size: 0.7rem;
    }

    .nav-main-row .navbar-nav {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .nav-top-row .logo-item {
        display: none !important;
    }

    .mobile-menu-logo {
        display: block !important;
        text-align: center;
        margin-bottom: 30px;
    }

    .mobile-menu-logo .hyzsoft-logo {
        height: 35px;
        width: auto;
        filter: none !important;
    }

    .nav-top-row {
        justify-content: center;
        padding: 10px 0;
    }

    .nav-top-row .nav {
        width: 100%;
        justify-content: center;
        gap: 15px;
    }

    .menu-toggle,
    .close-menu {
        display: block;
    }

    .nav-main-row {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--bg-white);
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
        padding: 80px 20px 40px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 999;
        display: block !important;
    }

    .nav-main-row.active {
        right: 0;
    }

    .nav-main-row .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .nav-main-row .nav-item {
        width: 100%;
        border-bottom: 1px solid var(--border-light);
    }

    .nav-main-row .nav-item:last-child {
        border-bottom: none;
    }

    .nav-main-row .nav-link {
        width: 100%;
        padding: 20px 10px;
        background: transparent;
        border-radius: 0;
    }

    .nav-main-row .nav-link:hover {
        transform: translateX(5px);
        background: transparent;
    }

    .nav-main-row .navbar-nav li.current-menu-item .nav-link,
    .nav-main-row .navbar-nav li.current-menu-ancestor .nav-link,
    .nav-main-row .navbar-nav li.current_page_item .nav-link {
        background: var(--primary-light);
        border-left: 4px solid var(--primary);
        padding-left: 16px;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .hero-desc {
        font-size: 1.1rem;
        margin: 0 auto 30px;
        line-height: 1.5;
    }

    .hero-btns {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .hero-btns .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-visual {
        display: none;
    }

    .hub-core {
        width: 90px;
        height: 90px;
        padding: 15px;
    }

    .eco-item {
        padding: 8px 12px;
    }

    .eco-item span {
        font-size: 0.75rem;
    }

    .eco-icon {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .item-web {
        top: 0;
        left: 0;
    }

    .item-hosting {
        top: 60px;
        right: 0;
    }

    .item-ecommerce {
        bottom: 100px;
        left: 0;
    }

    .item-erp {
        bottom: 10px;
        right: 0;
    }

    .r-1 {
        width: 200px;
        height: 200px;
    }

    .r-2 {
        width: 300px;
        height: 300px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    header.scrolled .nav-main-bar {
        padding: 12px 20px;
    }
}

/* CTA Bar Section */
.cta-bar-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
    padding: 30px 0;
    color: white;
}

/* News Section */
.news-section {
    margin-bottom: 80px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-light);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.news-thumb {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.news-card:hover .news-thumb img {
    transform: scale(1.1);
}

.news-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.news-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-date {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 12px;
    display: block;
}

.news-card h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.news-card:hover h3 {
    color: var(--primary);
}

.news-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 25px;
}

.news-link {
    margin-top: auto;
    color: var(--primary);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.news-card:hover .news-link {
    gap: 15px;
}

@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

.cta-bar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta-bar-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-bar-text i {
    font-size: 1.5rem;
    opacity: 0.8;
}

.cta-bar-text span {
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-white-sm {
    background: white;
    color: var(--primary);
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.btn-white-sm:hover {
    transform: translateY(-5px);
    background: #ffffff !important;
    color: var(--primary) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Breadcrumbs */
.theme-breadcrumb {
    font-size: 0.85rem;
}

/* Premium Badge Breadcrumb */
.hyz-breadcrumb-wrapper {
    display: flex;
}

.breadcrumb-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 133, 254, 0.1);
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

.breadcrumb-badge a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    padding-top: 2px;
}

.breadcrumb-badge a i {
    margin-right: 8px;
    font-size: 0.9rem;
}

.breadcrumb-badge a.home-link i {
    margin-right: 0;
}

.breadcrumb-badge a:hover {
    color: var(--primary-dark);
}

.breadcrumb-badge .divider {
    margin: 0 12px;
    font-size: 0.7rem;
    color: var(--text-muted);
    opacity: 0.4;
    display: flex;
    align-items: center;
}

.breadcrumb-badge .current-item {
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.breadcrumb-badge i {
    font-size: 0.9rem;
}

/* Inner Page Premium Styles */
.page-banner {
    padding: 30px 0 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.page-banner .section-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.page-banner .section-title span {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-desc {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.page-banner .theme-breadcrumb {
    /*margin-bottom: 0;*/
}

.page-content-wrapper {
    line-height: 1.8;
}

/*.page-content-wrapper p {
    margin-bottom: 50px;
    font-size: 1.1rem;
    color: var(--text-dark);
    opacity: 0.9;
}*/

.page-content-wrapper h2,
.page-content-wrapper h3 {
    margin: 20px 0 25px;
    color: var(--primary-dark);
}

.page-content-wrapper ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.page-content-wrapper li {
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 768px) {
    .page-banner {
        padding: 60px 0 40px;
    }

    .page-banner .section-title {
        font-size: 2.5rem;
    }

    .page-content-wrapper {
        padding: 30px;
        border-radius: 20px;
    }
}

/* Advantages Section Styles */
.adv-card {
    padding: 20px;
    transition: all 0.4s ease;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.adv-card:hover {
    transform: translateY(-10px);
}

.adv-blob {
    width: 140px;
    height: 140px;
    background: white;
    box-shadow: 0 15px 45px rgba(0, 133, 254, 0.08);
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 2.5rem;
    color: var(--primary);
    transition: all 0.5s ease;
    border: 1px solid rgba(0, 133, 254, 0.05);
}

.bigfont {
    font-size: 3rem;
}

.adv-card:hover .adv-blob {
    border-radius: 50%;
    background: var(--primary);
    color: white;
    box-shadow: 0 20px 40px rgba(0, 133, 254, 0.2);
}

.adv-card h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.adv-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cta-bar-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

/* --- Genel Stil DÃƒÆ’Ã‚Â¼zenlemeleri --- */
.section-tag.has-text-align-center {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    color: var(--primary);
}

/* --- HakkÃƒâ€Ã‚Â±mÃƒâ€Ã‚Â±zda SayfasÃƒâ€Ã‚Â± TasarÃƒâ€Ã‚Â±mÃƒâ€Ã‚Â± --- */
.about-section {
    padding: 100px 0;
    overflow: hidden;
}

.story-card {
    background: var(--bg-white);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    position: relative;
    z-index: 1;
}

.story-card::before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -30px;
    left: 40px;
    font-size: 80px;
    color: rgba(0, 133, 254, 0.1);
}

.vm-card {
    height: 100%;
    padding: 50px;
    border-radius: 32px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.vision-box {
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
}

.vision-box h3,
.vision-box p,
.vision-box .lead {
    color: #ffffff !important;
}

.mission-box {
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 28px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-item-card {
    background: var(--bg-white);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    border: 1px solid var(--border-light);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.service-item-card i {
    font-size: 3rem;
    display: block;
    margin-bottom: 25px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-item-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.badge-coming-soon {
    background: #f59e0b;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

.list-mission {
    list-style: none;
    padding: 0;
}

.list-mission li {
    margin-bottom: 25px;
    padding-left: 40px;
    position: relative;
    font-size: 1.05rem;
}

.list-mission li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--primary);
    font-size: 1.2rem;
}

.text-primary-custom {
    color: var(--primary);
}

.tracking-wider {
    letter-spacing: 3px;
}

#menu-ust-menu-1 {
    padding-left: 0px;
}

/* Story Section Styles */
.story-section {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 40px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.story-lighthouse {
    padding: 80px 0;
    background: var(--white);
    border: 1px solid var(--border-light);
}

.story-lighthouse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/lighthouse-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

.story-lighthouse .container {
    position: relative;
    z-index: 1;
}

.story-text p {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 1.1rem;
}

.story-text .lead {
    color: var(--primary);
    font-weight: 500;
}

.story-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.story-card-decoration {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 360px;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.1) 0%, rgba(var(--secondary-rgb), 0.1) 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: morph 8s ease-in-out infinite;
}

.story-logo {
    width: 60%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}


@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

/* Pagination Styles */
.pagination-wrapper .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination-wrapper .page-numbers {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--bg-white);
    border: 1px solid var(--border-light);
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers.current {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
    box-shadow: 0 4px 15px rgba(var(--primary-rgb), 0.3);
}

.pagination-wrapper .page-numbers:hover:not(.current) {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

/* Blog List Specific */
.blog-listing .news-card h3 a {
    color: var(--text-dark);
    text-decoration: none;
}

.blog-listing .news-card h3 a:hover {
    color: var(--primary);
}

/* Single Post Premium Styles */
.post-banner {
    padding-bottom: 40px;
}

.premium-post {}

.post-content-body {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-dark);
}

.post-content-body p {
    margin-bottom: 25px;
}

.post-content-body img {
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: var(--shadow-md);
}

.post-navigation-premium .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 30px;
    background: rgba(var(--primary-rgb), 0.03);
    border-radius: 24px;
    border: 1px solid rgba(var(--primary-rgb), 0.08);
}

.nav-box {
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 16px;
    text-decoration: none !important;
    display: block;
}

.nav-box:hover {
    background: white;
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.nav-box a {
    text-decoration: none;
    color: inherit;
}

.nav-title {
    color: var(--primary-dark);
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-box:hover .nav-title {
    color: var(--primary);
}

@media (max-width: 768px) {
    .post-navigation-premium .nav-links {
        grid-template-columns: 1fr;
    }
}



/* Contact Page Styles */
.bg-primary-light {
    background-color: rgba(var(--primary-rgb), 0.08);
}

.contact-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon {
    background-color: var(--primary);
    color: white !important;
    transform: scale(1.1);
}

.btn-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.contact-map iframe {
    filter: grayscale(1) contrast(1.2) opacity(0.8);
    transition: all 0.5s ease;
}

.contact-map:hover iframe {
    filter: grayscale(0) contrast(1) opacity(1);
}

.premium-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}

.premium-form p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.premium-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 0.9rem;
}

.premium-form br {
    display: none;
}


.premium-form .wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* Contact Form 7 Floating Label Fix */
.premium-form .wpcf7-form-control-wrap {
    display: block;
}

.premium-form .form-floating label {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 5;
    pointer-events: none;
}

.premium-form .form-floating>.wpcf7-form-control-wrap>.form-control:focus~label,
.premium-form .form-floating>.wpcf7-form-control-wrap>.form-control:not(:placeholder-shown)~label,
.premium-form .form-floating>.wpcf7-form-control-wrap>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.7rem) translateX(0.15rem);
}

/* Simple Contact Form Styles */
.simple-form-group label {
    margin-bottom: 4px;
    display: block;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    font-weight: 600;
}

.simple-form-group .form-control {
    border: 1px solid var(--border-light);
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.simple-form-group .form-control:focus {
    background-color: #fff;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(var(--primary-rgb), 0.1);
}

/* CF7 Validation Error Styles */
span.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 6px;
    display: block;
    padding-left: 4px;
    animation: fadeInSlide 0.3s ease-out;
}

span.wpcf7-not-valid-tip::before {
    content: " \f06a\;
 font-family: \Font Awesome 5 Free\; font-weight: 900;
    margin-right: 6px;
}

.wpcf7-not-valid {
    border-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.02) !important;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpcf7-response-output {
    border-radius: 12px !important;
    margin: 20px 0 0 !important;
    padding: 15px 20px !important;
    font-size: 0.95rem !important;
    border: none !important;
    box-shadow: var(--shadow-sm);
}

.wpcf7-mail-sent-ok {
    background-color: #d1e7dd !important;
    color: #0f5132 !important;
}

.wpcf7-validation-errors {
    background-color: #f8d7da !important;
    color: #842029 !important;
}

/* 404 Page Premium Styles */
.error-404-premium {
    min-height: 80vh;
    padding: 80px 0;
}

.error-code {
    font-size: 12rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 20px 30px rgba(0, 133, 254, 0.15));
    letter-spacing: -10px;
    margin-bottom: -10px;
}

.error-title {
    color: var(--text-dark);
    font-weight: 800;
}

.error-decoration .decorative-icon {
    position: absolute;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
}

.icon-1 {
    top: 10%;
    left: 5%;
    transform: rotate(-15deg);
    animation: float 6s infinite ease-in-out;
}

.icon-2 {
    bottom: 10%;
    right: 5%;
    transform: rotate(15deg);
    animation: float 8s infinite ease-in-out reverse;
}

.icon-3 {
    top: 50%;
    right: 15%;
    font-size: 3rem !important;
    animation: float 5s infinite ease-in-out;
}

.error-content-wrapper {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
    .error-code {
        font-size: 8rem;
        letter-spacing: -5px;
    }
}

/* --- New Stylish Components --- */

/* Feature Tag Grid (Philosophy Section) */
.feature-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.feature-tag {
    background: var(--primary-light);
    color: var(--primary);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 133, 254, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.feature-tag:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 133, 254, 0.2);
}

.feature-tag i {
    font-size: 1rem;
}

/* Tech List (Expertise Section) - Improved */
.tech-list {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 30px !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.tech-list li {
    background: var(--white) !important;
    padding: 18px 24px !important;
    border-radius: var(--radius-lg) !important;
    border: 1px solid var(--border-light) !important;
    color: var(--primary-dark) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    transition: all 0.3s ease !important;
    box-shadow: var(--shadow-sm) !important;
}

.tech-list li:hover {
    transform: translateX(8px) !important;
    border-color: var(--primary) !important;
    box-shadow: var(--shadow-md) !important;
}

.tech-list li i {
    width: 36px !important;
    height: 36px !important;
    background: var(--primary-light) !important;
    color: var(--primary) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.9rem !important;
    flex-shrink: 0 !important;
}

@media (max-width: 991px) {
    .tech-list {
        grid-template-columns: 1fr !important;
    }
}

/* Philosophy Card Background Figure */
.philosophy-card {
    position: relative;
    overflow: hidden;
}

.philosophy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/web-pages-collage.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.philosophy-card .row {
    position: relative;
    z-index: 1;
}

.max-w-800 {
    max-width: 800px;
}

/* Portfolio Ticker Styles */
.portfolio-ticker-section {
    background: var(--gray-100);
}

.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker-scroll 40s linear infinite;
}

.ticker-item {
    flex: 0 0 400px;
    margin: 0 15px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: transform 0.3s ease;
}

.ticker-item:hover {
    transform: scale(1.05);
    z-index: 2;
}

.ticker-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ticker-track:hover {
    animation-play-state: paused;
}

.border-primary {
    border-color: var(--primary) !important;
}

.opacity-75 {
    opacity: 0.75;
}

/* --- WooCommerce Integration --- */
.woocommerce-main {
    background-color: var(--bg-light);
}

.woocommerce-content-wrapper {
    padding-bottom: 80px;
}

/* Product Cards Archive */
.woocommerce ul.products li.product.ui-card {
    padding: 0;
    border: 1px solid var(--border-light);
    background: var(--white);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product.ui-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary);
}

.product-image-wrapper {
    position: relative;
    padding: 20px;
    background: var(--gray-100);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-wrapper img {
    max-height: 200px;
    width: auto !important;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.woocommerce ul.products li.product.ui-card:hover .product-image-wrapper img {
    transform: scale(1.1);
}

.product-info-wrapper {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-dark);
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.4;
}

.woocommerce ul.products li.product .price {
    color: var(--primary);
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.product-actions-wrapper {
    padding: 0 25px 25px;
}

.woocommerce ul.products li.product .button {
    width: 100%;
    margin-top: 0;
    justify-content: center;
    background: var(--primary-light);
    color: var(--primary);
    border-radius: 12px;
    font-weight: 700;
    padding: 12px;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: var(--primary);
    color: white;
}

/* Single Product Page Styling */
.woocommerce div.product .product_title {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--primary);
    font-size: 2.2rem;
    font-weight: 800;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin: 25px 0;
}

.woocommerce div.product form.cart .button {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    padding: 18px 40px;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 10px 20px -5px rgba(0, 133, 254, 0.3);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 12px 12px 0 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--primary);
    border-color: var(--primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 25px;
    font-weight: 700;
    color: var(--text-muted);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: white;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 0 12px 12px 12px;
    padding: 40px;
    box-shadow: var(--shadow-md);
}

/* Breadcrumbs Badge Override for WooCommerce */
.woocommerce-breadcrumb {
    display: none;
    /* We use our own breadcrumbs */
}

/* Messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--primary);
    background-color: var(--white);
    box-shadow: var(--shadow-md);
    border-radius: 12px;
    padding: 20px 25px !important;
}

.woocommerce-message::before {
    color: var(--primary);
}

/* --- References Page Styles --- */
.page-banner {
    /*background: var(--bg-white);
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 40px;
    padding: 60px 0;
    */
}

.section-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
    margin-top: 15px;
    max-width: 700px;
}

.reference-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-height: 180px;
    background: var(--white);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--border-light);
}

.reference-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: var(--shadow-xl);
}

.reference-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reference-logo img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 0.4s ease;
}

.reference-card:hover .reference-logo img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

.cta-section {
    border-radius: var(--radius-xl);
    margin: 40px 20px;
}

/* --- Success Stories Styles --- */
.success-stories-section {
    position: relative;
    z-index: 1;
}

.story-card {
    padding: 35px;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-xl);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.story-meta {
    gap: 15px;
}

.story-manager {
    font-size: 0.8rem;
    font-weight: 500;
}

.story-title {
    color: var(--text-dark);
    line-height: 1.3;
}

.story-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

.story-tags .badge {
    padding: 8px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: var(--bg-light);
    color: var(--text-muted);
}