

/* about home  */
.sechoabhotbg {
  background-color:var(--white);
  padding: 60px 0px;
   position: relative;
  overflow: hidden;
}
/* floating layer */
.about-float-images {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.about-float-images{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
}

.about-trail-img{
  position:absolute;
  height:auto;
  opacity:0.9;
  transition: transform .3s ease;
}

/* image style */
.about-trail-img {
  position: absolute;
  height: 70px;      /* 👈 image height yahan control */
  width: auto;
  border-radius: 14px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  animation: aboutFade 2s ease forwards;
  will-change: transform, opacity;
}

@keyframes aboutFade {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
}

/* text always above images */
.sechoabhotbg .container {
  position: relative;
  z-index: 2;
}

/* mobile off */
@media (max-width: 768px) {
  .about-float-images {
    display: none;
  }
}

.about-img-wrap {
  position: relative;
  display: inline-block;
}

/* Main Image */
.secabimgrod {
  width: 100%;
  border-radius: 20px;
}

/* Floating Video Card */
.video-badge {
  position: absolute;
  right: -90px;
  bottom: 224px;
  width: 280px;
  background: var(--bg-light);
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 999;
}

/* Video Box */
.video-thumb {
  width: 100%;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}

.video-thumb iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Text */
.video-text {
  text-align: center;
}

.video-text h4 {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  color: var(--text-black);
  text-decoration: underline;
  margin: 5px 0 0;
}

.video-badge {
  animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.video-text p {
  font-family: 'Inter';
  padding-top: 10px;
  font-size: 15px;
  margin: 0;
  color: var(--text-gray);
  padding-bottom: 30px;
}

.video-thumb iframe {
  filter: hue-rotate(200deg) saturate(2) brightness(1.1);
}

.secabbtg {
  padding-left: 120px;
}

.secrdfbhg {
  align-items: center;
}

.sectexttherbg h5 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black);
  display: flex;
  align-items: center;
  gap: 0px;
}

.sectexttherbg p {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  color: var(--text-black);
}

.sectexttherbg h5 i {
  font-size: 45px;
  color: var(--primary-color);
}

.sectexttherbg h2 {
  font-family: 'Inter';
  font-size: 47px;
  font-weight: 700;
  color: var(--text-black);
}

.secbgmisbg {
  margin-top: 30px;
  background: var(--bg-light);
  padding: 40px;
  border-radius: 20px;
}

.secmisbg img {
  width: 25%;
}

.secmisbg h3 {
  font-family: 'Inter';
  font-size: 24px;
  color: var(--text-black);
  font-weight: 700;
  padding-top: 20px;
}

.secmisbg p {
  font-family: 'Inter';
  font-size: 16px;
  color: var(--text-gray);
}

.secalbgabut {
  display: flex;
  align-items: center;
  gap: 25px;
  font-family: Arial, sans-serif;
}

.secalbgabut {
  padding-top: 20px;
}

/* Learn More Button */
.learn-btn {
  background: var(--primary-color);
  color: var(--white);
  padding: 12px 22px;
  font-family: 'Inter';
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.learn-btn span {
  font-size: 18px;
  font-weight: bold;
}

.learn-btn:hover {
  background:var(--secondary-color);
  color: var(--white);
}

/* Call Section */
.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-icon {
  background: var(--primary-color);
  padding: 10px;
  border-radius: 8px;
  font-size: 20px;
  color: var(--white);
}

.call-text small {
  display: block;
  font-family: 'Inter';
  color: var(--text-gray);
  font-weight: 700;
  font-size: 15px;
}

.call-text b {
  font-size: 18px;
  font-family: 'Inter';
  color: var(--text-black);
  font-weight: 700;

}

.call-text a {
  text-decoration: none;
}

.call-box:hover .call-icon {
  background-color: var(--secondary-color);
}

.call-box:hover .call-text b {
  color: var(--secondary-color);
}

/* size control */
.my-svg {
  width: 70px;
  height: 70px;
}

/* color control */
.my-svg {
  color: var(--primary-color);
}

.my-svg {
  width: 70px;
  height: 70px;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-red {
  color: var(--primary-color);
}

.text-black {
  color: var(--text-black);
}

.my-svg path {
  fill: none !important;
  stroke: currentColor;
  stroke-width: 2;
}
/* abot end */