/* Reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html,
body {
  height: 100%;
  font-family: 'Raleway', sans-serif;
  background: #fff;
  color: #111
}

/* layout */
.hm-main-cont {
  width: 100%
}


.certifications {
      text-align: center;
      padding: 40px 20px;
    }

    .certifications h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .cert-logos {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 40px;
    }

    .cert-logos img {
      max-width: 120px;
      height: auto;
      object-fit: contain;
      transition: transform 0.3s ease;
    }

    .cert-logos img:hover {
      transform: scale(1.05);
    }

    /* Media Queries */
    @media (max-width: 1024px) {
      .cert-logos {
        gap: 30px;
      }
      .cert-logos img {
        max-width: 100px;
      }
    }

    @media (max-width: 768px) {
      .cert-logos {
        gap: 20px;
      }
      .cert-logos img {
        max-width: 80px;
      }
    }

    @media (max-width: 480px) {
      .certifications h2 {
        font-size: 20px;
      }
      .cert-logos {
        gap: 15px;
      }
      .cert-logos img {
        max-width: 70px;
      }
    }

    
.hm-hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 640px;
  display: block
}

/* slides */
.slides {
  display: flex;
  transition: transform .6s ease;
  will-change: transform;
  height: 100%
}

.slide {
  min-width: 100%;
  position: relative
}

.slide img {
  width: 100%;
  height: 728px;
  object-fit: cover;
  display: block
}


.home-container-inner {
  /* width: 100%; */
  max-width: 1440px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

.home-who-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-focus-sec {
  margin-top: 50px;
  width: 100%;
}

.home-who-title {
  text-align: center;
  color: #29392D;
  font-size: 1.2rem;
  letter-spacing: 0.8px;
}

.home-who-hr {
  width: 50px;
  height: 2px;
  background-color: black;
  margin-top: 15px;
}

.home-focus-compnames {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 50px 0px;
}

.home-focus-compnames>img {
  width: 200px;
  height: 80px;
}

/* overlay for color tint (matches example bluish tint) */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 50, 55, 0.48) 0%, rgba(6, 50, 55, 0.22) 45%, rgba(6, 50, 55, 0.22) 55%, rgba(6, 50, 55, 0.42) 100%);
  pointer-events: none;
}

/* left content block */
.hero-content {
  position: absolute;
  left: 10.5%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 720px;
  width: 46%;
  color: #fff;
  z-index: 3;
  text-align: left;
  padding: 28px 0;
}

/* large heading similar to your image */
.hm-hero-h1 {
  font-size: 72px;
  line-height: 0.98;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* paragraph with thin underline accent (subtle) */
.hm-hero-para {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 28px;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.95);
}

/* CTA pill */
.hm-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 26px;
  border-radius: 12px;
  border: 0;
  background: #CFDF56;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.12);
}

/* arrow inside CTA */
.hm-hero-btn-arrow {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* right-side vertical controls (rounded translucent) */
.hero-controls {
  position: absolute;
  right: 8.5%;
  top: 84%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  gap: 25px;
  z-index: 4;
  align-items: center;
}


.hero-control-btn {
  width: 50px;
  height: 40px;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(8, 12, 20, 0.12);
  transition: transform .14s ease, background .14s;
}

.hero-control-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 1)
}

/* ---- glass -section ---  */
.hm-glasses-section {
  max-width: 100%;
  min-height: 728px;
  background-color: #E9F2F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 50px 20px;
  overflow: hidden;
}

.inner-gls-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  animation: fadeSlideUp 1s ease-out forwards;
}

.hm-gls-head-cont-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 550px;
  width: 100%;
  gap: 10px;
}

.hm-gls-head-cont-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  width: 100%;
  gap: 10px;
}


.hm-gls-h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  font-family: 'Inter', sans-serif;
  text-align: left;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
}

.hm-gls-h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  font-family: Raleway, sans-serif;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 1.2s ease-in forwards;
}

.hm-gls-para {
  font-family: 'Inter', sans-serif;
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 1.4s ease-in forwards;
}

.hm-gls-diff-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  align-items: center;
  margin: 25px 0px;
  gap: 20px;
}

.inner-hm-gls-diff {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeSlideUp 1s ease-in forwards;
}

