@import url("developer.css");
@import url("all-variable-classes.css");
@import url("color.css");
@import url("fonts.css");
@import url("style.css");

.logo-text-purple {
  color: #5d00e3;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-8.333333%, 0, 0);
  }
}

@keyframes marquee-rtl {
  0% {
    transform: translate3d(-8.333333%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.marquee-container {
  direction: ltr;
  display: flex;
  overflow: hidden;
  width: 100%;
}

.marquee-content {
  animation: marquee 22s linear infinite;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-width: max-content;
  width: max-content;
  will-change: transform;
}

.marquee-container .marquee-content-rtl {
  animation: marquee-rtl 22s linear infinite !important;
}

.marquee-inner {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

.marquee-inner span {
  flex: 0 0 auto;
}

.marquee-content-rtl .marquee-inner span {
  direction: rtl;
  unicode-bidi: isolate;
}

.mobile-menu-transition {
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}

.mobile-menu-transition.open {
  transform: translateX(0);
}

.rotating-text-container {
  position: absolute;
  bottom: -25px;
  left: -55px;
  width: 127px;
  height: 127px;
  z-index: 20;
  border: solid 10px #fff;
  border-radius: 100px;
}

.rotating-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.experience-circle {
  background: #000000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.experience-circle span {
  width: 74px;
  height: 74px;
  background: linear-gradient(90deg,
      #b000f4 1.1%,
      #ac00f4 15.98%,
      #9e00f6 31.39%,
      #870ef9 47.05%,
      #662dfc 62.9%,
      #3549ff 78.88%,
      #0068ff 94.76%,
      #0070ff 98.57%,
      #0070ff 98.67%);
}

.why-choose-box:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images_new/dot.png) center center / contain no-repeat;
}

.gradient-1 {
  background: linear-gradient(90deg, #ae28f5 1.1%, #a328f5 98.67%);
}

/* Darker Purple */
.gradient-2 {
  background: linear-gradient(90deg, #a328f5 1.1%, #952af6 98.67%);
}

/* Mid Purple */
.gradient-3 {
  background: linear-gradient(90deg, #952af6 1.1%, #722dfb 98.67%);
}

/* Lighter Purple/Violet */
.gradient-4 {
  background: linear-gradient(90deg, #722dfb 1.1%, #3b45ff 98.67%);
}

/* Violet to Indigo */
.gradient-5 {
  background: linear-gradient(90deg, #722dfb 1.1%, #0074ff 98.67%);
}

.solutions-section {
  background: url(../images_new/solutions-section-banner.png) center center / cover no-repeat;
}

.logo-card-glow .logo-content,
.award-card-glow {
  position: relative;
  background-color: white;
  border-radius: 16px;
  padding: 30px 15px;
  border-top: 4px solid #ac00f4;
  box-shadow: 0px 9px 14px rgba(195, 195, 195, 0.25);
  width: 100%;
  display: flex;
  align-items: center;

}

img.service-icon-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.disabled {
  pointer-events: none;
}

.services-carousel-shell {
  overflow: hidden;
}

.services-carousel-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--gray-300);
  border-radius: 9999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  color: var(--gray-900);
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
  width: 48px;
  z-index: 20;
}

.services-carousel-button::before {
  border-color: currentColor;
  border-style: solid;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
}

.services-carousel-prev {
  left: 24px;
}

.services-carousel-prev::before {
  border-width: 0 0 2px 2px;
  transform: translateX(2px) rotate(45deg);
}

.services-carousel-next {
  right: 24px;
}

.services-carousel-next::before {
  border-width: 2px 2px 0 0;
  transform: translateX(-2px) rotate(45deg);
}

.services-carousel-button:hover {
  border-color: var(--secondary-800);
  color: var(--secondary-800);
}

.services-carousel-button.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.testimonial-section .swiper-slide {
  opacity: 0.5;
  transition: opacity 300ms, transform 300ms;
}

.testimonial-section .swiper-slide-active {
  opacity: 1;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border-radius: 9999px;
  color: var(--gray-700);
  border: 1px solid var(--gray-300);
  transition: all 0.2s;
}

.testimonial-section .swiper-button-prev::after,
.testimonial-section .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 800;
}

.testimonial-section .swiper-button-prev:hover,
.testimonial-section .swiper-button-next:hover {
  border-color: var(--secondary-800);
  color: var(--secondary-800);
}

@media (max-width: 640px) {
  .services-carousel-button {
    height: 40px;
    width: 40px;
  }

  .services-carousel-prev {
    left: 12px;
  }

  .services-carousel-next {
    right: 12px;
  }

  .testimonial-section .swiper-slide {
    width: 90%;
  }
}

.get-touch-section {
  background: url(../images_new/get-touch-bg.svg) center center / cover no-repeat;
}

.subscribe-now-inner {
  background: url(../images_new/newsletter-bg.svg) center center / cover no-repeat;
  min-height: 290px;
}

.logo-card-glow {
  position: relative;
}


.timeline-container {
  position: relative;
  padding-top: 50px;
  /* Space for the line and dots */
}

.timeline-line {
  position: absolute;
  top: 80px;
  /* Aligns with the dots' center */
  left: 0;
  right: 0;
  height: 2px;
  border-bottom: dashed 2px var(--secondary-400);
  z-index: 1;
}

.timeline-dot {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  border: solid 7px var(--secondary-200);
  background: var(--secondary-700);
  border-radius: 100px;
  top: 15px;
  cursor: pointer;
  transition: transform 0.3s;
}

.timeline-dot:hover {
  transform: scale(1.3);
}

.year-box {
  background: linear-gradient(90deg, #B000F4 1.1%, #AC00F4 15.98%, #9E00F6 31.39%, #870EF9 47.05%, #662DFC 62.9%, #3549FF 78.88%, #0068FF 94.76%, #0070FF 98.57%, #0070FF 98.67%);
  padding: 15px 16px;
  border-radius: 16px;
  color: white;
  min-width: 121px;
  text-align: center;
  font-weight: 700;
  transition: transform 0.3s;
}





.year-box:hover {
  transform: translateY(-5px);
}

.content-card-box {
  position: absolute;
  top: 135px;
  width: 100%;
  width: 448px;
  /* Fixed width for better control */
  box-shadow: 0px 3px 14px rgba(195, 195, 195, 0.25);
  background-color: white;
  padding: 20px;
  border-radius: 16px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  z-index: 3;
  text-align: left;
}


.content-card-box.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Triangle pointer for the active card */
.content-card-box::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

/* Positioning the content cards dynamically */
/* #card-2003 {
  left: calc(10% - 140px);
}
#card-2018 {
  left: calc(40% - 140px);
}

#card-2019 {
  left: calc(65% - 140px);
}

#card-2022 {
  left: calc(90% - 140px);
} */

/* New position */


.timeline-col-wrapper:hover .content-card-box {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Mobile adjustments: Stack content and hide horizontal line */
@media (max-width: 768px) {
  .timeline-line {
    display: none;
  }

  .timeline-container {
    padding-top: 0;
  }

  .timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
  }

  .timeline-dot {
    position: static;
    top: auto;
    margin-right: 16px;
  }

  .year-box {
    margin-bottom: 0;
  }

  /* Mobile content cards will appear below the year/dot block */
  .content-card-box {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  /* Hide arrow on mobile */
  .content-card-box::before {
    display: none;
  }

  /* Adjusting for mobile vertical timeline look */
  .timeline-col {
    width: 100%;
    justify-content: flex-start;
  }

  .timeline-col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

}

.benefit-number {
  color: transparent;
  -webkit-text-stroke: 1px #9b2cff;
  -moz-text-stroke: 1px #9b2cff;
  -o-text-stroke: 1px #9b2cff;
}

.request-consultation-content {
  background: url(../images_new/request-bg.png) no-repeat center center / cover #006EFC;
  padding: 15px;
  border-radius: 16px;
}

.get-touch-section .form-group label {
  color: var(--white);
}


/* Toast Notifications */
.toast-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
}

.toast {
	background: white;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	min-width: 300px;
	transform: translateX(400px);
	transition: transform 0.3s ease;
	border-left: 4px solid;
	width: fit-content;
}

.toast.show {
	transform: translateX(0);
}

.toast.success {
	border-left-color: #10b981;
}

.toast.error {
	border-left-color: #dc2626;
}

.error .toast-icon{
   border:1px solid #ff0000;
   border-radius:50px;
   padding:9px 16px;
   background-color: #fbc6c6;
}

.success .toast-icon{
   border:1px solid #36f900;
   border-radius:50px;
  padding:9px 16px;
   background-color: #c0ffb9;
}

.toast-close {
	margin-right: 12px;
	font-size: 20px;
}

.toast.success .toast-close {
	color: #10b981;
}

.toast.error .toast-close {
	color: #dc2626;
  font-size:20px;
}

.toast-content {
	flex: 1;
}

.toast-title {
	font-weight: 600;
	margin-bottom: 4px;
}

.toast-message {
	font-size: 14px;
	color: #6b7280;
}

.toast-close {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #9ca3af;
	margin-left: 10px;
}

.btn-loading {
	position: relative;
	color: transparent;
}

.btn-loading::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 1s ease infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@media (min-width: 1024px) {
	.lg\:flex {
		display: flex !important;
	}
}
.news-card a .hover-icon,
.news-card .blog-card-arrow .hover-icon { display: none; }
.news-card a:hover .hover-icon,
.news-card .blog-card-arrow:hover .hover-icon { display: block; }
.news-card a:hover .not-hover-icon,
.news-card .blog-card-arrow:hover .not-hover-icon { display: none; }

.blog-hero-frame {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  padding: 14px;
  /* border: 2px solid #B000F4; */
  /* border-radius: 16px; */
  /* background: linear-gradient(135deg, rgba(176, 0, 244, 0.06) 0%, rgba(0, 104, 255, 0.04) 100%); */
}

.blog-hero-frame img {
  display: block;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

body.ar .blog-hero-frame {
  margin-left: 0;
  margin-right: auto;
}

.blog-featured-card {
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.08);
}

.blog-tabs {
  gap: 0;
}

.blog-tabs .tab-button {
  border: none;
  background: transparent;
  cursor: pointer;
}

.blog-tabs .tab-button.active {
  background: #9333EA;
  color: #fff;
}

.blog-card-arrow {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #fff;
  padding: 8px;
  border-radius: 9999px;
  line-height: 0;
  transition: transform 0.8s ease;
}

.blog-card-arrow:hover {
  transform: scale(1.05);
}

.blog-card-arrow img {
  width: 20px;
  height: 20px;
  transition: transform 0.8s ease;
}


.blog-card-arrow.blog-card-arrow-new img{width: 36px; height: 36px;}


