body{
  background: #000000;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}



:root {
    --card-w: 28rem; /* tweak for ~3.5 slides on wide screens */
    --gap: 1.25rem;
  }


.section.is--nav {
  position: -webkit-sticky;
  position: sticky;
  top: 10px!important;
  z-index: 1000;
  margin-top: 0px;
  background-color: transparent !important;
  padding: 0px 40px!important;
  height: 0;
}


.ar-abt-p{
  width: 60%;
  font-size: 20px;
  line-height: 1.2;
}


@property --ar-abt-mrq-background-color {
syntax: "<color>";
inherits: true;
initial-value: #000000;
}

.ar-abt-mrq-body {
background: var(--ar-abt-mrq-background-color);
display: grid;
place-items: center;
min-height: 100vh;
margin: 0;
}

.ar-abt-mrq-scroller-container {
--ar-abt-mrq-slide-width: clamp(150px, 20vw, 300px);
--ar-abt-mrq-slide-gap: calc(var(--ar-abt-mrq-slide-width) * 0.03);
--ar-abt-mrq-slide-border-radius: calc(var(--ar-abt-mrq-slide-width) * 0);

overflow: hidden;
width: 100%;
position: relative;
}

.ar-abt-mrq-scroller-container::before {
  position: absolute;
  content: "";
  width: var(--ar-abt-mrq-slide-width);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;

  background: linear-gradient(90deg, var(--ar-abt-mrq-background-color), transparent);
}

.ar-abt-mrq-scroller-container::after {
  position: absolute;
  content: "";
  width: var(--ar-abt-mrq-slide-width);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; 
  /* background: linear-gradient(90deg, transparent, var(--ar-abt-mrq-background-color)); */
}

.ar-abt-mrq-scroller-wrapper {
display: flex;
justify-content: flex-start;
gap: var(--ar-abt-mrq-slide-gap);
width: calc((var(--ar-abt-mrq-slide-width) + var(--ar-abt-mrq-slide-gap)) * 6);

animation: ar-abt-mrq-moveLeft 16s linear infinite;
}

.ar-abt-mrq-scroller-wrapper2 {
display: flex;
justify-content: flex-start;
gap: var(--ar-abt-mrq-slide-gap);
width: calc((var(--ar-abt-mrq-slide-width) + var(--ar-abt-mrq-slide-gap)) * 6); 
animation: ar-abt-mrq-moveright 20s linear infinite;
  margin-top: 10px;
}


.ar-abt-mrq-scroller-slide {
flex: none;
width: var(--ar-abt-mrq-slide-width);
  height: 250px;
background: #eee;
border-radius: var(--ar-abt-mrq-slide-border-radius);
overflow: hidden;
cursor: pointer;
}

@keyframes ar-abt-mrq-moveLeft {
from {
  transform: translatex(0);
}
to {
  transform: translatex(-100%);
}
}


@keyframes ar-abt-mrq-moveright {
from {
  transform: translatex(-100%);
}
to {
  transform: translatex(0);
}
}

.ar-abt-mrq-img {
  width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}



/* scroll down */ 
.section__wrapper-scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  z-index: 50;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.scroll-down {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 100px;
}

.scroll-down__circle--small {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #62b92c;
  border-radius: 100%;
  transition: all 0.6s ease-in-out;
}

.scroll-down__line {
  width: 2px;
  height: 50px;
  background-color: #62b92c;
  margin-top: 16px;
  margin-bottom: 16px;
  transform-origin: bottom center;
  transition: all 0.6s ease-in-out;
}

.scroll-down__circle--large {
  width: 32px;
  height: 32px;
  border: 1px solid #62b92c;
  border-radius: 100%;
  transition: all 0.6s ease-in-out;
  position: relative;
}

/* Hover effect */
.scroll-down:hover .scroll-down__circle--small {
  transform: translateY(
      55px
  ); /* Move small circle towards the large circle */
}

.scroll-down:hover .scroll-down__line {
  height: 0; /* Line disappears */
  opacity: 0;
}

.scroll-down:hover .scroll-down__circle--large {
  transform: scale(1.2); /* Slight enlargement for the large circle */
}


/* overview */
.ar-abt-orv-h2{
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    font-family: 'alwaysdry-SansRegular';
    width: 100%;
    letter-spacing: 1px; 
    font-style: italic;
}

.ar-abt-para{
    font-size: 20px;
    letter-spacing: 1.2px;
    width: 100%;
    line-height: 1.4em;
}

.ar-abt-orv-w{
width: 65%;
}

.ar-abt-orv-img{
width: 35%;
} 
/* overview */


/* stats */
.ar-abt-stats-h{
width: 65%;
}

.ar-abt-stats-p{
width: 35%;
}

.ar-abt-stats-section {
  position: relative;
}

.ar-abt-stats {
  width: 100%;
}

.ar-abt-stats-row {
  width: 100%;
}

.ar-abt-stats-h2{
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
  color: #000000;
  text-align:left; 
  font-family: 'alwaysdry-SansRegular';  
   width:100%; 
  letter-spacing: 0px; 
font-style: italic;
text-decoration: underline;
}

.ar-stats-para{
font-size: 18px; 
/* letter-spacing: 1.8px; */
width:100%;
color: #000;
}


.ar-abt-stats-card{
height: 360px;
box-shadow: 20px 20px 60px -10px #00000090;
}

.ar-stats-title{
font-size: 20px; 
letter-spacing: 0.4px;
width:100%;
color: #ffffff;
line-height: 1.6;
}

.ar-stats-desc{
font-size: 16px; 
letter-spacing: 0.4px;
width:100%;
color: #ffffff;
line-height: 1.4;
}

.ar-abt-line {
display: grid;
place-items: center;
min-height: 100vh;
background: hsl(0, 0%, 0%);
font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif, system-ui;
}


.ar-abt-line::before {
--line: hsla(0, 0%, 0%, 0.2);
content: "";
height: 100vh;
width: 100vw;
position:absolute;
background:
  linear-gradient(90deg, var(--line) 1px, transparent 1px 10vmin) 0 -5vmin / 10vmin 10vmin,
  linear-gradient(var(--line) 1px, transparent 1px 10vmin) 0 -5vmin / 10vmin 10vmin;
mask: linear-gradient(-15deg, transparent 30%, rgb(0, 0, 0));
top: 0;
z-index: -1;
transform: translate3d(0, 0, -100vmin);
}
/* stats */



/* vdo */
/* Intro Section */
/* Marquee Section (shorter pin duration) */
.section-marquees {
  height: 100vh; /* was 300vh — now shorter hold */
  position: relative;
  overflow: visible;
}

/* Keep this non-sticky, since ScrollTrigger handles pinning */
.section-marquees-inner {
  position: relative;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 5;
}

/* Video Background */
.bg-video-wrapper {
width: 100%;
height: 100%;
position: absolute;
inset: 0;
z-index: 0;
}

.bg-video {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
inset: 0;
opacity: 0.6;
}

/* Marquee Wrapper */
.marquees-wrapper {
position: absolute;
width: 150%;
height: 150%;
top: -25%;
left: -25%;
overflow: visible;
z-index: 1;
}

/* Marquee Lines with CRISS-CROSS angles */
.marquees-line {
position: absolute;
width: 200%;
left: -50%;
opacity: 1;
visibility: visible;
}

/* Line 1: Top-left to bottom-right diagonal */
.marquees-line-one {
top: 20%;
transform: rotate(45deg);
transform-origin: center center;
}

/* Line 2: Top-right to bottom-left diagonal */
.marquees-line-two {
top: 35%;
transform: rotate(-45deg);
transform-origin: center center;
}

/* Line 3: Steeper angle crossing through */
.marquees-line-three {
top: 50%;
transform: rotate(30deg);
transform-origin: center center;
}

/* Line 4: Opposite steep angle */
.marquees-line-four {
top: 65%;
transform: rotate(-30deg);
transform-origin: center center;
}

/* Additional crossing lines for more intersection */
.marquees-line-five {
top: 42%;
transform: rotate(60deg);
transform-origin: center center;
}

.marquees-line-six {
top: 58%;
transform: rotate(-60deg);
transform-origin: center center;
}

/* Marquee Track */
.marquee {
padding-top: 1px;
padding-bottom: 1px;
display: flex;
position: relative;
overflow: hidden;
}

.marquee.reverse {
justify-content: flex-end;
}

.marquee-background {
background-color: rgba(255, 255, 255, 0.98);
opacity: 1;
position: absolute;
inset: 1px 0;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Different colors for variety */
.marquees-line:nth-child(odd) .marquee-background {
background: linear-gradient(90deg, 
    rgba(255, 255, 255, 0.95) 0%, 
    rgba(255, 255, 255, 0.98) 50%, 
    rgba(255, 255, 255, 0.95) 100%);
}

.marquees-line:nth-child(even) .marquee-background {
background: linear-gradient(90deg, 
    rgba(240, 240, 240, 0.95) 0%, 
    rgba(240, 240, 240, 0.98) 50%, 
    rgba(240, 240, 240, 0.95) 100%);
}

.marquee-track,
.marquee-track-reverse {
display: flex;
position: relative;
z-index: 1;
white-space: nowrap;
will-change: transform;
}

.marquee-track-reverse {
justify-content: flex-end;
}

.marquee-item {
flex: none;
margin-right: 2vw;
padding-left: 2vw;
display: inline-flex;
align-items: center;
}

.marquee-text {
color: #0a0a0a;
padding-top: 0.8vw;
padding-bottom: 0.8vw;
font-size: 1.675vw;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.02em;
white-space: nowrap;
}

/* Content Section */
.content-section {
min-height: 100vh;
background: #ffffff;
padding: 100px 20px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 10;
}

.content-container {
max-width: 1200px;
text-align: center;
}

.content-title {
font-size: clamp(2.5rem, 6vw, 5rem);
color: #0a0a0a;
margin-bottom: 2rem;
font-weight: 900;
letter-spacing: -0.02em;
opacity: 0;
transform: translateY(50px);
}

.content-description {
font-size: clamp(1.2rem, 2vw, 1.8rem);
color: #666;
max-width: 800px;
margin: 0 auto;
line-height: 1.6;
opacity: 0;
transform: translateY(30px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
.marquee-text {
    font-size: 2.5vw;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
}

.marquees-line-one { transform: rotate(35deg); }
.marquees-line-two { transform: rotate(-35deg); }
.marquees-line-three { transform: rotate(20deg); }
.marquees-line-four { transform: rotate(-20deg); }
.marquees-line-five { transform: rotate(50deg); }
.marquees-line-six { transform: rotate(-50deg); }
}

/* vdo */


/* team */

/* Mobile Slider Styles */
.team-mobile-slider {
  display: none;
}

.team-desktop-layout {
  display: block;
}

/* Team Swiper Styles */
.teamSwiper {
  width: 100%;
  height: 500px;
  padding-bottom: 50px;
}

.team-slide-wrapper {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.team-swiper-pagination {
  bottom: 10px !important;
}

.team-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.team-swiper-pagination .swiper-pagination-bullet-active {
  background: #62b92c;
  width: 24px;
  border-radius: 5px;
}

.heading-style-h5.team-info-margin {
margin-bottom: .6rem;
}

.heading-style-h5.team-margin,
.heading-style-h3.team-margin {
margin-bottom: .938rem;
}

.container.team {
width: 100%;
max-width: 109.375rem;
}

/* ================= TEAM SECTION ================= */

.team-section {
background-color: var(--_primitives---colors--neutral-darkest);
color: var(--_primitives---colors--white);
padding-top: 10%;
padding-bottom: 10%;
position: relative;
}

.team-title-wrap {
justify-content: center;
align-items: flex-start;
margin-bottom: 5rem;
display: flex;
}

.team-title {
text-align: center;
width: 100%;
max-width: 52%;
}

.team-sticky-wrapper {
position: sticky;
top: 8rem;
}

.team-flex-wrap {
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
flex-flow: row;
justify-content: space-between;
align-items: stretch;
display: flex;
}

.team-flex-wrap.center {
justify-content: center;
}

.team-collection-item {
width: 100%;
max-width:32%;
}

.team-collection-item.max-width-35 {
max-width: 32%;
}

.single-team-wrapper {
z-index: 1;
border-radius: var(--_ui-styles---radius--large);
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}

.team-content {
z-index: 2;
width: 100%;
height: 100%;
position: absolute;
inset: 0%;
overflow: hidden;
    border-radius: 12px;
}

.team-image-wrapper {
width: 100%;
height: 100%;
position: relative;
}

.team-image-wrapper::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
z-index: 0; 
}

.team-image,
.image {
object-fit: cover;
width: 100%;
height: 100%;
}

.team-info-wrap {
color: var(--_primitives---colors--white);
position: absolute;
inset: auto auto 1.875rem 1.875rem;
}

.team-job-title {
color: rgb(255, 255, 255);
font-size: 22px;
font-family: 'alwaysdry-SansRegular', sans-serif!important;
font-style: italic;
}

.team-info-content-wrpper {
z-index: 20;
border-radius: var(--_ui-styles---radius--large);
width: 100%;
height: 100%;
min-height: 500px;
overflow: hidden;
}

.team-info-card {
border-radius: var(--_ui-styles---radius--large);
background-color: var(--_primitives---colors--white);
color: var(--_primitives---colors--neutral-darkest);
width: 100%;
height: 100%;
padding: 1.25rem 2.5rem 1.25rem 1.25rem;
position: relative;
overflow: hidden;
}

.team-info-cred-content-flex {
flex-flow: column;
justify-content: space-between;
width: 100%;
height: 100%;
display: flex;
}

.team-info-flex {
grid-column-gap: 1.25rem;
grid-row-gap: 1.25rem;
margin-bottom: 2.2rem;
display: flex;
}

.team-info-image-wrapper {
border-radius: var(--_ui-styles---radius--medium);
width: 100%;
max-width: 11.25rem;
min-height: 44vh;
overflow: hidden;
}

.team-info-image {
object-fit: cover;
width: 100%;
height: 100%;
}

.team-info-name-social {
grid-column-gap: 1.5rem;
grid-row-gap: 1.5rem;
flex-flow: column;
justify-content: space-between;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
display: flex;
}

.team-info-job-title {
color: var(--_primitives---colors--red);
}

.team-info-social-wrap {
grid-column-gap: .625rem;
grid-row-gap: .625rem;
justify-content: flex-start;
align-items: center;
display: flex;
}

.team-info-details {
font-size: 1.125rem;
}

.team-info-icon-wrap,
.team-icon-wrap {
background-color: #fff;
cursor: pointer;
border-radius: 50%;
justify-content: center;
align-items: center;
width: 1.563rem;
height: 1.563rem;
display: flex;
position: absolute;
inset: .625rem .625rem auto auto;
}

.team-icon-wrap {
z-index: 10;
overflow: hidden;
}

.team-icon {
z-index: 1;
position: relative;
}

.team-minus-icon {
position: absolute;
}

.team-wrap {
grid-column-gap: 8.75rem;
grid-row-gap: 8.75rem;
flex-flow: column;
display: flex;
}


.ar-abt-team-h2{
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-align: center; 
  font-family: 'alwaysdry-SansRegular';  
   width:100%; 
  letter-spacing: 1px; 
/* font-style: italic; */ 
}
.ar-abt-team-h1{
  font-size: 13px;
  line-height: 1.2;
  font-weight: 100;
  color: #ffffff;
  text-align: left; 
  font-family: 'dmc5', sans-serif!important;
   width:100%; 
  letter-spacing: 1px; 
  margin: 0;
  margin-bottom: 6px;
  text-decoration:underline
/* font-style: italic; */
}

.ar-team-para{
   font-family: 'NeueHaasDisplay-XThin', sans-serif!important;
font-size: 18px; 
letter-spacing: 1.4px;
width:100%;
color: #ffffff;
text-align: center;
}
/* team */


/* process */
.ar-process-title{
  font-size: 42px;
  line-height: 1.4;
  font-weight: 900;
  color: #000000;
  text-align:left; 
  font-family: 'alwaysdry-SansRegular';  
   width:100%; 
  letter-spacing: 0px; 
font-style: italic;
text-decoration: underline;
}

.ar-process-subtitle{
font-family: 'GeneralSans-Regular', sans-serif!important;
font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #62b92c;
  text-align:left; 
}


.ar-process-description{
font-family: 'GeneralSans-Regular', sans-serif!important;
font-size: 18px; 
letter-spacing: 0.4px;
width:100%;
color: #000000; 
text-align: left;
margin-bottom: 80px;
}

.ar-process-line-fill{
  background-color: #62b92c;
}


.ar-process-card-content{ 
  box-shadow: 0px 20px 60px -10px #d0cec8;
}

.ar-process-card-title{
font-family: 'alwaysdry-SansRegular';  
font-size: 22px; 
letter-spacing: 0px;
width:100%;
color: #000000; 
text-align: center; 
line-height: 1.4;
font-weight: bold;
margin-bottom: 12px;
}

.ar-process-content{
font-family: 'GeneralSans-Regular', sans-serif!important;
font-size: 16px; 
letter-spacing: 0.2px;
width:100%;
color: #000000; 
text-align: center; 
line-height: 1.4;
}

.transition-transform {
  font-family: 'dmc5';  
}

/* Tablet specific styles for process section */
@media (min-width: 641px) and (max-width: 1024px) {
  .ar-process-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .ar-process-title {
    font-size: clamp(32px, 4.5vw, 38px);
    text-align: center;
  }

  .ar-process-subtitle {
    font-size: clamp(20px, 2.8vw, 23px);
    text-align: center;
  }

  .ar-process-description {
    font-size: clamp(16px, 2vw, 18px);
    text-align: center;
    margin-bottom: 40px;
  }

  .ar-process-left {
    position: static !important;
    margin-bottom: 40px;
  }

  .ar-process-cards {
    gap: 56px !important;
  }

  .ar-process-card-content {
    padding: 28px 24px !important;
  }

  .ar-process-card-title {
    font-size: clamp(19px, 3vw, 21px);
  }

  .ar-process-content {
    font-size: clamp(15px, 2vw, 16px);
  }

  .ar-process-step {
    width: 40px !important;
    height: 40px !important;
    font-size: 15px !important;
  }

  .ar-process-button-wrapper {
    border-width: 8px !important;
    width: 100%;
    max-width: 100%;
  }

  .ar-process-button-wrapper .ad-btn {
    font-size: clamp(15px, 2vw, 16px) !important;
    padding: 14px 28px !important;
    width: 100%;
    display: block;
    text-align: center;
  }
}
/* process */



/* testimonial */ 
  @media (max-width: 1024px) { :root { --card-w: 22.5rem; } }
  @media (max-width: 640px) { :root { --card-w: 18.5rem; } }

  .testimonial-track { gap: var(--gap); display:flex; align-items:stretch; transform: translate3d(0,0,0); }
  .testimonial-card { width: var(--card-w); min-height:120px; box-sizing:border-box; flex-shrink:0; background: #0b0b0b;border-radius: 8px; border: 1px solid #ffffff25; }
  .testimonial-track, .testimonial-card { user-select:none; touch-action: pan-y; cursor: grab; }
  .testimonial-track.is-dragging { cursor:grabbing; }
  @media (prefers-reduced-motion: reduce) { .testimonial-track { transition:none !important; } }


.ar-abt-testimonial-h2{
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-align: center; 
  font-family: 'alwaysdry-SansRegular';  
   width:100%; 
  letter-spacing: 1px;  
}

.ar-testimonial-subtitle{
font-family: 'GeneralSans-Regular', sans-serif!important;
font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #62b92c;
  text-align:center; 
}

.ar-testimonial-description{
font-family: 'GeneralSans-light', sans-serif!important;
font-size: 18px; 
letter-spacing: 0.4px;
width:100%;
color: #ffffff; 
text-align: center;
margin-bottom: 80px;
}

.ar-testimonial-name{
font-family: 'alwaysdry-SansRegular', sans-serif!important;
color: #ffffff;
font-size: 16px;
letter-spacing: -0.2px;
font-style: italic;
text-transform: capitalize;
}

.ar-testimonial-sub{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 100;
  color: #ffffffad;
  text-align: left; 
  font-family: 'NeueHaasDisplay-XThin', sans-serif!important;
   width:100%; 
  letter-spacing: 1.4px; 
  margin-top: 2px;
  margin-bottom: 6px;
  text-decoration:underline
/* font-style: italic; */
}

.ar-testimonial-desc{
font-family: 'GeneralSans-light', sans-serif!important;
font-size: 14px; 
letter-spacing: 0.6px;
width:100%;
color: #ffffff; 
text-align: left; 
line-height: 1.5;
}
/* testimonial */


/* responsive adjustments */
@media (max-width: 1024px) {
  .ar-abt-p {
    width: 100%;
    font-size: 18px;
    padding: 0 12px;
  }

  .ar-abt-para {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-align: center;
  }

  .ar-abt-stats-section {
    position: static;
    height: auto !important;
    min-height: 0 !important;
    padding: 64px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    top: auto;
  }

  .ar-abt-stats {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .ar-abt-stats-h,
  .ar-abt-stats-p {
    width: 100%;
  }

  .ar-abt-stats-h2 {
    font-size: 32px;
    text-align: center;
  }

  .ar-stats-para {
    font-size: 16px;
    text-align: center;
  }

  .ar-abt-stats-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .ar-abt-stats-card {
    width: 100%;
    max-width: 340px;
    transform: none !important;
    opacity: 1 !important;
  }

  .ar-abt-orv-w,
  .ar-abt-orv-img {
    width: 100%;
  }

  .ar-abt-orv-img {
    margin-top: 48px;
  }
 

  .ar-aboutus-section .ar-aboutus-stic {
    padding-left: 0;
    padding-right: 0;
  }

  .ar-abt-mrq-scroller-container {
    --ar-abt-mrq-slide-width: clamp(200px, 60vw, 320px);
  }

  .ar-process-title {
    font-size: clamp(28px, 5vw, 36px);
    text-align: center;
    line-height: 1.3;
  }

  .ar-process-subtitle {
    font-size: clamp(18px, 3vw, 22px);
    text-align: center;
  }

  .ar-process-description {
    font-size: clamp(15px, 2.2vw, 17px);
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.5;
  }

  .ar-process-left {
    padding-left: 0;
    padding-right: 0;
    position: static !important;
    margin-bottom: 32px;
  }

  .ar-process-right {
    padding-left: 0;
    padding-right: 0;
  }

  .ar-process-card-content {
    width: 100% !important;
    padding: 24px 20px !important;
  }

  .ar-process-card-title {
    font-size: clamp(18px, 3.5vw, 20px);
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .ar-process-content {
    font-size: clamp(14px, 2vw, 15px);
    line-height: 1.5;
  }

  .ar-process-cards {
    gap: 48px !important;
  }

  .ar-process-step {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
    top: -18px !important;
  }

  .ar-process-line {
    width: 2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .ar-process-button-wrapper {
    border-width: 8px !important;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }

  .ar-process-button-wrapper .ad-btn {
    font-size: clamp(14px, 2.2vw, 16px) !important;
    padding: 12px 24px !important;
    white-space: nowrap;
    width: 100%;
    display: block;
    text-align: center;
  }

  /* Team section tablet styles */
  .team-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .team-title {
    max-width: 85%;
  }

  .ar-abt-team-h2 {
    font-size: clamp(36px, 6vw, 40px);
    line-height: 1.3;
    text-align: center;
  }

  .ar-team-para {
    font-size: clamp(16px, 2.5vw, 17px);
    letter-spacing: 1.2px;
    text-align: center;
  }

  /* Team section tablet styles - keep desktop layout on tablet */
  .team-mobile-slider {
    display: none !important;
  }

  .team-desktop-layout {
    display: block !important;
  }

  .team-wrapper {
    padding: 0 24px;
  }

  .team-sticky-wrapper {
    position: static !important;
    top: auto !important;
  }

  .team-collection-wrap {
    width: 100%;
  }

  .team-wrap {
    gap: 3rem !important;
    margin-top: 3rem;
  }

  .team-flex-wrap {
    flex-direction: column !important;
    gap: 3rem !important;
    width: 100%;
  }

  .team-flex-wrap.center {
    justify-content: flex-start !important;
  }

  .team-collection-item {
    max-width: 100% !important;
    width: 100% !important;
  }

  .team-collection-item.max-width-35 {
    max-width: 100% !important;
  }

  .single-team-wrapper {
    position: relative !important;
    height: auto !important;
    min-height: 450px;
    width: 100%;
  }

  .team-content {
    position: relative !important;
    height: 450px !important;
    min-height: 450px;
    width: 100%;
  }

  .team-image-wrapper {
    height: 450px !important;
    min-height: 450px;
    width: 100%;
  }

  .team-image {
    height: 450px !important;
    min-height: 450px;
    object-fit: cover;
    width: 100%;
  }

  /* Disable all animations and transforms on tablet */
  .team-icon-wrap,
  .single-team-wrapper,
  .team-content,
  .team-image-wrapper,
  .team-image {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .team-icon-wrap[style*="transform"],
  .team-icon-wrap[style*="scale3d"],
  .single-team-wrapper[data-w-id],
  .team-icon-wrap[style*="background-color"] {
    transform: none !important;
    background-color: rgb(255, 255, 255) !important;
  }

  .team-icon,
  .team-minus-icon {
    transform: none !important;
  }

  /* Override inline styles for team elements */
  .single-team-wrapper[style],
  .team-content[style],
  .team-image-wrapper[style],
  .team-image[style] {
    height: 450px !important;
    min-height: 450px !important;
  }

  /* Ensure team info cards are properly displayed */
  .team-info-content-wrpper {
    min-height: auto !important;
  }

  .team-info-image-wrapper {
    min-height: 280px !important;
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  .ar-abt-orv-h2 {
    font-size: 32px;
    text-align: center;
  }

  .ar-abt-para {
    font-size: 18px;
  }

  .ar-abt-stats-section {
    padding: 56px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .ar-abt-stats-h2 {
    font-size: 28px;
  }

  .ar-abt-stats-row {
    gap: 16px;
  }

  .ar-abt-stats-card {
    max-width: 300px;
    padding: 28px 24px;
    transform: none !important;
    opacity: 1 !important;
  }

  .ar-stats-desc {
    font-size: 14px;
  }

  .ar-process-title {
    font-size: clamp(24px, 6vw, 28px);
    line-height: 1.3;
  }

  .ar-process-subtitle {
    font-size: clamp(16px, 3.5vw, 18px);
  }

  .ar-process-description {
    font-size: clamp(14px, 2.5vw, 16px);
    margin-bottom: 24px;
    line-height: 1.5;
  }

  .ar-process-cards {
    gap: 40px !important;
  }

  .ar-process-card-content {
    padding: 20px 16px !important;
  }

  .ar-process-card-title {
    font-size: clamp(16px, 4vw, 18px);
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .ar-process-content {
    font-size: clamp(13px, 2.2vw, 14px);
    line-height: 1.5;
  }

  .ar-process-step {
    width: 32px !important;
    height: 32px !important;
    font-size: 12px !important;
    top: -16px !important;
  }

  .ar-process-line {
    width: 1.5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .ar-process-button-wrapper {
    border-width: 6px !important;
    width: 100%;
    max-width: 100%;
  }

  .ar-process-button-wrapper .ad-btn {
    font-size: clamp(13px, 2.5vw, 14px) !important;
    padding: 10px 20px !important;
    width: 100%;
    display: block;
    text-align: center;
  }

  /* Team section mobile styles */
  .team-section {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .team-title-wrap {
    margin-bottom: 3rem;
    padding: 0 20px;
  }

  .team-title {
    max-width: 100%;
    padding: 0;
  }

  .ar-abt-team-h2 {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 0 8px;
  }

  .ar-team-para {
    font-size: clamp(15px, 4vw, 16px);
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 1.7;
    padding-top: 24px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  /* Show mobile slider and hide desktop layout on mobile */
  .team-mobile-slider {
    display: block !important;
    padding: 0 10px;
  }

  .team-desktop-layout {
    display: none !important;
  }

  /* Team slider mobile styles */
  .teamSwiper {
    height: 450px;
    padding-bottom: 60px;
  }

  .team-slide-wrapper {
    height: 100%;
    padding: 0 5px;
  }

  .team-slide-wrapper .team-content {
    height: 100%;
    min-height: 450px;
    position: relative;
  }

  .team-slide-wrapper .team-image-wrapper {
    height: 100%;
    min-height: 450px;
  }

  .team-slide-wrapper .team-image {
    height: 100%;
    min-height: 450px;
    object-fit: cover;
  }

  /* Disable all animations and transforms on mobile slider */
  .team-slide-wrapper .team-icon-wrap,
  .team-slide-wrapper .single-team-wrapper,
  .team-slide-wrapper .team-content,
  .team-slide-wrapper .team-image-wrapper,
  .team-slide-wrapper .team-image {
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .team-title-wrap {
    padding: 0 16px;
    margin-bottom: 2.5rem;
  }

  .ar-abt-team-h2 {
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.4;
    padding: 0 4px;
  }

  .ar-team-para {
    font-size: clamp(14px, 3.8vw, 15px);
    letter-spacing: 0.6px;
    line-height: 1.8;
    padding-top: 20px !important;
  }

  /* Team slider extra small mobile */
  .teamSwiper {
    height: 400px;
    padding-bottom: 50px;
  }

  .team-slide-wrapper .team-content,
  .team-slide-wrapper .team-image-wrapper,
  .team-slide-wrapper .team-image {
    min-height: 400px;
  }

  .team-mobile-slider {
    padding: 0 5px;
  }
}



/* star rating */
.rating {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: Arial, sans-serif;
  gap: 8px;
}

.stars-outer {
  position: relative;
  display: inline-block;
  color: #ccc; /* empty star color */
}

.stars-outer span {
  letter-spacing: 3px;
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f5b50a; /* filled star color */
}

.rating-number {
  font-size: 18px;
  margin-left: 6px;
}

/* star rating */

/* google icon */
.google-icon {
   position: relative;
  top: 10px!important;
  right: 10px!important;   
  width: 5%!important;
}

.google-icon img {
  width: 100%;
  height: auto;
}

/* google icon */