



/* Update the content section styles */


main section {
    margin-bottom: 30px;
}

main section .about-content {
    margin: 0 0 20px;
}

main section .about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

main section .about-title {
    margin-bottom: 10px;
}

main section .about-title h2 {
    font-size: 24px;
    color: #162542;
}

/* Style for the section */
.about-area 
{
  
    color: #fff; /* Text color */
    padding: 60px 0; /* Adjust padding as needed */
    text-align: center; /* Center the content */
}

.about-title {
    margin-bottom: 15px;
}

.about-title h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.about-title h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0;
}

.about-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.about-content p b {
    color: #333;
}

.s-about-img img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .about-area {
        display: flex;
        align-items: center;
        margin: 20px;
    }

    .s-about-img {
        margin-right: 20px;
    }

    .about-area + .about-area {
        border-top: 1px solid #ccc; /* Border line */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Shadow */
        margin-top: 10px; /* Space between sections */
    }
    
}

.about-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add box shadow */
    /* border-radius: 10px; Add border radius */
    padding: 20px;
}
.about-area + .about-area {
    border-top: 1px solid #ccc; /* Border line */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Shadow */
    margin-top: -30px; /* Space between sections */
}

.s-about-img img {
    max-width: 100%; /* Make sure image doesn't exceed container */
    border-radius: 10px; /* Optional: Add border radius to the image */
}

.s-about-content {
    padding: 20px; /* Add some padding to content */
}

/* Add your media queries for responsiveness */
@media (max-width: 767px) {
    .col-lg-4 {
        order: 2; /* Change the order on smaller screens */
    }

    .col-lg-8 {
        order: 1; /* Change the order on smaller screens */
    }
}
.s-about-img img{
    transform: scale(1.1) !important;
   
}

@media (max-width: 767px) {
    .about-title {
      margin: 0; /* Adjust margin for smaller screens as needed */
    }
    .about-area{
        margin: 0px;
    }
  }
  .indoor-section,
  .outdoor-section {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .indoor-section h4,
  .outdoor-section h4 {
    color: #007bff;
  }

  .indoor-section ul,
  .outdoor-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .indoor-section ul li,
  .outdoor-section ul li {
    margin-bottom: 8px;
    color: #333;
  }