/* ===== CONTACT HERO ===== */




/* Footer  */

.footer-widget-desc h2 {
    color: #fff;
}

.footer-botton-contant {
    text-align: right;
}

.footer-botton-contant ul {
    display: inline-flex;
    gap: 20px;
}

.footer-botton-contant ul li a {
    color: #fff;
}
/* about section  */
/* ===============================
   SCROLL REVEAL ANIMATION
================================ */

.reveal {
	opacity: 0;
	transform: translateY(60px);
	transition: all 0.9s ease;
}

.style-two .single-about-icon-box h4 {
    font-size: 16px;
        color: #5e5d5d;
        text-align: left;
}

.reveal.active {
	opacity: 1;
	transform: translateY(0);
}

/* LEFT & RIGHT VARIANTS */
.reveal-left {
	transform: translateX(-80px);
}
.reveal-right {
	transform: translateX(80px);
}

.reveal-left.active,
.reveal-right.active {
	transform: translateX(0);
}


/* ===============================
   FLOW LINE ANIMATION
================================ */

.flow-path {
    stroke: #0ba4dd;
    stroke-width: 3;
    fill: none;

    stroke-dasharray: 300;
    stroke-dashoffset: 300;

    transition: stroke-dashoffset 1.2s ease;
}

/* When Active */
.flow-path.active-line {
    stroke-dashoffset: 0;
}
/* ===============================
   ICON BOX HOVER EFFECT
================================ */

.single-about-icon-box {
	background: #fff;
	padding: 18px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0,0,0,0.08);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.style-two .feature-icon i {
    color: #ffffff;
    font-size: 30px;
    background: #0ba4dd;
    width: 80px;
    height: 80px;
    padding: 23px;
    border-radius: 50%;
}

.single-feature-box:hover .feature-icon i{
  color: #0ba4dd;
    font-size: 30px;
    background: #ffffff;
     width: 80px;
    height: 80px;
    padding: 23px;
    border-radius: 50%;
}
.single-about-icon-box::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #0b8fce, #0ba4dd);
	opacity: 0;
	transition: 0.4s;
	z-index: -1;
}

.single-about-icon-box:hover h4 {
    color: #fff;
}

.single-about-icon-box:hover::before {
	opacity: 1;
}

.single-about-icon-box:hover {
	transform: translateY(-14px);
	color: #fff;
}

.about-icon i {
	font-size: 25px;
	color: #0ba4dd;
        padding-top: 17px;
	transition: all 0.4s ease;
}

.single-about-icon-box:hover .about-icon i {
	color: #0ba4dd;
	transform: scale(1.3);
}

/* ===============================
   ICON PULSE ANIMATION
================================ */

.about-icon i {
	animation: pulse 2.5s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.15); }
	100% { transform: scale(1); }
}

/* ===============================
   IMAGE FLOAT EFFECT
================================ */

.about-thumb img {
	animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {
	0% { transform: translateY(0); }
	50% { transform: translateY(-18px); }
	100% { transform: translateY(0); }
}


/* services section  */


/* CONTACT */
.contact-modern {
    padding: 100px 0;
    background: #f6f7fb;
}

.contact-glass {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.contact-glass h3 {
    margin-bottom: 25px;
}

/* FLOATING INPUT */
.floating-input {
    position: relative;
    margin-bottom: 25px;
}
.floating-input input,
.floating-input textarea,
.floating-input select {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    outline: none;
    background: transparent;
}
.floating-input label {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #777;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.3s;
}
.floating-input input:focus + label,
.floating-input textarea:focus + label,
.floating-input select:focus + label,
.floating-input input:not(:placeholder-shown) + label {
    padding: 0 8px;
}

/* BUTTON */
.btn-glow {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 14px;
    background:  linear-gradient(135deg, #06397c, #20b9da);
    color: #fff;
    font-weight: 600;
    transition: 0.4s;
}
.btn-glow:hover {
    box-shadow: 0 10px 30px rgb(77 72 74 / 50%);
    transform: translateY(-2px);
}

/* INFO */
.contact-info-modern {
    display: grid;
    gap: 20px;
}
.info-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    transition: 0.4s;
}
.info-card i {
    font-size: 28px;
    color: #0ba4dd;
}
.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* MAP */
.map-section iframe {
    width: 100%;
    height: 420px;
    border: none;
}

/* ANIMATION */
.reveal {
    animation: fadeUp 1s ease forwards;
}
.reveal-delay {
    animation: fadeUp 1.2s ease forwards;
}
@keyframes fadeUp {
    from {opacity: 0; transform: translateY(30px);}
    to {opacity: 1; transform: translateY(0);}
}


.style-one .process-box-thumb i {
    padding-top: 35px;
}

/* technology css  */


.tech-category-section{
  padding:90px 20px;
  background:linear-gradient(135deg, #0ba4dd, #0671b7, #063479);
}

.container{
  max-width:1200px;
  margin:auto;
}

.tech-row{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
}

/* CATEGORY BOX */
.tech-box{
  padding:35px;
  border-radius:22px;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,0.15);
  box-shadow:0 20px 40px rgba(0,0,0,.25);
  transition:0.6s ease;
  position:relative;
  overflow:hidden;
}

.tech-box::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,0.25),transparent);
  transform:translateX(-120%);
  transition:0.9s ease;
}

