
       
        :root {
            --orange-color: #ff9100;
            --blue-color: #0b1a2e;
            --light-blue-color: #2e4465;
            --light-grey-color: #f7f7f7;
            --text-grey: #6c757d;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--blue-color);
        }
  
        /* Custom Button Style */
        .btn-custom {
            background-color: var(--orange-color);
            color: white;
            border: none;
            border-radius: 50px !important ;
            padding: 12px 25px; 
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .btn-custom:hover {
            background-color: var(--light-blue-color);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .btn-custom .fa-arrow-right {
            margin-left: 10px;
            transition: transform 0.3s ease;
        }

        .btn-custom:hover .fa-arrow-right {
            transform: translateX(5px);
        }
        
        ./* About Page */
        .btn-orange1 {
      background: #F39D17;
      color: #fff !important;
      font-weight: 600;
      padding: 8px 18px;
      border-radius: 6px;
      border: 1px solid #F39D17;
      transition: 0.3s;
      font-size: 16px;
    }
    .btn-orange1:hover {
      background: #000;
      color: #fff !important;
    }

    .btn-green {
      background: #ffffff;
      color: #F39D17 !important;
      font-weight: 600;
      padding: 8px 18px;
      border-radius: 6px;
      border: 1px solid #F39D17;
      transition: 0.3s;
      font-size: 16px;
    }
    .btn-green:hover {
      background: #000;
      color: #fff !important;
    }




        /* General Section Styling */
        .section-container {
            padding: 80px 0;
            overflow: hidden;
        }
        
        /* Section 1: Services */
        .section1-bg {
  background-image: url('images/h_s7bg (1).png') ;
            background-size: cover;
            color: white;
            position: relative;
        }

        .section1-bg h2 {
            font-size: 2.5rem;
            font-weight: 800;
        }

        .section1-bg h2 span {
            color: var(--orange-color);
        }

        .service-card {
            background-color: white;
            color: var(--blue-color);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            margin-top: 20px;
            transition: transform 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-5px);
        }
        
        .service-card .icon {
            font-size: 3rem;
            color: var(--orange-color);
         
            background-color: var(--light-grey-color);
          
            border-radius: 10px;
        }

        /* Section 2 & 2A: Explore & Services In Action */
        .section2-content h2 {
            font-size: 3rem;
            font-weight: 800;
        }

        .section2-content p {
            color: var(--text-grey);
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .section-image-block {
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            width: 100%;
            height: auto;
        }

        /* Section 3: Commitment & Campaigns */
        .section3-card {
            display: flex;
            align-items: flex-start;
            gap: 25px;
        }

        .section3-card .content {
            flex-grow: 1;
        }

        .section3-card h2 {
            font-size: 2.5rem;
            font-weight: 700;
        }

        .section3-card h2 span {
            color: var(--orange-color);
        }

        .section3-card p {
            color: var(--text-grey);
        }
        
        .section3-card .number {
            font-size: 5rem;
            font-weight: 800;
            color: #e9ecef;
        }
        
        /* Section 4: Why Opt For Us */
        .section4-bg {
            
  background-image: url('images/h_s12_bg (2).png') ;

        }

        .section4-card {
            background-color: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            margin-bottom: 20px;
        }

        .section4-card h4 {
            font-weight: 600;
            color: var(--blue-color);
        }
        
        .section4-card p {
            font-size: 0.9rem;
            color: var(--text-grey);
        }

        .section4-card .icon-small {
            color: var(--orange-color);
            background-color: #fff3e0;
            padding: 15px;
            border-radius: 10px;
            font-size: 1rem;
            margin-bottom: 15px;
        }

        /* Section 5: Affiliate Marketing */
        .section5-bg {
            background-color: #fff;
        }

        .section5-images {
            position: relative;
        }

        .image-right-section5 {
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        /* Updated Quote Bubble Style for consistency and responsiveness */
        .quote-bubble {
            background-color: white;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            position: absolute;
            bottom: 20px;
            left: -50px;
            display: flex;
            align-items: center;
            gap: 15px;
            z-index: 2;
        }
        .quote-bubble .icon-small {
            color: var(--orange-color);
            background-color: #fff3e0;
            padding: 15px;
            border-radius: 10px;
            font-size: 1.2rem;
        }

        /* Section 6: Instantly Start Earning */
        .section6-bg {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/h_s9bg (1).png') no-repeat center center;
            background-size: cover;
            color: white;
        }
        
        .section6-content h2 {
            font-size: 2.5rem;
            font-weight: 800;
        }

        .section6-content p {
            font-size: 1.1rem;
            max-width: 800px;
            margin: 0 auto 30px;
        }

        .section6-list {
            list-style: none;
            padding: 0;
        }

        .section6-list li {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .section6-list .fa-check-circle {
            color: var(--orange-color);
            background-color: white;
            padding: 5px;
            border-radius: 50%;
            margin-right: 10px;
        }
        
        .section6-image-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .section6-image {
            width: 100%;
            max-width: 600px;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        
        /* Section 7: Steps */
        
        .header-text {
            color: #000000 !important;
            text-align:center;
            margin-top: 60px;

        }
        .sub-text {
            color: #666;
            margin-top: 20px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            text-align:center;

        }
        .how-it-works-img {
            margin-top: -10px;
            max-width: 100%;
            height: auto;
        }


        /* Section 7: FAQ */
        .section7-bg {
            background: linear-gradient(to right, #ffffff, #fff3e0);
        }

        .accordion-item {
            border-radius: 10px !important;
            margin-bottom: 15px;
            border: 1px solid #e9ecef;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .accordion-button {
            font-weight: 600;
            color: var(--blue-color);
            padding: 20px;
            border-radius: 10px !important;
        }

        .accordion-button:not(.collapsed) {
            background-color: var(--light-grey-color);
            color: var(--orange-color);
        }

        .accordion-body {
            color: var(--text-grey);
        }

        .main-heading {
            font-size: 2.5rem;
            font-weight: 800;
        }

        .main-heading span {
            color: var(--orange-color);
        }

        @media (max-width: 992px) {
            .section-image-block {
                margin-bottom: 30px;
                margin-bottom:30px;
            }
        }

        @media (max-width: 768px) {
            /* Adjusted quote bubble for mobile view */
            .quote-bubble {
                position: static;
                margin-top: 20px;
                /* Re-align for small screens */
                justify-content: center;
                text-align: center;
            }
            .section3-card {
                flex-direction: column;
            }
            .section3-card .number {
                align-self: flex-start;
            }
            .section6-image-container {
                margin-bottom: 30px;
            }
        }
        
           .service-section {
      padding: 60px 0;
    }
    .service-section h2 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .service-section h2 span {
      color: #f7941d; /* Orange highlight */
    }
    .service-section p {
      color: #555;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .check-list {
      list-style: none;
      padding: 0;
    }
    .check-list li {
      margin-bottom: 12px;
      font-size: 16px;
      position: relative;
      padding-left: 30px;
    }
    .check-list li::before {
      content: "☑";
      position: absolute;
      left: 0;
      top: 0;
      color: #f7941d;
      font-weight: bold;
    }
  

    .service-section-image {
      position: relative;
    }
    .service-section-image img {
      border-radius: 12px;
      width: 100%;
    }
        
        .publish-section {
      background-color: #fff;
      padding: 60px 0;
    }
    .publish-section h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
      color:#000;
    }
    .publish-section p {
      font-size: 1rem;
      margin-bottom: 25px;
        color:#000;
    }
    .book-stack img {
     
     width:350px;
      height: auto;
      margin: 10px;
      transition: transform 0.3s ease;
    }
    .book-stack img:hover {
      transform: translateY(-5px);
    }
        
        /* Custom CSS for the large number and header text colors */
        .header-text {
            color: #ff914d;
        }

        .large-number {
            color: #e5e7eb; /* Light gray color for the number */
            font-size: 10rem;
            font-weight: 700;
            opacity: 0.1;
        }

        /* Custom positioning for the large number */
        .number-01 {
            top: -2.5rem;
            right: 0.5rem;
        }
        .number-02 {
            top: -2.5rem;
            left: 0.5rem;
        }
    