/* ============================================ */
/* === 1. FONTS === */
/* ============================================ */
@font-face {
    font-family: 'GramophoneFa';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/GramophoneFa.woff2);
}

@font-face {
    font-family: 'ultrabold';
    font-style: normal;
    src: url(../fonts/dana-ultrabold.woff2);
}

@font-face {
    font-family: 'thin';
    font-style: normal;
    src: url(../fonts/dana-thin.woff2);
}

@font-face {
    font-family: 'regular';
    font-style: normal;
    src: url(../fonts/dana-regular.woff2);
}

@font-face {
    font-family: 'medium';
    font-style: normal;
    src: url(../fonts/dana-medium.woff2);
}

@font-face {
    font-family: 'light';
    font-style: normal;
    src: url(../fonts/dana-light.woff2);
}

@font-face {
    font-family: 'extralight';
    font-style: normal;
    src: url(../fonts/dana-extralight.woff2);
}

@font-face {
    font-family: 'extrabold';
    font-style: normal;
    src: url(../fonts/dana-extrabold.woff2);
}

@font-face {
    font-family: 'demibold';
    font-style: normal;
    src: url(../fonts/dana-demibold.woff2);
}

@font-face {
    font-family: 'bold';
    font-style: normal;
    src: url(../fonts/dana-bold.woff2);
}

@font-face {
    font-family: 'black';
    font-style: normal;
    src: url(../fonts/dana-black.woff2);
}

/* ============================================ */
/* === digital-marketing-services === */
/* ============================================ */

:root {
    --primary-dark-digital-marketing-services: #080808;
    --primary-dark-secondary-digital-marketing-services: #1a1a1a;
    --primary-dark-tertiary-digital-marketing-services: #2a2a2a;
    --accent-red-digital-marketing-services: #3c9e64;
    --accent-red-light-digital-marketing-services: #5cb882;
    --accent-red-dark-digital-marketing-services: #2d7a4c;
    --accent-orange-digital-marketing-services: #ff6b35;
    --text-white-digital-marketing-services: #ffffff;
    --text-light-digital-marketing-services: #f5f5f5;
    --text-muted-digital-marketing-services: rgba(255, 255, 255, 0.7);
    --text-gray-digital-marketing-services: #b0b0b0;
    --bg-dark-digital-marketing-services: #080808;
    --bg-card-digital-marketing-services: #1a1a1a;
    --bg-card-light-digital-marketing-services: #2a2a2a;
    --border-light-digital-marketing-services: rgba(60, 158, 100, 0.2);
    --border-red-digital-marketing-services: rgba(60, 158, 100, 0.4);
    --shadow-red-digital-marketing-services: 0 10px 40px rgba(60, 158, 100, 0.15);
    --shadow-dark-digital-marketing-services: 0 10px 40px rgba(0, 0, 0, 0.5);
    --gradient-primary-digital-marketing-services: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    --gradient-red-digital-marketing-services: linear-gradient(135deg, #3c9e64 0%, #2d7a4c 100%);
    --gradient-dark-digital-marketing-services: linear-gradient(135deg, #080808 0%, #1a1a1a 100%);
    --color-seo-digital-marketing-services: #06b6d4;
    --color-campaign-digital-marketing-services: #10b981;
    --color-content-digital-marketing-services: #a855f7;
    --color-copywriting-digital-marketing-services: #f59e0b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'medium';
}

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    line-height: 1.6;
    scroll-behavior: smooth;
    background: #080808;
}

.digital-marketing-services {
    background-color: var(--bg-dark-digital-marketing-services);
    color: var(--text-light-digital-marketing-services);
}

body {
    position: relative;
    padding-top: 180px;
}
.quform-child-elements .quform-label-text
{
    color: #000;
    font-family: 'bold';
}
.quform-child-elements .quform-field-6_4 ,.quform-child-elements .quform-field-5_4 ,.quform-child-elements .quform-field-4_4 ,.quform-child-elements .quform-field-3_4 ,.quform-child-elements .quform-field-2_4
{
  text-align: left !important;
}
.quform-child-elements .quform-submit
{
    padding: 15px !important;
    border-radius: 25px !important;
    border: none !important;
}
.quform-child-elements .quform-field-textarea {
    height: 120px !important;
}
.digital-marketing-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* ============================================================ */
/* === هدر دسکتاپ - اختصاصی digital-marketing-services === */
/* ============================================================ */
.digital-marketing-services .header {
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid #3c9e64;
}

.digital-marketing-services .header.scrolled {
    padding-top: 0;
    border-top-color: transparent;
}

.digital-marketing-services .header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.digital-marketing-services .header .top-bar {
    background: #1a1a1a;
    padding: 10px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 50px;
    opacity: 1;
    overflow: hidden;
}

.digital-marketing-services .header.scrolled .top-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.digital-marketing-services .header .top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.digital-marketing-services .header .top-links {
    display: flex;
    gap: 25px;
}

.digital-marketing-services .header .top-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: color 0.4s ease;
}

.digital-marketing-services .header .top-links a:hover {
    color: #3c9e64;
}

.digital-marketing-services .header .social-icons {
    display: flex;
    gap: 15px;
}

.digital-marketing-services .header .social-icons a {
    color: #b0b0b0;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 5px 15px !important;
}

.digital-marketing-services .header .social-icons a:hover {
    color: #3c9e64;
    background-color: transparent !important;
}

.digital-marketing-services .header .middle-bar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80px;
    opacity: 1;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 20px;
}

.digital-marketing-services .header.scrolled .middle-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.digital-marketing-services .header .logo {
    font-size: 28px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.digital-marketing-services .header .logo-text {
    color: #3c9e64;
}

.digital-marketing-services .header .search-area {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 15px;
    min-width: 0;
}

.digital-marketing-services .header .search-box {
    flex-grow: 1;
    position: relative;
    min-width: 200px;
}

.digital-marketing-services .header .search-box input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    border: 1px solid rgba(60, 158, 100, 0.2);
    border-radius: 6px;
    font-size: 14px;
    background: #1a1a1a;
    color: #f5f5f5;
    transition: all 0.4s ease;
}

.digital-marketing-services .header .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.digital-marketing-services .header .search-box input:focus {
    outline: none;
    border-color: #3c9e64;
    box-shadow: 0 0 0 3px rgba(60, 158, 100, 0.15);
    background: #2a2a2a;
}

.digital-marketing-services .header .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0b0b0;
    transition: color 0.4s ease;
}

.digital-marketing-services .header .search-box input:focus + i {
    color: #3c9e64;
}

.digital-marketing-services .header .signup-btn {
    background: #3c9e64;
    border-color: #3c9e64;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.digital-marketing-services .header .signup-btn:hover {
    background: transparent;
    color: #2d7a4c;
}

.digital-marketing-services .header .signup-btn::before {
    background: hsl(56deg 100% 50%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scalex(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    border-radius: 10px;
}

.digital-marketing-services .header .signup-btn:hover::before {
    transform: scalex(1);
    transform-origin: right;
}

.digital-marketing-services .header .main-nav {
    padding: 12px 0;
    background: #1a1a1a;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.digital-marketing-services .header.scrolled .main-nav {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background: #080808;
}

.digital-marketing-services .header .nav-menu {
    display: flex;
    list-style: none;
    justify-content: start;
    position: relative;
}

.digital-marketing-services .header .nav-menu > li {
    position: relative;
    padding-left: 15px;
}

.digital-marketing-services .header .nav-menu > li > a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    transition: all 0.4s ease;
    border-radius: 4px;
    position: relative;
    font-family: 'demibold';
    cursor: pointer;
}

.digital-marketing-services .header .nav-menu > li > a i {
    position: relative;
    top: 3px;
    transition: all .7s;
}

.digital-marketing-services .header .nav-menu > li > a:hover {
    color: #3c9e64;
    font-family: 'bold';
    transition: all .7s;
}

.digital-marketing-services .header .nav-menu > li > a:hover > i {
    transform: rotate(90deg);
    color: #3c9e64;
    transition: all .7s;
}

.digital-marketing-services .header .submenu {
    position: absolute;
    top: 150%;
    right: 0;
    background: #1a1a1a;
    min-width: 250px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1001;
    padding: 0;
    border-top: 3px solid #3c9e64;
}

.digital-marketing-services .header .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.digital-marketing-services .header .submenu li {
    list-style: none;
}

.digital-marketing-services .header .submenu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.digital-marketing-services .header .submenu a:hover {
    background-color: #3c9e64;
    color: #fff;
    border-right: 3px solid #ffd966;
    padding-right: 25px;
}

/* ===== هدر موبایل - اختصاصی digital-marketing-services ===== */
.digital-marketing-services .mobile-header {
    display: none;
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 12px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #3c9e64;
    transition: all 0.3s ease;
}

.digital-marketing-services .mobile-header.scrolled {
    border-top-color: transparent;
}

.digital-marketing-services .mobile-header .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.digital-marketing-services .mobile-header .mobile-logo {
    font-size: 22px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.digital-marketing-services .mobile-header .mobile-logo-text {
    color: #3c9e64;
}

.digital-marketing-services .mobile-header .mobile-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.digital-marketing-services .mobile-header .mobile-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #b0b0b0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.digital-marketing-services .mobile-header .mobile-btn:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #3c9e64;
}

.digital-marketing-services .mobile-header .menu-btn {
    background: #3c9e64;
    color: white;
}

.digital-marketing-services .mobile-header .menu-btn:hover {
    background: #2d7a4c;
    color: white;
}

/* ===== منوی موبایل - اختصاصی digital-marketing-services ===== */
.digital-marketing-services .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #080808;
    z-index: 1200;
    overflow-y: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
}

.digital-marketing-services .mobile-menu-overlay.open {
    right: 0;
}

.digital-marketing-services .menu-dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1199;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.digital-marketing-services .menu-dark-overlay.active {
    opacity: 1;
    visibility: visible;
}

.digital-marketing-services .mobile-menu-overlay .mobile-menu-header {
    background: #1a1a1a;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f5f5f5;
    border-bottom: 2px solid #3c9e64;
}

.digital-marketing-services .mobile-menu-overlay .mobile-menu-title {
    font-size: 20px;
    font-weight: bold;
    color: #3c9e64;
}

.digital-marketing-services .mobile-menu-overlay .close-menu-btn {
    background: rgba(60, 158, 100, 0.2);
    border: none;
    color: #3c9e64;
    width: 36px;
    height: 36px;
    line-height: 43px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.digital-marketing-services .mobile-menu-overlay .close-menu-btn:hover {
    background: #3c9e64;
    color: #fff;
}

.digital-marketing-services .mobile-menu-overlay .mobile-menu {
    list-style: none;
    padding: 15px 0;
}

.digital-marketing-services .mobile-menu-overlay .mobile-menu li {
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.digital-marketing-services .mobile-menu-overlay .mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.digital-marketing-services .mobile-menu-overlay .mobile-menu > li > a:hover {
    background: rgba(60, 158, 100, 0.1);
    color: #3c9e64;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu-toggle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #b0b0b0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu-toggle:hover {
    color: #3c9e64;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu-toggle i {
    transition: transform 0.3s ease;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu-toggle.active i {
    transform: rotate(180deg);
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu {
    list-style: none;
    background: #1a1a1a;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu.active {
    max-height: 500px;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu li {
    border-bottom: none;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu a {
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
}

.digital-marketing-services .mobile-menu-overlay .mobile-submenu a:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #3c9e64;
    border-right: 3px solid #3c9e64;
}

@media (max-width: 1100px) {
    .digital-marketing-services .header .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .digital-marketing-services .header .nav-menu > li > a {
        font-size: 13px;
        padding: 6px 10px;
    }

    .digital-marketing-services .header .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: transparent;
        display: none;
        width: 100%;
    }

    .digital-marketing-services .header .has-submenu:hover .submenu {
        display: block;
    }
}

@media (max-width: 992px) {
    .digital-marketing-services .header .top-bar-content {
        flex-direction: column;
        gap: 12px;
    }

    .digital-marketing-services .header .middle-bar {
        flex-wrap: wrap;
        gap: 15px;
    }

    .digital-marketing-services .header .search-area {
        margin: 0;
        width: 100%;
        max-width: 100%;
        order: 3;
    }

    .digital-marketing-services .header .search-box {
        width: 100%;
    }

    .digital-marketing-services .header .signup-btn {
        width: 100%;
        order: 2;
    }

    .digital-marketing-services .header .logo {
        font-size: 26px;
        order: 1;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .digital-marketing-services .header {
        display: none;
    }

    .digital-marketing-services .mobile-header {
        display: block;
    }
}

@media (max-width: 480px) {
    .digital-marketing-services .mobile-header .mobile-logo {
        font-size: 20px;
        max-width: 50%;
    }

    .digital-marketing-services .mobile-header .mobile-buttons {
        gap: 8px;
    }

    .digital-marketing-services .mobile-header .mobile-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .digital-marketing-services .header .logo-text {
        font-size: 26px;
    }
}

/* ============================================================
انیمیشن‌ها
============================================================ */
.digital-marketing-services-aos-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.digital-marketing-services-aos-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@keyframes digital-marketing-services-fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes digital-marketing-services-slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes digital-marketing-services-slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes digital-marketing-services-expandWidth {
    to {
        transform: scaleX(1);
    }
}

@keyframes digital-marketing-services-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes digital-marketing-services-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes digital-marketing-services-glow {
    from {
        box-shadow: 0 0 10px rgba(60, 158, 100, 0.3);
    }
    to {
        box-shadow: 0 0 30px rgba(60, 158, 100, 0.6);
    }
}

/* ============================================================
Section Header
============================================================ */
.digital-marketing-services-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.digital-marketing-services-section-badge {
    display: inline-block;
    background: rgba(60, 158, 100, 0.1);
    border: 1px solid var(--accent-red-digital-marketing-services);
    color: var(--accent-red-digital-marketing-services);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.digital-marketing-services-section-badge:hover {
    background: var(--accent-red-digital-marketing-services);
    color: var(--text-white-digital-marketing-services);
    transform: scale(1.05);
}

.digital-marketing-services-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-white-digital-marketing-services);
    margin-bottom: 15px;
}

.digital-marketing-services-section-title span {
    color: var(--accent-red-digital-marketing-services);
    position: relative;
}

.digital-marketing-services-section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted-digital-marketing-services);
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================================
Hero Section
============================================================ */
.digital-marketing-services-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.95) 0%, rgba(26, 26, 26, 0.85) 100%),
    url('images/a1.webp') center/cover;
    overflow: hidden;
    padding-top: 195px;
}

.digital-marketing-services-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(60, 158, 100, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: digital-marketing-services-pulse 4s ease-in-out infinite;
}

.digital-marketing-services-hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(60, 158, 100, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: digital-marketing-services-float 6s ease-in-out infinite;
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-badge {
    display: inline-block;
    background: rgba(60, 158, 100, 0.15);
    border: 1px solid var(--accent-red-digital-marketing-services);
    color: var(--accent-red-digital-marketing-services);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 25px;
    animation: digital-marketing-services-slideDown 0.8s ease forwards;
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-white-digital-marketing-services);
    line-height: 1.3;
    margin-bottom: 20px;
    animation: digital-marketing-services-fadeIn 1s ease 0.3s forwards;
    opacity: 0;
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-title span {
    color: var(--accent-red-digital-marketing-services);
    position: relative;
    display: inline-block;
    animation: digital-marketing-services-slideUp 1s ease 0.6s forwards;
    opacity: 0;
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-red-digital-marketing-services);
    border-radius: 2px;
    animation: digital-marketing-services-expandWidth 1s ease 1s forwards;
    transform: scaleX(0);
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-muted-digital-marketing-services);
    margin-bottom: 35px;
    line-height: 1.8;
    animation: digital-marketing-services-fadeIn 1s ease 0.6s forwards;
    opacity: 0;
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: digital-marketing-services-fadeIn 1s ease 0.9s forwards;
    opacity: 0;
}

.digital-marketing-services-hero-section .digital-marketing-services-btn-primary {
    background: var(--gradient-red-digital-marketing-services);
    color: var(--text-white-digital-marketing-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(60, 158, 100, 0.3);
    border: none;
    cursor: pointer;
}

.digital-marketing-services-hero-section .digital-marketing-services-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(60, 158, 100, 0.5);
}

.digital-marketing-services-hero-section .digital-marketing-services-btn-secondary {
    background: transparent;
    color: var(--text-white-digital-marketing-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--text-white-digital-marketing-services);
}

.digital-marketing-services-hero-section .digital-marketing-services-btn-secondary:hover {
    background: var(--text-white-digital-marketing-services);
    color: var(--primary-dark-digital-marketing-services);
}

.digital-marketing-services-hero-section .digital-marketing-services-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
    animation: digital-marketing-services-fadeIn 1s ease 1.2s forwards;
    opacity: 0;
}

.digital-marketing-services-hero-section .digital-marketing-services-stat-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.digital-marketing-services-hero-section .digital-marketing-services-stat-item:hover {
    transform: translateY(-5px);
}

.digital-marketing-services-hero-section .digital-marketing-services-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-red-digital-marketing-services);
    display: block;
}

.digital-marketing-services-hero-section .digital-marketing-services-stat-label {
    font-size: 0.9rem;
    color: var(--text-muted-digital-marketing-services);
    margin-top: 5px;
}

