* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Baskervville", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.banner {
    height: 750px;
    position: relative;
}

/* center card */
.banner-box {
    background: #ffffff;
    padding: 100px 60px;
    border-bottom: 10px solid #a3e6d0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* main heading */
.banner-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* italic subtitle */
.banner-subtitle {
    font-style: italic;
    font-size: 20px;
    color: #777;
}

/* responsive */
@media (max-width:768px) {

    .banner-box {
        padding: 40px 25px;
    }

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

.about-img img {
    border-radius: 20px;
}

.about .card {
    border-radius: 20px;
}

.btn {
    background-color: #a3e6d0;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.btn:hover {
    outline: 2px solid #a3e6d0;
    background-color: #ffff;
}

.description {
    background-color: #a3e6d0;
    padding: 50px 0 50px;
}

.steps {
    background-color: #f9f8f7;
    color: #000;
}

.number {
    background: #ffffff;
    color: #000000;
    padding: 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-weight: 800;
    margin: auto;
}

.steps-content h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.footer {
    background-color: #f9f8f7;
}

.footer {
    background: #111;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
}

.footer .footer-left {
    text-align: left;
}

.footer .footer-left p {
    margin: 0;
    letter-spacing: 0.5px;
}

.footer .footer-right {
    text-align: right;
}

.footer .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.footer .social-links li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
}

.footer .social-links li a:hover {
    background: #a3e6d0;
    transform: translateY(-3px);
}

/* Responsive */
@media(max-width:768px) {

    .footer .footer-left,
    .footer .footer-right {
        text-align: center;
    }

    .footer .social-links {
        justify-content: center;
        margin-top: 10px;
    }

    .banner {
        height: 725px;
    }

}

.footer {
    background: #0d1b2a;
    color: #fff;
}

.footer p {
    font-size: 15px;
    color: #fff;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.footer-contact-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-contact-item {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

.footer-contact-item:hover {
    color: #fff;
}

.social-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.social-links li a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-links li a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

@media (max-width: 767px) {

    .footer-left,
    .footer-right {
        text-align: center;
    }

    .footer-contact-social {
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
}

.video-testimonial-section {
/*   padding: 90px 0;
  background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%); */
	padding-bottom:50px;
  position: relative;
  overflow: hidden;
}

.video-testimonial-section .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.testimonial-content {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.section-tag {
  display: inline-block;
  background: #e6f2ff;
  color: #0d6efd;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.testimonial-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #10233f;
  margin-bottom: 15px;
}

.testimonial-content p {
  font-size: 17px;
  color: #5d6b7c;
  line-height: 1.7;
  margin: 0;
}

.video-testimonial-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 14px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(13, 110, 253, 0.18);
}

.video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 22px;
  overflow: hidden;
  background: #000;
}

.video-box iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .video-testimonial-section {
    padding: 60px 0;
  }

  .testimonial-content h2 {
    font-size: 30px;
  }

  .testimonial-content p {
    font-size: 15px;
  }

  .video-testimonial-wrapper {
    padding: 8px;
    border-radius: 18px;
  }

  .video-box {
    border-radius: 14px;
  }
}