       @font-face {
           font-family: 'nastaligh';
           src: url(fonts/new/IranNastaliq.ttf);
       }

       * {
           font-family: 'eng';
       }

       @font-face {
           font-family: 'ّeng';
           src: url('Vazirmatn, sans-serif');
       }

       .card1{
        background-color:  rgba(0, 2, 145, 0.49);
       }
       .cap_mahsol {
           font-weight: bold;
           font-size: xx-large;
       }

       .spn_what {
           font-size: x-large;
           word-spacing: 3px;
           font-family: 'nastaligh';
           font-weight: bold;

       }

       .wt1 {
           font-size: xx-large;
           font-weight: bold;
       }

       .spn_intro {
           word-spacing: 1px;
           line-height: 45px;
           font-weight: bold;
           font-size: 28px;
       }

       .cap_mahsol1 {
           font-family: 'nastaligh';
           font-weight: bold;
           font-size: xx-large;
       }

       .cap_mahsol2 {
           font-family: 'nastaligh';
           font-weight: bold;
           font-size: 60px;
       }

       .nav-link {
           font-family: 'nastaligh';
           font-weight: bold;
       }

       span {
           font-family: 'nastaligh';
       }

       /* .h {
           font-family: 'nastaligh';
           font-size: 100%;
       } */
       /* @media (max-width: 992px) { */
       .section2 {
           font-family: 'nastaligh';
       }

       * {
           /* font-family: 'Vazirmatn', sans-serif; */
           zoom: 0%;
       }

       /* 
        .hero-bg {
            background-image: linear-gradient(rgba(0, 18, 38, 0.85), rgba(0, 18, 38, 0.95)), url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDYwMCI+PHJlY3Qgd2lkdGg9IjEyMDAiIGhlaWdodD0iNjAwIiBmaWxsPSIjMDAxMjI2Ii8+PHBhdGggZD0iTTAgMGgxMjAwdjYwMEgweiIgZmlsbD0iIzAwMTIyNiIvPjxjaXJjbGUgY3g9IjYwMCIgY3k9IjMwMCIgcj0iMjUwIiBmaWxsPSIjMDAxZjQwIi8+PHBhdGggZD0iTTAgMzAwaDEyMDAiIHN0cm9rZT0iIzAwM2E3NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtZGFzaGFycmF5PSIyMCwxNSIvPjxwYXRoIGQ9Ik02MDAgMHY2MDAiIHN0cm9rZT0iIzAwM2E3NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtZGFzaGFycmF5PSIyMCwxNSIvPjxjaXJjbGUgY3g9IjYwMCIgY3k9IjMwMCIgcj0iMTAwIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDczZmYiIHN0cm9rZS13aWR0aD0iMiIvPjxjaXJjbGUgY3g9IjYwMCIgY3k9IjMwMCIgcj0iMTUwIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDczZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWRhc2hhcnJheT0iMTAsMTAiLz48Y2lyY2xlIGN4PSI2MDAiIGN5PSIzMDAiIHI9IjIwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA3M2ZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1kYXNoYXJyYXk9IjIwLDIwIi8+PHBhdGggZD0iTTMwMCAzMDBoNjAwIiBzdHJva2U9IiMwMDczZmYiIHN0cm9rZS13aWR0aD0iNCIvPjxwYXRoIGQ9Ik02MDAgMTAwdjQwMCIgc3Ryb2tlPSIjMDA3M2ZmIiBzdHJva2Utd2lkdGg9IjQiLz48Y2lyY2xlIGN4PSI2MDAiIGN5PSIzMDAiIHI9IjUwIiBmaWxsPSIjMDAzYTc1Ii8+PC9zdmc+');
            background-size: cover;
            background-position: center;
        } */

       .contact-map-container {
           background-color: #003fa476;
           display: flex;
           flex-wrap: wrap;
           max-width: 1200px;
           margin: 0 auto;
           border-radius: 10px;
           overflow: hidden;
           box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
           direction: ltr;
           /* تغییر جهت کلی به LTR */
       }

       /* بخش نقشه (چپ) */
       .map-section {
           flex: 1 1 50%;
           min-height: 100px;
           background: #eee;
           order: 1;
           /* همیشه اول نمایش داده شود */
       }

       #contact-map {
           width: 400px;
           height: 300px;
       }

       /* بخش اطلاعات تماس (راست) */
       .contact-section {
           flex: 1 1 50%;
           padding: 30px;
           background: #003fa476;
           display: flex;
           flex-direction: column;
           justify-content: center;
           order: 2;
           /* همیشه دوم نمایش داده شود */
           direction: rtl;
           /* متن فارسی راست به چپ */
       }

       .contact-header {
           margin-bottom: 30px;
           text-align: right;
       }

       .contact-header h2 {
           color: #e7e7e7;
           font-size: 28px;
           margin-bottom: 10px;
       }

       .contact-header p {
           color: #a9a9a9;
           font-size: 16px;
       }

       .contact-info {
           margin-bottom: 30px;
       }

       .contact-item {
           display: flex;
           align-items: center;
           margin-bottom: 20px;
           padding-bottom: 15px;
           border-bottom: 1px dashed #ecf0f1;
       }

       .contact-icon {
           width: 40px;
           height: 40px;
           background-color: #3498db;
           color: white;
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           margin-left: 15px;
           font-size: 18px;
       }

       .contact-text {
           flex: 1;
       }

       .contact-text h4 {
           color: #a9a9a9;
           margin-bottom: 5px;
           font-size: 18px;
       }

       .contact-text p {
           color: #a9a9a9;
           font-size: 14px;
       }

       .social-links {
           display: flex;
           justify-content: center;
           gap: 15px;
       }

       .social-links a {
           width: 40px;
           height: 40px;
           background-color: #f8f9fa;
           color: #3498db;
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           font-size: 18px;
           transition: all 0.3s ease;
       }

       .social-links a:hover {
           background-color: #003d65;
           color: white;
           transform: translateY(-3px);
       }

       /* } */
       /* استایل منوی موبایل */
       .mobile-menu {
           display: none;
           position: fixed;
           top: 80px;
           right: 0;
           width: 100%;
           background-color: #011937;
           padding: 1rem;
           box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
           z-index: 40;
       }

       .mobile-menu.active {
           display: block;
           animation: fadeIn 0.3s ease-in-out;
       }

       .mobile-menu a {
           display: block;
           padding: 0.75rem 1rem;
           color: white;
           border-bottom: 1px solid rgba(255, 255, 255, 0.1);
           font-family: 'nastaligh';
           text-align: right;
       }

       .mobile-menu a:hover {
           background-color: #01316c;
       }

       @keyframes fadeIn {
           from {
               opacity: 0;
               transform: translateY(-10px);
           }

           to {
               opacity: 1;
               transform: translateY(0);
           }
       }

       /* رسپانسیو برای تبلت و موبایل */
       @media (max-width: 100%) {


           .map-section,
           .contact-section {
               flex: 1 1 100%;
           }

           .map-section {
               min-height: 300px;
               order: 1;
           }

           .contact-section {
               order: 2;
               padding: 25px;
           }
       }

       @media (max-width: 576px) {
           .contact-section {
               padding: 20px;
           }

           .contact-item {
               flex-direction: row;
               text-align: right;
           }

           .contact-icon {
               margin-left: 15px;
               margin-bottom: 0;
           }
       }

       .product-card {
           transition: all 0.3s ease;
       }

       .product-card:hover {
           transform: translateY(-10px);
       }

       .gradient-border {
           position: relative;
           border-radius: 0.5rem;
           z-index: 0;
           overflow: hidden;
       }

       .gradient-border::before {
           content: '';
           position: absolute;
           top: -2px;
           left: -2px;
           right: -2px;
           bottom: -2px;
           background: linear-gradient(45deg, #0073ff, #00c6ff);
           z-index: -1;
           border-radius: 0.6rem;
       }

       .tab-active {
           position: relative;
       }

       .tab-active::after {
           content: '';
           position: absolute;
           bottom: -2px;
           left: 0;
           width: 100%;
           height: 2px;
           background: linear-gradient(90deg, #0073ff, #00c6ff);
       }

       .tab-content {
           display: none;
       }

       .tab-content.active {
           display: block;
       }

       .scroll-indicator {
           animation: bounce 2s infinite;
       }

       @keyframes bounce {

           0%,
           20%,
           50%,
           80%,
           100% {
               transform: translateY(0);
           }

           40% {
               transform: translateY(-20px);
           }

           60% {
               transform: translateY(-10px);
           }
       }

       .service-card:hover .service-icon {
           transform: scale(1.1);
       }

       .service-icon {
           transition: transform 0.3s ease;
       }

       .glow {
           box-shadow: 0 0 15px rgba(0, 115, 255, 0.5);
       }

       .custom-shape-divider {
           position: absolute;
           bottom: 0;
           left: 0;
           width: 100%;
           overflow: hidden;
           line-height: 0;
       }

       .custom-shape-divider svg {
           position: relative;
           display: block;
           width: calc(100% + 1.3px);
           height: 70px;
       }

       .custom-shape-divider .shape-fill {
           fill: #FFFFFF;
       }

       #hi {
           /* background-image:url('https://www.petropars.com/DesktopModules/DnnForge%20-%20NewsArticles/ImageHandler.ashx?Width=538&Height=357&HomeDirectory=%2FPortals%2F1%2F&FileName=Projects%2FCTEP+1.jpg&PortalID=1&q=1&s=1'); */
           background-size: cover;
           background-position: center;
           background-repeat: no-repeat;
           width: 100%;
           height: 100%;
           z-index: 0;
       }

    
       .btn-custom {
           background-color: #002d5f;
           color: rgb(171, 171, 171);
           padding: 10px 20px;
           font-weight: bold;
        }

       .btn-custom:hover {
           background-color: rgb(171, 171, 171);
           color: #002d5f;
           font-weight: bold;
       }