/* ============================================================
Benefits Section
============================================================ */
.digital-marketing-services-benefits-section {
    padding: 100px 0;
    background: var(--bg-dark-digital-marketing-services);
    position: relative;
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-card {
    background: var(--bg-card-digital-marketing-services);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid var(--border-light-digital-marketing-services);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-red-digital-marketing-services);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-card:hover::before {
    transform: scaleX(1);
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-red-digital-marketing-services);
    box-shadow: 0 20px 50px rgba(60, 158, 100, 0.2);
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-icon {
    width: 70px;
    height: 70px;
    background: rgba(60, 158, 100, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-card:hover .digital-marketing-services-benefit-icon {
    background: var(--accent-red-digital-marketing-services);
    transform: rotate(360deg) scale(1.1);
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--accent-red-digital-marketing-services);
    fill: none;
    stroke-width: 2;
    transition: all 0.4s ease;
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-card:hover .digital-marketing-services-benefit-icon svg {
    stroke: var(--text-white-digital-marketing-services);
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-white-digital-marketing-services);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-card:hover .digital-marketing-services-benefit-title {
    color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-benefits-section .digital-marketing-services-benefit-text {
    font-size: 0.95rem;
    color: var(--text-muted-digital-marketing-services);
    line-height: 1.8;
}

/* ============================================================
Gallery Section
============================================================ */
.digital-marketing-services-gallery-section-new {
    padding: 100px 0;
    background: var(--bg-card-digital-marketing-services);
    position: relative;
    overflow: hidden;
}

.digital-marketing-services-gallery-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-red-digital-marketing-services), transparent);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-container-new {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filters-section-new {
    text-align: center;
    margin-bottom: 3rem;
    direction: rtl;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-buttons-new {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    background: var(--bg-dark-digital-marketing-services);
    padding: 0.5rem;
    border-radius: 60px;
    border: 1px solid var(--border-light-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new {
    background: transparent;
    border: 2px solid transparent;
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    color: var(--text-muted-digital-marketing-services);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazirmatn', sans-serif;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new i {
    font-size: 1rem;
    transition: all 0.4s ease;
    color: var(--text-muted-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new span {
    transition: all 0.4s ease;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new:hover {
    background: transparent !important;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"]:hover {
    border-color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"]:hover i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"]:hover span {
    color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"]:hover {
    border-color: var(--color-seo-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"]:hover i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"]:hover span {
    color: var(--color-seo-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"]:hover {
    border-color: var(--color-campaign-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"]:hover i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"]:hover span {
    color: var(--color-campaign-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"]:hover {
    border-color: var(--color-content-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"]:hover i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"]:hover span {
    color: var(--color-content-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"]:hover {
    border-color: var(--color-copywriting-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"]:hover i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"]:hover span {
    color: var(--color-copywriting-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new.active {
    background: transparent !important;
    box-shadow: none !important;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"].active {
    border-color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"].active i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"].active span {
    color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"].active {
    border-color: var(--color-seo-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"].active i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"].active span {
    color: var(--color-seo-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"].active {
    border-color: var(--color-campaign-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"].active i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"].active span {
    color: var(--color-campaign-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"].active {
    border-color: var(--color-content-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"].active i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"].active span {
    color: var(--color-content-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"].active {
    border-color: var(--color-copywriting-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"].active i,
.digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"].active span {
    color: var(--color-copywriting-digital-marketing-services);
}

/* ============================================================
Gallery Masonry
============================================================ */
.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-masonry {
    column-count: 4;
    column-gap: 1.5rem;
    margin-top: 2rem;
    direction: rtl;
    position: relative;
    min-height: 200px;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-card-light-digital-marketing-services);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new.digital-marketing-services-hidden {
    display: none !important;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(60, 158, 100, 0.3);
    z-index: 5;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new:hover img {
    transform: scale(1.08);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-image-caption-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    color: var(--text-white-digital-marketing-services);
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
    background: rgba(60, 158, 100, 0.9);
    transition: all 0.4s ease;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new:hover .digital-marketing-services-image-caption-new {
    transform: translateY(100%);
    opacity: 0;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new:hover .digital-marketing-services-category-badge-new {
    opacity: 0 !important;
    transition: opacity 0.4s;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-category-badge-new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.85);
    padding: 6px 9px;
    border-radius: 0 16px 0 16px;
    font-size: 0.75rem;
    font-weight: 600;
    border: none;
    display: flex;
    font-family: 'regular';
    align-items: center;
    gap: 6px;
    color: var(--text-white-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-category-badge-new i {
    font-size: 0.75rem;
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new[data-category="seo"] .digital-marketing-services-category-badge-new {
    border-color: var(--color-seo-digital-marketing-services);
    color: var(--color-seo-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new[data-category="campaign"] .digital-marketing-services-category-badge-new {
    border-color: var(--color-campaign-digital-marketing-services);
    color: var(--color-campaign-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new[data-category="content"] .digital-marketing-services-category-badge-new {
    border-color: var(--color-content-digital-marketing-services);
    color: var(--color-content-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new[data-category="copywriting"] .digital-marketing-services-category-badge-new {
    border-color: var(--color-copywriting-digital-marketing-services);
    color: var(--color-copywriting-digital-marketing-services);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-plus-icon-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    line-height: 54px;
    text-align: center;
    background: var(--accent-red-digital-marketing-services);
    border-radius: 50%;
    font-size: 2.5rem;
    color: var(--text-white-digital-marketing-services);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
    font-weight: bold;
    box-shadow: 0 5px 20px rgba(60, 158, 100, 0.5);
}

.digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-item-new:hover .digital-marketing-services-plus-icon-new {
    opacity: 1 !important;
}

/* ============================================================
Category Description Box
============================================================ */
.digital-marketing-services-category-description {
    margin-top: 0;
    background: var(--bg-dark-digital-marketing-services);
    border: 1px solid var(--border-light-digital-marketing-services);
    border-radius: 20px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.digital-marketing-services-category-description.digital-marketing-services-visible {
    opacity: 1;
    max-height: 2000px;
    padding: 40px;
    margin-top: 3rem;
    visibility: visible;
}

.digital-marketing-services-category-description::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    transition: width 0.6s ease;
}

.digital-marketing-services-category-description.digital-marketing-services-visible::before {
    width: 100%;
}

.digital-marketing-services-category-description[data-category="seo"]::before {
    background: linear-gradient(90deg, var(--color-seo-digital-marketing-services), transparent);
}

.digital-marketing-services-category-description[data-category="campaign"]::before {
    background: linear-gradient(90deg, var(--color-campaign-digital-marketing-services), transparent);
}

.digital-marketing-services-category-description[data-category="content"]::before {
    background: linear-gradient(90deg, var(--color-content-digital-marketing-services), transparent);
}

.digital-marketing-services-category-description[data-category="copywriting"]::before {
    background: linear-gradient(90deg, var(--color-copywriting-digital-marketing-services), transparent);
}

.digital-marketing-services-category-description-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-light-digital-marketing-services);
}

.digital-marketing-services-category-description-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--text-white-digital-marketing-services);
    flex-shrink: 0;
}

.digital-marketing-services-category-description[data-category="seo"] .digital-marketing-services-category-description-icon {
    background: var(--color-seo-digital-marketing-services);
}

.digital-marketing-services-category-description[data-category="campaign"] .digital-marketing-services-category-description-icon {
    background: var(--color-campaign-digital-marketing-services);
}

.digital-marketing-services-category-description[data-category="content"] .digital-marketing-services-category-description-icon {
    background: var(--color-content-digital-marketing-services);
}

.digital-marketing-services-category-description[data-category="copywriting"] .digital-marketing-services-category-description-icon {
    background: var(--color-copywriting-digital-marketing-services);
}

.digital-marketing-services-category-description-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.digital-marketing-services-category-description[data-category="seo"] .digital-marketing-services-category-description-title {
    color: var(--color-seo-digital-marketing-services);
}

.digital-marketing-services-category-description[data-category="campaign"] .digital-marketing-services-category-description-title {
    color: var(--color-campaign-digital-marketing-services);
}

.digital-marketing-services-category-description[data-category="content"] .digital-marketing-services-category-description-title {
    color: var(--color-content-digital-marketing-services);
}

.digital-marketing-services-category-description[data-category="copywriting"] .digital-marketing-services-category-description-title {
    color: var(--color-copywriting-digital-marketing-services);
}

.digital-marketing-services-category-description-body {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s ease;
    max-height: 180px;
    line-height: 2;
}

.digital-marketing-services-category-description-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-dark-digital-marketing-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.digital-marketing-services-category-description.digital-marketing-services-expanded .digital-marketing-services-category-description-body {
    max-height: 5000px;
}

.digital-marketing-services-category-description.digital-marketing-services-expanded .digital-marketing-services-category-description-body::after {
    opacity: 0;
}

.digital-marketing-services-category-description-body p {
    font-size: 1rem;
    color: var(--text-muted-digital-marketing-services);
    line-height: 2.1;
    margin-bottom: 15px;
    font-weight: 300;
}

.digital-marketing-services-category-description-body p strong {
    color: var(--accent-red-digital-marketing-services);
    font-weight: 600;
}

.digital-marketing-services-category-description-footer {
    display: flex;
    justify-content: right;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.digital-marketing-services-category-description-toggle,
.digital-marketing-services-category-description-close {
    background: transparent;
    border: 2px solid var(--accent-red-digital-marketing-services);
    color: var(--accent-red-digital-marketing-services);
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-family: 'Vazirmatn', sans-serif;
}

.digital-marketing-services-category-description-toggle:hover,
.digital-marketing-services-category-description-close:hover {
    background: var(--accent-red-digital-marketing-services);
    color: var(--text-white-digital-marketing-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(60, 158, 100, 0.3);
}

.digital-marketing-services-category-description-close {
    border-color: var(--text-gray-digital-marketing-services);
    color: var(--text-gray-digital-marketing-services);
    display: none;
}

.digital-marketing-services-category-description-close:hover {
    border-color: var(--accent-red-digital-marketing-services);
    background: var(--accent-red-digital-marketing-services);
    color: var(--text-white-digital-marketing-services);
}

.digital-marketing-services-category-description.digital-marketing-services-expanded .digital-marketing-services-category-description-close {
    display: inline-flex;
}

.digital-marketing-services-category-description.digital-marketing-services-expanded .digital-marketing-services-category-description-toggle {
    display: none;
}

.digital-marketing-services-category-description-toggle svg,
.digital-marketing-services-category-description-close svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

/* ============================================================
Process Section
============================================================ */
.digital-marketing-services-process-section {
    padding: 100px 0;
    background: var(--bg-dark-digital-marketing-services);
    position: relative;
}

.digital-marketing-services-process-section .digital-marketing-services-process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.digital-marketing-services-process-section .digital-marketing-services-process-timeline::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gradient-red-digital-marketing-services);
    transform: translateX(50%);
}

.digital-marketing-services-process-section .digital-marketing-services-process-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.digital-marketing-services-process-section .digital-marketing-services-process-item:last-child {
    margin-bottom: 0;
}

.digital-marketing-services-process-section .digital-marketing-services-process-item:nth-child(even) {
    flex-direction: row-reverse;
}

.digital-marketing-services-process-section .digital-marketing-services-process-content {
    width: 45%;
    background: var(--bg-card-digital-marketing-services);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-light-digital-marketing-services);
    transition: all 0.4s ease;
}

.digital-marketing-services-process-section .digital-marketing-services-process-content:hover {
    border-color: var(--accent-red-digital-marketing-services);
    box-shadow: 0 15px 40px rgba(60, 158, 100, 0.2);
    transform: translateY(-5px);
}

.digital-marketing-services-process-section .digital-marketing-services-process-number {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    background: var(--gradient-red-digital-marketing-services);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-white-digital-marketing-services);
    box-shadow: 0 5px 20px rgba(60, 158, 100, 0.4);
    z-index: 2;
}

.digital-marketing-services-process-section .digital-marketing-services-process-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-white-digital-marketing-services);
    margin-bottom: 10px;
}

.digital-marketing-services-process-section .digital-marketing-services-process-text {
    font-size: 0.95rem;
    color: var(--text-muted-digital-marketing-services);
    line-height: 1.7;
}

/* ============================================================
Form Section
============================================================ */
.digital-marketing-services-form-section {
    padding: 100px 0;
    background: var(--bg-dark-digital-marketing-services);
    position: relative;
}

.digital-marketing-services-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-red-digital-marketing-services), transparent);
}

.digital-marketing-services-form-section .digital-marketing-services-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.digital-marketing-services-form-section .digital-marketing-services-form-info {
    padding: 40px;
    background: var(--bg-card-digital-marketing-services);
    border-radius: 20px;
    border: 1px solid var(--border-light-digital-marketing-services);
}

.digital-marketing-services-form-section .digital-marketing-services-form-info-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-white-digital-marketing-services);
    margin-bottom: 20px;
    line-height: 1.4;
}

.digital-marketing-services-form-section .digital-marketing-services-form-info-title span {
    color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-form-section .digital-marketing-services-form-info-text {
    font-size: 1.05rem;
    color: var(--text-muted-digital-marketing-services);
    line-height: 1.8;
    margin-bottom: 30px;
}

.digital-marketing-services-form-section .digital-marketing-services-form-features {
    list-style: none;
}

.digital-marketing-services-form-section .digital-marketing-services-form-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--text-light-digital-marketing-services);
    font-size: 1rem;
}

.digital-marketing-services-form-section .digital-marketing-services-form-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--accent-red-digital-marketing-services);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.digital-marketing-services-form-section .digital-marketing-services-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--accent-red-digital-marketing-services);
    box-shadow: 0 15px 50px rgba(60, 158, 100, 0.2);
}

.digital-marketing-services-form-section .digital-marketing-services-form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark-digital-marketing-services);
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid var(--accent-red-digital-marketing-services);
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.digital-marketing-services-form-section .digital-marketing-services-form-group {
    margin-bottom: 20px;
}

.digital-marketing-services-form-section .digital-marketing-services-form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-dark-digital-marketing-services);
    margin-bottom: 8px;
}

.digital-marketing-services-required {
    color: var(--accent-orange-digital-marketing-services);
}

.digital-marketing-services-form-section .digital-marketing-services-form-group input,
.digital-marketing-services-form-section .digital-marketing-services-form-group textarea,
.digital-marketing-services-form-section .digital-marketing-services-form-group select {
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: var(--primary-dark-digital-marketing-services);
    font-size: 0.95rem;
    font-family: 'Vazirmatn', sans-serif;
}

.digital-marketing-services-form-section .digital-marketing-services-form-group input:focus,
.digital-marketing-services-form-section .digital-marketing-services-form-group textarea:focus,
.digital-marketing-services-form-section .digital-marketing-services-form-group select:focus {
    outline: none;
    border-color: var(--accent-red-digital-marketing-services);
    box-shadow: 0 0 0 4px rgba(60, 158, 100, 0.15);
}

.digital-marketing-services-form-section .digital-marketing-services-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.digital-marketing-services-form-section .digital-marketing-services-form-submit {
    width: 100%;
    background: var(--gradient-red-digital-marketing-services);
    color: var(--text-white-digital-marketing-services);
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
    transition: all 0.3s ease;
}

.digital-marketing-services-form-section .digital-marketing-services-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(60, 158, 100, 0.4);
}

/* ============================================================
Testimonials Section
============================================================ */
.digital-marketing-services-testimonials-section {
    padding: 100px 0;
    background: var(--bg-dark-digital-marketing-services);
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-card-main {
    background: var(--bg-card-digital-marketing-services);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid var(--border-light-digital-marketing-services);
    text-align: center;
    position: relative;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-quote {
    font-size: 4rem;
    color: var(--accent-red-digital-marketing-services);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: serif;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-text-main {
    font-size: 1.2rem;
    color: var(--text-light-digital-marketing-services);
    line-height: 1.9;
    margin-bottom: 30px;
    font-style: italic;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--accent-red-digital-marketing-services);
    overflow: hidden;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-info h4 {
    font-size: 1.1rem;
    color: var(--text-white-digital-marketing-services);
    font-weight: 700;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-info p {
    font-size: 0.9rem;
    color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-card-digital-marketing-services);
    border: 2px solid var(--border-light-digital-marketing-services);
    color: var(--accent-red-digital-marketing-services);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-btn:hover {
    background: var(--accent-red-digital-marketing-services);
    color: var(--text-white-digital-marketing-services);
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-light-digital-marketing-services);
    cursor: pointer;
    transition: all 0.3s ease;
}

.digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-dot.digital-marketing-services-active {
    background: var(--accent-red-digital-marketing-services);
    width: 30px;
    border-radius: 6px;
}

/* ============================================================
FAQ Section
============================================================ */
.digital-marketing-services-faq-section {
    padding: 100px 0;
    background: var(--bg-card-digital-marketing-services);
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-item {
    background: var(--bg-dark-digital-marketing-services);
    border: 1px solid var(--border-light-digital-marketing-services);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white-digital-marketing-services);
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-icon {
    width: 24px;
    height: 24px;
    stroke: var(--accent-red-digital-marketing-services);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-item.digital-marketing-services-active .digital-marketing-services-faq-icon {
    transform: rotate(180deg);
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 25px;
    color: var(--text-muted-digital-marketing-services);
    line-height: 1.8;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-item.digital-marketing-services-active .digital-marketing-services-faq-answer {
    max-height: 1500px;
    padding: 0 25px 25px;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-answer p {
    margin-bottom: 12px;
    font-size: 0.98rem;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-answer p:last-child {
    margin-bottom: 0;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-answer strong {
    color: var(--accent-red-digital-marketing-services);
    font-weight: 600;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-answer ul {
    list-style: none;
    padding-right: 0;
    margin: 10px 0;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-answer ul li {
    padding: 6px 0;
    padding-right: 25px;
    position: relative;
}

.digital-marketing-services-faq-section .digital-marketing-services-faq-answer ul li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: var(--accent-red-digital-marketing-services);
    font-weight: bold;
}

/* ============================================================
Readmore Section
============================================================ */
.digital-marketing-services-readmore-section {
    padding: 100px 0;
    background: var(--bg-dark-digital-marketing-services);
    position: relative;
}

.digital-marketing-services-readmore-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-red-digital-marketing-services), transparent);
}

.digital-marketing-services-readmore-section .digital-marketing-services-container {
    max-width: 900px;
}

.digital-marketing-services-readmore-content {
    background: var(--bg-card-digital-marketing-services);
    padding: 40px 45px;
    border: 1px solid var(--border-light-digital-marketing-services);
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.digital-marketing-services-readmore-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-red-digital-marketing-services);
    transition: width 0.6s ease;
}

.digital-marketing-services-readmore-content:hover::before {
    width: 100%;
}

.digital-marketing-services-readmore-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.digital-marketing-services-readmore-header h3 {
    font-size: 1.8rem;
    color: var(--accent-red-digital-marketing-services);
    font-weight: 700;
}

.digital-marketing-services-readmore-body {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    line-height: 2;
}

.digital-marketing-services-readmore-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-card-digital-marketing-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.digital-marketing-services-readmore-content.digital-marketing-services-expanded .digital-marketing-services-readmore-body {
    max-height: 5000px;
}

.digital-marketing-services-readmore-content.digital-marketing-services-expanded .digital-marketing-services-readmore-body::after {
    opacity: 0;
}

.digital-marketing-services-readmore-body p {
    font-size: 1rem;
    color: var(--text-muted-digital-marketing-services);
    line-height: 2.1;
    margin-bottom: 18px;
    font-weight: 300;
}

.digital-marketing-services-readmore-body p strong {
    color: var(--accent-red-digital-marketing-services);
    font-weight: 600;
}

.digital-marketing-services-readmore-footer {
    display: flex;
    justify-content: right;
    margin-top: 20px;
}

.digital-marketing-services-readmore-toggle {
    background: transparent;
    color: var(--accent-red-digital-marketing-services);
    border: 2px solid var(--accent-red-digital-marketing-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.digital-marketing-services-readmore-toggle:hover {
    background: var(--accent-red-digital-marketing-services);
    color: var(--text-white-digital-marketing-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(60, 158, 100, 0.3);
}

.digital-marketing-services-readmore-toggle svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.digital-marketing-services-readmore-content.digital-marketing-services-expanded .digital-marketing-services-readmore-toggle svg {
    transform: rotate(180deg);
}

.digital-marketing-services-close-btn {
    display: none;
    background: transparent;
    border: 2px solid var(--text-gray-digital-marketing-services);
    color: var(--text-gray-digital-marketing-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px auto 0;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.digital-marketing-services-close-btn:hover {
    border-color: var(--accent-red-digital-marketing-services);
    color: var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-close-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.digital-marketing-services-readmore-content.digital-marketing-services-expanded .digital-marketing-services-close-btn {
    display: inline-flex;
}

.digital-marketing-services-readmore-content.digital-marketing-services-expanded .digital-marketing-services-readmore-toggle {
    display: none;
}

/* ============================================================
Lightbox
============================================================ */
.digital-marketing-services-lightbox-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.95);
    z-index: 3000;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    display: flex;
    direction: ltr;
}

.digital-marketing-services-lightbox-new.digital-marketing-services-active {
    visibility: visible;
    opacity: 1;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lightbox-content-new {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 90%;
    background: var(--bg-card-digital-marketing-services);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid var(--accent-red-digital-marketing-services);
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lightbox-image-wrapper-new {
    flex: 0 0 45%;
    background: var(--bg-card-digital-marketing-services);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lightbox-image-new {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lightbox-caption-new {
    flex: 0 0 55%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    direction: rtl;
    text-align: right;
    border-right: 2px solid var(--border-red-digital-marketing-services);
    overflow-y: auto;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-caption-text-new h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-red-digital-marketing-services);
    border-bottom: 3px solid var(--accent-red-digital-marketing-services);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-caption-cat-badge-new {
    background: rgba(60, 158, 100, 0.1);
    color: var(--accent-red-digital-marketing-services);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    border: 2px solid var(--accent-red-digital-marketing-services);
    width: fit-content;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-full-description-new {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light-digital-marketing-services);
}

.digital-marketing-services-lightbox-new .digital-marketing-services-btn-view-project-new {
    background-color: var(--accent-red-digital-marketing-services);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: var(--text-white-digital-marketing-services);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
    border: none;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lb-close-new {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff0000;
    border: none;
    color: white;
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lb-nav-new {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(60, 158, 100, 0.8);
    border: none;
    color: var(--text-white-digital-marketing-services);
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lb-prev-new {
    left: 20px;
}

.digital-marketing-services-lightbox-new .digital-marketing-services-lb-next-new {
    right: 20px;
}

/* ============================================================
Responsive
============================================================ */
@media (max-width: 1200px) {
    .digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .digital-marketing-services-hero-section .digital-marketing-services-hero-title {
        font-size: 2.5rem;
    }

    .digital-marketing-services-benefits-section .digital-marketing-services-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .digital-marketing-services-form-section .digital-marketing-services-form-wrapper {
        grid-template-columns: 1fr;
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-masonry {
        column-count: 2;
    }

    .digital-marketing-services-process-section .digital-marketing-services-process-timeline::before {
        right: 30px;
    }

    .digital-marketing-services-process-section .digital-marketing-services-process-item,
    .digital-marketing-services-process-section .digital-marketing-services-process-item:nth-child(even) {
        flex-direction: row;
    }

    .digital-marketing-services-process-section .digital-marketing-services-process-content {
        width: calc(100% - 80px);
        margin-right: 80px;
    }

    .digital-marketing-services-process-section .digital-marketing-services-process-number {
        right: 30px;
        transform: translateX(50%);
    }
}

@media (max-width: 768px) {
    .digital-marketing-services-hero-section .digital-marketing-services-hero-title {
        font-size: 2rem;
    }

    .digital-marketing-services-hero-section .digital-marketing-services-hero-subtitle {
        font-size: 1rem;
    }

    .digital-marketing-services-section-title {
        font-size: 2rem;
    }

    .digital-marketing-services-benefits-section .digital-marketing-services-benefits-grid {
        grid-template-columns: 1fr;
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-masonry {
        column-count: 2;
    }

    .digital-marketing-services-testimonials-section .digital-marketing-services-testimonial-card-main {
        padding: 30px 20px;
    }

    .digital-marketing-services-category-description {
        padding: 25px 20px;
    }

    .digital-marketing-services-category-description.digital-marketing-services-visible {
        padding: 25px 20px;
    }

    .digital-marketing-services-category-description-title {
        font-size: 1.3rem;
    }

    .digital-marketing-services-readmore-content {
        padding: 25px 20px;
    }

    .digital-marketing-services-readmore-header h3 {
        font-size: 1.4rem;
    }

    .digital-marketing-services-lightbox-new .digital-marketing-services-lightbox-content-new {
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .digital-marketing-services-lightbox-new .digital-marketing-services-lightbox-image-wrapper-new {
        flex: 0 0 auto;
        width: 100%;
        min-height: 40vh;
    }

    .digital-marketing-services-lightbox-new .digital-marketing-services-lightbox-caption-new {
        flex: 1;
        width: 100%;
        padding: 1.5rem;
        border-right: none;
    }
}

@media (max-width: 500px) {
    .digital-marketing-services-gallery-section-new .digital-marketing-services-gallery-masonry {
        column-count: 1;
    }
}

@media (max-width: 960px) {
    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-buttons-new {
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        border-radius: 60px;
        gap: 0.4rem;
        padding: 0.4rem;
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new {
        width: auto;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        border-width: 2px;
        border-style: solid;
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"] {
        border-color: rgba(60, 158, 100, 0.5);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"] {
        border-color: rgba(6, 182, 212, 0.5);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"] {
        border-color: rgba(16, 185, 129, 0.5);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"] {
        border-color: rgba(168, 85, 247, 0.5);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"] {
        border-color: rgba(245, 158, 11, 0.5);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="all"] i {
        color: var(--accent-red-digital-marketing-services);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="seo"] i {
        color: var(--color-seo-digital-marketing-services);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="campaign"] i {
        color: var(--color-campaign-digital-marketing-services);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="content"] i {
        color: var(--color-content-digital-marketing-services);
    }

    .digital-marketing-services-gallery-section-new .digital-marketing-services-filter-btn-new[data-filter="copywriting"] i {
        color: var(--color-copywriting-digital-marketing-services);
    }
}

/* ============================================ */
/* === graphic-design-services === */
/* ============================================ */

:root {
    --primary-dark-graphic-design-services: #080808;
    --primary-dark-secondary-graphic-design-services: #1a1a1a;
    --primary-dark-tertiary-graphic-design-services: #2a2a2a;
    --accent-pink-graphic-design-services: #ec4899;
    --accent-pink-light-graphic-design-services: #f472b6;
    --accent-pink-dark-graphic-design-services: #be185d;
    --accent-orange-graphic-design-services: #ff6b35;
    --text-white-graphic-design-services: #ffffff;
    --text-light-graphic-design-services: #f5f5f5;
    --text-muted-graphic-design-services: rgba(255, 255, 255, 0.7);
    --text-gray-graphic-design-services: #b0b0b0;
    --bg-dark-graphic-design-services: #080808;
    --bg-card-graphic-design-services: #1a1a1a;
    --bg-card-light-graphic-design-services: #2a2a2a;
    --border-light-graphic-design-services: rgba(236, 72, 153, 0.2);
    --border-pink-graphic-design-services: rgba(236, 72, 153, 0.4);
    --shadow-pink-graphic-design-services: 0 10px 40px rgba(236, 72, 153, 0.15);
    --shadow-dark-graphic-design-services: 0 10px 40px rgba(0, 0, 0, 0.5);
    --gradient-primary-graphic-design-services: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    --gradient-pink-graphic-design-services: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
    --gradient-dark-graphic-design-services: linear-gradient(135deg, #080808 0%, #1a1a1a 100%);
    --color-banner-graphic-design-services: #FF6B35;
    --color-catalog-graphic-design-services: #06b6d4;
    --color-post-graphic-design-services: #f97316;
    --color-story-graphic-design-services: #f59e0b;
    --color-channel-graphic-design-services: #10b981;
}

.graphic-design-services {
    background-color: var(--bg-dark-graphic-design-services);
    color: var(--text-light-graphic-design-services);
}

.graphic-design-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* ============================================================ */
/* === هدر دسکتاپ - اختصاصی graphic-design-services === */
/* ============================================================ */
.graphic-design-services .header {
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid #ec4899;
}

.graphic-design-services .header.scrolled {
    padding-top: 0;
    border-top-color: transparent;
}

.graphic-design-services .header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.graphic-design-services .header .top-bar {
    background: #1a1a1a;
    padding: 10px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 50px;
    opacity: 1;
    overflow: hidden;
}

.graphic-design-services .header.scrolled .top-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.graphic-design-services .header .top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.graphic-design-services .header .top-links {
    display: flex;
    gap: 25px;
}

.graphic-design-services .header .top-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: color 0.4s ease;
}

.graphic-design-services .header .top-links a:hover {
    color: #ec4899;
}

.graphic-design-services .header .social-icons {
    display: flex;
    gap: 15px;
}

.graphic-design-services .header .social-icons a {
    color: #b0b0b0;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 5px 15px !important;
}

.graphic-design-services .header .social-icons a:hover {
    color: #ec4899;
    background-color: transparent !important;
}

.graphic-design-services .header .middle-bar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80px;
    opacity: 1;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 20px;
}

.graphic-design-services .header.scrolled .middle-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.graphic-design-services .header .logo {
    font-size: 28px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.graphic-design-services .header .logo-text {
    color: #ec4899;
}

.graphic-design-services .header .search-area {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 15px;
    min-width: 0;
}

.graphic-design-services .header .search-box {
    flex-grow: 1;
    position: relative;
    min-width: 200px;
}

.graphic-design-services .header .search-box input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    border: 1px solid rgba(60, 158, 100, 0.2);
    border-radius: 6px;
    font-size: 14px;
    background: #1a1a1a;
    color: #f5f5f5;
    transition: all 0.4s ease;
}

.graphic-design-services .header .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.graphic-design-services .header .search-box input:focus {
    outline: none;
    border-color: #ec4899;
    box-shadow: 0 0 0 3px rgba(60, 158, 100, 0.15);
    background: #2a2a2a;
}

.graphic-design-services .header .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0b0b0;
    transition: color 0.4s ease;
}

.graphic-design-services .header .search-box input:focus + i {
    color: #ec4899;
}

.graphic-design-services .header .signup-btn {
    background: #ec4899;
    border-color: #ec4899;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.graphic-design-services .header .signup-btn:hover {
    background: transparent;
    color: #ec4899;
}

.graphic-design-services .header .signup-btn::before {
    background: hsl(56deg 100% 50%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scalex(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    border-radius: 10px;
}

.graphic-design-services .header .signup-btn:hover::before {
    transform: scalex(1);
    transform-origin: right;
}

.graphic-design-services .header .main-nav {
    padding: 12px 0;
    background: #1a1a1a;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.graphic-design-services .header.scrolled .main-nav {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background: #080808;
}

.graphic-design-services .header .nav-menu {
    display: flex;
    list-style: none;
    justify-content: start;
    position: relative;
}

.graphic-design-services .header .nav-menu > li {
    position: relative;
    padding-left: 15px;
}

.graphic-design-services .header .nav-menu > li > a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    transition: all 0.4s ease;
    border-radius: 4px;
    position: relative;
    font-family: 'demibold';
    cursor: pointer;
}

.graphic-design-services .header .nav-menu > li > a i {
    position: relative;
    top: 3px;
    transition: all .7s;
}

.graphic-design-services .header .nav-menu > li > a:hover {
    color: #ec4899;
    font-family: 'bold';
    transition: all .7s;
}

.graphic-design-services .header .nav-menu > li > a:hover > i {
    transform: rotate(90deg);
    color: #ec4899;
    transition: all .7s;
}

.graphic-design-services .header .submenu {
    position: absolute;
    top: 150%;
    right: 0;
    background: #1a1a1a;
    min-width: 250px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1001;
    padding: 0;
    border-top: 3px solid #ec4899;
}

.graphic-design-services .header .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.graphic-design-services .header .submenu li {
    list-style: none;
}

.graphic-design-services .header .submenu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.graphic-design-services .header .submenu a:hover {
    background-color: #ec4899;
    color: #fff;
    border-right: 3px solid #ffd966;
    padding-right: 25px;
}

/* ===== هدر موبایل - اختصاصی graphic-design-services ===== */
.graphic-design-services .mobile-header {
    display: none;
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 12px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #ec4899;
    transition: all 0.3s ease;
}

.graphic-design-services .mobile-header.scrolled {
    border-top-color: transparent;
}

.graphic-design-services .mobile-header .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.graphic-design-services .mobile-header .mobile-logo {
    font-size: 22px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.graphic-design-services .mobile-header .mobile-logo-text {
    color: #ec4899;
}

.graphic-design-services .mobile-header .mobile-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.graphic-design-services .mobile-header .mobile-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #b0b0b0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.graphic-design-services .mobile-header .mobile-btn:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #ec4899;
}

.graphic-design-services .mobile-header .menu-btn {
    background: #ec4899;
    color: white;
}

.graphic-design-services .mobile-header .menu-btn:hover {
    background: #ec4899;
    color: white;
}

/* ===== منوی موبایل - اختصاصی graphic-design-services ===== */
.graphic-design-services .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #080808;
    z-index: 1200;
    overflow-y: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
}

.graphic-design-services .mobile-menu-overlay.open {
    right: 0;
}

.graphic-design-services .menu-dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1199;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.graphic-design-services .menu-dark-overlay.active {
    opacity: 1;
    visibility: visible;
}

.graphic-design-services .mobile-menu-overlay .mobile-menu-header {
    background: #1a1a1a;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f5f5f5;
    border-bottom: 2px solid #ec4899;
}

.graphic-design-services .mobile-menu-overlay .mobile-menu-title {
    font-size: 20px;
    font-weight: bold;
    color: #ec4899;
}

.graphic-design-services .mobile-menu-overlay .close-menu-btn {
    background: rgba(60, 158, 100, 0.2);
    border: none;
    color: #ec4899;
    width: 36px;
    height: 36px;
    line-height: 43px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.graphic-design-services .mobile-menu-overlay .close-menu-btn:hover {
    background: #ec4899;
    color: #fff;
}

.graphic-design-services .mobile-menu-overlay .mobile-menu {
    list-style: none;
    padding: 15px 0;
}

.graphic-design-services .mobile-menu-overlay .mobile-menu li {
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.graphic-design-services .mobile-menu-overlay .mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.graphic-design-services .mobile-menu-overlay .mobile-menu > li > a:hover {
    background: rgba(60, 158, 100, 0.1);
    color: #ec4899;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu-toggle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #b0b0b0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu-toggle:hover {
    color: #ec4899;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu-toggle i {
    transition: transform 0.3s ease;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu-toggle.active i {
    transform: rotate(180deg);
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu {
    list-style: none;
    background: #1a1a1a;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu.active {
    max-height: 500px;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu li {
    border-bottom: none;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu a {
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
}

.graphic-design-services .mobile-menu-overlay .mobile-submenu a:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #ec4899;
    border-right: 3px solid #ec4899;
}

@media (max-width: 1100px) {
    .graphic-design-services .header .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .graphic-design-services .header .nav-menu > li > a {
        font-size: 13px;
        padding: 6px 10px;
    }

    .graphic-design-services .header .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: transparent;
        display: none;
        width: 100%;
    }

    .graphic-design-services .header .has-submenu:hover .submenu {
        display: block;
    }
}

@media (max-width: 992px) {
    .graphic-design-services .header .top-bar-content {
        flex-direction: column;
        gap: 12px;
    }

    .graphic-design-services .header .middle-bar {
        flex-wrap: wrap;
        gap: 15px;
    }

    .graphic-design-services .header .search-area {
        margin: 0;
        width: 100%;
        max-width: 100%;
        order: 3;
    }

    .graphic-design-services .header .search-box {
        width: 100%;
    }

    .graphic-design-services .header .signup-btn {
        width: 100%;
        order: 2;
    }

    .graphic-design-services .header .logo {
        font-size: 26px;
        order: 1;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .graphic-design-services .header {
        display: none;
    }

    .graphic-design-services .mobile-header {
        display: block;
    }
}

@media (max-width: 480px) {
    .graphic-design-services .mobile-header .mobile-logo {
        font-size: 20px;
        max-width: 50%;
    }

    .graphic-design-services .mobile-header .mobile-buttons {
        gap: 8px;
    }

    .graphic-design-services .mobile-header .mobile-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .graphic-design-services .header .logo-text {
        font-size: 26px;
    }
}

/* ============================================================
انیمیشن‌ها
============================================================ */
.graphic-design-services-aos-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.graphic-design-services-aos-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@keyframes graphic-design-services-fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes graphic-design-services-slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes graphic-design-services-slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes graphic-design-services-expandWidth {
    to {
        transform: scaleX(1);
    }
}

@keyframes graphic-design-services-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes graphic-design-services-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes graphic-design-services-glow {
    from {
        box-shadow: 0 0 10px rgba(236, 72, 153, 0.3);
    }
    to {
        box-shadow: 0 0 30px rgba(236, 72, 153, 0.6);
    }
}

/* Section Header */
.graphic-design-services-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.graphic-design-services-section-badge {
    display: inline-block;
    background: rgba(236, 72, 153, 0.1);
    border: 1px solid var(--accent-pink-graphic-design-services);
    color: var(--accent-pink-graphic-design-services);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.graphic-design-services-section-badge:hover {
    background: var(--accent-pink-graphic-design-services);
    color: var(--text-white-graphic-design-services);
    transform: scale(1.05);
}

.graphic-design-services-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-white-graphic-design-services);
    margin-bottom: 15px;
}

.graphic-design-services-section-title span {
    color: var(--accent-pink-graphic-design-services);
    position: relative;
}

.graphic-design-services-section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted-graphic-design-services);
    max-width: 700px;
    margin: 0 auto;
}

/* Hero Section */
.graphic-design-services-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.95) 0%, rgba(26, 26, 26, 0.85) 100%),
    url('../images/a1.webp') center/cover;
    overflow: hidden;
    padding-top:195px;
}

.graphic-design-services-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: graphic-design-services-pulse 4s ease-in-out infinite;
}

.graphic-design-services-hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: graphic-design-services-float 6s ease-in-out infinite;
}

.graphic-design-services-hero-section .graphic-design-services-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
}

.graphic-design-services-hero-section .graphic-design-services-hero-badge {
    display: inline-block;
    background: rgba(236, 72, 153, 0.15);
    border: 1px solid var(--accent-pink-graphic-design-services);
    color: var(--accent-pink-graphic-design-services);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 25px;
    animation: graphic-design-services-slideDown 0.8s ease forwards;
}

.graphic-design-services-hero-section .graphic-design-services-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-white-graphic-design-services);
    line-height: 1.3;
    margin-bottom: 20px;
    animation: graphic-design-services-fadeIn 1s ease 0.3s forwards;
    opacity: 0;
}

.graphic-design-services-hero-section .graphic-design-services-hero-title span {
    color: var(--accent-pink-graphic-design-services);
    position: relative;
    display: inline-block;
    animation: graphic-design-services-slideUp 1s ease 0.6s forwards;
    opacity: 0;
}

.graphic-design-services-hero-section .graphic-design-services-hero-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-pink-graphic-design-services);
    border-radius: 2px;
    animation: graphic-design-services-expandWidth 1s ease 1s forwards;
    transform: scaleX(0);
}

.graphic-design-services-hero-section .graphic-design-services-hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-muted-graphic-design-services);
    margin-bottom: 35px;
    line-height: 1.8;
    animation: graphic-design-services-fadeIn 1s ease 0.6s forwards;
    opacity: 0;
}

.graphic-design-services-hero-section .graphic-design-services-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: graphic-design-services-fadeIn 1s ease 0.9s forwards;
    opacity: 0;
}

.graphic-design-services-hero-section .graphic-design-services-btn-primary {
    background: var(--gradient-pink-graphic-design-services);
    color: var(--text-white-graphic-design-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
    border: none;
    cursor: pointer;
}

.graphic-design-services-hero-section .graphic-design-services-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(236, 72, 153, 0.5);
}

.graphic-design-services-hero-section .graphic-design-services-btn-secondary {
    background: transparent;
    color: var(--text-white-graphic-design-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--text-white-graphic-design-services);
}

.graphic-design-services-hero-section .graphic-design-services-btn-secondary:hover {
    background: var(--text-white-graphic-design-services);
    color: var(--primary-dark-graphic-design-services);
}

.graphic-design-services-hero-section .graphic-design-services-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
    animation: graphic-design-services-fadeIn 1s ease 1.2s forwards;
    opacity: 0;
}

.graphic-design-services-hero-section .graphic-design-services-stat-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.graphic-design-services-hero-section .graphic-design-services-stat-item:hover {
    transform: translateY(-5px);
}

.graphic-design-services-hero-section .graphic-design-services-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-pink-graphic-design-services);
    display: block;
}

.graphic-design-services-hero-section .graphic-design-services-stat-label {
    font-size: 0.9rem;
    color: var(--text-muted-graphic-design-services);
    margin-top: 5px;
}

/* Benefits Section */
.graphic-design-services-benefits-section {
    padding: 100px 0;
    background: var(--bg-dark-graphic-design-services);
    position: relative;
}

.graphic-design-services-benefits-section .graphic-design-services-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-card {
    background: var(--bg-card-graphic-design-services);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid var(--border-light-graphic-design-services);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-pink-graphic-design-services);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-card:hover::before {
    transform: scaleX(1);
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-pink-graphic-design-services);
    box-shadow: 0 20px 50px rgba(236, 72, 153, 0.2);
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-icon {
    width: 70px;
    height: 70px;
    background: rgba(236, 72, 153, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-card:hover .graphic-design-services-benefit-icon {
    background: var(--accent-pink-graphic-design-services);
    transform: rotate(360deg) scale(1.1);
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--accent-pink-graphic-design-services);
    fill: none;
    stroke-width: 2;
    transition: all 0.4s ease;
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-card:hover .graphic-design-services-benefit-icon svg {
    stroke: var(--text-white-graphic-design-services);
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-white-graphic-design-services);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-card:hover .graphic-design-services-benefit-title {
    color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-benefits-section .graphic-design-services-benefit-text {
    font-size: 0.95rem;
    color: var(--text-muted-graphic-design-services);
    line-height: 1.8;
}

/* Gallery Section */
.graphic-design-services-gallery-section-new {
    padding: 100px 0;
    background: var(--bg-card-graphic-design-services);
    position: relative;
    overflow: hidden;
}

.graphic-design-services-gallery-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-pink-graphic-design-services), transparent);
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-container-new {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.graphic-design-services-gallery-section-new .graphic-design-services-filters-section-new {
    text-align: center;
    margin-bottom: 3rem;
    direction: rtl;
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-buttons-new {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    background: var(--bg-dark-graphic-design-services);
    padding: 0.5rem;
    border-radius: 60px;
    border: 1px solid var(--border-light-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new {
    background: transparent;
    border: 2px solid transparent;
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    color: var(--text-muted-graphic-design-services);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazirmatn', sans-serif;
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new i {
    font-size: 1rem;
    transition: all 0.4s ease;
    color: var(--text-muted-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new span {
    transition: all 0.4s ease;
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new:hover {
    background: transparent !important;
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"]:hover {
    border-color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"]:hover i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"]:hover span {
    color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"]:hover {
    border-color: var(--color-banner-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"]:hover i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"]:hover span {
    color: var(--color-banner-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"]:hover {
    border-color: var(--color-catalog-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"]:hover i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"]:hover span {
    color: var(--color-catalog-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"]:hover {
    border-color: var(--color-post-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"]:hover i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"]:hover span {
    color: var(--color-post-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"]:hover {
    border-color: var(--color-story-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"]:hover i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"]:hover span {
    color: var(--color-story-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"]:hover {
    border-color: var(--color-channel-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"]:hover i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"]:hover span {
    color: var(--color-channel-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new.active {
    background: transparent !important;
    box-shadow: none !important;
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"].active {
    border-color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"].active i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"].active span {
    color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"].active {
    border-color: var(--color-banner-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"].active i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"].active span {
    color: var(--color-banner-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"].active {
    border-color: var(--color-catalog-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"].active i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"].active span {
    color: var(--color-catalog-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"].active {
    border-color: var(--color-post-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"].active i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"].active span {
    color: var(--color-post-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"].active {
    border-color: var(--color-story-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"].active i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"].active span {
    color: var(--color-story-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"].active {
    border-color: var(--color-channel-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"].active i,
.graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"].active span {
    color: var(--color-channel-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-masonry {
    column-count: 4;
    column-gap: 1.5rem;
    margin-top: 2rem;
    direction: rtl;
    position: relative;
    min-height: 200px;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-card-light-graphic-design-services);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new.graphic-design-services-hidden {
    display: none !important;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(236, 72, 153, 0.3);
    z-index: 5;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new:hover img {
    transform: scale(1.08);
}

.graphic-design-services-gallery-section-new .graphic-design-services-image-caption-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    color: var(--text-white-graphic-design-services);
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
    background: rgba(236, 72, 153, 0.9);
    transition: all 0.4s ease;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new:hover .graphic-design-services-image-caption-new {
    transform: translateY(100%);
    opacity: 0;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new:hover .graphic-design-services-category-badge-new {
    opacity: 0 !important;
    transition: opacity 0.4s;
}

.graphic-design-services-gallery-section-new .graphic-design-services-category-badge-new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.85);
    padding: 6px 9px;
    border-radius: 0 16px 0 16px;
    font-size: 0.75rem;
    font-weight: 600;
    border: none;
    display: flex;
    font-family: 'regular';
    align-items: center;
    gap: 6px;
    color: var(--text-white-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-category-badge-new i {
    font-size: 0.75rem;
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new[data-category="banner"] .graphic-design-services-category-badge-new {
    border-color: var(--color-banner-graphic-design-services);
    color: var(--color-banner-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new[data-category="catalog"] .graphic-design-services-category-badge-new {
    border-color: var(--color-catalog-graphic-design-services);
    color: var(--color-catalog-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new[data-category="post"] .graphic-design-services-category-badge-new {
    border-color: var(--color-post-graphic-design-services);
    color: var(--color-post-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new[data-category="story"] .graphic-design-services-category-badge-new {
    border-color: var(--color-story-graphic-design-services);
    color: var(--color-story-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new[data-category="channel"] .graphic-design-services-category-badge-new {
    border-color: var(--color-channel-graphic-design-services);
    color: var(--color-channel-graphic-design-services);
}

.graphic-design-services-gallery-section-new .graphic-design-services-plus-icon-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    line-height: 54px;
    text-align: center;
    background: var(--accent-pink-graphic-design-services);
    border-radius: 50%;
    font-size: 2.5rem;
    color: var(--text-white-graphic-design-services);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
    font-weight: bold;
    box-shadow: 0 5px 20px rgba(236, 72, 153, 0.5);
}

.graphic-design-services-gallery-section-new .graphic-design-services-gallery-item-new:hover .graphic-design-services-plus-icon-new {
    opacity: 1 !important;
}

.graphic-design-services-category-description {
    margin-top: 0;
    background: var(--bg-dark-graphic-design-services);
    border: 1px solid var(--border-light-graphic-design-services);
    border-radius: 20px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.graphic-design-services-category-description.graphic-design-services-visible {
    opacity: 1;
    max-height: 2000px;
    padding: 40px;
    margin-top: 3rem;
    visibility: visible;
}

.graphic-design-services-category-description::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    transition: width 0.6s ease;
}

.graphic-design-services-category-description.graphic-design-services-visible::before {
    width: 100%;
}

.graphic-design-services-category-description[data-category="banner"]::before {
    background: linear-gradient(90deg, var(--color-banner-graphic-design-services), transparent);
}

.graphic-design-services-category-description[data-category="catalog"]::before {
    background: linear-gradient(90deg, var(--color-catalog-graphic-design-services), transparent);
}

.graphic-design-services-category-description[data-category="post"]::before {
    background: linear-gradient(90deg, var(--color-post-graphic-design-services), transparent);
}

.graphic-design-services-category-description[data-category="story"]::before {
    background: linear-gradient(90deg, var(--color-story-graphic-design-services), transparent);
}

.graphic-design-services-category-description[data-category="channel"]::before {
    background: linear-gradient(90deg, var(--color-channel-graphic-design-services), transparent);
}

.graphic-design-services-category-description-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-light-graphic-design-services);
}

.graphic-design-services-category-description-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--text-white-graphic-design-services);
    flex-shrink: 0;
}

.graphic-design-services-category-description[data-category="banner"] .graphic-design-services-category-description-icon {
    background: var(--color-banner-graphic-design-services);
}

.graphic-design-services-category-description[data-category="catalog"] .graphic-design-services-category-description-icon {
    background: var(--color-catalog-graphic-design-services);
}

.graphic-design-services-category-description[data-category="post"] .graphic-design-services-category-description-icon {
    background: var(--color-post-graphic-design-services);
}

.graphic-design-services-category-description[data-category="story"] .graphic-design-services-category-description-icon {
    background: var(--color-story-graphic-design-services);
}

.graphic-design-services-category-description[data-category="channel"] .graphic-design-services-category-description-icon {
    background: var(--color-channel-graphic-design-services);
}

.graphic-design-services-category-description-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.graphic-design-services-category-description[data-category="banner"] .graphic-design-services-category-description-title {
    color: var(--color-banner-graphic-design-services);
}

.graphic-design-services-category-description[data-category="catalog"] .graphic-design-services-category-description-title {
    color: var(--color-catalog-graphic-design-services);
}

.graphic-design-services-category-description[data-category="post"] .graphic-design-services-category-description-title {
    color: var(--color-post-graphic-design-services);
}

.graphic-design-services-category-description[data-category="story"] .graphic-design-services-category-description-title {
    color: var(--color-story-graphic-design-services);
}

.graphic-design-services-category-description[data-category="channel"] .graphic-design-services-category-description-title {
    color: var(--color-channel-graphic-design-services);
}

.graphic-design-services-category-description-body {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s ease;
    max-height: 180px;
    line-height: 2;
}

.graphic-design-services-category-description-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-dark-graphic-design-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.graphic-design-services-category-description.graphic-design-services-expanded .graphic-design-services-category-description-body {
    max-height: 5000px;
}

.graphic-design-services-category-description.graphic-design-services-expanded .graphic-design-services-category-description-body::after {
    opacity: 0;
}

.graphic-design-services-category-description-body p {
    font-size: 1rem;
    color: var(--text-muted-graphic-design-services);
    line-height: 2.1;
    margin-bottom: 15px;
    font-weight: 300;
}

.graphic-design-services-category-description-body p strong {
    color: var(--accent-pink-graphic-design-services);
    font-weight: 600;
}

.graphic-design-services-category-description-footer {
    display: flex;
    justify-content: right;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.graphic-design-services-category-description-toggle,
.graphic-design-services-category-description-close {
    background: transparent;
    border: 2px solid var(--accent-pink-graphic-design-services);
    color: var(--accent-pink-graphic-design-services);
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-family: 'Vazirmatn', sans-serif;
}

.graphic-design-services-category-description-toggle:hover,
.graphic-design-services-category-description-close:hover {
    background: var(--accent-pink-graphic-design-services);
    color: var(--text-white-graphic-design-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
}

.graphic-design-services-category-description-close {
    border-color: var(--text-gray-graphic-design-services);
    color: var(--text-gray-graphic-design-services);
    display: none;
}

.graphic-design-services-category-description-close:hover {
    border-color: var(--accent-pink-graphic-design-services);
    background: var(--accent-pink-graphic-design-services);
    color: var(--text-white-graphic-design-services);
}

.graphic-design-services-category-description.graphic-design-services-expanded .graphic-design-services-category-description-close {
    display: inline-flex;
}

.graphic-design-services-category-description.graphic-design-services-expanded .graphic-design-services-category-description-toggle {
    display: none;
}

.graphic-design-services-category-description-toggle svg,
.graphic-design-services-category-description-close svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

/* Process Section */
.graphic-design-services-process-section {
    padding: 100px 0;
    background: var(--bg-dark-graphic-design-services);
    position: relative;
}

.graphic-design-services-process-section .graphic-design-services-process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.graphic-design-services-process-section .graphic-design-services-process-timeline::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gradient-pink-graphic-design-services);
    transform: translateX(50%);
}

.graphic-design-services-process-section .graphic-design-services-process-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.graphic-design-services-process-section .graphic-design-services-process-item:last-child {
    margin-bottom: 0;
}

.graphic-design-services-process-section .graphic-design-services-process-item:nth-child(even) {
    flex-direction: row-reverse;
}

.graphic-design-services-process-section .graphic-design-services-process-content {
    width: 45%;
    background: var(--bg-card-graphic-design-services);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-light-graphic-design-services);
    transition: all 0.4s ease;
}

.graphic-design-services-process-section .graphic-design-services-process-content:hover {
    border-color: var(--accent-pink-graphic-design-services);
    box-shadow: 0 15px 40px rgba(236, 72, 153, 0.2);
    transform: translateY(-5px);
}

.graphic-design-services-process-section .graphic-design-services-process-number {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    background: var(--gradient-pink-graphic-design-services);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-white-graphic-design-services);
    box-shadow: 0 5px 20px rgba(236, 72, 153, 0.4);
    z-index: 2;
}

.graphic-design-services-process-section .graphic-design-services-process-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-white-graphic-design-services);
    margin-bottom: 10px;
}

.graphic-design-services-process-section .graphic-design-services-process-text {
    font-size: 0.95rem;
    color: var(--text-muted-graphic-design-services);
    line-height: 1.7;
}

/* Form Section */
.graphic-design-services-form-section {
    padding: 100px 0;
    background: var(--bg-dark-graphic-design-services);
    position: relative;
}

.graphic-design-services-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-pink-graphic-design-services), transparent);
}

.graphic-design-services-form-section .graphic-design-services-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.graphic-design-services-form-section .graphic-design-services-form-info {
    padding: 40px;
    background: var(--bg-card-graphic-design-services);
    border-radius: 20px;
    border: 1px solid var(--border-light-graphic-design-services);
}

.graphic-design-services-form-section .graphic-design-services-form-info-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-white-graphic-design-services);
    margin-bottom: 20px;
    line-height: 1.4;
}

.graphic-design-services-form-section .graphic-design-services-form-info-title span {
    color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-form-section .graphic-design-services-form-info-text {
    font-size: 1.05rem;
    color: var(--text-muted-graphic-design-services);
    line-height: 1.8;
    margin-bottom: 30px;
}

.graphic-design-services-form-section .graphic-design-services-form-features {
    list-style: none;
}

.graphic-design-services-form-section .graphic-design-services-form-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--text-light-graphic-design-services);
    font-size: 1rem;
}

.graphic-design-services-form-section .graphic-design-services-form-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--accent-pink-graphic-design-services);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.graphic-design-services-form-section .graphic-design-services-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--accent-pink-graphic-design-services);
    box-shadow: 0 15px 50px rgba(236, 72, 153, 0.2);
}

.graphic-design-services-form-section .graphic-design-services-form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark-graphic-design-services);
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid var(--accent-pink-graphic-design-services);
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.graphic-design-services-form-section .graphic-design-services-form-group {
    margin-bottom: 20px;
}

.graphic-design-services-form-section .graphic-design-services-form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-dark-graphic-design-services);
    margin-bottom: 8px;
}

.graphic-design-services-required {
    color: var(--accent-orange-graphic-design-services);
}

.graphic-design-services-form-section .graphic-design-services-form-group input,
.graphic-design-services-form-section .graphic-design-services-form-group textarea,
.graphic-design-services-form-section .graphic-design-services-form-group select {
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: var(--primary-dark-graphic-design-services);
    font-size: 0.95rem;
    font-family: 'Vazirmatn', sans-serif;
}

.graphic-design-services-form-section .graphic-design-services-form-group input:focus,
.graphic-design-services-form-section .graphic-design-services-form-group textarea:focus,
.graphic-design-services-form-section .graphic-design-services-form-group select:focus {
    outline: none;
    border-color: var(--accent-pink-graphic-design-services);
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.15);
}

.graphic-design-services-form-section .graphic-design-services-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.graphic-design-services-form-section .graphic-design-services-form-submit {
    width: 100%;
    background: var(--gradient-pink-graphic-design-services);
    color: var(--text-white-graphic-design-services);
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
    transition: all 0.3s ease;
}

.graphic-design-services-form-section .graphic-design-services-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.4);
}

/* Testimonials Section */
.graphic-design-services-testimonials-section {
    padding: 100px 0;
    background: var(--bg-dark-graphic-design-services);
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-card-main {
    background: var(--bg-card-graphic-design-services);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid var(--border-light-graphic-design-services);
    text-align: center;
    position: relative;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-quote {
    font-size: 4rem;
    color: var(--accent-pink-graphic-design-services);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: serif;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-text-main {
    font-size: 1.2rem;
    color: var(--text-light-graphic-design-services);
    line-height: 1.9;
    margin-bottom: 30px;
    font-style: italic;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--accent-pink-graphic-design-services);
    overflow: hidden;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-info h4 {
    font-size: 1.1rem;
    color: var(--text-white-graphic-design-services);
    font-weight: 700;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-info p {
    font-size: 0.9rem;
    color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-card-graphic-design-services);
    border: 2px solid var(--border-light-graphic-design-services);
    color: var(--accent-pink-graphic-design-services);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-btn:hover {
    background: var(--accent-pink-graphic-design-services);
    color: var(--text-white-graphic-design-services);
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-light-graphic-design-services);
    cursor: pointer;
    transition: all 0.3s ease;
}

.graphic-design-services-testimonials-section .graphic-design-services-testimonial-dot.graphic-design-services-active {
    background: var(--accent-pink-graphic-design-services);
    width: 30px;
    border-radius: 6px;
}

/* FAQ Section */
.graphic-design-services-faq-section {
    padding: 100px 0;
    background: var(--bg-card-graphic-design-services);
}

.graphic-design-services-faq-section .graphic-design-services-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.graphic-design-services-faq-section .graphic-design-services-faq-item {
    background: var(--bg-dark-graphic-design-services);
    border: 1px solid var(--border-light-graphic-design-services);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.graphic-design-services-faq-section .graphic-design-services-faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white-graphic-design-services);
}

.graphic-design-services-faq-section .graphic-design-services-faq-icon {
    width: 24px;
    height: 24px;
    stroke: var(--accent-pink-graphic-design-services);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.graphic-design-services-faq-section .graphic-design-services-faq-item.graphic-design-services-active .graphic-design-services-faq-icon {
    transform: rotate(180deg);
}

.graphic-design-services-faq-section .graphic-design-services-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 25px;
    color: var(--text-muted-graphic-design-services);
    line-height: 1.8;
}

.graphic-design-services-faq-section .graphic-design-services-faq-item.graphic-design-services-active .graphic-design-services-faq-answer {
    max-height: 1500px;
    padding: 0 25px 25px;
}

.graphic-design-services-faq-section .graphic-design-services-faq-answer p {
    margin-bottom: 12px;
    font-size: 0.98rem;
}

.graphic-design-services-faq-section .graphic-design-services-faq-answer p:last-child {
    margin-bottom: 0;
}

.graphic-design-services-faq-section .graphic-design-services-faq-answer strong {
    color: var(--accent-pink-graphic-design-services);
    font-weight: 600;
}

.graphic-design-services-faq-section .graphic-design-services-faq-answer ul {
    list-style: none;
    padding-right: 0;
    margin: 10px 0;
}

.graphic-design-services-faq-section .graphic-design-services-faq-answer ul li {
    padding: 6px 0;
    padding-right: 25px;
    position: relative;
}

.graphic-design-services-faq-section .graphic-design-services-faq-answer ul li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: var(--accent-pink-graphic-design-services);
    font-weight: bold;
}

/* Readmore Section */
.graphic-design-services-readmore-section {
    padding: 100px 0;
    background: var(--bg-dark-graphic-design-services);
    position: relative;
}

.graphic-design-services-readmore-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-pink-graphic-design-services), transparent);
}

.graphic-design-services-readmore-section .graphic-design-services-container {
    max-width: 900px;
}

.graphic-design-services-readmore-content {
    background: var(--bg-card-graphic-design-services);
    padding: 40px 45px;
    border: 1px solid var(--border-light-graphic-design-services);
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.graphic-design-services-readmore-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-pink-graphic-design-services);
    transition: width 0.6s ease;
}

.graphic-design-services-readmore-content:hover::before {
    width: 100%;
}

.graphic-design-services-readmore-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.graphic-design-services-readmore-header h3 {
    font-size: 1.8rem;
    color: var(--accent-pink-graphic-design-services);
    font-weight: 700;
}

.graphic-design-services-readmore-body {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    line-height: 2;
}

.graphic-design-services-readmore-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-card-graphic-design-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.graphic-design-services-readmore-content.graphic-design-services-expanded .graphic-design-services-readmore-body {
    max-height: 5000px;
}

.graphic-design-services-readmore-content.graphic-design-services-expanded .graphic-design-services-readmore-body::after {
    opacity: 0;
}

.graphic-design-services-readmore-body p {
    font-size: 1rem;
    color: var(--text-muted-graphic-design-services);
    line-height: 2.1;
    margin-bottom: 18px;
    font-weight: 300;
}

.graphic-design-services-readmore-body p strong {
    color: var(--accent-pink-graphic-design-services);
    font-weight: 600;
}

.graphic-design-services-readmore-footer {
    display: flex;
    justify-content: right;
    margin-top: 20px;
}

.graphic-design-services-readmore-toggle {
    background: transparent;
    color: var(--accent-pink-graphic-design-services);
    border: 2px solid var(--accent-pink-graphic-design-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.graphic-design-services-readmore-toggle:hover {
    background: var(--accent-pink-graphic-design-services);
    color: var(--text-white-graphic-design-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
}

.graphic-design-services-readmore-toggle svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.graphic-design-services-readmore-content.graphic-design-services-expanded .graphic-design-services-readmore-toggle svg {
    transform: rotate(180deg);
}

.graphic-design-services-close-btn {
    display: none;
    background: transparent;
    border: 2px solid var(--text-gray-graphic-design-services);
    color: var(--text-gray-graphic-design-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px auto 0;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.graphic-design-services-close-btn:hover {
    border-color: var(--accent-pink-graphic-design-services);
    color: var(--accent-pink-graphic-design-services);
}

.graphic-design-services-close-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.graphic-design-services-readmore-content.graphic-design-services-expanded .graphic-design-services-close-btn {
    display: inline-flex;
}

.graphic-design-services-readmore-content.graphic-design-services-expanded .graphic-design-services-readmore-toggle {
    display: none;
}

/* Lightbox */
.graphic-design-services-lightbox-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.95);
    z-index: 3000;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    display: flex;
    direction: ltr;
}

.graphic-design-services-lightbox-new.graphic-design-services-active {
    visibility: visible;
    opacity: 1;
}

.graphic-design-services-lightbox-new .graphic-design-services-lightbox-content-new {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 90%;
    background: var(--bg-card-graphic-design-services);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid var(--accent-pink-graphic-design-services);
}

.graphic-design-services-lightbox-new .graphic-design-services-lightbox-image-wrapper-new {
    flex: 0 0 45%;
    background: var(--bg-card-graphic-design-services);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}

.graphic-design-services-lightbox-new .graphic-design-services-lightbox-image-new {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
}

.graphic-design-services-lightbox-new .graphic-design-services-lightbox-caption-new {
    flex: 0 0 55%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    direction: rtl;
    text-align: right;
    border-right: 2px solid var(--border-pink-graphic-design-services);
    overflow-y: auto;
}

.graphic-design-services-lightbox-new .graphic-design-services-caption-text-new h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-pink-graphic-design-services);
    border-bottom: 3px solid var(--accent-pink-graphic-design-services);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.graphic-design-services-lightbox-new .graphic-design-services-caption-cat-badge-new {
    background: rgba(236, 72, 153, 0.1);
    color: var(--accent-pink-graphic-design-services);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    border: 2px solid var(--accent-pink-graphic-design-services);
    width: fit-content;
}

.graphic-design-services-lightbox-new .graphic-design-services-full-description-new {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light-graphic-design-services);
}

.graphic-design-services-lightbox-new .graphic-design-services-btn-view-project-new {
    background-color: var(--accent-pink-graphic-design-services);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: var(--text-white-graphic-design-services);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
    border: none;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
}

.graphic-design-services-lightbox-new .graphic-design-services-lb-close-new {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff0000;
    border: none;
    color: white;
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
}

.graphic-design-services-lightbox-new .graphic-design-services-lb-nav-new {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(236, 72, 153, 0.8);
    border: none;
    color: var(--text-white-graphic-design-services);
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
}

.graphic-design-services-lightbox-new .graphic-design-services-lb-prev-new {
    left: 20px;
}

.graphic-design-services-lightbox-new .graphic-design-services-lb-next-new {
    right: 20px;
}

/* Responsive */
@media (max-width: 1200px) {
    .graphic-design-services-gallery-section-new .graphic-design-services-gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .graphic-design-services-hero-section .graphic-design-services-hero-title {
        font-size: 2.5rem;
    }

    .graphic-design-services-benefits-section .graphic-design-services-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .graphic-design-services-form-section .graphic-design-services-form-wrapper {
        grid-template-columns: 1fr;
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-gallery-masonry {
        column-count: 2;
    }

    .graphic-design-services-process-section .graphic-design-services-process-timeline::before {
        right: 30px;
    }

    .graphic-design-services-process-section .graphic-design-services-process-item,
    .graphic-design-services-process-section .graphic-design-services-process-item:nth-child(even) {
        flex-direction: row;
    }

    .graphic-design-services-process-section .graphic-design-services-process-content {
        width: calc(100% - 80px);
        margin-right: 80px;
    }

    .graphic-design-services-process-section .graphic-design-services-process-number {
        right: 30px;
        transform: translateX(50%);
    }
}

@media (max-width: 768px) {
    .graphic-design-services-hero-section .graphic-design-services-hero-title {
        font-size: 2rem;
    }

    .graphic-design-services-hero-section .graphic-design-services-hero-subtitle {
        font-size: 1rem;
    }

    .graphic-design-services-section-title {
        font-size: 2rem;
    }

    .graphic-design-services-benefits-section .graphic-design-services-benefits-grid {
        grid-template-columns: 1fr;
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-gallery-masonry {
        column-count: 2;
    }

    .graphic-design-services-testimonials-section .graphic-design-services-testimonial-card-main {
        padding: 30px 20px;
    }

    .graphic-design-services-category-description {
        padding: 25px 20px;
    }

    .graphic-design-services-category-description.graphic-design-services-visible {
        padding: 25px 20px;
    }

    .graphic-design-services-category-description-title {
        font-size: 1.3rem;
    }

    .graphic-design-services-readmore-content {
        padding: 25px 20px;
    }

    .graphic-design-services-readmore-header h3 {
        font-size: 1.4rem;
    }

    .graphic-design-services-lightbox-new .graphic-design-services-lightbox-content-new {
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .graphic-design-services-lightbox-new .graphic-design-services-lightbox-image-wrapper-new {
        flex: 0 0 auto;
        width: 100%;
        min-height: 40vh;
    }

    .graphic-design-services-lightbox-new .graphic-design-services-lightbox-caption-new {
        flex: 1;
        width: 100%;
        padding: 1.5rem;
        border-right: none;
    }
}

@media (max-width: 500px) {
    .graphic-design-services-gallery-section-new .graphic-design-services-gallery-masonry {
        column-count: 1;
    }
}

@media (max-width: 960px) {
    .graphic-design-services-gallery-section-new .graphic-design-services-filter-buttons-new {
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        border-radius: 60px;
        gap: 0.4rem;
        padding: 0.4rem;
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new {
        width: auto;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        border-width: 2px;
        border-style: solid;
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"] {
        border-color: rgba(236, 72, 153, 0.5);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"] {
        border-color: rgba(255, 107, 53, 0.5);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"] {
        border-color: rgba(6, 182, 212, 0.5);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"] {
        border-color: rgba(249, 115, 22, 0.5);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"] {
        border-color: rgba(245, 158, 11, 0.5);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"] {
        border-color: rgba(16, 185, 129, 0.5);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="all"] i {
        color: var(--accent-pink-graphic-design-services);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="banner"] i {
        color: var(--color-banner-graphic-design-services);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="catalog"] i {
        color: var(--color-catalog-graphic-design-services);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="post"] i {
        color: var(--color-post-graphic-design-services);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="story"] i {
        color: var(--color-story-graphic-design-services);
    }

    .graphic-design-services-gallery-section-new .graphic-design-services-filter-btn-new[data-filter="channel"] i {
        color: var(--color-channel-graphic-design-services);
    }
}

/* ============================================ */
/* === media-services === */
/* ============================================ */

:root {
    --primary-dark-media-services: #080808;
    --primary-dark-secondary-media-services: #1a1a1a;
    --primary-dark-tertiary-media-services: #2a2a2a;
    --accent-cyan-media-services: #06b6d4;
    --accent-cyan-light-media-services: #22d3ee;
    --accent-cyan-dark-media-services: #0891b2;
    --accent-orange-media-services: #ff6b35;
    --text-white-media-services: #ffffff;
    --text-light-media-services: #f5f5f5;
    --text-muted-media-services: rgba(255, 255, 255, 0.7);
    --text-gray-media-services: #b0b0b0;
    --bg-dark-media-services: #080808;
    --bg-card-media-services: #1a1a1a;
    --bg-card-light-media-services: #2a2a2a;
    --border-light-media-services: rgba(6, 182, 212, 0.2);
    --border-cyan-media-services: rgba(6, 182, 212, 0.4);
    --shadow-cyan-media-services: 0 10px 40px rgba(6, 182, 212, 0.15);
    --shadow-dark-media-services: 0 10px 40px rgba(0, 0, 0, 0.5);
    --gradient-primary-media-services: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    --gradient-cyan-media-services: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    --gradient-dark-media-services: linear-gradient(135deg, #080808 0%, #1a1a1a 100%);

    --color-teaser-media-services: #e74c3c;
    --color-editing-media-services: #3498db;
    --color-podcast-media-services: #f39c12;
}

.media-services {
    background-color: var(--bg-dark-media-services);
    color: var(--text-light-media-services);
}

.media-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* ============================================================ */
/* === هدر دسکتاپ - اختصاصی media-services === */
/* ============================================================ */
.media-services .header {
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid #06b6d4;
}

.media-services .header.scrolled {
    padding-top: 0;
    border-top-color: transparent;
}

.media-services .header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.media-services .header .top-bar {
    background: #1a1a1a;
    padding: 10px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 50px;
    opacity: 1;
    overflow: hidden;
}

.media-services .header.scrolled .top-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.media-services .header .top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-services .header .top-links {
    display: flex;
    gap: 25px;
}

.media-services .header .top-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: color 0.4s ease;
}

.media-services .header .top-links a:hover {
    color: #06b6d4;
}

.media-services .header .social-icons {
    display: flex;
    gap: 15px;
}

.media-services .header .social-icons a {
    color: #b0b0b0;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 5px 15px !important;
}

.media-services .header .social-icons a:hover {
    color: #06b6d4;
    background-color: transparent !important;
}

.media-services .header .middle-bar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80px;
    opacity: 1;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 20px;
}

.media-services .header.scrolled .middle-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.media-services .header .logo {
    font-size: 28px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.media-services .header .logo-text {
    color: #06b6d4;
}

.media-services .header .search-area {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 15px;
    min-width: 0;
}

.media-services .header .search-box {
    flex-grow: 1;
    position: relative;
    min-width: 200px;
}

.media-services .header .search-box input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    border: 1px solid rgba(60, 158, 100, 0.2);
    border-radius: 6px;
    font-size: 14px;
    background: #1a1a1a;
    color: #f5f5f5;
    transition: all 0.4s ease;
}

.media-services .header .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.media-services .header .search-box input:focus {
    outline: none;
    border-color: #06b6d4;
    box-shadow: 0 0 0 3px rgba(60, 158, 100, 0.15);
    background: #2a2a2a;
}

.media-services .header .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0b0b0;
    transition: color 0.4s ease;
}

.media-services .header .search-box input:focus + i {
    color: #06b6d4;
}

.media-services .header .signup-btn {
    background: #06b6d4;
    border-color: #06b6d4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}

.media-services .header .signup-btn:hover {
    background: transparent;
    color: #06b6d4;
}

.media-services .header .signup-btn::before {
    background: hsl(56deg 100% 50%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scalex(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    border-radius: 10px;
}

.media-services .header .signup-btn:hover::before {
    transform: scalex(1);
    transform-origin: right;
}

.media-services .header .main-nav {
    padding: 12px 0;
    background: #1a1a1a;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.media-services .header.scrolled .main-nav {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background: #080808;
}

.media-services .header .nav-menu {
    display: flex;
    list-style: none;
    justify-content: start;
    position: relative;
}

.media-services .header .nav-menu > li {
    position: relative;
    padding-left: 15px;
}

.media-services .header .nav-menu > li > a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    transition: all 0.4s ease;
    border-radius: 4px;
    position: relative;
    font-family: 'demibold';
    cursor: pointer;
}

.media-services .header .nav-menu > li > a i {
    position: relative;
    top: 3px;
    transition: all .7s;
}

.media-services .header .nav-menu > li > a:hover {
    color: #06b6d4;
    font-family: 'bold';
    transition: all .7s;
}

.media-services .header .nav-menu > li > a:hover > i {
    transform: rotate(90deg);
    color: #06b6d4;
    transition: all .7s;
}

.media-services .header .submenu {
    position: absolute;
    top: 150%;
    right: 0;
    background: #1a1a1a;
    min-width: 250px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1001;
    padding: 0;
    border-top: 3px solid #06b6d4;
}

.media-services .header .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.media-services .header .submenu li {
    list-style: none;
}

.media-services .header .submenu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.media-services .header .submenu a:hover {
    background-color: #06b6d4;
    color: #fff;
    border-right: 3px solid #ffd966;
    padding-right: 25px;
}

/* ===== هدر موبایل - اختصاصی media-services ===== */
.media-services .mobile-header {
    display: none;
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 12px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #06b6d4;
    transition: all 0.3s ease;
}

.media-services .mobile-header.scrolled {
    border-top-color: transparent;
}

.media-services .mobile-header .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-services .mobile-header .mobile-logo {
    font-size: 22px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.media-services .mobile-header .mobile-logo-text {
    color: #06b6d4;
}

.media-services .mobile-header .mobile-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.media-services .mobile-header .mobile-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #b0b0b0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.media-services .mobile-header .mobile-btn:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #06b6d4;
}

.media-services .mobile-header .menu-btn {
    background: #06b6d4;
    color: white;
}

.media-services .mobile-header .menu-btn:hover {
    background: #2d7a4c;
    color: white;
}

/* ===== منوی موبایل - اختصاصی media-services ===== */
.media-services .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #080808;
    z-index: 1200;
    overflow-y: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
}

.media-services .mobile-menu-overlay.open {
    right: 0;
}

.media-services .menu-dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1199;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.media-services .menu-dark-overlay.active {
    opacity: 1;
    visibility: visible;
}

.media-services .mobile-menu-overlay .mobile-menu-header {
    background: #1a1a1a;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f5f5f5;
    border-bottom: 2px solid #06b6d4;
}

.media-services .mobile-menu-overlay .mobile-menu-title {
    font-size: 20px;
    font-weight: bold;
    color: #06b6d4;
}

.media-services .mobile-menu-overlay .close-menu-btn {
    background: rgba(60, 158, 100, 0.2);
    border: none;
    color: #06b6d4;
    width: 36px;
    height: 36px;
    line-height: 43px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.media-services .mobile-menu-overlay .close-menu-btn:hover {
    background: #06b6d4;
    color: #fff;
}

.media-services .mobile-menu-overlay .mobile-menu {
    list-style: none;
    padding: 15px 0;
}

.media-services .mobile-menu-overlay .mobile-menu li {
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.media-services .mobile-menu-overlay .mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.media-services .mobile-menu-overlay .mobile-menu > li > a:hover {
    background: rgba(60, 158, 100, 0.1);
    color: #06b6d4;
}

.media-services .mobile-menu-overlay .mobile-submenu-toggle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #b0b0b0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.media-services .mobile-menu-overlay .mobile-submenu-toggle:hover {
    color: #06b6d4;
}

.media-services .mobile-menu-overlay .mobile-submenu-toggle i {
    transition: transform 0.3s ease;
}

.media-services .mobile-menu-overlay .mobile-submenu-toggle.active i {
    transform: rotate(180deg);
}

.media-services .mobile-menu-overlay .mobile-submenu {
    list-style: none;
    background: #1a1a1a;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.media-services .mobile-menu-overlay .mobile-submenu.active {
    max-height: 500px;
}

.media-services .mobile-menu-overlay .mobile-submenu li {
    border-bottom: none;
}

.media-services .mobile-menu-overlay .mobile-submenu a {
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
}

.media-services .mobile-menu-overlay .mobile-submenu a:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #06b6d4;
    border-right: 3px solid #06b6d4;
}

@media (max-width: 1100px) {
    .media-services .header .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .media-services .header .nav-menu > li > a {
        font-size: 13px;
        padding: 6px 10px;
    }

    .media-services .header .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: transparent;
        display: none;
        width: 100%;
    }

    .media-services .header .has-submenu:hover .submenu {
        display: block;
    }
}

@media (max-width: 992px) {
    .media-services .header .top-bar-content {
        flex-direction: column;
        gap: 12px;
    }

    .media-services .header .middle-bar {
        flex-wrap: wrap;
        gap: 15px;
    }

    .media-services .header .search-area {
        margin: 0;
        width: 100%;
        max-width: 100%;
        order: 3;
    }

    .media-services .header .search-box {
        width: 100%;
    }

    .media-services .header .signup-btn {
        width: 100%;
        order: 2;
    }

    .media-services .header .logo {
        font-size: 26px;
        order: 1;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .media-services .header {
        display: none;
    }

    .media-services .mobile-header {
        display: block;
    }
}

@media (max-width: 480px) {
    .media-services .mobile-header .mobile-logo {
        font-size: 20px;
        max-width: 50%;
    }

    .media-services .mobile-header .mobile-buttons {
        gap: 8px;
    }

    .media-services .mobile-header .mobile-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .media-services .header .logo-text {
        font-size: 26px;
    }
}

/* ============================================================
   انیمیشن‌ها
   ============================================================ */
.media-services-aos-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.media-services-aos-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@keyframes media-services-fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes media-services-slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes media-services-slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes media-services-expandWidth {
    to {
        transform: scaleX(1);
    }
}

@keyframes media-services-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes media-services-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes media-services-glow {
    from {
        box-shadow: 0 0 10px rgba(6, 182, 212, 0.3);
    }
    to {
        box-shadow: 0 0 30px rgba(6, 182, 212, 0.6);
    }
}

.media-services-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.media-services-section-badge {
    display: inline-block;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid var(--accent-cyan-media-services);
    color: var(--accent-cyan-media-services);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.media-services-section-badge:hover {
    background: var(--accent-cyan-media-services);
    color: var(--text-white-media-services);
    transform: scale(1.05);
}

.media-services-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-white-media-services);
    margin-bottom: 15px;
}

.media-services-section-title span {
    color: var(--accent-cyan-media-services);
    position: relative;
}

.media-services-section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted-media-services);
    max-width: 700px;
    margin: 0 auto;
}

.media-services-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.95) 0%, rgba(26, 26, 26, 0.85) 100%),
    url('../images/a1.webp') center/cover;
    overflow: hidden;
    padding-top:195px;
}

.media-services-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: media-services-pulse 4s ease-in-out infinite;
}

.media-services-hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: media-services-float 6s ease-in-out infinite;
}

.media-services-hero-section .media-services-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
}

.media-services-hero-section .media-services-hero-badge {
    display: inline-block;
    background: rgba(6, 182, 212, 0.15);
    border: 1px solid var(--accent-cyan-media-services);
    color: var(--accent-cyan-media-services);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 25px;
    animation: media-services-slideDown 0.8s ease forwards;
}

.media-services-hero-section .media-services-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-white-media-services);
    line-height: 1.3;
    margin-bottom: 20px;
    animation: media-services-fadeIn 1s ease 0.3s forwards;
    opacity: 0;
}

.media-services-hero-section .media-services-hero-title span {
    color: var(--accent-cyan-media-services);
    position: relative;
    display: inline-block;
    animation: media-services-slideUp 1s ease 0.6s forwards;
    opacity: 0;
}

.media-services-hero-section .media-services-hero-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-cyan-media-services);
    border-radius: 2px;
    animation: media-services-expandWidth 1s ease 1s forwards;
    transform: scaleX(0);
}

.media-services-hero-section .media-services-hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-muted-media-services);
    margin-bottom: 35px;
    line-height: 1.8;
    animation: media-services-fadeIn 1s ease 0.6s forwards;
    opacity: 0;
}

.media-services-hero-section .media-services-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: media-services-fadeIn 1s ease 0.9s forwards;
    opacity: 0;
}

.media-services-hero-section .media-services-btn-primary {
    background: var(--gradient-cyan-media-services);
    color: var(--text-white-media-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.3);
    border: none;
    cursor: pointer;
}

.media-services-hero-section .media-services-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(6, 182, 212, 0.5);
}

.media-services-hero-section .media-services-btn-secondary {
    background: transparent;
    color: var(--text-white-media-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--text-white-media-services);
}

.media-services-hero-section .media-services-btn-secondary:hover {
    background: var(--text-white-media-services);
    color: var(--primary-dark-media-services);
}

.media-services-hero-section .media-services-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
    animation: media-services-fadeIn 1s ease 1.2s forwards;
    opacity: 0;
}

.media-services-hero-section .media-services-stat-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.media-services-hero-section .media-services-stat-item:hover {
    transform: translateY(-5px);
}

.media-services-hero-section .media-services-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-cyan-media-services);
    display: block;
}

.media-services-hero-section .media-services-stat-label {
    font-size: 0.9rem;
    color: var(--text-muted-media-services);
    margin-top: 5px;
}

.media-services-benefits-section {
    padding: 100px 0;
    background: var(--bg-dark-media-services);
    position: relative;
}

.media-services-benefits-section .media-services-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.media-services-benefits-section .media-services-benefit-card {
    background: var(--bg-card-media-services);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid var(--border-light-media-services);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.media-services-benefits-section .media-services-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-cyan-media-services);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.media-services-benefits-section .media-services-benefit-card:hover::before {
    transform: scaleX(1);
}

.media-services-benefits-section .media-services-benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-cyan-media-services);
    box-shadow: 0 20px 50px rgba(6, 182, 212, 0.2);
}

.media-services-benefits-section .media-services-benefit-icon {
    width: 70px;
    height: 70px;
    background: rgba(6, 182, 212, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.media-services-benefits-section .media-services-benefit-card:hover .media-services-benefit-icon {
    background: var(--accent-cyan-media-services);
    transform: rotate(360deg) scale(1.1);
}

.media-services-benefits-section .media-services-benefit-icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--accent-cyan-media-services);
    fill: none;
    stroke-width: 2;
    transition: all 0.4s ease;
}

.media-services-benefits-section .media-services-benefit-card:hover .media-services-benefit-icon svg {
    stroke: var(--text-white-media-services);
}

.media-services-benefits-section .media-services-benefit-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-white-media-services);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.media-services-benefits-section .media-services-benefit-card:hover .media-services-benefit-title {
    color: var(--accent-cyan-media-services);
}

.media-services-benefits-section .media-services-benefit-text {
    font-size: 0.95rem;
    color: var(--text-muted-media-services);
    line-height: 1.8;
}

.media-services-gallery-section-new {
    padding: 100px 0;
    background: var(--bg-card-media-services);
    position: relative;
    overflow: hidden;
}

.media-services-gallery-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-cyan-media-services), transparent);
}

.media-services-gallery-section-new .media-services-gallery-container-new {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.media-services-gallery-section-new .media-services-filters-section-new {
    text-align: center;
    margin-bottom: 3rem;
    direction: rtl;
}

.media-services-gallery-section-new .media-services-filter-buttons-new {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    background: var(--bg-dark-media-services);
    padding: 0.5rem;
    border-radius: 60px;
    border: 1px solid var(--border-light-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new {
    background: transparent;
    border: 2px solid transparent;
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    color: var(--text-muted-media-services);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazirmatn', sans-serif;
}

.media-services-gallery-section-new .media-services-filter-btn-new i {
    font-size: 1rem;
    transition: all 0.4s ease;
    color: var(--text-muted-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new span {
    transition: all 0.4s ease;
}

.media-services-gallery-section-new .media-services-filter-btn-new:hover {
    background: transparent !important;
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"]:hover {
    border-color: var(--accent-cyan-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"]:hover i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"]:hover span {
    color: var(--accent-cyan-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"]:hover {
    border-color: var(--color-teaser-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"]:hover i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"]:hover span {
    color: var(--color-teaser-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"]:hover {
    border-color: var(--color-editing-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"]:hover i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"]:hover span {
    color: var(--color-editing-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"]:hover {
    border-color: var(--color-podcast-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"]:hover i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"]:hover span {
    color: var(--color-podcast-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new.active {
    background: transparent !important;
    box-shadow: none !important;
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"].active {
    border-color: var(--accent-cyan-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"].active i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"].active span {
    color: var(--accent-cyan-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"].active {
    border-color: var(--color-teaser-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"].active i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"].active span {
    color: var(--color-teaser-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"].active {
    border-color: var(--color-editing-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"].active i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"].active span {
    color: var(--color-editing-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"].active {
    border-color: var(--color-podcast-media-services);
}

.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"].active i,
.media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"].active span {
    color: var(--color-podcast-media-services);
}

.media-services-gallery-section-new .media-services-gallery-masonry {
    column-count: 4;
    column-gap: 1.5rem;
    margin-top: 2rem;
    direction: rtl;
    position: relative;
    min-height: 200px;
}

.media-services-gallery-section-new .media-services-gallery-item-new {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-card-light-media-services);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.media-services-gallery-section-new .media-services-gallery-item-new.media-services-hidden {
    display: none !important;
}

.media-services-gallery-section-new .media-services-gallery-item-new:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(6, 182, 212, 0.3);
    z-index: 5;
}

.media-services-gallery-section-new .media-services-gallery-item-new img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.media-services-gallery-section-new .media-services-gallery-item-new:hover img {
    transform: scale(1.08);
}

.media-services-gallery-section-new .media-services-gallery-item-new:hover .media-services-category-badge-new {
    opacity: 0 !important;
    transition: opacity 0.4s;
}

.media-services-gallery-section-new .media-services-image-caption-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    color: var(--text-white-media-services);
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
    background: rgba(6, 182, 212, 0.9);
    transition: all 0.4s ease;
}

.media-services-gallery-section-new .media-services-gallery-item-new:hover .media-services-image-caption-new {
    transform: translateY(100%);
    opacity: 0;
}

.media-services-gallery-section-new .media-services-category-badge-new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.85);
    padding: 6px 9px;
    border-radius: 0 16px 0 16px;
    font-size: 0.75rem;
    font-weight: 600;
    border: none;
    display: flex;
    font-family: 'regular';
    align-items: center;
    gap: 6px;
    color: var(--text-white-media-services);
}

.media-services-gallery-section-new .media-services-category-badge-new i {
    font-size: 0.75rem;
}

.media-services-gallery-section-new .media-services-gallery-item-new[data-category="teaser"] .media-services-category-badge-new {
    border-color: var(--color-teaser-media-services);
    color: var(--color-teaser-media-services);
}

.media-services-gallery-section-new .media-services-gallery-item-new[data-category="editing"] .media-services-category-badge-new {
    border-color: var(--color-editing-media-services);
    color: var(--color-editing-media-services);
}

.media-services-gallery-section-new .media-services-gallery-item-new[data-category="podcast"] .media-services-category-badge-new {
    border-color: var(--color-podcast-media-services);
    color: var(--color-podcast-media-services);
}

.media-services-gallery-section-new .media-services-plus-icon-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    line-height: 54px;
    text-align: center;
    background: var(--accent-cyan-media-services);
    border-radius: 50%;
    font-size: 2.5rem;
    color: var(--text-white-media-services);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
    font-weight: bold;
    box-shadow: 0 5px 20px rgba(6, 182, 212, 0.5);
}

.media-services-gallery-section-new .media-services-gallery-item-new:hover .media-services-plus-icon-new {
    opacity: 1 !important;
}

.media-services-category-description {
    margin-top: 0;
    background: var(--bg-dark-media-services);
    border: 1px solid var(--border-light-media-services);
    border-radius: 20px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.media-services-category-description.media-services-visible {
    opacity: 1;
    max-height: 2000px;
    padding: 40px;
    margin-top: 3rem;
    visibility: visible;
}

.media-services-category-description::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    transition: width 0.6s ease;
}

.media-services-category-description.media-services-visible::before {
    width: 100%;
}

.media-services-category-description[data-category="teaser"]::before {
    background: linear-gradient(90deg, var(--color-teaser-media-services), transparent);
}

.media-services-category-description[data-category="editing"]::before {
    background: linear-gradient(90deg, var(--color-editing-media-services), transparent);
}

.media-services-category-description[data-category="podcast"]::before {
    background: linear-gradient(90deg, var(--color-podcast-media-services), transparent);
}

.media-services-category-description-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-light-media-services);
}

.media-services-category-description-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--text-white-media-services);
    flex-shrink: 0;
}

.media-services-category-description[data-category="teaser"] .media-services-category-description-icon {
    background: var(--color-teaser-media-services);
}

.media-services-category-description[data-category="editing"] .media-services-category-description-icon {
    background: var(--color-editing-media-services);
}

.media-services-category-description[data-category="podcast"] .media-services-category-description-icon {
    background: var(--color-podcast-media-services);
}

.media-services-category-description-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.media-services-category-description[data-category="teaser"] .media-services-category-description-title {
    color: var(--color-teaser-media-services);
}

.media-services-category-description[data-category="editing"] .media-services-category-description-title {
    color: var(--color-editing-media-services);
}

.media-services-category-description[data-category="podcast"] .media-services-category-description-title {
    color: var(--color-podcast-media-services);
}

.media-services-category-description-body {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s ease;
    max-height: 180px;
    line-height: 2;
}

.media-services-category-description-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-dark-media-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.media-services-category-description.media-services-expanded .media-services-category-description-body {
    max-height: 5000px;
}

.media-services-category-description.media-services-expanded .media-services-category-description-body::after {
    opacity: 0;
}

.media-services-category-description-body p {
    font-size: 1rem;
    color: var(--text-muted-media-services);
    line-height: 2.1;
    margin-bottom: 15px;
    font-weight: 300;
}

.media-services-category-description-body p strong {
    color: var(--accent-cyan-media-services);
    font-weight: 600;
}

.media-services-category-description-footer {
    display: flex;
    justify-content: right;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.media-services-category-description-toggle,
.media-services-category-description-close {
    background: transparent;
    border: 2px solid var(--accent-cyan-media-services);
    color: var(--accent-cyan-media-services);
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-family: 'Vazirmatn', sans-serif;
}

.media-services-category-description-toggle:hover,
.media-services-category-description-close:hover {
    background: var(--accent-cyan-media-services);
    color: var(--text-white-media-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.3);
}

.media-services-category-description-close {
    border-color: var(--text-gray-media-services);
    color: var(--text-gray-media-services);
    display: none;
}

.media-services-category-description-close:hover {
    border-color: var(--accent-cyan-media-services);
    background: var(--accent-cyan-media-services);
    color: var(--text-white-media-services);
}

.media-services-category-description.media-services-expanded .media-services-category-description-close {
    display: inline-flex;
}

.media-services-category-description.media-services-expanded .media-services-category-description-toggle {
    display: none;
}

.media-services-category-description-toggle svg,
.media-services-category-description-close svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.media-services-process-section {
    padding: 100px 0;
    background: var(--bg-dark-media-services);
    position: relative;
}

.media-services-process-section .media-services-process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.media-services-process-section .media-services-process-timeline::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gradient-cyan-media-services);
    transform: translateX(50%);
}

.media-services-process-section .media-services-process-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.media-services-process-section .media-services-process-item:last-child {
    margin-bottom: 0;
}

.media-services-process-section .media-services-process-item:nth-child(even) {
    flex-direction: row-reverse;
}

.media-services-process-section .media-services-process-content {
    width: 45%;
    background: var(--bg-card-media-services);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-light-media-services);
    transition: all 0.4s ease;
}

.media-services-process-section .media-services-process-content:hover {
    border-color: var(--accent-cyan-media-services);
    box-shadow: 0 15px 40px rgba(6, 182, 212, 0.2);
    transform: translateY(-5px);
}

.media-services-process-section .media-services-process-number {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    background: var(--gradient-cyan-media-services);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-white-media-services);
    box-shadow: 0 5px 20px rgba(6, 182, 212, 0.4);
    z-index: 2;
}

.media-services-process-section .media-services-process-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-white-media-services);
    margin-bottom: 10px;
}

.media-services-process-section .media-services-process-text {
    font-size: 0.95rem;
    color: var(--text-muted-media-services);
    line-height: 1.7;
}

.media-services-form-section {
    padding: 100px 0;
    background: var(--bg-dark-media-services);
    position: relative;
}

.media-services-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-cyan-media-services), transparent);
}

.media-services-form-section .media-services-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.media-services-form-section .media-services-form-info {
    padding: 40px;
    background: var(--bg-card-media-services);
    border-radius: 20px;
    border: 1px solid var(--border-light-media-services);
}

.media-services-form-section .media-services-form-info-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-white-media-services);
    margin-bottom: 20px;
    line-height: 1.4;
}

.media-services-form-section .media-services-form-info-title span {
    color: var(--accent-cyan-media-services);
}

.media-services-form-section .media-services-form-info-text {
    font-size: 1.05rem;
    color: var(--text-muted-media-services);
    line-height: 1.8;
    margin-bottom: 30px;
}

.media-services-form-section .media-services-form-features {
    list-style: none;
}

.media-services-form-section .media-services-form-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--text-light-media-services);
    font-size: 1rem;
}

.media-services-form-section .media-services-form-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--accent-cyan-media-services);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.media-services-form-section .media-services-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--accent-cyan-media-services);
    box-shadow: 0 15px 50px rgba(6, 182, 212, 0.2);
}

.media-services-form-section .media-services-form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark-media-services);
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid var(--accent-cyan-media-services);
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.media-services-form-section .media-services-form-group {
    margin-bottom: 20px;
}

.media-services-form-section .media-services-form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-dark-media-services);
    margin-bottom: 8px;
}

.media-services-required {
    color: var(--accent-orange-media-services);
}

.media-services-form-section .media-services-form-group input,
.media-services-form-section .media-services-form-group textarea,
.media-services-form-section .media-services-form-group select {
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: var(--primary-dark-media-services);
    font-size: 0.95rem;
    font-family: 'Vazirmatn', sans-serif;
}

.media-services-form-section .media-services-form-group input:focus,
.media-services-form-section .media-services-form-group textarea:focus,
.media-services-form-section .media-services-form-group select:focus {
    outline: none;
    border-color: var(--accent-cyan-media-services);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.15);
}

.media-services-form-section .media-services-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.media-services-form-section .media-services-form-submit {
    width: 100%;
    background: var(--gradient-cyan-media-services);
    color: var(--text-white-media-services);
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
    transition: all 0.3s ease;
}

.media-services-form-section .media-services-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.4);
}

.media-services-testimonials-section {
    padding: 100px 0;
    background: var(--bg-dark-media-services);
}

.media-services-testimonials-section .media-services-testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
}

.media-services-testimonials-section .media-services-testimonial-card-main {
    background: var(--bg-card-media-services);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid var(--border-light-media-services);
    text-align: center;
    position: relative;
}

.media-services-testimonials-section .media-services-testimonial-quote {
    font-size: 4rem;
    color: var(--accent-cyan-media-services);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: serif;
}

.media-services-testimonials-section .media-services-testimonial-text-main {
    font-size: 1.2rem;
    color: var(--text-light-media-services);
    line-height: 1.9;
    margin-bottom: 30px;
    font-style: italic;
}

.media-services-testimonials-section .media-services-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.media-services-testimonials-section .media-services-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--accent-cyan-media-services);
    overflow: hidden;
}