.tech-box:hover::after{
  transform:translateX(120%);
}

.tech-box:hover{
  transform:translateY(-12px);
}

/* TITLE */
.tech-box h4{
  color:#fff;
  margin-bottom:25px;
  font-size:18px;
  text-align: center;
  letter-spacing:1px;
}

/* ICON GRID */
.tech-icons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.icon-card{
  width:90px;
  height:90px;
  background:rgba(255,255,255,0.18);
  border-radius:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  transition:0.6s cubic-bezier(.19,1,.22,1);
}

.icon-card img{
  width:38px;
  transition:0.6s ease;
}

.icon-card span{
  font-size:12px;
  color:#fff;
  margin-top:6px;
  opacity:.8;
}

/* ICON HOVER */
.icon-card:hover{
  transform:translateY(-10px) scale(1.08);
  background:rgba(255,255,255,0.3);
}

.icon-card:hover img{
  filter:none;
}


/* ===== Portfolio Grid ===== */



.portfolio-grid-area {
    padding: 50px 0;
}

/* ===== Card ===== */
.portfolio-grid-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.6s ease;
}

/* ===== Image ===== */
.portfolio-img {
    overflow: hidden;
    border-radius: 18px;
     position: relative;
    z-index: 15;
    display: block;
}

.portfolio-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    /* filter: grayscale(100%); */
    transition: all 0.8s ease;
}

/* Hover image */
.portfolio-grid-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.1) rotate(1deg);
}

/* ===== Overlay Content ===== */
.portfolio-content {
    position: absolute;
    inset: 0;
    padding: 30px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
     z-index: 30;          /* ADD THIS */
    pointer-events: none;
}
.img-border-effect::before,
.img-border-effect::after{
    pointer-events: none;
}
.portfolio-grid-card:hover .portfolio-content {
    opacity: 1;
    transform: translateY(0);
}

/* Small label */
.portfolio-content span {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
}

/* IMAGE WRAPPER */
.img-border-effect{
    position:relative;
    overflow:hidden;
}

/* IMAGE */
.img-border-effect img{
    width:100%;
    display:block;
    transition:transform .7s ease;
}

/* TOP-LEFT BORDER */
.img-border-effect::before{
    content:'';
    position:absolute;
    top:12px;
    left:12px;
    width:0;
    height:0;
    border-top:2px solid #fff;
    border-left:2px solid #fff;
    transition:all .6s ease;
    z-index:5;
}

/* BOTTOM-RIGHT BORDER */
.img-border-effect::after{
    content:'';
    position:absolute;
    bottom:12px;
    right:12px;
    width:0;
    height:0;
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
    transition:all .6s ease;
    z-index:5;
}

/* HOVER EFFECT */
.portfolio-grid-card:hover .img-border-effect::before,
.portfolio-grid-card:hover .img-border-effect::after{
    width:calc(100% - 24px);
    height:calc(100% - 24px);
}

/* IMAGE ZOOM */
.portfolio-grid-card:hover img{
    transform:scale(1.08);
}

/* OPTIONAL SMOOTHNESS */
.portfolio-grid-card{
    transition:.4s ease;
}


/* Title */
.portfolio-content h4 {
    font-size: 22px;
    margin: 8px 0 10px;
    color: #fff;

}

/* Text */
.portfolio-content p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    color: #fff;

}

/* Link */
.portfolio-content a {
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
     pointer-events: auto;
    text-decoration: none;
    position: relative;
    z-index: 20;
}

.portfolio-content a i {
    margin-left: 6px;
    transition: transform 0.4s ease;
}

.portfolio-content a:hover i {
    transform: translateX(6px);
}

/* ===== Lift Effect ===== */
.portfolio-grid-card:hover {
    transform: translateY(-12px);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .portfolio-img img {
        height: 300px;
    }
}


/* services css  */

/* ===== Section Header ===== */
.style-five-title .subtitle{
    display:inline-block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#6c63ff;
    margin-bottom:10px;
}

