 /* top navbar Start */
.top-header {
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #FF0B55;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}


.top-header a {
  color: white !important;
  text-decoration: none;
  margin-left: 12px;
  font-weight: 500;
}
@media (max-width: 431px) {
  .top-header {
    /* font-size: 5px; */
    min-height: 60px; /* Keeps consistent height */
    display: flex;
    align-items: center;
  }
  .social-icons a{
    /* font-size: 5px !important;  */
  }
}
@media (max-width: 768px) {
  .social-icons {
    display: none !important;
  }
}


.social-icons a {
  font-size: 21px;
  margin-left: 10px;
  color: white !important;
}

/* .social-icons a:hover {
}
.mobile:hover{
} */
 /* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Adjust to prevent jump */
}

@media (max-width: 360px) {
  .top-header {
    flex-direction: column;
    align-items: start !important;
  }

  .social-icons {
    margin-top: 10px;
    justify-content: start !important;
  }
}

 /* top navbar END */

/* Navbar Start */
.navbar{
  margin-top: 40px;
  background-color: white;
  /* background-color: #CF0F47; */
  /* background-color: #FF0B55; */
}
.navbar-nav {
  gap: 2rem;
}
@media (max-width: 1400px) {
  .logo{
    width:350px;
  }
  }
  @media (max-width: 1200px) {
    .logo{
      width:260px;
    }
    }
  

  @media (max-width: 500px) {
    .logo{
      width:245px;
    }
    }
  


.navbar-nav .nav-link {
  color: #000;
}

.navbar-nav .nav-link:hover {
  /* color: #006b6d; */
  background-color: black;
  color:white;
}
.dropdown-item:hover {
  background-color: black;
  color:white;
}


.navbar.sticky-top {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1030;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 0;
  }

  .mobile-dropdown-toggle::after {
    content: ' ▾';
    float: right;
  }
}
/* Navbar END */


/* hero Section Start */
#heroCarousel {
  margin-top: 115px;
}
/* When screen width is less than 1048px */



/* Fully responsive images */
.hero-img {
  width: 100%;
  height: auto;            /* natural height, no force-stretch */
  max-height: 100vh;
  object-fit: contain;     /* fit image without cropping */
}

/* Optional: tweak max height for small devices */
@media (max-width: 768px) {
  .hero-img {
    max-height: 60vh;
  }
}

@media (max-width: 576px) {
  .hero-img {
    max-height: 50vh;
  }
}

/* Carousel indicators */
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
}
/* hero Section END */
/* Section 1 Start */
.full-width-container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

/* Default (XS: <576px) */
.scalable-heading {
  font-size: 1.3rem;
}
.scalable-text {
  font-size: 1rem;
}
.scale {
  font-size: 0.8rem;
}

/* SM: ≥576px */
@media (min-width: 576px) {
  .scalable-heading {
    font-size: 1.4rem;
  }
  .scalable-text {
    font-size: 1.1rem;
  }
  .scale {
    font-size: 0.9rem;
  }
}

/* MD: ≥768px */
@media (min-width: 768px) {
  .scalable-heading {
    font-size: 1rem;
  }
  .scalable-text {
    font-size: 0.8rem;
  }
  .scale {
    font-size: 0.6rem;
  }
}

/* LG: ≥992px */
@media (min-width: 992px) {
  .scalable-heading {
    font-size: 1.4rem;
  }
  .scalable-text {
    font-size: 1.1rem;
  }
  .scale {
    font-size: 0.9rem;
  }
}

/* XL: ≥1200px */
@media (min-width: 1200px) {
  .scalable-heading {
    font-size: 1.8rem;
  }
  .scalable-text {
    font-size: 1.1rem;
  }
  .scale {
    font-size: 1rem;
  }
}

/* XXL: ≥1400px */
@media (min-width: 1400px) {
  .scalable-heading {
    font-size: 2rem;
  }
  .scalable-text {
    font-size: 1.3rem;
  }
  .scale {
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .scalable-heading {
    font-size: 3rem;
  }
  .scalable-text {
    font-size: 2rem;
  }
  .scale {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .container-fluid-xxl {
    max-width: 100% !important;
    padding-left: var(--bs-gutter-x, 1.5rem);
    padding-right: var(--bs-gutter-x, 1.5rem);
  }
}
.allsol{
  color:#00008b;;
}

/* Section 1 END */

/* Section 3 Start */
.work-process-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wps-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.wps-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  padding: 10px;              /* Adds padding on all sides */
  border-radius: 50px;        /* Rounds the corners */
  background-color:  #FF0B55;  /* Optional: background color to show the shape */
  display: inline-block;      /* Optional: fits tightly around the text */

}

.wps-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}

