/* ---------- Sections ---------- */
.section {
    padding: 80px 20px;
    text-align: center;
  }
  
  /* ---------- Section 1 - Hero Section ---------- */
  .section-one {
    position: relative;
    height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 1s ease-in-out; /* Fading transition for the section */
    opacity: 1; /* Start fully visible */
    background-image: url('assets/images/hero1.jpg'); /* Initial image */
  }
  
  /* Container for hero text positioned bottom-left */
  .hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
  }
  
  /* Styling for the heading text */
  .section-one h1 {
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-align: left;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  }
  
  /* Dark overlay for contrast */
  .section-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  
/* ---------- Section 2 ---------- */
  .section-two {
    padding: 60px 0;
    background-color: #D2B48C;

  }

  .section-two .container {
    padding-left: 0; /* Remove the default left padding */
  }

  .section-two-left {
    padding-left: 30px; /* Adjust this value to align with Section 1 */
    text-align: left;
  }


  .section-two-left h1 {    font-size: 4rem !important;
 
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 5px;
  }

  .section-two-right p {
    font-size: 1.5rem !important;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-two-right .btn-vision-mission {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #dc3545; /* Bootstrap danger color */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-left: 0 !important;
  }

.section-two-right .btn-vision-mission:hover {
  background-color: #b02a37; /* Darker shade of danger color */
}
  
/* ---------- Section 3 ---------- */
.section-three {
  background-color: #e8f5e9;
  padding: 60px 0;
}

.section-three-left,
.section-three-right {
  padding: 20px;
  height: 100%;
}

.section-three-left h1,
.section-three-left p {
  text-align: center; /* Center-align the heading and text */
  padding-left: 0; /* Remove left padding */
  padding-right: 0; /* Remove right padding */
}

.section-three-right h1,
.section-three-right p {
  text-align: center; /* Center-align the heading and text */
  padding-left: 0; /* Remove left padding */
  padding-right: 0; /* Remove right padding */
}

.section-three h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 600;
  color: #A52A2A !important; /* Using the brown color from section 2 for consistency */
}

