@font-face {
  font-family: "Nunito-Regular";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "NeulisBold";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Neulis_Neue_Bold.otf") format("truetype");
}

/* --- GLOBAL STYLES & VARIABLES --- */
:root {
  --background-color: #f0f0f0;
  --text-color: #111;
  --dark-color: #000;
  --light-color: #fff;
  --hover1: #e34b85;
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --bs-body-color: var(--text-color);
  --bs-body-bg: var(--background-color);
  --bs-body-font-size: 1rem;
  /* 16px base for better responsiveness */
  --bs-body-line-height: 1.6;
}

@font: ;

/* --- THE CRITICAL FIX FOR MOBILE OVERFLOW --- */
html,
body {
  overflow-x: hidden;
  font-family: "Nunito-Regular";
}

/* --- RESPONSIVE TYPOGRAPHY --- */
h1,
.h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #f05624;
}

h2,
.h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f05624;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f05624;
}

h4 {
  color: #f05624;
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 4rem;
    color: #f05624;
  }

  h2,
  .h2 {
    font-size: 2rem;
    color: #f05624;
    line-height: 1.5;
  }

  h3,
  .h3 {
    font-size: 2rem;
    color: #f05624;
    line-height: 1.5;
  }

  /* h5 {color: #f05624;} */
}

@media (min-width: 992px) {

  h1,
  .h1 {
    font-size: 10rem;
    color: #f05624;
  }

  h2,
  .h2 {
    font-size: 5rem;
    color: #f05624;
  }

  h3,
  .h3 {
    font-size: 3.5rem;
    color: #f05624;
  }

  h4,
  .h4 {
    font-size: 2.5rem;
    color: #f05624;
  }

  /* h5 {color: #f05624;} */
}

::selection {
  background-color: var(--hover1);
  color: var(--dark-color);
}

img,
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- BUTTONS & DYNAMIC COLORS --- */
.button-primary {
  background-color: var(--dark-color);
  color: var(--light-color);
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.button-primary:hover {
  background-color: var(--hover1);
  transform: scale(1.05);
  color: var(--light-color);
}

.button-secondary {
  border: 1px solid var(--text-color);
  color: var(--text-color);
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.pill-button {
  border: 2px solid rgba(0, 0, 0, .5);
  color: var(--text-color);
  padding: 8px 18px;
  border-radius: 50px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  display: inline-block;
  font-weight: 800;
}

.pill-button.active,
.pill-button:hover {
  background-color: #f05624;
  color: var(--light-color);
  border-color: #fff;
}

.button-primary.invert-colors,
.floating-cta-button.invert-colors {
  background-color: var(--light-color);
  color: var(--dark-color);
}

/* --- HERO & OTHER SECTIONS --- */
.hero-section {
  padding: 30px 0px;
  display: flex;
  align-items: center;
}

.hero-description p {
  font-size: 1rem;
  max-width: 450px;
}

.pills-title {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #888;
}

.hero-section .media-wrapper.circle-shape {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 300px;
}

@media(min-width: 992px) {
  .hero-section .media-wrapper.circle-shape {
    max-width: 417px;
  }
}

.media-wrapper.custom-shape {
  overflow: hidden;
  border-top-right-radius: 8rem;
}

.media-wrapper.custom1-shape {
  overflow: hidden;
  border-top-left-radius: 8rem;
}

.feature-text p {
  max-width: 450px;
  line-height: 1.5;
  font-size: 17px;
}

/* --- PORTFOLIO (RESPONSIVE) --- */
.portfolio-item {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.portfolio-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .portfolio-item video, .portfolio-item img { aspect-ratio: 1/1; object-fit: cover; } */
@media (min-width: 768px) {
  .portfolio-item-large video {
    aspect-ratio: 1/2.1;
  }

  .portfolio-item-tall video {
    aspect-ratio: 1/2.1;
  }

  .col-lg-6 .row .col-6:last-of-type {
    margin-top: -104%;
  }
}

@media (min-width: 992px) {

  .portfolio-item video,
  .portfolio-item img {
    aspect-ratio: auto;
  }

  .col-lg-6 .row .col-6:last-of-type {
    margin-top: 0;
  }
}

/* --- RESULTS SLIDER (RESPONSIVE) --- */
.results-swiper {
  position: relative;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, .5);
  overflow: hidden;
  border-top-right-radius: 8rem;
  background-image: url('assets/imgi_35_results-light-2000x1089.webp');
  background-size: cover;
  background-position: center;
}

.results-swiper .swiper-slide {
  padding: 30px;
}

@media (min-width: 768px) {
  .results-swiper .swiper-slide {
    padding: 60px;
  }
}

.result-logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

.result-number {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  color: #113352;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .result-number {
    font-size: 7rem;
  }
}

.result-description {
  font-size: 1.1rem;
  max-width: 350px;
  margin-bottom: 40px;
}

.swiper-button-next-custom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-button-next-custom:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}

