/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");
html{
  height: 100%;
  background: #030E21;
   scroll-behavior: smooth;

}
section {
  scroll-margin-top: 100px; /* slightly more than header */
}
body{
  font-family: "Poppins", sans-serif;
  background:url(../images/bg.png)no-repeat;
  background-position: top center;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
  height: 100%;
}
a:hover, :hover{
  color: #009eff;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 90px 0 0;
}
.hero-section{
  padding: 100px 0 70px;
}
.hero-txt h1{
  font-weight: 700;
  font-size: 52px;
  line-height: 70px;
  color: #fff;
  letter-spacing: 0%;
  margin-bottom: 15px;
}
.hero-txt h1 span{
  color: #FDE0BA;
}
.hero-txt p{
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 15px;

}
.about-section{
  padding: 70px 0 50px;
}
.heading-section span{
  background: #FDE0BA33;
  color: #FDE0BA;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0%;
  border-radius: 90px;
  display: inline-block;
  margin-bottom: 15px;
}
.heading-section h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  margin-bottom: 15px;
  color: #fff;
}
.heading-section h2 b{
  font-weight: 700;
  color: #FDE0BA;
}
.about-section h3{
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 15px;
}
.about-section p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}
.work-section{
  padding: 50px 0;
}
.showcase-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ripple-wrapper {
    position: relative;
    /* width: 500px;
    height: 500px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-mockup img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.phone-mockup img:hover{
  transform: translateY(-4px);
}
/* Static Rings */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.04);
    animation: pulse 5s infinite ease-in-out;
}

.ripple-1 {
    width: 180px;
    height: 180px;
}

.ripple-2 {
    width: 260px;
    height: 260px;
    animation-delay: 1s;
}

.ripple-3 {
    width: 340px;
    height: 340px;
    animation-delay: 2s;
}

.ripple-4 {
    width: 420px;
    height: 420px;
    animation-delay: 3s;
}

/* Glow Behind Phone */
.ripple-wrapper::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 197, 126, 0.18);
    filter: blur(40px);
    z-index: 1;
}
/* Ripple Animation */
@keyframes pulse {
    0%,100% {
        transform: scale(1);
        opacity: .4;
    }

    50% {
        transform: scale(1.08);
        opacity: .8;
    }
}
.pl{
  padding-left: 100px;
}
.pr{
  padding-right: 100px;
}
.work-txt h3{
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;

}
.work-txt p{
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}
.work-section .row{
  margin-bottom: 50px;
}
.work-section .heading-section{
  margin-bottom: 50px;
}
/* ---------- FEATURES SECTION ---------- */
.features-section{
  padding: 100px 0 50px;
  position: relative;
}
.features-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/border-top.png)no-repeat;
  background-position: center;
  width: 100%;
  height: 39px;
}
.features-section::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/border-bottom.png)no-repeat;
  background-position: center;
  width: 100%;
  height: 39px;
}
.lp-features {
  padding: 100px 0;
  position: relative;
  background: rgba(255,255,255,0.025);
}

/* Top & Bottom SVG wave dividers */
.lp-features-divider {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}
.lp-features-divider-top {
  top: 0;
}
.lp-features-divider-bottom {
  bottom: 0;
}
.lp-features-divider svg {
  display: block;
  width: 100%;
  height: 60px;
}
/* ensure content sits above dividers */
.lp-features .container {
  position: relative;
  z-index: 3;
}
.lp-features-grid {
  margin-top: 50px;
}
.lp-feature-item {
  margin-bottom: 30px;
}
.lp-feature-card {
  text-align: center;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  backdrop-filter: blur(100px);

  transition: all 0.3s ease;
  height: 100%;
}
.lp-feature-card:hover {
  background: rgba(201,151,58,0.06);
  border-color: rgba(201,151,58,0.2);
  transform: translateY(-4px);
}
.lp-feature-icon {
  /* width: 70px;
  height: 70px;
  background: rgba(201,151,58,0.1);
  border: 1px solid rgba(201,151,58,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; */
  margin: 0 auto 20px;
}
.lp-feature-card h4 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;

  }
.lp-feature-card p {
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  text-align: center;
}
.testimonial-section{
  padding: 100px 0;
}
.lp-testi-card {
  background: #FFFFFF1A;
  box-shadow: 6px 6px 28px 0px #00000033;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 30px;
  border-radius: 26px;
  padding: 28px;
  transition: all 0.3s ease;
}
.lp-testi-card:hover {
  border-color: rgba(201,151,58,0.25);
  background: rgba(201,151,58,0.04);
}
.lp-testi-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.lp-testi-avatar img{
  object-fit: cover;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  height: 70px;
 
}
.lp-testi-user h5 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-bottom: 3px;

}
.lp-testi-user span{
  font-weight: 400;
  font-size: 16px;
  color: #7D7D7D;
  margin-bottom: 5px;
  display: block;
}
.lp-testi-stars {
  color: #C9973A;
  font-size: 12px;
  letter-spacing: 1px;
}
.lp-testi-card p {
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;

}
.testimonial-section .heading-section{
  margin-bottom: 50px;
}
.owl-testi .owl-nav button{
  border: 1px solid #FFFFFF33 !important;
  background: #061824 !important;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px !important;
}
.owl-testi .owl-nav button span{
  font-size: 30px;
  color: #fff;
}
.owl-theme .owl-nav [class*=owl-]{
  color: transparent; 
  font-size: 14px; 
  margin: 0; 
  /* padding: 4px 7px;  */
  background: transparent;
}
.owl-testi .owl-nav {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -7em 0 0;
}
.owl-testi .owl-nav button.owl-next{
  background: linear-gradient(180deg, #F1CFA7 0%, #D5AE83 48.56%, #5F4835 100%) !important;
  border: 0 !important;
}
.down-bx{
  display: flex;
  align-items: center;
  grid-gap: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 30px;
  padding: 0 30px 0 0;
  height: 450px;
}
.down-img img{
  max-width: 650px;
  height: auto;
  object-fit: cover;
}
.download-section{
  margin: 50px 0;
}
.down-txt h3{
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.down-txt p{
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.btns-grp{
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.btns-grp a{
  display: block;
}