.style-five-title h1{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.style-five-title h1 span{
    color:#6c63ff;
}

.style-five-title p{
    font-size:16px;
    color:#555;
    line-height:1.6;
    max-width:600px;
    margin:auto;
}

/* ===== Service Card ===== */
 /* ===== Slider Section ===== */
/* ===== SECTION ===== */
.ai-services-v2 {
  position: relative;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  overflow: visible;
      height: fit-content;
    background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%);
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
}

.section-subtitle {
  color: #50565a;
  margin-bottom: 50px;
}

/* Swiper */
.ai-services-swiper-v2 {
  padding: 60px 0;
}

.ai-services-swiper-v2 .swiper-slide {
  width: 320px;
}

/* Card */
.ai-glass-card {
  background: linear-gradient(135deg, #0ba4dd, #0671b7, #063479);
  border-radius: 26px;
  padding: 40px 25px;
  height: 360px;
  /* box-shadow: 0 25px 60px rgba(0,0,0,0.4); */
  transition: 0.5s;
}

.swiper-slide-active .ai-glass-card {
  transform: scale(1.08);
}

/* Image */
.ai-glass-card img {
  width: 85px;
  margin-bottom: 25px;
}

/* Text */
.ai-glass-card h3 {
  color: #fff;
  font-size: 1.4rem;
}

.ai-glass-card p {
  color: #e0f7ff;
  font-size: 0.95rem;
}

/* Pagination */
.swiper-pagination {
  margin-top: 40px;
}

.swiper-pagination-bullet {
  background: #6ee7ff;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ===== OUTSIDE ARROWS ===== */
.ai-nav-btn {
  position: absolute;
  top: 65% !important;
  width: 55px !important;
  height: 55px !important;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  transform: translateY(-50%);
  transition: 0.4s;
  z-index: 20;
}

.ai-nav-btn::after {
  font-size: 20px !important;
  color: #0ba4dd;
  font-weight: bold;
}

.ai-nav-btn:hover {
  transform: translateY(-50%) scale(1.15);
}

/* Outside positioning */
.swiper-button-prev {
  left: 20px !important;
}

.swiper-button-next {
  right: 20px !important;
}

/* Responsive */
@media (max-width: 992px) {
  .swiper-button-prev { left: -40px; }
  .swiper-button-next { right: -40px; }
}

@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none; /* swipe only */
  }
}



/* Services Section css  */



/* working procss Css  */
.spa-workflow{
    padding:110px 0;
    background:#ffffff;
}

/* Titles */
.mini-title{
    font-size: 18px;
    font-weight: 600;
    color: #0ba4dd;
    letter-spacing: 1px;
}

.main-title{
    font-size:38px;
    font-weight:700;
    color:#0f172a;
}
.main-title span{
    color:#0ba4dd;
}

/* Flow Layout */
.spa-flow{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}

/* Step Card (PILL SHAPE) */
.spa-step{
    width: 206px;
    background: #f8fafc;
    border-radius: 5%;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
}

/* Active Center Step */
.spa-step.active{
   background: #0ba4dd08;
    border: 2px solid #0ba4dd;
    transform:translateY(-10px);
}
.spa-step.active:hover{
      transform: translateY(-10px) scale(1.08) !important;
}

/* Icons */
.spa-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    margin:0 auto 15px;
}

