*{
    margin: 0;
}
@font-face {
    font-family: 'Bangers';
    src: url('../fonts/Bangers.woff2') format('woff2'),
         url('../fonts/Bangers.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Berk';
    src: url('../fonts/BerkshireSwash-Regular.woff2') format('woff2'),
         url('../fonts/BerkshireSwash-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kian';
    src: url('../fonts/Kian.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color:rgb(50, 50, 50);
}
.h-hotbar {
    min-height: 20px;
    height: auto;
    background-color: rgba(10, 30, 42, 0.6); /* Dark blue/grey background */
    font-family:'Kian' , sans-serif;
    color: lightgray;
    padding: 6px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}
.options-top{
    width: auto;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 0;
}
.op-contact,.op-mainpage, .op-websites{
    color:lightgray;
    text-decoration:none;
}
.op-contact:hover,.op-mainpage:hover, .op-websites:hover{
    color:rgb(0, 210, 180);
    cursor:pointer;
}
.header-holder{
    width:100%;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:center;
}
.header{
    margin:0;
    padding: 0;
    width: 99.8%;
    height: 120px;
    background-color:rgb(20, 90, 89);
    display:flex;
    justify-content:center;
    align-items:center;
    border-bottom:5px solid white;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    border-left:1px solid rgba(150, 250, 250, 1);
    border-right:1px solid rgba(150, 250, 250, 1);
}
.header-brand{
    direction: ltr;
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-logo{
    width: clamp(60px, 10vw, 100px);
    height: auto;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.header-title{
    padding-top:60px;
    padding-left:10px;
    height:100px;
    color:lightgray;
    font-family: 'Berk', sans-serif;
    font-size: clamp(28px, 4vw, 32px);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
}

.lang-switch {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 9999;
}

#lang-btn {
    padding: 10px 18px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
}



/* ===== GLOBAL ===== */

body {
    direction: rtl;
    margin: 0;
    padding: 0;
    background:
        linear-gradient(
            #091a1c,
            #091a1c,
            #091a1c,
            #091a1c,
            black
        );
    color: white;
    font-family: sans-serif;
}

.lang-fa {
    font-family:'Kian' , sans-serif;
}

.lang-en {
    font-family: 'Berk', sans-serif;
}

.services-page {
    padding: 6rem 2rem;
    max-width: 1300px;
    margin: auto;
}


.quick-cta{

    position:fixed;

    top:110px;

    right:20px;

    z-index:9999;

    padding:14px 22px;

    border-radius:999px;

    text-decoration:none;

    color:white;

    background:#0f766e;

    border:1px solid rgba(255,255,255,.15);

    font-weight:600;

    transition:.25s;

    box-shadow:0 10px 30px rgba(0,0,0,.25);

}

.quick-cta:hover{

    background:#14b8a6;

    transform:translateY(-3px);

}

@media(max-width:900px){

    .quick-cta{

        top:152px;

        padding:12px 18px;

        font-size:.95rem;

    }

    .quick-cta:hover{

        transform:translateX(-20%) translateY(-3px);

    }

}


/* ===== HERO ===== */

.services-hero {
    text-align: center;
    margin-bottom: 3rem;
    padding: 3rem 0;
    position: relative;
    background:
        linear-gradient(
            rgba(0, 0, 0, 0.8),
            #091a1c
        ),
        url("../img/services.webp") center/cover no-repeat;
}

.services-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
}

.services-hero p {
    max-width: 750px;
    margin: auto;
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.9;
}

/* ===== SECTION TITLES ===== */

.packages-section h2,
.individual-services h2 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

/* ===== PACKAGE TABS ===== */

.package-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.tab-btn {
    padding: 14px 24px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Berk', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    transition: 0.3s ease;
    backdrop-filter: blur(10px);
}

.lang-fa .tab-btn {font-size: 1.2rem; font-family:'Kian' , sans-serif;}

.tab-btn:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.06);
}

.tab-btn.active {
    background: white;
    color: black;
    font-weight: 700;
}

.package-summary{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1.3rem;
    margin:2rem 0 3rem;
}

.summary-card{

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:1.5rem;

    text-align:center;

    transition:.25s ease;
}

.summary-card:hover{

    transform:translateY(-6px);

    border-color:rgba(255,255,255,.22);

    background:rgba(255,255,255,.06);

}

.summary-icon{

    font-size:2rem;

    margin-bottom:.8rem;

}

.summary-card h5{

    font-size:1rem;

    color:#cbd5e1;

    margin-bottom:.5rem;

}

.summary-card p{

    font-size:1.05rem;

    font-weight:600;

    color:white;

    line-height:1.5;

}

@media (max-width:900px){

    .package-summary{

        grid-template-columns:1fr;

        gap:1rem;

    }

    .summary-card{

        padding:1.2rem;

    }

    .summary-icon{

        font-size:1.7rem;

    }

}

/* ===== PACKAGE CONTENT ===== */

.tab-content {
    display: none;
    max-width: 850px;
    margin: auto;
    padding: 2.5rem;
    border-radius: 25px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(16px);
    box-shadow:
        0 20px 40px rgba(0,0,0,0.25);
}
.tab-content.active h3 {margin-bottom:2rem;}
.tab-content.active {
    display: block;
    animation: fadeIn 0.35s ease;
}

.tab-content ol {
    padding: 0;
    margin: 0;
}

.lang-fa .tab-content ol {list-style: persian; padding-right: 25px;}

.tab-content li {
    padding: 14px 18px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.04);
    transition: 0.25s ease;
    font-size: 1.2rem; 
}


