/* .app-section {
  padding: 4rem 0rem;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  width:100%;
  height:100%;
}

.main-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3rem;
}

.main-title .highlight {
  color: #5f3dc4;
  margin: 0 0.3rem;
}

.main-title .bold {
  color: #111;
}

.app-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.text-section {
  max-width: 600px;
  text-align: center;
}

.subheading {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
}

.description {
  font-size: 1rem;
  color: #555;
  font-weight: 400;
  line-height: 1.6;
}

.image-gallery {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.image-gallery img {
  width: 150px;
  height: auto;
  border-radius: 1.5rem;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .app-content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }

  .text-section {
    flex: 1;
  }

  .image-gallery {
    flex: 1;
    justify-content: flex-end;
  }

  .main-title {
    font-size: 3rem;
  }
} */







/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 60px 0;
  overflow: hidden;
  background-color: #000000;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-headline {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #303030;
}

.hero-fade-text {
  background: linear-gradient(to bottom, #007BFF 0%, #616161 100%);
  /* background-color:#007BFF ; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
}

.hero p {
  margin: 10px 0 0 0;
  font-size: 22px;
  /* color: color-mix(in srgb, #ccc, transparent 30%); */
  color: #777777;
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
  }
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: #007BFF;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, #2a91ff, transparent 15%);
}

.hero .icon-box {
  background-color: var(--surface-color);
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.hero .icon-box .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.hero .icon-box .description {
  font-size: 15px;
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: var(--accent-color);
}

@media (min-width: 640px) {
  .hero .icon-box:hover {
    transform: scale(1.08);
  }

  .hero .icon-box:hover .title a {
    color: var(--accent-color);
  }
}

/*Hero sub section*/

.process-wrapp {
  text-align: center;
  cursor: pointer;
}

.process-wrapp > .service-heading{
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 20px;
  color: #535353;
}

.process-wrapp > .pro-step {
  position: relative;
  z-index: 1;
}

.process-wrapp > .pro-step {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.process-wrapp:hover > .pro-step::before {
  content: "";
  background: transparent;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.process-wrapp > .pro-step.blue{
  background: #007BFF;
}

.process-wrapp:hover .pro-step.blue{
  -webkit-animation: itg_pulse_blue 1s infinite;
  -o-animation: itg_pulse_blue 1s infinite;
  animation: itg_pulse_blue 1s infinite;
  -webkit-box-shadow:0 0 0 0 rgb(0, 188, 212);
  box-shadow:0 0 0 0 rgb(0, 188, 212);
}

.process-wrapp > .pro-step.midnight{
  background: #b1b1b1;
}

.process-wrapp:hover .pro-step.midnight{
  -webkit-animation: itg_pulse_midnight 1s infinite;
  -o-animation: itg_pulse_midnight 1s infinite;
  animation: itg_pulse_midnight 1s infinite;
  -webkit-box-shadow:0 0 0 0 rgb(65, 82, 107);
  box-shadow:0 0 0 0 rgb(65, 82, 107);
}

.process-wrapp > .pro-step.purple{
  background: #812cff;
}

.process-wrapp:hover .pro-step.purple{
  -webkit-animation: itg_pulse_purple 1s infinite;
  -o-animation: itg_pulse_purple 1s infinite;
  animation: itg_pulse_purple 1s infinite;
  -webkit-box-shadow:0 0 0 0 rgb(149, 86, 245);
  box-shadow:0 0 0 0 rgb(149, 86, 245);
}

.process-wrapp > .pro-step.pink{
  background: #f021b6;
}

.process-wrapp:hover .pro-step.pink{
  -webkit-animation: itg_pulse_pink 1s infinite;
  -o-animation: itg_pulse_pink 1s infinite;
  animation: itg_pulse_pink 1s infinite;
  -webkit-box-shadow:0 0 0 0 rgb(240, 33, 182);
  box-shadow:0 0 0 0 rgb(240, 33, 182);
}

@media screen and (max-width:767px){
  #services .col-md-3:not(:nth-last-child(1)) .process-wrapp {
    margin-bottom: 3rem;
}

#services .col-md-3:not(:nth-last-child(1)) .process-wrapp {
        margin-bottom: 3rem;
    }

}
/*Hero sub section End*/

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}


.about-section-centered {
  padding: 60px 20px;
  background: #fcfcfc ;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.about-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #333;
}

.about-header .subtitle {
  color: #777;
  font-size: 18px;
  margin-bottom: 30px;
}

.about-centered-content {
  max-width: 800px;
  margin: 0 auto;
}

.about-description,
.team-info {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

.about-values {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.value-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 180px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.value-box i {
  font-size: 30px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.value-box h4 {
  margin: 0;
  font-size: 16px;
  color: #333;
}

@media (max-width: 768px) {
  .value-box {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
  padding: 30px 0;
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: #0d6efd;
  font-weight: 700;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 20px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 20px 40px;
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.5;
  /* filter: grayscale(100); */
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.1);
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid var(--background-color);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}


/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
.projects-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; 
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;
}

.project-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  max-width: 320px;
  margin: 0 auto;
}

.project-card.animate-left {
  animation: slideInLeft 0.9s ease-out forwards;
}

.project-card.animate-right {
  animation: slideInRight 0.9s ease-out forwards;
}
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 1s ease-in-out;
  width: 100%;
}

.carousel-img {
  flex:0 0 100%;
  width: 100%;
  max-height:400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  background: #f4f4f4; 
}

.carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  gap: 8px;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s;
}

.carousel-dots .dot.active {
  background: #00b894;
}

.project-info {
  padding: 25px 20px;
  text-align: center;
}

.project-info h3 {
  color: #0984e3;
  font-size: 1.8rem;
}

.project-info p {
  margin: 10px 0 20px;
  font-size: 1.1rem;
  color:black;
  font-family: 'Times New Roman', Times, serif;
}

.project-btn {
  background: #e8236b;
  color: white;
  padding: 12px 22px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s;
}

.project-btn:hover {
  background: #00b894;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services{

   /* background-color: ; */
}


.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
}

.services .service-item .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .service-item .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .service-item .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .service-item .icon svg path {
  transition: 0.5s;
  fill: color-mix(in srgb, var(--default-color), transparent 95%);
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.1);
}

.services .service-item.item-cyan i {
  color: #0dcaf0;
}

.services .service-item.item-cyan:hover .icon i {
  color: #fff;
}

.services .service-item.item-cyan:hover .icon path {
  fill: #0dcaf0;
}

.services .service-item.item-orange i {
  color: #fd7e14;
}

.services .service-item.item-orange:hover .icon i {
  color: #fff;
}

.services .service-item.item-orange:hover .icon path {
  fill: #fd7e14;
}

.services .service-item.item-teal i {
  color: #20c997;
}

.services .service-item.item-teal:hover .icon i {
  color: #fff;
}

.services .service-item.item-teal:hover .icon path {
  fill: #20c997;
}

.services .service-item.item-red i {
  color: #df1529;
}

.services .service-item.item-red:hover .icon i {
  color: #fff;
}

.services .service-item.item-red:hover .icon path {
  fill: #df1529;
}

.services .service-item.item-indigo i {
  color: #6610f2;
}

.services .service-item.item-indigo:hover .icon i {
  color: #fff;
}

.services .service-item.item-indigo:hover .icon path {
  fill: #6610f2;
}

.services .service-item.item-pink i {
  color: #f3268c;
}

.services .service-item.item-pink:hover .icon i {
  color: #fff;
}

.services .service-item.item-pink:hover .icon path {
  fill: #f3268c;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}




