/* =============================================
   LG ORIGINAL - Modern Minimal Design
   Color Scheme: Black, Gold, White
   Style: Premium & Clean
============================================= */

/* === FONTS === */
@font-face {
    font-family: 'weblogmayekan';
    src: url("fonts/Shabnam.eot");
    src: url("fonts/Shabnam.eot?#iefix") format("embedded-opentype"),
         url("fonts/Shabnam.woff2") format("woff2"),
         url("fonts/Shabnam.woff") format("woff"),
         url("fonts/Shabnam.ttf") format("truetype");
    font-weight: 300;
}

#ax1 {
    max-width: 80%;
    margin: 16px auto;
    border: 2px solid var(--primary-gold);
    border-radius: 16px;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}
#ax1:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}



.jadval5 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}
.jadval5 thead th {
    background: var(--primary-dark);
    color: var(--primary-gold);
    padding: 14px 18px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.jadval5 tbody td {
    padding: 12px 18px;
    font-size: 14px;
    color: #444;
    border-bottom: 1px solid #eee;
    text-align: right;
    transition: var(--transition);
}
.jadval5 tbody tr:last-child td {
    border-bottom: none;
}
.jadval5 tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.jadval5 tbody tr:hover {
    background: rgba(201, 162, 39, 0.08);
}
@media only screen and (max-width: 768px) {
    .jadval5 {
        font-size: 13px;
        border-radius: 8px;
    }
    .jadval5 thead th,
    .jadval5 tbody td {
        padding: 10px 12px;
    }
}



@media only screen and (max-width: 768px) {
    #ax1 {
        max-width: 100%;
        border-radius: 12px;
    }
}

@font-face {
    font-family: 'yekan';
    src: url("fonts/iran-yekan-400.eot");
    src: url("fonts/iran-yekan-400.eot?#iefix") format("embedded-opentype"),
         url("fonts/iran-yekan-400.woff2") format("woff2"),
         url("fonts/iran-yekan-400.woff") format("woff"),
         url("fonts/iran-yekan-400.ttf") format("truetype");
    font-weight: 300;
}

/* === VARIABLES === */
:root {
    --primary-dark: #1a1a1a;
    --primary-gold: #c9a227;
    --primary-gold-light: #e8d48a;
    --text-dark: #222;
    --text-light: #f5f5f5;
    --bg-light: #fafafa;
    --bg-gray: #f0f0f0;
    --border-light: #e0e0e0;
    --shadow-soft: 0 4px 20px rgba(0,0,0,0.08);
    --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === RESET & BASE === */
* {
    font-family: weblogmayekan;
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-light);
    line-height: 1.7;
}

a {
    text-decoration: none;
    color: #007bff;  /* ← آبی */
    transition: var(--transition);
}

a:hover {
    color: #0056b3;  /* ← آبی تیره‌تر هنگام هاور */
}


img {
    max-width: 100%;
}

/* === LAYOUT === */
#container {
    direction: rtl;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

#content1 {
    height: auto;
    margin-bottom: 0;
}

#ccontent1 {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: table;
    height: auto;
}

/* === HEADER TOP BAR === */
.top-bar {
    background: var(--primary-dark);
    color: var(--text-light);
    padding: 10px 0;
    font-size: 14px;
}

.top-bar a {
    color: var(--text-light);
}

.top-bar a:hover {
    color: var(--primary-gold);
}

.top-bar i {
    font-size: 22px;
    margin: 0 8px;
    transition: var(--transition);
}

.top-bar i:hover {
    color: var(--primary-gold);
    transform: scale(1.1);
}

/* === HEADER MAIN === */
.header-main {
    background: white;
    border-bottom: 3px solid var(--primary-gold);
    padding: 15px 0;
}

#logo {
    float: right;
    margin: 8px 0;
}

#logo img {
    max-height: 70px;
}

/* === NAVIGATION === */
#menu {
    float: left;
    margin-top: 20px;
}

.menu-item {
    float: right;
    padding: 0 20px;
    line-height: 45px;
    position: relative;
}

.menu-item > a {
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
}

.menu-item > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--primary-gold);
    transition: var(--transition);
}

.menu-item > a:hover::after {
    width: 100%;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 250px;
    border: 1px solid var(--border-light);
    border-top: 3px solid var(--primary-gold);
    box-shadow: var(--shadow-soft);
    z-index: 1000;
}

.submenu a {
    display: block;
    padding: 12px 20px;
    color: var(--text-dark);
    font-size: 14px;
    border-bottom: 1px solid var(--border-light);
}

