.all-banner-section{
    padding:100px 0px;
    background-color: black;
}
.all-banner-section h1{
    font-size: 54px;
    line-height: 68px;
    color: #D4A017;
    text-align: center;
}
.about-page-section {
  padding: 60px 0;
  background: linear-gradient(to right,rgba(0, 0, 0, 0.7), rgba(88, 84, 84, 0.6)),
              url('../images/abou-bg.avif');
  background-size: cover;
  background-position: center;
  color: #fff;
}
.about-content p {
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 22px;
}

.about-content h4 {
  margin-top: 30px;
  color: #D4A017;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 20px;
}

.practice-list {
  list-style: none;
  padding: 0;
}

.practice-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  font-size: 20px;
}

.practice-list i {
  color: #f5f4f2;
  background-color: black;
  padding: 7px;
  margin-right: 15px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.vision-mission-section {
  padding: 70px 0;
  background: #111;
  color: #fff;
}
.vision-mission-section .section-title{
    margin-bottom: 50px;
    text-align: center;
}
.vm-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 160, 23, 0.4);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.4);
  transition: 0.3s ease;
}

.vm-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.6);
}

.vm-box h3 {
  color: #f1c14f;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
}

.vm-box p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 25px;
}

.vm-box ul {
  padding-left: 20px;
}

.vm-box ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  padding-left: 20px;
  font-size: 18px;
}

.vm-box ul li i{
  color: black;
  background-color: #f1c14f;
  padding: 7px;
  margin-right: 15px;
  border-radius: 50%;
  margin-bottom: 5px;
  font-weight: 500;
}
.achievements-section {
  padding: 60px 0;
  background: linear-gradient(45deg, white 50%, #f1c14f 45%);
  color: #000;
}
.achievements-section .section-title{
    color:black;
    margin-bottom: 50px;
    text-align: center;
}
.ach-box {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  color: #fff;
}

.ach-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.5);
  border-color: #fff;
}

.ach-box h3 {
  font-size: 38px;
  font-weight: 700;
  color: #fcd975;
  margin-bottom: 8px;
}

.ach-box p {
  font-size: 22px;
  margin: 0;
  color: #eee;
}
.core-values-section {
  padding: 60px 0;
  background: #000;
  color: #fff;
}

.core-values-section .section-title {
  text-align: center;
}

.core-values-section .section-subtitle {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto 40px;
  margin-bottom: 60px;
}

.cv-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 160, 23, 0.4);
  padding: 25px 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  transition: 0.3s ease;
  text-align: center;
  min-height: 180px;
}

.cv-box:hover {
  transform: translateY(-6px);
  border-color: #D4A017;
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
}

.cv-box h3 {
  color: #D4A017;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}

.cv-box p {
  color: #ddd;
  font-size: 21px;
  line-height: 36px;
}
.approach-section {
  padding: 60px 0;
  background: #f7f7f7;
}
.approach-section .section-subtitle{
    color:black;
    text-align: center;
    max-width: 850px;
    margin:0px auto 40px
}

.approach-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  transition: 0.3s ease;
  min-height: 210px;
}

.approach-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

.step-number {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #D4A017;
  margin-bottom: 10px;
}

.approach-box h4 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.approach-box p {
  font-size: 20px;
  color: #2e2d2d;
  line-height: 36px;
  margin: 0;
}
.trust-cta-black {
  padding: 60px 0px;
  background: linear-gradient(135deg, #000, #111, #000);
  text-align: center;
}
.trust-cta-black .section-subtitle{
  max-width: 860px;
  margin: 0 auto 25px;
}

.trust-btn {
  display: inline-block;
  padding: 14px 38px;
  background: #D4A017;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.6);
}

.trust-btn:hover {
  background: #f2c94c;
  color: #000;
  transform: translateY(-3px);
}
.gallery-section {
  background: #f7f7f7;
  padding: 60px 0;
  text-align: center;
}

.gallery-section .section-title {
  margin-bottom: 40px;
}


.gallery-grid img {
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 20px;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* Lightbox */

.lightbox {
  position: fixed;
  top: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  border-radius: 12px;
  width:50%;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  padding: 10px;
}

.prev { left: 30px; }
.next { right: 30px; }

.whatsapp-float{
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-float:hover{
    background-color: #1ebe5d;
}







