   


/* hero */
#about .hero{
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  background-image: url("https://st3.depositphotos.com/1518767/15515/i/450/depositphotos_155151134-stock-photo-business-people-working-at-desk.jpg");
  background-size: cover;
  background-position: center;
}

#about .hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    
    rgba(255, 60, 157, 0.712),
    rgba(209, 60, 255, 0.534)
  );
}

#about .hero-content{
  position: relative;
  z-index: 2;
  
}

#about .hero h1{
  font-size: 42px;
  margin-bottom: 10px;
}

/* breadcrumb */
#about  .breadcrumb{
  font-size: 16px;
 color: #ddd;
}

.home-link{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}

/* hover underline animation */
.home-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.home-link:hover{
  color: #ffe1ea;
}

.home-link:hover::after{
  width: 100%;
}

/* section title */
.step-subtitle{
  color: rgb(223, 85, 85);
  text-align: center;
  margin-top: 80px;
}

.step-title{
  text-align: center;
}

  
/* 
    <3icon>   */
  

/* Steps wrapper */
.steps_all{
  max-width: 1100px;
  margin: auto;
  position: relative;
}

/* step card */
.step{
  transition: 0.4s ease;
}

.step:hover{
  transform: translateY(-10px);
}

/* icon circle */
#about .icon{
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: 0.4s;
  cursor: pointer;
}

#about .icon i{
  font-size: 40px;
  color: #a038ad;
  transition: 0.4s;
}

/* hover effects */
.step:hover #about  .icon{
  background: #a038ad;
  transform: scale(1.1);
}

.step:hover #about  .icon i{
  color: #fff;
  transform: rotate(10deg);
}

/* text */
.step h3{
  font-weight: 600;
  margin-bottom: 10px;
}

.step p{
  color: #666;
  font-size: 16px;
}

/* SVG curved line */
/* .curved-line{
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
} */

/* hide line on tablet & mobile */
@media (max-width: 991px){
  .curved-line{
    display: none;
  }
}

/* Make anchor fill icon circle */
.icon-link{
  display: inline-block;
  text-decoration: none;
}
 /* 3 icon end */
/* About Section start */
/* About Section Wrapper */
.About {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 100px;
    position: relative;
    align-items: center;
    overflow: hidden;
}

/* About text */
.about-us {
    flex: 1 1 400px;
    margin-top: 20px;
    position: relative;
    z-index: 3; /* text should be above circle */
    margin-left: 80px;
}

/* Circle background */
.circle {
    position: absolute;
    top: 50%;
    right: -50px; /* slightly outside for design */
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(198, 104, 235, 0.15);
    z-index: 1; /* behind everything */
}

/* Image wrapper */
.img1 {
    flex: 1 1 400px;
    position: relative;
    height: 500px;
    border-radius: 0 100px 100px 0;
    background: linear-gradient(90deg, rgba(255, 60, 120, 0.3), rgba(236, 186, 153, 0.15));
    overflow: hidden;
    z-index: 2; /* image above circle */
}