.section-three p {
  font-size: 1.5rem !important; 
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

/* Section 3 */
.section-three-left h1 {
  text-align: center; /* Center-align the heading */
  margin-left: 0; /* Ensure no extra margin pushes it */
}

.section-three-left p {
  text-align: left; /* Left-align the paragraph */
  padding-left: 40px; /* Adjust padding to align with the left edge */
}

.section-three-right h1 {
  text-align: center; /* Center-align the heading */
  margin-right: 0; /* Ensure no extra margin pushes it */
}

.section-three-right p {
  text-align: left; /* Left-align the paragraph */
  padding-left: 40px; /* Adjust padding to align with the left edge */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .section-three-left p,
  .section-three-right p {
    padding-left: 20px; /* Reduce padding for smaller screens */
  }
}
  
  /* ---------- Section Titles and Paragraphs ---------- */
  .section h1 {
    margin-bottom: 20px;
    font-size: 2rem;
    color: #222;
  }
  
  .section p {
    max-width: 800px;
    margin: 0 auto 20px auto;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
  }
  
  /* ---------- Section 5 ---------- */
  .section-five {
    padding: 60px 0;
    background-color: #e8f5e9;

  }

  .section-five .container {
    padding-left: 0; /* Remove the default left padding */
  }

  .section-five-left {
    padding-left: 30px; /* Adjust this value to align with Section 1 */
    text-align: left;
  }


  .section-five-left h1 {    font-size: 4rem !important;
 
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 5px;
  }

  .section-five-right p {
    font-size: 1.5rem !important;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-five-right .btn-vision-mission {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #dc3545; /* Bootstrap danger color */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-left: 0 !important;
  }

  .section-five-right .btn-vision-mission:hover {
    background-color: #b02a37; /* Darker shade of danger color */
  }


    /* ---------- Section 6 ---------- */
  .section-six {
    padding: 60px 0;
    background-color: #D2B48C !important;

  }

  .section-six .container {
    padding-left: 0; /* Remove the default left padding */
  }

  .section-six-left {
    padding-left: 30px; /* Adjust this value to align with Section 1 */
    text-align: left;
  }


  .section-six-left h1 {    font-size: 4rem !important;
 
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 5px;
  }

  .section-six-right p {
    font-size: 1.5rem !important;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
  }

  .section-six-right .btn-vision-mission {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #dc3545; /* Bootstrap danger color */
    border: none;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-left: 0 !important;
  }

  .section-six-right .btn-vision-mission:hover {
    background-color: #b02a37; /* Darker shade of danger color */
  }


  /* ---------- Responsive Styles ---------- */
  @media (max-width: 992px) {
    .section-two-text {
      max-width: 45%;
      font-size: 1.5rem !important;
    }
  }
  
  @media (max-width: 768px) {
    .section-one {
      height: 50vh; /* Optimization for mobile */
    }
  
    .hero-overlay {
      bottom: 20px;
      left: 20px;
    }
  
    .section-one h1 {
      font-size: 2.5rem;
    }
    
    .section-two {
      padding-top: 20px;
      min-height: auto;
      height: auto;
    }
    
    .section-two-heading {
      position: relative;
      top: 0;
      /* left: 0 !important; */
 
      margin-bottom: 20px;
    }
    
    .section-two h1 {
      font-size: 2.5rem !important;
      left: 20px;
    }
    
    .section-two-text {
      position: relative;
      top: 0;
      right: 0;
      max-width: 100%;
      font-size: 1rem !important;
      text-align: left;
      margin: 20px;
    }
  }

  @media (max-width: 768px) {
    .section-two-text .btn-vision-mission {
      margin-left: 0; /* Reset to left alignment on mobile */
      margin-top: 20px;
      font-size: 1.2rem !important;
    }
  }

  /* Section 2 - Mobile Adjustments */
@media (max-width: 768px) {
  .section-two {
    padding: 30px 15px; /* Reduce padding for smaller screens */
  }

  .section-two-left,
  .section-two-right {
    text-align: center; /* Center-align content for better readability */
    padding: 0 10px; /* Add some horizontal padding */
  }

  .section-two-left h1 {
    font-size: 2rem; /* Reduce font size for headings */
  }

  .section-two-right p {
    font-size: 1rem; /* Adjust paragraph font size */
    line-height: 1.5; /* Improve readability */
  }

  .section-two-right .btn-vision-mission {
    margin-top: 20px; /* Add spacing above the button */
    font-size: 1rem; /* Adjust button font size */
  }
}

/* Section 3 - Mobile Adjustments */
@media (max-width: 768px) {
  .section-three {
    padding: 30px 15px; /* Reduce padding for smaller screens */
  }

  .section-three-left,
  .section-three-right {
    text-align: center; /* Center-align content for better readability */
    padding: 0 10px; /* Add some horizontal padding */
  }

  .section-three-left h1,
  .section-three-right h1 {
    font-size: 2rem; /* Reduce font size for headings */
  }

  .section-three-left p,
  .section-three-right p {
    font-size: 1rem; /* Adjust paragraph font size */
    line-height: 1.5; /* Improve readability */
    text-align: left; /* Keep paragraphs left-aligned */
    padding-left: 15px; /* Add some padding for alignment */
  }
}

/* ---------- Section Four ---------- */
.section-four {
  background-color: #D2B48C !important;
  padding: 60px 20px;
}

.section-four-left h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  text-align: center;
}

.section-four-right p {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}

.section-four-right a {
  color: #007bff;
  text-decoration: none;
}

.section-four-right a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.social-icons img {
  width: 50px;
  height: 50px;
  transition: transform 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.15);
}