.media-services-testimonials-section .media-services-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-services-testimonials-section .media-services-testimonial-info h4 {
    font-size: 1.1rem;
    color: var(--text-white-media-services);
    font-weight: 700;
}

.media-services-testimonials-section .media-services-testimonial-info p {
    font-size: 0.9rem;
    color: var(--accent-cyan-media-services);
}

.media-services-testimonials-section .media-services-testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.media-services-testimonials-section .media-services-testimonial-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-card-media-services);
    border: 2px solid var(--border-light-media-services);
    color: var(--accent-cyan-media-services);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.media-services-testimonials-section .media-services-testimonial-btn:hover {
    background: var(--accent-cyan-media-services);
    color: var(--text-white-media-services);
}

.media-services-testimonials-section .media-services-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.media-services-testimonials-section .media-services-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-light-media-services);
    cursor: pointer;
    transition: all 0.3s ease;
}

.media-services-testimonials-section .media-services-testimonial-dot.media-services-active {
    background: var(--accent-cyan-media-services);
    width: 30px;
    border-radius: 6px;
}

.media-services-faq-section {
    padding: 100px 0;
    background: var(--bg-card-media-services);
}

.media-services-faq-section .media-services-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.media-services-faq-section .media-services-faq-item {
    background: var(--bg-dark-media-services);
    border: 1px solid var(--border-light-media-services);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.media-services-faq-section .media-services-faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white-media-services);
}

