/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Header/Header.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* --- GENERAL --- */
.Header_header__1RJ5C {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
}
.Header_header__1RJ5C.Header_scrolled__n_urz {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.Header_navbar__V_8gf {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .Header_navbar__V_8gf {
    padding: 0 1rem;
  }
}

/* --- LOGO --- */
.Header_logo__X2AKx img {
  max-height: 50px;
}

/* --- DESKTOP MENU --- */
.Header_menu__se7wM {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .Header_menu__se7wM {
    display: none;
  }
}

.Header_menuItem__Szub5 {
  position: relative;
  margin: 0 1rem;
  font-weight: 600;
  font-size: 15px;
}

/* --- MAIN LINK --- */
.Header_link__rGoSf {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 1rem 0.75rem;
  transition: color 0.25s ease, transform 0.25s ease;
}
.Header_link__rGoSf:hover {
  color: var(--webex-primary-color, #2563eb);
  transform: translateY(-1px);
}

/* --- SUBMENU --- */
.Header_subMenu__P8EgS {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #fff;
  list-style: none;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.25s ease;
  min-width: 200px;
  padding: 0;
}
.Header_subMenu__P8EgS li {
  border-bottom: 1px solid #f2f2f2;
}
.Header_subMenu__P8EgS li:last-child {
  border-bottom: none;
}

.Header_menuItem__Szub5:hover .Header_subMenu__P8EgS {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.Header_subLink__yAFdV {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
.Header_subLink__yAFdV:hover {
  background: var(--webex-primary-color, #2563eb);
  color: #fff;
  transform: translateX(4px);
}

/* --- MOBILE --- */
.Header_mobileMenuBtn__ogsBo {
  display: none;
}
@media (max-width: 991px) {
  .Header_mobileMenuBtn__ogsBo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
}

.Header_mobileMenu__XfB6x {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Header_mobileMenu__XfB6x li {
  margin-bottom: 8px;
}
.Header_mobileMenu__XfB6x li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  transition: color 0.25s ease;
}
.Header_mobileMenu__XfB6x li a:hover {
  color: var(--webex-primary-color, #2563eb);
}

.Header_mobileGroup__IbKaZ {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 16px;
  color: #777;
}

.Header_mobileSubMenu__ruwqj {
  list-style: none;
  padding-left: 10px;
}
.Header_mobileSubMenu__ruwqj li a {
  font-size: 14px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/UniversalCarousel/UniversalCarousel.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.UniversalCarousel_carousel__A1Sqy {
  width: 100%;
}
.UniversalCarousel_carousel__A1Sqy .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  padding: 0 10px;
  box-sizing: border-box;
}
.UniversalCarousel_carousel__A1Sqy .slick-list {
  margin: 0 -10px;
  box-sizing: border-box;
}
.UniversalCarousel_carousel__A1Sqy .slick-slider,
.UniversalCarousel_carousel__A1Sqy .slick-list,
.UniversalCarousel_carousel__A1Sqy .slick-track {
  height: 100% !important;
}
.UniversalCarousel_carousel__A1Sqy {
  /* 👇 arrows */
}
.UniversalCarousel_carousel__A1Sqy .slick-prev,
.UniversalCarousel_carousel__A1Sqy .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  /* size and shape */
  width: 40px;
  height: 40px;
  background: var(--webex-primary-color);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff; /* icon color */
  font-size: 1.5rem; /* icon size */
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.UniversalCarousel_carousel__A1Sqy .slick-prev:hover,
.UniversalCarousel_carousel__A1Sqy .slick-next:hover {
  opacity: 1;
}
.UniversalCarousel_carousel__A1Sqy {
  /* position them inside the carousel edges */
}
.UniversalCarousel_carousel__A1Sqy .slick-prev {
  left: 10px;
}
.UniversalCarousel_carousel__A1Sqy .slick-next {
  right: 10px;
}
.UniversalCarousel_carousel__A1Sqy {
  /* remove default ::before content if needed */
}
.UniversalCarousel_carousel__A1Sqy .slick-prev::before,
.UniversalCarousel_carousel__A1Sqy .slick-next::before {
  content: ""; /* remove default chevron */
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/PluginCard/PluginCard.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.PluginCard_card__C56Ah {
  position: relative;
  overflow: hidden;
  max-width: 560px;
  margin: 0 auto 30px;
}

.PluginCard_imageWrapper__THsJL {
  position: relative;
  overflow: hidden;
}
.PluginCard_imageWrapper__THsJL img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease, filter 0.35s ease;
}
.PluginCard_imageWrapper__THsJL .PluginCard_bgOverlay__fgwqn {
  position: absolute;
  inset: 0;
  background: var(--gradient-color1);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.PluginCard_imageWrapper__THsJL .PluginCard_bottomDetails__Z3UZf {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 5px 40px 40px;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.PluginCard_imageWrapper__THsJL .PluginCard_bottomDetails__Z3UZf h4 {
  color: #fff;
  /* reset link styles */
}
.PluginCard_imageWrapper__THsJL .PluginCard_bottomDetails__Z3UZf h4 a {
  color: inherit;
  text-decoration: none;
}
.PluginCard_imageWrapper__THsJL .PluginCard_bottomDetails__Z3UZf h4 a:hover {
  color: inherit;
  text-decoration: none;
}
.PluginCard_imageWrapper__THsJL .PluginCard_bottomDetails__Z3UZf > * {
  position: relative;
  z-index: 2; /* above overlay */
}
.PluginCard_imageWrapper__THsJL .PluginCard_bottomDetails__Z3UZf::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(to top, rgba(52, 17, 252, 0.8) 0%, rgba(52, 17, 252, 0) 100%);
  pointer-events: none;
  z-index: 1; /* behind text */
}
.PluginCard_imageWrapper__THsJL .PluginCard_hoverDetails__C9JfI {
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  padding: 5px 40px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, bottom 0.35s ease;
  z-index: 3;
}
.PluginCard_imageWrapper__THsJL .PluginCard_hoverDetails__C9JfI h4 {
  color: #fff;
}
.PluginCard_imageWrapper__THsJL .PluginCard_hoverDetails__C9JfI h4 a {
  color: inherit;
  text-decoration: none;
}
.PluginCard_imageWrapper__THsJL .PluginCard_hoverDetails__C9JfI h4 a:hover {
  color: inherit;
  text-decoration: none;
}
.PluginCard_imageWrapper__THsJL .PluginCard_hoverDetails__C9JfI p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  margin-bottom: 20px;
}
.PluginCard_imageWrapper__THsJL {
  /* Hover effects */
}
.PluginCard_imageWrapper__THsJL:hover img {
  transform: scale(1.1);
  filter: blur(1.5px);
}
.PluginCard_imageWrapper__THsJL:hover .PluginCard_bgOverlay__fgwqn {
  opacity: 0.6;
}
.PluginCard_imageWrapper__THsJL:hover .PluginCard_bottomDetails__Z3UZf {
  opacity: 0;
}
.PluginCard_imageWrapper__THsJL:hover .PluginCard_hoverDetails__C9JfI {
  opacity: 1;
  bottom: 0;
  visibility: visible;
  transition-delay: 0.3s;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/ServiceCard/ServiceCard.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ServiceCard_link__3d37_ {
  text-decoration: none;
  color: inherit;
}

.ServiceCard_card__t6VeY {
  position: relative;
  width: 100%;
  border-radius: 12px;
  /* use explicit aspect ratio */
  aspect-ratio: 3/2; /* you can adjust or use CSS variable */
}

.ServiceCard_imageWrapper__oIKOr {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
}
.ServiceCard_imageWrapper__oIKOr img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

/* Badge at the bottom, overflows */
.ServiceCard_badge__qCxde {
  position: absolute;
  bottom: -24px; /* pushes it out of the card */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 80%;
  display: flex;
  justify-content: center;
}
.ServiceCard_badge__qCxde h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.ServiceCard_badge__qCxde .ServiceCard_icon__w_J84 {
  flex-shrink: 0;
  width: 64px;
}

/* Overlay fills entire card */
.ServiceCard_overlay__cBFpw {
  position: absolute;
  inset: 0; /* full width/height of card */
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
  border-radius: 12px; /* match card radius */
}

.ServiceCard_overlayContent__1UJYo {
  color: #fff;
}
.ServiceCard_overlayContent__1UJYo h3 {
  margin: 12px 0 8px;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}
.ServiceCard_overlayContent__1UJYo p {
  max-width: 280px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #ddd;
}

.ServiceCard_iconBig__or94w {
  margin-bottom: 8px;
  background-color: var(--webex-primary-color);
  padding: 10px;
  border-radius: 8px;
  width: 128px;
  margin: auto;
}

/* Hover animations */
.ServiceCard_card__t6VeY:hover .ServiceCard_imageWrapper__oIKOr img {
  transform: scale(1.05);
}

.ServiceCard_card__t6VeY:hover .ServiceCard_overlay__cBFpw {
  opacity: 1;
  transform: translateY(0);
}

.ServiceCard_card__t6VeY:hover .ServiceCard_badge__qCxde {
  opacity: 0;
  transform: translate(-50%, 20px);
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/GradientText/GradientText.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.GradientText_textGradientColor__5oRw4 {
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  /* your gradient here */
  background-image: var(--gradient-color1);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/AnimateOnScroll/AnimateOnScroll.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.AnimateOnScroll_container__x2t4h {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.AnimateOnScroll_container__x2t4h.AnimateOnScroll_visible__wypQn {
  opacity: 1;
  transform: translateY(0);
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/FunFacts/FunFacts.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.FunFacts_section__b5711 {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 170px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .FunFacts_section__b5711 {
    padding-top: 45px;
  }
}

.FunFacts_row__rFg1n {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}

.FunFacts_item__5kWMx {
  display: flex; /* put children side by side */
  align-items: center; /* vertically align icon & text */
  gap: 1rem; /* space between icon and text */
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.FunFacts_item__5kWMx.FunFacts_visible__WxNJ_ {
  opacity: 1;
  transform: translateY(0);
}

.FunFacts_icon__r2cF0 {
  font-size: 40px;
  color: #4f3dff;
  flex-shrink: 0; /* don’t let icon shrink */
}

.FunFacts_text__CIbHi {
  display: flex;
  flex-direction: column; /* count above title */
  text-align: left;
}

.FunFacts_countBox__Xpljd {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.FunFacts_title__ykmmG {
  font-size: 1rem;
  font-weight: 600;
  color: #555;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/SeeMore/SeeMore.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SeeMore_container__LiF7Z {
  text-align: center;
  margin: 40px auto;
  padding: 20px 30px;
  border-radius: 12px;
  background-color: #f9f9f9;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  width: -moz-fit-content;
  width: fit-content;
  /* the moving gradient overlay */
}
.SeeMore_container__LiF7Z::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(93, 12, 245, 0.15) 0%, rgba(79, 61, 255, 0.15) 50%, rgba(93, 12, 245, 0.15) 100%);
  background-size: 200% 200%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}
.SeeMore_container__LiF7Z {
  /* lift + gradient on hover */
}
.SeeMore_container__LiF7Z:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.SeeMore_container__LiF7Z:hover::before {
  opacity: 1;
  animation: SeeMore_moveGradient__r4Xyf 2s linear infinite;
}
.SeeMore_container__LiF7Z {
  /* stack text above the gradient overlay */
  position: relative;
  z-index: 1;
}

.SeeMore_text__rAd3s {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  z-index: 1; /* above overlay */
}
.SeeMore_text__rAd3s a {
  text-decoration: underline;
  background-image: linear-gradient(90deg, #5d0cf5, #4f3dff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.SeeMore_text__rAd3s a:hover {
  opacity: 0.8;
}

@keyframes SeeMore_moveGradient__r4Xyf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/WhyChooseUs/WhyChooseUs.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.WhyChooseUs_section__mKC8L {
  position: relative;
  overflow: hidden;
  padding: 110px 0 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  /* gradient overlay */
}
.WhyChooseUs_section__mKC8L::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 22, 0.55) 0%, rgba(10, 12, 22, 0.35) 40%, rgba(10, 12, 22, 0.65) 100%);
  pointer-events: none;
  z-index: 0;
}

.WhyChooseUs_inner__smE86 {
  position: relative;
  z-index: 1; /* above overlay */
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.WhyChooseUs_row__FUHnA {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: clamp(24px, 4vw, 60px);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}
@media (max-width: 992px) {
  .WhyChooseUs_row__FUHnA {
    grid-template-columns: 1fr;
  }
}

.WhyChooseUs_titleBox__diJcp {
  margin-bottom: clamp(24px, 3vw, 60px);
}
.WhyChooseUs_titleBox__diJcp .WhyChooseUs_sub__OZ2VW {
  color: #fff;
  opacity: 0.85;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
}
.WhyChooseUs_titleBox__diJcp .WhyChooseUs_title__mXDL8 {
  color: #fff;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0;
}

.WhyChooseUs_grid__dtzXR {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 28px 28px;
  gap: 28px 28px;
}
@media (max-width: 576px) {
  .WhyChooseUs_grid__dtzXR {
    grid-template-columns: 1fr;
  }
}

.WhyChooseUs_box__aTYEs {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-gap: 16px;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.WhyChooseUs_box__aTYEs:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.WhyChooseUs_icon__Jq_aV {
  height: 56px;
  width: 56px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #5d0cf5, #4f3dff);
  color: #fff;
  font-size: 26px;
}

.WhyChooseUs_boxTitle__cE75J {
  color: #fff;
  font-weight: 700;
  margin: 2px 0 6px;
  line-height: 1.2;
  font-size: 18px;
}

.WhyChooseUs_boxDesc__6572h {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.WhyChooseUs_imageWrap__SWW7K {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.WhyChooseUs_imageWrap__SWW7K img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}
.WhyChooseUs_imageWrap__SWW7K:hover img {
  transform: scale(1.06);
}

/* floating decorative objects (optional) */
.WhyChooseUs_obj__qzwqV {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.WhyChooseUs_obj__qzwqV.WhyChooseUs_obj1__yx7lk {
  left: -40px;
  top: 10%;
  width: 120px;
  opacity: 0.8;
}
.WhyChooseUs_obj__qzwqV.WhyChooseUs_obj2__akfPp {
  right: -30px;
  bottom: 12%;
  width: 160px;
  opacity: 0.75;
}
@media (max-width: 992px) {
  .WhyChooseUs_obj__qzwqV {
    display: none;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/NewsRow/NewsRow.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.NewsRow_grid__eE_uT {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  gap: 30px;
}

.NewsRow_card__cOaEV {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}
.NewsRow_card__cOaEV:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.NewsRow_thumb__ggaGL {
  position: relative;
  overflow: hidden;
}
.NewsRow_thumb__ggaGL img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.NewsRow_thumb__ggaGL {
  /* gray foreground overlay */
}
.NewsRow_thumb__ggaGL::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  /* semi-transparent gray */
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* when the card is hovered, transform the img and fade in overlay */
.NewsRow_card__cOaEV:hover .NewsRow_thumb__ggaGL img {
  transform: scale(1.05);
  filter: blur(1.5px);
}

.NewsRow_card__cOaEV:hover .NewsRow_thumb__ggaGL::after {
  opacity: 1;
}

.NewsRow_category__bycp3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5d0cf5;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 10px;
  border-top-right-radius: 4px;
}

.NewsRow_content__Rqeqk {
  padding: 20px;
}
.NewsRow_content__Rqeqk h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 14px;
  line-height: 1.4;
}
.NewsRow_content__Rqeqk h4 a {
  color: inherit;
  text-decoration: none;
}
.NewsRow_content__Rqeqk h4 a:hover {
  color: #5d0cf5;
}

.NewsRow_bottom__UAPA4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
}

.NewsRow_author__TIYxc {
  display: flex;
  align-items: center;
  gap: 6px;
}
.NewsRow_author__TIYxc img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.NewsRow_author__TIYxc a {
  text-decoration: none;
  color: #5d0cf5;
  font-weight: 500;
}
.NewsRow_author__TIYxc a:hover {
  text-decoration: underline;
}

.NewsRow_date__WKDUu {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #999;
  font-size: 0.85rem;
}
.NewsRow_date__WKDUu i {
  color: #5d0cf5;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/CallToAction/CallToAction.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CallToAction_section__PtQQc {
  background: linear-gradient(90deg, #5d0cf5 0%, #4f3dff 100%);
  padding: 40px 20px;
  border-radius: 6px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.CallToAction_inner__lQDgi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.CallToAction_left__CgBvG {
  display: flex;
  align-items: center;
  gap: 20px;
}

.CallToAction_icon__Yxlg7 {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  font-size: 32px;
  color: #fff;
}

.CallToAction_content__Alccq p {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.CallToAction_content__Alccq h2 {
  font-size: 3rem;
  font-weight: 800;
  margin: 0;
  margin-right: 10rem;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Button/Button.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__OFOdO {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Ensure both anchor and button share the same look */
.Button_button__OFOdO,
.Button_button__OFOdO:link,
.Button_button__OFOdO:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* override browser defaults */
  text-decoration: none !important;
  color: inherit; /* or your desired text color */
  cursor: pointer;
}

/* optional hover focus states */
.Button_button__OFOdO:hover,
.Button_button__OFOdO:focus {
  text-decoration: none !important;
  outline: none;
}

/* add more of your own variants here */
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/Footer/Footer.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__OQpsI {
  background: #0f1522; /* dark */
  color: #bdbdbd;
  padding: 60px 20px 30px;
  position: relative;
}
.Footer_footer__OQpsI .Footer_inner__sTyQi {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 40px;
  gap: 40px;
}
.Footer_footer__OQpsI h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.Footer_footer__OQpsI h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 40px;
  height: 2px;
  background: #00d3a9; /* accent line */
}
.Footer_footer__OQpsI .Footer_logo__tSFSn img {
  max-width: 160px;
  margin-bottom: 20px;
}
.Footer_footer__OQpsI .Footer_logo__tSFSn p {
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.Footer_footer__OQpsI .Footer_social__8eyG7 {
  display: flex;
  gap: 12px;
}
.Footer_footer__OQpsI .Footer_social__8eyG7 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition: background 0.3s ease;
}
.Footer_footer__OQpsI .Footer_social__8eyG7 a:hover {
  background: #00d3a9;
}
.Footer_footer__OQpsI .Footer_list___LUas {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Footer_footer__OQpsI .Footer_list___LUas li + li {
  margin-top: 8px;
}
.Footer_footer__OQpsI .Footer_list___LUas a {
  text-decoration: none;
  color: #bdbdbd;
  font-size: 0.9rem;
}
.Footer_footer__OQpsI .Footer_list___LUas a:hover {
  color: #fff;
}
.Footer_footer__OQpsI .Footer_contact__oCwvS p {
  margin: 0 0 10px;
  font-size: 0.9rem;
}
.Footer_footer__OQpsI .Footer_contact__oCwvS p a {
  color: #bdbdbd;
  text-decoration: none;
}
.Footer_footer__OQpsI .Footer_contact__oCwvS p a i {
  margin-right: 8px;
  color: #00d3a9;
}
.Footer_footer__OQpsI .Footer_contact__oCwvS p a:hover {
  color: #fff;
}
.Footer_footer__OQpsI .Footer_newsletter__jBz4L p {
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.Footer_footer__OQpsI .Footer_newsletter__jBz4L form {
  display: flex;
  gap: 6px;
}
.Footer_footer__OQpsI .Footer_newsletter__jBz4L form input {
  flex: 1 1;
  padding: 10px 14px;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.Footer_footer__OQpsI .Footer_newsletter__jBz4L form input::placeholder {
  color: #999;
}
.Footer_footer__OQpsI .Footer_newsletter__jBz4L form button {
  background: #00d3a9;
  border: none;
  padding: 0 14px;
  border-radius: 4px;
  cursor: pointer;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Footer_footer__OQpsI .Footer_newsletter__jBz4L form button:hover {
  background: #00b890;
}
.Footer_footer__OQpsI .Footer_copyright__tIke_ {
  text-align: center;
  margin-top: 30px;
  font-size: 0.85rem;
  color: #888;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./components/VideoBackground/VideoBackground.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VideoBackground_videoBackground__A9pr3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.VideoBackground_video__3tNVw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; /* behind overlays */
}

/* optional background overlay */
.VideoBackground_colorOverlay__z8Lk7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6; /* adjust */
}

/* container for children */
.VideoBackground_overlay__46dEy {
  position: relative; /* sits above video and color overlay */
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
}