.submenu a:last-child {
    border-bottom: none;
}

.submenu a:hover {
    background: var(--bg-gray);
    color: var(--primary-gold);
    padding-right: 25px;
}

/* === MOBILE MENU === */
#menu2 {
    display: none;
    float: left;
}

.mobile-menu-btn {
    background: var(--primary-dark);
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

/* === PRICE BANNER === */
.price-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #333 100%);
    color: white;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 2px solid var(--primary-gold);
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.banner-icon {
    font-size: 20px;
    color: var(--primary-gold);
}

.banner-text {
    font-size: 14px;
    line-height: 1.5;
}

.banner-close {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 16px;
    transition: var(--transition);
}

.banner-close:hover {
    background: var(--primary-gold);
    border-color: var(--primary-gold);
}

/* === FLOATING CONTACT === */
.floating-contact {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.floating-contact a {
    display: block;
    padding: 12px;
    background: var(--primary-dark);
    color: white;
    transition: var(--transition);
}

.floating-contact a:first-child {
    border-radius: 0 8px 0 0;
}

.floating-contact a:last-child {
    border-radius: 0 0 8px 0;
}

.floating-contact a:hover {
    background: var(--primary-gold);
    padding-left: 20px;
}

.floating-contact i {
    font-size: 28px;
}

/* === PRODUCTS GRID (3 columns instead of 4) === */
.products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .products-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .products-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* === PRODUCT CARDS (New Design) === */
.product-card {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 25px 20px;
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-gold);
    transform: scaleX(0);
    transition: var(--transition);
}

.product-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-5px);
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card img {
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: var(--transition);
}

.product-card:hover img {
    transform: scale(1.03);
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 12px 0;
    min-height: 50px;
    line-height: 1.6;
}

.product-price {
    color: var(--primary-gold);
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    font-family: yekan;
}

.product-button {
    display: inline-block;
    background: var(--primary-dark);
    color: white;
    padding: 12px 30px;
    font-size: 14px;
    margin-top: 12px;
    transition: var(--transition);
    border: 2px solid var(--primary-dark);
}

.product-button:hover {
    background: transparent;
    color: var(--primary-dark);
}

/* === OLD PRODUCT LAYOUT (np1-np4 changed to 3 columns) === */
#np1, #np2, #np3 {
    float: right;
    width: 32%;
    margin-bottom: 2%;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    background: white;
    transition: var(--transition);
}

#np2, #np3 {
    margin-right: 2%;
}

#np1:hover, #np2:hover, #np3:hover, #np4:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-gold);
}

#np4 {
    display: none; /* Hide 4th column */
}

/* === CATEGORY CARDS === */
#cat1, #cat2, #cat3 {
    float: right;
    width: 32%;
    background-color: white;
    border-radius: 4px;
    border: 1px solid var(--border-light);
    transition: var(--transition);
}

#cat2 {
    margin-right: 2%;
    margin-left: 2%;
}

#cat1:hover, #cat2:hover, #cat3:hover {
    box-shadow: var(--shadow-soft);
    border-color: var(--primary-gold);
}

/* === SECTION TITLES === */
.section-title {
    text-align: center;
    padding: 40px 0 30px;
    position: relative;
}

.section-title h2 {
    font-size: 26px;
    color: var(--text-dark);
    display: inline-block;
    padding: 0 30px;
    background: white;
    position: relative;
    z-index: 1;
}

.section-title::after {
    content: '';
    position: absolute;
    top: 55%;
    left: 10%;
    right: 10%;
    height: 1px;
    background: var(--border-light);
}

.titr1 {
    padding: 30px 50px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: white;
}

.titr2 {
    padding: 20px;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    color: white;
}

/* === FAQ SECTION (Different Style) === */
.faq-section {
    background: var(--primary-dark);
    padding: 50px 0;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
}

.faq-question {
    padding: 18px 25px;
    color: var(--text-light);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-question:hover {
    background: rgba(255,255,255,0.05);
}

.faq-question i {
    color: var(--primary-gold);
    transition: var(--transition);
}

.faq-answer {
    display: none;
    padding: 20px 25px;
    background: white;
    line-height: 32px;
    color: var(--text-dark);
}

/* === FOOTER (New Layout) === */
.footer-main {
    background: var(--primary-dark);
    padding: 50px 0 30px;
    color: var(--text-light);
}

#f1 {
    float: right;
    width: 30%;
}

#f2 {
    float: right;
    width: 35%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding: 0 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.1);
}

