
@font-face{
    font-family:'Dana';
    src:url('/Content/fonts/Dana/dana-fanum regular.woff2') format('woff2'),
        url('/Content/fonts/Dana/dana-fanum regular.woff') format('woff');
    font-weight:400;
    font-style:normal;
}
@font-face{
    font-family:'Dana';
    src:url('/Content/fonts/Dana/dana-fanum bold.woff2') format('woff2'),
        url('/Content/fonts/Dana/dana-fanum bold.woff') format('woff');
    font-weight:700;
    font-style:normal;
}

:root {
    --dani-green:#2E7D32;
    --dani-red:#E53935;
    --dani-orange:#FB8C00;
    --dani-yellow:#FDD835;
    --dani-cream:#FFF8E7;
    --dani-dark:#263238;
}
body {
    direction:rtl;
    font-family:Dana, Tahoma, Arial, sans-serif;
    background:#fffdf7;
    color:var(--dani-dark);
}
.body-content {padding-top:20px;}
.dani-topbar {background:var(--dani-green); color:white; padding:8px 0; font-size:13px;}
.dani-nav {background:#fff; border:0; border-radius:0; margin-bottom:0; box-shadow:0 2px 12px rgba(0,0,0,.08);}
.dani-logo {font-size:28px!important; font-weight:bold; color:var(--dani-green)!important;}
.dani-logo span {color:var(--dani-red); font-size:18px;}
.dani-nav .navbar-nav>li>a {color:var(--dani-dark); font-weight:bold;}
.btn-dani {background:var(--dani-green); color:#fff!important; border-radius:25px; padding:10px 20px; display:inline-block; margin-top:8px;}
.dani-footer {background:#174d22; color:white; padding:35px 0; margin-top:40px;}
@media(max-width:768px){.btn-dani{margin:10px}.dani-logo{font-size:22px!important;}}


.dani-hero{min-height:520px;background:linear-gradient(rgba(0,80,20,.35),rgba(0,0,0,.2)),url('/Content/images/dani-hero.jpg') center/cover;border-radius:20px;margin-bottom:30px;display:flex;align-items:center;}
.hero-overlay{color:white;padding:50px;max-width:650px}.dani-hero h1{font-size:42px;line-height:1.5;font-weight:800}.btn-outline-dani{border:1px solid #2E7D32;color:#2E7D32;background:white;margin-right:10px}.dani-section,.dani-about,.dani-process,.dani-cta{padding:45px 0;text-align:center}.feature-box,.product-card,.stats{background:#fff;border-radius:20px;padding:25px;box-shadow:0 8px 25px rgba(0,0,0,.08);margin-bottom:20px}.product-image{height:180px;background:linear-gradient(135deg,#fff8e7,#e8f5e9);border-radius:15px}.dani-cta{background:#2E7D32;color:#fff;border-radius:20px;margin-bottom:40px}

/* Dani Phase3-C homepage CMS sections */
.dani-section{padding:45px 0}.category-card,.news-card,.product-card,.feature-box{background:#fff;border-radius:18px;padding:20px;margin-bottom:20px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.category-card h4,.news-card h4{color:#2E7D32}.dani-hero{min-height:520px;background:linear-gradient(90deg,rgba(46,125,50,.8),rgba(0,0,0,.15)),url('/Content/images/dani-hero.jpg');background-size:cover;background-position:center;display:flex;align-items:center;padding:60px;color:white}.hero-overlay{max-width:650px}.btn-dani{background:#2E7D32;color:#fff;border-radius:25px;padding:12px 28px}.btn-outline-dani{border:1px solid #2E7D32;border-radius:25px;padding:12px 28px;background:#fff;color:#2E7D32}

/* Phase 5-G Corporate UI Redesign */
body{background:#fbfaf3;font-family:Tahoma,Arial,sans-serif}
.body-content{max-width:1400px;padding-top:0}
.dani-topbar{background:#176b2a;padding:10px 0;color:#fff;font-size:13px}
.dani-main-nav{background:#fff;border-radius:0 0 28px 28px;box-shadow:0 8px 25px rgba(0,0,0,.08)}
.nav-wrap{height:80px;display:flex;align-items:center;gap:35px}
.dani-logo{font-size:36px;font-weight:900;color:#237b31;text-decoration:none}.dani-logo span{color:#e53935;font-size:20px}
.dani-menu{list-style:none;display:flex;gap:28px;margin:0 auto}.dani-menu a{color:#263238;font-weight:bold;text-decoration:none}
.dani-menu a:hover{color:#2e7d32}
.dani-hero{height:560px;border-radius:0 0 35px 35px;overflow:hidden;background:linear-gradient(90deg,rgba(28,100,35,.75),rgba(255,255,255,.1)),url('/Content/images/dani-hero.jpg') center/cover;display:flex;align-items:center;padding:70px;color:#fff}
.dani-hero h1{font-size:48px;line-height:1.5;font-weight:900}
.hero-overlay{max-width:650px}
.dani-section h2,.dani-about h2,.dani-process h2{font-weight:900;color:#163c22;margin-bottom:35px;text-align:center}
.feature-box,.product-card,.category-card,.news-card,.stats{border:0;border-radius:25px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:25px;height:100%}
.product-card img{height:230px;object-fit:contain;margin:auto}
.product-card h3{text-align:center;font-size:20px;font-weight:800}
.dani-about{background:#fff;border-radius:30px;padding:40px;margin:40px 0}
.stats{text-align:center;font-size:22px;line-height:2;color:#2e7d32}
.dani-process{padding:50px 0}.dani-process .row div{background:#fff;border-radius:50px;padding:25px;margin:10px;font-weight:bold;box-shadow:0 5px 20px #ddd}
.dani-cta{background:#277d32!important;border-radius:30px!important;padding:60px!important}
.dani-footer{background:#104d20;padding:50px;color:#fff}
@media(max-width:768px){.nav-wrap{height:auto;padding:15px;display:block}.dani-menu{display:block}.dani-menu li{padding:10px}.dani-hero h1{font-size:30px}}

/* Phase 5-G.2 Asset & Visual Matching */
.dani-hero{position:relative;min-height:610px;background-position:center;}
.dani-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(270deg,rgba(255,255,255,.08),rgba(23,107,42,.72));}
.dani-hero .hero-overlay{position:relative;z-index:2}
.dani-section{position:relative}
.section-title{font-size:34px;font-weight:900;color:#123d20;margin-bottom:12px}
.section-subtitle{color:#607060;margin-bottom:35px}
.feature-box{transition:.3s;text-align:center;border-top:4px solid #2e7d32}
.feature-box:hover,.product-card:hover,.news-card:hover{transform:translateY(-6px)}
.product-card{overflow:hidden;text-align:center;background:linear-gradient(180deg,#fff,#fbfaf3)}
.product-card img{width:100%;max-height:260px;object-fit:contain}
.product-card .btn-dani{margin-top:15px}
.dani-about{align-items:center;box-shadow:0 12px 35px rgba(0,0,0,.06)}
.dani-process .row{display:flex;justify-content:center;flex-wrap:wrap}
.dani-process .row div{min-width:190px;position:relative}
.dani-process .row div:before{content:'✓';display:block;color:#2e7d32;font-size:28px;margin-bottom:8px}
.news-card{min-height:180px}
.dani-cta{background:linear-gradient(90deg,#176b2a,#2e7d32)!important;text-align:center}
@media(max-width:768px){.dani-hero{min-height:480px;padding:30px}.dani-hero h1{font-size:28px}.product-card img{height:180px}}

/* Phase 5-G.5.1 Typography & Brand Polish */
body{font-family:Dana,Tahoma,Arial,sans-serif;line-height:2;}
.dani-nav .navbar-nav>li>a{font-weight:700;letter-spacing:0;}
.hero-title,.section-title,h1,h2,h3{font-family:Dana,Tahoma,sans-serif;font-weight:700;line-height:1.6;}
.hero-title{font-size:48px;}
.btn-dani{font-weight:700;font-size:15px;}
.card,.product-card,.feature-card{font-family:Dana,Tahoma,sans-serif;}
@media(max-width:768px){
 .hero-title{font-size:30px;}
}

/* Phase 5-G.5.3 Final Section Composition Match */
.dani-hero{margin-bottom:80px;background-position:center right;}
.dani-hero h1{max-width:700px;text-shadow:0 3px 12px rgba(0,0,0,.25)}
.dani-hero .btn-dani,.dani-hero .btn-outline-dani{min-width:150px;text-align:center}
.dani-features{position:relative;margin-top:-110px;z-index:5;padding:0 30px}
.dani-features .feature-box{min-height:150px;display:flex;flex-direction:column;justify-content:center;border-radius:24px}
.dani-section>h2{font-size:34px;margin-bottom:45px}
.category-card{min-height:140px;display:flex;align-items:center;justify-content:center}
.product-card{padding:18px 18px 25px;min-height:390px}
.product-card img{height:240px;border-radius:18px;background:#faf7ed}
.product-card h3{color:#173c22;margin-top:15px}
.dani-about{display:flex;align-items:center;gap:30px}
.dani-about img{border-radius:25px}
.dani-about p{font-size:16px;line-height:2.2}
.stats{background:#f8fbf4;border-right:4px solid #2e7d32}
.dani-process img{border-radius:30px;margin-bottom:35px}
.dani-process .row div{border:1px solid #eef3e8}
.news-card{min-height:220px;display:flex;flex-direction:column;justify-content:space-between}
.dani-section img[alt*="شبکه"]{border-radius:30px;box-shadow:0 12px 35px rgba(0,0,0,.12)}
.dani-footer{border-radius:30px 30px 0 0}
@media(max-width:768px){
 .dani-features{margin-top:-40px;padding:0 10px}
 .dani-about{display:block}
 .dani-section>h2{font-size:26px}
}
