/* Reset default body and html padding/margin */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow-x: hidden; /* Prevent sideways scroll */
}

/* Apply box-sizing border-box globally */
*, *::before, *::after {
  box-sizing: border-box;
}
/* background */
.back-lightning-protection {
  position: relative;
  text-align: left;
  background-image: url(../images/banner/lightp.avif);

  /* background-image: url(../images/hardware/supplies/lightning-protection/back.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff; 
  min-height: 85vh;
  /* margin-bottom: -70px; */
  padding: calc(85vh/2) 20px 10px 20px;
}

.flyer{
  padding: 20px;
  font-size:1.6rem;
}

.flyer :hover{
  color: red;
}


/* Overlay */
.back-lightning-protection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.489);
  z-index: 1;
}

/* Text Styling */
.back-lightning-protection h1, 
.back-lightning-protection h2,
.back-lightning-protection p {
  position: relative;
  z-index: 2; /* Content above overlay */
}

.back-lightning-protection h1 {
  font-size: 6.8rem;
  margin-top: 50px;
  /* margin-top: 20rem; */
  font-weight: bold;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: hsl(0, 0%, 100%);
}

.back-lightning-protection h2 {
  margin-top: 1rem;
  font-size: 3.2rem;
  font-family: Arial;
  color: #ffffff;
  /* margin-right: 550px; */
  /* padding: 0.2em 0.5em; */
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .back-lightning-protection {
    padding: calc(85vh/2) 20px 10px 20px;

  }
  

}

@media (max-width: 768px) {
  .back-lightning-protection {
    min-height: 60vh;
    padding: calc(60vh/2) 20px 10px 20px;

      background-attachment: scroll; /* Better performance on smaller devices */
  }

  .back-lightning-protection h1 {
      /* margin-top: 10rem; */
      font-size: 6.6rem;
      margin-top: 1px;
  }

  .back-lightning-protection h2 {
      margin-right: 0;
      font-size: 3rem;
  }

  .back-lightning-protection h3 {
      margin-right: 0;
      font-size: 3rem;
  }
}

@media (max-width: 480px) {
.back-lightning-protection{
  min-height: 45vh;
padding: calc(45vh/2) 20px 10px 20px;
}
  .back-lightning-protection h1 {
      font-size: 6rem;
      margin-top: 1px;
  }

  .back-lightning-protection h2,
  .back-lightning-protection h3 {
      font-size: 2.5rem;
      margin-right: 0;
      padding: 0.1em;
  }
}

/* Additional CSS for creating two-column layout */


.lightning-protection-container1 {
  /* display: flex; */
  flex-wrap: wrap;
  padding-right: 20px;
  /* justify-content: space-between; */
  margin-left: 20px;

  
}


.lightning-protection-column1,
.lightning-protection-column2 {
  padding: 20px;
  margin-left: 10px;
  /* margin: 20px; */
  flex: 1;
 /* Adjust width to ensure sections are side by side with spacing */
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .lightning-protection-column1,
  .lightning-protection-column2 {
      min-width: 100%;
  }
}

/* Additional CSS for creating two-column layout */
.lightning-protection-container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  margin-top: -50px;
}


/* Common Styles for both columns */
.lightning-protection-section-container2 {
  font-family: Arial, sans-serif;
  margin: 30px;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.lightning-protection-section-container2.visible {
  opacity: 1;
}

.lightning-protection-section-title2 {
  font-size: 2.6rem;
  color: #2b5797;
  /* margin-bottom: 20px; */
  /* border-bottom: 3px solid #2b972d; */
  padding-bottom: 10px;
  display: inline-block;
}

.lightning-protection-section-content2 {
  line-height: 1.6;
}

.lightning-protection-section-content2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
}

.lightning-protection-section-content2 ul li {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-align: justify;
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
}

.lightning-protection-section-content2 ul li:before {
  content: '\25B6'; /* Triangle bullet */
  color: #2b5797;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .lightning-protection-section-container2 {
      padding: 20px;
  }

  .lightning-protection-section-title2 {
      font-size: 2.2rem;
  }

  .lightning-protection-section-content2 ul li {
      font-size: 1.6rem;
      text-align: left;
  }
}