#f3 {
    float: left;
    width: 30%;
}

.footer-title {
    font-size: 18px;
    color: var(--primary-gold);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-links a {
    display: block;
    color: #aaa;
    padding: 8px 0;
    font-size: 14px;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-gold);
    padding-right: 10px;
}

.footer-contact {
    line-height: 35px;
    color: #aaa;
    font-size: 14px;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,0.05);
    color: white;
    margin-left: 8px;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary-gold);
}

/* === COPYRIGHT === */
.copyright-bar {
    background: #111;
    padding: 15px 0;
    color: #888;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
}

.copyright-bar a {
    color: var(--primary-gold);
}

/* === CONTACT BUTTON === */
.contact-button {
    display: inline-block;
    background: var(--primary-gold);
    color: var(--primary-dark);
    padding: 12px 35px;
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
    border: 2px solid var(--primary-gold);
}

.contact-button:hover {
    background: transparent;
    color: var(--primary-gold);
}

/* === BOXES === */
#box21, #box22, #box23 {
    float: right;
    width: 32%;
    margin-bottom: 2%;
    border: 1px solid var(--border-light);
    background: white;
    transition: var(--transition);
}

#box22, #box23 {
    margin-right: 2%;
}

#box21:hover, #box22:hover, #box23:hover {
    box-shadow: var(--shadow-soft);
    border-color: var(--primary-gold);
}

/* === PHONE BOXES === */
#ph1, #ph2 {
    float: right;
    width: 49%;
    text-align: center;
    padding: 15px;
    border: 2px solid var(--primary-gold);
    font-size: 20px;
    font-family: yekan;
    letter-spacing: 2px;
    color: var(--text-dark);
    background: white;
    transition: var(--transition);
}

#ph1:hover, #ph2:hover {
    background: var(--primary-gold);
    color: white;
}

/* === BACKGROUNDS === */
.bg-dark {
    background: var(--primary-dark);
}

.bg-gold-gradient {
    background: linear-gradient(135deg, var(--primary-gold) 0%, #a8850d 100%);
}

.bg-pattern {
    background-color: var(--bg-light);
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(201, 162, 39, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(26, 26, 26, 0.03) 0%, transparent 50%);
}

/* === SLIDER/ABOUT === */
#ab1 {
    float: left;
    width: 48%;
    line-height: 35px;
    text-align: justify;
}

#ab2 {
    float: right;
    width: 48%;
    line-height: 35px;
    text-align: justify;
}

/* === SERVICE BOXES === */
#ser1, #ser2, #ser3, #ser4 {
    float: right;
    width: 24%;
    margin-bottom: 1.5%;
    text-align: center;
    padding: 30px 15px;
    background: white;
    border: 1px solid var(--border-light);
    transition: var(--transition);
}

#ser2, #ser3, #ser4 {
    margin-right: 1.33%;
}

#ser1:hover, #ser2:hover, #ser3:hover, #ser4:hover {
    border-color: var(--primary-gold);
    box-shadow: var(--shadow-soft);
}

/* === PROJECT BOXES === */
#proje1, #proje2, #proje3, #proje4 {
    float: right;
    width: 24%;
    margin-bottom: 2%;
}

#proje2, #proje3 {
    margin-right: 1.33%;
}

#proje4 {
    float: left;
}

/* === SEARCH BOX === */
#search {
    float: right;
    width: 250px;
}

#search input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border-light);
    background: var(--bg-light);
    transition: var(--transition);
}

#search input:focus {
    border-color: var(--primary-gold);
    outline: none;
}

/* === VNP BOXES === */
#vnp1, #vnp2, #vnp3, #vnp4 {
    float: right;
    width: 24%;
    border: 1px solid var(--border-light);
    margin-bottom: 1.3%;
    background: white;
    transition: var(--transition);
}

#vnp2, #vnp3 {
    margin-right: 1.33%;
}

#vnp4 {
    float: left;
}

#vnp1:hover, #vnp2:hover, #vnp3:hover, #vnp4:hover {
    border-color: var(--primary-gold);
    box-shadow: var(--shadow-soft);
}

/* === TYPOGRAPHY === */
h1 {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-dark);
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--text-dark);
}

h3 {
    font-size: 16px;
    font-weight: 600;
}

strong {
    font-size: 17px;
}

/* === PC/MOBILE VISIBILITY === */
.pc {
    display: block;
}

.mob {
    display: none;
}

/* === UTILITIES === */
.text-gold {
    color: var(--primary-gold);
}

