.elementor-2909 .elementor-element.elementor-element-e491417{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2909 .elementor-element.elementor-element-e491417:not(.elementor-motion-effects-element-type-background), .elementor-2909 .elementor-element.elementor-element-e491417 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(184deg, #FAFAFA 70%, var( --e-global-color-accent ) 71%);}.elementor-2909 .elementor-element.elementor-element-e0126c5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2909 .elementor-element.elementor-element-dfb491b{text-align:center;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2909 .elementor-element.elementor-element-708c8a9{font-family:"Helvetica", Sans-serif;font-weight:400;color:var( --e-global-color-secondary );}.elementor-2909 .elementor-element.elementor-element-768a9bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-2909 .elementor-element.elementor-element-3181fd9{--display:flex;--min-height:330px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-2909 .elementor-element.elementor-element-3181fd9:not(.elementor-motion-effects-element-type-background), .elementor-2909 .elementor-element.elementor-element-3181fd9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://shriraminstitute.org/wp-content/uploads/2026/04/Hospital-Wear.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}/* Start custom CSS for container, class: .elementor-element-768a9bb */.sarc-hospital-wear-section {
    --shw-primary: #1a3a3a;
    --shw-accent: #2c7a6e;
    --shw-light: #eef5f3;
    --shw-border: #dee4e2;
    line-height: 1.5;
    color: #1e2f3a;
  }
  .sarc-hospital-wear-section .shw-container {
    max-width: 1280px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 28px;
    padding: 2rem 2rem 2.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    border: 1px solid var(--shw-border);
  }
  .sarc-hospital-wear-section .shw-header {
    text-align: center;
    margin-bottom: 2rem;
  }
  .sarc-hospital-wear-section .shw-icon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--shw-light);
    padding: 0.4rem 1.2rem;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--shw-primary);
    margin-bottom: 1rem;
  }
  .sarc-hospital-wear-section .shw-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--shw-primary);
  }
  .sarc-hospital-wear-section .shw-highlight {
    color: var(--shw-accent);
  }
  .sarc-hospital-wear-section .shw-divider {
    width: 70px;
    height: 3px;
    background: var(--shw-accent);
    margin: 0.5rem auto 0;
    border-radius: 2px;
  }
  .sarc-hospital-wear-section .shw-description {
    display: flex;
    gap: 1rem;
    background: var(--shw-light);
    padding: 1.5rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    border-left: 4px solid var(--shw-accent);
  }
  .sarc-hospital-wear-section .shw-description i {
    font-size: 1.8rem;
    color: var(--shw-accent);
    flex-shrink: 0;
  }
  .sarc-hospital-wear-section .shw-description p {
    margin: 0;
    font-size: 1rem;
    color: #2d4a4a;
    line-height: 1.5;
  }
  .sarc-hospital-wear-section .shw-products-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .sarc-hospital-wear-section .shw-product {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.2rem;
    background: #fefefe;
    border-radius: 16px;
    border: 1px solid var(--shw-border);
    transition: all 0.2s;
  }
  .sarc-hospital-wear-section .shw-product:hover {
    background: #f9fdfb;
    border-color: #cbdcd6;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  }
  .sarc-hospital-wear-section .shw-product-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: var(--shw-light);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--shw-accent);
    font-size: 1.2rem;
  }
  .sarc-hospital-wear-section .shw-product-text {
    font-size: 0.95rem;
    color: #2c4a3e;
    line-height: 1.5;
    flex: 1;
  }
  .sarc-hospital-wear-section .shw-product-text strong {
    color: var(--shw-primary);
    font-weight: 600;
  }
  @media (max-width: 768px) {
    .sarc-hospital-wear-section .shw-container {
      padding: 1.5rem;
    }
    .sarc-hospital-wear-section .shw-title {
      font-size: 1.6rem;
    }
    .sarc-hospital-wear-section .shw-product {
      padding: 0.8rem 1rem;
    }
    .sarc-hospital-wear-section .shw-description {
      flex-direction: column;
      gap: 0.5rem;
    }
  }/* End custom CSS */