.spa-icon.blue{background:#0ba4dd;}
.spa-icon.purple{background:#0ba4dd;}
.spa-icon.indigo{background:#0ba4dd;}
.spa-icon.gray{background:#0ba4dd;}

/* Text */
.spa-step h4{
    font-size:16px;
    font-weight:600;
    margin-bottom:6px;
}

.spa-step p{
    font-size:14px;
    color:#64748b;
}

/* Curved SVG line */
.flow-line{
    width:100px;
    height:60px;
}
.flow-line path{
    fill:none;
    stroke:#0ba4dd;
    stroke-width:2;
    stroke-dasharray:6;
}

/* Hover */
.spa-step:hover{
    transform:translateY(-12px);
}

/* Scroll animation */
.reveal{
    opacity:0;
    transform:translateY(40px);
    transition:0.8s ease;
}
.reveal.active{
    opacity:1;
    transform:translateY(0);
}

/* Mobile */
@media(max-width:992px){
    .spa-flow{
        flex-direction:column;
                gap: 22px;
    }
    .flow-line{
        transform:rotate(90deg);
    }
}

.style-two .about-conter-box2 {
    background: #0ba4dd;
    display: inline-block;
    text-align: center;
    padding: 18px 71px;
    position: absolute;
    top: 472px;
    left: 330px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.style-two.hero-area {
    position: relative;
    height: 600px;
    overflow: hidden;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    z-index: 1;
}

/* Video Background */
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Hero Content Above Video */
.style-two.hero-area .container,
.style-two.hero-area .hero-content,
.style-two.hero-area .hero-button,
.style-two.hero-area .hero-right {
    position: relative;
    z-index: 1;
}

/* Optional: Add dark overlay to make text readable */
.style-two.hero-area::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.4); /* adjust opacity */
    z-index: 0;
}


.why-choose-us-v2 {
  background: #fff;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.why-choose-us-v2 .section-header h4 {
  color: #0ba4dd;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-choose-us-v2 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.why-choose-us-v2 .section-header h2 span {
  color: #0ba4dd;
}

/* Cards */
.choose-card {
  background: #f0f4f8;
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.5s ease;
  box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}

.choose-card i {
  font-size: 25px;
    color: #0ba4dd;
    margin-bottom: 15px;
    display: inline-block;
    background: #fff;
    padding-top: 22px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.card-icon:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    left: 153px;
    top: 30px;
    border: 2px dashed #0ba4dd;
    border-radius: 50%;
    animation: rotateme 20s linear infinite;
}

.choose-card h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Hover Effect */
.choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
}

/* Center Image */
.why-choose-us-v2 img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  transition: transform 0.6s ease;
}

.why-choose-us-v2 img:hover {
  transform: scale(1.05);
}

/* Scroll Reveal Animation */
.reveal {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Responsive */
@media(max-width: 992px){
  .why-choose-us-v2 .section-header h2 {
    font-size: 2rem;
  }

  .choose-card {
    margin-bottom: 20px;
  }
}


/* ===============================
   FLOAT ICON SERVICE DESIGN
================================ */

.services-float {
    padding: 100px 0;
    background: #f8fbff;
}

/* Section Title */
.section-tag {
    color: #0ba4dd;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-heading {
    font-size: 38px;
    font-weight: 700;
}

.section-heading span {
    color: #0ba4dd;
}

/* Card */
.service-card-float {
    background: #ffffff;
    padding: 60px 25px 40px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    position: relative;
	    margin-top: 50px;
    transition: 0.4s ease;
}

/* Hover effect */
.service-card-float:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgb(138 141 142 / 12%);
}

/* Floating Icon */
.service-icon-float {
    width: 90px;
    height: 90px;
    background: #0ba4dd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -45px;   /* Half outside */
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(0,114,255,0.4);
    transition: 0.4s;
}

.service-icon-float img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* Icon hover */
.service-card-float:hover .service-icon-float {
    transform: translateX(-50%) scale(1.1);
}

/* Title */
.service-title-float {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

/* Scroll Animation */
.service-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s ease;
}

.service-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

.counter-box {
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.counter-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}




.counter-content p {
    margin-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
    color: #555;
}


@media (min-width: 320px) and (max-width: 479px) {
  .counter-box {
    padding: 10px 20px !important;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
            margin-bottom: 0px !important;
} 

.tech-icons {
    display: flex;
    gap: 5px !important;
    flex-wrap: wrap;
} 

.icon-card {
    width: 85px !important;
    height: 85px !important;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.6s cubic-bezier(.19, 1, .22, 1);
} 

.section-title {
    font-size: 27px !important;
    font-weight: 700;
    margin: 0px;
} 
.footer-botton-contant {
    text-align: center;
}

.spa-step.active {
    background: #0ba4dd08;
    border: 2px solid #0ba4dd;
    transform: translateY(-10px);
    margin: 0px !important;
}
}

/* ===============================
   CLIENT FEEDBACK SECTION
================================ */

.client-feedback-section {
    padding: 100px 0;
    background: #f8fbff;
}

/* Image */
.feedback-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Content Box */
.feedback-content {
     flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 15px 40px;
    border-radius: 25px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.05);
    position: relative;
}

.feedback-stars {
    color: #ffc107;
    font-size: 22px;
    margin-bottom: 15px;
}

.feedback-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.feedback-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.feedback-author h5 {
    margin: 0;
    font-weight: 600;
}

.feedback-author span {
    font-size: 14px;
    color: #0ba4dd;
}

/* ===============================
   SCROLL ANIMATION
================================ */

.reveal-left,
.reveal-right {
    transition: all 0.8s ease;
}

.reveal-left {
    transform: translateX(-80px);
}

.reveal-right {
    transform: translateX(80px);
}

.scroll-active {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive */
@media(max-width: 992px){
    .feedback-content {
        margin-top: 40px;
        text-align: center;
    }
}