.wps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.wps-step {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.wps-step:hover {
  transform: translateY(-5px);
}

.wps-step-title {
  font-size: 1.4rem;
  color: #0d6efd;
  margin-bottom: 10px;
}

.wps-step-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .wps-title {
    font-size: 1.8rem;
  }

  .wps-step {
    padding: 20px 15px;
  }
}
.check{
  /* color:#ED5107; */
  color:#ff0b55;
}


/* Section 3 END */

/* Section 4 Start */
.solution-packages {
  padding: 60px 20px;
  background: #f4f4f4;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.solution-packages .section-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #333;
}

.solution-packages .section-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}

.cards-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 1200px;
  margin: auto;
}

.solution-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  padding: 30px 20px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solution-card:hover {
  transform: translateY(-5px);
}

.plan-title {
  font-size: 1.6rem;
  color: #0d6efd;
  margin-bottom: 10px;
}
.contact{
  color: #0d6efd !important;
}

.plan-price {
  font-size: 1.3rem;
  color: #222;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  color: #555;
}

.features-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.pay-now-btn {
  margin-top: auto;
  display: inline-block;
  background: #0d6efd;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.pay-now-btn:hover {
  background: #0b5ed7;
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.8rem;
  }
}
.tick{
  color: #16C47F;
}
/* Section 4 END */

/* Footer Section Start */
.footer {
  background-color: #CF0F47;
  color: #fff;
  padding: 50px 0;
}
.footer h5 {
  font-weight: 700;
  color: #fdb827;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .contact-info i {
  margin-right: 10px;
  color: #fdb827;
}
.footer .social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
}
.footer .bottom-bar {
  border-top: 1px solid #aaa;
  padding-top: 15px;
  margin-top: 30px;
}
.footer .payments img {
  height: 45px;
  margin-right: 10px;
}
.footer .btn-pay {
  background: #c8102e;
  color: white;
  border-radius: 0;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .footer .col-md-3 {
    margin-bottom: 30px;
  }
}

.footer-links-bar {
  background-color: #777; /* similar to your image */
}

.footer-nav a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  margin: 0 5px;
  font-family: 'Poppins', sans-serif;
}

.footer-nav span {
  color: white;
  margin: 0 5px;
}

.social-iconss a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
  margin-left: 10px;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #ddd;
}

.social-iconss a:hover {
  transform: scale(1.1);
  /* background-color: #abbdcb; */
  background-color:#FF0B55;;
}


.btn-pay {
  background-color: #c81048;
  color: #f9c566;
  font-weight: bold;
  padding: 15px 20px !important;
  border: 2px solid gold;
  border-radius: 10px;
}
.btn-pay:hover{
  /* background-color: ; */
  background: linear-gradient(135deg, orangeRed, yellow);

}
.payment-icon {
  width: 100px;
  height: auto;
  background: #fff;
  padding: 6px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#qrModal .modal-body {
  text-align: center;
}
.below-footer {
  background-color: #FF0B55;
}
@media screen and (max-width: 412px) {
.below-footer {
  min-height: 105px;
}
}

@media screen and (min-width: 1200px) {
  .below-footer {
    font-size: 25px;

  }
}

.footer .row {
  gap: 0px; /* Adjust the value as needed */
}


/* Footer Section END */

/* float whatsapp Start */
.whatsapp-float {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.whatsapp-float img {
  width: 50px;
  height: 50px;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
/* float whatsapp END */

  /* Wrapper for Flexbox layout */
  .wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    /* Space between left and right sections */
    flex-wrap: wrap;
    /* Ensure responsiveness */
    margin-top: 100px;
  }

  /* Left Section Styles */
  .project-details {
    flex: 1;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
  }

  .project-details .container {
    max-width: 500px;
    /* Set a maximum width for the left section */
  }

  .project-details .section-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 576px) {
    .section-title {
      font-size: 30px !important;
    }
  }



  .project-details ul {
    list-style: none;
    padding-left: 0;
  }

  .project-details li {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .project-details .btn-buy-now {
    background-color: #FF0B55;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
  }

  .project-details .btn-buy-now:hover {
    background-color: #e50947;
  }

  /* Right Section Styles */
  .custom-web-design {
    flex: 2;
    /* Makes this section take up more space */
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
  }

  .custom-web-design .container {
    max-width: 800px;
  }

  .custom-web-design .section-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 30px;
  }

  .custom-web-design h3 {
    font-size: 1.8rem;
    color: #0d6efd;
    margin-top: 20px;
  }

  .custom-web-design p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-top: 10px;
  }

  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .wrapper {
      flex-direction: column;
      /* Stack sections vertically on small screens */
      gap: 20px;
    }

    .project-details,
    .custom-web-design {
      flex: 1;
      /* Ensure both sections take up full width */
      padding: 20px;
    }
  }


