body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}
header {
    background: url('assets/TQQcqDEnnSrx3d0ffCazkalsmWo - Copy.webp') no-repeat center center;
    background-size: cover;
    height: 100vh;
    color: white;
    position: relative;
    overflow: hidden;
}

.btn {
    border-radius: 20px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
}
.btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}
.hero {
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.display-3 {
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.lead {
    font-size: 1.5rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.btn-lg {
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.btn-lg:hover {
    background-color: #f8f9fa;
    color: #000;
}
.im{
    background: url(/assets/l1hllC5Hd1W0sfboPXj8lvsd5iY\ -\ Copy.jpg) no-repeat center center;
    background-size: cover;
    height: 70vh;
    color: white;
    position: relative;
    overflow: hidden;
}
.im h2{
    margin-top: 200px;
}
/* Services Section */
.services-section {
  background-color: #fff;
}

.section-label {
  color: #6c757d;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* Left side list */
.service-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.service-list li {
  margin-bottom: 1rem;
}

.service-link {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6c757d;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #000;
}

.service-link.active {
  color: #000;
  font-weight: 700;
  position: relative;
}

.service-link.active::before {
  color: #000;
  font-size: 1.5rem;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Right side cards */
.service-card {
  background-color: #faf7f2;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Why we exist */
.waa{
    background-color:#228B22 ;
    color: #fff;
    padding: 50px;
}
.pwaa{
    margin-top: 150px;
    padding: 20px;
}
.ph{
    width: 800px;
    height: 400px;
    padding: 10px;
    border-radius: 25px;
    margin-left: 370px;
}
.phar{
    width: 800px;
    height: 400px;
    padding: 10px;
    border-radius: 25px;
    margin-right: 370px;
}
@media screen and (max-width: 780px) {
    .ph{
        margin-left:0px ;
        width: 400px;
        height: 200px;
    }
    .phar{
        margin-right:0px ;
        width: 400px;
        height: 200px;        
    }
    .pwaa{
        margin-top: 0px;
    }
}
/* Contact Section */
.link{
    color: #000;
}
.link:hover{
    color: #228B22;
}
/* Structure Section */
.strp{
    color: #228B22;
}
/* footer */
.foot{
    transform: rotate(180deg) ;
}