body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #22223b;
  min-height: 100vh;
  
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  /*background: linear-gradient(90deg, #c3c3c3 60%, #e0e0e0 100%);*/
  border-bottom: 2px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.06);
}

header .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #c8102e;
  letter-spacing: 1px;
}

.logo img {
  height: 60px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
}

.navbar {
  display: flex;
  gap: 20px;
}

.navbar a {
  text-decoration: none;
  color: #22223b;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.navbar a:hover,
.navbar a.active {
  background: #c8102e;
  color: #fff;
}

.about-us-container {
  max-width: 1150px;
  margin: 48px auto 32px auto;
  padding: 32px 20px;
  background: rgba(255,255,255,0.8);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(44, 62, 80, 0.08);
  line-height: 1.8;
  text-align: -webkit-center;
}

.about-us-container h1 {
  font-size: 3.5rem;
  color: #2e8b57;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 1px;
}

.about-us-container h2 {
  font-size: 1.5rem;
    font-size: 2.5rem;
  color: #c8102e;
  margin-top: 32px;
  margin-bottom: 10px;
}

.about-us-container p {
  /*font-size: 1.08rem;*/
  color: #22223b;
  margin-bottom: 18px;
}
.about-p{
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
}
.about-us-container ul {
  list-style: none;
  padding-left: 0;
      margin: auto;
}
.ab-dev{
        margin: auto;
}
.about-us-container ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: -webkit-box;
  text-align: initial;
}

.about-us-container ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e8b57;
  font-weight: bold;
  font-size: 1.1rem;
}

.learn-more-btn {
  display: inline-block;
  padding: 8px 16px;
  background: none;
  color: #22223b;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: background 0.2s, color 0.2s;
  margin-top: 1em;
  box-shadow: none;
  border: none;
}

.learn-more-btn:hover,
.learn-more-btn:focus {
  background: #c8102e;
  color: #fff;
}

footer {
  text-align: center;
  font-size: 0.95rem;
  margin-top: 48px;
  padding: 20px;
  color: #4b5563;
  background: #f3f4f6;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 -2px 8px rgba(44, 62, 80, 0.04);
      background: rgba(0, 0, 0, .2);
}

.about-us-content{
display: flex;
background: rgba(255,255,255,0.8);
}
.flex-ab-div{
    display: flex;
    /*background: #FFF8E1;*/
    border-radius: 30px;
}
/* Responsive Design */
@media (max-width: 700px) {
  header {
    flex-direction: column;
    gap: 10px;
    padding: 14px 8px;
  }
  .about-us-container {
    /*padding: 18px 6px;*/
    /*margin: 24px 6px;*/
  }
  .about-us-container h1 {
    font-size: 2rem;
  }
  .about-us-container h2 {
    font-size: 1.15rem;
  }
  .logo img {
    height: 44px;
  }
  .navbar {
    gap: 10px;
  }
  .hide-mobile {
    display: none;
  }
  .about-us-container img {
    display: none;
  }
  body {
    background: url('../imgs/.png') center center/contain repeat #f8fafc;
  }
  .about-p {
font-size: unset;
    line-height: unset;
    text-align: center;
}
.flex-ab-div{
    /*display: flex;*/
    /*background: #FFF8E1;*/
    border-radius: 30px;
}
 .ab-mob-view{
     display:block!important;
         MAX-HEIGHT: 71px;
     
 }
 .img-back{
         background-image: url(/imgs/45.png);
    background-blend-mode: color-dodge;
}
 
}

.vision h2{
  color: rgb(255, 179, 0)!important;
}
.ab-comp1{
    display:flex;
}
.ab-comp-img{
    width:30%;
        border-radius: 50%;
}
.ab-comp-img1{
    width:30%;
        margin: auto;
}
.ab-comp-img2{
    width:30%;
        border-radius: 30%;
}

.ab-comp-img3{
    width: 30%;
    border-radius: 50%;
    height: 300px;
}
.ab-list-right{
    margin-left: 4rem;
}
.w-65{
        width: 65%;
}
.contact-form{
    width: 80%; 
    padding: 10px; 
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    margin: .5rem;
}