     /* ----- پایه رنگ و فونت ----- */
        body {
            background: #0d1117;
            color: #e6edf3;
            margin: 0;
            padding: 0;
            line-height: 1.8;
        }

        .head {
            background: #161b22;
            padding: 30px;
            text-align: center;
            font-size: 22px;
            font-weight: 600;
            letter-spacing: 0.5px;        }
	.container{	
 	 margin: 0 10%;
	}

        /* ----- بخش معرفی ----- */
   .intro {
            background: #1c1f2K6;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(88,166,255,0.1);
            margin-bottom: 30px;
	    text-align:center;
        }

	
	.margin-intro{
	margin:80px 10% 0px 10%;
	}
        /* ----- کارت‌های تماس ----- */

        .social a {
            color: #9bbcff;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
            margin-top: 5px;
        }

        .social a:hover {
            color: #ae0000;
        }
        .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
            gap: 20px;
            margin-bottom: 110px;
        }

        .card {
            background: #171b21;
            border-radius: 12px;
            box-shadow: 0 0 22px rgba(0,0,0,0.4);
            padding: 20px;
            transition: 0.3s;
        }

        .card:hover {
            box-shadow: 0 0 25px rgba(88,166,255,0.25);
        }

        .card h3 {
            margin-top: 0;
        }



        /* ----- نقشه ----- */
        .map {
            background: #171b21;
            padding: 15px;
            border-radius: 12px;
            box-shadow: 0 0 12px rgba(88,166,255,0.1);
            margin-bottom: 60px;
        }


        iframe {
            width: 100%;
            height: 350px;
            border: none;
            border-radius: 10px;
            filter: grayscale(40%) invert(90%);
        }

       
       





      
 tact-section { padding: 40px 30px; }
        .section-title { text-align: center; font-size: 1.5em;  margin: 70px 0 40px 0; position: relative; }
        .section-title::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 50px; height: 3px; background: #ff6b6b; border-radius: 2px; }
        .social-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 110px; }
        .social-btn { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 20px; background: linear-gradient(45deg, #667eea, #764ba2); color: white; text-decoration: none; border-radius: 15px; font-size: 1.1em; font-weight: bold; transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(102,126,234,0.3); }
        .social-btn:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(102,126,234,0.4); }
        .social-btn i { font-size: 1.5em; }
        .phone-item { background: #f8f9ff; padding: 20px; border-radius: 12px; text-align: center; border-right: 4px solid #4ecdc4; transition: all 0.3s; }
        .phone-item:hover { background: #e8f4f8; transform: scale(1.02); }
        .phone-item i { font-size: 2em; color: #4ecdc4; margin-bottom: 10px; }
       
.social-btn.eita{
background:linear-gradient(45deg, #a65000, #f6f500) ;
}

.social-btn.rubika {
background: linear-gradient(45deg, #f74337, #e53935);
}

.social-btn[href*="ble.ir"] {
background: linear-gradient(45deg, #00d4aa, #00b894);
}

.social-btn.telegram {
background: linear-gradient(45deg, #0088cc, #229ED9);
}

.social-btn.whats {
background: linear-gradient(45deg, #25D366, #128C7E);
}

.social-btn[href*="instagram.com"] {
background: linear-gradient(45deg, #E4405F, #F77737);
}

	.page-title {
    padding: 30px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0f0f0f, #1d1d1d);
    border-bottom: 1px solid #222;
}

.page-title h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.page-title p {
    font-size: 18px;
    color: #ccc;
}
 @media (max-width: 768px) {
            .head {
                font-size: 18px;
                padding: 20px;
            }
.page-title h1 {
    font-size: 25px!important;
    margin-bottom: 20px;
}
 .social-buttons { 
grid-template-columns: 1fr;
margin : 0 12px;
 } 
.phones { 
grid-template-columns: 1fr;
 } 
 }