/* --- DARK SECTIONS --- */
.dark-section-wrapper {
  background-color: var(--dark-color);
  color: var(--light-color);
}

.testimonial-card {
  background-color: rgb(239, 178, 217);
  color: var(--dark-color);
  padding: 40px;
  border-top-right-radius: 5rem;
}

.client-logo {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

.quote {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.dark-section-wrapper .button-secondary {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.dark-section-wrapper .button-secondary .arrow-circle {
  border-color: var(--dark-color);
}

.dark-section-wrapper .articles-section .button-secondary,
.dark-section-wrapper .projects-section .button-secondary {
  border-color: var(--light-color);
  color: var(--light-color);
}

.article-card,
.project-card {
  text-decoration: none;
  color: var(--light-color);
  display: block;
}

.article-image {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.article-image img {
  transition: transform 0.4s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.category-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  color: var(--light-color);
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.9rem;
}

.article-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.project-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 400px;
}

@media (min-width: 992px) {
  .project-card {
    height: 500px;
  }
}

.project-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.project-card:hover .project-video-bg {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  transition: background 0.4s ease;
}

.project-card:hover .project-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.8) 100%);
}

.project-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.project-footer {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.project-card:hover .project-footer {
  opacity: 1;
  transform: translateY(0);
}

.project-description {
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 90%;
  margin-bottom: 20px;
}

.project-tags .tag {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 0.9rem;
}

/* --- FAQ SECTION (RESPONSIVE) --- */
.faq-section {
  background-color: var(--dark-color);
  color: var(--light-color);
}

.faq-main-title {
  font-size: 4rem;
}

@media (min-width: 992px) {
  .faq-main-title {
    font-size: 6rem;
  }
}

/* .faq-item { border-top: 1px solid rgba(255,255,255,0.2); } */
.faq-item:first-of-type {
  border-top: none;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--light-color);
  text-align: left;
  /* padding: 25px 0; */
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  user-select: text;
}

@media (min-width: 768px) {
  .faq-question {
    font-size: 1.5rem;
  }
}

.faq-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.faq-icon .icon-bar {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--light-color);
  transition: transform 0.4s ease;
}

.faq-icon .icon-bar:last-child {
  transform: rotate(90deg);
}

.faq-item.is-open .faq-icon .icon-bar:first-child {
  transform: rotate(45deg);
}

