/* 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-fiber-cable-acc {
    position: relative;
    padding-top: 60px;
    background-image: url(../images/banner/fiber.avif);/* Replace with your image URL */
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 100%; /* Full width for responsiveness */
    height: 600px; /* 85% of the viewport height */
    margin-top: 50px;
    display: flex; /* Use flexbox for better control of child positioning */
    align-items: center; /* Vertically centers the text */
    justify-content: flex-start; /* Aligns the  ` text to the left */
    padding-left: 20px; /* Adds some padding for left alignment */
  }
  
  .back-fiber-cable-acc h1 {
    font-size: 6.8rem;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /* font-weight: bold;  */
    /* top: 55%; */
  
    /* padding: calc(300px/2) 20px 20px 20px; */
    margin-top: 200px;
    color: white; /* Adjust for readability */
    margin: 0; /* Removes default margin */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Optional: Adds text shadow for better visibility */
  }
  
  @media (max-width: 768px) {
    .back-fiber-cable-acc h1 {
        font-size: 3.5rem; /* Adjust font size for tablets */
    }
  }
  
  @media (max-width: 480px) {
    .back-fiber-cable-acc h1 {
        margin-top: 30px;
        /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
        font-weight: bold;
        /* text-shadow: 2px 2px 5px rgb(255, 255, 255); */
        font-size: 4rem; 
        /* Further adjustment for very small screens */
    }
  
    .back-fiber-cable-acc{
        padding-top: 1px;
        margin-top: 5rem;
        /* background-image: url(../images/software/cmms2.png); */
        /* margin-bottom: 30px; */
        /* background-size: contain;  */
        height:180px; /* 85% of the viewport height */
    }
  }

  /* Overlay */
  .back-fiber-cable-acc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.288);
    z-index: 1;
  }
  
  /* Text Styling */
  .back-fiber-cable-acc h1,
  .back-fiber-cable-acc p {
    position: relative;
    z-index: 2; /* Content above overlay */
  }


/* Additional CSS for creating two-column layout */
.fiber-cable-acc-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.fiber-cable-acc-column1,
.fiber-cable-acc-column2 {
    flex: 1;
    min-width: calc(50% - 15px); /* Adjust width to ensure sections are side by side with spacing */
    box-sizing: border-box;
}

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

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

.power-quality-spares-text4{ 

    font-size: 16px; 

    line-height: 1.5; 

    text-align: justify; 

    padding: 20px; 

  

} 

.fiber-cable-acc-container3 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* gap: 10px; */
    margin-left:40px;
    /* margin-top: -50px; */
}


/* Common Styles for both columns */
.fiber-cable-acc-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;
}

.fiber-cable-acc-section-container2.visible {
    opacity: 1;
}

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


.fiber-cable-acc-section-title4{
    font-size: 2.6rem;
    color: #2b5797;
    margin-bottom: 10px;
    /* border-bottom: 3px solid #2b972d; */
    padding-bottom: 10px;
    display: inline-block;
}
.fiber-cable-acc-section-content2 {
    line-height: 1.6;
}

.fiber-cable-acc-section-content2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.fiber-cable-acc-section-content2 ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-align: justify;
    position: relative;
    padding-left: 25px;
}

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

.fiber-cable-acc-section-content3 {
    line-height: 1.6;
}

.fiber-cable-acc-section-content3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.fiber-cable-acc-section-content3 ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
    text-align: justify;
    position: relative;
    padding-left: 25px;
}

.fiber-cable-acc-section-content3 ul li:before {
     /* Triangle bullet */
    color: #2b5797;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
    .fiber-cable-acc-section-container2 {
        padding: 20px;
    }

    .fiber-cable-acc-section-title2 {
        font-size: 2.2rem;
    }

    .fiber-cable-acc-section-content2 ul li {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .fiber-cable-acc-section-container2 {
        padding: 15px;
    }

    .fiber-cable-acc-section-title2 {
        font-size: 2.2rem;
    }

    .fiber-cable-acc-section-content2 ul li {
        font-size: 1.6rem;
    }
}
.fiber-cable-acc-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;
}

.fiber-cable-acc-image4 {
    max-width: 100%;
    height: auto;
    width: 30%; /* Adjust this to control the size of the images */
    object-fit: cover; /* Ensures images fit nicely */
}
.fiber-cable-acc-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-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) {
    .fiber-cable-acc-mid-highlight-banner {
        font-size: 1rem;
        padding: 15px;
    }
    .fiber-cable-acc-mid-highlight-banner1 {
        
        text-align: left;
        font-size: 3.2rem;
        
    }
}