/* Section 4 - Mobile Adjustments */
@media (max-width: 768px) {
  .section-four {
    padding: 30px 15px; /* Reduce padding */
    flex-direction: column;
    min-height: auto;
  }

  .section-four-left,
  .section-four-right {
    text-align: center;
    padding: 10px;
  }

  .section-four-left h1 {
    font-size: 2.2rem;
  }

  .section-four-right p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .social-icons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .social-icons img {
    width: 40px;
    height: 40px;
  }
}

/* ---------- Section Five ---------- */
  @media (max-width: 992px) {
    .section-five-text {
      max-width: 45%;
      font-size: 1.5rem !important;
    }
  }
  
  @media (max-width: 768px) {
    .section-five {
      padding-top: 20px;
      min-height: auto;
      height: auto;
    }
    
    .section-five-heading {
      position: relative;
      top: 0;
      /* left: 0 !important; */
 
      margin-bottom: 20px;
    }
    
    .section-five h1 {
      font-size: 2.5rem !important;
      left: 20px;
    }
    
    .section-five-text {
      position: relative;
      top: 0;
      right: 0;
      max-width: 100%;
      font-size: 1rem !important;
      text-align: left;
      margin: 20px;
    }
  }

  @media (max-width: 768px) {
    .section-five-text .btn-vision-mission {
      margin-left: 0; /* Reset to left alignment on mobile */
      margin-top: 20px;
      font-size: 1.2rem !important;
    }
  }

    /* Section 5 - Mobile Adjustments */
    @media (max-width: 768px) {
    .section-five {
      padding: 30px 15px; /* Reduce padding for smaller screens */
    }

    .section-five-left,
    .section-five-right {
      text-align: center; /* Center-align content for better readability */
      padding: 0 10px; /* Add some horizontal padding */
    }

    .section-five-left h1 {
      font-size: 2rem; /* Reduce font size for headings */
    }

    .section-five-right p {
      font-size: 1rem; /* Adjust paragraph font size */
      line-height: 1.5; /* Improve readability */
    }

    .section-five-right .btn-vision-mission {
      margin-top: 20px; /* Add spacing above the button */
      font-size: 1rem; /* Adjust button font size */
    }
  }

/* ---------- Section Six ---------- */
  @media (max-width: 992px) {
    .section-six-text {
      max-width: 45%;
      font-size: 1.5rem !important;
    }
  }
  
  @media (max-width: 768px) {
    .section-six {
      padding-top: 20px;
      min-height: auto;
      height: auto;
    }
    
    .section-six-heading {
      position: relative;
      top: 0;
      /* left: 0 !important; */
 
      margin-bottom: 20px;
    }
    
    .section-six h1 {
      font-size: 2.5rem !important;
      left: 20px;
    }
    
    .section-six-text {
      position: relative;
      top: 0;
      right: 0;
      max-width: 100%;
      font-size: 1rem !important;
      text-align: left;
      margin: 20px;
    }
  }

  @media (max-width: 768px) {
    .section-six-text .btn-vision-mission {
      margin-left: 0; /* Reset to left alignment on mobile */
      margin-top: 20px;
      font-size: 1.2rem !important;
    }
  }

  /* Section 6 - Mobile Adjustments */
@media (max-width: 768px) {
  .section-six {
    padding: 30px 15px; /* Reduce padding for smaller screens */
  }

  .section-six-left,
  .section-six-right {
    text-align: center; /* Center-align content for better readability */
    padding: 0 10px; /* Add some horizontal padding */
  }

  .section-six-left h1 {
    font-size: 2rem; /* Reduce font size for headings */
  }

  .section-six-right p {
    font-size: 1rem; /* Adjust paragraph font size */
    line-height: 1.5; /* Improve readability */
  }

  .section-six-right .btn-vision-mission {
    margin-top: 20px; /* Add spacing above the button */
    font-size: 1rem; /* Adjust button font size */
  }
}