@media (max-width: 480px) {
  .lightning-protection-section-container2 {
      padding: 15px;
  }

  .lightning-protection-section-title2 {
      font-size: 2.2rem;
  }

  .lightning-protection-section-content2 ul li {
      font-size: 1.6rem;
      text-align: left;
  }
}
.lightning-protection-mid-highlight-banner {
  /* background: linear-gradient(90deg, #FDC830, #F37335);  */
  background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237));
  color: #000;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.image-row {
  display: flex;
  justify-content: space-between; /* Adjust spacing between images */
  align-items: center;
  /* gap: 2px; Space between images */
  padding: 20px;
}

.lightning-protection-image4 {
  max-width: 100%;
  padding: 20px;
  height: auto;
  width: 30%; /* Adjust this to control the size of the images */
  object-fit: cover; /* Ensures images fit nicely */
}
.lightning-protection-mid-highlight-banner1 {
  /* background: linear-gradient(90deg, #FDC830, #F37335);  */
  /* background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237)); */
  color : #2b5797;
  margin-left: 20px;
  margin-right: 20px;
  /* margin-bottom: 20px; */
  /* border-radius: 2px; */
  /* margin-top: -50px; */
  text-align: left;
  font-size: 3.6rem;
  font-weight: bold;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
  .lightning-protection-mid-highlight-banner {
      font-size: 1em;
      padding: 15px;
  }
  .lightning-protection-mid-highlight-banner1 {
    /* background: linear-gradient(90deg, #FDC830, #F37335);  */
    /* background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237)); */
    color : #2b5797;
    margin-left: 20px;
    margin-right: 20px;
    /* margin-bottom: 20px; */
    /* border-radius: 2px; */
    /* margin-top: -50px; */
    text-align: left;
    font-size: 2.6rem;
    font-weight: bold;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  }
}

@media (max-width: 480px) {
  .lightning-protection-mid-highlight-banner {
      font-size: 0.9em;
      padding: 10px;
  }
  .lightning-protection-mid-highlight-banner1 {
    /* background: linear-gradient(90deg, #FDC830, #F37335);  */
    /* background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237)); */
    color : #2b5797;
    margin-left: 20px;
    margin-right: 20px;
    /* margin-bottom: 20px; */
    /* border-radius: 2px; */
    /* margin-top: -50px; */
    text-align: left;
    font-size: 3.6rem;
    font-weight: bold;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  }.lightning-protection-mid-highlight-banner1 {
    /* background: linear-gradient(90deg, #FDC830, #F37335);  */
    /* background: linear-gradient(to bottom, rgb(36, 103, 154), rgb(92, 223, 237)); */
    color : #2b5797;
    margin-left: 20px;
    margin-right: 20px;
    /* margin-bottom: 20px; */
    /* border-radius: 2px; */
    /* margin-top: -50px; */
    text-align: left;
    font-size: 2.6rem;
    font-weight: bold;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  }
}
/* Default behavior (desktop/laptop) can stay as is */

/* Center images on mobile view */
@media (max-width: 768px) {
  .lightning-protection-content-split-image-new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .lightning-protection-content-split-image-new img {
    max-width: 90%;
    height: auto;
  }
}


/* Heallthcare */
.lightning-protection-container {
  display: flex;
  text-align: left;
  flex-direction: row;
  padding: 20px;
  font-size: 1.6rem;
  /* gap: 20px; */
  /* flex-wrap: wrap; */
}

.lightning-protection-column1 {
  flex: 1;

  box-sizing: border-box;
}

.lightning-protection-title1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(44, 0, 96);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.lightning-protection-text1 {
  font-size: 16px;
  line-height: 1.5;
  
}

.lightning-protection-column2 {
  flex: 1;
  min-width: px;
  box-sizing: border-box;
}

.lightning-protection-title2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(44, 0, 96);
}

.lightning-protection-text2{
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.lightning-protection-paragraph{
 padding: 20PX;
}

.lightning-protection-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensure the container takes full width */
  height: auto; /* Adjust as needed */
}

.lightning-protection-image {
  max-width: 100%;
  height: auto;
  padding: 20px;
}