.text-dark {
    color: var(--primary-dark);
}

.bg-white {
    background: white;
}

/* =============================================
   RESPONSIVE DESIGN
============================================= */

@media only screen and (max-width: 1200px) {
    #ccontent1 {
        width: 95%;
    }
    
    #menu {
        display: none;
    }
    
    #menu2 {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #np1, #np2 {
        width: 49%;
    }
    
    #np2 {
        margin-right: 0;
        float: left;
    }
    
    #np3 {
        width: 49%;
        margin-right: 0;
    }
    
    #cat1, #cat2, #cat3 {
        width: 100%;
        margin: 0 0 15px 0;
    }
    
    #f1, #f2, #f3 {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        border: none;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    #f1 {
        border-top: none;
    }
}

@media only screen and (max-width: 768px) {
    #ccontent1 {
        width: 95%;
        padding: 10px;
    }
    
    .products-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    #np1, #np2, #np3 {
        width: 100%;
        margin: 0 0 15px 0;
    }
    
    #logo {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    
    .titr1 {
        padding: 20px 15px;
        font-size: 18px;
    }
    
    #ab1, #ab2 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #ser1, #ser2, #ser3, #ser4 {
        width: 49%;
        margin: 0 0 15px 0;
    }
    
    #ser2, #ser4 {
        float: left;
    }
    
    .floating-contact {
        bottom: 20px;
        top: auto;
    }
    
    .pc {
        display: none;
    }
    
    .mob {
        display: block;
    }
    
    .price-banner {
        flex-wrap: wrap;
        padding: 12px 15px;
    }
    
    .banner-content {
        width: 100%;
    }
    
    .banner-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .products-container {
        grid-template-columns: 1fr;
    }
    
    #ser1, #ser2, #ser3, #ser4 {
        width: 100%;
    }
    
    #ph1, #ph2 {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .section-title h2 {
        font-size: 20px;
    }
    
    #box21, #box22, #box23 {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

/* === FIX OLD IDs === */
#con1, #con2 {
    width: 100%;
    margin-bottom: 2%;
}

#prod1, #prod2, #prod3, #prod4 {
    float: right;
    width: 49%;
    margin: 0;
    margin-bottom: 2%;
}

#prod2, #prod4 {
    float: left;
}

#ch1, #ch2, #ch3, #ch4, #ch5 {
    float: right;
    width: 49%;
    margin: 0;
    margin-bottom: 2%;
}

#ch2, #ch4 {
    float: left;
}

#ch5 {
    width: 100%;
}

#w1, #w2, #w3, #w4 {
    float: right;
    width: 49%;
    margin: 0;
    margin-bottom: 1.5%;
}

#w2, #w4 {
    float: left;
}

#fix1 {
    display: block;
    direction: ltr;
    z-index: 999999;
    font-size: 20px;
}

#fil {
    display: inline-block;
    width: 600px;
    margin: 13px 0;
}

#lang {
    float: right;
    margin-top: 4px;
}

#sos {
    float: left;
    padding-top: 4px;
}

#title {
    float: right;
    margin-right: 0;
    margin-top: 15px;
    text-align: right;
    line-height: 32px;
}

#onvan {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 9px;
    border-bottom: 1px solid var(--border-light);
}

#t1 {
    width: 100%;
    text-align: center;
}

#log {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
}

#k {
    width: 24%;
    height: 370px;
    display: inline-block;
    margin: 0.1%;
    border: 1px solid var(--border-light);
    margin-bottom: 15px;
    background: white;
}

#kk {
    width: 24%;
    height: 200px;
    display: inline-block;
    margin: 0.3%;
    border: 1px solid var(--border-light);
    margin-bottom: 15px;
    background: var(--primary-dark);
}



/* === ENAMAD FIX === */
.enamad-box {
    float: right;
    padding: 5px;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
}

/* === PRODUCT BADGE === */
.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--primary-gold);
    color: var(--primary-dark);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
}

/* === CATEGORY BANNER HOVER === */
.category-banner img:hover {
    border-color: var(--primary-dark) !important;
    transform: scale(1.02);
}

/* === ARTICLE CARDS === */
.article-card {
    transition: var(--transition);
    overflow: hidden;
}

.article-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-5px);
}

/* === SECTION TITLE NEW === */
.section-title {
    text-align: center;
    padding: 0 0 25px 0;
}

.section-title h1,
.section-title h2 {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--primary-gold);
    color: var(--text-dark);
}