.inner-hm-gls-diff:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

.hm-gls-diff-img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.inner-hm-gls-diff:hover .hm-gls-diff-img {
  transform: scale(1.1);
}

.hm-gls-h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  text-align: center;
  max-width: 212px;
  width: 100%;
  margin: 10px 0px 5px;
}

.hm-gls-diff-para {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #404040;
  font-size: 14px;
  text-align: center;
  max-width: 212px;
  width: 100%;
  margin: 5px 0px;
}



/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .inner-gls-cont {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .hm-gls-diff-cont {
    justify-content: center;
  }

  .home-focus-compnames>img {
    width: 150px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .hm-gls-h1 {
    font-size: 32px;
  }

  .hm-gls-para {
    font-size: 16px;
  }

  .hm-gls-diff-cont {
    flex-direction: column;
  }

  .inner-hm-gls-diff {
    max-width: 100%;
  }

  
  .home-focus-compnames {
    flex-wrap: wrap;
  }
}

/* third---section     */
.hm-third-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  padding: 80px 0;
  overflow: hidden;
}

/* ====== Main Container ====== */
.inner-hm-thr-cont-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 85%;
  gap: 50px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp 1s ease forwards;
}

/* ====== Left Images ====== */
.hm-thr-img-cont {
  display: flex;
  flex-direction: row;
  gap: 20px;
  animation: fadeRight 1.2s ease forwards;
  opacity: 0;
}

.inner-hm-thr-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hm-thr-img-1,
.hm-thr-img-2 {
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.hm-thr-img-1 {
  width: 322px;
  height: 454px;
}

.hm-thr-img-2 {
  width: 322px;
  height: 231px;
}

.hm-thr-img-1:hover,
.hm-thr-img-2:hover {
  transform: scale(1.05) rotate(1deg);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}

/* ====== Right Content ====== */
.inner-hm-thr-cont-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 672px;
  width: 100%;
  gap: 20px;
  animation: fadeLeft 1.2s ease forwards;
  opacity: 0;
}

.hm-thr-h1 {
  font-family: Raleway, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  animation: fadeDown 1s ease forwards;
}

.hm-thr-para {
  font-family: Inter, sans-serif;
  font-size: 20px;
  color: #404040;
  font-weight: 400;
  line-height: 1.5;
  max-width: 640px;
  animation: fadeUp 1.3s ease forwards;
}

/* ====== Features Box ====== */
.inner-hm-fea-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 662px;
  width: 100%;
  background-color: #E9F2F4;
  border-radius: 8px;
  padding: 30px 40px;
  transform: scale(0.95);
  opacity: 0;
  animation: scaleUp 1.4s ease forwards;
}

.inner-h1-img-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.thr-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.inner-thr-img-cont {
  width: 16px;
  height: 16px;
}

.hm-thr-fea-h1 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

/* ====== Button ====== */
.hm-thr-fea-btn {
  background-color: #CFDF56;
  max-width: 240px;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  font-family: Raleway, sans-serif;
  gap: 10px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.4s ease, transform 0.4s ease;
}

