* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*  Header section  */
header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

#header-scroll {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease;
}

#header-default.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#header-scroll.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  /* border: 2px solid black; */
}

.logo-area {
  display: flex;
  align-items: center;
}

.logo-area>img {
  height: 58px;
  margin-right: 10px;
}

.divider {
  margin: 0 8px;
}

.logo-sub {
  margin-top: 4px;
}

.logo-sub img {
  height: 36px;
}

.main-nav {
  /* width: 100%; */
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  /* background-color: #FFF5F3; */
}

.main-nav a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  font-weight: 500;
}

.nav-actions {
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  align-items: center;
  /* border: 2px solid black; */
  /* margin-bottom: 2.5em; */
  /* gap: 10px; */
}

.login-btn {
  padding: 6px 16px;
  border-radius: 20px;
  border: none;
  background: #ff5a5a;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px #fdf2d1;
}

/* After Scroll Header  */
#header-scroll {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;

}

#header-scroll .header-inner {
  background: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  min-width: 88%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

#header-scroll {
  background-color: rgba(255, 255, 255, 0);
}

#header-scroll .logo-area img {
  height: 60px;
}

#header-scroll .main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

#header-scroll .main-nav a {
  color: #000;
  font-weight: 500;
}

#header-scroll .login-btn {
  padding: 6px 18px;
}

.icon-btn {
  margin-left: 10px;
  background: #fff4d6;
  padding: 10px 12px;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px #ff5a5a;
}

/* BODY  */

.main {
  background-color: #fdf2d1;
  padding: 1em 0;
  width: 100%;
  flex: 1;
}

/* =============================
   TESTIMONIAL HEADING ONLY
============================= */

.testimonial_heading {
  /* width: 100%; */
  /* margin: 70px auto 50px; */
  background-color: #fdf2d1;
  text-align: center;
  line-height: 1.5;
}


/* small badge */
.head {
  margin-top: 80px;
  display: inline-block;
  background: #ff5a5a;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 2px;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 18px;
}


/* main title */
.title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #111;
}

/* highlighted words */
.title span {
  color: #ff5a5a;
}


/* subtitle */
.subtext {
  font-size: 16px;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}


/* decorative line */
.testimonial_heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #ff5a5a;
  margin: 22px auto 0;
  border-radius: 10px;
}


/* responsive */
@media(max-width:768px) {
  /* header{
    border: 2px solid black;
  } */

  .title {
    font-size: 28px;
  }
}

.testimonial_section {
  width: 100%;
  background-color: #fdf2d1;
  /* margin: 3em 0; */
}

.testimonial {
  width: 85%;
  margin: 0 auto;
  /* margin-bottom: 2em; */

  /* border: 2px solid black; */
}

.slideshow {
  overflow: hidden;
  width: 100%;
  /* border: 2px solid black; */
}

.slide_track {
  display: flex;
  gap: 2%;
  animation: slide 15s infinite;
}

.slide {
  width: 48%;
  flex-shrink: 0;
  margin: 1em 0;
  padding: 2em;
  background-color: white;
  border-radius: 20px;
}


.info {
  margin-top: 1em;
}

/* FOOTER */

/* Footer Base */
footer.modern-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 50px 20px 20px;
}

/* Footer Container */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Top Section */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

/* Branding */
.footer-brand h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #b50000ff;
}

.footer-brand h2 span {
  color: #ffffff;
}

.footer-tagline,
.company-info,
.cin-info {
  font-size: 14px;
  margin: 5px 0;
  color: #cccccc;
}

/* Links Section */
.footer-links {
  display: flex;
  gap: 40px;
}

.link-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #b50000ff;
}

.link-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link-column li {
  margin-bottom: 10px;
}

.link-column a {
  text-decoration: none;
  color: #cccccc;
  transition: color 0.3s ease;
}

.link-column a:hover {
  color: #ffffff;
}

/* Contact Section */
.footer-contact h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #b50018ff;
}

.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #cccccc;
}

.footer-contact a {
  color: #cccccc;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ffffff;
}

.footer-contact i {
  margin-right: 10px;
}

/* Social Icons */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: #cccccc;
  margin-right: 15px;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #b50000ff;
}

/* Divider */
.footer-divider {
  height: 1px;
  background-color: #333333;
  margin: 30px 0;
}

/* Bottom Section */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #aaaaaa;
}

.footer-bottom a {
  color: #aaaaaa;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #ffffff;
}

@keyframes slide {
  2% {
    transform: translateX(0%);
  }

  33% {
    transform: translateX(0%);
  }

  36% {
    transform: translateX(-100%);
  }

  66% {
    transform: translateX(-100%);
  }

  69% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(-200%);
  }
}