/* =========================================
   📱 FULL MOBILE RESPONSIVE LAYOUT
   (max-width: 425px)
   Includes: Home - Services - About - Contact
   Focus: Section sizes & Font sizes only
   ========================================= */

@media (max-width: 525px) {

  /* ==== GLOBAL ==== */
  body, html {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
  }

  section {
    width: 100% !important;
    padding: 15px 10px !important;
  }

  h1 { font-size: 18px !important; }
  h2 { font-size: 16px !important; }
  h3 { font-size: 12px !important; }
  p, li, label, input, select, textarea {
    font-size: 10px !important;
  }

  /* ==== HEADER ==== */
  header {
    flex-direction: column !important;
    text-align: center !important;
    gap: 3px !important;
    padding: 10px !important;
  }
  header a {
    font-size: 13px !important;
    margin: 5px 5px !important;
  }
  .logo {
    height: 40px !important;
    /* margin-right: 300px; */
  }

  /* ==== HERO (Home / Contact / About) ==== */
  .hero, .contact-hero, .about-hero {
    text-align: center !important;
    padding: 30px 10px !important;
  }
  .hero h1, .contact-hero h1, .about-hero h1 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
  .hero p, .contact-hero p, .about-hero p {
    font-size: 10px !important;
    line-height: 1.5 !important;
    margin-bottom: 5px !important;
  }
  .btn {
    font-size: 10px !important;
    padding: 8px 16px !important;
  }

  /* ==== FEATURES (Home) ==== */
  .features {
    padding: 20px 10px !important;
  }
  .features h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .feature-card {
    padding: 15px !important;
    font-size: 13px !important;
  }

  /* ==== SERVICES PAGE ==== */
  .services-section, .indicators-section, .calculators-section,
  .brokers-section, .articles-section, .forex-news {
    padding: 20px 10px !important;
  }
  
/* Forex News Section Styles */
.forex-news {
  padding: 20px 8%;
}

.news-container {
  max-width: 320px;
  margin: 0 auto;
}

.forex-news h2 {
  font-size: 10px;
  margin-bottom: 0px;
}

.news-subtitle {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
  opacity: 0.9;
}

.news-filter {
  gap: 0px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 6px 8px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 6px;
  font-weight: 600;
}

.calendar-header {
  grid-template-columns: 30px 30px 1fr 25px 25px 30px 30px;
  gap: 5px;
  padding: 5px 15px;
  border-radius: 8px 8px 0 0;
  font-weight: 400;
  margin-bottom: 0px;
}

.header-item {
  text-align: center;
  font-size: 8px;
}

.calendar-events {
  border-radius: 0 0 8px 8px;
}

.event-item {
  grid-template-columns: 30px 25px 2fr 30px 25px 25px 25px;
  gap: 5px;
  padding: 10px 10px;
}

.event-item:last-child {
  border-bottom: none;
}

.event-time {
  font-size: 10px;
}

.event-currency {
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 8px;
}

.event-name {
  font-weight: 600;
  font-size: 8px;
}

.event-impact {
  padding: 2px 3px;
  border-radius: 4px;
  font-size: 6px;
}
.event-value {
  font-weight: 600;
  font-size: 8px;
}

.news-loading {
  padding: 40px;
  border-radius: 8px;
}
.news-footer p {
  margin-bottom: 0px;
  opacity: 0.9;
}
  .services-section h2, .indicators-section h2,
  .calculators-section h2, .brokers-section h2, .articles-section h2 {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }
  .services-grid, .indicators-grid, .calculators-grid, .brokers-grid, .articles-grid {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
  .service-card, .indicator-card, .calculator-card, .broker-card, .article-card {
    padding: 20px !important;
    font-size: 13px !important;
  }

  /* ==== CONTACT PAGE ==== */
  .contact-options {
    padding: 20px 10px !important;
  }
  .options-grid {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
  .option-card {
    padding: 20px !important;
    font-size: 13px !important;
  }
  .option-icon {
    font-size: 34px !important;
    margin-bottom: 10px !important;
  }

  /* Contact Form */
  .contact-form-section {
    padding: 20px 10px !important;
  }
  .form-container {
    padding: 20px !important;
  }
  .form-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  input, select, textarea {
    font-size: 13px !important;
    padding: 10px !important;
  }
  .submit-btn {
    font-size: 14px !important;
    padding: 10px !important;
  }

  /* Offices Section */
  .offices-section {
    padding: 20px 10px !important;
  }
  .offices-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .office-card {
    padding: 20px !important;
  }
  .office-card h3 { font-size: 16px !important; }

  /* Support Services */
  .support-services {
    padding: 20px 10px !important;
  }
  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
  .service-card {
    padding: 20px !important;
  }

  /* FAQ Section */
  .faq-section {
    padding: 10px 10px !important;
  }
  .faq-question {
    font-size: 12px !important;
    padding: 10px !important;
  }
  .faq-answer {
    font-size: 10px !important;
  }
  .faq h4{font-size: 10px !important}
.faq-footer a {
  font-size: 14px;
}
  /* ==== ABOUT PAGE ==== */
  .mission-section, .team-section, .values-section {
    padding: 20px 10px !important;
  }
  .mission-section h2, .team-section h2, .values-section h2 {
    font-size: 20px !important;
    margin-bottom: 5px !important;
  }
  .team-grid, .values-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .team-member, .value-card {
    padding: 20px !important;
  }

  /* ==== PARTNERS & STATS ==== */
  .partners, .stats {
    padding: 20px 10px !important;
  }
  .partners-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .partners-card {
    padding: 15px !important;
    font-size: 13px !important;
  }
  .partners-card img {
    width: 90px !important;
  }

  .stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0px !important;
    text-align: center !important;
  }
  .stat h3 { font-size: 14px !important; }
  .stat p { font-size: 12px !important; }

  /* ==== TESTIMONIALS ==== */
  .testimonials {
    padding: 20px 10px !important;
  }
  .testimonial-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .testimonial-card {
    padding: 20px !important;
    font-size: 10px !important;
  }

  /* ==== FOOTER ==== */
  footer, .footer-pro {
    text-align: center !important;
    padding: 20px 5px 5px !important;
  }
  .footer-top {
    flex-direction: column !important;
    gap: 2px !important;
    max-width: 320px;
    padding-bottom: 5px;

  }
  .footer-links {
    grid-template-columns: 1fr !important;
  }
  .footer-links a {
    font-size: 10px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    gap: 0px !important;
  }
.footer-top {
  padding-bottom: 20px;
}
.footer-logo {
  flex: 1 1 40px;
  margin-right: 0px;
}
.footer-logo h2 {
  font-size: 10px;
  margin-bottom: 0px;
}
.footer-logo p {
  font-size: 10px;
}
.footer-links {
  flex: 2 1 0px;
}
.footer-links h4 {
  margin-bottom: 0px;
  font-size: 10px;
}
.footer-links ul li {
  margin-bottom: 0px;
}
.footer-links ul li a {
    font-size: 8px;
}
.footer-bottom {
  padding-top: 0px;
  font-size: 8px;}
.social-icons1 img {
  margin: 0px;
  max-block-size:20px ;
}
  /* ==== CHAT WIDGET ==== */
  #chat-btn {
    width: 15px !important;
    height: 15px !important;
    bottom: 10px !important;
    right: 10px !important;
    font-size: 10px !important;
  }

}

