/* Breadcrumb Section */
.breadcrumb-section {
    position: relative;
    height: 281px;
    background-image: url('../assets/breadcrumb.png');
    background-color: #f2f8f5;
    background-size: auto 450px;
    background-position: 5% bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.breadcrumb-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.breadcrumb-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  font-size: 34px;
  color: #0c121d;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 1.2;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 11px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 16px;
}

.breadcrumb-nav li {
  color: #797979;
}

.breadcrumb-nav li a {
  color: #797979;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-nav li a:hover {
  color: #2dc457;
}

.breadcrumb-nav li.active {
  color: #797979;
}

.breadcrumb-nav .separator img {
  width: 6px;
  height: 9px;
}

/* Main Services Section */
.services-main-section {
  padding: 80px 0 40px;
  background-color: #ffffff;
}

/* Hero Image Container */
.hero-image-container {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  max-height: 607px;
  object-fit: cover;
}

/* Secondary Image Container */
.secondary-image-container {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.secondary-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  object-fit: cover;
}

/* Service Content */
.service-content {
  padding: 0 20px;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #0c121d;
  margin-bottom: 25px;
  line-height: 1.3;
}

.service-description {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #797979;
  line-height: 2;
}

.subsection-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 34px;
  color: #0c121d;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.3;
}

/* Responsive Design */
@media (max-width: 992px) {

  .section-title,
  .subsection-title {
    font-size: 28px;
  }

  .service-description {
    font-size: 15px;
  }

  .breadcrumb-section {
    background-size: auto 350px;
    background-position: 10% bottom;
  }

  .secondary-image-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {

  .section-title,
  .subsection-title {
    font-size: 24px;
  }

  .page-title {
    font-size: 28px;
  }

  .breadcrumb-section {
    height: 220px;
    background-size: auto 280px;
    background-position: center bottom;
  }

  .services-main-section {
    padding: 30px 0 0 0;
  }

  .certificates-section {
    padding-top: 40px;
  }

  .mobile-margin-top-0{
    margin-top: 0 !important;
  }

  .m-margin-bottom-20{
    margin-bottom: 20px !important;
  }

  .hero-image-container {
    margin-bottom: 30px;
  }

  .service-content {
    padding: 0 10px;
  }

  .hero-image {
    max-height: 400px;
  }
}

@media (max-width: 576px) {

  .section-title,
  .subsection-title {
    font-size: 22px;
  }

  .service-description {
    font-size: 14px;
    line-height: 1.8;
  }

  .breadcrumb-section {
    height: 200px;
  }

  .page-title {
    font-size: 24px;
  }

  .breadcrumb-nav {
    font-size: 14px;
  }

  .hero-image {
    max-height: 300px;
  }
}
/* Certificates Section */
.certificates-section {
  padding: 80px 0 100px;
  background-color: #ffffff;
}

.certificates-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 5px;
  color: #323c45;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.certificates-divider {
  width: 95px;
  height: 2px;
  background-color: #39ca6e;
  border-radius: 50px;
  margin-bottom: 25px;
}

.certificates-title {
  font-family: 'Montserrat', sans-serif; 
  font-size: 50px;
  font-weight: 700;
  color: #323c45;
  line-height: 1.2;
}

.certificates-title .light-text {
  font-weight: 300;
  color: #92b893;
}

/* Certificate Card */
.certificate-card {
  background-color: #f2f8f5;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  transition: transform 0.3s ease;
}

.certificate-card-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 378/221;
}

.certificate-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate-card-content {
  padding: 10px 10px 20px 10px;
}

.certificate-card-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #0c121d;
  line-height: 1.4;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .certificates-title {
    font-size: 36px;
  }
  .certificate-card-content p {
    font-size: 18px;
  }
  .certificates-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .certificates-title {
    font-size: 28px;
  }
  .certificates-subtitle {
    font-size: 18px;
  }
  .certificates-section {
    padding: 50px 0;
  }
}