/* === CONTACT PHONE BUTTONS === */
.contact-phone-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid var(--primary-gold);
    color: white;
    padding: 12px 30px;
    margin: 5px;
    font-family: yekan;
    font-size: 20px;
    letter-spacing: 2px;
    transition: var(--transition);
}

.contact-phone-btn:hover {
    background: var(--primary-gold);
    color: var(--primary-dark);
}

/* === NP ARTICLE BOXES (3 columns) === */
#np1, #np2, #np3 {
    float: right;
    width: 32%;
    margin-bottom: 2%;
    border: 1px solid var(--border-light);
    background: white;
    transition: var(--transition);
    overflow: hidden;
}

#np2 {
    margin-right: 2%;
    margin-left: 2%;
}

#np1:hover, #np2:hover, #np3:hover {
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-gold);
}

/* === PROJE BOXES (4 columns for banners) === */
#proje1, #proje2, #proje3, #proje4 {
    float: right;
    width: 24%;
    margin-bottom: 2%;
    transition: var(--transition);
}

#proje2, #proje3 {
    margin-right: 1.33%;
}

#proje4 {
    float: left;
}

/* === MPROJE MOBILE (2 columns) === */
#mproje1, #mproje2 {
    float: right;
    width: 49%;
    margin-bottom: 2%;
}

#mproje2 {
    float: left;
}

/* === TOP BAR === */
.top-bar {
    background: var(--primary-dark);
    color: var(--text-light);
    padding: 10px 0;
}

.top-bar a {
    color: var(--text-light);
}

.top-bar i {
    font-size: 22px;
    margin: 0 8px;
    transition: var(--transition);
}

.top-bar i:hover {
    color: var(--primary-gold);
}

/* === HEADER MAIN === */
.header-main {
    background: white;
    border-bottom: 3px solid var(--primary-gold);
    padding: 15px 0;
}

/* === MENU ITEM === */
.menu-item {
    float: right;
    padding: 0 18px;
    line-height: 45px;
    position: relative;
}

.menu-item > a {
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.menu-item > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--primary-gold);
    transition: var(--transition);
}

.menu-item:hover > a::after {
    width: 100%;
}

/* === SUBMENU === */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    min-width: 250px;
    border: 1px solid var(--border-light);
    border-top: 3px solid var(--primary-gold);
    box-shadow: var(--shadow-soft);
    z-index: 1000;
}

.submenu a {
    display: block;
    padding: 12px 20px;
    color: var(--text-dark);
    font-size: 14px;
    border-bottom: 1px solid var(--border-light);
}

.submenu a:last-child {
    border-bottom: none;
}

.submenu a:hover {
    background: var(--bg-gray);
    color: var(--primary-gold);
    padding-right: 25px;
}

/* === MOBILE MENU BUTTON === */
.mobile-menu-btn {
    background: var(--primary-dark);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

/* === PRICE BANNER === */
.price-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #333 100%);
    color: white;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 2px solid var(--primary-gold);
    transition: all 0.3s ease;
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.banner-icon {
    font-size: 20px;
    color: var(--primary-gold);
}

.banner-text {
    font-size: 14px;
    line-height: 1.5;
}

.banner-close {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    cursor: pointer;
    padding: 8px 14px;
    font-size: 18px;
    transition: var(--transition);
}

.banner-close:hover {
    background: var(--primary-gold);
    border-color: var(--primary-gold);
}

/* === FLOATING CONTACT === */
.floating-contact {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-direction: column;
}

.floating-contact a {
    display: block;
    padding: 14px;
    background: var(--primary-dark);
    color: white;
    transition: var(--transition);
    border-bottom: 1px solid #333;
}

.floating-contact a:first-child {
    border-radius: 0 8px 0 0;
}

.floating-contact a:last-child {
    border-radius: 0 0 8px 0;
    border-bottom: none;
}

.floating-contact a:hover {
    background: var(--primary-gold);
    padding-left: 20px;
}

.floating-contact i {
    font-size: 26px;
}

/* === ANIMATIONS === */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade {
    animation: fadeIn 0.5s ease-out;
}

/* === RESPONSIVE UPDATES === */
@media only screen and (max-width: 768px) {
    #np1, #np2, #np3 {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }
    
    #proje1, #proje2, #proje3, #proje4 {
        width: 49%;
        margin: 0 0 10px 0;
    }
    
    #proje2, #proje4 {
        float: left;
    }
    
    .contact-phone-btn {
        display: block;
        margin: 10px auto;
        max-width: 250px;
    }
    
    .floating-contact {
        bottom: 20px;
        top: auto;
    }
}