html,
body{
    overflow-x: hidden;
}
/* About Section */

.about-img-wrapper{
    overflow: hidden;
    border-radius: 20px;
}

.about-img{
    width: 80%;
    border-radius: 20px;
    transition: all 0.6s ease;
    opacity: 0.9;
}

.about-img:hover{
    transform: scale(1.08);
    opacity: 1;
}


.services-header {
  background: #18864a;
  padding: 70px 0;
  color: #fff;
}
.text-center {
  text-align: center !important;
}

/* General */
.section-title {
    color: #2e7d32;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #666;
    font-size: 14px;
}

/* Training Section */
.training-section {
    background: #eef5e7;
}

.skill-card {
    background: #fff;
    border: 1px solid #d8e3d1;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.skill-card li {
    padding: 8px 0;
    font-size: 14px;
    color: #444;
}

.skill-card i {
    color: #2e7d32;
    margin-right: 8px;
}

/* Certifications */
.certification-section {
    background: #fff;
}

.cert-card {
    background: #eef5e7;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: 0.3s;
}

.cert-card i {
    color: #2e7d32;
    margin-right: 5px;
}

.cert-card:hover {
    transform: translateY(-3px);
}

/* Highlights */
.highlight-section {
    background: #eef5e7;
}

.highlight-card {
    background: #fff;
    border-left: 4px solid #2e7d32;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
}

.highlight-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.highlight-card small {
    color: #666;
}

.highlight-card p {
    color: #555;
    margin-bottom: 0;
    line-height: 1.7;
}

.vision-mission-section{
    background:#eef5e7;
}

.section-title{
    color:#2e7d32;
    font-weight:700;
}

.section-subtitle{
    color:#666;
    font-size:14px;
}

.info-card{
    background:#fff;
    padding:30px;
    border-radius:12px;
    height:100%;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    border-top:4px solid #2e7d32;
    transition:.3s;
}

.info-card:hover{
    transform:translateY(-5px);
}

.card-icon{
    width:70px;
    height:70px;
    line-height:70px;
    margin:0 auto 20px;
    background:#eef5e7;
    border-radius:50%;
    font-size:28px;
    color:#2e7d32;
}

.info-card h4{
    font-weight:700;
    margin-bottom:20px;
    color:#2e7d32;
}

.info-card p{
    color:#555;
    line-height:1.8;
}

.info-card ul{
    text-align:left;
    padding-left:20px;
    margin:0;
}

.info-card ul li{
    margin-bottom:10px;
    color:#555;
}