/* Base Styles */
body {
    margin: 0;
    padding: 0;
    /*background: linear-gradient(135deg, #0ac142, #f726da, #ea8642, #ffffff);*/
}

/* Hero Section */
.hero-section {
    display: flex;
    justify-content: flex-start; 
    flex-wrap: wrap;
    padding: 0px 10%;
    min-height: 100vh;
    padding-top: 120px;

}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}


/* Content Section */
.hero-content {
    flex: 1;
    max-width: 50%;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 10px;
   /* background: linear-gradient(45deg, #ff8800, #ff00cc);*/
   /*background: linear-gradient(to bottom right, #A020F0, #FF6347);*/
   background: linear-gradient(to right, #A020F0, #FF6347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.hero-content h2 {
    font-size: 2rem;
}

.hero-content p {
    font-family: "Georgia", "Times New Roman", serif;
    color: black; 
    font-size: 18px;
    padding: 10px;
}

.hero-content h2 span {
    color: #1e90ff; /* Blue accent */
}
/* Hero Image */
.hero-image {
    flex: 1;
    display: flex;
    justify-content: left;
    align-items: left;
    text-align: left;
    margin-top: 70px;
}

.hero-image img {
    max-width: 90%;
    height: 80%;
    border-radius: 10px;
}

/* Services Section */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 200px 100px 200px;
    margin-top: 30px;
}

.left, .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 300px;
}

.center {
    flex: 1;
    text-align: center;
}

.center img {
    width: 250px;
    height: auto;
    border-radius: 20px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.box img {
    width: 60px;
    height: auto;
}

.text {
    text-align: right;
    flex: 1;
}

.textRight {
    text-align: left;
    flex: 1;
}

.title {
    font-size: 28px;
    font-weight: bold;
    color: #1e90ff;
}

.desc {
    /*font-size: 14px;
    color: black;*/
    font-family: "Georgia", "Times New Roman", serif;
    color: black; 
    font-size: 18px;
}

.services-header {
    text-align: center;
    margin: 10px 10px;
    font-size: 2.5rem;
    color: black;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .hero-content {
        max-width: 100%;
        text-align: center;
    }
    .hero-section {
        flex-direction: column-reverse;
        text-align: center;
    }
    .hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hero-image img {
        width: 70%;
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column-reverse;
    text-align: center;
    padding: 100px 20px;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .container {
        flex-direction: column;
        padding: 20px;
    }
    .left, .right {
        max-width: 100%;
    }
    .box {
        flex-direction: column;
        text-align: center;
    }
    .box img {
        width: 50px;
    }
    .hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hero-image img {
        width: 70%;
        max-width: 250px;
    }
    .container {
        flex-direction: column;
        padding: 20px;
    }

    .left .right {
        max-width: 100%;
        align-items: center;
    }

    .box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text {
        text-align: center;
    }
    .textRight {
        text-align: center;
    }

    .box img {
        width: 50px;
        margin-top: 10px;
    }

    .title {
        font-size: 16px;
    }

    .desc {
        font-size: 13px;
    }
    .hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hero-image img {
        width: 70%;
        max-width: 250px;
    }
    .about-image img{
         display: flex;
    justify-content: center;
    align-items: center;
    }
}

@media (max-width: 480px) {
    .hero-section {
        flex-direction: column-reverse;
    text-align: center;
    padding: 100px 20px;
    }
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-content p {
        font-size: 0.9rem;
    }
    .center img {
        width: 200px;
    }
    .services-header {
        font-size: 2rem;
    }
    .hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .hero-image img {
        width: 70%;
        max-width: 250px;
    }
}
/*@media (max-width: 768px) {

    
}
*/


.about-section {
  /*background: #f9f9f9;*/
  padding: 0px 20px;
 font-family: "Georgia", "Times New Roman", serif;
}

.about-top {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 40px auto;
  gap: 40px;
  align-items: center;
}

.about-image {
  flex: 1 1 45%;
  animation: fadeInLeft 1s ease;
}

.about-image img {
  width: 80%;
  border-radius: 60px;
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);*/
}

.about-content {
  flex: 1 1 50%;
  text-align: left;
}

.vision, .mission {
  margin-bottom: 30px;
}

.vision h3, .mission h3 {
  font-size: 30px;
  color: black;
  margin-bottom: 10px;
}

.vision p, .mission p {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
}

.vision-list, .mission-list {
  list-style: none;
  padding-left: 0;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.vision-list li,
.mission-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: black;
}

.vision-list li::before,
.mission-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
}

.about-stats {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  padding-top: 20px;
  flex: 1;
}

.stat-box {
  background: white;
  flex: 1;
  min-width: 200px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.07);
  transition: transform 0.3s;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-box h2 {
  font-size: 28px;
  color: black;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 18px;
  color: black;
}

.arrow {
  color: #28a745;
  font-size: 22px;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .about-top {
    flex-direction: column;
  }

  .about-content {
    text-align: center;
  }

  .about-stats {
    flex-wrap: wrap;
    gap: 20px;
  }

  .stat-box {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .stat-box {
    flex: 1 1 100%;
  }
}


.testimonials {
  /*background: #f8f9fa;*/
  padding: 60px 20px;
  text-align: center;
}

.services-header {
  font-size: 36px;
  margin-bottom: 40px;
  color: #333;
}

.testimonial-slider {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.testimonial {
  display: none;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease-in-out;
}

.testimonial.active {
  display: block;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 8px; /* square image with rounded corners */
  object-fit: cover;
  border: 3px solid #007bff;
}

.client-info h4 {
  font-size: 18px;
  color: #222;
  margin: 0;
}

.client-info .designation {
  font-size: 14px;
  color: #777;
  margin: 4px 0;
}

.client-info .company-link {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.client-info .company-link:hover {
  text-decoration: underline;
}

.testimonial-text {
  font-style: italic;
  color: #444;
  margin-top: 15px;
  font-size: 16px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.learn-more-btn {
   display: inline-block;
            padding: 14px 28px;
            font-size: 1.2rem;
            font-weight: bold;
            color: white;
            background: linear-gradient(45deg, #00aced, #007bb5);
            border: none;
            border-radius: 30px;
            text-decoration: none;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            transition: background 0.3s, box-shadow 0.3s;
            white-space: nowrap; 
}

.learn-more-btn:hover {
    background: linear-gradient(45deg, #007bb5, #005f8e);
            box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}
.section-title-wrapper {
    text-align: center; /* Centers text */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; /* Add spacing */ 
    font-family: "Georgia", "Times New Roman", serif;
    color: black;
    font-size: 20px;
}