.media-services-faq-section .media-services-faq-icon {
    width: 24px;
    height: 24px;
    stroke: var(--accent-cyan-media-services);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.media-services-faq-section .media-services-faq-item.media-services-active .media-services-faq-icon {
    transform: rotate(180deg);
}

.media-services-faq-section .media-services-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 25px;
    color: var(--text-muted-media-services);
    line-height: 1.8;
}

.media-services-faq-section .media-services-faq-item.media-services-active .media-services-faq-answer {
    max-height: 1500px;
    padding: 0 25px 25px;
}

.media-services-faq-section .media-services-faq-answer p {
    margin-bottom: 12px;
    font-size: 0.98rem;
}

.media-services-faq-section .media-services-faq-answer p:last-child {
    margin-bottom: 0;
}

.media-services-faq-section .media-services-faq-answer strong {
    color: var(--accent-cyan-media-services);
    font-weight: 600;
}

.media-services-faq-section .media-services-faq-answer ul {
    list-style: none;
    padding-right: 0;
    margin: 10px 0;
}

.media-services-faq-section .media-services-faq-answer ul li {
    padding: 6px 0;
    padding-right: 25px;
    position: relative;
}

.media-services-faq-section .media-services-faq-answer ul li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: var(--accent-cyan-media-services);
    font-weight: bold;
}

