/**
Theme Name: Astra Child 
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/
/*
Theme Name: Astra Child
Template: astra
Author: Your Name
Version: 1.0
Text Domain: astra-child
*/

/* ---- Base / tokens (adjust to Figma) ---- */
:root{
  --clr-primary:#ee3a43;     /* Red from your design */
  --clr-dark:green;         /* Headings */
  --clr-body:#4b5563;         /* Body text */
  --bg-soft:#fff7f7;          /* Soft pink background blocks */
  --radius:18px;
  --container:1200px;
}

/* Reset-ish */
*{ box-sizing:border-box; }
body{
  margin:0;
  font-family:system-ui,-apple-system,"Inter","Segoe UI",Roboto,Arial,sans-serif;
  color:var(--clr-body);
  line-height:1.6;
}
h1,h2,h3,h4{ color:var(--clr-dark); line-height:1.2; margin:0 0 .6rem; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; height:auto; display:block; }

.container{ width:min(100%, var(--container)); margin-inline:auto; padding-inline:16px; }
.section{ padding:64px 0; }
.btn{
  display:inline-block; padding:.9rem 1.2rem; border-radius:999px;
  background:var(--clr-primary); color:#fff; font-weight:600;
}
.badge{ font-size:.85rem; background:#ffe5e7; color:var(--clr-primary); padding:.35rem .7rem; border-radius:999px; }

/* Hero */
.hero{ padding:80px 0 32px; background:#fff; }
.hero__wrap{ display:grid; grid-template-columns:1.15fr .85fr; gap:32px; align-items:center; }
.hero__kpis{ display:flex; gap:32px; align-items:center; }

/* Logo carousel */
.logo-strip{ padding:24px 0; border-top:1px solid #eee; border-bottom:1px solid #eee; }
.logo-item{ display:flex !important; justify-content:center; align-items:center; height:56px; opacity:.8; }
.logo-item img{ max-height:48px; width:auto; }

/* Cards / services */
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.card{
  background:#fff; border:1px solid #f1f5f9; border-radius:var(--radius); padding:24px;
  box-shadow:0 2px 6px rgba(0,0,0,.03);
}

/* Testimonials */
.testimonial{
  background:#fff; border:1px solid #f1f5f9; border-radius:var(--radius); padding:24px;
}
.testimonial__head{ display:flex; gap:12px; align-items:center; margin-bottom:12px; }
.testimonial__img{ width:56px; height:56px; border-radius:50%; overflow:hidden; }
.testimonial__name{ font-weight:700; }
.testimonial__role{ font-size:.9rem; color:#64748b; }

/* Blog */
.grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.post-card{ background:#fff; border:1px solid #f1f5f9; border-radius:var(--radius); overflow:hidden; }
.post-card .inner{ padding:18px; }

/* CTA */
.cta{ background:var(--bg-soft); border-radius:24px; padding:48px; text-align:center; }

/* Responsive */
@media (max-width:1024px){
  .hero__wrap{ grid-template-columns:1fr; }
  .grid-3{ grid-template-columns:repeat(2,1fr); }
  .grid-4{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .grid-3,.grid-4{ grid-template-columns:1fr; }
  .cta{ padding:28px; }
}
 .services-container {
        max-width: 1200px;
        margin: 0 auto;
      }

      .services-header {
        margin-bottom: 50px;
      }

      .services-title {
        font-size: 48px;
        font-weight: 600;
        color: #2d3748;
        line-height: 1.2;
      }

      .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
      }

      .service-card {
        background: white;
        border-radius: 12px;
        padding: 40px 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        border: 1px solid #e2e8f0;
        position: relative;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        min-height: 280px;
        display: flex;
        flex-direction: column;
      }

      .service-heading {
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        min-height: 280px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }

      .service-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
      }
      .service-card::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 20px;
        width: 60px;
        height: 20px;
        background-image: radial-gradient(circle, #e2e8f0 2px, transparent 2px),
          radial-gradient(circle, #e2e8f0 2px, transparent 2px),
          radial-gradient(circle, #e2e8f0 2px, transparent 2px),
          radial-gradient(circle, #e2e8f0 2px, transparent 2px),
          radial-gradient(circle, #e2e8f0 2px, transparent 2px),
          radial-gradient(circle, #e2e8f0 2px, transparent 2px);
        background-size: 8px 8px;
        background-position: 0 0, 12px 0, 24px 0, 0 12px, 12px 12px, 24px 12px;
        background-repeat: no-repeat;
      }
      .service-icon {
        position: absolute;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: white;
      }

      .service-title {
        font-size: 24px;
        font-weight: 600;
        color: #2d3748;
        margin-bottom: 16px;
        margin-top: 20px;
      }

      .service-description {
        font-size: 16px;
        line-height: 1.6;
        color: #4a5568;
        margin-bottom: 24px;
        flex-grow: 1;
      }

      .service-footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: auto;
      }

      .read-more {
        color: #2d3748;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        transition: color 0.2s ease;
      }

      .read-more:hover {
        color: #ff6b35;
      }

      .read-more::after {
        content: "→";
        margin-left: 8px;
        transition: transform 0.2s ease;
      }

      .read-more:hover::after {
        transform: translateX(4px);
      }
      @media (max-width: 1200px) {
        .services-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (max-width: 768px) {
        body {
          padding: 40px 15px;
        }

        .services-title {
          font-size: 36px;
        }

        .services-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .service-card {
          padding: 30px 25px;
          min-height: 260px;
        }

        .service-icon {
          width: 45px;
          height: 45px;
          font-size: 20px;
          bottom: 25px;
          right: 25px;
        }

        .service-title {
          font-size: 20px;
        }

        .service-description {
          font-size: 15px;
        }
      }

      @media (max-width: 480px) {
        body {
          padding: 30px 10px;
        }

        .services-title {
          font-size: 28px;
        }

        .service-card {
          padding: 25px 20px;
          min-height: 240px;
        }

        .service-icon {
          width: 40px;
          height: 40px;
          font-size: 18px;
          bottom: 20px;
          right: 20px;
        }

        .service-title {
          font-size: 18px;
        }

        .service-description {
          font-size: 14px;
        }
      }
     /* ---- About section ---- */ 
    .experts-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #f7f8fc;
            padding: 60px 40px;
            border-radius: 16px;
        }

        .experts-section {
            display: grid;
            grid-template-columns: 2fr 3fr;
            gap: 60px;
            align-items: start; /* Changed from align-items: center to align-items: start to position image higher */
        }

        .experts-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            object-fit: cover;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            margin-top: -20px; /* Added negative margin to move image upward */
        }

        .experts-content {
            padding: 20px 0;
        }

        .experts-title {
            font-size: 48px;
            font-weight: 600;
            color: #2d3748;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .experts-description {
            font-size: 16px;
            line-height: 1.6;
            color: #4a5568;
            margin-bottom: 20px;
        }

        .experts-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px 40px;
            margin-top: 40px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .feature-icon {
            width: 20px;
            height: 20px;
            background: #ff6b35;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .feature-icon::after {
            content: '✓';
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        .feature-text {
            font-size: 16px;
            color: #2d3748;
            font-weight: 500;
            line-height: 1.4;
        }

        @media (max-width: 1024px) {
            .experts-section {
                gap: 40px;
            }
            
            .experts-title {
                font-size: 40px;
            }
            
            .experts-image {
                height: 350px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 40px 15px;
            }
            
            .experts-section {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .experts-title {
                font-size: 36px;
            }
            
            .experts-image {
                height: 300px;
                order: -1;
                margin-top: 0; /* Reset margin on mobile for better layout */
            }
            
            .experts-features {
                grid-template-columns: 1fr;
                gap: 16px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 30px 10px;
            }
            
            .experts-title {
                font-size: 28px;
            }
            
            .experts-description {
                font-size: 15px;
            }
            
            .experts-image {
                height: 250px;
            }
            
            .feature-text {
                font-size: 15px;
            }
            
            .experts-features {
                margin-top: 30px;
            }
        }

        @media (max-width: 360px) {
            .experts-title {
                font-size: 24px;
            }
            
            .experts-description {
                font-size: 14px;
            }
            
            .feature-text {
                font-size: 14px;
            }
        }

        /* Updated statistics cards to match services card design with decorative dots, shadows, and hover effects */
        .stats-section {
            max-width: 1200px;
            margin: 60px auto 0;
            padding: 0 20px;
        }

        .stats-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .stat-card {
            background: white;
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            border: 1px solid #e2e8f0;
            position: relative;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .stat-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .stat-card::before {
            content: "";
            position: absolute;
            top: 20px;
            left: 20px;
            width: 60px;
            height: 20px;
            background-image: radial-gradient(circle, #e2e8f0 2px, transparent 2px),
              radial-gradient(circle, #e2e8f0 2px, transparent 2px),
              radial-gradient(circle, #e2e8f0 2px, transparent 2px),
              radial-gradient(circle, #e2e8f0 2px, transparent 2px),
              radial-gradient(circle, #e2e8f0 2px, transparent 2px),
              radial-gradient(circle, #e2e8f0 2px, transparent 2px);
            background-size: 8px 8px;
            background-position: 0 0, 12px 0, 24px 0, 0 12px, 12px 12px, 24px 12px;
            background-repeat: no-repeat;
        }

        .stat-number {
            font-size: 64px;
            font-weight: 700;
            color: #ff6b35;
            line-height: 1;
            margin-bottom: 16px;
            display: block;
        }

        .stat-description {
            font-size: 16px;
            color: #4a5568;
            font-weight: 500;
            line-height: 1.4;
        }

        @media (max-width: 1024px) {
            .stats-container {
                gap: 25px;
            }
            
            .stat-number {
                font-size: 56px;
            }

            .stat-card {
                padding: 35px 25px;
                min-height: 180px;
            }
        }

        @media (max-width: 768px) {
            .stats-section {
                margin-top: 40px;
                padding: 0 15px;
            }
            
            .stats-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .stat-number {
                font-size: 48px;
            }
            
            .stat-description {
                font-size: 15px;
            }

            .stat-card {
                padding: 30px 25px;
                min-height: 160px;
            }
        }

        @media (max-width: 480px) {
            .stat-number {
                font-size: 40px;
            }
            
            .stat-description {
                font-size: 14px;
            }

            .stat-card {
                padding: 25px 20px;
                min-height: 140px;
            }
        }

        @media (max-width: 360px) {
            .stat-number {
                font-size: 36px;
            }
        }
        
  /* ---- Flowchart section ---- */ 
    .container {
            max-width: 1200px;
            margin: 0 auto;
            height: 600px;
            position: relative;
        }

        /* Left content section */
        .content-section {
            position: absolute;
            left: 0;
            top: 50px;
            max-width: 300px;
            z-index: 10;
        }

        .content-section h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .content-section p {
            color: #666;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .get-started-btn {
            background-color: #dc2626;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 6px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .get-started-btn:hover {
            background-color: #b91c1c;
        }

        /* Curved path */
        .flowchart-path {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .curved-line {
            fill: none;
            stroke: #dc2626;
            stroke-width: 4;
            stroke-linecap: round;
        }

        /* Process steps */
        .process-step {
            position: absolute;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .step-dot {
            width: 16px;
            height: 16px;
            background-color: #9ca3af;
            border-radius: 50%;
            flex-shrink: 0;
            z-index: 5;
        }

        .step-content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            max-width: 250px;
            position: relative;
        }

        .step-avatar {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #0891b2, #06b6d4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 0.9rem;
        }

        .step-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 8px;
        }

        .step-description {
            color: #666;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        /* Step positioning */
        .step-1 {
            left: 120px;
            top: 380px;
        }

        .step-2 {
            left: 450px;
            top: 280px;
        }

        .step-3 {
            right: 50px;
            top: 80px;
        }

        /* Responsive design */
        @media (max-width: 1024px) {
            .container {
                min-height: 800px;
            }
            
            .content-section {
                position: static;
                max-width: 100%;
                margin-bottom: 60px;
            }
            
            .content-section h1 {
                font-size: 2rem;
            }
            
            .step-1 {
                left: 50px;
                top: 500px;
            }
            
            .step-2 {
                left: 200px;
                top: 400px;
            }
            
            .step-3 {
                right: 20px;
                top: 300px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 20px 15px;
            }
            
            .container {
                min-height: 1000px;
            }
            
            .content-section h1 {
                font-size: 1.8rem;
            }
            
            .process-step {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .step-content {
                max-width: 200px;
            }
            
            .step-1 {
                left: 20px;
                top: 600px;
            }
            
            .step-2 {
                left: 100px;
                top: 750px;
            }
            
            .step-3 {
                right: 20px;
                top: 900px;
            }
        }

        @media (max-width: 480px) {
            .content-section h1 {
                font-size: 1.5rem;
            }
            
            .step-content {
                max-width: 180px;
                padding: 15px;
            }
            
            .step-avatar {
                width: 35px;
                height: 35px;
                font-size: 0.8rem;
            }
        }
        
          /* ---- CTA section ---- */ 

        
        .cta-section {
      background-color: #f5f8ff; /* light background like in image */
      padding: 80px 20px 0;
      text-align: center;
      position: relative;
      min-height: 400px;
      border-radius: 0 0 50% 50% / 0 0 15% 15%; /* adds smooth curve */
      overflow: hidden;
    }

    .cta-content {
      max-width: 600px;
      margin: 0 auto;
      padding-bottom: 100px;
    }

    .cta-heading {
      font-size: 2.5rem;
      font-weight: 700;
      color: #333;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .cta-subtext {
      font-size: 1.1rem;
      color: #666;
      margin-bottom: 30px;
      line-height: 1.5;
    }

    .cta-button {
      background-color: #e53e3e;
      color: white;
      padding: 15px 30px;
      border: none;
      border-radius: 6px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
    }

    .cta-button:hover {
      background-color: #c53030;
    }

    .shape-divider {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      line-height: 0;
    }

    .shape-divider svg {
      position: relative;
      display: block;
      width: calc(100% + 1.3px);
      height: 150px;
    }

    .shape-divider .shape-fill {
      fill: #ffffff;
    }

    @media (max-width: 768px) {
      .cta-heading {
        font-size: 2rem;
      }
      
      .cta-section {
        padding: 60px 20px 0;
      }
      
      .cta-content {
        padding-bottom: 80px;
      }
    }
    
       /* Hero section design */
    
     .hero-section {
      background-color: #fff5f5;
      padding: 60px 10%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .hero-text {
      flex: 1;
      min-width: 300px;
    }

    .hero-text h1 {
      font-size: 2rem;
      font-weight: 700;
      color: #222;
      margin-bottom: 20px;
      line-height: 1.3;
    }

    .hero-text p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
      margin-bottom: 25px;
    }

    .hero-text .btn {
      background-color: #e53e3e;
      color: #fff;
      padding: 14px 28px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      display: inline-block;
      transition: background 0.3s ease;
    }

    .hero-text .btn:hover {
      background-color: #c53030;
    }

    .hero-image {
      flex: 1;
      min-width: 300px;
      text-align: center;
    }

    .hero-image img {
      max-width: 100%;
      height: auto;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .hero-section {
        flex-direction: column;
        text-align: center;
      }
      .hero-text {
        order: 1;
      }
      .hero-image {
        order: 2;
      }
    }
    
    .logo-carousel{


display: flex;
    gap: 50px;
    justify-content: space-around;
    margin: 20px;
    padding:10px;

}
