html,
body {
  height: 100%;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2em;
  font-weight: 18px;
}

h4 {
  font-weight: 400;
  font-size: 32px;
}

h2 {
  font-size: 36px;
}

h5 {
  font-weight: 400;
}

.section {
  padding: 60px 0;
}

.highlight {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.btn-black {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
}

.btn-black:hover {
  background-color: #333;
  color: #fff;
}

.img-fluid {
  border-radius: 4px;
}


    .navbar {
      background-color: #110230; /* Navbar background */
    }

    .navbar a {
      color: white !important;
    }

    .navbar a:hover {
      color: #ffae00 !important; /* Optional hover color */
    }

    .navbar-toggler {
      background-color: white;
    }

    .video-section {
      width: 100%;
      height: auto;
      overflow: hidden;
      background-color: #000;
    }

    .video-section iframe {
      border: none;
      width: 100%;
      height: 100%;
    }

/* Fullscreen on mobile devices */
@media (max-width: 768px) {
  .video-section {
    padding; 150px 0px 0px;
    height: 50vh; /* Full screen height */
  }
}

/* Banner section Start */
.banner-section {
  background-color: #110230;  /* Full-width background color */
  min-height: 80vh;          /* Full viewport height */
  display: flex;
  justify-content: left;     /* Center horizontally */
  align-items: center;         /* Center vertically */
  padding: 50px 0;            /* Optional vertical padding */
}

.banner-text h1, 
.banner-text h5 {
  margin: 0;
}

@media (max-width: 768px) {
  .banner-text h1 {
    font-size: 2rem;          /* Adjust heading size for mobile */
  }
  .banner-text h5 {
    font-size: 1rem;          /* Adjust subheading size for mobile */
  }
}


/* Service section Start */

.services-section {
  padding: 60px 0;
  background-color: #FFD580;
}
.service-card {
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 30px 20px;
  background: #fff;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.service-icon {
  font-size: 46px;
  color: #000; /* Black icon */
  margin-bottom: 20px;
}
.service-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-text {
  font-size: 15px;
  color: #6c757d;
  margin-bottom: 0;
}
.section-title {
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 10px;
}
.section-subtitle {
  color: #6c757d;
  margin-bottom: 40px;
}

/* Service section end */

/* the power of influencer css code start */

.third {
  background-color: #fbfbfb;
  padding: 50px 0px;
}

.heading {
  font-weight: 800;
  font-size: 3rem;
}
.info-icon {
  font-size: 2rem;
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.info-block h5 {
  font-weight: 500;
  font-size: 24px;
}
.info-block p {
  font-size: 18px;
  margin-bottom: 0;
}

.info-block {
  vertical-align: bottom;
}
.image-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}
/* the power of influencer css code End*/

.ace {
  background-color: #110230;
}

/* Logo slider css code start */

.logo-slider {
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
  padding: 40px 0;
}

.logo-track {
  display: flex;
  width: calc(250px * 10);
  animation: scroll 25s linear infinite;
}

.logo-slide {
  width: 200px;
  flex-shrink: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slide img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Code End */

/* Pause animation on hover */
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

/* Testimonial css code */
.testimonial-section {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
.testimonial-quote {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Segoe UI", sans-serif;
}
.testimonial-author {
  margin-top: 30px;
  font-size: 1rem;
  color: #666;
  font-style: italic;
}
@media (max-width: 768px) {
  .testimonial-quote {
    font-size: 1.3rem;
  }
}

/* Offer section */
.offer-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.unsplash.com/photo-1518655048521-f130df041f66?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  text-align: center;
  min-height: 500px;
  display: flex;
  align-items: center;
  color: white;
}
.offer-heading {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.offer-subheading {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}
.offer-button {
  background-color: #0d6efd;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}
.offer-button:hover {
  background-color: #0b5ed7;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .offer-heading {
    font-size: 1.75rem;
  }
  .offer-subheading {
    font-size: 1.1rem;
  }
}

/* Contact form css code  */
.newsletter-container {
  padding: 120px;
  border-radius: 0; /* Remove rounded corners */
  max-width: 900px;
  width: 100%;
  box-shadow: none; /* Remove shadow */
  text-align: center; /* Center all text */
}
h1 {
  font-size: 54px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #1e1e1e;
}
.description {
  margin-bottom: 25px;
  color: #555;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: center; /* Center form fields */
}
.form-control {
  flex: 1;
  min-width: 120px;
  border-radius: 0; /* Square edges */
  border: 1px solid #ddd; /* Light gray border */
  padding: 12px 50px;
}
.btn-signup {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 20px;
  min-width: 80px;
  border-radius: 0; /* Square edges */
  cursor: pointer;
}
.privacy-text {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

/* Contact form css code start*/

.contact-info {
  background-color: #110230;
  color: white;
  padding: 40px;
  height: 70vh;
}
.contact-info h3 {
  font-weight: bold;
}
.contact-info p,
.contact-info a {
  color: white;
  margin: 0;
  font-size: 14px;
}
.contact-info .info-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact-info .info-item i {
  font-size: 18px;
  margin-right: 15px;
}
.contact-form {
  padding: 40px;
  background: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.btn-custom {
  background-color: #2ecc71;
  color: white;
  border: none;
}
.btn-custom:hover {
  background-color: #27ae60;
}
/* Contact form css code End*/

/* Footer css code start*/
footer {
  font-size: 14px;
  background-color: #110230;
  padding-top: 60px; /* Increased top padding */
  padding-bottom: 60px; /* Increased bottom padding */
}
footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}
footer .social-icons a {
  font-size: 22px;
  margin-left: 15px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  footer .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .social-icons {
    margin-top: 15px;
  }
}

/* Preloader background */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Stars container */
.stars {
  position: relative;
  width: 100px;
  height: 100px;
}

/* Each star */
.stars span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  animation: twinkle 1.5s infinite ease-in-out;
}

/* Star positions & colors */
.stars span:nth-child(1) {
  top: 10%;
  left: 10%;
  background: #ff4757;
  animation-delay: 0s;
}
.stars span:nth-child(2) {
  top: 20%;
  left: 70%;
  background: #1e90ff;
  animation-delay: 0.3s;
}
.stars span:nth-child(3) {
  top: 70%;
  left: 20%;
  background: #2ed573;
  animation-delay: 0.6s;
}
.stars span:nth-child(4) {
  top: 60%;
  left: 80%;
  background: #ffa502;
  animation-delay: 0.9s;
}
.stars span:nth-child(5) {
  top: 40%;
  left: 40%;
  background: #ff6b81;
  animation-delay: 1.2s;
}

/* Twinkling animation */
@keyframes twinkle {
  0%,
  100% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

.banner {
  background-color: #110230da;
  height: 70vh;
}

.banner-text {
  padding: 10%;
  color: #fff;
}

.founder {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}

.testimonial-section {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #111;
}

.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

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

.card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
}

.author {
  font-weight: bold;
  color: #111;
}

.designation {
  font-size: 0.85rem;
  color: #777;
}