.media-services-readmore-section {
    padding: 100px 0;
    background: var(--bg-dark-media-services);
    position: relative;
}

.media-services-readmore-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-cyan-media-services), transparent);
}

.media-services-readmore-section .media-services-container {
    max-width: 900px;
}

.media-services-readmore-content {
    background: var(--bg-card-media-services);
    padding: 40px 45px;
    border: 1px solid var(--border-light-media-services);
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.media-services-readmore-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-cyan-media-services);
    transition: width 0.6s ease;
}

.media-services-readmore-content:hover::before {
    width: 100%;
}

.media-services-readmore-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.media-services-readmore-header h3 {
    font-size: 1.8rem;
    color: var(--accent-cyan-media-services);
    font-weight: 700;
}

.media-services-readmore-body {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    line-height: 2;
}

.media-services-readmore-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-card-media-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.media-services-readmore-content.media-services-expanded .media-services-readmore-body {
    max-height: 5000px;
}

.media-services-readmore-content.media-services-expanded .media-services-readmore-body::after {
    opacity: 0;
}

.media-services-readmore-body p {
    font-size: 1rem;
    color: var(--text-muted-media-services);
    line-height: 2.1;
    margin-bottom: 18px;
    font-weight: 300;
}

.media-services-readmore-body p strong {
    color: var(--accent-cyan-media-services);
    font-weight: 600;
}

.media-services-readmore-footer {
    display: flex;
    justify-content: right;
    margin-top: 20px;
}

.media-services-readmore-toggle {
    background: transparent;
    color: var(--accent-cyan-media-services);
    border: 2px solid var(--accent-cyan-media-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.media-services-readmore-toggle:hover {
    background: var(--accent-cyan-media-services);
    color: var(--text-white-media-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(6, 182, 212, 0.3);
}

.media-services-readmore-toggle svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.media-services-readmore-content.media-services-expanded .media-services-readmore-toggle svg {
    transform: rotate(180deg);
}

.media-services-close-btn {
    display: none;
    background: transparent;
    border: 2px solid var(--text-gray-media-services);
    color: var(--text-gray-media-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px auto 0;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.media-services-close-btn:hover {
    border-color: var(--accent-cyan-media-services);
    color: var(--accent-cyan-media-services);
}

.media-services-close-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.media-services-readmore-content.media-services-expanded .media-services-close-btn {
    display: inline-flex;
}

.media-services-readmore-content.media-services-expanded .media-services-readmore-toggle {
    display: none;
}

.media-services-lightbox-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.95);
    z-index: 3000;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    display: flex;
    direction: ltr;
}

.media-services-lightbox-new.media-services-active {
    visibility: visible;
    opacity: 1;
}

.media-services-lightbox-new .media-services-lightbox-content-new {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 90%;
    background: var(--bg-card-media-services);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid var(--accent-cyan-media-services);
}

.media-services-lightbox-new .media-services-lightbox-image-wrapper-new {
    flex: 0 0 45%;
    background: var(--bg-card-media-services);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}

.media-services-lightbox-new .media-services-lightbox-image-new {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
}

.media-services-lightbox-new .media-services-lightbox-caption-new {
    flex: 0 0 55%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    direction: rtl;
    text-align: right;
    border-right: 2px solid var(--border-cyan-media-services);
    overflow-y: auto;
}

.media-services-lightbox-new .media-services-caption-text-new h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-cyan-media-services);
    border-bottom: 3px solid var(--accent-cyan-media-services);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.media-services-lightbox-new .media-services-caption-cat-badge-new {
    background: rgba(6, 182, 212, 0.1);
    color: var(--accent-cyan-media-services);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    border: 2px solid var(--accent-cyan-media-services);
    width: fit-content;
}

.media-services-lightbox-new .media-services-full-description-new {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light-media-services);
}

.media-services-lightbox-new .media-services-btn-view-project-new {
    background-color: var(--accent-cyan-media-services);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: var(--text-white-media-services);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
    border: none;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
}

.media-services-lightbox-new .media-services-lb-close-new {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff0000;
    border: none;
    color: white;
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
}

.media-services-lightbox-new .media-services-lb-nav-new {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(6, 182, 212, 0.8);
    border: none;
    color: var(--text-white-media-services);
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
}

.media-services-lightbox-new .media-services-lb-prev-new {
    left: 20px;
}

.media-services-lightbox-new .media-services-lb-next-new {
    right: 20px;
}

@media (max-width: 1200px) {
    .media-services-gallery-section-new .media-services-gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .media-services-hero-section .media-services-hero-title {
        font-size: 2.5rem;
    }

    .media-services-benefits-section .media-services-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .media-services-form-section .media-services-form-wrapper {
        grid-template-columns: 1fr;
    }

    .media-services-gallery-section-new .media-services-gallery-masonry {
        column-count: 2;
    }

    .media-services-process-section .media-services-process-timeline::before {
        right: 30px;
    }

    .media-services-process-section .media-services-process-item,
    .media-services-process-section .media-services-process-item:nth-child(even) {
        flex-direction: row;
    }

    .media-services-process-section .media-services-process-content {
        width: calc(100% - 80px);
        margin-right: 80px;
    }

    .media-services-process-section .media-services-process-number {
        right: 30px;
        transform: translateX(50%);
    }
}

@media (max-width: 768px) {
    .media-services-hero-section .media-services-hero-title {
        font-size: 2rem;
    }

    .media-services-hero-section .media-services-hero-subtitle {
        font-size: 1rem;
    }

    .media-services-section-title {
        font-size: 2rem;
    }

    .media-services-benefits-section .media-services-benefits-grid {
        grid-template-columns: 1fr;
    }

    .media-services-gallery-section-new .media-services-gallery-masonry {
        column-count: 2;
    }

    .media-services-testimonials-section .media-services-testimonial-card-main {
        padding: 30px 20px;
    }

    .media-services-category-description {
        padding: 25px 20px;
    }

    .media-services-category-description.media-services-visible {
        padding: 25px 20px;
    }

    .media-services-category-description-title {
        font-size: 1.3rem;
    }

    .media-services-readmore-content {
        padding: 25px 20px;
    }

    .media-services-readmore-header h3 {
        font-size: 1.4rem;
    }

    .media-services-lightbox-new .media-services-lightbox-content-new {
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .media-services-lightbox-new .media-services-lightbox-image-wrapper-new {
        flex: 0 0 auto;
        width: 100%;
        min-height: 40vh;
    }

    .media-services-lightbox-new .media-services-lightbox-caption-new {
        flex: 1;
        width: 100%;
        padding: 1.5rem;
        border-right: none;
    }
}

@media (max-width: 500px) {
    .media-services-gallery-section-new .media-services-gallery-masonry {
        column-count: 1;
    }
}

@media (max-width: 960px) {
    .media-services-gallery-section-new .media-services-filter-buttons-new {
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        border-radius: 60px;
        gap: 0.4rem;
        padding: 0.4rem;
    }

    .media-services-gallery-section-new .media-services-filter-btn-new {
        width: auto;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        border-width: 2px;
        border-style: solid;
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"] {
        border-color: rgba(6, 182, 212, 0.5);
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"] {
        border-color: rgba(231, 76, 60, 0.5);
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"] {
        border-color: rgba(52, 152, 219, 0.5);
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"] {
        border-color: rgba(243, 156, 18, 0.5);
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="all"] i {
        color: var(--accent-cyan-media-services);
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="teaser"] i {
        color: var(--color-teaser-media-services);
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="editing"] i {
        color: var(--color-editing-media-services);
    }

    .media-services-gallery-section-new .media-services-filter-btn-new[data-filter="podcast"] i {
        color: var(--color-podcast-media-services);
    }
}

/* ============================================ */
/* === social-media-services === */
/* ============================================ */

:root {
    --primary-dark-social-media-services: #080808;
    --primary-dark-secondary-social-media-services: #1a1a1a;
    --primary-dark-tertiary-social-media-services: #2a2a2a;
    --accent-red-social-media-services: #ef4444;
    --accent-red-light-social-media-services: #f87171;
    --accent-red-dark-social-media-services: #dc2626;
    --accent-orange-social-media-services: #ff6b35;
    --text-white-social-media-services: #ffffff;
    --text-light-social-media-services: #f5f5f5;
    --text-muted-social-media-services: rgba(255, 255, 255, 0.7);
    --text-gray-social-media-services: #b0b0b0;
    --bg-dark-social-media-services: #080808;
    --bg-card-social-media-services: #1a1a1a;
    --bg-card-light-social-media-services: #2a2a2a;
    --border-light-social-media-services: rgba(239, 68, 68, 0.2);
    --border-red-social-media-services: rgba(239, 68, 68, 0.4);
    --shadow-red-social-media-services: 0 10px 40px rgba(239, 68, 68, 0.15);
    --shadow-dark-social-media-services: 0 10px 40px rgba(0, 0, 0, 0.5);
    --gradient-primary-social-media-services: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    --gradient-red-social-media-services: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    --gradient-dark-social-media-services: linear-gradient(135deg, #080808 0%, #1a1a1a 100%);
    /* رنگ‌های دسته‌بندی پلتفرم‌ها */
    --color-instagram-social-media-services: #E1306C;
    --color-youtube-social-media-services: #FF0000;
    --color-rubika-social-media-services: #7B1FA2;
    --color-telegram-social-media-services: #0088CC;
    --color-ble-social-media-services: #FF6F00;
}

.social-media-services {
    background-color: var(--bg-dark-social-media-services);
    color: var(--text-light-social-media-services);
}

.social-media-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.social-media-services .header {
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid #ef4444;
}

.social-media-services .header.scrolled {
    padding-top: 0;
    border-top-color: transparent;
}

.social-media-services .header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.social-media-services .header .top-bar {
    background: #1a1a1a;
    padding: 10px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 50px;
    opacity: 1;
    overflow: hidden;
}

.social-media-services .header.scrolled .top-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.social-media-services .header .top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-media-services .header .top-links {
    display: flex;
    gap: 25px;
}

.social-media-services .header .top-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: color 0.4s ease;
}

.social-media-services .header .top-links a:hover {
    color: #ef4444;
}

.social-media-services .header .social-icons {
    display: flex;
    gap: 15px;
}

.social-media-services .header .social-icons a {
    color: #b0b0b0;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 5px 15px !important;
}

.social-media-services .header .social-icons a:hover {
    color: #ef4444;
    background-color: transparent !important;
}

.social-media-services .header .middle-bar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80px;
    opacity: 1;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 20px;
}

.social-media-services .header.scrolled .middle-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.social-media-services .header .logo {
    font-size: 28px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.social-media-services .header .logo-text {
    color: #ef4444;
}

.social-media-services .header .search-area {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 15px;
    min-width: 0;
}

.social-media-services .header .search-box {
    flex-grow: 1;
    position: relative;
    min-width: 200px;
}

.social-media-services .header .search-box input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    border: 1px solid rgba(60, 158, 100, 0.2);
    border-radius: 6px;
    font-size: 14px;
    background: #1a1a1a;
    color: #f5f5f5;
    transition: all 0.4s ease;
}

.social-media-services .header .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.social-media-services .header .search-box input:focus {
    outline: none;
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(60, 158, 100, 0.15);
    background: #2a2a2a;
}

.social-media-services .header .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0b0b0;
    transition: color 0.4s ease;
}

.social-media-services .header .search-box input:focus + i {
    color: #ef4444;
}

.social-media-services .header .signup-btn {
    background: #ef4444;
    border-color: #ef4444;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}

.social-media-services .header .signup-btn:hover {
    background: transparent;
    color: #ef4444;
}

.social-media-services .header .signup-btn::before {
    background: hsl(56deg 100% 50%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scalex(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    border-radius: 10px;
}

.social-media-services .header .signup-btn:hover::before {
    transform: scalex(1);
    transform-origin: right;
}

.social-media-services .header .main-nav {
    padding: 12px 0;
    background: #1a1a1a;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-media-services .header.scrolled .main-nav {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background: #080808;
}

.social-media-services .header .nav-menu {
    display: flex;
    list-style: none;
    justify-content: start;
    position: relative;
}

.social-media-services .header .nav-menu > li {
    position: relative;
    padding-left: 15px;
}

.social-media-services .header .nav-menu > li > a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    transition: all 0.4s ease;
    border-radius: 4px;
    position: relative;
    font-family: 'demibold';
    cursor: pointer;
}

.social-media-services .header .nav-menu > li > a i {
    position: relative;
    top: 3px;
    transition: all .7s;
}

.social-media-services .header .nav-menu > li > a:hover {
    color: #ef4444;
    font-family: 'bold';
    transition: all .7s;
}

.social-media-services .header .nav-menu > li > a:hover > i {
    transform: rotate(90deg);
    color: #ef4444;
    transition: all .7s;
}

.social-media-services .header .submenu {
    position: absolute;
    top: 150%;
    right: 0;
    background: #1a1a1a;
    min-width: 250px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1001;
    padding: 0;
    border-top: 3px solid #ef4444;
}

.social-media-services .header .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.social-media-services .header .submenu li {
    list-style: none;
}

.social-media-services .header .submenu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.social-media-services .header .submenu a:hover {
    background-color: #ef4444;
    color: #fff;
    border-right: 3px solid #ffd966;
    padding-right: 25px;
}

/* ===== هدر موبایل - اختصاصی social-media-services===== */
.social-media-services .mobile-header {
    display: none;
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 12px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #ef4444;
    transition: all 0.3s ease;
}

.social-media-services .mobile-header.scrolled {
    border-top-color: transparent;
}

.social-media-services .mobile-header .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-media-services .mobile-header .mobile-logo {
    font-size: 22px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.social-media-services .mobile-header .mobile-logo-text {
    color: #ef4444;
}

.social-media-services .mobile-header .mobile-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-media-services .mobile-header .mobile-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #b0b0b0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-media-services .mobile-header .mobile-btn:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #ef4444;
}

.social-media-services .mobile-header .menu-btn {
    background: #ef4444;
    color: white;
}

.social-media-services .mobile-header .menu-btn:hover {
    background: #2d7a4c;
    color: white;
}

/* ===== منوی موبایل - اختصاصی social-media-services===== */
.social-media-services .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #080808;
    z-index: 1200;
    overflow-y: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
}

.social-media-services .mobile-menu-overlay.open {
    right: 0;
}

.social-media-services .menu-dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1199;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.social-media-services .menu-dark-overlay.active {
    opacity: 1;
    visibility: visible;
}

.social-media-services .mobile-menu-overlay .mobile-menu-header {
    background: #1a1a1a;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f5f5f5;
    border-bottom: 2px solid #ef4444;
}

.social-media-services .mobile-menu-overlay .mobile-menu-title {
    font-size: 20px;
    font-weight: bold;
    color: #ef4444;
}

.social-media-services .mobile-menu-overlay .close-menu-btn {
    background: rgba(60, 158, 100, 0.2);
    border: none;
    color: #ef4444;
    width: 36px;
    height: 36px;
    line-height: 43px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-media-services .mobile-menu-overlay .close-menu-btn:hover {
    background: #ef4444;
    color: #fff;
}

.social-media-services .mobile-menu-overlay .mobile-menu {
    list-style: none;
    padding: 15px 0;
}

.social-media-services .mobile-menu-overlay .mobile-menu li {
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.social-media-services .mobile-menu-overlay .mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.social-media-services .mobile-menu-overlay .mobile-menu > li > a:hover {
    background: rgba(60, 158, 100, 0.1);
    color: #ef4444;
}

.social-media-services .mobile-menu-overlay .mobile-submenu-toggle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #b0b0b0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-media-services .mobile-menu-overlay .mobile-submenu-toggle:hover {
    color: #ef4444;
}

.social-media-services .mobile-menu-overlay .mobile-submenu-toggle i {
    transition: transform 0.3s ease;
}

.social-media-services .mobile-menu-overlay .mobile-submenu-toggle.active i {
    transform: rotate(180deg);
}

.social-media-services .mobile-menu-overlay .mobile-submenu {
    list-style: none;
    background: #1a1a1a;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.social-media-services .mobile-menu-overlay .mobile-submenu.active {
    max-height: 500px;
}

.social-media-services .mobile-menu-overlay .mobile-submenu li {
    border-bottom: none;
}

.social-media-services .mobile-menu-overlay .mobile-submenu a {
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
}

.social-media-services .mobile-menu-overlay .mobile-submenu a:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #ef4444;
    border-right: 3px solid #ef4444;
}

@media (max-width: 1100px) {
    .social-media-services .header .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .social-media-services .header .nav-menu > li > a {
        font-size: 13px;
        padding: 6px 10px;
    }

    .social-media-services .header .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: transparent;
        display: none;
        width: 100%;
    }

    .social-media-services .header .has-submenu:hover .submenu {
        display: block;
    }
}

@media (max-width: 992px) {
    .social-media-services .header .top-bar-content {
        flex-direction: column;
        gap: 12px;
    }

    .social-media-services .header .middle-bar {
        flex-wrap: wrap;
        gap: 15px;
    }

    .social-media-services .header .search-area {
        margin: 0;
        width: 100%;
        max-width: 100%;
        order: 3;
    }

    .social-media-services .header .search-box {
        width: 100%;
    }

    .social-media-services .header .signup-btn {
        width: 100%;
        order: 2;
    }

    .social-media-services .header .logo {
        font-size: 26px;
        order: 1;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .social-media-services .header {
        display: none;
    }

    .social-media-services .mobile-header {
        display: block;
    }
}

@media (max-width: 480px) {
    .social-media-services .mobile-header .mobile-logo {
        font-size: 20px;
        max-width: 50%;
    }

    .social-media-services .mobile-header .mobile-buttons {
        gap: 8px;
    }

    .social-media-services .mobile-header .mobile-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .social-media-services .header .logo-text {
        font-size: 26px;
    }
}

/* ============================================================
انیمیشن‌ها
============================================================ */
.social-media-services-aos-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.social-media-services-aos-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@keyframes social-media-services-fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes social-media-services-slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes social-media-services-slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes social-media-services-expandWidth {
    to {
        transform: scaleX(1);
    }
}

@keyframes social-media-services-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes social-media-services-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes social-media-services-glow {
    from {
        box-shadow: 0 0 10px rgba(239, 68, 68, 0.3);
    }
    to {
        box-shadow: 0 0 30px rgba(239, 68, 68, 0.6);
    }
}

/* ============================================================
Section Header
============================================================ */
.social-media-services-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.social-media-services-section-badge {
    display: inline-block;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid var(--accent-red-social-media-services);
    color: var(--accent-red-social-media-services);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.social-media-services-section-badge:hover {
    background: var(--accent-red-social-media-services);
    color: var(--text-white-social-media-services);
    transform: scale(1.05);
}

.social-media-services-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-white-social-media-services);
    margin-bottom: 15px;
}

.social-media-services-section-title span {
    color: var(--accent-red-social-media-services);
    position: relative;
}

.social-media-services-section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted-social-media-services);
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================================
Hero Section
============================================================ */
.social-media-services-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.95) 0%, rgba(26, 26, 26, 0.85) 100%),
    url('images/a1.webp') center/cover;
    overflow: hidden;
    padding-top: 195px;
}

.social-media-services-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: social-media-services-pulse 4s ease-in-out infinite;
}

.social-media-services-hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(239, 68, 68, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: social-media-services-float 6s ease-in-out infinite;
}

.social-media-services-hero-section .social-media-services-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
}

.social-media-services-hero-section .social-media-services-hero-badge {
    display: inline-block;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid var(--accent-red-social-media-services);
    color: var(--accent-red-social-media-services);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 25px;
    animation: social-media-services-slideDown 0.8s ease forwards;
}

.social-media-services-hero-section .social-media-services-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-white-social-media-services);
    line-height: 1.3;
    margin-bottom: 20px;
    animation: social-media-services-fadeIn 1s ease 0.3s forwards;
    opacity: 0;
}

.social-media-services-hero-section .social-media-services-hero-title span {
    color: var(--accent-red-social-media-services);
    position: relative;
    display: inline-block;
    animation: social-media-services-slideUp 1s ease 0.6s forwards;
    opacity: 0;
}

.social-media-services-hero-section .social-media-services-hero-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-red-social-media-services);
    border-radius: 2px;
    animation: social-media-services-expandWidth 1s ease 1s forwards;
    transform: scaleX(0);
}

.social-media-services-hero-section .social-media-services-hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-muted-social-media-services);
    margin-bottom: 35px;
    line-height: 1.8;
    animation: social-media-services-fadeIn 1s ease 0.6s forwards;
    opacity: 0;
}

.social-media-services-hero-section .social-media-services-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: social-media-services-fadeIn 1s ease 0.9s forwards;
    opacity: 0;
}

.social-media-services-hero-section .social-media-services-btn-primary {
    background: var(--gradient-red-social-media-services);
    color: var(--text-white-social-media-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.3);
    border: none;
    cursor: pointer;
}

.social-media-services-hero-section .social-media-services-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(239, 68, 68, 0.5);
}

.social-media-services-hero-section .social-media-services-btn-secondary {
    background: transparent;
    color: var(--text-white-social-media-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--text-white-social-media-services);
}

.social-media-services-hero-section .social-media-services-btn-secondary:hover {
    background: var(--text-white-social-media-services);
    color: var(--primary-dark-social-media-services);
}

.social-media-services-hero-section .social-media-services-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
    animation: social-media-services-fadeIn 1s ease 1.2s forwards;
    opacity: 0;
}

.social-media-services-hero-section .social-media-services-stat-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.social-media-services-hero-section .social-media-services-stat-item:hover {
    transform: translateY(-5px);
}

.social-media-services-hero-section .social-media-services-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-red-social-media-services);
    display: block;
}

.social-media-services-hero-section .social-media-services-stat-label {
    font-size: 0.9rem;
    color: var(--text-muted-social-media-services);
    margin-top: 5px;
}

/* ============================================================
Benefits Section
============================================================ */
.social-media-services-benefits-section {
    padding: 100px 0;
    background: var(--bg-dark-social-media-services);
    position: relative;
}

.social-media-services-benefits-section .social-media-services-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.social-media-services-benefits-section .social-media-services-benefit-card {
    background: var(--bg-card-social-media-services);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid var(--border-light-social-media-services);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.social-media-services-benefits-section .social-media-services-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-red-social-media-services);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.social-media-services-benefits-section .social-media-services-benefit-card:hover::before {
    transform: scaleX(1);
}

.social-media-services-benefits-section .social-media-services-benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-red-social-media-services);
    box-shadow: 0 20px 50px rgba(239, 68, 68, 0.2);
}

.social-media-services-benefits-section .social-media-services-benefit-icon {
    width: 70px;
    height: 70px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.social-media-services-benefits-section .social-media-services-benefit-card:hover .social-media-services-benefit-icon {
    background: var(--accent-red-social-media-services);
    transform: rotate(360deg) scale(1.1);
}

.social-media-services-benefits-section .social-media-services-benefit-icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--accent-red-social-media-services);
    fill: none;
    stroke-width: 2;
    transition: all 0.4s ease;
}

.social-media-services-benefits-section .social-media-services-benefit-card:hover .social-media-services-benefit-icon svg {
    stroke: var(--text-white-social-media-services);
}

.social-media-services-benefits-section .social-media-services-benefit-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-white-social-media-services);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.social-media-services-benefits-section .social-media-services-benefit-card:hover .social-media-services-benefit-title {
    color: var(--accent-red-social-media-services);
}

.social-media-services-benefits-section .social-media-services-benefit-text {
    font-size: 0.95rem;
    color: var(--text-muted-social-media-services);
    line-height: 1.8;
}

/* ============================================================
Gallery Section
============================================================ */
.social-media-services-gallery-section-new {
    padding: 100px 0;
    background: var(--bg-card-social-media-services);
    position: relative;
    overflow: hidden;
}