.hm-thr-fea-btn:hover {
  background-color: #b8ce40;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* ====== Animations ====== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ====== Responsive Design ====== */
@media (max-width: 1200px) {
  .hm-thr-h1 {
    font-size: 42px;
  }

  .hm-thr-para {
    font-size: 18px;
  }

  .hm-thr-img-1 {
    width: 280px;
    height: 400px;
  }

  .hm-thr-img-2 {
    width: 280px;
    height: 200px;
  }
}

@media (max-width: 992px) {
  .inner-hm-thr-cont-main {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .hm-thr-img-cont {
    justify-content: center;
  }

  .hm-thr-h1 {
    font-size: 36px;
    text-align: center;
  }

  .hm-thr-para {
    text-align: center;
  }

  .inner-hm-fea-cont {
    padding: 20px 25px;
  }
}

@media (max-width: 768px) {
  .hm-thr-h1 {
    font-size: 32px;
  }

  .hm-thr-para {
    font-size: 16px;
  }

  .hm-thr-img-1 {
    width: 240px;
    height: 340px;
  }

  .hm-thr-img-2 {
    width: 240px;
    height: 180px;
  }
}

@media (max-width: 576px) {
  .hm-thr-h1 {
    font-size: 28px;
  }

  .hm-thr-para {
    font-size: 15px;
  }

  .hm-thr-img-1,
  .hm-thr-img-2 {
    width: 100%;
    height: auto;
  }

  .inner-hm-fea-cont {
    padding: 15px;
  }

  .hero-controls {
    display: none;
  }
}

@media (max-width: 420px) {
  .hm-thr-h1 {
    font-size: 24px;
  }

  .hm-thr-para {
    font-size: 14px;
  }

  .hm-thr-fea-btn {
    font-size: 16px;
    height: 40px;
  }
}


/* fourth section   */

.hm-crf-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 20px;
  background-color: #E9F2F4;
  overflow: hidden;
}

/* Heading Animation */
.hm-crf-h1 {
  font-size: 48px;
  max-width: 615px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #000;
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.hm-crf-section.in-view .hm-crf-h1 {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hm-crf-glass-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hm-crf-glass-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scrollLoop 35s linear infinite;
}

.inner-hm-crf-glass-cont {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.inner-hm-crf-glass-cont:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.18);
}

.hm-crf-glass-img {
  width: 100%;
  height: 334px;
  object-fit: cover;
  border-radius: 12px;
}

.hm-crf-glass-h1-cont {
  width: 100%;
  height: 108px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 18px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Raleway, sans-serif;
}

/* Continuous scroll loop */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ================== MEDIA QUERIES ================== */
@media (max-width: 1200px) {
  .hm-crf-h1 {
    font-size: 40px;
  }

  .inner-hm-crf-glass-cont {
    flex: 0 0 280px;
  }

  .hm-crf-glass-img {
    height: 280px;
  }
}

@media (max-width: 992px) {
  .hm-crf-h1 {
    font-size: 36px;
  }

  .hm-crf-glass-track {
    gap: 40px;
  }

  .inner-hm-crf-glass-cont {
    flex: 0 0 240px;
  }

  .hm-crf-glass-img {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .hm-crf-h1 {
    font-size: 30px;
  }

  .hm-crf-glass-track {
    gap: 30px;
  }

  .inner-hm-crf-glass-cont {
    flex: 0 0 200px;
  }

  .hm-crf-glass-img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .hm-crf-h1 {
    font-size: 26px;
  }

  .hm-crf-glass-track {
    gap: 20px;
  }

  .inner-hm-crf-glass-cont {
    flex: 0 0 160px;
  }

  .hm-crf-glass-img {
    height: 160px;
  }

  .hm-crf-glass-h1-cont {
    font-size: 14px;
    padding: 12px;
  }
}



/* fifth section  */

.hm-fifth-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 20px;
  background-color: #ffffff;
}

.inner-hm-fifth-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  gap: 40px;
  animation: fadeInUp 1s ease-in-out;
}

.hm-fifth-img {
  max-width: 584px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  animation: zoomIn 1.2s ease-in-out;
}

.hm-fifth-des-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 734px;
  width: 100%;
  gap: 20px;
}

.hm-fifth-h1 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  font-family: Raleway, sans-serif;
  line-height: 1.2;
  animation: slideInLeft 1s ease-in-out;
}

.hm-fifth-para {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  font-family: Inter, sans-serif;
  animation: fadeIn 1.2s ease-in-out;
}

.inner-hm-fifth-des-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin: 30px 0;
}

.fif-content-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #cfdf56;
  width: 160px;
  height: 100px;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fif-content-cont:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
}

.fif-content-h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  font-family: Inter, sans-serif;
}

.fif-content-para {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: Inter, sans-serif;
}

.hm-fifth-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  margin-top: 25px;
  width: fit-content;
  transition: all 0.3s ease;
}

.hm-fifth-btn:hover {
  background-color: #333;
  transform: translateY(-3px);
}

.hm-fifth-btn-arrow {
  width: 18px;
  height: 18px;
}


/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .inner-hm-fifth-cont {
    flex-direction: column;
    text-align: center;
  }

  .hm-fifth-h1,
  .hm-fifth-para {
    text-align: center;
  }

  .inner-hm-fifth-des-cont {
    justify-content: center;
  }

  
}

