    body {
      font-family: 'Helvetica Neue', sans-serif;
      background-color: #f9fafa;
      color: #222;
    }

    /* Hero Section */
    .hero {
      background:  url('../imgs/bg/bg3.jpg') center center/cover no-repeat;
      color: white;
      text-align: center;
      padding: 80px 0px;
    }
    .hero h1 {
      font-weight: 700;
      font-size: 2.2rem;
      line-height: 1.4;
    }
    .hero p {
      font-size: 1rem;
      margin-bottom: 30px;
      letter-spacing: 1px;
    }
    .hero .video-frame {
      border-radius: 12px;
      overflow: hidden;
      margin: 30px auto;
      border: 2px solid rgba(255,255,255,0.2);
    }
    .hero .btn-main {
      background-color: #1a438f;
      color: white;
      padding: 12px 30px;
      border-radius: 8px;
      font-weight: 600;
      margin: 10px;
      align-self: center;
    }
    .hero .btn-outline {
      background: #405DE6;
      color: #fff;
      padding: 12px 30px;
      border-radius: 8px;
      font-weight: 600;
      margin: 10px;
      display: flex;
      align-items: center;
    }

    .btn-outline i {
      font-size: 24px;
    }

    /* Features Section */
    .features {
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px;
      margin-bottom: -150px;
      max-width: 1100px;
    }
    .features .icon-box {
      backdrop-filter: blur(6px); /* blur effect */
      background: rgba(255, 255, 255, 0.1); /* transparent white */
      padding: 40px 40px;
      text-align: center;
      box-shadow: 0px 6px 16px rgba(0,0,0,0.1);
      border-radius: 20px;
      font-weight: 800;
      color: #fff;
      font-weight: bold !important;
      align-items: center;
    }

    .features .icon-box i {
      font-size: 2rem;
      color: #fff;
      margin-bottom: 10px;
    }

    .icon-box:hover,
    .icon-box:hover i {
      transition: all 0.3s;
      color: #d5b360;
      scale: 1.1;
    } 

    /* Reviews Section */
    .reviews {
      padding: 60px 20px;
      background-image: url('../imgs/bg/reviews-bg.jpeg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      color: white !important;
    }

    /* .review-card {
      background: white;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
      margin-top: 20px;
    }
    .review-card .rating {
      color: #f1c40f;
      font-size: 1.2rem;
    }
    .review-steps {
      margin-top: 20px;
    }
    .review-steps li {
      margin-bottom: 10px;
    }
    .review-images img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 10px;
    }

    .badge-custom {
      background-color: #1a438f;
      color: white;
      padding: 5px 7px;
      border-radius: 20px;
      font-size: small;
    }

.testimonial-container {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.review-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;

  transform: translateY(100%);
  opacity: 0;

 
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}


.review-card.active {
  transform: translateY(0);
  opacity: 1;
}


.review-card.exit {
  transform: translateY(-100%);
  opacity: 0;
}

.vl {
  border-left: solid 1px rgb(196, 196, 196);
  padding-left: 10px;
}
     */
    
.section-padding {
  padding: 50px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-borders span {
  height: 5px;
  background: #1a438f;
  width: 40px;
  display: inline-block;
  border-radius: 2px;
}

.section-borders span.black-border {
  background: #333;
  width: 30px;
  margin: 0 6px;

}

/* .client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(6px);
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: .2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #fff !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px
}

.single-testimonial-item {
  position: relative;
  box-shadow: 0 0 2px #dadfd3;
  margin: 2px;
  padding: 20px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

h2 {
  font-family: 'Open sans';
  font-weight: bold;

}

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
} */

.color-blue {
  color: #1a438f;
}
    
.color-green {
  color: #ffd52d ;
}
.color-golden {
  color: #d5b360 !important;
  font-family: "Montserrat" !important;
}

.text-secondary {
  color: rgb(201, 201, 201) !important;
}



/* testimonials css */
.testimonial{
  text-align: center;
  padding: 85px 50px 45px 70px;
  margin: 70px 15px 35px;
  box-shadow: 8px 4px 0 0 #d5b360;
  position: relative;
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(10px);
}
.testimonial .pic{
  width: 120px;
  height: 120px;
  border: 5px solid #77a9dd;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .description{
  font-size: 15px;
  color: #757575;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
}
.testimonial .description:before{
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #d5b360;
  position: absolute;
  top: -15px;
  left: -35px;
}
.testimonial .testimonial-profile{
  position: relative;
  margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
  content: "";
  width: 50px;
  height: 2px;
  background: #77a9dd;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.testimonial .title{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.testimonial .post{
  display: inline-block;
  font-size: 15px;
  color: #757575;
  text-transform: capitalize;
}
.owl-theme .owl-controls{
  margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
  background: #5e5f5f;
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #77a9dd;
}
.owl-theme .owl-controls .owl-page.active span{
  width: 22px;
  height: 12px;
}


/* .testimonial{
  padding-top: 50px;
  margin: 50px 15px 0;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
}
.testimonial:hover{ border-color: #e7e3e3; }
.testimonial .pic{
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  position:absolute;
  top: -50px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.testimonial .title{
  font-size: 16px;
  font-weight: 700;
  color: #eabd44;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.testimonial .description{
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 25px 35px;
  margin: 0;
}
.testimonial .testimonial-content{
  padding: 15px 25px 12px;
  border: 1px solid #f7f7f7;
  border-top: none;
  position: relative;
  text-align: left;
  transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
  content: "";
  width: 100%;
  height: 0;
  background: #1d3033;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
  font-size: 14px;
  color: #eabd44;
  text-transform: capitalize;
}
.testimonial .rating{
  display: inline-block;
  padding: 1px 5px;
  margin: 0;
  list-style: none;
  background: #eabd44;
  position: absolute;
  right: 25px;
}
.testimonial .rating li{
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.owl-theme .owl-controls{
  width: 100%;
  position: absolute;
  top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
  width: 45px;
  height: 40px;
  line-height: 37px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ececec;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
  background: #eabd44;
  border-color: #eabd44;
}
.owl-prev,
.owl-next{
  position: absolute;
  left: -3%;
}
.owl-next{
  left: auto;
  right: -3%;
}
.owl-prev:before,
.owl-next:before{
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #ececec;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
  .owl-theme .owl-controls,
  .owl-prev,
  .owl-next{
      position: relative;
      left: 0;
      right: 0;
  }
}
@media only screen and (max-width: 768px){
  .testimonial .testimonial-content{
      padding: 15px 10px 12px;
  }
  .testimonial .rating{
      right: 12px;
  }
} */



  .reviews-section {
      text-align: center;
      padding: 40px 20px;
      width: 100%;
      max-width: 450px;
      position: relative;
    }

    .reviews-section h2 {
      font-size: 28px;
      color: #f4c542;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .reviews-section h2 img {
      width: 40px;
      height: 40px;
    }

    .reviews-wrapper {
      position: relative;
      height: 280px;
    }

    .review-card {
      background: #111;
      border-radius: 15px;
      padding: 25px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transform: scale(0.9);
      transition: all 0.7s ease-in-out;
    }

    .review-card.active {
      opacity: 1;
      transform: scale(1);
    }

    /* Floating glowing border */
    .review-card::before {
      content: "";
      position: absolute;
      inset: 0;
      padding: 2px;
      border-radius: 15px;
      background: linear-gradient(270deg, #f4c542, #000, #f4c542);
      background-size: 400% 400%;
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      animation: shimmer 1.2s linear infinite;
    }

    @keyframes shimmer {
      0%   { background-position: 0% 50%; }
      100% { background-position: 100% 50%; }
    }

    .review-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
    }

    .review-user {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .review-header img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 2px solid #f4c542;
    }

    .review-header h3 {
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      color: #fff;
    }

    .review-text {
      font-size: 14px;
      line-height: 1.6;
      font-style: italic;
      color: #ccc;
    }

    /* Stars */
    .review-rating span {
      font-size: 20px;
      color: #f4c542;
      text-shadow: 0 0 5px #f4c542, 0 0 10px #ffdb70;
      opacity: 0;
      transform: scale(0.3) rotate(-20deg);
      display: inline-block;
    }

    .review-rating span.pop {
      animation: starStrike 0.4s forwards;
    }

    @keyframes starStrike {
      0%   { opacity: 0; transform: scale(0.3) rotate(-20deg); }
      60%  { opacity: 1; transform: scale(1.3) rotate(10deg); text-shadow: 0 0 15px #ffd966, 0 0 30px #ffdb70; }
      100% { opacity: 1; transform: scale(1) rotate(0deg); text-shadow: 0 0 5px #f4c542, 0 0 15px #ffdb70; }
    }