.social-media-services-gallery-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-red-social-media-services), transparent);
}

.social-media-services-gallery-section-new .social-media-services-gallery-container-new {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.social-media-services-gallery-section-new .social-media-services-filters-section-new {
    text-align: center;
    margin-bottom: 3rem;
    direction: rtl;
}

.social-media-services-gallery-section-new .social-media-services-filter-buttons-new {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    background: var(--bg-dark-social-media-services);
    padding: 0.5rem;
    border-radius: 60px;
    border: 1px solid var(--border-light-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new {
    background: transparent;
    border: 2px solid transparent;
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    color: var(--text-muted-social-media-services);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'medium';
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new i {
    font-size: 1rem;
    transition: all 0.4s ease;
    color: var(--text-muted-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new span {
    transition: all 0.4s ease;
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new:hover {
    background: transparent !important;
}

/* هاور دکمه‌ها */
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"]:hover {
    border-color: var(--accent-red-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"]:hover i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"]:hover span {
    color: var(--accent-red-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"]:hover {
    border-color: var(--color-instagram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"]:hover i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"]:hover span {
    color: var(--color-instagram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"]:hover {
    border-color: var(--color-youtube-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"]:hover i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"]:hover span {
    color: var(--color-youtube-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"]:hover {
    border-color: var(--color-rubika-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"]:hover i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"]:hover span {
    color: var(--color-rubika-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"]:hover {
    border-color: var(--color-telegram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"]:hover i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"]:hover span {
    color: var(--color-telegram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"]:hover {
    border-color: var(--color-ble-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"]:hover i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"]:hover span {
    color: var(--color-ble-social-media-services);
}

/* حالت فعال */
.social-media-services-gallery-section-new .social-media-services-filter-btn-new.active {
    background: transparent !important;
    box-shadow: none !important;
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"].active {
    border-color: var(--accent-red-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"].active i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"].active span {
    color: var(--accent-red-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"].active {
    border-color: var(--color-instagram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"].active i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"].active span {
    color: var(--color-instagram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"].active {
    border-color: var(--color-youtube-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"].active i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"].active span {
    color: var(--color-youtube-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"].active {
    border-color: var(--color-rubika-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"].active i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"].active span {
    color: var(--color-rubika-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"].active {
    border-color: var(--color-telegram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"].active i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"].active span {
    color: var(--color-telegram-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"].active {
    border-color: var(--color-ble-social-media-services);
}

.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"].active i,
.social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"].active span {
    color: var(--color-ble-social-media-services);
}

/* ============================================================
Gallery Masonry
============================================================ */
.social-media-services-gallery-section-new .social-media-services-gallery-masonry {
    column-count: 4;
    column-gap: 1.5rem;
    margin-top: 2rem;
    direction: rtl;
    position: relative;
    min-height: 200px;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-card-light-social-media-services);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new.social-media-services-hidden {
    display: none !important;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(239, 68, 68, 0.3);
    z-index: 5;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new:hover img {
    transform: scale(1.08);
}

.social-media-services-gallery-section-new .social-media-services-image-caption-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    color: var(--text-white-social-media-services);
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
    background: rgba(239, 68, 68, 0.9);
    transition: all 0.4s ease;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new:hover .social-media-services-image-caption-new {
    transform: translateY(100%);
    opacity: 0;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new:hover .social-media-services-category-badge-new {
    opacity: 0 !important;
    transition: opacity 0.4s;
}

.social-media-services-category-badge-new {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    background: rgba(8, 8, 8, 0.85);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-white-social-media-services);
    font-family: 'regular';
}

.social-media-services-category-badge-new i {
    font-size: 0.75rem;
}

.social-media-services-gallery-item-new[data-category="instagram"] .social-media-services-category-badge-new {
    border-color: var(--color-instagram-social-media-services);
    color: var(--color-instagram-social-media-services);
}

.social-media-services-gallery-item-new[data-category="youtube"] .social-media-services-category-badge-new {
    border-color: var(--color-youtube-social-media-services);
    color: var(--color-youtube-social-media-services);
}

.social-media-services-gallery-item-new[data-category="rubika"] .social-media-services-category-badge-new {
    border-color: var(--color-rubika-social-media-services);
    color: var(--color-rubika-social-media-services);
}

.social-media-services-gallery-item-new[data-category="telegram"] .social-media-services-category-badge-new {
    border-color: var(--color-telegram-social-media-services);
    color: var(--color-telegram-social-media-services);
}

.social-media-services-gallery-item-new[data-category="ble"] .social-media-services-category-badge-new {
    border-color: var(--color-ble-social-media-services);
    color: var(--color-ble-social-media-services);
}

.social-media-services-plus-icon-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--accent-red-social-media-services);
    border-radius: 50%;
    color: var(--text-white-social-media-services);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
    font-weight: bold;
    box-shadow: 0 5px 20px rgba(239, 68, 68, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-services-plus-icon-new svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.social-media-services-gallery-section-new .social-media-services-gallery-item-new:hover .social-media-services-plus-icon-new {
    opacity: 1 !important;
}

/* ============================================================
Category Description Box
============================================================ */
.social-media-services-category-description {
    margin-top: 0;
    background: var(--bg-dark-social-media-services);
    border: 1px solid var(--border-light-social-media-services);
    border-radius: 20px;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.social-media-services-category-description.social-media-services-visible {
    opacity: 1;
    max-height: 2000px;
    padding: 40px;
    margin-top: 3rem;
    visibility: visible;
}

.social-media-services-category-description::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    transition: width 0.6s ease;
}

.social-media-services-category-description.social-media-services-visible::before {
    width: 100%;
}

.social-media-services-category-description[data-category="instagram"]::before {
    background: linear-gradient(90deg, var(--color-instagram-social-media-services), transparent);
}

.social-media-services-category-description[data-category="youtube"]::before {
    background: linear-gradient(90deg, var(--color-youtube-social-media-services), transparent);
}

.social-media-services-category-description[data-category="rubika"]::before {
    background: linear-gradient(90deg, var(--color-rubika-social-media-services), transparent);
}

.social-media-services-category-description[data-category="telegram"]::before {
    background: linear-gradient(90deg, var(--color-telegram-social-media-services), transparent);
}

.social-media-services-category-description[data-category="ble"]::before {
    background: linear-gradient(90deg, var(--color-ble-social-media-services), transparent);
}

.social-media-services-category-description-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-light-social-media-services);
}

.social-media-services-category-description-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--text-white-social-media-services);
    flex-shrink: 0;
}

.social-media-services-category-description[data-category="instagram"] .social-media-services-category-description-icon {
    background: var(--color-instagram-social-media-services);
}

.social-media-services-category-description[data-category="youtube"] .social-media-services-category-description-icon {
    background: var(--color-youtube-social-media-services);
}

.social-media-services-category-description[data-category="rubika"] .social-media-services-category-description-icon {
    background: var(--color-rubika-social-media-services);
}

.social-media-services-category-description[data-category="telegram"] .social-media-services-category-description-icon {
    background: var(--color-telegram-social-media-services);
}

.social-media-services-category-description[data-category="ble"] .social-media-services-category-description-icon {
    background: var(--color-ble-social-media-services);
}

.social-media-services-category-description-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.social-media-services-category-description[data-category="instagram"] .social-media-services-category-description-title {
    color: var(--color-instagram-social-media-services);
}

.social-media-services-category-description[data-category="youtube"] .social-media-services-category-description-title {
    color: var(--color-youtube-social-media-services);
}

.social-media-services-category-description[data-category="rubika"] .social-media-services-category-description-title {
    color: var(--color-rubika-social-media-services);
}

.social-media-services-category-description[data-category="telegram"] .social-media-services-category-description-title {
    color: var(--color-telegram-social-media-services);
}

.social-media-services-category-description[data-category="ble"] .social-media-services-category-description-title {
    color: var(--color-ble-social-media-services);
}

.social-media-services-category-description-body {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s ease;
    max-height: 180px;
    line-height: 2;
}

.social-media-services-category-description-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-dark-social-media-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.social-media-services-category-description.social-media-services-expanded .social-media-services-category-description-body {
    max-height: 5000px;
}

.social-media-services-category-description.social-media-services-expanded .social-media-services-category-description-body::after {
    opacity: 0;
}

.social-media-services-category-description-body p {
    font-size: 1rem;
    color: var(--text-muted-social-media-services);
    line-height: 2.1;
    margin-bottom: 15px;
    font-weight: 300;
}

.social-media-services-category-description-body p strong {
    color: var(--accent-red-social-media-services);
    font-weight: 600;
}

.social-media-services-category-description-footer {
    display: flex;
    justify-content: right;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.social-media-services-category-description-toggle,
.social-media-services-category-description-close {
    background: transparent;
    border: 2px solid var(--accent-red-social-media-services);
    color: var(--accent-red-social-media-services);
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-family: 'medium';
}

.social-media-services-category-description-toggle:hover,
.social-media-services-category-description-close:hover {
    background: var(--accent-red-social-media-services);
    color: var(--text-white-social-media-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.3);
}

.social-media-services-category-description-close {
    border-color: var(--text-gray-social-media-services);
    color: var(--text-gray-social-media-services);
    display: none;
}

.social-media-services-category-description-close:hover {
    border-color: var(--accent-red-social-media-services);
    background: var(--accent-red-social-media-services);
    color: var(--text-white-social-media-services);
}

.social-media-services-category-description.social-media-services-expanded .social-media-services-category-description-close {
    display: inline-flex;
}

.social-media-services-category-description.social-media-services-expanded .social-media-services-category-description-toggle {
    display: none;
}

.social-media-services-category-description-toggle svg,
.social-media-services-category-description-close svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

/* ============================================================
Process Section
============================================================ */
.social-media-services-process-section {
    padding: 100px 0;
    background: var(--bg-dark-social-media-services);
    position: relative;
}

.social-media-services-process-section .social-media-services-process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.social-media-services-process-section .social-media-services-process-timeline::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gradient-red-social-media-services);
    transform: translateX(50%);
}

.social-media-services-process-section .social-media-services-process-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.social-media-services-process-section .social-media-services-process-item:last-child {
    margin-bottom: 0;
}

.social-media-services-process-section .social-media-services-process-item:nth-child(even) {
    flex-direction: row-reverse;
}

.social-media-services-process-section .social-media-services-process-content {
    width: 45%;
    background: var(--bg-card-social-media-services);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-light-social-media-services);
    transition: all 0.4s ease;
}

.social-media-services-process-section .social-media-services-process-content:hover {
    border-color: var(--accent-red-social-media-services);
    box-shadow: 0 15px 40px rgba(239, 68, 68, 0.2);
    transform: translateY(-5px);
}

.social-media-services-process-section .social-media-services-process-number {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    background: var(--gradient-red-social-media-services);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-white-social-media-services);
    box-shadow: 0 5px 20px rgba(239, 68, 68, 0.4);
    z-index: 2;
}

.social-media-services-process-section .social-media-services-process-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-white-social-media-services);
    margin-bottom: 10px;
}

.social-media-services-process-section .social-media-services-process-text {
    font-size: 0.95rem;
    color: var(--text-muted-social-media-services);
    line-height: 1.7;
}

/* ============================================================
Form Section
============================================================ */
.social-media-services-form-section {
    padding: 100px 0;
    background: var(--bg-dark-social-media-services);
    position: relative;
}

.social-media-services-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-red-social-media-services), transparent);
}

.social-media-services-form-section .social-media-services-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.social-media-services-form-section .social-media-services-form-info {
    padding: 40px;
    background: var(--bg-card-social-media-services);
    border-radius: 20px;
    border: 1px solid var(--border-light-social-media-services);
}

.social-media-services-form-section .social-media-services-form-info-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-white-social-media-services);
    margin-bottom: 20px;
    line-height: 1.4;
}

.social-media-services-form-section .social-media-services-form-info-title span {
    color: var(--accent-red-social-media-services);
}

.social-media-services-form-section .social-media-services-form-info-text {
    font-size: 1.05rem;
    color: var(--text-muted-social-media-services);
    line-height: 1.8;
    margin-bottom: 30px;
}

.social-media-services-form-section .social-media-services-form-features {
    list-style: none;
}

.social-media-services-form-section .social-media-services-form-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--text-light-social-media-services);
    font-size: 1rem;
}

.social-media-services-form-section .social-media-services-form-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--accent-red-social-media-services);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.social-media-services-form-section .social-media-services-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--accent-red-social-media-services);
    box-shadow: 0 15px 50px rgba(239, 68, 68, 0.2);
}

.social-media-services-form-section .social-media-services-form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark-social-media-services);
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid var(--accent-red-social-media-services);
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.social-media-services-form-section .social-media-services-form-group {
    margin-bottom: 20px;
}

.social-media-services-form-section .social-media-services-form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-dark-social-media-services);
    margin-bottom: 8px;
}

.social-media-services-required {
    color: var(--accent-orange-social-media-services);
}

.social-media-services-form-section .social-media-services-form-group input,
.social-media-services-form-section .social-media-services-form-group textarea,
.social-media-services-form-section .social-media-services-form-group select {
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: var(--primary-dark-social-media-services);
    font-size: 0.95rem;
    font-family: 'medium';
}

.social-media-services-form-section .social-media-services-form-group input:focus,
.social-media-services-form-section .social-media-services-form-group textarea:focus,
.social-media-services-form-section .social-media-services-form-group select:focus {
    outline: none;
    border-color: var(--accent-red-social-media-services);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
}

.social-media-services-form-section .social-media-services-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.social-media-services-form-section .social-media-services-form-submit {
    width: 100%;
    background: var(--gradient-red-social-media-services);
    color: var(--text-white-social-media-services);
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'medium';
    transition: all 0.3s ease;
}

.social-media-services-form-section .social-media-services-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.4);
}

/* ============================================================
Testimonials Section
============================================================ */
.social-media-services-testimonials-section {
    padding: 100px 0;
    background: var(--bg-dark-social-media-services);
}

.social-media-services-testimonials-section .social-media-services-testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
}

.social-media-services-testimonials-section .social-media-services-testimonial-card-main {
    background: var(--bg-card-social-media-services);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid var(--border-light-social-media-services);
    text-align: center;
    position: relative;
}

.social-media-services-testimonials-section .social-media-services-testimonial-quote {
    font-size: 4rem;
    color: var(--accent-red-social-media-services);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: serif;
}

.social-media-services-testimonials-section .social-media-services-testimonial-text-main {
    font-size: 1.2rem;
    color: var(--text-light-social-media-services);
    line-height: 1.9;
    margin-bottom: 30px;
    font-style: italic;
}

.social-media-services-testimonials-section .social-media-services-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.social-media-services-testimonials-section .social-media-services-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--accent-red-social-media-services);
    overflow: hidden;
}

.social-media-services-testimonials-section .social-media-services-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-media-services-testimonials-section .social-media-services-testimonial-info h4 {
    font-size: 1.1rem;
    color: var(--text-white-social-media-services);
    font-weight: 700;
}

.social-media-services-testimonials-section .social-media-services-testimonial-info p {
    font-size: 0.9rem;
    color: var(--accent-red-social-media-services);
}

.social-media-services-testimonials-section .social-media-services-testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.social-media-services-testimonials-section .social-media-services-testimonial-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-card-social-media-services);
    border: 2px solid var(--border-light-social-media-services);
    color: var(--accent-red-social-media-services);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-media-services-testimonials-section .social-media-services-testimonial-btn:hover {
    background: var(--accent-red-social-media-services);
    color: var(--text-white-social-media-services);
}

.social-media-services-testimonials-section .social-media-services-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-media-services-testimonials-section .social-media-services-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-light-social-media-services);
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-media-services-testimonials-section .social-media-services-testimonial-dot.social-media-services-active {
    background: var(--accent-red-social-media-services);
    width: 30px;
    border-radius: 6px;
}

/* ============================================================
FAQ Section
============================================================ */
.social-media-services-faq-section {
    padding: 100px 0;
    background: var(--bg-card-social-media-services);
}

.social-media-services-faq-section .social-media-services-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.social-media-services-faq-section .social-media-services-faq-item {
    background: var(--bg-dark-social-media-services);
    border: 1px solid var(--border-light-social-media-services);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.social-media-services-faq-section .social-media-services-faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white-social-media-services);
}

.social-media-services-faq-section .social-media-services-faq-icon {
    width: 24px;
    height: 24px;
    stroke: var(--accent-red-social-media-services);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.social-media-services-faq-section .social-media-services-faq-item.social-media-services-active .social-media-services-faq-icon {
    transform: rotate(180deg);
}

.social-media-services-faq-section .social-media-services-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 25px;
    color: var(--text-muted-social-media-services);
    line-height: 1.8;
}

.social-media-services-faq-section .social-media-services-faq-item.social-media-services-active .social-media-services-faq-answer {
    max-height: 1500px;
    padding: 0 25px 25px;
}

.social-media-services-faq-section .social-media-services-faq-answer p {
    margin-bottom: 12px;
    font-size: 0.98rem;
}

.social-media-services-faq-section .social-media-services-faq-answer p:last-child {
    margin-bottom: 0;
}

.social-media-services-faq-section .social-media-services-faq-answer strong {
    color: var(--accent-red-social-media-services);
    font-weight: 600;
}

.social-media-services-faq-section .social-media-services-faq-answer ul {
    list-style: none;
    padding-right: 0;
    margin: 10px 0;
}

.social-media-services-faq-section .social-media-services-faq-answer ul li {
    padding: 6px 0;
    padding-right: 25px;
    position: relative;
}

.social-media-services-faq-section .social-media-services-faq-answer ul li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: var(--accent-red-social-media-services);
    font-weight: bold;
}

/* ============================================================
Readmore Section
============================================================ */
.social-media-services-readmore-section {
    padding: 100px 0;
    background: var(--bg-dark-social-media-services);
    position: relative;
}

.social-media-services-readmore-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-red-social-media-services), transparent);
}

.social-media-services-readmore-section .social-media-services-container {
    max-width: 900px;
}

.social-media-services-readmore-content {
    background: var(--bg-card-social-media-services);
    padding: 40px 45px;
    border: 1px solid var(--border-light-social-media-services);
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.social-media-services-readmore-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-red-social-media-services);
    transition: width 0.6s ease;
}

.social-media-services-readmore-content:hover::before {
    width: 100%;
}

.social-media-services-readmore-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.social-media-services-readmore-header h3 {
    font-size: 1.8rem;
    color: var(--accent-red-social-media-services);
    font-weight: 700;
}

.social-media-services-readmore-body {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    line-height: 2;
}

.social-media-services-readmore-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-card-social-media-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.social-media-services-readmore-content.social-media-services-expanded .social-media-services-readmore-body {
    max-height: 5000px;
}

.social-media-services-readmore-content.social-media-services-expanded .social-media-services-readmore-body::after {
    opacity: 0;
}

.social-media-services-readmore-body p {
    font-size: 1rem;
    color: var(--text-muted-social-media-services);
    line-height: 2.1;
    margin-bottom: 18px;
    font-weight: 300;
}

.social-media-services-readmore-body p strong {
    color: var(--accent-red-social-media-services);
    font-weight: 600;
}

.social-media-services-readmore-footer {
    display: flex;
    justify-content: right;
    margin-top: 20px;
}

.social-media-services-readmore-toggle {
    background: transparent;
    color: var(--accent-red-social-media-services);
    border: 2px solid var(--accent-red-social-media-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.social-media-services-readmore-toggle:hover {
    background: var(--accent-red-social-media-services);
    color: var(--text-white-social-media-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.3);
}

.social-media-services-readmore-toggle svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.social-media-services-readmore-content.social-media-services-expanded .social-media-services-readmore-toggle svg {
    transform: rotate(180deg);
}

.social-media-services-close-btn {
    display: none;
    background: transparent;
    border: 2px solid var(--text-gray-social-media-services);
    color: var(--text-gray-social-media-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px auto 0;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.social-media-services-close-btn:hover {
    border-color: var(--accent-red-social-media-services);
    color: var(--accent-red-social-media-services);
}

.social-media-services-close-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.social-media-services-readmore-content.social-media-services-expanded .social-media-services-close-btn {
    display: inline-flex;
}

.social-media-services-readmore-content.social-media-services-expanded .social-media-services-readmore-toggle {
    display: none;
}

/* ============================================================
Lightbox
============================================================ */
.social-media-services-lightbox-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.95);
    z-index: 3000;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    display: flex;
    direction: ltr;
}

.social-media-services-lightbox-new.social-media-services-active {
    visibility: visible;
    opacity: 1;
}

.social-media-services-lightbox-new .social-media-services-lightbox-content-new {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 90%;
    background: var(--bg-card-social-media-services);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid var(--accent-red-social-media-services);
}

.social-media-services-lightbox-new .social-media-services-lightbox-image-wrapper-new {
    flex: 0 0 45%;
    background: var(--bg-card-social-media-services);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}

.social-media-services-lightbox-new .social-media-services-lightbox-image-new {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
}

.social-media-services-lightbox-new .social-media-services-lightbox-caption-new {
    flex: 0 0 55%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    direction: rtl;
    text-align: right;
    border-right: 2px solid var(--border-red-social-media-services);
    overflow-y: auto;
}

.social-media-services-lightbox-new .social-media-services-caption-text-new h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-red-social-media-services);
    border-bottom: 3px solid var(--accent-red-social-media-services);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.social-media-services-lightbox-new .social-media-services-caption-cat-badge-new {
    background: rgba(239, 68, 68, 0.1);
    color: var(--accent-red-social-media-services);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    border: 2px solid var(--accent-red-social-media-services);
    width: fit-content;
}

.social-media-services-lightbox-new .social-media-services-full-description-new {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light-social-media-services);
}

.social-media-services-lightbox-new .social-media-services-btn-view-project-new {
    background-color: var(--accent-red-social-media-services);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: var(--text-white-social-media-services);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
    border: none;
    cursor: pointer;
    font-family: 'medium';
}

.social-media-services-lightbox-new .social-media-services-lb-close-new {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #dc2626;
    border: none;
    color: white;
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
}

.social-media-services-lightbox-new .social-media-services-lb-nav-new {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(239, 68, 68, 0.8);
    border: none;
    color: var(--text-white-social-media-services);
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
}

.social-media-services-lightbox-new .social-media-services-lb-prev-new {
    left: 20px;
}

.social-media-services-lightbox-new .social-media-services-lb-next-new {
    right: 20px;
}

/* ============================================================
Responsive
============================================================ */
@media (max-width: 1200px) {
    .social-media-services-gallery-section-new .social-media-services-gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .social-media-services-hero-section .social-media-services-hero-title {
        font-size: 2.5rem;
    }

    .social-media-services-benefits-section .social-media-services-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .social-media-services-form-section .social-media-services-form-wrapper {
        grid-template-columns: 1fr;
    }

    .social-media-services-gallery-section-new .social-media-services-gallery-masonry {
        column-count: 2;
    }

    .social-media-services-process-section .social-media-services-process-timeline::before {
        right: 30px;
    }

    .social-media-services-process-section .social-media-services-process-item,
    .social-media-services-process-section .social-media-services-process-item:nth-child(even) {
        flex-direction: row;
    }

    .social-media-services-process-section .social-media-services-process-content {
        width: calc(100% - 80px);
        margin-right: 80px;
    }

    .social-media-services-process-section .social-media-services-process-number {
        right: 30px;
        transform: translateX(50%);
    }
}

@media (max-width: 768px) {
    .social-media-services-hero-section .social-media-services-hero-title {
        font-size: 2rem;
    }

    .social-media-services-hero-section .social-media-services-hero-subtitle {
        font-size: 1rem;
    }

    .social-media-services-section-title {
        font-size: 2rem;
    }

    .social-media-services-benefits-section .social-media-services-benefits-grid {
        grid-template-columns: 1fr;
    }

    .social-media-services-gallery-section-new .social-media-services-gallery-masonry {
        column-count: 2;
    }

    .social-media-services-testimonials-section .social-media-services-testimonial-card-main {
        padding: 30px 20px;
    }

    .social-media-services-category-description {
        padding: 25px 20px;
    }

    .social-media-services-category-description.social-media-services-visible {
        padding: 25px 20px;
    }

    .social-media-services-category-description-title {
        font-size: 1.3rem;
    }

    .social-media-services-readmore-content {
        padding: 25px 20px;
    }

    .social-media-services-readmore-header h3 {
        font-size: 1.4rem;
    }

    .social-media-services-lightbox-new .social-media-services-lightbox-content-new {
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .social-media-services-lightbox-new .social-media-services-lightbox-image-wrapper-new {
        flex: 0 0 auto;
        width: 100%;
        min-height: 40vh;
    }

    .social-media-services-lightbox-new .social-media-services-lightbox-caption-new {
        flex: 1;
        width: 100%;
        padding: 1.5rem;
        border-right: none;
    }
}

@media (max-width: 500px) {
    .social-media-services-gallery-section-new .social-media-services-gallery-masonry {
        column-count: 1;
    }
}

@media (max-width: 960px) {
    .social-media-services-gallery-section-new .social-media-services-filter-buttons-new {
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        border-radius: 60px;
        gap: 0.4rem;
        padding: 0.4rem;
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new {
        width: auto;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        border-width: 2px;
        border-style: solid;
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"] {
        border-color: rgba(239, 68, 68, 0.5);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"] {
        border-color: rgba(225, 48, 108, 0.5);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"] {
        border-color: rgba(255, 0, 0, 0.5);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"] {
        border-color: rgba(123, 31, 162, 0.5);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"] {
        border-color: rgba(0, 136, 204, 0.5);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"] {
        border-color: rgba(255, 111, 0, 0.5);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="all"] i {
        color: var(--accent-red-social-media-services);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="instagram"] i {
        color: var(--color-instagram-social-media-services);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="youtube"] i {
        color: var(--color-youtube-social-media-services);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="rubika"] i {
        color: var(--color-rubika-social-media-services);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="telegram"] i {
        color: var(--color-telegram-social-media-services);
    }

    .social-media-services-gallery-section-new .social-media-services-filter-btn-new[data-filter="ble"] i {
        color: var(--color-ble-social-media-services);
    }
}

/* ============================================ */
/* === website-design-services === */
/* ============================================ */

:root {
    --primary-dark-website-design-services: #080808;
    --primary-dark-secondary-website-design-services: #1a1a1a;
    --primary-dark-tertiary-website-design-services: #2a2a2a;
    --accent-gold-website-design-services: #ffd966;
    --accent-gold-light-website-design-services: #ffe699;
    --accent-gold-dark-website-design-services: #d4a869;
    --accent-orange-website-design-services: #ff6b35;
    --text-white-website-design-services: #ffffff;
    --text-light-website-design-services: #f5f5f5;
    --text-muted-website-design-services: rgba(255, 255, 255, 0.7);
    --text-gray-website-design-services: #b0b0b0;
    --bg-dark-website-design-services: #080808;
    --bg-card-website-design-services: #1a1a1a;
    --bg-card-light-website-design-services: #2a2a2a;
    --border-light-website-design-services: rgba(255, 217, 102, 0.2);
    --border-gold-website-design-services: rgba(255, 217, 102, 0.4);
    --shadow-gold-website-design-services: 0 10px 40px rgba(255, 217, 102, 0.15);
    --shadow-dark-website-design-services: 0 10px 40px rgba(0, 0, 0, 0.5);
    --gradient-primary-website-design-services: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    --gradient-gold-website-design-services: linear-gradient(135deg, #ffd966 0%, #ffe699 100%);
    --gradient-dark-website-design-services: linear-gradient(135deg, #080808 0%, #1a1a1a 100%);
    --color-company-website-design-services: #3b82f6;
    --color-shop-website-design-services: #a855f7;
    --color-personal-website-design-services: #ffd966;
    --color-edu-website-design-services: #22c55e;
}

.website-design-services {
    background-color: var(--bg-dark-website-design-services);
    color: var(--text-light-website-design-services);
    direction: rtl;
}

.website-design-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.website-design-services .header {
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid #ffd966;
}

.website-design-services .header.scrolled {
    padding-top: 0;
    border-top-color: transparent;
}

.website-design-services .header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.website-design-services .header .top-bar {
    background: #1a1a1a;
    padding: 10px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 50px;
    opacity: 1;
    overflow: hidden;
}

.website-design-services .header.scrolled .top-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.website-design-services .header .top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.website-design-services .header .top-links {
    display: flex;
    gap: 25px;
}

.website-design-services .header .top-links a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    transition: color 0.4s ease;
}

.website-design-services .header .top-links a:hover {
    color: #ffd966;
}

.website-design-services .header .social-icons {
    display: flex;
    gap: 15px;
}

.website-design-services .header .social-icons a {
    color: #b0b0b0;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 5px 15px !important;
}

.website-design-services .header .social-icons a:hover {
    color: #ffd966;
    background-color: transparent !important;
}

.website-design-services .header .middle-bar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80px;
    opacity: 1;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 20px;
}

.website-design-services .header.scrolled .middle-bar {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border-bottom: none;
}

.website-design-services .header .logo {
    font-size: 28px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.5s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.website-design-services .header .logo-text {
    color: #ffd966;
}

.website-design-services .header .search-area {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    max-width: 600px;
    margin: 0 15px;
    min-width: 0;
}

.website-design-services .header .search-box {
    flex-grow: 1;
    position: relative;
    min-width: 200px;
}

.website-design-services .header .search-box input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    border: 1px solid rgba(60, 158, 100, 0.2);
    border-radius: 6px;
    font-size: 14px;
    background: #1a1a1a;
    color: #f5f5f5;
    transition: all 0.4s ease;
}

.website-design-services .header .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.website-design-services .header .search-box input:focus {
    outline: none;
    border-color: #ffd966;
    box-shadow: 0 0 0 3px rgba(60, 158, 100, 0.15);
    background: #2a2a2a;
}

.website-design-services .header .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #b0b0b0;
    transition: color 0.4s ease;
}

.website-design-services .header .search-box input:focus + i {
    color: #ffd966;
}

.website-design-services .header .signup-btn {
    background: #ffd966;
    border-color: #ffd966;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.website-design-services .header .signup-btn:hover {
    background: transparent;
    color: #ff0000;
}

.website-design-services .header .signup-btn::before {
    background: hsl(56deg 100% 50%);
    content: "";
    inset: 0;
    position: absolute;
    transform: scalex(0);
    transform-origin: right;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
    border-radius: 10px;
}

.website-design-services .header .signup-btn:hover::before {
    transform: scalex(1);
    transform-origin: right;
}

.website-design-services .header .main-nav {
    padding: 12px 0;
    background: #1a1a1a;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.website-design-services .header.scrolled .main-nav {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background: #080808;
}

.website-design-services .header .nav-menu {
    display: flex;
    list-style: none;
    justify-content: start;
    position: relative;
}

.website-design-services .header .nav-menu > li {
    position: relative;
    padding-left: 15px;
}

.website-design-services .header .nav-menu > li > a {
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    transition: all 0.4s ease;
    border-radius: 4px;
    position: relative;
    font-family: 'demibold';
    cursor: pointer;
}

.website-design-services .header .nav-menu > li > a i {
    position: relative;
    top: 3px;
    transition: all .7s;
}

.website-design-services .header .nav-menu > li > a:hover {
    color: #ffd966;
    font-family: 'bold';
    transition: all .7s;
}

.website-design-services .header .nav-menu > li > a:hover > i {
    transform: rotate(90deg);
    color: #ffd966;
    transition: all .7s;
}

.website-design-services .header .submenu {
    position: absolute;
    top: 150%;
    right: 0;
    background: #1a1a1a;
    min-width: 250px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1001;
    padding: 0;
    border-top: 3px solid #ffd966;
}

.website-design-services .header .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.website-design-services .header .submenu li {
    list-style: none;
}

.website-design-services .header .submenu a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.website-design-services .header .submenu a:hover {
    background-color: #ffd966;
    color: #ff0000;
    border-right: 3px solid #ffd966;
    padding-right: 25px;
}

/* ===== هدر موبایل - اختصاصی digital-marketing-services ===== */
.website-design-services .mobile-header {
    display: none;
    background: #080808;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding: 12px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #ffd966;
    transition: all 0.3s ease;
}

.website-design-services .mobile-header.scrolled {
    border-top-color: transparent;
}

.website-design-services .mobile-header .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.website-design-services .mobile-header .mobile-logo {
    font-size: 22px;
    font-weight: bold;
    color: #f5f5f5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
}

.website-design-services .mobile-header .mobile-logo-text {
    color: #ffd966;
}

.website-design-services .mobile-header .mobile-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.website-design-services .mobile-header .mobile-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #b0b0b0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.website-design-services .mobile-header .mobile-btn:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #ffd966;
}

