:root {
    --primary: #232323;
    --accent: #EA599E;
    --bg: #ffffff;
    --text: #2c2c2c;
  }
  *:focus {
    outline: 2px dashed var(--accent);
    outline-offset: 4px;
  }
  body {
    margin: 0;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
  }
.logo-text,
h1, h2, h3, nav a, .dropdown-toggle {
  font-family: "Mulish", sans-serif;
font-optical-sizing: auto;
}

  header {
    position: sticky;
    top: 0;
    z-index: 999;
    /* background-color: transparent; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 60px;
    /* transition: background-color 0.3s ease, box-shadow 0.3s ease; */
  }
  header.scrolled {
background-color: rgb(252, 252, 252); /* Change to any color you want */
color: white;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Bottom shadow */

}

  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 70px;
    margin-right: 12px;
  }
  .logo-text {
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--primary);
  }
  nav {
    display: flex;
    align-items: center;
  }
  nav a, .dropdown-toggle {
    margin-left: 2.5rem;
    text-decoration: none;
    font-weight: 600;
    color: var(--primary);
    cursor: pointer;
    position: relative;
  }
  nav a:hover, .dropdown-toggle:hover {
    color: var(--accent);
  }
  .dropdown {
    position: relative;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    display: none;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .dropdown-menu a {
    margin: 0.5rem 0;
    color: var(--primary);
  }
  .dropdown.show .dropdown-menu {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  .menu-toggle span {
    height: 3px;
    background: var(--primary);
    margin: 4px 0;
    width: 25px;
  }
  @media (max-width: 768px) {
    nav {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      padding: 1rem;
    }
    nav.show {
      display: flex;
    }
    .menu-toggle {
      display: flex;
    }
  }
.hero-slider {
margin-top: -70px;
  background: url('./images/bg2.png') no-repeat bottom right/cover;
color: #636060;
text-align: center;
overflow: hidden;
width: 100%;
height: 650px;
padding-top: 150px;
}
.slides h1{
  font-size: 60px;
  line-height: 70px;

}
.slides {
position: relative;
max-width: 1100px;
margin: auto;
  color: rgb(35, 35, 35);
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  white-space: normal;
  overflow: visible;
  padding: 0px;
  height: auto;
  float: none;
  clear: none;
  z-index: 12;
  position: absolute;
  transform-origin: 50% 50%;
  transform: perspective(600px);
  display: block;
  left: 85px;
  /* top: 88px; */
  visibility: inherit;
  opacity: 1;
  background: transparent;
  pointer-events: auto;
}

.slide {
display: none;
transition: opacity 0.6s ease;
}

.slide.active {
display: flex;
animation: fadeIn 1s ease;
}
.slide-txt{
  max-width: 590px;
  padding-right: 100px;

}
.slide-txt h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #EA599E;
  margin-bottom: -25px;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

.slider-controls {
top: 630px;
left: 220px;
z-index: 15;
position: absolute;
}

.slider-controls button {
  background: #EA599E;
  color: #fff;
border: none;
padding: 12px 20px;
font-size: 1.2rem;
margin: 0 10px;
border-radius: 8px;
cursor: pointer;
transition: background 0.3s ease;
}

.slider-controls button:hover,
.slider-controls button:focus {
background: #5E2BFF;

outline: none;
}

.info-section {
padding: 0px 20px;
background-color: #fcf4ff;
}

.info-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
max-width: 1200px;
margin: auto;
gap: 40px;
}

.info-text {
flex: 1 1 500px;
max-width: 600px;
}

.info-text h2 {
font-size: 2rem;
color: var(--primary);
margin-bottom: 1rem;
}

.info-text p {
font-size: 1rem;
color: var(--text);
margin-bottom: 1.2rem;
}

.info-text ul {
padding-left: 20px;
list-style: none;
}

.info-text ul li::before {
content: "✔";
color: var(--accent);
margin-right: 10px;
}

.info-image {
flex: 1 1 400px;
max-width: 600px;
}

.info-image img {
width: 100%;
height: auto;
border-radius: 12px;
/* box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); */
}
.tilt-wrapper {
perspective: 1000px;
width: 100%;
}

.tilt-card {
transition: transform 0.3s ease;
will-change: transform;
perspective: 1000px;
/* background: #fff; */
/* padding: 30px; */
/* border-radius: 12px; */
/* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
}
h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #EA599E;
  margin-bottom: -25px;
}

.sec-heading {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.pre-title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 5;
  color: #EA599E;

}
.pre-title::before, .pre-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  top: 50%;
  translate: 0 -50%;
  background-color: var(--clr-main);
}
.sec-heading .title {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 3rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  line-height: 1.3;
  display: inline-block;
  z-index: 0;
}
.featured-text {
  color: var(--clr-main);
  position: relative;
}
.featured-text svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 40px);
  transform: translate(-50%, -50%);
}
.about-text {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.75;
  letter-spacing: 0.5px;
}
.info-items-list {
  display: flex;
  gap: 2rem;
}
.info-items-list .info-item {
  /* margin-bottom: 3rem; */
  display: flex;
  align-items: start;
  justify-content: start;
}
.info-title img{
  margin-right: 5px;
  width: 30px;
  vertical-align: middle;
}
.info-title{
  
}
.solutions-section {
background: linear-gradient(135deg, #fcfcfc, #f7e6ff);

padding: 60px 20px;
}

.solutions-header {
text-align: center;
margin-bottom: 50px;
}

.solutions-header h2 {
font-size: 2.5rem;
margin-top: 0;
color: var(--primary);
margin-bottom: 10px;
}

.solutions-header p {
font-size: 1.1rem;
color: var(--text);
max-width: 600px;
margin: 0 auto;
}

.solutions-grid {
display: flex;
flex-wrap: wrap;
gap: 0px;
justify-content: center;
}

.solution-card {
width: 100%;
max-width: 300px;
}

.solution-card .tilt-card {
padding: 30px;
text-align: center;
/* border-radius: 16px; */
/* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); */
transition: transform 0.3s ease;
}
.bg1{background:#ffeff7}
.bg2{background: #eee8fb;}
.solution-card .tilt-card:hover {
  transform: scale(1.05);
  background: linear-gradient(135deg, #ffffff, #fbf3ff );

  }

.solution-card .tilt-card img {
width: 64px;
height: 64px;
margin-bottom: 20px;
}

.solution-card .tilt-card h3 {
font-size: 1.1rem;
margin-bottom: 10px;
height: 55px;
color: #333;
}

.solution-card .tilt-card p {
font-size: 0.95rem;
color: #555;
}
.logo-marquee {
padding: 30px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
overflow: hidden;
position: relative;
}

.logo-marquee-container {
position: relative;
overflow: hidden;
white-space: nowrap;
display: flex;
}

.logo-marquee-track {
display: flex;
gap: 0px; /* No space between items */
will-change: transform;
}

.logo-item {
flex: 0 0 auto;
padding: 0 30px;
display: flex;
align-items: center;
justify-content: center;
}

.logo-item img {
max-width: 100px;
height: auto;
transition: transform 0.3s ease;
}
.partner-section {
background-image: url('./images/hand.png');
padding: 80px 20px;
display: flex;
justify-content: center;
align-items: center;
background-size: 100%;
background-position: center;
min-height: 600px;
}

.partner-section .container {
max-width: 1200px;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 40px;
justify-content: space-between;
}

.partner-content {
flex: 1 1 50%;
}

.partner-content h2 {
font-size: 2.5rem;
color: #6a1b9a; /* Purple */
margin-bottom: 20px;
}

.partner-content p {
font-size: 1.1rem;
color: #444;
margin-bottom: 30px;
max-width: 600px;
}

.btn-primary {
background-color: #fdd835; /* Yellow */
color: #000;
padding: 12px 24px;
font-weight: bold;
border: none;
border-radius: 5px;
transition: all 0.3s ease;
text-decoration: none;
}

.btn-primary:hover {
background-color: #ffeb3b;
transform: translateY(-2px);
}

.partner-image {
flex: 1 1 40%;
text-align: center;
}

.partner-image img {
max-width: 100%;
height: auto;
border-radius: 12px;
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.site-footer {
background: #1e0f3f;
color: #f5f5f5;
padding: 60px 20px 30px;
}

.testimonial-slider {
background: #f9f9ff;
padding: 10px 20px 60px ;
text-align: center;
overflow: hidden;
}

.testimonial-slider .section-title {
font-size: 2.5rem;
margin-bottom: 50px;
color: #3d3d3d;
}

.slider-wrapper {
position: relative;
max-width: 1000px;
margin: 0 auto;
overflow: hidden;
}

.slider-track {
display: flex;
transition: transform 0.5s ease;
gap: 20px;
}

.testimonial-slide {
flex: 0 0 45%;
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
text-align: center;
}
.testimonial-slider .container{
  position: relative;
  margin: 0 auto;
  width: 1000px;
  
}

.testimonial-avatar {
width: 70px;
height: 70px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 20px;
}

.testimonial-text {
font-size: 1rem;
color: #555;
margin-bottom: 20px;
line-height: 1.6;
}

.testimonial-author {
font-weight: bold;
color: #222;
font-size: 1.1rem;
}

.testimonial-role {
font-size: 0.9rem;
color: #777;
}

.slider-btn {
position: absolute;
top: 60%;
transform: translateY(-50%);
font-size: 2rem;
background: transparent;
border: none;
color: #555;
cursor: pointer;
z-index: 2;
}

.slider-btn.prev {
left: -30px;
}

.slider-btn.next {
right: -30px;
}

@media (max-width: 768px) {
.testimonial-slide {
  flex: 0 0 100%;
}

.slider-btn.prev {
  left: 5px;
}

.slider-btn.next {
  right: 5px;
}
}
.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 40px;
max-width: 1200px;
margin: 0 auto;
}

.footer-col {
flex: 1 1 220px;
min-width: 220px;
}

.footer-col h3,
.footer-col h4 {
color: var(--accent, #ffc107); /* Yellow */
margin-bottom: 15px;
}

.footer-col p,
.footer-col a {
font-size: 0.95rem;
color: #dcdcdc;
text-decoration: none;
}

.footer-col a:hover {
color: #fff;
}

.footer-col ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer-col ul li {
margin-bottom: 10px;
}

.social-icons a {
display: inline-block;
margin-right: 10px;
opacity: 0.8;
}

.social-icons a:hover {
opacity: 1;
}

.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
text-align: center;
padding-top: 20px;
margin-top: 40px;
font-size: 0.9rem;
color: #aaa;
}
.inner-banner {
    background: linear-gradient(to right, #774BE5, #EA599E);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
  }
  
  .inner-banner-content h1 {
    font-size: 3rem;
    margin: 0 0 10px;
    font-weight: 800;
  }
  
  .inner-banner-content p {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
  }
  
  .services-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    font-family: 'Mulish', sans-serif;
  }
  
  .services-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .section-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 60px;
  }
  
  .service-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
  }
  
  .service-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .service-item img {
    flex: 1 1 400px;
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }
  
  .service-item div {
    flex: 1 1 500px;
  }
  
  .service-item h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #774BE5;
    margin-bottom: 15px;
  }
  
  .service-item p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
  }
  
  .about-section {
    background-color: #fff;
    padding: 80px 20px;
    font-family: 'Mulish', sans-serif;
  }
  
  .about-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .about-section .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .about-section .about-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  .contact-section {
    background-color: #f9f9f9;
    padding: 80px 20px;
    font-family: 'Mulish', sans-serif;
  }
  
  .contact-section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 40px;
    color: #333;
  }
  
  .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
  
  .contact-form {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
  }
  
  .btn-submit {
    padding: 12px 25px;
    background-color: #774BE5;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .btn-submit:hover {
    background-color: #5b36b3;
  }
  
  .contact-info {
    flex: 1 1 35%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }
  
  .contact-info h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #333;
  }
  
  .contact-info p {
    margin: 10px 0;
    font-size: 1rem;
    color: #555;
  }
  
  .contact-info a {
    color: #774BE5;
    text-decoration: none;
  }
  