.faq-item.is-open .faq-icon .icon-bar:last-child {
  transform: rotate(-45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-left: 44px;
}

.faq-item.is-open .faq-answer {
  padding-bottom: 30px;
}

.faq-answer p {
  max-width: 700px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.discover-more h3 {
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .discover-more h3 {
    font-size: 4rem;
  }
}

.discover-pills .pill-button {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--light-color);
}

.discover-pills .pill-button:hover {
  background-color: var(--light-color);
  color: var(--dark-color);
}

/* --- CTA & FOOTER (RESPONSIVE) --- */
.footer-wrapper {
  background-color: var(--dark-color);
  color: var(--light-color);
}

.cta-section {
  background-image: linear-gradient(100deg, #1a0024, #5f105f, #ad2aa1);
}

.cta-title h2 {
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .cta-title h2 {
    font-size: 4.5rem;
  }
}

.cta-contact p {
  font-size: 1.1rem;
}

.cta-email {
  font-size: 1.5rem;
  color: var(--light-color);
  text-decoration: none;
  display: inline-block;
  border-bottom: 2px solid var(--light-color);
  margin: 10px 0 20px 0;
}

@media (min-width: 992px) {
  .cta-email {
    font-size: 2.5rem;
  }
}

.cta-description {
  max-width: 450px;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.footer-email a {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: var(--light-color);
  background-clip: text;
}

.footer-email a:hover {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #633cc9, #3b8392, #cb24cc, #633cc9);
  background-size: 200% 200%;
  animation: gradient-animation 4s ease-in-out infinite;
}

@media (min-width: 992px) {
  .footer-email a {
    font-size: 3.5rem;
  }
}

.footer-socials a {
  color: var(--light-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-socials .arrow-svg {
  transition: transform 0.3s ease;
}

.footer-socials a:hover .arrow-svg {
  transform: scale(1.3);
}

.footer-awards img {
  width: auto;
  height: 35px;
}

.footer-links a {
  color: var(--light-color);
  text-decoration: none;
}

.footer-newsletter .button-secondary {
  border-color: var(--light-color);
  color: var(--light-color);
}

.footer-newsletter .button-secondary:hover {
  background-color: var(--light-color);
  color: var(--dark-color);
}

.sector-pills a {
  color: var(--light-color);
  border: 1px solid var(--light-color);
  padding: 6px 14px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-copyright img {
  width: auto;
  height: 40px;
}

/* --- FLOATING CTA --- */
.floating-cta-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: var(--dark-color);
  color: var(--light-color);
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.floating-cta-button .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.floating-cta-button:hover .arrow {
  transform: scale(1.3);
}

.floating-cta-button.is-hidden {
  opacity: 0;
  transform: scale(0.9);
  visibility: hidden;
  pointer-events: none;
}


.hero-title h1 {
  font-weight: 900;
}

.infotitle {
  font-weight: 900;
  line-height: 4rem;
  font-size: 3.2rem;
  font-family: 'NeulisBold', sans-serif !important;
}

.infosubtitle {
  color: #000 !important;
  font-weight: 500;
}

.banner1 video {
  border-radius: 25px;
}

.para {
  line-height: 3rem;
}

.services-stack__inner h3 {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: "NeulisBold";
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .services-stack__inner {
        padding: 38px 2px 0px 1rem !important;
        margin-top: 1rem !important;
        background: transparent;
        color: #fff !important;
    }
    
}

.services-stack__inner h4 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  font-family: 'Nunito-Regular', sans-serif !important;
}

.services-stack__inner p {
  font-family: 'Nunito-Regular', sans-serif !important;
  color: #000000ba;
}

.services-stack__inner ul {
  font-size: 2rem;
  font-family: 'Nunito-Regular', sans-serif !important;
   font-weight: 700; 
  color: #000;
}
.services-stack__inner ul>li { 
  margin-bottom: 15px;
}
/* .services-stack__inner ul>li {

     font-family: 'Nunito-Regular', sans-serif !important;
 
} */

.horizontalline {
  width: 25%;
  /* background: red; */
  border: 2px solid #f05624;
  opacity: 1;
  margin-top: 0px;
}



/* =========Our Culture========== */
/* Sticky image only for Tab1 */
.sticky-image {
  position: sticky;
  top: 0;
  height: 100vh;
  object-fit: contain;
  transition: opacity 0.6s ease-in-out;
}

.btnnow {
  border-radius: 100px;
  width: 250px !important;
}

.content-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

@media (max-width: 991px) {
  .content-section {
    min-height: unset;
    height: auto;
  }
  .hero-section .media-wrapper.circle-shape{
    border-radius: 15px !important;
    max-width: unset !important;
  }
  
  .pill-button {
    display: inline-block;
    padding: 13px 13px !important;
    border-radius: 50px;
    display: flex;
    text-align: center;
    border: 2px solid #e84e24;
    background: transparent;
    font-size: 1.2rem !important;
    color: #e84e24;
    font-weight: 500;
    text-decoration: none;
    margin: 14px -3px 8px !important;
    transition: all 0.3s ease;
}
.button-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 1000;
  }
.button-grid.sticky {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
  padding: 10px 10px;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 1000;
}
 .button-grid.sticky {
      position: fixed !important;
      top: 0 !important;
      
      left: 0 !important;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    }
}
  
.pill-button:hover {
  background: #e84e24;
  color: #fff;
}

  #OurEthos .services-stack__inner p,
  #OurEthos .services-stack__inner h4 {
    color: #fff !important;
  }
}
.services-stack {
  width: 100%;
  position: relative;
  height: 100vh !important;
  min-height: 615px !important;
}
/* For tablets */
  @media (min-width: 768px) {
      .button-grid.sticky {
        position: relative !important;
        box-shadow: none !important;
      }
    }

/* For desktop */
@media (min-width: 992px) {
  .button-grid {
    top: 80px;
    grid-template-columns: 1fr 1fr 1fr; /* 3 columns */
  }
}

/* Pills */
.pill-button {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid #e84e24;
  background: transparent;
  color: #e84e24;
  font-weight: 500;
  text-decoration: none;
  margin: 0px 8px 4px;
  transition: all 0.3s ease;
}

.pill-button:hover {
  background: #e84e24;
  color: #fff;
}

.pill-button.active,
.pill-button:focus,
.pill-button[aria-selected="true"] {
  background: #e84e24;
  color: #fff;
}

/* Carousel layout */
.casestudysinglecarousel {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#OurEthos .infotitle,
#TeamOffsites .infotitle,
#JoinUs .infotitle {
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  .casestudysinglecarousel {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* Image section */
.casestudysinglecarousel .img-wrap {
  flex: 1;
  overflow: hidden;
  /* margin-bottom: -100px; */
}

@media (min-width: 768px) {
  .casestudysinglecarousel .img-wrap {
    width: 600px;
    /* margin-bottom: -180px; */
  }
}

@media (max-width: 999px) {
  .casestudysinglecarousel .img-wrap {
    /* margin-bottom: -140px; */
  }
}

.casestudysinglecarousel .img-wrap img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

/* Content section */
.casestudysinglecarousel .content-wrap {
  flex: 1.1;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .casestudysinglecarousel .content-wrap {
    margin-left: -25%;
  }
}

@media (min-width: 1000px) {
  .casestudysinglecarousel .content-wrap {
    margin-left: -100px;
  }
}

.casestudysinglecarousel .content-wrap>.inner {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  color: #fff !important;
  background: #253746;
}

@media (min-width: 768px) {
  .casestudysinglecarousel .content-wrap>.inner {
    padding: 2.75rem;
  }
}

@media (min-width: 1230px) {
  .casestudysinglecarousel .content-wrap>.inner {
    padding: 2rem;
    text-align: start;
    display: flex;
    
  }
}

.casestudysinglecarousel .content-wrap .logo img {
  max-width: 260px;
  height: auto;
}

/* CTA Button */
.button {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  background: #f55542;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background .3s ease;
}

.button:hover {
  background: #d94434;
}

/* Actions nav */
.casestudysinglecarousel .actions-nav {
  display: none;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem;
  background: #000;
  color: #fff;
}

@media (min-width: 768px) {
  .casestudysinglecarousel .actions-nav {
    display: flex;
  }
}

.nav-icon {
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: #fff;
  flex-shrink: 0;
}

.nav-icon:hover {
  color: rgba(255, 255, 255, .5);
}

/* Progress bar */
.progress-bar-wrapper {
  flex: 1;
  height: .25rem;
}

.swiper-progress {
  background: rgba(255, 255, 255, .2);
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.progress-active {
  background: #f55542;
  width: 0;
  height: 100%;
  transition: width linear;
}

/* Reveal animation */
.casestudysinglecarousel .content-wrap,
.casestudysinglecarousel .img-wrap {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity 1s ease-in, transform 1s ease;
}

.casestudysinglecarousel.scrolltrigger_seen .content-wrap,
.casestudysinglecarousel.scrolltrigger_seen .img-wrap {
  opacity: 1;
  transform: translateY(0);
}

/* Negative image hero */
.negimage {
  position: relative;
}

.negimage-reserve {
  padding-top: 32%;
}

.negimage-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.negimage-image img,
.negimage-image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA text */
.ctatext {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  margin: 0 0 30px;
}

@media (min-width: 1000px) {
  .ctatext {
    font-size: 32px;
    line-height: 36px;
  }
}

.team-section {
  position: relative;
  text-align: center;
}

.team-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.career-box {
  background: #f7f5ef;
  padding: 3rem 3rem;
  margin-top: 0px;
  /* overlap effect */
  z-index: 2;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .career-box {
    margin-top: -80px;
    /* overlap effect */
  }
}

@media only screen and (min-width: 992px) {
  .testimonials-card {
    height: 150px;
  }
}

/* Testimonial  */

.testimon {
  background-color: #253746;
  padding: 100px 0px;
}


.testimonial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch; 
}

.testimonial-swiper .swiper-slide {
  display: flex;
  height: auto; 
}

.testimonial {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 0 20px 0px;
}


.testimonial .testimonial-content {
  padding: 35px 25px 50px 50px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  border-radius: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #FF6600;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
}


.testimonial-content .testimonial-icon.left {
  top: 11px;
  left: -19px;
}

.testimonial-content .testimonial-icon.left:before {
  content: "";
  border-bottom: 16px solid #cc5200;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}


.testimonial-content .testimonial-icon.right {
  bottom: 11px;
  right: -19px;
}

.testimonial-content .testimonial-icon.right:before {
  content: "";
  border-top: 16px solid #cc5200;
  border-right: 18px solid transparent;
  position: absolute;
  bottom: -16px;
  right: 1px;
}


.testimonial .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 2rem !important;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #FF6600;
}

.testimonial  .title{

  font-size: 14px;
  color: #FF6600 !important;
}
.testimonial-nav {
  text-align: center;
  margin-top: 20px;
}

.testimonial-nav .swiper-button-prev,
.testimonial-nav .swiper-button-next {
  position: static; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  margin: 0 5px;
  background: #FF6600;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
}

.testimonial-nav .swiper-button-prev:hover,
.testimonial-nav .swiper-button-next:hover {
  background: #cc5200;
}

.testimonial-nav .swiper-button-prev::after,
.testimonial-nav .swiper-button-next::after {
  font-size: 16px;
}

.ourculturenew .content-section ul>li{
 /* font-weight: 600 !important; */
 color: #000;
}
@media (max-width: 991px){
.ourculturenew .services-stack__inner ul{
  color: #fff !important;
  font-size: 1.3rem !important;
}
.ourculturenew .services-stack__title h3{
font-size: 3rem;

}
.services-stack__inner ul{
  color: #fff !important;
}
.services-stack__inner p{
  color: #fff !important;
}
.services-stack__inner h3, h4{
  color: #fff !important;
}
}

@media (max-width: 768px) {
  .stack-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55); 
    z-index: 0;
  }
  .casestudysinglecarousel{
    gap: unset;
  }
  .casestudysinglecarousel .content-wrap{
    margin-top: 0px;
  }


  .services-stack__inner {
  
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.753); 
    z-index: 0;
  }

  }

  .services-stack__title h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }

  .services-stack__descr h4,
  .services-stack__descr p {
    color: #f8f8f8;
  }
  .content-section {
  background-size: cover;
  background-position: center;
  border-radius: 1rem;  /* adjust as needed */
  overflow: hidden;     /* makes sure corners are clipped */
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* height: 100vw; */
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    box-sizing: border-box;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    /* max-height: 90vh; */
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.3);
    animation: slideUp 0.4s ease-out;
    display: flex;
    flex-direction: row;
}