.website-design-services .mobile-header .menu-btn {
    background: #ffd966;
    color: white;
}

.website-design-services .mobile-header .menu-btn:hover {
    background: #2d7a4c;
    color: white;
}

/* ===== منوی موبایل - اختصاصی digital-marketing-services ===== */
.website-design-services .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: #080808;
    z-index: 1200;
    overflow-y: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);
}

.website-design-services .mobile-menu-overlay.open {
    right: 0;
}

.website-design-services .menu-dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1199;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.website-design-services .menu-dark-overlay.active {
    opacity: 1;
    visibility: visible;
}

.website-design-services .mobile-menu-overlay .mobile-menu-header {
    background: #1a1a1a;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f5f5f5;
    border-bottom: 2px solid #ffd966;
}

.website-design-services .mobile-menu-overlay .mobile-menu-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffd966;
}

.website-design-services .mobile-menu-overlay .close-menu-btn {
    background: rgba(60, 158, 100, 0.2);
    border: none;
    color: #ffd966;
    width: 36px;
    height: 36px;
    line-height: 43px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.website-design-services .mobile-menu-overlay .close-menu-btn:hover {
    background: #ffd966;
    color: #fff;
}

.website-design-services .mobile-menu-overlay .mobile-menu {
    list-style: none;
    padding: 15px 0;
}

.website-design-services .mobile-menu-overlay .mobile-menu li {
    border-bottom: 1px solid rgba(60, 158, 100, 0.2);
}

.website-design-services .mobile-menu-overlay .mobile-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    text-decoration: none;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.website-design-services .mobile-menu-overlay .mobile-menu > li > a:hover {
    background: rgba(60, 158, 100, 0.1);
    color: #ffd966;
}

.website-design-services .mobile-menu-overlay .mobile-submenu-toggle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #b0b0b0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.website-design-services .mobile-menu-overlay .mobile-submenu-toggle:hover {
    color: #ffd966;
}

.website-design-services .mobile-menu-overlay .mobile-submenu-toggle i {
    transition: transform 0.3s ease;
}

.website-design-services .mobile-menu-overlay .mobile-submenu-toggle.active i {
    transform: rotate(180deg);
}

.website-design-services .mobile-menu-overlay .mobile-submenu {
    list-style: none;
    background: #1a1a1a;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.website-design-services .mobile-menu-overlay .mobile-submenu.active {
    max-height: 500px;
}

.website-design-services .mobile-menu-overlay .mobile-submenu li {
    border-bottom: none;
}

.website-design-services .mobile-menu-overlay .mobile-submenu a {
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all 0.3s ease;
    border-right: 3px solid transparent;
}

.website-design-services .mobile-menu-overlay .mobile-submenu a:hover {
    background: rgba(60, 158, 100, 0.15);
    color: #ffd966;
    border-right: 3px solid #ffd966;
}

@media (max-width: 1100px) {
    .website-design-services .header .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .website-design-services .header .nav-menu > li > a {
        font-size: 13px;
        padding: 6px 10px;
    }

    .website-design-services .header .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        background: transparent;
        display: none;
        width: 100%;
    }

    .website-design-services .header .has-submenu:hover .submenu {
        display: block;
    }
}

@media (max-width: 992px) {
    .website-design-services .header .top-bar-content {
        flex-direction: column;
        gap: 12px;
    }

    .website-design-services .header .middle-bar {
        flex-wrap: wrap;
        gap: 15px;
    }

    .website-design-services .header .search-area {
        margin: 0;
        width: 100%;
        max-width: 100%;
        order: 3;
    }

    .website-design-services .header .search-box {
        width: 100%;
    }

    .website-design-services .header .signup-btn {
        width: 100%;
        order: 2;
    }

    .website-design-services .header .logo {
        font-size: 26px;
        order: 1;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .website-design-services .header {
        display: none;
    }

    .website-design-services .mobile-header {
        display: block;
    }
}

@media (max-width: 480px) {
    .website-design-services .mobile-header .mobile-logo {
        font-size: 20px;
        max-width: 50%;
    }

    .website-design-services .mobile-header .mobile-buttons {
        gap: 8px;
    }

    .website-design-services .mobile-header .mobile-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .website-design-services .header .logo-text {
        font-size: 26px;
    }
}

/* ============================================================
انیمیشن‌ها
============================================================ */
.website-design-services-aos-fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.website-design-services-aos-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@keyframes website-design-services-fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes website-design-services-slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes website-design-services-slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes website-design-services-expandWidth {
    to {
        transform: scaleX(1);
    }
}

@keyframes website-design-services-countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes website-design-services-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes website-design-services-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes website-design-services-glow {
    from {
        box-shadow: 0 0 10px rgba(255, 217, 102, 0.3);
    }
    to {
        box-shadow: 0 0 30px rgba(255, 217, 102, 0.6);
    }
}

/* ============================================================
Section Header عمومی
============================================================ */
.website-design-services-section-header {
    text-align: center;
    margin-bottom: 70px;
}

.website-design-services-section-badge {
    display: inline-block;
    background: rgba(255, 217, 102, 0.1);
    border: 1px solid var(--accent-gold-website-design-services);
    color: var(--accent-gold-website-design-services);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.website-design-services-section-badge:hover {
    background: var(--accent-gold-website-design-services);
    color: var(--primary-dark-website-design-services);
    transform: scale(1.05);
}

.website-design-services-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--text-white-website-design-services);
    margin-bottom: 15px;
}

.website-design-services-section-title span {
    color: var(--accent-gold-website-design-services);
    position: relative;
}

.website-design-services-section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted-website-design-services);
    max-width: 700px;
    margin: 0 auto;
}

/* ============================================================
Hero Section
============================================================ */
.website-design-services-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(8, 8, 8, 0.95) 0%, rgba(26, 26, 26, 0.85) 100%),
    url('images/a1.webp') center/cover;
    overflow: hidden;
    padding-top:195px;
}

.website-design-services-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 217, 102, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: website-design-services-pulse 4s ease-in-out infinite;
}

.website-design-services-hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(42, 42, 42, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: website-design-services-float 6s ease-in-out infinite;
}

.website-design-services-hero-section .website-design-services-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    padding: 40px 20px;
}

.website-design-services-hero-section .website-design-services-hero-badge {
    display: inline-block;
    background: rgba(255, 217, 102, 0.15);
    border: 1px solid var(--accent-gold-website-design-services);
    color: var(--accent-gold-website-design-services);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 25px;
    animation: website-design-services-slideDown 0.8s ease forwards, website-design-services-glow 2s ease-in-out infinite alternate;
}

.website-design-services-hero-section .website-design-services-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--text-white-website-design-services);
    line-height: 1.3;
    margin-bottom: 20px;
    animation: website-design-services-fadeIn 1s ease 0.3s forwards;
    opacity: 0;
}

.website-design-services-hero-section .website-design-services-hero-title span {
    color: var(--accent-gold-website-design-services);
    position: relative;
    display: inline-block;
    animation: website-design-services-slideUp 1s ease 0.6s forwards;
    opacity: 0;
}

.website-design-services-hero-section .website-design-services-hero-title span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 4px;
    background: var(--accent-gold-website-design-services);
    border-radius: 2px;
    animation: website-design-services-expandWidth 1s ease 1s forwards;
    transform: scaleX(0);
}

.website-design-services-hero-section .website-design-services-hero-subtitle {
    font-size: 1.3rem;
    color: var(--text-muted-website-design-services);
    margin-bottom: 35px;
    line-height: 1.8;
    animation: website-design-services-fadeIn 1s ease 0.6s forwards;
    opacity: 0;
}

.website-design-services-hero-section .website-design-services-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: website-design-services-fadeIn 1s ease 0.9s forwards;
    opacity: 0;
}

.website-design-services-hero-section .website-design-services-btn-primary {
    background: var(--gradient-gold-website-design-services);
    color: var(--primary-dark-website-design-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(255, 217, 102, 0.3);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.website-design-services-hero-section .website-design-services-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 217, 102, 0.5);
}

.website-design-services-hero-section .website-design-services-btn-secondary {
    background: transparent;
    color: var(--text-white-website-design-services);
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid var(--text-white-website-design-services);
}

.website-design-services-hero-section .website-design-services-btn-secondary:hover {
    background: var(--text-white-website-design-services);
    color: var(--primary-dark-website-design-services);
}

.website-design-services-hero-section .website-design-services-hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
    animation: website-design-services-fadeIn 1s ease 1.2s forwards;
    opacity: 0;
}

.website-design-services-hero-section .website-design-services-stat-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.website-design-services-hero-section .website-design-services-stat-item:hover {
    transform: translateY(-5px);
}

.website-design-services-hero-section .website-design-services-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-gold-website-design-services);
    display: block;
}

.website-design-services-hero-section .website-design-services-stat-label {
    font-size: 0.9rem;
    color: var(--text-muted-website-design-services);
    margin-top: 5px;
}

/* ============================================================
Benefits Section
============================================================ */
.website-design-services-benefits-section {
    padding: 100px 0;
    background: var(--bg-dark-website-design-services);
    position: relative;
}

.website-design-services-benefits-section .website-design-services-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.website-design-services-benefits-section .website-design-services-benefit-card {
    background: var(--bg-card-website-design-services);
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid var(--border-light-website-design-services);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.website-design-services-benefits-section .website-design-services-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: var(--gradient-gold-website-design-services);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.website-design-services-benefits-section .website-design-services-benefit-card:hover::before {
    transform: scaleX(1);
}

.website-design-services-benefits-section .website-design-services-benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-gold-website-design-services);
    box-shadow: var(--shadow-gold-website-design-services);
}

.website-design-services-benefits-section .website-design-services-benefit-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 217, 102, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.website-design-services-benefits-section .website-design-services-benefit-card:hover .website-design-services-benefit-icon {
    background: var(--accent-gold-website-design-services);
    transform: rotate(360deg) scale(1.1);
}

.website-design-services-benefits-section .website-design-services-benefit-icon svg {
    width: 35px;
    height: 35px;
    stroke: var(--accent-gold-website-design-services);
    fill: none;
    stroke-width: 2;
    transition: all 0.4s ease;
}

.website-design-services-benefits-section .website-design-services-benefit-card:hover .website-design-services-benefit-icon svg {
    stroke: var(--primary-dark-website-design-services);
}

.website-design-services-benefits-section .website-design-services-benefit-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-white-website-design-services);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.website-design-services-benefits-section .website-design-services-benefit-card:hover .website-design-services-benefit-title {
    color: var(--accent-gold-website-design-services);
}

.website-design-services-benefits-section .website-design-services-benefit-text {
    font-size: 0.95rem;
    color: var(--text-muted-website-design-services);
    line-height: 1.8;
}

/* ============================================================
Gallery Section
============================================================ */
.website-design-services-gallery-section-new {
    padding: 100px 0;
    background: var(--bg-card-website-design-services);
    position: relative;
    overflow: hidden;
}

.website-design-services-gallery-section-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-gold-website-design-services), transparent);
}

.website-design-services-gallery-section-new .website-design-services-gallery-container-new {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}

.website-design-services-gallery-section-new .website-design-services-filters-section-new {
    text-align: center;
    margin-bottom: 3rem;
    direction: rtl;
}

.website-design-services-gallery-section-new .website-design-services-filter-buttons-new {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    background: var(--bg-dark-website-design-services);
    padding: 0.5rem;
    border-radius: 60px;
    border: 1px solid var(--border-light-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new {
    background: transparent;
    border: 2px solid transparent;
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease;
    color: var(--text-muted-website-design-services);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazirmatn', sans-serif;
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new i {
    font-size: 1rem;
    transition: all 0.4s ease;
    color: var(--text-muted-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new span {
    transition: all 0.4s ease;
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new:hover {
    background: transparent !important;
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"]:hover {
    border-color: var(--accent-gold-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"]:hover i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"]:hover span {
    color: var(--accent-gold-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"]:hover {
    border-color: var(--color-company-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"]:hover i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"]:hover span {
    color: var(--color-company-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"]:hover {
    border-color: var(--color-shop-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"]:hover i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"]:hover span {
    color: var(--color-shop-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"]:hover {
    border-color: var(--color-personal-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"]:hover i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"]:hover span {
    color: var(--color-personal-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"]:hover {
    border-color: var(--color-edu-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"]:hover i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"]:hover span {
    color: var(--color-edu-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new.active {
    background: transparent !important;
    box-shadow: none !important;
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"].active {
    border-color: var(--accent-gold-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"].active i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"].active span {
    color: var(--accent-gold-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"].active {
    border-color: var(--color-company-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"].active i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"].active span {
    color: var(--color-company-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"].active {
    border-color: var(--color-shop-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"].active i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"].active span {
    color: var(--color-shop-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"].active {
    border-color: var(--color-personal-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"].active i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"].active span {
    color: var(--color-personal-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"].active {
    border-color: var(--color-edu-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"].active i,
.website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"].active span {
    color: var(--color-edu-website-design-services);
}

/* ============================================================
Gallery Masonry - بدون پرش، فقط fade
============================================================ */
.website-design-services-gallery-section-new .website-design-services-gallery-masonry {
    column-count: 4;
    column-gap: 1.5rem;
    margin-top: 2rem;
    direction: rtl;
    position: relative;
    min-height: 200px;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new {
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--bg-card-light-website-design-services);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 0.4s ease;
}

/* حالت مخفی - فقط opacity و display */
.website-design-services-gallery-section-new .website-design-services-gallery-item-new.website-design-services-hidden {
    display: none !important;
}

/* حالت fade-in */
.website-design-services-gallery-section-new .website-design-services-gallery-item-new.website-design-services-fade-enter {
    opacity: 0;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new.website-design-services-fade-enter-active {
    opacity: 1;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 50px rgba(255, 217, 102, 0.3);
    z-index: 5;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new:hover img {
    transform: scale(1.08);
}

.website-design-services-gallery-section-new .website-design-services-image-caption-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(5px);
    color: var(--primary-dark-website-design-services);
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: right;
    background: rgba(255, 217, 102, 0.9);
    transition: all 0.4s ease;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new:hover .website-design-services-image-caption-new {
    transform: translateY(100%);
    opacity: 0;
}

.website-design-services-gallery-section-new .website-design-services-category-badge-new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.85);
    padding: 6px 9px;
    border-radius: 0 16px 0 16px;
    font-size: 0.75rem;
    font-weight: 600;
    border: none;
    display: flex;
    font-family: 'regular';
    align-items: center;
    gap: 6px;
}

.website-design-services-gallery-section-new .website-design-services-category-badge-new i {
    font-size: 0.75rem;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new[data-category="company"] .website-design-services-category-badge-new {
    border-color: var(--color-company-website-design-services);
    color: var(--color-company-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new[data-category="shop"] .website-design-services-category-badge-new {
    border-color: var(--color-shop-website-design-services);
    color: var(--color-shop-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new[data-category="personal"] .website-design-services-category-badge-new {
    border-color: var(--color-personal-website-design-services);
    color: var(--color-personal-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new[data-category="edu"] .website-design-services-category-badge-new {
    border-color: var(--color-edu-website-design-services);
    color: var(--color-edu-website-design-services);
}

.website-design-services-gallery-section-new .website-design-services-plus-icon-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    line-height: 54px;
    text-align: center;
    background: var(--accent-gold-website-design-services);
    border-radius: 50%;
    font-size: 2.5rem;
    color: var(--primary-dark-website-design-services);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
    font-weight: bold;
    box-shadow: 0 5px 20px rgba(255, 217, 102, 0.5);
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new:hover .website-design-services-plus-icon-new {
    opacity: 1 !important;
}

.website-design-services-gallery-section-new .website-design-services-gallery-item-new:hover .website-design-services-category-badge-new {
    opacity: 0 !important;
    transition: opacity 0.4s;
}

/* ============================================================
Category Description Box
============================================================ */
.website-design-services-category-description {
    margin-top: 3rem;
    background: var(--bg-dark-website-design-services);
    border: 1px solid var(--border-light-website-design-services);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    max-height: 0;
    padding: 0 40px;
    margin-top: 0;
    visibility: hidden;
}

.website-design-services-category-description.website-design-services-visible {
    opacity: 1;
    max-height: 2000px;
    padding: 40px;
    margin-top: 3rem;
    visibility: visible;
}

.website-design-services-category-description::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    background: var(--gradient-gold-website-design-services);
    transition: width 0.6s ease;
}

.website-design-services-category-description.website-design-services-visible::before {
    width: 100%;
}

.website-design-services-category-description[data-category="company"]::before {
    background: linear-gradient(90deg, var(--color-company-website-design-services), transparent);
}

.website-design-services-category-description[data-category="shop"]::before {
    background: linear-gradient(90deg, var(--color-shop-website-design-services), transparent);
}

.website-design-services-category-description[data-category="personal"]::before {
    background: linear-gradient(90deg, var(--color-personal-website-design-services), transparent);
}

.website-design-services-category-description[data-category="edu"]::before {
    background: linear-gradient(90deg, var(--color-edu-website-design-services), transparent);
}

.website-design-services-category-description-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-light-website-design-services);
}

.website-design-services-category-description-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-dark-website-design-services);
    flex-shrink: 0;
}

.website-design-services-category-description[data-category="company"] .website-design-services-category-description-icon {
    background: var(--color-company-website-design-services);
}

.website-design-services-category-description[data-category="shop"] .website-design-services-category-description-icon {
    background: var(--color-shop-website-design-services);
}

.website-design-services-category-description[data-category="personal"] .website-design-services-category-description-icon {
    background: var(--color-personal-website-design-services);
}

.website-design-services-category-description[data-category="edu"] .website-design-services-category-description-icon {
    background: var(--color-edu-website-design-services);
}

.website-design-services-category-description-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-white-website-design-services);
}

.website-design-services-category-description[data-category="company"] .website-design-services-category-description-title {
    color: var(--color-company-website-design-services);
}

.website-design-services-category-description[data-category="shop"] .website-design-services-category-description-title {
    color: var(--color-shop-website-design-services);
}

.website-design-services-category-description[data-category="personal"] .website-design-services-category-description-title {
    color: var(--color-personal-website-design-services);
}

.website-design-services-category-description[data-category="edu"] .website-design-services-category-description-title {
    color: var(--color-edu-website-design-services);
}

.website-design-services-category-description-body {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s ease;
    max-height: 180px; /* حدود 1.5 خط - 150 کلمه */
    line-height: 2;
}

.website-design-services-category-description-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-dark-website-design-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.website-design-services-category-description.website-design-services-expanded .website-design-services-category-description-body {
    max-height: 5000px;
}

.website-design-services-category-description.website-design-services-expanded .website-design-services-category-description-body::after {
    opacity: 0;
}

.website-design-services-category-description-body p {
    font-size: 1rem;
    color: var(--text-muted-website-design-services);
    line-height: 2.1;
    margin-bottom: 15px;
    font-weight: 300;
}

.website-design-services-category-description-body p strong {
    color: var(--accent-gold-website-design-services);
    font-weight: 600;
}

.website-design-services-category-description-footer {
    display: flex;
    justify-content: right;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.website-design-services-category-description-toggle,
.website-design-services-category-description-close {
    background: transparent;
    border: 2px solid var(--accent-gold-website-design-services);
    color: var(--accent-gold-website-design-services);
    padding: 10px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    font-family: 'Vazirmatn', sans-serif;
}

.website-design-services-category-description-toggle:hover,
.website-design-services-category-description-close:hover {
    background: var(--accent-gold-website-design-services);
    color: var(--primary-dark-website-design-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 217, 102, 0.3);
}

.website-design-services-category-description-close {
    border-color: var(--text-gray-website-design-services);
    color: var(--text-gray-website-design-services);
    display: none;
}

.website-design-services-category-description-close:hover {
    border-color: var(--accent-gold-website-design-services);
    background: var(--accent-gold-website-design-services);
    color: var(--primary-dark-website-design-services);
}

.website-design-services-category-description.website-design-services-expanded .website-design-services-category-description-close {
    display: inline-flex;
}

.website-design-services-category-description.website-design-services-expanded .website-design-services-category-description-toggle {
    display: none;
}

.website-design-services-category-description-toggle svg,
.website-design-services-category-description-close svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

/* ============================================================
Process Section
============================================================ */
.website-design-services-process-section {
    padding: 100px 0;
    background: var(--bg-dark-website-design-services);
    position: relative;
}

.website-design-services-process-section .website-design-services-process-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}

.website-design-services-process-section .website-design-services-process-timeline::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gradient-gold-website-design-services);
    transform: translateX(50%);
}

.website-design-services-process-section .website-design-services-process-item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.website-design-services-process-section .website-design-services-process-item:last-child {
    margin-bottom: 0;
}

.website-design-services-process-section .website-design-services-process-item:nth-child(even) {
    flex-direction: row-reverse;
}

.website-design-services-process-section .website-design-services-process-content {
    width: 45%;
    background: var(--bg-card-website-design-services);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--border-light-website-design-services);
    transition: all 0.4s ease;
}

.website-design-services-process-section .website-design-services-process-content:hover {
    border-color: var(--accent-gold-website-design-services);
    box-shadow: var(--shadow-gold-website-design-services);
    transform: translateY(-5px);
}

.website-design-services-process-section .website-design-services-process-number {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    background: var(--gradient-gold-website-design-services);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--primary-dark-website-design-services);
    box-shadow: 0 5px 20px rgba(255, 217, 102, 0.4);
    z-index: 2;
}

.website-design-services-process-section .website-design-services-process-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-white-website-design-services);
    margin-bottom: 10px;
}

.website-design-services-process-section .website-design-services-process-text {
    font-size: 0.95rem;
    color: var(--text-muted-website-design-services);
    line-height: 1.7;
}

/* ============================================================
Form Section
============================================================ */
.website-design-services-form-section {
    padding: 100px 0;
    background: var(--bg-dark-website-design-services);
    position: relative;
}

.website-design-services-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-gold-website-design-services), transparent);
}

.website-design-services-form-section .website-design-services-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.website-design-services-form-section .website-design-services-form-info {
    padding: 40px;
    background: var(--bg-card-website-design-services);
    border-radius: 20px;
    border: 1px solid var(--border-light-website-design-services);
}

.website-design-services-form-section .website-design-services-form-info-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--text-white-website-design-services);
    margin-bottom: 20px;
    line-height: 1.4;
}

.website-design-services-form-section .website-design-services-form-info-title span {
    color: var(--accent-gold-website-design-services);
}

.website-design-services-form-section .website-design-services-form-info-text {
    font-size: 1.05rem;
    color: var(--text-muted-website-design-services);
    line-height: 1.8;
    margin-bottom: 30px;
}

.website-design-services-form-section .website-design-services-form-features {
    list-style: none;
}

.website-design-services-form-section .website-design-services-form-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--text-light-website-design-services);
    font-size: 1rem;
}

.website-design-services-form-section .website-design-services-form-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--accent-gold-website-design-services);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
}

.website-design-services-form-section .website-design-services-form-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--accent-gold-website-design-services);
    box-shadow: 0 15px 50px rgba(255, 217, 102, 0.2);
}

.website-design-services-form-section .website-design-services-form-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark-website-design-services);
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 3px solid var(--accent-gold-website-design-services);
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.website-design-services-form-section .website-design-services-form-group {
    margin-bottom: 20px;
}

.website-design-services-form-section .website-design-services-form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-dark-website-design-services);
    margin-bottom: 8px;
}

.website-design-services-form-section .website-design-services-required {
    color: var(--accent-orange-website-design-services);
}

.website-design-services-form-section .website-design-services-form-group input,
.website-design-services-form-section .website-design-services-form-group textarea,
.website-design-services-form-section .website-design-services-form-group select {
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    color: var(--primary-dark-website-design-services);
    font-size: 0.95rem;
    font-family: 'Vazirmatn', sans-serif;
}

.website-design-services-form-section .website-design-services-form-group input:focus,
.website-design-services-form-section .website-design-services-form-group textarea:focus,
.website-design-services-form-section .website-design-services-form-group select:focus {
    outline: none;
    border-color: var(--accent-gold-website-design-services);
    box-shadow: 0 0 0 4px rgba(255, 217, 102, 0.15);
}

.website-design-services-form-section .website-design-services-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.website-design-services-form-section .website-design-services-form-submit {
    width: 100%;
    background: var(--gradient-gold-website-design-services);
    color: var(--primary-dark-website-design-services);
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif;
    transition: all 0.3s ease;
}

.website-design-services-form-section .website-design-services-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 217, 102, 0.4);
}

/* ============================================================
Testimonials Section
============================================================ */
.website-design-services-testimonials-section {
    padding: 100px 0;
    background: var(--bg-dark-website-design-services);
}

.website-design-services-testimonials-section .website-design-services-testimonials-slider {
    max-width: 900px;
    margin: 0 auto;
}

.website-design-services-testimonials-section .website-design-services-testimonial-card-main {
    background: var(--bg-card-website-design-services);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid var(--border-light-website-design-services);
    text-align: center;
    position: relative;
}

.website-design-services-testimonials-section .website-design-services-testimonial-quote {
    font-size: 4rem;
    color: var(--accent-gold-website-design-services);
    opacity: 0.3;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: serif;
}

.website-design-services-testimonials-section .website-design-services-testimonial-text-main {
    font-size: 1.2rem;
    color: var(--text-light-website-design-services);
    line-height: 1.9;
    margin-bottom: 30px;
    font-style: italic;
}

.website-design-services-testimonials-section .website-design-services-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.website-design-services-testimonials-section .website-design-services-testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--accent-gold-website-design-services);
    overflow: hidden;
}

.website-design-services-testimonials-section .website-design-services-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.website-design-services-testimonials-section .website-design-services-testimonial-info h4 {
    font-size: 1.1rem;
    color: var(--text-white-website-design-services);
    font-weight: 700;
}

.website-design-services-testimonials-section .website-design-services-testimonial-info p {
    font-size: 0.9rem;
    color: var(--accent-gold-website-design-services);
}

.website-design-services-testimonials-section .website-design-services-testimonial-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.website-design-services-testimonials-section .website-design-services-testimonial-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-card-website-design-services);
    border: 2px solid var(--border-light-website-design-services);
    color: var(--accent-gold-website-design-services);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.website-design-services-testimonials-section .website-design-services-testimonial-btn:hover {
    background: var(--accent-gold-website-design-services);
    color: var(--primary-dark-website-design-services);
}

.website-design-services-testimonials-section .website-design-services-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.website-design-services-testimonials-section .website-design-services-testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--border-light-website-design-services);
    cursor: pointer;
    transition: all 0.3s ease;
}

