* {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

header {
  position: sticky; /* or fixed */
  top: 0;
  z-index: 1030; /* same background as navbar */
}
header.scrolled {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.banner {
  background: radial-gradient(
    circle at center,
    #e6f0ff 0%,
    #9abdf9 50%,
    #ffffff 100%
  );
}
.banner-main {
  padding: 40px;
  position: relative;
}
.badge {
  padding: 5px 10px;
  border: 1px solid #1268fb4d;
  font-size: 18px;
  color: #1268fb;
}
.banner-name {
  color: #000;
  font-weight: 700;
  font-size: 60px;
  line-height: 62px;
}
.banner-con {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  height: 70px;
}
.banner .animate-text {
  position: absolute;
  opacity: 0;
  animation: rotateText 8s linear infinite 0s;
  font-size: 34px;
  font-weight: 800;
  white-space: nowrap;
  color: #1268fb;
}
.banner .animate-text:nth-child(2) {
  animation-delay: 4s;
}
.banner .animate-text:nth-child(3) {
  animation-delay: 8s;
}
.banner-main p {
  color: #808080;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}
.banner-btn-left {
  background-color: transparent;
  background-image: linear-gradient(140deg, #1268fb, #2c3e97, #1268fb);
  color: #ffffff;
  justify-content: center;
  text-align: center;
  background-size: 250%;
  padding: 10px 30px;
  border-radius: 20px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
}
.banner-btn-right {
  background-color: transparent;
  background-image: linear-gradient(140deg, #2c3e97, #2c3e97, #2c3e97);
  color: #ffffff;
  justify-content: center;
  text-align: center;
  background-size: 250%;
  padding: 10px 30px;
  border-radius: 20px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
}
.navbar li a {
  padding: 10px 30px;
}
.navbar a.active {
  padding: 5px 30px;
  border-radius: 5px;
  background-image: linear-gradient(140deg, #1268fb, #2c3e97, #1268fb);
  color: #fff !important;
  font-weight: 700;
}
.banner-btn-left,
.banner-btn-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.magnet-image {
  position: absolute;
  right: 0;
  top: 100px;
  right: -280px;
}
.magnet-image img {
  width: 800px;
}
.header-top {
  padding: 10px;
  background-color: #010e37;
  color: #fff;
  font-weight: 600;
}

/* Mani */

/* === Services Section === */
.services-section {
  background: #f0f6f9;
  padding: 70px 0;
}

/* push all cards a bit further from paragraph */
.services-section .row {
  margin-top: 60px; /* bigger gap under the paragraph */
}

/* reset any weird margin only on first child */
.services-section .service-card:first-child {
  margin-top: 0 !important;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 70px 40px 10px 40px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  min-height: 270px;

  /* equal bottom spacing for all cards */
  margin-bottom: 40px;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.service-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition: background 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 0px;
  transform: translate(-50px, -50px);
  left: 50%;
  box-shadow: 5px 10px #93b8f9, -5px 10px #93b8f9;
}

.service-icon img {
  border-radius: 50%;
}

.service-content h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.service-content p {
  font-size: 15px;
  line-height: 28px;
  color: #808080;
  margin-bottom: 0;
  text-align: justify;
}
/* Expertise Section Styles */

.expertise-section {
  background: linear-gradient(180deg, #010e37 0%, #0b1c5c 50%, #132b6e 100%);
  color: #fff;
  padding: 60px 0;
}
.expertise-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
.expertise-section p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Card */
.expertise-card {
  transition: all 0.4s ease;
  background: transparent;
}
.expertise-card .fas,
.expertise-card .fab {
  background-color: #1268fb;
  border-radius: 20px;
  padding: 20px;
  border: 15px solid #00000080;
}
.expertise-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.expertise-card p,
.expertise-card li {
  font-size: 0.95rem;
  color: #ddd;
}
.expertise-card i {
  color: #fff;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}
/*  
.expertise-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.expertise-card:hover i {
  transform: scale(1.2);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

*/

/* Franchise */
.franchise {
  padding: 80px 0;
  background-color: #fff;
}

.franchise h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #010e37;
}

.blue-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1268fb;
  border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
  animation: shake 3s ease-in-out infinite alternate;
}

.franchise img {
  position: relative;
  z-index: 2;
}

.line {
  border: 1px solid #808080;
  margin: 30px 0;
}

.franchise i {
  color: #1268fb;
}

.franchise-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.franchise h3 {
  font-size: 23px;
}

/* ------------------------
   Mobile spacing fix
------------------------*/
@media (max-width: 767px) {
  .franchise .col-md-6 h3 {
    margin-top: 20px; /* space between image and h3 on stacked mobile view */
  }
}



/* Pricing Section */
.pricing-section {
  background: #fff;
}

/* Section Title & Desc */
.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #111;
}

.section-desc {
  font-size: 1.2rem;
  color: #555;
  margin-top: 12px;
  line-height: 1.8;
}

/* Pricing Section */
.pricing-section {
  background: #fff;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #111;
}

.section-desc {
  font-size: 1.2rem;
  color: #555;
  margin-top: 12px;
  line-height: 1.8;
}

/* Pricing Card */
.pricing-card {
  background: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: zoomFade 1s ease forwards;

  /* equal heights */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
}

.pricing-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.15);
}

/* Content inside card */
.pricing-content {
  flex: 1 1 auto;
}

/* Headings */
.pricing-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1268fb;
  margin-bottom: 12px;
}

.price {
  font-size: 2.8rem;
  font-weight: 700;
  color: #111;
}

.price span {
  font-size: 1.2rem;
  color: #666;
}

/* Features list */
.pricing-features {
  margin: 0;
  padding: 0;
}

.pricing-features li {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-features i {
  color: #1268fb;
  font-size: 1.2rem;
}

/* Button */
.pricing-btn {
  background: #1268fb;
  color: #fff;
  font-weight: 600;
  padding: 14px 32px;
  font-size: 1.15rem;
  border-radius: 40px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 132, 255, 0.3);
}

.pricing-btn:hover {
  background: #010e37;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* Animation */
@keyframes zoomFade {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.2rem;
  }
  .price {
    font-size: 2.4rem;
  }
  .pricing-features li {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .section-desc {
    font-size: 1rem;
  }
  .price {
    font-size: 2.2rem;
  }
  .pricing-card {
    margin-bottom: 1.5rem;
  }
}

/* Review */

.review {
  background: linear-gradient(180deg, #010e37 0%, #0b1c5c 50%, #132b6e 100%);
  padding: 80px 0;
}
.review h2,
.review p {
  color: #fff;
  text-align: left !important;
}
.review-bg {
  background: linear-gradient(to bottom, #1268fb, #fff);
  border-radius: 10px;
}
.review-star {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
}
.review-star i {
  color: #ffff00;
}
.review-cont {
  font-size: 25px;
  font-weight: 700;
}
.reviewer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reviewer i {
  font-size: 30px;
  padding: 10px 20px;
  background-color: #1268fb;
  border-radius: 10px;
  color: #fff;
}
.reviewer .name {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

/* Mail */

.mail {
  padding-top: 80px;
  background-image: radial-gradient(
    circle at center,
    #e6f0ff 0%,
    #c0d4f7 50%,
    #ffffff 100%
  );
}
.mail h2 {
  font-weight: 700;
  font-size: 50px;
}
.mail p {
  font-size: 18px;
  color: #808080;
  font-weight: 600;
}
.input-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 40px;
  background: white;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.input-container input {
  border: none;
  padding: 20px;
  font-size: 16px;
  outline: none;
}
.input-container button {
  background: linear-gradient(90deg, #0066ff, #003399);
  color: white;
  border: none;
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 0 40px 40px 0;
  transition: background 0.3s;
}
.input-container button:hover {
  background: linear-gradient(90deg, #0052cc, #002266);
}
.input-container button svg {
  margin-left: 8px;
  width: 18px;
  height: 18px;
  fill: white;
}
.insta img {
  width: 200px;
  height: 200px;
  margin-top: 30px;
  border-radius: 10px;
}
.insta {
  text-align: center;
}
.scan-me {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #808080;
}

/* footer */
.custom-footer {
  background-color: #010e37;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.footer-logo-img {
  max-width: 180px;
  height: auto;
}

.footer-description {
  font-size: 15px;
  line-height: 1.6;
}

.footer-heading {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  text-align: left !important;
}

/* Lists */
.custom-footer ul {
  padding-left: 0;
  text-align: left !important;
}

.custom-footer ul li {
  margin-bottom: 12px;
  list-style: none;
  font-size: 15px;
  line-height: 1.6;
  text-align: left !important;
  transition: transform 0.2s ease;
}

.custom-footer ul li:hover {
  transform: translateX(3px);
}

.custom-footer ul li i {
  color: #1268fb;
  margin-right: 8px;
}

.custom-footer ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.custom-footer ul li a:hover {
  color: #1268fb;
  text-decoration: underline;
}

.social-icons a {
  display: inline-block;
  font-size: 22px;
  color: #1268fb;
  margin-right: 12px;
  transition: color 0.3s ease, transform 0.3s ease;
  text-align: left !important;
}

.social-icons a:hover {
  color: #ffffff;
  transform: scale(1.2);
}

.contact-info li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left !important;
}

.contact-info i {
  margin-right: 8px;
  color: #1268fb;
}

/* force everything left aligned on all screen sizes */
.custom-footer .row,
.custom-footer .footer-description,
.custom-footer .contact-info,
.custom-footer .social-icons {
  text-align: left !important;
}

#toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #c0392b;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 14px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  font-size: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.5s, top 0.5s;
}
#toast.show {
  visibility: visible;
  opacity: 1;
  top: 40px;
}

/* Shake animation */
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(2px, -2px) rotate(1deg);
  }
  50% {
    transform: translate(-2px, 2px) rotate(-1deg);
  }
  75% {
    transform: translate(2px, 2px) rotate(1deg);
  }
  100% {
    transform: translate(0px, -2px) rotate(0deg);
  }
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .badge {
    font-size: 11px;
  }
  .banner .animate-text {
    font-size: 17px;
  }
  .banner-btn-left,
  .banner-btn-right {
    font-size: 15px;
  }
}

/* Responsive tweaks */
@media (max-width: 1199px) {
  /* fallback for 3 per row on lg */
  .col-xl-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .col-xl-3,
  .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .expertise-section h2 {
    font-size: 2rem;
  }
  .expertise-card {
    padding: 20px;
  }
  .col-xl-3,
  .col-lg-4,
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .service-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;

    /* more breathing space between stacked cards */
    margin-bottom: 35px;
  }

  .service-icon {
    margin-bottom: 15px;
  }
}
@keyframes rotateText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

/* responsive improvements */
@media (max-width: 767.98px) {
  .footer-logo-img {
    max-width: 150px;
  }
  .social-icons a {
    font-size: 20px;
    margin-right: 10px;
  }
}