.com-img {
    border-radius: 0 100px 100px 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Feature list with red checkmarks */
.feature-list h6 {
    color: rgb(100, 99, 99);
    position: relative;
    padding-left: 35px; 
    margin-bottom: 15px;
    font-size: 16px;
}

/* .feature-list h6::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5c8a;
    font-size: 18px;
    line-height: 1;
} */

.fa-check{
    color: #a038ad;
    margin-right: 20px;

}

/* Typography */
.about-us h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.about-us h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-us h6 {
    font-size: 16px;
    line-height: 1.6;
}

/* Responsive adjustments for tablets */
@media (max-width: 991px) {
    .About {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 60px;
    }

    .about-us {
        margin-left: 0;
        text-align: center;
    }

    .img1 {
        height: 400px;
        border-radius: 0;
    }

    .circle {
        top: -20%;
        right: 50%;
        transform: translateX(50%) translateY(0);
        width: 300px;
        height: 300px;
    }

    .about-us h1 {
        font-size: 32px;
    }

    .about-us h3 {
        font-size: 20px;
    }

    .feature-list h6 {
        font-size: 14px;
    }
}

/* Responsive adjustments for mobile */
@media (max-width: 575px) {
    .img1 {
        height: 300px;
    }

    .circle {
        top: -10%;
        right: 50%;
        width: 200px;
        height: 200px;
        transform: translateX(50%) translateY(0);
    }

    .about-us h1 {
        font-size: 24px;
    }

    .about-us h3 {
        font-size: 18px;
    }

    .about-us h6, .feature-list h6 {
        font-size: 13px;
    }
}


/* about us end */

/* <<<< */


 .stats-section{
  background: #e0c3e4;
  padding: 80px 0;
  margin-top: 70px;
}

/* card */
.stat-box{
  text-align: center;
  transition: 0.4s ease;
  padding: 20px;
  border-radius: 10px;
}

.stat-box:hover{
  background: #fff;
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* icon */
.stat-icon{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(45deg, rgba(255, 60, 157, 0.712),
    rgba(209, 60, 255, 0.534));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 15px;
  transition: 0.4s;
}

.stat-box:hover .stat-icon{
  transform: rotate(360deg) scale(1.1);
}

/* number */
.stat-number{
  font-size: 60px;
  font-weight: 700;
  color: #a038ad;
  transition: 0.3s;
}

.stat-box:hover .stat-number{
  color:#a038ad;
}

/* text */
.stat-text{
  color: #666;
  font-size: 18px;
}

/* mobile responsive */
@media (max-width: 576px){
  .stat-number{
    font-size: 45px;
  }
  .stat-text{
    font-size: 16px;
  }
}

/* 
        video start */


        
/* #about .video-wrapper{
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-top: 60px;
}

#about .video-bx.style-1{
  max-width: 700px;
  width: 100%;
  border: 15px solid #fff;
  box-shadow: 2px 0 20px rgba(0,0,0,0.1);
  border-radius: 8px;
  background: #fff;
  
  
}

#about .video-container{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
    margin-top: 190px;
    margin-bottom: -180px;
 
  
}

#about .video-container iframe{
  width: 100%;
  height: 100%;
  border: none;
 
}

#about .video-thumb{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  
  
}

#about .video-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 3;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transition: 0.4s ease;
}

#about .video-title{
  color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

#about .play-btn{
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #000;
  transform: scale(0.8);
  transition: 0.3s;
}

#about .video-container:hover .video-overlay{
  opacity: 1;
}

#about .video-container:hover .play-btn{
  transform: scale(1);
}
 */



/* our blog */
.blog-card {
            background-color: #fff0ff;
            border-radius: 15px; /* slightly bigger radius */
            transition: transform 0.3s, box-shadow 0.3s;
            padding: 20px; /* increased padding */
        }

        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.25);
        }

        .blog-card img {
            border-radius: 15px;
            width: 100%;
            height: auto;
        }

        .blog-date {
            position: relative; /* changed from absolute */
            display: inline-block;
            margin-top: 10px; /* spacing below image */
            background: linear-gradient(to right, #cb48e6, #a75b8d);
            color: #fff;
            padding: 7px 12px; /* slightly bigger padding */
            border-radius: 8px;
            font-size: 0.85rem;
        }

        .blog-footer {
            font-size: 0.85rem;
            color: #555;
            margin-top: 10px;
        }

        .blog-footer i {
            margin-right: 5px;
        }
/* our blog end */

/* Subscrive start */


/* Logo Card */
.brand-card {
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  cursor: pointer;
  
}

/* Logo Image */
.brand-card img {
  max-height: 45px;
  opacity: 0.4;
  transition: all 0.35s ease;
  filter: grayscale(100%);
}

/* Hover Effect */
.brand-card:hover {
  background: linear-gradient(45deg, #ff5f9e, #813c9c);
  box-shadow: 0 10px 30px rgba(255, 95, 158, 0.4);
  transform: translateY(-6px);
  
}

.brand-card:hover img {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.1);
}

.img-fluid{
    color: #eb5781;
}

/* Mobile spacing */
@media (max-width: 576px) {
  .brand-card {
    height: 80px;
  }
}
/* 6icon end */

/* Logo Section */
    .brand-logos img {
      max-height: 50px;
      opacity: 0.6;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .brand-logos img:hover {
      opacity: 1;
      transform: scale(1.1);
    }

    /* Newsletter Section */
    .newsletter {
      background: linear-gradient(120deg, #a76caf, #ebb4e1);
      border-radius: 20px;
      padding: 40px;
    }

    .newsletter input {
      border-radius: 30px;
      padding: 14px 20px;
    }

    .subscribe-btn {
      background: linear-gradient(45deg, #e4b5e4, #c756b8);
      border: none;
      color: #fff;
      border-radius: 30px;
      padding: 14px 28px;
      transition: all 0.3s ease;
    }

    .subscribe-btn:hover {
      transform: translateX(5px);
      background: linear-gradient(45deg, #9d28b4, #ff5f9e);
    }

/* Subscrive  end */