.lightning-protection-split3-section {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightning-protection-split3-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.lightning-protection-split3-item {
  flex: 1 1 30%;
  text-align: center;
}

.lightning-protection-split3-img {
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.lightning-protection-split3-img:hover {
  transform: scale(1.05);
}

.lightning-protection-split3-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .lightning-protection-split3-item {
      flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .lightning-protection-split3-item {
      flex: 1 1 100%;
  }
}


.lightning-protection-image2 {
  max-width: 60%;
  height: auto;
  margin-top: 20px;
  padding: 20px;
}

.lightning-protection-image3 {
  max-width: 60%;
  height: auto;
  margin-top: 50px;
  padding: 20px;
}

.lightning-protection-text-highlight{
  font-size: 2.3rem;
  color: rgb(140, 73, 223);
}
.lightning-protection-text-highlight:hover{
  
  color: #f39c12;
}



.lightning-protection-text-highlight-flyer{
  font-size: 1.5rem;
  color: rgb(140, 73, 223);
  /* padding: 20px; */
  font-weight: bold;

}
.lightning-protection-text-highlight-flyer:hover{
  
  color: #f39c12;
  padding: 20px;
}
/* Responsive Design */
@media (max-width: 768px) {
  .lightning-protection-container {
      flex-direction: column;
  }
}


/* General Styling for Health Boxes Section */
.lightning-protection-box-block {
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
}

/* Container Styling */
.lightning-protection-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Health Box Styling */
.lightning-protection-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: auto;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.lightning-protection-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.lightning-protection-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

/* Title Styling */
.lightning-protection-box-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .lightning-protection-box-container {
      flex-direction: column;
      align-items: center;
  }
  .lightning-protection-box {
      width: 90%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .lightning-protection-box {
      width: 45%;
  }
}

@media (min-width: 1025px) {
  .lightning-protection-box {
      width: 30%;
  }
}



/* Blog Row */
.lightning-protection-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.lightning-protection-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 32%;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s;
}

.lightning-protection-card:hover {
  transform: translateY(-5px);
}

.lightning-protection-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.lightning-protection-card h3 {
  margin: 15px 0;
  font-size: 1.2em;
}

.lightning-protection-card p {
  font-size: 1em;
  color: #555;
}

.lightning-protection-card a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #3498db;
  font-weight: bold;
}

.lightning-protection-card a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .lightning-protection-row {
    flex-direction: column;
  }
  .lightning-protection-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .lightning-protection-card h3 {
    font-size: 1em;
  }
  .lightning-protection-card p {
    font-size: 0.9em;
  }
}


/* Blog Content Container */
.lightning-protection-content-container {
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
}

