.AboutVideoSection_aboutVideoSection__W9xDK {
  display: flex;
}
.AboutVideoSection_aboutVideoArea__1xSsN {
  position: relative;
  margin: auto;
  width: 100%;
  margin-top: 5rem;
  padding: 0 2rem;
  overflow: hidden;
}
.AboutVideoSection_aboutVideoArea__1xSsN > img,
.AboutVideoSection_aboutVideoArea__1xSsN > video {
  width: 100%;
  border-radius: 2rem;
  
}
/* .AboutVideoSection_aboutVideoArea__1xSsN > video {
  width: 100%;
  border-radius: 2rem;
  max-width: 100%;
  height: auto;
} */
@media (max-width: 768px) {
  .AboutVideoSection_aboutVideoArea__1xSsN > video {
    transform: none; /* or scale(1) */
  }
  
  .AboutVideoSection_aboutVideoArea__1xSsN {
    padding: 0 1rem; /* reduce padding on mobile */
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}
.AboutVideoSection_aboutVideoArea__1xSsN > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary);
  height: 6rem;
}

.LinkArea_linkArea__wdeyU {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.125rem;
}
.LinkArea_linkArea__wdeyU > a {
  display: inline-flex;
  background: var(--background);
  color: var(--primary);
  padding: 0.75rem 1.5rem;
  border:1px solid;
  border-color: var(--primary);
  font-weight: 800;
  border-radius: 0.5rem;
  gap: 0.5rem;
}
.LinkArea_linkArea__wdeyU > a > img {
  height: 1.25rem;
}
.CTASection_ctaArea___mBaa {
  position: relative;
  background: var(--primary);
  border-radius: 2.5rem;
  padding: 5rem 4rem;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 10rem;
}
.CTASection_ctaArea___mBaa > img {
  position: absolute;
  left: 55%;
  top: 66%;
  transform: translate(-50%, -50%);
  height: 4.375rem;
}
.CTASection_ctaArea___mBaa h3 {
  color: var(--background);
  position: relative;
  font-size: 2.125rem;
  margin-bottom: 1.25rem;
}
.CTASection_ctaArea___mBaa h3 + p {
  max-width: 25rem;
  color: var(--background);
}
.CTASection_ctaArea___mBaa h3 > span {
  color: var(--background);
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}
.CTASection_ctaArea___mBaa h3 > span:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 2rem;
  background: url(/assets/images/underline.svg) no-repeat 50%;
  left: 49%;
  bottom: 0;
  transform: translate(-50%, 60%);
}
.CTASection_ctaArea___mBaa h3:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/images/sprite.svg) no-repeat 50%;
  background-size: contain;
  right: 0;
  top: 0;
  transform: translate(45%, -25%);
}
p.CTASection_textAfterLink__BAIGY {
  text-align: center;
  color: var(--background);
  margin: 1rem 0 0;
}
.CTASection_ctaArea___mBaa:before {
  left: 0;
  width: 12rem;
  height: 12rem;
  border-radius: 2rem;
  background-color: #1e3a8f;
  transform: translate(-47%, 69%) rotate(-15deg);
}
.CTASection_ctaArea___mBaa:after,
.CTASection_ctaArea___mBaa:before {
  content: "";
  bottom: 0;
  position: absolute;
  background-color: #1e3a8f;
  opacity: 0.75;
  z-index: -1;
}
.CTASection_ctaArea___mBaa:after {
  right: 0;
  width: 35rem;
  height: 35rem;
  background-color: #1e3a8f;
  border-radius: 50%;
  transform: translate(32%, 46%);
}
@media (max-width: 576px) {
  .CTASection_ctaArea___mBaa {
    padding: 2rem;
    border-radius: 1rem;
  }
  .CTASection_ctaArea___mBaa > img {
    display: none;
  }
  .CTASection_ctaArea___mBaa:before {
    bottom: auto;
    top: 0;
    transform: translate(-15%, -50%) rotate(15deg);
  }
  .CTASection_ctaArea___mBaa:after {
    width: 25rem;
    height: 25rem;
  }
}
.SectionHeading_sectionHeading__rYULw.SectionHeading_textCenter__cS2ey {
  margin-bottom:0;
}
.SectionHeading_textCenter__cS2ey {
  text-align: center;
}
.SectionHeading_sectionHeading__rYULw > h3 {
  border: 0.0625rem solid var(--primary);
  color: var(--primary);
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  padding: 0.25rem 1.125rem;
  margin-bottom: 1.25rem;
}
.SectionHeading_sectionHeading__rYULw > h2 {
  font-size: 2.6875rem;
  font-weight: 600;
}
.SectionHeading_sectionHeading__rYULw > h2:last-child {
  margin-bottom: 0;
}
.SectionHeading_sectionHeading__rYULw > h2 > span {
  color: var(--primary);
  position: relative;
  display: inline-block;
  padding-bottom: 1.75rem;
}
.SectionHeading_sectionHeading__rYULw > h2 > span:before {
  content: "";
  position: absolute;
  width: 115%;
  height: 2rem;
  background: url(/assets/images/underline.svg) no-repeat 50%;
  left: 55%;
  bottom: 0;
  transform: translate(-50%);
}
@media (max-width: 576px) {
  .SectionHeading_sectionHeading__rYULw > h2 {
    font-size: 2rem;
  }
  .SectionHeading_sectionHeading__rYULw > h2 > span {
    padding-bottom: 0.125rem;
  }
  .SectionHeading_sectionHeading__rYULw > h2 > span:before {
    height: 1.25rem;
    transform: translate(-50%, 85%);
  }
  .SectionHeading_sectionHeading__rYULw > h3 {
    font-size: 1rem;
  }
}
.ContactSection_contactLeftDetails__KsiJl > ul {
  margin: 1.25rem 0 0;
}
.ContactSection_contactLeftDetails__KsiJl > ul > li {
  padding: 1rem 0;
}
.ContactSection_contactLeftDetails__KsiJl > ul > li + li {
  border-top: 1px solid var(--line-color);
}
.ContactSection_contactLeftDetails__KsiJl > ul > li:first-child {
  padding-top: 0;
}
.ContactSection_contactLeftDetails__KsiJl > ul > li:last-child {
  padding-bottom: 0;
}
.ContactSection_contactLeftDetails__KsiJl > ul > li > label {
  margin-bottom: 0.5rem;
}
.ContactSection_contactLeftDetails__KsiJl > ul > li > a {
  display: block;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.ContactSection_contactLeftDetails__KsiJl > ul > li > a > svg {
  position: absolute;
  top: 0.125rem;
  left: 0;
  color: var(--primary);
}
.ContactSection_contactInputArea__7B8ln {
  position: relative;
}
.ContactSection_contactInputArea__7B8ln > svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  color: #454545;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.ContactSection_contactInputArea__7B8ln
  > .ContactSection_selectDropDown__v6kLL
  > div,
.ContactSection_contactInputArea__7B8ln > input,
.ContactSection_contactInputArea__7B8ln > select,
.ContactSection_contactInputArea__7B8ln > textarea {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid black;
  padding: 0.75rem 1rem;
  color: var(--text-color);
  background: var(--background);
  outline: 0;
  transition: all 0.3s;
}
.ContactSection_contactInputArea__7B8ln
  > .ContactSection_selectDropDown__v6kLL {
  outline: 0;
}
.ContactSection_contactInputArea__7B8ln
  > .ContactSection_selectDropDown__v6kLL
  * {
  padding: 0;
  margin: 0;
  color: #454545;
  outline: 0;
  box-shadow: none;
}
.ContactSection_contactInputArea__7B8ln [class*="indicatorSeparator"] {
  display: none;
}
.ContactSection_contactInputArea__7B8ln [class*="menu"] {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0 !important;
  overflow: hidden;
  font-weight: 500;
}
.ContactSection_contactInputArea__7B8ln [class*="menu"] [class*="option"] {
  padding: 0.5rem 1rem;
  background: var(--background);
}
.ContactSection_contactInputArea__7B8ln
  [class*="menu"]
  [class*="option"]:hover {
  background: var(--primary);
  color: #f8f8f8;
  transition: all 0.3s;
}
.ContactSection_contactInputArea__7B8ln
  [class*="menu"]
  .ContactSection_selected__ySJOc {
  background: var(--primary) !important;
}
.ContactSection_contactInputArea__7B8ln > svg + input {
  padding-left: 2.75rem;
}
.insta {
  fill: white;
}
.ContactSection_contactInputArea__7B8ln > input::placeholder,
.ContactSection_contactInputArea__7B8ln > textarea::placeholder {
  color: #454545;
}
.ContactSection_contactInputArea__7B8ln > textarea {
  height: 7.5rem;
  resize: none;
}
.ContactSection_contactInputArea__7B8ln > button[type="submit"] {
  border: 0;
  width: 100%;
  border-radius: 0.5rem;
  color: white;
  padding: 0.75rem;
  background: var(--primary);
  font-weight: 600;
}
.ContactSection_contactInputArea__7B8ln:focus-within > svg,
.ContactSection_contactInputArea__7B8ln:not(:focus-within):has(
    input:not(:placeholder-shown)
  )
  > svg,
.ContactSection_contactInputArea__7B8ln:not(:focus-within):has(
    input:not(:placeholder-shown):valid
  )
  > svg,
.ContactSection_nice-select__iwP0V
  .ContactSection_option__PrjFd.ContactSection_focus__amdzz,
.ContactSection_nice-select__iwP0V
  .ContactSection_option__PrjFd.ContactSection_selected__ySJOc.ContactSection_focus__amdzz,
.ContactSection_nice-select__iwP0V .ContactSection_option__PrjFd:hover {
  color: var(--primary);
}
.ContactSection_contactInputArea__7B8ln
  > .ContactSection_nice-select__iwP0V.ContactSection_open__ZlFCU,
.ContactSection_contactInputArea__7B8ln
  > .ContactSection_nice-select__iwP0V:focus,
.ContactSection_contactInputArea__7B8ln > input:focus,
.ContactSection_contactInputArea__7B8ln > select:focus,
.ContactSection_contactInputArea__7B8ln > textarea:focus {
  border-color: var(--primary);
}
.ContactSection_contactInputArea__7B8ln
  > input:not([type="submit"]):not(:placeholder-shown),
.ContactSection_contactInputArea__7B8ln > input:not([type="submit"]):valid,
.ContactSection_contactInputArea__7B8ln
  > select:has(option:checked:not([value=""])),
.ContactSection_contactInputArea__7B8ln > textarea:not(:placeholder-shown),
.ContactSection_contactInputArea__7B8ln > textarea:valid,
.ContactSection_nice-select__iwP0V:has(
    .ContactSection_list__GQqyD
      li.ContactSection_selected__ySJOc:not([data-value=""])
  ) {
  color: var(--text-color);
}
@media (max-width: 576px) {
  .ContactSection_contactLeftDetails__KsiJl > ul {
    margin: 1.25rem 0 3rem;
  }
}
.HomeBanner_homeBanner__GsXD_ {
  position: relative;
  height: 100vh;
  min-height: 48.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .HomeBanner_homeBanner__GsXD_ {
    position: static;
    height: 100vh;
    min-height: 48.5rem;
    text-align: center;
  }
}
.HomeBanner_bannerCenterContainer__TV1q0 {
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
}
.HomeBanner_bannerHeading__oxpyB {
  width: 100%;
  max-width: 38rem;
  margin: auto;
}
.HomeBanner_bannerHeading__oxpyB > h1 {
  font-size: 3.5625rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
  position: relative;
  color: var(--primary);
}
.HomeBanner_bannerHeading__oxpyB > h1:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/images/sprite.svg) no-repeat 50%;
  background-size: contain;
  right: 0;
  top: 0;
  transform: translate(75%, -25%);
}
.HomeBanner_bannerHeading__oxpyB > h1 > span > img {
  content: "";
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  opacity: 0;
  right: -20%;
  bottom: -20%;
  transform: translate(70%, 60%) scale(1.1);
}
.HomeBanner_bannerHeading__oxpyB > p {
  color: var(--text-color);
  font-size: 0.9375rem;
  width: 100%;
  max-width: 24rem;
  margin: auto;
}
.HomeBanner_bannerHeading__oxpyB > p > span {
  color: var(--text-color);
  font-weight: bold;
}
.HomeBanner_bannerBottom__PfjcP {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 64.0625rem;
  opacity: 0;
  transform: translate(-50%, 50px);
}
.HomeBanner_bannerBottom__PfjcP > img {
  width: 100%;
}
.HomeBanner_bannerObjects__Frn7Q {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.HomeBanner_bannerHeading__oxpyB > h1 > span,
.HomeBanner_bannerObjects__Frn7Q > span {
  position: relative;
  color: var(--background);
  background: var(--primary);
  box-shadow: 0 0.125rem 1.875rem 0.0625rem rgba(198, 238, 57, 0.3);
}
.HomeBanner_bannerHeading__oxpyB > h1 > span {
  padding: 0.25rem 1.375rem;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}
.HomeBanner_bannerObjects__Frn7Q > span {
  position: absolute;
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  padding: 0 1rem 0.075rem;
  text-transform: uppercase;
  min-width: 7rem;
  opacity: 0;
}
.HomeBanner_bannerObjects__Frn7Q > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets/images/cursor.svg) no-repeat 50%;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  transform: translate(-100%, -100%);
}
.HomeBanner_bannerObjects__Frn7Q > span.HomeBanner_leftCenter__9BeDo:before {
  left: auto;

  right: 0;
  transform: translate(100%, -100%) scaleX(-1);
}
.HomeBanner_bannerObjects__Frn7Q > span.HomeBanner_leftCenter__9BeDo {
  top: 70%;
  left: -3%;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);

  transform: translate(-33%, -50%) scale(1.1);
}
.HomeBanner_bannerObjects__Frn7Q > span.HomeBanner_rightBottom__n_YJc {
  bottom: 0;
  right: 12%;
  transform: translateY(200%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.HomeBanner_bannerObjects__Frn7Q > span.HomeBanner_rightCenter__nO4pQ {
  top: 60%;
  right: -3%;
  transform: translate(35%, -50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}
.HomeBanner_bannerBottomBadges__SnJl4 {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translate(-50%, 50%);
  overflow: hidden;
}
.HomeBanner_bannerBottomBadges__SnJl4
  > .HomeBanner_bannerBottomBadgesArea__tmU13 {
  position: relative;
  left: 50%;
  background: var(--light-bg);
  color: var(--background);
  font-weight: 700;
  font-size: 1.125rem;
  padding: 1.375rem 1.5rem;
  width: calc(100% + 3rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.HomeBanner_bannerBottomBadgesArea__tmU13 > ul {
  width: 200%;
  display: flex;
  animation: HomeBanner_marquee__u9bNp 15s linear infinite;
}
.HomeBanner_bannerBottomBadgesArea__tmU13 > ul > li {
  width: 10%;
}
.HomeBanner_bannerBottomBadges__SnJl4
  > .HomeBanner_bannerBottomBadgesArea__tmU13:first-child {
  transform: translateX(-50%) rotate(2.75deg) translateY(50%);
  filter: brightness(0.9);
}
.HomeBanner_bannerBottomBadges__SnJl4
  > .HomeBanner_bannerBottomBadgesArea__tmU13:last-child {
  transform: translateX(-50%) rotate(-2.75deg) translateY(-50%);
}
@keyframes HomeBanner_marquee__u9bNp {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 576px) {
  .HomeBanner_bannerCenterContainer__TV1q0 {
    top: 40%;
  }
  .HomeBanner_bannerHeading__oxpyB > h1 {
    font-size: 2.5rem;
  }
  .HomeBanner_bannerBottomBadges__SnJl4
    .HomeBanner_bannerBottomBadgesArea__tmU13 {
    min-width: 300%;
    padding: 1rem 1.5rem;
  }
  .HomeBanner_bannerBottom__PfjcP > img {
    min-height: 17rem;
    object-fit: cover;
  }
  .HomeBanner_bannerObjects__Frn7Q {
    top: 60%;
    transform: scale(0.75);
  }
  .HomeBanner_bannerHeading__oxpyB > h1:before {
    transform: translate(15%, -15%);
  }
  .HomeBanner_bannerBottomBadges__SnJl4
    > .HomeBanner_bannerBottomBadgesArea__tmU13:first-child {
    transform: translateX(-50%) rotate(4.5deg) translateY(50%);
  }
  .HomeBanner_bannerBottomBadges__SnJl4
    > .HomeBanner_bannerBottomBadgesArea__tmU13:last-child {
    transform: translateX(-50%) rotate(-4.5deg) translateY(-50%);
  }
  .HomeBanner_bannerHeading__oxpyB > h1 > span > img {
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
    bottom: -10%;
    transform: translate(25%, 60%) scale(1.1);
  }
}
.PortfolioSection_singlePortfolioArea__aT6i7 {
  padding: 4.5rem 0;
}
.PortfolioSection_singlePortfolioArea__aT6i7:first-child {
  padding-top: 0;
}
.PortfolioSection_singlePortfolioArea__aT6i7:last-child {
  padding-bottom: 0;
}
.PortfolioSection_singlePortfolioArea__aT6i7
  + .PortfolioSection_singlePortfolioArea__aT6i7 {
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.PortfolioSection_portfolioDetailsArea__OYant {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.PortfolioSection_portfolioDetails__HBkV_ > h2 {
  color: var(--primary);
  font-size: 2rem;
  margin-bottom: 1rem;
}
.PortfolioSection_portfolioDetails__HBkV_ > p {
  font-size: 1.5rem;
  max-width: calc(9rem + 9ch);
  text-transform: capitalize;
}
.PortfolioSection_portfolioImageSlider__5aqkS img {
  width: 100%;
  border-radius: 0.75rem;
}
@media (max-width: 576px) {
  .PortfolioSection_portfolioDetails__HBkV_ > h2 {
    font-size: 1.75rem;
  }
  .PortfolioSection_portfolioDetails__HBkV_ > p {
    font-size: 1.25rem;
    max-width: 20rem;
  }
  .PortfolioSection_portfolioImageSlider__5aqkS {
    margin-top: 3rem;
  }
}


@media (min-width: 345px) and (max-width: 374px){
  .HomeBanner_bannerHeading__oxpyB > h1 > span{
              font-size: 3.1rem;
       }
}





.ServicesSection_singleService__zqn_u {
  position: relative;
  padding: 2rem 2rem 6rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 1rem;
}
.ServicesSection_singleService__zqn_u:after,
.ServicesSection_singleService__zqn_u:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 45%;
  left: 50%;
  border-radius: 1rem;
}
.ServicesSection_singleService__zqn_u:before {
  width: 40%;
  height: 330%;
  /* background: var(--light-bg); */
  /* transform: translate(-50%, -50%); */
  z-index: -2;
  /* animation: ServicesSection_rotate__DCqkC 10s linear infinite; */
  animation-delay: var(--delay);
}
.ServicesSection_singleService__zqn_u:after {
  width: calc(100% - 0.125rem);
  height: calc(96% - 2.125rem);
  background: var(--light-bg);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.services-row > .col-md-4 {
  padding-bottom: 0 !important;
}
.ServicesSection_singleServiceImg__08se7 {
  display: flex;
  width: 3rem;
  height: 3rem;
  background: var(--background);
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.ServicesSection_singleServiceImg__08se7 > img {
  width: 1.4375rem;
  height: 1.4375rem;
  margin: auto;
  object-fit: contain;
}
.ServicesSection_singleService__zqn_u > h3 {
  font-size: 2.0625rem;
  margin-bottom: 1rem;
  color: white;
}

.ServicesSection_singleService__zqn_u > p {
  font-weight: 300;
  max-width: 16rem;
  font-size: 18px;
  color: white;
  
}


.crazy-service-card {
  max-width: calc(100% - 30px);
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  background: linear-gradient(135deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0) 100%);
  transition: all 0.3s ease;
}


.crazy-icon {
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 0 5px rgba(100, 200, 255, 0.7));
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(5deg); }
}

.crazy-heading {
  position: relative;
  display: inline-block;
}

.crazy-heading::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, 
              #ff00ff 0%, 
              #00ffff 50%, 
              #ff00ff 100%);
  background-size: 200% 100%;
  animation: gradientFlow 2s linear infinite;
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}


.crazy-service-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle, rgba(255,0,255,0.1) 0%, transparent 70%) 0 0,
    radial-gradient(circle, rgba(0,255,255,0.1) 0%, transparent 70%) 50% 50%;
  background-size: 300px 300px;
  animation: particles 20s linear infinite;
  z-index: -1;
  opacity: 0.5;
}




@keyframes particles {
  0% { transform: translate(0,0); }
  100% { transform: translate(300px,300px); }
}
@keyframes ServicesSection_rotate__DCqkC {
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.TeamsSection_singleTeamImageArea__gbvb8 {
  position: relative;
  margin-bottom: 1.25rem;
}
.TeamsSection_singleTeamImageArea__gbvb8 > img.TeamsSection_image__H1N3o {
  width: 100%;
  border-radius: 1.5rem;
}
.TeamsSection_singleTeamImageArea__gbvb8 > img:not(.TeamsSection_image__H1N3o) {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.TeamsSection_crownImage__nfLS5 {
  left: 5%;
  top: -10%;
  max-width: 60.69%;
}
.TeamsSection_penImage__iduYv {
  bottom: -5%;
  right: -5%;
  max-width: 36.786%;
}
.TeamsSection_wwwImage__gUwLT {
  left: 5%;
  bottom: 32%;
  max-width: 18.395%;
}
.TeamsSection_globeImage__auH6D {
  right: -5%;
  top: -5%;
  max-width: 33.11%;
}
.TeamsSection_creativeImage__MQSQk {
  left: -10%;
  bottom: 17%;
  max-width: 33.11%;
}
.TeamsSection_paintImage__4NaRy {
  right: -5%;
  top: 5%;
  max-width: 25.75%;
}
.TeamsSection_singleTeamImageArea__gbvb8:hover > img {
  opacity: 1;
  visibility: visible;
}
.TeamsSection_singleTeam__M_IDN > h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.TeamsSection_singleTeam__M_IDN > p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.TeamsSection_singleTeam__M_IDN > ul {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.TeamsSection_singleTeam__M_IDN > ul > li > a > svg {
  height: 1rem;
}
.TechnologiesSection_sideImage__FWL6g {
  display: block;
  justify-self: center;
  width: 100%;
  max-width: 25.5rem;
  justify-content: center;
  /* margin-left: auto; */
}
@media (max-width: 576px) {
  .TechnologiesSection_sideImage__FWL6g {
    margin-top: 4rem;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.TestimonialsSection_testimonialStars__ZbDrj {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.TestimonialsSection_testimonialStars__ZbDrj > li > svg {
  color: #f6ad01;
  height: 1.75rem;
}
.TestimonialsSection_singleTestimonial__JpWkO > p {
  font-size: 2.275rem;
  color: #050403;
}
.TestimonialsSection_testimonialDetailArea__yTwyA {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.TestimonialsSection_testimonialClientDetailArea__LXCho,
.TestimonialsSection_testimonialCompanyDetailArea__LTGmZ {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.TestimonialsSection_testimonialClientDetailArea__LXCho > img {
  width: 3.5rem;
  height: 3.5rem;
  background: var(--primary);
  border-radius: 50%;
  object-fit: cover;
}
.TestimonialsSection_testimonialClientDetailArea__LXCho {
  padding-right: 4rem;
}
.TestimonialsSection_testimonialCompanyDetailArea__LTGmZ {
  padding-left: 4rem;
  border-left: 0.0625rem solid var(--text-color);
}
.TestimonialsSection_testimonialClientDetail__teNM3 > h3 {
  font-size: 1rem;
  margin-bottom: 0.125rem;
  color: black
}
.TestimonialsSection_testimonialClientDetail__teNM3 > p {
  font-size: 0.75rem;
  font-weight: 300;
  color: black;
  opacity: 0.6;
}
.TestimonialsSection_testimonialCompanyDetailArea__LTGmZ > img {
  width: 3.75rem;
  height: 3.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.TestimonialsSection_testimonialCompanyDetailArea__LTGmZ > h3 {
  font-size: 1.125rem;
  color: black
}
.styled-alert {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 25px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 1000;
  animation: slideIn 0.3s ease-out forwards;
}

.styled-alert.success {
  background: #4CAF50;
}

.styled-alert.error {
  background: #f44336;
}

.fade-out {
  animation: fadeOut 0.3s ease-out forwards;
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes fadeOut {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(100%); opacity: 0; }
}
@media (max-width: 576px) {
  .TestimonialsSection_testimonialsSlider__Vqg8Y {
    padding-bottom: 1.75rem;
  }
  .TestimonialsSection_testimonialStars__ZbDrj {
    margin-bottom: 1rem;
  }
  .TestimonialsSection_testimonialStars__ZbDrj > li > svg {
    height: 1.15rem;
  }
  .TestimonialsSection_singleTestimonial__JpWkO > p {
    font-size: 1.5rem;
  }
  .TestimonialsSection_testimonialDetailArea__yTwyA {
    flex-direction: row;
    align-items: flex-start;
  }
  .TestimonialsSection_testimonialClientDetailArea__LXCho,
  .TestimonialsSection_testimonialCompanyDetailArea__LTGmZ {
    /* padding: 0;
    border: 0; */
    width: 40%;
  }
  /* .TestimonialsSection_testimonialCompanyDetailArea__LTGmZ {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  } */
}