@media (max-width: 480px) {
    .fiber-cable-acc-mid-highlight-banner {
        font-size: 1.6em;
        padding: 10px;
    }
    .fiber-cable-acc-mid-highlight-banner1 {
        
        text-align: left;
        font-size: 3.2rem;
        
    }
}


/* Heallthcare */
.fiber-cable-acc-container {
    display: flex;
    text-align: left;
    flex-direction: row;
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.fiber-cable-acc-column1 {
    flex: 1;

    box-sizing: border-box;
}

.fiber-cable-acc-title1 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2b5797;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.fiber-cable-acc-text1 {
    font-size: 16px;
    line-height: 1.5;
    
}

.fiber-cable-acc-column2 {
    flex: 1;
    min-width: px;
    box-sizing: border-box;
}

.fiber-cable-acc-title2 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2b5797;
}

.fiber-cable-acc-text2{
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.fiber-cable-acc-paragraph{
   padding: 20PX;
}

.fiber-cable-acc-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    /* padding: 20px; */
}

.fiber-cable-acc-container h3{
    text-align: left;
}

.heading3{
    margin-left: 20px;
    color: #24144f;
}

.fiber-cable-acc-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fiber-cable-acc-image-container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fiber-cable-acc-image {
    /* margin-top: -50px; */
    max-width: 100%;
    height: auto;
    padding: 20px;
     /* Optional: to add space between the title and image */
}


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



  .fiber-cable-acc-text-highlight-flyer{
    font-size: 2.3rem;
    color: rgb(140, 73, 223);
    padding: 20px;
    font-weight: bold;
  
  }
  .fiber-cable-acc-text-highlight-flyer:hover{
    
    color: #f39c12;
    padding: 20px;
  }
/* Responsive Design */
@media (max-width: 768px) {
    .fiber-cable-acc-container {
        flex-direction: column;
    }
}


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

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

/* Health Box Styling */
.fiber-cable-acc-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;
}

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

/* Image Styling */
.fiber-cable-acc-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

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

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

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

@media (min-width: 1025px) {
    .fiber-cable-acc-box {
        width: 30%;
    }
}


.fiber-cable-acc-points-container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    /* background: #ffffff; */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(255, 255, 255);
}

.fiber-cable-acc-points-title {
    text-align: left;
    font-size: 28px;
    color: #2b5797;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fiber-cable-acc-points-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    position: relative;
}

.fiber-cable-acc-points-point {
    font-size: 18px;
    /* color: #444; */
    margin: 15px 0;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1.5s forwards;
}

.fiber-cable-acc-points-point:nth-child(1) {
    animation-delay: 0.2s;
}

.fiber-cable-acc-points-point:nth-child(2) {
    animation-delay: 0.4s;
}

.fiber-cable-acc-points-point:nth-child(3) {
    animation-delay: 0.6s;
}

.fiber-cable-acc-points-point:nth-child(4) {
    animation-delay: 0.8s;
}

.fiber-cable-acc-points-point:nth-child(5) {
    animation-delay: 1s;
}

.fiber-cable-acc-points-point:nth-child(6) {
    animation-delay: 1.2s;
}

.fiber-cable-acc-points-point:nth-child(7) {
    animation-delay: 1.4s;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .fiber-cable-acc-points-title {
        font-size: 24px;
    }

    .fiber-cable-acc-points-point {
        font-size: 16px;
    }
}
/* body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    padding: 20px;
} */

.fiber-cable-acc-column-diff-container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    /* background: #ffffff; */
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.fiber-cable-acc-column-diff-title {
    text-align: left;
    font-size: 28px;
    color: #2b5797;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.fiber-cable-acc-column-diff-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.fiber-cable-acc-column-diff-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 35px;
}

.fiber-cable-acc-column-diff-number {
    font-size: 18px;
    font-weight: bold;
    color: #3498db;
    position: absolute;
    left: 0;
}

.fiber-cable-acc-column-diff-content {
    padding-left: 20px;
}

.fiber-cable-acc-column-diff-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.fiber-cable-acc-column-diff-item p {
    font-size: 14px;
    color: #444;
}

@media (max-width: 768px) {
    .fiber-cable-acc-column-diff-title {
        font-size: 24px;
    }

    .fiber-cable-acc-column-diff-columns {
        grid-template-columns: 1fr;
    }

    .fiber-cable-acc-column-diff-item {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0;
    }

    .fiber-cable-acc-column-diff-number {
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }

    .fiber-cable-acc-column-diff-content h3 {
        font-size: 20px;
    }

    .fiber-cable-acc-column-diff-content p {
        font-size: 14px;
    }
}