.tab-content li:hover {
    transform: translateX(5px);
    background: rgba(255,255,255,0.045);
}

/* ===== INDIVIDUAL SERVICES ===== */

.individual-services {
    margin-top: 7rem;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3rem;
}

.service-card {
    padding: 1.6rem;
    text-align: center;
    border-radius: 18px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
    font-size: 1.2rem;
    font-weight: 500;
    box-shadow:
        0 10px 20px rgba(0,0,0,0.15);
}



.service-card:hover {
    transform: translateY(-7px);
    background: rgba(255,255,255,0.055);
    border-color: rgba(255,255,255,0.12);
}


.featured-work {
    margin-top: 7rem;
}
.work-content {
    display: none;
}

.work-content.active {
    display: block;
    animation: fadeIn 0.35s ease;
}

.work-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.work-btn {
    padding: 12px 22px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.work-btn.active {
    background: white;
    color: black;
    font-weight: bold;
}

.work-btn:hover {
    transform: translateY(-3px);
}


.slider-wrapper{
    position: relative;
    display:flex;
    align-items:center;
    width: 100%;
}

.work-slider{
    flex: 1;
    width: 100%;
    display:flex;
    gap:20px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding: 0 60px;
    -ms-overflow-style:none;
}

.work-slider::-webkit-scrollbar{
    display:none;
}

.work-card,
.design-preview{
    display: flex;
    flex-direction: column;
    flex:0 0 320px;
    border-radius:18px;
    overflow:hidden;
    text-decoration:none;
    color:white;
    background:rgba(255,255,255,0.04);
    transition:.3s ease;
}

.work-card span{
    padding:14px;
    font-weight:600;
    text-align:center;
}

.work-card img,
.design-preview{
    width:100%;
    height:220px;
    object-fit:cover;
}

.slider-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:50;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    cursor:pointer;
    background:rgba(0,0,0,0.6);
    color:white;
    font-size:22px;
}

.lang-fa .prev{
    right:0;
    left:auto;
}

.lang-fa .next{
    left:0;
    right:auto;
}

.lang-en .prev{
    left:0;
    right:auto;
}

.lang-en .next{
    right:0;
    left:auto;
}

.work-card:hover,
.design-preview:hover {
    transform: scale(1.04);
}

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 20px;
}


.contact-cta {
    margin-top: 7rem;
    padding: 2rem;
}

.cta-box {
    max-width: 860px;
    margin: auto;
    text-align: center;
    padding: 4rem 2rem;
    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.05),
            rgba(255,255,255,0.02)
        );

    border: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(18px);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.25);
}

.cta-box h2 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    font-weight: 800;
}

.cta-box p {
    max-width: 700px;
    margin: auto;
    line-height: 1.9;
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 2rem;
}

.cta-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    color: black;
    background: white;
    font-weight: 700;
    transition: 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-4px);
    box-shadow:
        0 10px 25px rgba(255,255,255,0.15);
}


/* ===== SMALL DETAIL GLOW ===== */

.service-card::before,
.tab-content::before {
    content: "";
    position: absolute;
    opacity: 0;
}

/* ===== ANIMATION ===== */

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

/* ===== RESPONSIVE ===== */

@media (max-width: 1000px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-hero h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 700px) {
    .package-tabs {
        flex-direction: column;
        align-items: center;
    }

    .tab-btn {
        width: 100%;
        max-width: 300px;
    }

    .service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .services-page {
        padding: 4rem 1.2rem;
    }

    .services-hero h1 {
        font-size: 2.2rem;
    }

    .packages-section h2,
    .individual-services h2 {
        font-size: 1.8rem;
    }

    .tab-content {
        padding: 1.5rem;
    }
    .lang-switch {
        top: 100px;
    }
}



.footer{
    height: 150px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: 'Kian', sans-serif;
    font-size: 18px;
}
.dev{
    font-size:45px;
    margin-bottom:10px;
}