.website-design-services-testimonials-section .website-design-services-testimonial-dot.website-design-services-active {
    background: var(--accent-gold-website-design-services);
    width: 30px;
    border-radius: 6px;
}

/* ============================================================
FAQ Section
============================================================ */
.website-design-services-faq-section {
    padding: 100px 0;
    background: var(--bg-card-website-design-services);
}

.website-design-services-faq-section .website-design-services-faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.website-design-services-faq-section .website-design-services-faq-item {
    background: var(--bg-dark-website-design-services);
    border: 1px solid var(--border-light-website-design-services);
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.website-design-services-faq-section .website-design-services-faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-white-website-design-services);
}

.website-design-services-faq-section .website-design-services-faq-icon {
    width: 24px;
    height: 24px;
    stroke: var(--accent-gold-website-design-services);
    transition: transform 0.3s ease;
}

.website-design-services-faq-section .website-design-services-faq-item.website-design-services-active .website-design-services-faq-icon {
    transform: rotate(180deg);
}

.website-design-services-faq-section .website-design-services-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 25px;
    color: var(--text-muted-website-design-services);
    line-height: 1.8;
}

.website-design-services-faq-section .website-design-services-faq-item.website-design-services-active .website-design-services-faq-answer {
    max-height: 500px;
    padding: 0 25px 20px;
}

/* ============================================================
Readmore Section - جدید (جایگزین CTA)
============================================================ */
.website-design-services-readmore-section {
    padding: 100px 0;
    background: var(--bg-dark-website-design-services);
    position: relative;
}

.website-design-services-readmore-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-gold-website-design-services), transparent);
}

.website-design-services-readmore-section .website-design-services-container {
    max-width: 900px;
}

.website-design-services-readmore-content {
    background: var(--bg-card-website-design-services);
    padding: 40px 45px;
    border: 1px solid var(--border-light-website-design-services);
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.website-design-services-readmore-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: var(--gradient-gold-website-design-services);
    transition: width 0.6s ease;
}

.website-design-services-readmore-content:hover::before {
    width: 100%;
}

.website-design-services-readmore-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.website-design-services-readmore-header h3 {
    font-size: 1.8rem;
    color: var(--accent-gold-website-design-services);
    font-weight: 700;
}

.website-design-services-readmore-body {
    max-height: 320px;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    line-height: 2;
}

.website-design-services-readmore-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(transparent, var(--bg-card-website-design-services));
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.website-design-services-readmore-content.website-design-services-expanded .website-design-services-readmore-body {
    max-height: 5000px;
}

.website-design-services-readmore-content.website-design-services-expanded .website-design-services-readmore-body::after {
    opacity: 0;
}

.website-design-services-readmore-body p {
    font-size: 1rem;
    color: var(--text-muted-website-design-services);
    line-height: 2.1;
    margin-bottom: 18px;
    font-weight: 300;
}

.website-design-services-readmore-body p strong {
    color: var(--accent-gold-website-design-services);
    font-weight: 600;
}

.website-design-services-readmore-footer {
    display: flex;
    justify-content: right;
    margin-top: 20px;
}

.website-design-services-readmore-toggle {
    background: transparent;
    color: var(--accent-gold-website-design-services);
    border: 2px solid var(--accent-gold-website-design-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.website-design-services-readmore-toggle:hover {
    background: var(--accent-gold-website-design-services);
    color: var(--primary-dark-website-design-services);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 217, 102, 0.3);
}

.website-design-services-readmore-toggle svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.website-design-services-readmore-content.website-design-services-expanded .website-design-services-readmore-toggle svg {
    transform: rotate(180deg);
}

.website-design-services-close-btn {
    display: none;
    background: transparent;
    border: 2px solid var(--text-gray-website-design-services);
    color: var(--text-gray-website-design-services);
    padding: 12px 32px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px auto 0;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
}

.website-design-services-close-btn:hover {
    border-color: var(--accent-gold-website-design-services);
    color: var(--accent-gold-website-design-services);
}

.website-design-services-close-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.website-design-services-readmore-content.website-design-services-expanded .website-design-services-close-btn {
    display: inline-flex;
}

.website-design-services-readmore-content.website-design-services-expanded .website-design-services-readmore-toggle {
    display: none;
}

/* ============================================================
Lightbox
============================================================ */
.website-design-services-lightbox-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, 0.95);
    z-index: 3000;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    display: flex;
}

.website-design-services-lightbox-new.website-design-services-active {
    visibility: visible;
    opacity: 1;
}

.website-design-services-lightbox-new .website-design-services-lightbox-content-new {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 90%;
    background: var(--bg-card-website-design-services);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid var(--accent-gold-website-design-services);
    direction: ltr;
}

.website-design-services-lightbox-new .website-design-services-lightbox-image-wrapper-new {
    flex: 0 0 45%;
    background: var(--bg-card-website-design-services);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
}

.website-design-services-lightbox-new .website-design-services-lightbox-image-new {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
}

.website-design-services-lightbox-new .website-design-services-lightbox-caption-new {
    flex: 0 0 55%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    direction: rtl;
    text-align: right;
    border-right: 2px solid var(--border-gold-website-design-services);
    overflow-y: auto;
}

.website-design-services-lightbox-new .website-design-services-caption-text-new h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-gold-website-design-services);
    border-bottom: 3px solid var(--accent-gold-website-design-services);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.website-design-services-lightbox-new .website-design-services-caption-cat-badge-new {
    background: rgba(255, 217, 102, 0.1);
    color: var(--accent-gold-website-design-services);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    border: 2px solid var(--accent-gold-website-design-services);
    width: fit-content;
}

.website-design-services-lightbox-new .website-design-services-full-description-new {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-light-website-design-services);
}

.website-design-services-lightbox-new .website-design-services-btn-view-project-new {
    background-color: var(--accent-gold-website-design-services);
    padding: 1rem 2rem;
    border-radius: 50px;
    color: var(--primary-dark-website-design-services);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
}

.website-design-services-lightbox-new .website-design-services-lb-close-new {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #dc2626;
    border: none;
    color: white;
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 30;
}

.website-design-services-lightbox-new .website-design-services-lb-nav-new {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 217, 102, 0.8);
    border: none;
    color: var(--primary-dark-website-design-services);
    font-size: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
}

.website-design-services-lightbox-new .website-design-services-lb-prev-new {
    left: 20px;
}

.website-design-services-lightbox-new .website-design-services-lb-next-new {
    right: 20px;
}

/* ============================================================
Responsive
============================================================ */
@media (max-width: 1200px) {
    .website-design-services-gallery-section-new .website-design-services-gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 992px) {
    .website-design-services-hero-section .website-design-services-hero-title {
        font-size: 2.5rem;
    }

    .website-design-services-benefits-section .website-design-services-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .website-design-services-form-section .website-design-services-form-wrapper {
        grid-template-columns: 1fr;
    }

    .website-design-services-gallery-section-new .website-design-services-gallery-masonry {
        column-count: 2;
    }

    .website-design-services-process-section .website-design-services-process-timeline::before {
        right: 30px;
    }

    .website-design-services-process-section .website-design-services-process-item,
    .website-design-services-process-section .website-design-services-process-item:nth-child(even) {
        flex-direction: row;
    }

    .website-design-services-process-section .website-design-services-process-content {
        width: calc(100% - 80px);
        margin-right: 80px;
    }

    .website-design-services-process-section .website-design-services-process-number {
        right: 30px;
        transform: translateX(50%);
    }

    .website-design-services-readmore-content {
        padding: 25px 20px;
    }

    .website-design-services-readmore-header h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .website-design-services-hero-section .website-design-services-hero-title {
        font-size: 2rem;
    }

    .website-design-services-hero-section .website-design-services-hero-subtitle {
        font-size: 1rem;
    }

    .website-design-services-section-title {
        font-size: 2rem;
    }

    .website-design-services-benefits-section .website-design-services-benefits-grid {
        grid-template-columns: 1fr;
    }

    .website-design-services-gallery-section-new .website-design-services-gallery-masonry {
        column-count: 2;
    }

    .website-design-services-testimonials-section .website-design-services-testimonial-card-main {
        padding: 30px 20px;
    }

    .website-design-services-category-description {
        padding: 25px 20px;
    }

    .website-design-services-category-description.website-design-services-visible {
        padding: 25px 20px;
    }

    .website-design-services-category-description-title {
        font-size: 1.3rem;
    }

    .website-design-services-readmore-content {
        padding: 25px 20px;
    }

    .website-design-services-readmore-header h3 {
        font-size: 1.4rem;
    }

    .website-design-services-lightbox-new .website-design-services-lightbox-content-new {
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .website-design-services-lightbox-new .website-design-services-lightbox-image-wrapper-new {
        flex: 0 0 auto;
        width: 100%;
        min-height: 40vh;
    }

    .website-design-services-lightbox-new .website-design-services-lightbox-caption-new {
        flex: 1;
        width: 100%;
        padding: 1.5rem;
        border-right: none;
    }
}

@media (max-width: 500px) {
    .website-design-services-gallery-section-new .website-design-services-gallery-masonry {
        column-count: 1;
    }
}

@media (max-width: 960px) {
    .website-design-services-gallery-section-new .website-design-services-filter-buttons-new {
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        border-radius: 60px;
        gap: 0.4rem;
        padding: 0.4rem;
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new {
        width: auto;
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        border-width: 2px;
        border-style: solid;
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"] {
        border-color: rgba(255, 217, 102, 0.5);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"] {
        border-color: rgba(59, 130, 246, 0.5);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"] {
        border-color: rgba(168, 85, 247, 0.5);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"] {
        border-color: rgba(255, 217, 102, 0.5);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"] {
        border-color: rgba(34, 197, 94, 0.5);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="all"] i {
        color: var(--accent-gold-website-design-services);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="company"] i {
        color: var(--color-company-website-design-services);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="shop"] i {
        color: var(--color-shop-website-design-services);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="personal"] i {
        color: var(--color-personal-website-design-services);
    }

    .website-design-services-gallery-section-new .website-design-services-filter-btn-new[data-filter="edu"] i {
        color: var(--color-edu-website-design-services);
    }
}
/* ============================================================
   استایل‌های اختصاصی صفحه خدمات طراحی وب سایت
   ============================================================ */


/* ===== لایت‌باکس ===== */
.website-design-services-lightbox-new {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.website-design-services-lightbox-new.website-design-services-active {
    display: flex;
}

.website-design-services-lightbox-content-new {
    display: flex;
    flex-direction: row;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    background: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 217, 102, 0.2);
}

.website-design-services-lightbox-image-wrapper-new {
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #0a0a0a;
    position: relative;
    min-height: 300px;
}

.website-design-services-lightbox-image-new {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 10px;
}

.website-design-services-lb-nav-new {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 217, 102, 0.2);
    border: 1px solid rgba(255, 217, 102, 0.3);
    color: #ffd966;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 1.2rem;
}

.website-design-services-lb-nav-new:hover {
    background: #ffd966;
    color: #1a1a1a;
}

.website-design-services-lb-prev-new {
    left: 10px;
}

.website-design-services-lb-next-new {
    right: 10px;
}

.website-design-services-lb-close-new {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 0, 0, 0.3);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 20;
}

.website-design-services-lb-close-new:hover {
    background: #ff0000;
    transform: rotate(90deg);
}

.website-design-services-lightbox-caption-new {
    flex: 1;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    direction: rtl;
    text-align: right;
    overflow-y: auto;
}

.website-design-services-caption-text-new h4 {
    font-size: 1.5rem;
    color: #ffd966;
    margin-bottom: 10px;
    font-family: 'bold', sans-serif;
}

.website-design-services-caption-cat-badge-new {
    display: inline-block;
    background: rgba(255, 217, 102, 0.15);
    color: #ffd966;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 217, 102, 0.2);
    margin-bottom: 10px;
}

.website-design-services-full-description-new {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.website-design-services-btn-view-project-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 50px;
    background: #ffd966;
    color: #1a1a1a;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    border: 2px solid #ffd966;
    justify-content: center;
}

.website-design-services-btn-view-project-new:hover {
    background: transparent;
    color: #ffd966;
    transform: translateY(-2px);
}

.website-design-services-btn-view-site-new {
    background: #2b7a4b !important;
    color: #fff !important;
    border-color: #2b7a4b !important;
}

.website-design-services-btn-view-site-new:hover {
    background: #1a3c2c !important;
    color: #ffd966 !important;
    border-color: #ffd966 !important;
}

.website-design-services-lightbox-buttons-new {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* ===== گالری ===== */
.website-design-services-gallery-item-new {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.website-design-services-gallery-item-new:hover {
    transform: translateY(-5px);
    border-color: #ffd966;
    box-shadow: 0 15px 40px rgba(255, 217, 102, 0.15);
}

.website-design-services-gallery-item-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.website-design-services-gallery-item-new:hover img {
    transform: scale(1.05);
}

.website-design-services-category-badge-new {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    border: 1px solid rgba(255, 217, 102, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 5;
}

.website-design-services-category-badge-new i {
    color: #ffd966;
}

.website-design-services-image-caption-new {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 12px 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    transition: all 0.4s ease;
}

.website-design-services-gallery-item-new:hover .website-design-services-image-caption-new {
    opacity: 0;
    transform: translateY(10px);
}

.website-design-services-plus-icon-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 50px;
    height: 50px;
    background: rgba(255, 217, 102, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 10;
}

.website-design-services-plus-icon-new svg {
    width: 28px;
    height: 28px;
    stroke: #1a1a1a;
}

.website-design-services-gallery-item-new:hover .website-design-services-plus-icon-new {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* ===== آیتم‌های مخفی ===== */
.website-design-services-hidden {
    display: none !important;
}

/* ===== گالری ماسونری ===== */
.website-design-services-gallery-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.website-design-services-gallery-masonry .website-design-services-gallery-item-new {
    aspect-ratio: 4/3;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 992px) {
    .website-design-services-gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .website-design-services-gallery-masonry {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .website-design-services-filter-btn-new {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .website-design-services-category-description.website-design-services-visible {
        padding: 22px 18px !important;
    }
    
    .website-design-services-category-description-title {
        font-size: 1.2rem;
    }
    
    .website-design-services-category-description-icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    
    .website-design-services-lightbox-content-new {
        flex-direction: column;
        max-height: 95vh;
    }
    
    .website-design-services-lightbox-image-wrapper-new {
        flex: 0 0 auto;
        padding: 15px;
        min-height: 200px;
    }
    
    .website-design-services-lightbox-caption-new {
        padding: 20px;
    }
    
    .website-design-services-lightbox-image-new {
        max-height: 40vh;
    }
}

@media (max-width: 480px) {
    .website-design-services-gallery-masonry {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .website-design-services-filter-btn-new {
        padding: 6px 12px;
        font-size: 0.7rem;
        gap: 5px;
    }
    
    .website-design-services-filter-btn-new i {
        font-size: 0.8rem;
    }
    
    .website-design-services-category-description.website-design-services-visible {
        padding: 18px 14px !important;
    }
    
    .website-design-services-category-description-title {
        font-size: 1rem;
    }
    
    .website-design-services-category-description-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
    
    .website-design-services-lightbox-buttons-new {
        flex-direction: column;
    }
    
    .website-design-services-btn-view-project-new {
        width: 100%;
        justify-content: center;
    }
}
/* ============================================================
   استایل‌های اختصاصی صفحه خدمات طراحی وب سایت
   (اعمال شده برای تمام صفحات خدماتی)
   ============================================================ */

/* ===== گالری ماسونری با grid ===== */
.digital-marketing-services-gallery-masonry,
.graphic-design-services-gallery-masonry,
.social-media-services-gallery-masonry,
.media-services-gallery-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.digital-marketing-services-gallery-masonry .digital-marketing-services-gallery-item-new,
.graphic-design-services-gallery-masonry .graphic-design-services-gallery-item-new,
.social-media-services-gallery-masonry .social-media-services-gallery-item-new,
.media-services-gallery-masonry .media-services-gallery-item-new {
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

/* ===== هاور گالری ===== */
.digital-marketing-services-gallery-item-new:hover,
.graphic-design-services-gallery-item-new:hover,
.social-media-services-gallery-item-new:hover,
.media-services-gallery-item-new:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(60, 158, 100, 0.15);
}

.digital-marketing-services-gallery-item-new:hover,
.graphic-design-services-gallery-item-new:hover,
.social-media-services-gallery-item-new:hover,
.media-services-gallery-item-new:hover {
    border-color: var(--accent-red-digital-marketing-services, #3c9e64);
}

.graphic-design-services-gallery-item-new:hover {
    border-color: var(--accent-pink-graphic-design-services, #ec4899);
}

.social-media-services-gallery-item-new:hover {
    border-color: var(--accent-red-social-media-services, #ef4444);
}

.media-services-gallery-item-new:hover {
    border-color: var(--accent-cyan-media-services, #06b6d4);
}

/* ===== تصاویر گالری ===== */
.digital-marketing-services-gallery-item-new img,
.graphic-design-services-gallery-item-new img,
.social-media-services-gallery-item-new img,
.media-services-gallery-item-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.digital-marketing-services-gallery-item-new:hover img,
.graphic-design-services-gallery-item-new:hover img,
.social-media-services-gallery-item-new:hover img,
.media-services-gallery-item-new:hover img {
    transform: scale(1.05);
}

/* ===== آیتم‌های مخفی ===== */
.digital-marketing-services-hidden,
.graphic-design-services-hidden,
.social-media-services-hidden,
.media-services-hidden {
    display: none !important;
}

/* ===== دکمه‌های فیلتر در موبایل ===== */
@media (max-width: 800px) {
    .digital-marketing-services-filter-buttons-new,
    .graphic-design-services-filter-buttons-new,
    .social-media-services-filter-buttons-new,
    .media-services-filter-buttons-new {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .digital-marketing-services-filter-btn-new,
    .graphic-design-services-filter-btn-new,
    .social-media-services-filter-btn-new,
    .media-services-filter-btn-new {
        flex: 1 1 auto;
        min-width: 70px;
        justify-content: center;
    }
}

/* ===== گالری ریسپانسیو ===== */
@media (max-width: 992px) {
    .digital-marketing-services-gallery-masonry,
    .graphic-design-services-gallery-masonry,
    .social-media-services-gallery-masonry,
    .media-services-gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .digital-marketing-services-gallery-masonry,
    .graphic-design-services-gallery-masonry,
    .social-media-services-gallery-masonry,
    .media-services-gallery-masonry {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .digital-marketing-services-filter-btn-new,
    .graphic-design-services-filter-btn-new,
    .social-media-services-filter-btn-new,
    .media-services-filter-btn-new {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
    
    .digital-marketing-services-category-description.visible,
    .graphic-design-services-category-description.visible,
    .social-media-services-category-description.visible,
    .media-services-category-description.visible {
        padding: 22px 18px !important;
    }
    
    .digital-marketing-services-category-description-title,
    .graphic-design-services-category-description-title,
    .social-media-services-category-description-title,
    .media-services-category-description-title {
        font-size: 1.2rem;
    }
    
    .digital-marketing-services-category-description-icon,
    .graphic-design-services-category-description-icon,
    .social-media-services-category-description-icon,
    .media-services-category-description-icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .digital-marketing-services-gallery-masonry,
    .graphic-design-services-gallery-masonry,
    .social-media-services-gallery-masonry,
    .media-services-gallery-masonry {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .digital-marketing-services-filter-btn-new,
    .graphic-design-services-filter-btn-new,
    .social-media-services-filter-btn-new,
    .media-services-filter-btn-new {
        padding: 6px 12px;
        font-size: 0.7rem;
        gap: 5px;
    }
    
    .digital-marketing-services-filter-btn-new i,
    .graphic-design-services-filter-btn-new i,
    .social-media-services-filter-btn-new i,
    .media-services-filter-btn-new i {
        font-size: 0.8rem;
    }
    
    .digital-marketing-services-category-description.visible,
    .graphic-design-services-category-description.visible,
    .social-media-services-category-description.visible,
    .media-services-category-description.visible {
        padding: 18px 14px !important;
    }
    
    .digital-marketing-services-category-description-title,
    .graphic-design-services-category-description-title,
    .social-media-services-category-description-title,
    .media-services-category-description-title {
        font-size: 1rem;
    }
    
    .digital-marketing-services-category-description-icon,
    .graphic-design-services-category-description-icon,
    .social-media-services-category-description-icon,
    .media-services-category-description-icon {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }
}

/* ===== لایت‌باکس با دو دکمه ===== */
.digital-marketing-services-lightbox-buttons-new,
.graphic-design-services-lightbox-buttons-new,
.social-media-services-lightbox-buttons-new,
.media-services-lightbox-buttons-new {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.digital-marketing-services-btn-view-site-new,
.graphic-design-services-btn-view-site-new,
.social-media-services-btn-view-site-new,
.media-services-btn-view-site-new {
    background: #2b7a4b !important;
    color: #fff !important;
    border-color: #2b7a4b !important;
}

.digital-marketing-services-btn-view-site-new:hover,
.graphic-design-services-btn-view-site-new:hover,
.social-media-services-btn-view-site-new:hover,
.media-services-btn-view-site-new:hover {
    background: #1a3c2c !important;
    transform: translateY(-2px);
}

/* ===== لایت‌باکس ریسپانسیو ===== */
@media (max-width: 768px) {
    .digital-marketing-services-lightbox-buttons-new,
    .graphic-design-services-lightbox-buttons-new,
    .social-media-services-lightbox-buttons-new,
    .media-services-lightbox-buttons-new {
        flex-direction: column;
    }
    
    .digital-marketing-services-btn-view-project-new,
    .graphic-design-services-btn-view-project-new,
    .social-media-services-btn-view-project-new,
    .media-services-btn-view-project-new {
        width: 100%;
        justify-content: center;
    }
}

/* ===== اصلاح هیرو سکشن در موبایل ===== */
@media (max-width: 800px) {
    .digital-marketing-services-hero-section,
    .graphic-design-services-hero-section,
    .social-media-services-hero-section,
    .media-services-hero-section {
        min-height: 86vh;
        padding-top: 0;
    }
    
    .digital-marketing-services-hero-section .digital-marketing-services-hero-content,
    .graphic-design-services-hero-section .graphic-design-services-hero-content,
    .social-media-services-hero-section .social-media-services-hero-content,
    .media-services-hero-section .media-services-hero-content {
        padding: 0 20px;
    }
}

/* ===== استایل باکس توضیحات دسته‌بندی (رفع padding) ===== */
.digital-marketing-services-category-description.digital-marketing-services-visible,
.graphic-design-services-category-description.graphic-design-services-visible,
.social-media-services-category-description.social-media-services-visible,
.media-services-category-description.media-services-visible {
    padding: 40px;
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .digital-marketing-services-category-description.digital-marketing-services-visible,
    .graphic-design-services-category-description.graphic-design-services-visible,
    .social-media-services-category-description.social-media-services-visible,
    .media-services-category-description.media-services-visible {
        padding: 22px 18px !important;
    }
}

/* ===== حذف کلاس‌های اضافی column-count ===== */
/* این کلاس‌ها قبلاً در استایل وجود دارند اما با grid جایگزین می‌شوند */
@media (max-width: 1200px) {
    .digital-marketing-services-gallery-masonry,
    .graphic-design-services-gallery-masonry,
    .social-media-services-gallery-masonry,
    .media-services-gallery-masonry {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .digital-marketing-services-gallery-masonry,
    .graphic-design-services-gallery-masonry,
    .social-media-services-gallery-masonry,
    .media-services-gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .digital-marketing-services-gallery-masonry,
    .graphic-design-services-gallery-masonry,
    .social-media-services-gallery-masonry,
    .media-services-gallery-masonry {
        grid-template-columns: 1fr 1fr;
    }
}
/* ===== فیلترها در موبایل ===== */
@media (max-width: 800px) {
    .website-design-services-filter-buttons-new {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .website-design-services-filter-btn-new {
        flex: 1 1 auto;
        min-width: 70px;
        justify-content: center;
    }
    .website-design-services-hero-section {
    min-height: 86vh;
    padding-top: 0;
    }
   .website-design-services-hero-section .website-design-services-hero-content {
    
    padding: 0 20px;
    }
    .digital-marketing-services-hero-section {
    min-height: 88vh;
    padding-top: 0;
    }
   .digital-marketing-services-hero-section .digital-marketing-services-hero-content {
    
    padding: 0 20px;
    }
   .social-media-services-hero-section {
    min-height: 88vh;
    padding-top: 0;
    }
   .social-media-services-hero-section .social-media-services-hero-content {
    
    padding: 0 20px;
    }
   .graphic-design-services-hero-section {
    min-height: 88vh;
    padding-top: 0;
    }
   .graphic-design-services-hero-section .graphic-design-services-hero-content {
    
    padding: 0 20px;
    }
    .media-services-hero-section {
    min-height: 88vh;
    padding-top: 0;
    }
   .media-services-hero-section .media-services-hero-content {
    
    padding: 0 20px;
    }
}