#chat-btn {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 12px;
}
#chat-btn:hover {
  transform: scale(1.3);
}
#chat-box {
  bottom: 25px;
  right: 10px;
  width: 210px;
  height: 290px;
  border: 1px solid #375426;
  border-radius: 18px;
}
.chat-header {
  padding: 5px;
}
.chat-title {
  font-size: 12px;
}
.close-chat {
  font-size: 18px;
  width: 30px;
  height: 30px;
}
#chat-messages {
  flex: 1;
  padding: 10px;
  font-size: 10px;
  gap: 10px;
}
.message {
  max-width: 90%;
  padding: 6px 10px;
  border-radius: 18px;
  line-height: 1.2;
}
.user-message {
  border-bottom-right-radius: 5px;
}
.bot-message {
  border-bottom-left-radius: 5px;
}
.typing-indicator {
  padding: 6px 10px;
  border-radius: 18px;
  border-bottom-left-radius: 5px;
}
.chat-input-container {
  border-top: 1px solid #d0d0b8;
}
#chat-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 12px;
}
#send-btn {
  padding: 0 10px;
}
/* ===== Menu Styles ===== */
.menu-title {
  font-size: 12px;
  margin-bottom: 2px;
}
.menu-subtitle {
  font-size: 10px;
  margin-bottom: 5px;
}
.menu-buttons {
  gap: 4px;
}
.menu-btn {
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 10px;
  border: 2px solid transparent;
}
.demo-link:hover, .whatsapp-link:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
