/*
Theme Name: Flatsome Child - Mawthuq
Theme URI: https://mawthuq.org
Description: Child theme for Mawthuq.org - Professional social media verification services
Author: Mawthuq Team
Author URI: https://mawthuq.org
Template: flatsome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flatsome-child-mawthuq
*/

/* ==========================================================================
   Mawthuq Custom Styles - 2025
   ========================================================================== */

/* --- Global Typography --- */
body {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5, h6, 
.nav-dropdown > li > a, 
.nav-top > li > a {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
}

/* --- Hero Section Enhancement --- */
.ux-banner .text-box h1 {
  text-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  line-height: 1.2;
}

.ux-banner .text-box p {
  font-size: 1.1em;
  line-height: 1.6;
}

/* --- Custom Comparison Table --- */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 1.1em;
  margin: 30px 0;
  direction: rtl;
}

.custom-table th, 
.custom-table td {
  padding: 15px;
  border: 1px solid #e0e0e0;
}

.custom-table th {
  background-color: #0D1D33;
  color: white;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.custom-table .success {
  color: #28a745; /* Green for success */
  font-weight: bold;
}

/* --- Featured Box Styling --- */
.featured-box h3 {
  color: #0A72E0;
  margin-bottom: 15px;
}

.featured-box p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* --- Testimonial Styling --- */
.testimonial {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px -15px rgba(0,0,0,0.15);
}

/* --- Accordion Styling --- */
.accordion-item.active .accordion-title {
  color: #0A72E0;
}

.accordion-title {
  font-size: 1.2em;
  font-weight: 600;
}

/* --- Button Enhancements --- */
.button.primary {
  background-color: #0A72E0;
  border-color: #0A72E0;
}

.button.primary:hover {
  background-color: #0860c7;
  border-color: #0860c7;
}

/* --- Section Spacing --- */
.section-content {
  padding: 60px 0;
}

/* --- Mobile Optimizations --- */
@media (max-width: 768px) {
  .custom-table {
    font-size: 0.9em;
  }
  
  .custom-table th, 
  .custom-table td {
    padding: 10px 5px;
  }
  
  .ux-banner .text-box h1 {
    font-size: 1.8em;
  }
  
  .testimonial {
    padding: 20px;
  }
}

/* --- RTL Specific Adjustments --- */
.rtl .featured-box {
  text-align: right;
}

.rtl .button {
  text-align: center;
}

/* --- Loading Animation for Wizard --- */
.mawthuq-wizard-loading {
  text-align: center;
  padding: 40px;
}

.mawthuq-wizard-loading:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0A72E0;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* --- Success Indicators --- */
.success-indicator {
  color: #28a745;
  font-weight: bold;
  font-size: 1.1em;
}

.success-indicator:before {
  content: "✓ ";
  font-size: 1.2em;
}

/* --- Trust Badges --- */
.trust-badge {
  display: inline-block;
  padding: 10px 20px;
  background: #f9f9f9;
  border-radius: 5px;
  margin: 5px;
  font-size: 0.95em;
}

/* --- CTA Section Enhancements --- */
.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(10,114,224,0.9) 0%, rgba(13,29,51,0.9) 100%);
  z-index: 1;
}

.cta-section .text-box {
  position: relative;
  z-index: 2;
}
