/* Custom styling for Clients page */

/* Hero section with split layout */
.clients-hero-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: center;
  padding: 48px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.clients-hero-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 32px;
  border-right: 3px solid #ff6b35;
}

.clients-hero-title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin: 0;
  text-align: right;
}

.clients-hero-right {
  padding-left: 32px;
}

.clients-hero-subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2a2a2a;
  margin: 0 0 24px 0;
}

.clients-hero-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4a4a4a;
  margin: 0 0 16px 0;
}

.clients-hero-description:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments for hero */
@media (max-width: 1024px) {
  .clients-hero-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  
  .clients-hero-left {
    justify-content: center;
    border-right: none;
    border-bottom: 3px solid #ff6b35;
    padding-right: 0;
    padding-bottom: 24px;
  }
  
  .clients-hero-title {
    text-align: center;
    font-size: 4rem;
  }
  
  .clients-hero-right {
    padding-left: 0;
  }
  
  .clients-hero-subtitle {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .clients-hero-title {
    font-size: 3rem;
  }
  
  .clients-hero-subtitle {
    font-size: 1.75rem;
  }
  
  .clients-hero-description {
    font-size: 1rem;
  }
}

/* Remove excessive padding from sections */
.section_logo1 .padding-section-medium {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.section_logo1:first-of-type .padding-section-medium {
  padding-top: 48px !important;
}

/* Card style for logo sections */
.logo1_component {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 32px;
  margin-bottom: 24px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.logo1_component:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Section headings in cards */
.logo1_component h2 {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}

.logo1_component .margin-bottom.margin-medium {
  margin-bottom: 24px !important;
}

/* Logo grid improvements */
.logo1_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  align-items: center;
  justify-items: center;
  padding: 16px 0;
}

.logo1_logo {
  max-width: 160px;
  height: auto;
  filter: grayscale(30%);
  opacity: 0.85;
  transition: all 0.3s ease;
}

.logo1_logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Stats section card */
.stats13_content {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 20px;
  padding: 40px 32px;
  color: white;
  box-shadow: 0 10px 40px rgba(255, 107, 53, 0.3);
  margin-bottom: 32px;
}

.stats13_content-left {
  color: white;
}

.stats13_content h2,
.stats13_content p,
.stats13_content .text-style-tagline {
  color: white !important;
}

/* Stats items */
.stats13_item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.stats13_item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-4px);
}

.stats13_number {
  font-size: 3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}

.stats13_item h3 {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
}

/* Style for "Our achievements" heading underline */
.stats13_content-left h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.stats13_content-left h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}

/* Testimonials improvements */
.testimonial18_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  height: 100%;
}

.testimonial18_card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Section spacing - compact */
.section_logo1 {
  padding: 0 !important;
}

.section_stats13 {
  padding: 0 !important;
}

/* Reduce testimonial section padding */
.section_testimonial18 .padding-section-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* Reduce gallery section padding */
.section_gallery10 .padding-section-large {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* Category headers with icons */
.logo1_component h2::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, #ff6b35 0%, #f7931e 100%);
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .logo1_component {
    padding: 24px;
  }
  
  .logo1_list {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
  }
  
  .logo1_logo {
    max-width: 120px;
  }
  
  .stats13_content {
    padding: 32px 24px;
  }
}

/* Better spacing for "Largest events in the country" heading */
.max-width-large.align-center h2 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 1.75rem;
  font-weight: 600;
}

/* Compact the logo1 content wrapper */
.logo1_content {
  padding: 0 !important;
}

/* Reduce excessive margin in text-align-center sections */
.text-align-center .margin-bottom.margin-medium {
  margin-bottom: 24px !important;
}

.text-align-center .margin-bottom.margin-small {
  margin-bottom: 16px !important;
}

/* First section (hero) adjustments */
.section_logo1:first-of-type .logo1_content .margin-bottom.margin-small {
  margin-bottom: 16px !important;
}

/* Compact testimonial margins */
.testimonial18_component .margin-bottom.margin-xxlarge {
  margin-bottom: 48px !important;
}

/* Compact gallery margins */
.gallery10_component .margin-bottom.margin-xxlarge {
  margin-bottom: 48px !important;
}

/* Center gallery description text */
.gallery10_component .text-size-medium {
  text-align: center !important;
}
