.slide {
  position: relative;
  height: 550px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 60px 40px;
  box-sizing: border-box;
  color: var(--white);
  justify-content: center;
  background-image: linear-gradient(to right, #060606b4, rgba(42, 39, 39, 0.915));
}

.ul-banner-2-slide-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    width: -webkit-fill-available;
}

.ul-banner-title {
    font-size: 5rem;
    color: white;
    margin-bottom: 20px;
    font-weight:bold;
}

.breadcrumb-box {
    display: inline-block;
    padding: 0px 25px;
    background-color: rgba(123, 120, 120, 0.292);
    border-radius: 150px;
    color: white;
}
.ul-banner-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcrumb{
   margin-top: 1rem;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
  margin-right: 8px;
}

.breadcrumb a:hover {
  color: #a42b13;
}

/* Responsive */
@media (max-width: 600px) {
  .breadcrumb-box {
    padding: 8px 15px;
    font-size: 0.9rem;
  }

  .ul-banner-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .ul-banner-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .ul-banner-title {
    font-size: 1.7rem;
  }
}


/*------------------------------------------Image slider styling---------------------------*/
.slider {
  width: 85rem;
  height: 600px;
  margin: 82px auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Slides container */
.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

/* Individual slide */
.slided {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
}

.slided img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


/* Responsive */
@media (max-width: 768px) {
  .slider {
    width: 100%;
    height: 300px;
  }
}


/*---------------------------------------Details Styling-------------------------*/

.content-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.section {
  margin-bottom: 50px;
}

.section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
.section h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.section p {
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: justify;
}

.services-list {
  list-style: none;
  padding-left: 0;
  margin-top: -2rem;
}

.services-list li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.services-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #111;
  font-weight: bold;
}



/* <!------------------------------------Footer--------------------------------------------> */

.footer {
  background-color: #101826;
  color: #fff;
  margin-top: 5rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 48px 191px;
  gap: 40px;
}

.footer-section {
  flex: 1 1 220px;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
  /* margin-left: 8rem; */
}

.footer-section .quick-link{
    margin-left: 3rem;
    margin-top: -1.9rem;

}

.footer-section h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #a42b13;
}

.footer-section p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; /* ensure icon is white */
  background: transparent;
  border: 2px solid #fff;
  margin-right: 10px;
  padding: 6px;
  transition: all 0.3s ease;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1rem;
  text-decoration: none;
}

.social-icons a i {
  color: #ffffff; /* icon color */
  transition: color 0.3s ease;
}

.social-icons a:hover {
  background: #a42b13;
  border-color: #a42b13;
}

.social-icons a:hover i {
  color: #ffffff; /* keep icon white on hover */
}
.links ul {
  list-style: none;
  margin-left: 1rem;

}

.links ul li {
  margin: 10px 0;
}

.links ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.links ul li a:hover {
  color: #a42b13;
}

.posts .post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.posts .post img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 5px;
}

.posts .post span {
  font-size: 0.9rem;
  color: #ccc;
}

.posts .post p {
  margin: 5px 0 0;
}

.contact p {
  margin-bottom: 10px;
}

.contact i {
  margin-right: 10px;
}

.footer-bottom {
    background-color: #a42b13;
    display: flex;
    /* justify-content: space-around; */
    padding: 14px 60px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    margin-top: -1rem;
    gap: 493px;
    height: 3rem;
}

.footer-bottom p{
  margin-left: 8rem;
}

.footer-bottom a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
}

.footer-section a{
  text-decoration: none;
  color: white;
}

.footer-section a:hover{
  color: #a42b13;
}
@media screen and (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    padding: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
  }

  .footer-bottom a {
    margin-left: 0;
    margin-right: 15px;
  }

  .subscribe {
    flex-direction: column;
  }

  .subscribe input, .subscribe button {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 10px;
  }
}