/* style.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #333;
}

h2 {
    text-align: center;
    margin-top: 40px;
    color: #222;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    padding: 30px;
    direction: ltr;
}

.contact-container {
    background-color: #ffffff;
    padding: 30px;
    max-width: 600px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.contact-container h1 {
    color: #222;
    font-size: 26px;
}

.contact-container p {
    color: #555;
    margin-bottom: 20px;
}

form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
}

form input,
form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

button {
    margin-top: 20px;
    background-color: #f9b21a;
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #e0a418;
}

.success {
    color: green;
    margin-bottom: 15px;
}

.error {
    color: red;
    margin-bottom: 15px;
}

.tech-img {
    width: 100%; 
    max-width: 400px; /* محدودیت حداکثر عرض */
    height: auto; /* حفظ نسبت تصویر */
    margin: 0 auto 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .explorer-button img {
    width: 24px !important; 
    height: 24px !important;
    object-fit: contain;
    /* اضافه کردن این خط برای جلوگیری از کشیدگی */
    max-width: unset !important;
  }

  .golex-footnote {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    margin-top: 10px;
  }
 
  .site-header {
    text-align: center;
    padding: 40px 20px 20px;
  }
  
  .logo-wrap {
    display: flex;
    justify-content: left;
    align-items: left;
    margin-bottom: 60px;
  }
  
  .logo {
    width: 140px;
    height: 140px;
    display: inline-block;
  }
  
  
/* ============================================
   Explorer Links Section – GolexCoin Buttons
   Styled for: DexScreener, DEXTools, Uniswap
   Author: GolexCoin Team
   ============================================ */

   /* explorer-buttons.css */

.explorer-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
  }
  
  .explorer-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  
  .explorer-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
  }
  
  .explorer-button img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  

/* Container styling */
.explorer-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
  }
  
  /* Button styling */
  .explorer-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  
  .explorer-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
  }
  
  /* Icon styling */
  .explorer-button img {
    width: 24px;
    height: 24px;
  }

.tokenomics-section {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 16px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    direction: rtl;
    text-align: right;
}

.tokenomics-section h2 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.token-description {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 30px;
}

.token-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.token-table th, .token-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.token-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.token-distribution h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.token-distribution ul {
    list-style-type: disc;
    padding-right: 20px;
    color: #555;
    line-height: 1.7;
}

.project-intro, .project-features, .project-roadmap {
    background: #fff;
    padding: 40px 20px;
    max-width: 900px;
    margin: 30px auto;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    text-align: left;
}

.project-features ul {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.project-features ul li::before {
    content: "•";
    color: #1a73e8;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

h2 {
    color: #2c3e50;
    font-size: 28px;
    margin-bottom: 10px;
}

p {
    color: #34495e;
    font-size: 16px;
}

button {
    background-color: #3498db;
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #2980b9;
}
.roadmap-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.roadmap-table th, .roadmap-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.roadmap-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}


/* General section style */
section {
    text-align: center;
    padding: 20px;
}

.uniswap-container {
    text-align: center;
    margin: 40px 0;
  }
  
  .uniswap-button {
    background-color: #ff007a;
    color: white;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(255, 0, 122, 0.3);
    transition: background-color 0.3s ease;
  }
  
  .uniswap-button:hover {
    background-color: #e6006e;
  }
  

/* Blockchain, Bitcoin & NFT Section */
.tech-section {
    margin-top: 30px;
}

/* هر تصویر همراه با عنوان */
.tech-item {
    margin-bottom: 30px;
}

/* استایل تصویرها */
.tech-img {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 10px auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* عنوان کوتاه زیر عکس */
.caption {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-top: 5px;
    font-style: italic;
}

/* Footer Section Styles     */

.site-footer {
    background-color: #222;
    color: #eee;
    padding: 40px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-left, .footer-right {
    flex: 1 1 45%;
    margin-bottom: 20px;
}

.footer-left .support-text {
    font-weight: bold;
    margin-bottom: 10px;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.social-icons li img {
    width: 24px;
    height: 24px;
}

.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.footer-links li a {
    color: #eee;
    text-decoration: none;
    font-size: 14px;
}

.footer-links li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #aaa;
}


/* Footer - Social Media Icons    */
.social-icons {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons li a:hover {
    background-color: #e0e0e0;
    transform: scale(1.1);
}

.social-icons li a {
    width: 28px !important;
    height: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons li a img {
    width: 16px !important;
    height: 16px !important;
}
ul.social-icons li a {
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

ul.social-icons li a img {
    width: 16px !important;
    height: 16px !important;
    display: block;
}

.social-icons li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    font-size: 16px;
    color: #333;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons li a:hover {
    background-color: #ddd;
    transform: scale(1.1);
}
.social-icons li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px; /* اختیاری */
    overflow: hidden;
}

.social-icons li a img {
    width: 100%;
    height: auto;
    display: block;
}

.social-icons li a {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.social-icons li a img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain;
}

.social-icons li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    padding: 0;
}

.social-icons li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.social-icons li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    padding: 0;
}

.social-icons li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.call-to-action {
    background-color: #f1f1f1;
    text-align: center;
    padding: 60px 20px;
    margin-top: 40px;
    border-radius: 16px;
}

.call-to-action h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #222;
}

.call-to-action p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 25px;
    color: #555;
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    color: #fff;
    background-color: #1a73e8;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #155ab6;
}
/* === GOLEX Airdrop Page Styles === */
.airdrop-container {
    max-width: 600px;
    margin: 60px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    text-align: center;
  }
  
  .airdrop-logo {
    width: 80px;
    margin-bottom: 20px;
  }
  
  .airdrop-container h1 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #2c3e50;
  }
  
  .airdrop-container p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  
  .airdrop-container input[type=\"text\"] {
    padding: 12px;
    width: 80%;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1em;
  }
  
  .airdrop-container button {
    background-color: #4b6cb7;
    color: white;
    padding: 12px 30px;
    font-size: 1em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .airdrop-container button:hover {
    background-color: #182848;
  }
  
  .metamask-button {
    margin-top: 20px;
    background-color: #f6851b;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .metamask-container {
    text-align: center;
    margin-top: 20px;
  }
  
  .metamask-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f6851b;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
  }
  
  .metamask-button:hover {
    background-color: #e2761b;
  }
  
  .token-header {
    text-align: center;
    margin: 50px 0 20px;
  }
  
  .token-header img {
    width: 100px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .token-header h1 {
    font-size: 28px;
    margin-top: 20px;
    color: #ff007a;
  }
  
  .token-section {
    background: #fff;
    padding: 40px;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    text-align: center;
  }
  
  .token-section p {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
  }
  
  .token-section .btn {
    background-color: #ff007a;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  
  .token-section .btn:hover {
    background-color: #d9006a;
  }
  
