.hg-hero {
  position: relative;
  height: 100vh;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hg-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hg-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.hg-hero-content {
  position: relative;
  z-index: 3;
  padding: 1rem;
}

.hg-hero-title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3;

  font-size: clamp(1.75rem, 4vw, 4rem);
}

@media (max-width: 768px) {
  .hg-hero {
    min-height: 70vh;
  }

  .hg-hero-title {
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .hg-hero {
    min-height: 60vh;
  }

  .hg-hero-title {
    font-size: 1.5rem;
  }
}


.snd-section {
  padding: 50px 0;
}

.snd-content {
  padding-right: 30px;
}

.snd-title {
  font-size: 54px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 20px;
}

.snd-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height:27px;
}

.snd-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /*padding: 12px 28px;*/
 padding: 12px 60px 12px 30px;
 font-size:18px;
  background-color: #4cae4b;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.snd-btn:hover {
  background-color: #4cae4b;
  color: #fff;
}

.snd-image-wrapper {
  width: 100%;
}

.snd-image {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}

.snd-icon-row {
  margin-top: 60px;
  justify-content: center;
}

.snd-icon-col {
  text-align: center;
  margin-bottom: 30px;
}

.snd-icon-item {
  padding: 20px 10px;
}

.snd-icon-img {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.snd-icon-text {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .snd-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .snd-btn {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .snd-image {
    height: 280px;
  }

  .snd-title {
    font-size: 26px;
  }
}



.srvce-section {
  background: #f8f9fc;
}

.srvce-subtitle {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 10px;
  margin-top:10px;
  padding-top:32px;
}

.srvce-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 31px;
  color:#1c4b42;
}

.srvce-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  margin-top: 30px;
  margin-bottom: 30px;
}

.srvce-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.srvce-img {
  height: 260px;
  overflow: hidden;
}

.srvce-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.srvce-card:hover .srvce-img img {
  transform: scale(1.1);
}
.srvce-card:hover .srvce-content{
     background: #b4e717;
  color: #2b5b3e;
}

.srvce-content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.srvce-content h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1c4b42;
}

.srvce-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f3f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.3s ease;
}

.srvce-card:hover .srvce-icon {
  background: #1c4b42;
  color: #fff;
}
.srvce-content:hover{
    background: #b4e717;
  color: #2b5b3e;
}

@media (max-width: 767px) {
  .srvce-title {
    font-size: 28px;
  }

  .srvce-img {
    height: 220px;
  }
  .srvce-img img{
    height: 145%;
  }
  
}


.phil-philosophy-section {
    background-color: #1c4b42;
    padding-bottom: 79px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-left: 19px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
}

.phil-eyebrow {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6c757d;
  margin-top:44px;
}

.phil-main-heading {
  font-size: 2.2rem;
  font-weight: 700;
  max-width: 800px;
  margin: 47px auto;
  color: #fff;
}

.phil-trajectory-title {
  font-weight: 600;
  font-size: 1.5rem;
  white-space: nowrap;
}

.phil-divider {
  height: 2px;
  background: linear-gradient(90deg, #000, transparent);
}


.phil-card {
    border-radius: 12px;
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff0;
    background-image: linear-gradient(135deg, #FFFFFF17 0%, #FFFFFF00 100%);
    border-color: #ffffff33;
    border-width: 0.5px .5px .5px .5px;
    border-style: solid;
}
.phil-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.phil-icon {
  width: 70px;
  height: 70px;
  /*margin: 0 auto 20px;*/
  border-radius: 50%;
  /*background: linear-gradient(135deg, #1e90ff, #6f42c1);*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b4e717;
    font-size: 2.6rem;
}

.phil-card-title {
  font-weight: 600;
  margin-bottom: 22px;
  color: #fff;
    font-weight: 700;
    font-size: larger;
}

.phil-card-text {
  font-size: 0.95rem;
  color: #fff;
}

@media (max-width: 768px) {
  .phil-main-heading {
    font-size: 1.8rem;
  }

  .phil-trajectory {
    flex-direction: column;
    align-items: flex-start;
  }

  .phil-divider {
    width: 100%;
    margin-top: 10px;
  }
  .phil-philosophy-section{
       margin-bottom: 0px;
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .phil-card{
      margin-bottom: 20px;
  }
}



