.elementor-3600 .elementor-element.elementor-element-5e05d81{--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-3600 .elementor-element.elementor-element-5e05d81:not(.elementor-motion-effects-element-type-background), .elementor-3600 .elementor-element.elementor-element-5e05d81 > .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-3600 .elementor-element.elementor-element-9a4b087{--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-3600 .elementor-element.elementor-element-c220d0f{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-3600 .elementor-element.elementor-element-ab454cf{font-family:"Helvetica", Sans-serif;font-weight:400;color:var( --e-global-color-secondary );}.elementor-3600 .elementor-element.elementor-element-39c3a1e{--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-3600 .elementor-element.elementor-element-e9f6dc9{--display:flex;--min-height:330px;--margin-top:0px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-3600 .elementor-element.elementor-element-e9f6dc9:not(.elementor-motion-effects-element-type-background), .elementor-3600 .elementor-element.elementor-element-e9f6dc9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://shriraminstitute.org/wp-content/uploads/2026/04/Radioactive-Contamination-Testing.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}/* Start custom CSS for container, class: .elementor-element-39c3a1e *//* Section Card */
.gamma-card {
  background: #f9fbfd;
  padding: 45px 45px 45px 55px;
  border-left: 6px solid #1c7ed6;
  border-radius: 6px;
}

/* Headings inside cards */
.gamma-card h3 {
  font-size: 24px;
  color: #0b2c3d;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Paragraphs */
.gamma-card p {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 18px;
}

/* Lists */
.gamma-list {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.gamma-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #222;
  line-height: 1.65;
}

.gamma-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1c7ed6;
  font-size: 14px;
}

/* Advantage Section – Full Width Highlight */
.gamma-advantage {
  background: #0b2c3d;
  color: #ffffff;
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 6px;
}

.gamma-advantage h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff;
}

.gamma-advantage p {
  font-size: 16px;
  line-height: 1.8;
  color: #e6eef4;
}

/* Section Divider Look */
.gamma-card + .gamma-card {
  position: relative;
}

.gamma-card + .gamma-card::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #1c7ed6, transparent);
}

/* Strong text */
.gamma-page strong {
  color: #0b2c3d;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .gamma-card {
    padding: 30px 25px 30px 35px;
  }

  .gamma-advantage {
    padding: 35px 25px;
  }

  .gamma-card h3,
  .gamma-advantage h3 {
    font-size: 22px;
  }
}/* End custom CSS */