.elementor-9 .elementor-element.elementor-element-8550596{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;}.elementor-9 .elementor-element.elementor-element-8550596:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-8550596 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-8550596:hover{border-style:none;}.elementor-9 .elementor-element.elementor-element-8550596, .elementor-9 .elementor-element.elementor-element-8550596::before{--border-transition:0.3s;}.elementor-9 .elementor-element.elementor-element-c5e9b91{width:100%;max-width:100%;background-color:#FFFFFF;border-style:none;}.elementor-9 .elementor-element.elementor-element-5654281{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-c4b5045{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-c4b5045:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-c4b5045 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFAF0;}.elementor-9 .elementor-element.elementor-element-ebcd16c{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-ebcd16c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-9 .elementor-element.elementor-element-484cc6c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-2740003{width:100%;max-width:100%;}.elementor-9 .elementor-element.elementor-element-9629e57{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-925c91c{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-2740003 */<style>
  .why-namyog {
    padding: 100px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
    font-family: 'Poppins', system-ui, sans-serif;
  }

  .container {
    max-width: 1280px;
    margin: 0 auto;
  }

  .top-section {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 60px;
  }

  .badge {
    display: inline-block;
    background:orange;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.12);
  }

  .main-heading {
    font-size: clamp(38px, 5vw, 48px);
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
  }

  .highlight {
    color: brown;
    position: relative;
  }

  .highlight::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 7px;
    background:brown;
    opacity: 0.65;
    border-radius: 4px;
  }

  .subtitle {
    font-size: 19.5px;
    color: #666;
    line-height: 1.85;
    max-width: 780px;
    margin: 0 auto;
  }

  /* Features Grid */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
  }

  .feature-card {
    background: #fff;
    padding: 38px 32px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
    border: 1px solid #f5e9c8;
    transition: all 0.4s ease;
  }

  .feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 70px rgba(212, 175, 55, 0.15);
    border-color: #d4af37;
  }

  .icon {
    font-size: 42px;
    margin-bottom: 20px;
    display: block;
  }

  .card-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
    line-height: 1.3;
  }

  .card-desc {
    color: #666;
    line-height: 1.8;
    font-size: 16.2px;
  }

  /* Bottom Strip */
  .bottom-strip {
    margin-top: 55px;
    background: linear-gradient(90deg, #fff6dc, #fffaf0, #fff6dc);
    padding: 28px 40px;
    border-radius: 20px;
    border: 1px solid #f0d9a0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .strip-text {
    font-size: 18.5px;
    color: #444;
    line-height: 1.8;
    margin: 0;
    font-weight: 500;
  }

  /* Responsive */
  @media (max-width: 640px) {
    .why-namyog {
      padding: 80px 15px;
    }
    
    .feature-card {
      padding: 32px 24px;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-925c91c */<style>
  .pain-section {
    padding: 110px 20px;
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    font-family: 'Poppins', system-ui, sans-serif;
  }

  .container {
    max-width: 1280px;
    margin: 0 auto;
  }

  .top-content {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 65px;
  }

  .badge {
    display: inline-block;
    background: orange;
    color: white;
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 22px;
    box-shadow: 0 5px 20px rgba(184, 134, 11, 0.15);
  }

  .main-heading {
    font-size: clamp(40px, 5.5vw, 50px);
    line-height: 1.25;
    font-weight: 800;
    color: #111;
    margin-bottom: 22px;
  }

  .highlight {
    color: brown;
    position: relative;
  }

  .highlight::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 8px;
    background: brown;
    border-radius: 4px;
    opacity: 0.7;
  }

  .subtitle {
    font-size: 20px;
    color: #666;
    line-height: 1.85;
    max-width: 760px;
    margin: 0 auto;
  }

  /* Pain Grid */
  .pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 28px;
  }

  .pain-card {
    background: #fff;
    padding: 40px 32px;
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.06);
    border: 1px solid #f5e9c8;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
  }

  .pain-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #d4af37, #f5d88a);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .pain-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 35px 80px rgba(212, 175, 55, 0.18);
    border-color: #d4af37;
  }

  .pain-card:hover::before {
    opacity: 1;
  }

  .emoji {
    font-size: 48px;
    margin-bottom: 22px;
    transition: transform 0.4s ease;
  }

  .pain-card:hover .emoji {
    transform: scale(1.15) rotate(8deg);
  }

  .card-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
    line-height: 1.35;
  }

  .card-text {
    font-size: 16.2px;
    color: #666;
    line-height: 1.82;
  }

  /* Emotional Bottom Strip */
  .emotional-strip {
    margin-top: 60px;
    background: linear-gradient(90deg, #fff7dc, #fffaf0, #fff7dc);
    padding: 32px 45px;
    border-radius: 22px;
    border: 1px solid #f0d9a0;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  }

  .strip-text {
    font-size: 19.5px;
    color: #444;
    line-height: 1.9;
    margin: 0;
    font-weight: 500;
  }

  /* Responsive */
  @media (max-width: 640px) {
    .pain-section {
      padding: 85px 15px;
    }
    
    .pain-card {
      padding: 34px 26px;
    }
  }
</style>/* End custom CSS */