@media screen and (max-width: 900px) {
  .home-container-inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .hm-fifth-h1 {
    font-size: 32px;
  }

  .hm-fifth-para {
    font-size: 16px;
  }

  .fif-content-cont {
    width: 140px;
    height: 90px;
  }


}

@media (max-width: 480px) {
  .hm-fifth-h1 {
    font-size: 26px;
  }

  .hm-fifth-para {
    font-size: 14px;
  }

  .fif-content-cont {
    width: 120px;
    height: 80px;
  }

  .hm-fifth-btn {
    width: 100%;
    justify-content: center;
  }
}

/* testimonial / sixth   section */
.hm-test-sect {
  background-image: url("../Assests/Images/test-ma-section.png");
  width: 100%;
  min-height: 710px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 20px;
}

.hm-test-btn {
  max-width: 141px;
  width: 100%;
  height: 44px;
  color: #000;
  background-color: #CFDF56;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin: 15px 0;
  animation: fadeIn 1s ease forwards;
}

.hm-test-btn:hover {
  background-color: #333;
  transform: translateY(-3px);
  color: #CFDF56;
}

.hm-test-h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  font-family: Raleway, sans-serif;
  line-height: 1.2;
  margin: 10px;
  animation: slideUp 1.2s ease forwards;
}

/* .inner-hm-test-cont {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 25px 0;
} */

.hm-pers-des-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  background-color: #fff;
  max-width: 320px;
  width: 100%;
  min-height: 280px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.hm-pers-des-cont:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.hm-pers-des-img-cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
}

.hm-pers-des-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.hm-pers-des-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  font-family: Inter, sans-serif;
  align-self: center;
}

.hm-pers-des-para {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-family: Inter, sans-serif;
  text-align: left;
  margin: 12px 0;
}

.hm-test-per-name-cont {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.hm-test-per-name {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  font-family: Inter, sans-serif;
}

/* 🔄 Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 Responsive */
@media (max-width: 1024px) {
  .hm-test-h1 {
    font-size: 36px;
  }

  .inner-hm-test-cont {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .hm-test-h1 {
    font-size: 28px;
  }

  .hm-pers-des-cont {
    max-width: 90%;
  }

  .hm-hero-h1 {
    font-size: 48px;
  }

  .hm-hero-para {
    font-size: 22px;

  }
}

@media (max-width:620px) {
  .hm-pers-des-cont {
    max-width: 350px;
    height: 255px;
  }
}

@media (max-width: 480px) {
  .hm-test-h1 {
    font-size: 22px;
  }

  .hm-test-btn {
    font-size: 14px;
    height: 40px;
  }

  .hm-pers-des-para {
    font-size: 14px;
  }

}

.scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.inner-hm-test-cont {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll-left 40s linear infinite;
  /* longer for smoother scroll */
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }

  /* move across entire first set */
}



/* contact us / seventh section   */

.hm-contact-sect {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 592px;
  background: linear-gradient(to right, #f9f9f9, #ffffff);
  padding: 40px 20px;
}

.inner-hm-contact-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 70%;
  max-width: 1200px;
}

/* Image */
.hm-contact-img {
  max-width: 540px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Content */
.hm-contact-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 480px;
  width: 100%;
}

.hm-contact-h1 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
}

.hm-contact-para {
  font-size: 20px;
  color: #2f2f2f;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

/* Button */
.hm-contact-btn {
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  background-color: #CFDF56;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  gap: 10px;
  transition: all 0.3s ease;
}

.hm-contact-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.hm-contact-btn-arrow {
  width: 20px;
  height: 20px;
}

/* ===== Animations ===== */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Responsive Media Queries ===== */
@media (max-width: 1024px) {
  .inner-hm-contact-cont {
    width: 85%;
    gap: 30px;
  }

  .hm-contact-h1 {
    font-size: 38px;
  }

  .hm-contact-para {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .inner-hm-contact-cont {
    flex-direction: column;
    text-align: center;
  }

  .hm-contact-content {
    align-items: center;
  }

  .hm-contact-h1 {
    font-size: 32px;
  }

  .hm-contact-para {
    font-size: 16px;
  }

  .hm-contact-btn {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .hm-contact-h1 {
    font-size: 26px;
  }

  .hm-contact-para {
    font-size: 14px;
  }

  .hm-contact-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}