@keyframes slideUp {
    from {
        transform: translate(-50%, -40%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

.popup-image {

    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* .popup-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.15"/><circle cx="25" cy="75" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="1000" height="1000" fill="url(%23grain)"/></svg>');
}

.popup-image::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: float 6s ease-in-out infinite;
} */



.popup-image .content {
    text-align: center;
    color: white;
    z-index: 1;
    position: relative;
    animation: contentSlide 0.6s ease-out 0.2s both;
}


.popup-form {
    flex: 1;
    padding: 2rem;
    background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 380px;
    overflow-y: auto;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--primary-orange);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.close-btn:hover {
    background: white;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.form-label {
    font-weight: 600;
    color: #ff6602;
    margin-bottom: 0.4rem;
    font-size: 15px;
}

.form-label i {
    color: var(--primary-orange);
    margin-right: 0.5rem;
}

.form-control,
.form-select {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-size: 15px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.15);
    transform: translateY(-1px);
}

.btn-primary {
    background: var(--gradient-orange);
    border: none;
    padding: 0.9rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: #fff !important;
    background-color: #cc5200 !important;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.btn-primary:hover::before {
    left: 100%;
}

.file-upload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.file-upload input[type="file"] {
    position: absolute;
    left: -9999px;
}

.file-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(145deg, #fafafa 0%, #f8f9fa 100%);
}

.file-upload-label:hover {
    border-color: var(--primary-orange);
    color: var(--primary-orange);
    background: var(--light-orange);
}

.file-upload-label i {
    margin-right: 0.75rem;
    font-size: 16px;
}



/* International Phone Input Styling */
.iti {
    width: 100% !important;
}

.iti__country-list {
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.iti__selected-flag {
    border-radius: 12px 0 0 12px !important;
    border-right: 1px solid #e9ecef !important;
}

.iti input {
    border: 2px solid #e9ecef !important;
    border-radius: 12px !important;
    padding: 0.75rem 1rem 0.75rem 60px !important;
    transition: all 0.3s ease !important;
}

.iti input:focus {
    border-color: var(--primary-orange) !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.15) !important;
}

.iti__selected-flag:hover {
    background: var(--light-orange) !important;
}

h2 {
    color: #333;
    font-weight: 700;
    position: relative;
}

.success-checkmark {
    color: #28a745;
    animation: checkPop 0.3s ease-in-out;
}

@keyframes checkPop {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

     /* .placeholder-right::placeholder {
       padding-left: 20px !important;
    } */



/* Large Desktop */
@media (min-width: 1200px) {
    .popup-content {
        width: 80%;
        max-width: 1000px;
        min-height: 450px;
        max-height: 75vh;
    }
    
    .popup-image,
    .popup-form {
        min-height: 450px;
    }
    
    .popup-form {
        padding: 2.5rem;
    }
}

/* Desktop */
@media (min-width: 993px) and (max-width: 1199px) {
    .popup-content {
        width: 85%;
        max-width: 900px;
        min-height: 420px;
        max-height: 80vh;
    }
    
    .popup-image,
    .popup-form {
        min-height: 420px;
    }
    
    .popup-form {
        padding: 2.2rem;
    }
}

/* Tablet Landscape */
@media (min-width: 769px) and (max-width: 992px) {
    .popup-content {
        flex-direction: column;
        width: 90%;
        max-width: 700px;
        max-height: 85vh;
        min-height: auto;
    }

    .popup-image {
        min-height: 220px;
        max-height: 220px;
        flex: none;
    }

    .popup-form {
        min-height: auto;
        padding: 2rem 1.8rem;
        flex: 1;
    }
}

/* Tablet Portrait & Small Tablets */
@media (min-width: 577px) and (max-width: 768px) {
    .popup-overlay {
        padding: 15px;
    }
 
    .popup-content {
        flex-direction: column;
        width: 95%;
        max-width: 550px;
        max-height: 85vh;
        border-radius: 15px;
    }

    .popup-image {
        min-height: 200px;
        max-height: 200px;
        flex: none;
    }

    .popup-form {
        padding: 1.8rem 1.3rem;
        min-height: auto;
        flex: 1;
    }

    .close-btn {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
    }

    /* h2 {
        font-size: 1.4rem;
        margin-bottom: 1.2rem !important;
    } */
}

/* Mobile Devices */
@media (max-width: 576px) {
    .popup-overlay {
        padding: 10px;
    }
    
    .popup-content {
        flex-direction: column;
        width: 100%;
        max-width: none;
        max-height: 90vh;
        border-radius: 12px;
        margin-top: 60% !important;
    }

    .popup-image {
        min-height: 160px;
        max-height: 160px;
        flex: none;
    }

    .popup-image .content h3 {
        font-size: 1.1rem;
    }

    .popup-image .content i {
        font-size: 2rem;
    }

    .popup-form {
        padding: 1.3rem 1rem;
        min-height: auto;
        flex: 1;
        overflow-y: auto;
     
    }

    .close-btn {
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
        font-size: 1rem;
    }

    .btn-primary {
        padding: 0.8rem 1.8rem;
        font-size: 0.95rem;
        width: 100%;
    }

    /* h2 {
        font-size: 1.15rem;
        margin-bottom: 1rem !important;
    } */
    
    .form-control,
    .form-select {
        padding: 0.65rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .file-upload-label {
        padding: 0.8rem;
        font-size: 0.9rem;
    }
    
    .form-label {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 400px) {
    .popup-overlay {
        padding: 5px;
    }
    
    .popup-content {
        width: 98%;
        max-height: 95vh;
    }
    
    .popup-image {
        min-height: 140px;
        max-height: 140px;
    }
    
    .popup-form {
        padding: 1rem 0.8rem;
    }
    
    /* h2 {
        font-size: 2.2rem;
    }
     */
    .form-control,
    .form-select {
        padding: 0.6rem 0.75rem;
        font-size: 0.85rem;
    }
}
.content-section ul>li {
    margin-bottom: 0.5rem;
    /* color: #000; */
    font-size: 2rem;
}
.content-section p{
  /* color: #000000da; */
}
/* ================= ourethos start =================== */
.ourEthosBox {
    padding: 1.7rem;
    background: #e84e24d6;
    border-radius: 20px;
    height: 350px;
    border: 1px solid #253746;
}
.ourEthosBox .infotitle {
  color: #fff;
  font-size: 2.8rem !important;
  margin-bottom: 2rem;
  font-family: 'NeulisBold', sans-serif !important;
}
.ourEthosBox p { color:#fff; }
.ourEthosBoxicons {
    position: absolute;
    background: #fff;
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 50%;
    border-radius: 20px 0 20px 0;
    align-content: center;
    overflow: hidden;
}
/*.ourEthosBoxicons::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f05624;
    border-radius: 20px 0 20px 0;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
    box-sizing: border-box;
}
.ourEthosBox:hover .ourEthosBoxicons::before {
    transform: translate(0);
}*/
.ourEthosBoxicons img { 
  width: 70px;
  margin: 0px auto;
  height: 70px;
}
.swiper-ourEthos, .swiper-ourEthos2, .swiper-ourEthos3, .swiper-ourEthos4 {
  padding-bottom: 5rem;
}
.swiper-ourEthos .btn-line, .swiper-ourEthos2 .btn-line, .swiper-ourEthos3 .btn-line, .swiper-ourEthos4 .btn-line { color:#000; }
.ourEthosBox .ourEthosBoxicons .blueicon { display:block; }
.ourEthosBox .ourEthosBoxicons .whiticon { display:none; }
.ourEthosBox:hover .ourEthosBoxicons .blueicon { display:block; }
.ourEthosBox:hover .ourEthosBoxicons .whiticon { display:none; }
/* ================= ourethos End =================== */

.ourethoselement::before {
    content: ""; 
    display: block; 
    position: absolute; 
    right: -140px;
    top: 7%; 
    opacity: 0.5; 
    width: 297px; 
    height: 340px; 
    z-index: -1; 
    background: url(../images/Element.png) left center / contain no-repeat;
    background-position: left center;
    /*animation: leftrightmove 1.5s ease-in-out infinite alternate;*/
}

/*@keyframes leftrightmove {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(30px); 
    }
}*/
.ourethoselement::after {
    content: ""; 
    display: block; 
    position: absolute; 
    left: -10px;
    top: 80%; 
    opacity: 0.5; 
    width: 150px; 
    height: 150px; 
    z-index: -1; 
    background: url(../images/element2.png) left center / contain no-repeat;
    background-position: left center;
    /*animation: updownmove 1.5s ease-in-out infinite alternate;*/
}

/*@keyframes updownmove {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-30px); 
    }
}*/

#TeamOffsites { position:relative; }
.TeamOffsiteselement::before {
    content: ""; 
    display: block; 
    position: absolute; 
    right: -140px;
    top: -5%; 
    opacity: 0.5; 
    width: 297px; 
    height: 340px; 
    z-index: -1; 
    background: url(../images/Element.png) left center / contain no-repeat;
    background-position: left center;
    /*animation: leftrightmove 1.5s ease-in-out infinite alternate;*/
}
.TeamOffsiteselement::after {
    content: ""; 
    display: block; 
    position: absolute; 
    left: -10px;
    top: 78%; 
    opacity: 0.5; 
    width: 150px; 
    height: 150px; 
    z-index: -1; 
    background: url(../images/element2.png) left center / contain no-repeat;
    background-position: left center;
    /*animation: updownmove 1.5s ease-in-out infinite alternate;*/
}
.JoinUselement::before {
    content: ""; 
    display: block; 
    position: absolute; 
    right: -140px;
    top: 55%; 
    opacity: 0.5; 
    width: 297px; 
    height: 340px; 
    z-index: -1; 
    background: url(../images/Element.png) left center / contain no-repeat;
    background-position: left center;
    /*animation: leftrightmove 1.5s ease-in-out infinite alternate;*/
}
.subelement::before {
    content: ""; 
    display: block; 
    position: absolute; 
    right: -208px;
    top: -40%;
    opacity: 0.5; 
    width: 297px; 
    height: 340px; 
    z-index: -1; 
    background: url(../images/Element.png) left center / contain no-repeat;
    background-position: left center;
    /*animation: leftrightmove 1.5s ease-in-out infinite alternate;*/
} 
.desc p { color:#fff !important; }
.desc .infosubtitle { color:#fff !important; font-size:2.2rem; }
.desc ul>li { margin-bottom:10px; font-size:1.8rem; }

.TeamOffsitesBox {
  background: #fff;
  margin: 0.5rem;
  padding: 2rem 0.5rem;
  height: 200px;
  text-align: center;
  border-radius: 20px;
}
.TeamOffsitesimg span { font-size:2.5rem; }
.TeamOffsitesimg h3 { font-size: 2.3rem; margin: 0.5rem 0px; color:#000; }
.TeamOffsitestext p { color: #000 !important; }


@media only screen and (min-width: 300px) and (max-width: 480px) { 
  .ourEthosBox {
    padding: 1.7rem;
    background: #e84e24d6;
    border-radius: 20px;
    height: 300px;
    border: 1px solid #253746;
  }
  .para {
    line-height: 2rem !important;
  }
  .ourethoselement::before { 
    right: -180px;
  }
  .subelement::before {
    content: ""; 
    display: block; 
    position: absolute; 
    right: -208px;
    top: 0%;
    opacity: 0.5; 
    width: 297px; 
    height: 340px; 
    z-index: -1; 
    background: url(../images/Element.png) left center / contain no-repeat;
    background-position: left center;
    /*animation: leftrightmove 1.5s ease-in-out infinite alternate;*/
  } 
  .mxd-slider-btn-square-prev {
    padding-left: 3rem;
    left: 35%;
  }
  .mxd-slider-btn-square-next {
    padding-right: 3rem;
    right: 35%;
  }
}



.thankyou-body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(135deg, #fff 0%, #fff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.thankyou-body::before,
.thankyou-body::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 20px solid rgba(106, 105, 104, 0.349);
  width: 500px;
  height: 500px;
  z-index: 0;
  animation: spin 40s linear infinite;
}

.thankyou-body::before {
  top: -150px;
  left: -150px;
}

.thankyou-body::after {
  bottom: -150px;
  right: -150px;
  animation-direction: reverse;
}

.thankyou-card-section {
  position: relative;
  background: linear-gradient(135deg, #e84e24fc 0%, #e84e24fc 100%);
  border-radius: 20px;
  padding: 40px;
  color: #fff;
  max-width: 1000px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1;
  animation: fadeUp 1.2s ease both;
}

.thankyou-btn-custom {
  background: #fff;
  color: #e84e24;
  border-radius: 50px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  transition: all 0.3s ease;
  animation: fadeInUp 2s ease both;
  cursor: pointer;
}

.thankyou-btn-custom:hover {
  background: #e84e24;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  border: 1.5px solid #fff;
}

.thankyouLeft h4 {
  font-size: 4rem;
  /* 25px */
  color: #fff !important;
  /* line-height: 5rem; */
  /* 48px */
  padding-bottom: 0.5rem;
  /* 8px spacing from text */
  border-bottom: 2px solid #fff;
  /* white underline */
  display: inline-block;
  /* shrink border to text width */

}

.thankyouLeft p {
  font-size: 2rem;
  color: #fff !important;
  /* line-height: 5rem; */

}

.thankyou-image-circle {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px auto;
  border: 12px solid #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  animation: zoomIn 1.6s ease both, float 6s ease-in-out infinite;
}

.thankyou-image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.thankyou-image-circle:hover img {
  transform: scale(1.1);
}

.thankyou-image-circle::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(20deg);
  animation: spin 20s linear infinite;
}

.thankyou-dot-grid {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: repeat(8, 6px);
  gap: 6px;
  opacity: 0.2;
  animation: fadeIn 3s ease both, pulse 4s ease-in-out infinite;
}

.thankyou-dot-grid span {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.7)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-15px)
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.2
  }

  50% {
    opacity: 0.4
  }
}

/* Responsive: Mobile view */
@media (max-width: 991px) {
.thanksnh {
    flex-direction: column !important; /* stack columns vertically */
  }
.thankyou-body::before,
.thankyou-body::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 20px solid rgba(135deg, 106, 105, 104, 0.349);
  width: 280px;
  height: 280px;
  z-index: 0;
  animation: spin 40s linear infinite;
}
.thankyou-card-section{
  height: 73vh;
}
  .thankyou-image-circle {
    width: 240px;
    height: 240px;
    margin-bottom: 20px;
  }

  .thankyouLeft h3 {
    font-size: 3rem;
  }

  .thankyouLeft p {
    font-size: 1.5rem;
  }
}