/* Blog Content Main */
.lightning-protection-content-main {
  /* background-color: #fff; */
  padding: 30px;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

/* Title Styles */
.lightning-protection-content-title {
  font-size: 2em;
  color: #2c3e50;
  margin-bottom: 20px;
}

/* Description Styles */
.lightning-protection-content-description {
  font-size: 1.2em;
  color: #111313;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Subtitle Styles */
.lightning-protection-content-subtitle {
  font-size: 1.5em;
  color: #2980b9;
  margin-bottom: 10px;
}

/* List Styles */
.lightning-protection-content-list {
  list-style: none;
  padding-left: 20px;
  list-style-type: disc;
}

.lightning-protection-content-list li {
  font-size: 1.2em;
  color: #23394f;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Link Styles */
/* a {
  color: #3498db;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
} */

/* Responsive Design */
@media (max-width: 768px) {
  .lightning-protection-content-container {
    padding: 10px;
  }

  .lightning-protection-content-main {
    padding: 15px;
  }

  .lightning-protection-content-title {
    font-size: 1.8em;
  }

  .lightning-protection-content-subtitle {
    font-size: 1.3em;
  }

  .lightning-protection-content-description {
    font-size: 1.1em;
  }

  .lightning-protection-content-list li {
    font-size: 1.1em;
  }
}


.lightning-protection-content-split-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: -30px; */
  /* margin: 20px auto; */
  max-width: 1200px;
  margin-left: 20px;
  margin-bottom: 20px;
  /* padding: 20px; */
  /* padding: 20px; */
  flex-wrap: wrap; /* Ensures responsive wrapping */
}
.lightning-protection-content-split-image3 {
  flex: 1;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.lightning-protection-content-split-image3 img {
  width: 60%;
  height: auto;
  padding: 20px;
  /* max-width: 40%; */
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
/* Blog Content Split Image */
.lightning-protection-content-split-image {
  flex: 1;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
}

.lightning-protection-content-split-image img {
  width: 70%;
  height: auto;
  padding: 20px;
  /* max-width: 40%; */
  border-radius: 8px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.lightning-protection-content-split-image2 {


    
display: flex;
justify-content: center;
align-items: center;
}

.lightning-protection-content-split-image2 img {
  width: 70%;
  height: auto;
  border-radius: 8px;
  text-align: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

/* Blog Content Split Text */
.lightning-protection-content-split-text {
  flex: 2;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: justify;
}

/* Title Styles */
.lightning-protection-content-split-title {
  font-size: 2.6rem;
  color : #2b5797;
  font-weight: bold;
  margin-left: 20px;
}

/* Description Styles */
.lightning-protection-content-split-description {
  font-size: 1.6rem;
  color: #242525;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-right: 20px;
}

/* List Styles */
.lightning-protection-content-split-list {
  list-style-type: disc;
  padding-left: 20px;
  padding-right: 20px;
}

.lightning-protection-content-split-list li {
  font-size: 1.8rem;
  color: #121824;
  line-height: 1.6;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.lightning-protection-content-split-list2 li {
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-right: 20px;
}



/* Responsive Design */
@media (max-width: 768px) {
  .lightning-protection-content-split-container {
    flex-direction: column;
    padding: 1px;
  }

  .lightning-protection-content-split-image {
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }

  .lightning-protection-content-split-image img{
    width: 60%;
    padding-right: 20px;
  }


  .lightning-protection-content-split-title {
    font-size: 2.2em;
  }

  .lightning-protection-content-split-description {
    font-size: 1.6rem;
  }

  .lightning-protection-content-split-list li {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .lightning-protection-content-split-title1{
    font-size: 2.2rem;
  

  }
  .lightning-protection-content-split-title {
    font-size: 2.2rm;
  }

  .lightning-protection-content-split-description {
    font-size: 1.6rem;
  }

  .lightning-protection-content-split-list li {
    font-size: 1.6rem;
    text-align: left;
  }
}


/* Headings */
.lightning-protection-content-split-title-new {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 20px;
  color: #1f3c88;
}

/* Container */
.lightning-protection-content-split-container-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 20px;
}

/* Text */
.lightning-protection-content-split-text-new {
  flex: 1 1 55%;
  min-width: 300px;
}

.lightning-protection-content-split-description-new {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* List */
.lightning-protection-content-split-list-new,
.lightning-protection-content-split-list2-new {
  list-style: none;
  padding-left: 0;
}

.lightning-protection-content-split-list-new li {
  font-size: 1.8rem;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
}

.lightning-protection-content-split-list-new li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #1f3c88;
  font-size: 1.2rem;
}

.lightning-protection-content-split-list2-new li {
  font-size: 1.6rem;
  margin-left: 20px;
  margin-bottom: 8px;
}

/* Image */
.lightning-protection-content-split-image-new {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
}

.lightning-protection-content-split-image-new img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .lightning-protection-content-split-container-new {
    flex-direction: column;
  }

  .lightning-protection-content-split-text-new,
  .lightning-protection-content-split-image-new {
    flex: 1 1 100%;
    text-align: center;
  }

  .lightning-protection-content-split-title-new {
    font-size: 2.6rem;
  }

  .lightning-protection-content-split-description-new {
    font-size: 1.6rem;
  }

  .lightning-protection-content-split-list-new li,
  .lightning-protection-content-split-list2-new li {
    font-size: 1.6rem;
    text-align: left;
  }

  .lightning-protection-content-split-text-new {
    text-align: left;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .lightning-protection-content-split-title-new {
    font-size: 2.2rem;
  }
}

/* Main container */
.lightning-protection-content-split-container-new1 {
  width: 100%;
  padding: 20px;
}

/* Row for dual images */
.lightning-protection-dual-image-row-new1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Individual image containers */
.lightning-protection-content-split-image-new1,
.lightning-protection-content-split-image3-new1 {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Image styling */
.lightning-protection-content-split-image-new1 img,
.lightning-protection-content-split-image3-new1 img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

/* Mobile view: stack and center */
@media (max-width: 768px) {
  .lightning-protection-content-split-image-new1,
  .lightning-protection-content-split-image3-new1 {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
