@import url('https://fonts.cdnfonts.com/css/vazirmatn');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Vazirmatn, sans-serif;
}

:root {
    --gold: #C8A97E;
    --cream: #F5EFE8;
    --dark: #111111;
    --text: #666;
}

body {
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

/* =======================
   نوار ناوبری
======================= */
.luna-navbar {
    background: #ffffffee;
    backdrop-filter: blur(10px);
    transition: .4s;
    padding: 20px 0;
}

.navbar-brand {
    font-size: 32px;
    font-weight: 700;
    color: var(--gold);
}

.nav-link {
    color: #222;
    margin-right: 15px;
}

.navbar-scrolled {
    background: white !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* =======================
   دکمه ها
======================= */
.luna-btn {
    background: var(--gold);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    transition: .3s;
    display: inline-block;
    text-align: center;
}

.luna-btn:hover {
    background: #b08c60;
    color: white;
}

/* =======================
   فوتر
======================= */
.footer {
    background: #111;
    color: white;
    padding: 70px 0;
    margin-top: 100px;
}

.logo {
   width:110px;
    height:110px;
    object-fit:contain;
}

/* =======================
   بخش آمار
======================= */
.stats-section {
    padding: 80px 0;
    background: #f8f4ef;
}

.stat-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.stat-card h2 {
    font-size: 50px;
    color: var(--gold);
    font-weight: 700;
}

/* =======================
   بخش متدولوژی
======================= */
.methodology {
    padding: 100px 0;
}

.method-card {
    padding: 35px;
    border-radius: 20px;
    background: white;
    height: 100%;
    transition: .4s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.method-card:hover {
    transform: translateY(-10px);
}

.method-card i {
    font-size: 40px;
    color: var(--gold);
    margin-bottom: 20px;
}

/* =======================
   بخش چرا لونا
======================= */
.why-luna {
    padding: 100px 0;
    background: #f8f4ef;
}

.why-card {
    padding: 40px;
    background: white;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.why-card i {
    font-size: 45px;
    color: var(--gold);
    margin-bottom: 20px;
}

/* =======================
   بخش CTA
======================= */
.cta-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f4ef, #efe5d7);
    text-align: center;
}

.cta-section h2 {
    font-size: 54px;
    color: #111;
    margin-bottom: 25px;
    font-weight: 700;
}

.cta-section p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 2;
    color: #666;
    margin-bottom: 35px;
}

/* =======================
   هدر صفحات داخلی
======================= */
.page-hero {
    padding: 180px 0 100px;
    background: #f8f4ef;
    text-align: center;
}

.page-hero h1 {
    font-size: 60px;
    font-weight: 700;
    color: #111;
}

/* =======================
   کارت های خدمات
======================= */
.value-card,
.benefit {
    padding: 35px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    text-align: center;
    margin-bottom: 20px;
}

.service-big-card {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    overflow: hidden;
}

.service-big-card img {
    width: 45%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #111;
}

.service-content p {
    line-height: 2;
    color: #666;
    font-size: 17px;
}

/* =======================
   هدر سرویس ها
======================= */
.service-hero {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.service-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1;
}

.service-hero .container {
    position: relative;
    z-index: 2;
}

.service-hero h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-hero p {
    font-size: 24px;
}

.ems-hero {
    background: url('../images/ems3.jpg');
    background-size: cover;
    background-position: center;
}

.reformer-hero {
    background: url('../images/reformer3.jpg');
    background-size: cover;
    background-position: center;
}

/* =======================
   مزایا
======================= */
.benefits {
    padding: 100px 0;
    background: #f8f4ef;
}

.benefit {
    background: white;
    padding: 40px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.benefit:hover {
    transform: translateY(-10px);
}

/* =======================
   فرآیند کاری
======================= */
.process {
    padding: 100px 0;
}

.timeline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}

.step {
    flex: 1;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

/* =======================
   آکاردئون
======================= */
.accordion {
    max-width: 900px;
    margin: auto;
}

.accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.accordion-button {
    padding: 25px;
    font-size: 18px;
    font-weight: 600;
    background: white;
}

.accordion-button:not(.collapsed) {
    background: var(--gold);
    color: white;
}

.accordion-body {
    padding: 25px;
    line-height: 2;
}

/* =======================
   تماس با ما
======================= */
.contact-wrapper {
    padding: 100px 0;
}

.contact-card {
    background: white;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.contact-card input,
.contact-card textarea {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    outline: none;
}

.contact-card textarea {
    height: 180px;
    resize: none;
}

.contact-info {
    background: #111;
    color: white;
    padding: 50px;
    border-radius: 30px;
    height: 100%;
}

.contact-info h3 {
    margin-bottom: 30px;
}

.contact-info p {
    margin-bottom: 20px;
    font-size: 18px;
}

/* =======================
   شبکه های اجتماعی
======================= */
.socials a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #222;
    color: white;
    margin: 0 5px;
    transition: .3s;
    text-decoration: none;
}

.socials a:hover {
    background: var(--gold);
    transform: translateY(-3px);
}

/* =======================
   افکت ها و هوورها
======================= */
.method-card,
.stat-card,
.why-card,
.benefit,
.service-big-card {
    transition: .4s;
}

.method-card:hover,
.stat-card:hover,
.why-card:hover,
.benefit:hover,
.service-big-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

/* =======================
   دکمه شناور تماس
======================= */
.call-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 65px;
    height: 65px;
    background: var(--gold);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: white;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transition: .3s;
}

.call-float:hover {
    transform: translateY(-5px);
    color: white;
}

.call-float i {
    animation: ring 2s infinite;
}

@keyframes ring {
    0% { transform: rotate(0); }
    10% { transform: rotate(15deg); }
    20% { transform: rotate(-15deg); }
    30% { transform: rotate(10deg); }
    40% { transform: rotate(-10deg); }
    50% { transform: rotate(0); }
    100% { transform: rotate(0); }
}

/* =======================
   نقشه
======================= */
.map-section {
    padding: 100px 0;
    background: #f8f4ef;
}

.map-wrapper {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.map-wrapper iframe {
    display: block;
    width: 100%;
}

/* =======================
   لوکیشن
======================= */
.location-section {
    padding: 100px 0;
    background: #fff;
}

.location-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 400px 1fr;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.location-info {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-tag {
    display: inline-block;
    background: #f8f4ef;
    color: var(--gold);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    width: fit-content;
}

.location-info h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.location-info p {
    line-height: 2;
    color: #666;
    margin-bottom: 30px;
}

.location-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--gold);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    width: fit-content;
    transition: .3s;
}

.location-btn:hover {
    transform: translateY(-3px);
    color: white;
    box-shadow: 0 10px 25px rgba(200, 169, 126, .3);
}

.location-map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: none;
}

/* =======================
   گالری
======================= */
.reformer-gallery {
    position: relative;
    padding: 20px;
}

.main-image {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.small-image {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 220px;
    height: 280px;
    object-fit: cover;
    border-radius: 25px;
    border: 8px solid #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

/* =======================
   آیکون های اجتماعی
======================= */
.social-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: .3s;
}

.social-icon:hover {
    transform: scale(1.1);
}

.bale-contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    transition: .3s;
}

.bale-contact a:hover {
    opacity: .8;
}

.bale-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* =======================
   کارت افتتاحیه
======================= */
.opening-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.opening-overlay {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: rgba(255, 255, 255, .92);
    padding: 25px;
    border-radius: 20px;
    max-width: 400px;
    backdrop-filter: blur(10px);
}

/* =======================
   بخش اصلی (هیرو)
======================= */
.hero {
    padding: 80px 0;
}

.hero .row {
    align-items: center;
}

.hero img {
    width: 100%;
    max-height: 750px;
    object-fit: contain;
    display: block;
}

/* =======================
   بخش ویدیو
======================= */
.video-section {
    padding: 100px 0;
}

.video-section video {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.video-section h2 {
    font-size: 42px;
    margin-bottom: 25px;
}

.video-section p {
    line-height: 2;
    color: #666;
    font-size: 17px;
}

.video-section video {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 30px;
    background: #000;
}
.analysis-image{

width:45%;
height:350px;
object-fit:contain;
background:#f8f4ef;
padding:20px;

}
.analysis-hero{
    height:50vh;
    min-height:800px;

    background:url('../images/analysis-hero.jpg');
    background-size:cover;
    background-position:center center;
}