* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
	margin:0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #e8e7f7;
    background-color: #05071e;
	}

.topnav {
  overflow: hidden;
  
    background-color: #1b1933;
	
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    transition: all 0.5s;
    z-index: 997;

}

.topnav img{
	    margin-top: -10%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .active {
  background-color: #10b0da;
  color: white;
  margin-left:19%;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #10b0da;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.social 
{
	margin-left: 10%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #10b0da;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


/* About Section */

.about {
   padding: 100px 0 20px 0;
    text-align: center;
}

.about h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.about p {
    font-size: 1rem;
    color: #323030;
    max-width: 800px;
    margin: 0 auto;
}

.about a
{
	display: inline-block;
  padding: 10px 20px;
  background: #10b0da;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  margin-left:4%;
}
.about-info {
    margin: 2rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.about-img {
    width: 20rem;
    height: 20rem;

}

.about-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

.about-info p {
   font-family: 'Georgia', serif;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 2rem;
    text-align: justify;
	color:#e8e7f7;
}

button {
    border: none;
    outline: 0;
    padding: 10px;
    margin: 2rem;
    font-size: 1rem;
    color: white;
    background-color: #40b736;
    text-align: center;
    cursor: pointer;
    /*width: 15rem;*/
    border-radius: 4px;
}

button:hover {
    background-color: #1f9405;
}

/* Team Section */

.team {
    padding: 30px 0;
    text-align: center;
}

.team h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.team-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.card {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 18rem;
    height: 25rem;
    margin-top: 10px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}

.card-img {
    width: 18rem;
    height: 12rem;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.card-info button {
    margin: 2rem 1rem;
}

.card-name {
    font-size: 2rem;
    margin: 10px 0;
}

.card-role {
    font-size: 1rem;
    color: #888;
    margin: 5px 0;
}

.card-email {
    font-size: 1rem;
    color: #555;
}



@media (max-width: 768px) {
   

    .about h1 {
        font-size: 2rem;
    }

    .about p {
        font-size: 0.9rem;
    }

    .about-info {
        flex-direction: column;
        text-align: center;
    }

    .about-img {
        width: 60%;
        height: 60%;
        margin-bottom: 1rem;
    }

    .about-info p {
        margin: 1rem 2rem;
    }

    .about-info button {
        margin: 1rem 2rem;
        width: 10rem;
    }

    .team {
        margin: 0 1rem;
    }
}



/* service points start here*/
.card-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 100%;
      justify-content: center;
    }

    .service-card {
      background-color: #131428;
      width: 321px;
      padding: 25px;
      border-radius: 20px;
      box-shadow: 0 10px 30px #0a58ca;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .service-icon {
      font-size: 40px;
      color: #4a90e2;
      margin-bottom: 15px;
    }

    .service-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #0fb3e8;
    }

    .service-description {
      font-size: 14px;
      color: #e8e7f7;
      margin-bottom: 20px;
    }

    .service-btn {
      padding: 10px 20px;
      background-color: #4a90e2;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 14px;
      transition: background-color 0.3s;
    }

    .service-btn:hover {
      background-color: #3b7dd8;
    }

    /* Responsive: Stack on small screens */
    @media (max-width: 960px) {
      .service-card {
        width: 100%;
        max-width: 400px;
      }
    }
	
	
	/* our services start here*/
	.carousel-wrapper {
      overflow: hidden;
      position: relative;
      padding: 2rem 0;
	  margin-top:2%;
    }

    .carousel-container {
      display: flex;
      gap: 1rem;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      padding: 0 1rem;
    }

    .carousel-container::-webkit-scrollbar {
      display: none;
    }

    .carousel-item {
      flex: 0 0 calc(100% / 3 - 1rem);
      background: white;
      border-radius: 10px;
      scroll-snap-align: start;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, box-shadow 0.3s;
      overflow: hidden;
    }

    .carousel-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .carousel-item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .carousel-item-content {
      padding: 1rem;
    }

    .carousel-item h3 {
      margin: 0 0 0.5rem;
      font-size: 1.1rem;
      color: #333;
    }

    .carousel-item p {
      font-size: 0.95rem;
      color: #666;
    }

    /* Responsive adjustments */
    @media (max-width: 900px) {
      .carousel-item {
        flex: 0 0 calc(100% / 2 - 1rem);
      }
    }

    @media (max-width: 600px) {
      .carousel-item {
        flex: 0 0 100%;
      }
    }
	
	
	
	/* why choose us start here*/
	  .why-choose-us {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 80px 40px;
      max-width: 1200px;
      margin: auto;
      gap: 50px;
      flex-wrap: wrap;
    }

    .why-image {
      flex: 1;
      min-width: 300px;
    }

    .why-image img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .why-content {
      flex: 1;
      min-width: 300px;
    }

    .why-content h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #10b0da;
    }

    .why-content p {
      font-size: 1.1rem;
      line-height: 1.7;
      margin-bottom: 30px;
      color: #e8e7f7;
    }

    .features-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .features-list li {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
    }

    .features-list li img {
      width: 28px;
      height: 28px;
      margin-right: 15px;
    }

    .features-list li span {
      font-size: 1.1rem;
      color: #e8e7f7;
    }

    @media (max-width: 768px) {
      .why-choose-us {
        flex-direction: column;
        padding: 60px 20px;
      }

      .why-content h2 {
        text-align: center;
      }

      .why-content p {
        text-align: center;
      }

      .features-list {
        padding-left: 0;
      }

      .features-list li {
        justify-content: center;
      }
    }
	
	
	/* testimonial start here*/
	/* Testimonial Slider V2 Styles (Scoped to .testimonial-slider-v2) */
.testimonial-slider-v2 {
  font-family: 'Inter', sans-serif;
  width: 90%;
  max-width: 80%;
  margin: 60px auto;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testimonial-slider-v2 .testimonial-v2-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.testimonial-slider-v2 .testimonial-v2-slide.active {
  display: block;
  opacity: 1;
}

.testimonial-slider-v2 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-slider-v2 p {
  font-style: italic;
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 15px;
}

.testimonial-slider-v2 h3 {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.testimonial-slider-v2 span {
  font-size: 0.9rem;
  color: #7f8c8d;
}

/* contact details here of indeex page*/
 .contact-wrapper {
      max-width: 1000px;
      margin: 60px auto;
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
      overflow: hidden;
    }

    .contact-info {
      flex: 1 1 300px;
      background: #131428;
	  box-shadow: 0 10px 30px #0a58ca;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
      color: #fff;
      padding: 40px 30px;
    }

    .contact-info h2 {
      font-size: 26px;
      margin-bottom: 30px;
    }

    .info-item {
      margin-bottom: 25px;
      display: flex;
      align-items: center;
      font-size: 16px;
    }

    .info-item i {
      font-size: 18px;
      margin-right: 15px;
      color: #fff;
    }

    .contact-form {
      flex: 2 1 400px;
      padding: 40px 30px;
      background: #ffffff;
    }

    .contact-form h2 {
      font-size: 26px;
      margin-bottom: 25px;
      color: #333;
    }

    .contact-form form {
      display: flex;
      flex-direction: column;
    }

    .contact-form input,
    .contact-form textarea {
      padding: 14px 18px;
      margin-bottom: 20px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-size: 15px;
      transition: all 0.3s ease;
      box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
      outline: none;
      border-color: #004aad;
      box-shadow: 0 0 0 3px rgba(0,74,173,0.2);
    }

    .contact-form textarea {
      resize: vertical;
    }

    .contact-form button {
      padding: 14px;
      background-color: #10b0da;
      color: #fff;
      border: none;
      font-size: 16px;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .contact-form button:hover {
      background-color: #003380;
    }

    @media (max-width: 768px) {
      .contact-wrapper {
        flex-direction: column;
      }

      .contact-info,
      .contact-form {
        padding: 30px 20px;
      }
    }
	
	/* footer start here*/
	/* Footer Styling */
.footer {
  background-color: #1b1933;
  color: #f1f1f1;
  padding: 40px 0 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin: 20px 0;
}

.footer-column h3 {
  border-bottom: 2px solid #00adb5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
}

.footer-column p,
.footer-column a {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  text-decoration: none;
      padding-right: 5px;

}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column a:hover {
  color: #00adb5;
  transition: 0.3s;
}

.social-icons a {
  margin-right: 10px;
  color: #ccc;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #00adb5;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 14px;
  color: #888;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}

