body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  margin: 0;
}

/* Top Black Bar */
.top-bar {
  background: #000;
  color: #fff;
  font-size: 13.5px;
  padding: 5px 0;
}
.top-bar a {
  color: #fff;
  text-decoration: none;
}
.top-bar i {
  color: #E30613;
  margin-right: 5px;
}
.divider {
  margin: 0 6px;
  color: #fff;
}
.right-icons a {
  color: #E30613;
  margin-left: 10px;
  font-size: 15px;
  line-height: 1;
}

/* Ã¢Å“â€¦ Hide top bar only on mobile */
@media (max-width: 991.98px) {
  .top-bar {
    display: none !important;
  }
}

/* White Navbar */
.main-nav {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.logo {
  height: 55px;
}
.main-nav .nav-link {
  color: #000 !important;
  font-weight: 500;
  font-size: 15.5px;
  padding: 8px 14px;
}
.main-nav .nav-link i {
  font-size: 12px;
  color: #E30613;
  margin-left: 5px;
}
.start-btn {
   background: #E30613;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  text-decoration: none;
}

.start-btn:hover {
    background: #fff;
    color: #e60023;
    border-color: #e60023;
    transform: translateY(-2px);
      border: 1px solid #E30613;
}


/* Red Navbar (Desktop Services Menu) */
.red-navbar {
  background-color: #E30613;
  padding: 5px 0;
  position: relative;
  z-index: 1000;
}
.red-navbar .nav-link {
  color: #fff !important;
  font-size: 15.5px;
  font-weight: 600;
  padding: 8px 14px;
  white-space: nowrap;
}
.red-navbar .nav-link:hover,
.red-navbar .dropdown.show > .nav-link,
.red-navbar .dropdown:focus > .nav-link {
  background-color: ;
  border-radius: 6px;
  color: #fff !important;
}

/* 3D Styled Dropdown */
.red-navbar .dropdown-menu {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  padding: 8px 0;
  min-width: 230px;

  /* animation state (hidden) */
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

/* arrow tip */
.red-navbar .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 28px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  filter: drop-shadow(0 -1px 2px rgba(0,0,0,0.1));
}

/* when Bootstrap adds .show on parent, reveal */
.red-navbar .dropdown.show .dropdown-menu,
.red-navbar .nav-item.show .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.red-navbar .dropdown-item {
  font-size: 14.5px;
  font-weight: 500;
  color: #333;
  padding: 10px 18px 10px 34px; /* extra left space for icon */
  border-radius: 6px;
  position: relative;
  transition: color 0.3s ease;
}

/* ðŸ”¹ Constant left icon (FontAwesome arrow) */
.red-navbar .dropdown-item::before {
  content: "\f0da"; /* FontAwesome caret-right icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  color: #E30613; /* red accent color */
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* âœ… Hover: only text color changes */
.red-navbar .dropdown-item:hover {
  background: transparent !important;
  color: #E30613 !important;
}


/* MOBILE Adjustments for top bar icons */
@media (max-width: 768px) {
  .right-icons {
    display: none;
  }
  .left-info {
    width: 100%;
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}

/* Ã°Å¸â€œÂ± Slide Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 340px;
  height: 100%;
  background: #fff;
  color: #000;
  z-index: 9999;
  box-shadow: 2px 0 12px rgba(0,0,0,0.2);
  transition: left 0.4s ease;
  overflow-y: auto;
}
.mobile-menu.open {
  left: 0;
}

.menu-content {
  padding: 25px 20px 60px;
  position: relative;
}

.close-btn {
  background: none;
  border: none;
  color: #E30613;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  line-height: 1;
}

/* Section Headers in mobile panel */
.section-header {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}

/* Menu Links */
.menu-section ul li {
  margin-bottom: 10px;
}
.menu-section a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.menu-section a:hover {
  color: #E30613;
}

/* CTA inside Mobile Menu */
.cta-mobile {
  background: #E30613;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-top: 5px;
}

/* Dropdown Buttons in mobile (accordion headers) */
.dropdown-btn {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 6px 0;
}
.dropdown-btn i {
  color: #E30613;
  font-size: 14px;
  transition: transform 0.3s;
}
.dropdown-btn.active i {
  transform: rotate(180deg);
}

/* Submenu (mobile accordion content) */
.submenu {
  display: none;
  margin-left: 16px;
  margin-top: 6px;
  list-style: none;
  padding-left: 0;
}
.submenu.open {
  display: block;
}
.submenu li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.submenu li::before {
  content: ">";
  position: absolute;
  left: 0;
  color: #E30613;
  font-size: 13px;
  top: 2px;
}
.submenu a {
  font-size: 14px;
  font-weight: 400;
  color: #444;
  text-decoration: none;
}
.submenu a:hover {
  color: #E30613;
}

/* Hide desktop red navbar + Start Project button on mobile */
@media (max-width: 991.98px) {
  .red-navbar {
    display: none !important;
  }
  .start-btn {
    display: none;
  }
}




/* //////////////////////////  hero section ////////////////////////// */




 /* ---------- HERO SECTION ---------- */
    .hero-banner {
      position: relative;
     background: url('https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
      padding: 0 0;
      color: #fff;
      overflow: hidden;
    }

    .hero-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.55);
      z-index: 1;
    }

    .hero-banner .container {
      position: relative;
      z-index: 2;
    }

    /* ---------- LEFT SIDE CONTENT ---------- */
    .hero-left h1 {
      font-size: 50px;
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 15px;
    }
    .hero-left h1 span {
      color: #E30613;
    }
    .hero-left h5 {
      font-size: 21px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .hero-left p {
      font-size: 17px;
      line-height: 1.7;
      color: #eaeaea;
      margin-bottom: 25px;
      max-width: 600px;
    }

    .hero-points {
      list-style: none;
      padding: 0;
      margin-bottom: 35px;
    }
    .hero-points li {
      font-size: 16.5px;
      margin-bottom: 10px;
    }
    .hero-points i {
      color: #E30613;
      margin-right: 8px;
    }

    /* ---------- BUTTONS ---------- */
    .hero-buttons .btn {
      border-radius: 50px;
      padding: 13px 28px;
      font-weight: 600;
      font-size: 16px;
      margin-right: 15px;
      transition: all 0.3s ease;
         
    }
    .hero-buttons .btn-danger {
      background: #E30613;
      border: none;
      box-shadow: 0 5px 18px rgba(227, 6, 19, 0.4);
    }
    .hero-buttons .btn-danger:hover {
      background: #b7040e;
    }
    .hero-buttons .btn-outline-light {
      border: 2px solid #fff;
      color: #fff;
      
    }
    .hero-buttons .btn-outline-light:hover {
      background: #fff;
      color: #E30613;
    }

    /* ---------- FORM BOX ---------- */
    .form-glass-box {
      width: 100%;
      max-width: 620px;
      background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(0,0,0,0.25));
      backdrop-filter: blur(30px);
      -webkit-backdrop-filter: blur(30px);
      border-radius: 26px;
      padding: 45px 42px;
      box-shadow: 0 25px 60px rgba(0,0,0,0.35);
      color: #fff;
      border: 1px solid rgba(255,255,255,0.15);
    }
    .form-glass-box h4 {
    text-align: center;
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 30px;
      line-height: 1.4;
      color: #fff;
    }

    /* ---------- Input Fields ---------- */
    .input-field {
      position: relative;
      margin-bottom: 18px;
    }
    .input-field i {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: rgba(255,255,255,0.9);
      font-size: 15px;
    }
    .input-field input {
      width: 100%;
      padding: 12px 15px 12px 45px;
      border: none;
      border-radius: 10px;
      outline: none;
      background: rgba(255,255,255,0.25);
      box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
      font-size: 15.5px;
      color: #fff;
      transition: all 0.3s ease;
    }
    .input-field input::placeholder {
      color: rgba(255,255,255,0.85);
    }
    .input-field input:focus {
      background: rgba(255,255,255,0.35);
      box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
    }

    /* ---------- Submit Button ---------- */
    .btn-glass {
      background: linear-gradient(90deg, #E30613 0%, #ff3131 100%);
      border: none;
      width: 100%;
      padding: 15px;
      border-radius: 50px;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s ease;
      margin-top: 10px;
      box-shadow: 0 8px 25px rgba(227,6,19,0.4);
      
    }
    .btn-glass:hover {
      background: linear-gradient(90deg, #c2050f 0%, #ff1e1e 100%);
    }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 991px) {
      .hero-banner {
        padding: 70px 0px;
      }
      .hero-left h1 {
        font-size: 29px;
                line-height: 36px;
      }
      .form-glass-box {
        margin-top: 40px;
        padding: 45px 15px;
      }
      .hero-buttons .btn-danger {
    width: -webkit-fill-available;
   
}  .hero-buttons .btn-outline-light {
    
      width: -webkit-fill-available;
    }
      
       .hero-buttons  {
            line-height: 68px;
       }
    }
    
    
    
   /*     ////////////////////////////////  about us /////////////////////// */
       
    
    
    .about-section {
  background: #fff;
  padding: 100px 0;
  border-top: 3px solid #E30613;
}

.about-img {
  max-width: 90%;
}

.subheading {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 1.7rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 18px;
}
.about-content h2 span {
  color: #E30613;
}

.about-content p {
  color: #444;
  font-size: 16.5px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.about-points {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}
.about-points li {
  font-size: 16.5px;
  margin-bottom: 12px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-points i {
  color: #E30613;
  font-size: 17px;
}

/* Button */
.btn-about {
  display: inline-block;
  background: linear-gradient(90deg, #E30613 0%, #ff3131 100%);
  color: #fff;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 8px 20px rgba(227,6,19,0.3);
  transition: all 0.3s ease;
}
.btn-about i {
  margin-right: 10px;
}
.btn-about:hover {
  background: linear-gradient(90deg, #c2050f 0%, #ff1e1e 100%);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .about-section {
    text-align: center;
    padding: 70px 20px;
  }
  .about-content h2 {
    font-size: 25px;
  }
  .btn-about {
    margin-top: 10px;
  }
}




.services-section {
  background: #fff;
  padding: 80px 0;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all .3s ease;
  border: 1px solid #f5f5f5;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.service-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}

.service-icon {
  text-align: center;
  font-size: 40px;
  color: #E30613;
  margin-bottom: 12px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.service-list li {
  background: #f4f4f4;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 15.5px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
  cursor: pointer;
  transition: 0.25s ease;
  border: 2px solid transparent;
}

.service-list li::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #E30613;
  transition: 0.25s ease;
}

/* 🔥 Hover Effect — RED BG + WHITE TEXT + WHITE ARROW */
.service-list li:hover {
  background: #E30613;
  color: #fff;
  border-color: #E30613;
}

.service-list li:hover::after {
  color: #fff;
}

.cta-section {
  margin-top: 10px;
}

.cta-box {
  background: linear-gradient(90deg, #E30613, #ff4040);
  padding: 45px 60px;
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 10px 28px rgba(227, 6, 19, 0.25);
}

.cta-content h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
}

.cta-content h2 i {
  margin-right: 8px;
}

.cta-content p {
  font-size: 18px;
  margin: 0;
  opacity: 0.94;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #E30613;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(255,255,255,0.35);
  transition: all 0.3s ease;
}

.cta-btn i {
  margin-left: 8px;
  transition: transform .3s;
}

.cta-btn:hover {
  background: #f8f8f8;
}

.cta-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .cta-box {
    text-align: center;
    padding: 35px 24px;
  }
  .cta-content h2 {
    font-size: 26px;
  }
  .cta-content p {
    font-size: 16px;
  }
}
.projects-section {
  background: #fff;
  padding: 80px 0;
}

/* Project Container */
.project-card {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  background: #fff;
  transition: transform 10s ease;
  position: relative;
}

.project-card:hover {
  transform: translateY(-6px);
}

/* Image Wrapper */
.project-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.project-img img {
  width: 100%;
  display: block;
  transition: transform 4s linear;
  transform: translateY(0);
}

/* On Hover — Scroll Image Up */
.project-card:hover .project-img img {
  transform: translateY(calc(-100% + 500px));
}

/* Mobile Height */
@media (max-width: 768px) {
  .project-img {
    height: 420px;
  }
}

/* ============= OVERLAY TEXT ============= */

.project-info {
  position: absolute;
  bottom: -120px; /* hidden initially */
  
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.95), transparent);
  color: #fff;
  transition: bottom 0.35s ease;
}

.project-info h4 {
    text-align:center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.project-info p {
     text-align:center;
  font-size: 14px;
  margin: 0;
}

/* On Hover → Slide Up */
.project-card:hover .project-info {
  bottom: 10px;
}

.clients-section {
  background: #f8fafc;
  padding: 80px 0;
}

/* marquee wrapper */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* track */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeMove 20s linear infinite;
}

/* each repeated set */
.logo-set {
  display: flex;
  gap: 60px;
  padding: 0 30px;
}

/* logos */
.logo-set img {
  height: 70px;
  object-fit: contain;
  filter: grayscale(0);
  opacity: 0.9;
  transition: all .3s ease;
}

/* hover zoom */
.logo-set img:hover {
  transform: scale(1.08);
  opacity: 1;
}

/* animation */
@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* pause on hover (optional) */
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

/* mobile responsive */
@media (max-width: 768px) {
  .logo-set img {
    height: 55px;
  }
}
.why-v2 {
  background: #fff;
  padding: 80px 0;
}

.why-v2 h2 {
  font-size: 32px;
  font-weight: 800;
}

/* Main container */
.why-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
  align-items: center;
}

/* LEFT + RIGHT */
.why-left, 
.why-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

/* Item */
.why-item i {
  font-size: 32px;
  color: #E30613;
  margin-bottom: 10px;
}

.why-item h5 {
  font-weight: 700;
  color: #E30613;
  margin-bottom: 6px;
}

.why-item p {
  font-size: 15px;
  color: #555;
 
}

/* CENTER IMAGE */
.why-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.why-center img {
  max-width: 420px;
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .why-wrapper {
    flex-direction: column;
    text-align: center;
  }
  
  .why-left, 
  .why-right {
    text-align: center !important;
  }

  .why-item p {
    margin: 0 auto;
  }
}
.red-promo-wrap {
    width: auto;
    margin: 0 20px; /* LEFT + RIGHT MARGIN */
    padding: 70px 70px;
    background: linear-gradient(90deg, #f21d2f, #ff4747);
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}


.red-promo-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.red-promo-desc {
    font-size: 20px;
    margin-top: 12px;
    opacity: 0.9;
}

.red-promo-btn {
    background: #fff;
    color: #e01119;
    font-size: 18px;
    padding: 18px 40px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0px 4px 15px rgba(255,255,255,0.3);
    transition: 0.25s ease;
}

.red-promo-btn:hover {
    transform: translateY(-3px);
}

@media (max-width: 900px) {
    .red-promo-wrap {
        flex-direction: column;
        text-align: center;
        padding: 50px 30px;
    }

    .red-promo-right {
        margin-top: 25px;
    }
}

.process-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.process-section h5 {
  color: #555;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.process-section h2 {
  font-size: 2rem;
  margin-bottom: 40px;
}

.process-section .highlight {
  color: #E30613;
  font-weight: bold;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.step {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.step:hover {
  transform: translateY(-5px);
}

.circle {
  width: 60px;
  height: 60px;
  background-color: #E30613;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
}

.step h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.arrow {
  font-size: 2rem;
  color: #E30613;
}

@media (max-width: 768px) {
  .steps {
    flex-direction: column;
  }

  .arrow {
    transform: rotate(90deg);
  }
}




.section-containers {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* ðŸ”¥ ensures both child items stretch to same height */
  padding: 60px;
  max-width: 1400px;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}

.marquee-boxs,
.content-boxs {
  flex: 1;
  /* ðŸ§  ensures both columns take equal width */
  display: flex;
  flex-direction: column;
  /* Needed for consistent child stacking */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  padding: 30px 40px;
}


.marquee-titles {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
}

.marquee-containers {
  height: 280px;
  overflow: hidden;
  position: relative;
}

.marquee-tracks {
  display: flex;
  flex-direction: column;
  animation: scrollUp 12s linear infinite;
}

.row {
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  padding: 30px 0;
}

.tech-icons {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.tech-icons img {
  height: 60px;


}

.tech-icons span {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

.tech-icons:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-50%);
  }
}

.content-boxs {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  padding: 40px;
  /* display: flex; */
  flex-direction: column;
  /* justify-content: center; */
}

.content-boxs h2 {
  font-size: 32px;
  color: #003366;
  margin-bottom: 20px;
}

.content-boxs p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
}


.google-logos {
  font-weight: bold;
  font-size: 29px;
}

.google-logos span {
  color: #4285F4;
}

.google-logos span:nth-child(2) {
  color: #EA4335;
}

.google-logos span:nth-child(3) {
  color: #FBBC05;
}

.google-logos span:nth-child(4) {
  color: #4285F4;
}

.google-logos span:nth-child(5) {
  color: #34A853;
}

.google-logos span:nth-child(6) {
  color: #EA4335;
}

.stars {
  color: #f4b400;
  margin: 0 5px;
}

.rating {
  font-size: 18px;
  font-weight: bold;
  margin-left: 15px;
}

.count {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}

.btn {
  background-color: #1a73e8;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 14px;
  margin-left: auto;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.btn:hover {
  background-color: #155bb5;
}

@media (max-width: 992px) {
  .section-containers {
    flex-direction: column;
    padding: 40px 20px;
  }

  .marquee-containers {
    height: 260px;
  }

  .content-boxs h2 {
    font-size: 26px;
  }

  .content-boxs p {
    font-size: 16px;
  }
}

.industry-container {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}

.industry-container h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #0f172a;
}

.industry-container p {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 40px;
}


.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.industry-card {
  background-color: #f9fbfd;
  padding: 30px 15px;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.industry-card:hover {
  background-color: #e6f9f1;
  border-color: #b2e3c1;
}

.industry-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  color: #0f172a;
}

.industry-label {
  font-weight: 600;
  font-size: 15px;
  color: #334155;
}

.industry-card:hover .industry-label {
  color: #00704a;
}

@media (min-width: 1024px) {
  .industry-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}


.faq-wrapper {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
  margin: auto;
}

.faq-image {
  flex: 1;
  background: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=700&q=80') no-repeat center center/cover;
  min-height: 500px;
}

.faq-content {
  flex: 1;
  padding: 40px;
}

.faq-content h2 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #222;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  cursor: pointer;
}

.faq-question {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  color: #333;
}

.faq-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.faq-left svg {
  color: red;
}


.faq-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon.rotate {
  transform: rotate(180deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .faq-wrapper {
    flex-direction: column;
  }

  .faq-image {
    min-height: 200px;
  }

  .faq-content {
    padding: 20px;
  }
}


footer {

  position: relative;
  background: rgb(0, 0, 0);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 80px 20px 40px;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 90deg at 50% 50%, #00f5d4, #9f00ff, #00f5d4);
  animation: rotate 20s linear infinite;
  z-index: 0;
  opacity: 0.08;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}


.formcards {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background-color: rgb(254, 87, 87);

}

.img {
  max-width: inherit;
  min-width: inherit;
  max-height: inherit;
  width: inherit;
  height: inherit;
  min-height: inherit;
  object-fit: cover;
}

.logo {
  width: 160px;
}

.socailmedia a {
  color: white;
  text-decoration: none;
}

.footer-get-started {
  display: inline-block;
  margin-top: 15px;
  padding: 16px 25px;
  background: linear-gradient(45deg, #fc0004, #ff060a);
  color: white;
  font-size: 25px;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.footer-get-started:hover {
  background: linear-gradient(45deg, #fe023d, #ff4e50);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.footer-container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-logo {
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(45deg, #00f5d4, #9f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

.footer-column h4 {
  color: #00f5d4;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: 0.3s;
  position: relative;
}

.footer-column a:hover {
  color: #fff;
  transform: translateX(5px);
}

.contact-info {
  font-size: 14px;
  color: #ccc;
  line-height: 1.8;
}

.map iframe {
  width: 100%;
  height: 180px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 245, 212, 0.15);
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .map iframe {
    height: 250px;
  }
}

.blog-container {
  max-width: 1300px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.blog-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.blog-image {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.blog-content {
  padding: 20px;
}

.blog-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text);
}

.blog-meta {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-description {
  font-size: 14px;
  color: #333;
}

.readmore {
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  transition: 0.3s;
}

.readmore:hover {
  color: #222;
  border-color: transparent;
}

@media (max-width: 768px) {
  header h1 {
    font-size: 36px;
  }
}


.testimonial-section {
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.testimonial-card {
  flex: 0 0 auto;
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.avatar {
  background-color: #0275d8;
  color: white;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 12px;
}

.user-info strong {
  font-size: 16px;
  display: block;
}

.user-info .date {
  font-size: 13px;
  color: #888;
}

.stars {
  font-size: 20px;
  color: #ffc107;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.stars img {
  width: 16px;
  height: 16px;
}

.testimonial-text {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.google-logo {
  position: absolute;
  top: -5px;
  right: 15px;
  height: 20px;
}

.view-more {
  text-align: center;
  margin-top: 40px;
}

.view-more button {
  padding: 10px 25px;
  background-color: #0275d8;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.view-more button:hover {
  background-color: #025aa5;
}


.fontweighr-size {
  font-weight: 700;
  font-size: 22px;
}


/* Background */
.cta-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f9f9f9, #e3f2fd, #e8f5e9);
  padding: 20px;
}

/* Card */
.cta-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.8s ease;
}

/* Heading */
.cta-card h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.cta-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
}

/* Inputs */
.cta-card form input,
.cta-card form select {
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 15px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 14px;
  transition: all 0.3s ease;
}

.cta-card form input:focus,
.cta-card form select:focus {
  border-color: #1a73e8;
  background: #fff;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2);
  outline: none;
}

/* Button */
.cta-card button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(90deg, #1a73e8, #34a853);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 500px) {
  .cta-card {
    padding: 30px 20px;
  }
}




/* Pill container */
.dot-nav {
  position: fixed;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  width: 46px;
  background: #fff;
  border-radius: 25px;
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

/* Marquee wrapper */
.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track that moves */
.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 10s linear infinite;
  /* ðŸ”¥ change 25s for speed */
}

/* Each set of logos */
.logo-set {
  display: flex;
  gap: 0px;
  /* space between logos */
}

.logo-set img {
  height: 60px;
  /* adjust logo size */
  object-fit: contain;
}

/* Keyframes for animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
    /* moves left */
  }
}

/* Dot link (large clickable circle) */
.dot-nav a {
  width: 30px;
  /* clickable area */
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Small black dot */
.dot-nav a::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Tooltip label (hidden by default) */
.dot-nav a::after {
  content: attr(data-label);
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  color: #000;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Show label on hover */
.dot-nav a:hover::after,
.dot-nav a.active:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Outline effect on hover/active */
.dot-nav a:hover,
.dot-nav a.active {
  box-shadow: 0 0 0 2px #000 inset;
}

/* Dot grows slightly */
.dot-nav a:hover::before,
.dot-nav a.active::before {
  transform: scale(1.3);
}


/* Fix for select box */
/* Transparent select box */
.form-select {
  background-color: rgba(255, 255, 255, 0.2) !important;
  /* transparent box */
  color: #DDDDDD !important;
  /* black text */
  border: 1px solid #ccc;
  /* light border so visible */
}

/* Options inside dropdown */
.form-select option {
  background-color: #fff !important;
  /* white dropdown background */
  color: #000 !important;
  /* black text */
}






.startup-hero {
  background: radial-gradient(circle at top left, #1a1a1a, #000);
  position: relative;
  overflow: hidden;
}

.startup-hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -100px;
  right: -200px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  filter: blur(120px);
  animation: pulse 6s infinite alternate;
}

@keyframes pulse {
  from {
    transform: scale(1);
    opacity: 0.7;
  }

  to {
    transform: scale(1.3);
    opacity: 1;
  }
}

.text-gold {
  color: #E30613;
}

.btn-gold {
  background: linear-gradient(90deg, #E30613, #E30613);
  border: none;
  color: #000;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: linear-gradient(90deg, #E30613, #E30613);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 0, 0, 0.6);
}

.startup-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
}

.startup-glass-card h3 {
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 12px;
}

.startup-glass-card ul li {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.ribbon {
  position: absolute;
  top: 15px;
  right: -50px;
  transform: rotate(45deg);
  background: linear-gradient(90deg, #E30613, #E30613);
  color: #000;
  padding: 6px 60px;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}




.text-brand {
  color: #E30613;
}

.glass-card {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(227, 6, 19, 0.15);
  border-radius: 16px;
  backdrop-filter: blur(15px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.stat-card {
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(227, 6, 19, 0.2);
}

.icon {
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.counter {
  font-size: 1.6rem;
  font-weight: bold;
}

/* Fix spacing between icons and placeholders */
.input-group-text.soft-icon {
  background: rgba(227, 6, 19, 0.08);
  color: #E30613;
  border: none;
  border-radius: 10px 0 0 10px;
  backdrop-filter: blur(8px);
  padding: 0.5rem 0.7rem;
  /* smaller padding */
  font-size: 1rem;
  /* icon size */
  display: flex;
  align-items: center;
  /* vertical align fix */
  justify-content: center;
  /* center horizontally */
  min-width: 40px;
  /* narrower icon box */
}

.form-control,
.form-select,
textarea {
  border: 1px solid rgba(227, 6, 19, 0.2);
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  padding: 0.6rem 0.75rem;
  /* balanced input padding */
}


.form-control:focus,
.form-select:focus,
textarea:focus {
  border-color: #E30613;
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.2);
}

.btn-brand {
  background: linear-gradient(90deg, #E30613, #ff444f);
  border: none;
  border-radius: 40px;
  color: #fff;
  transition: all 0.3s ease;
  padding: 12px;
}

.btn-brand:hover {
  background: linear-gradient(90deg, #ff444f, #E30613);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(227, 6, 19, 0.3);
}


/* ======== FORM LOADER OVERLAY ======== */
.form-loader {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  backdrop-filter: blur(4px);
}

/* Loader box */
.loader-box {
  background: #ffffff;
  padding: 25px 35px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif;
}

/* Spinner */
.loader-spinner {
  width: 38px;
  height: 38px;
  border: 4px solid #eee;
  border-top-color: #e30613;
  border-radius: 50%;
  animation: spinLoader 0.8s linear infinite;
  margin: 0 auto 12px auto;
}

/* Text */
.loader-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Spinner animation */
@keyframes spinLoader {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* CONTAINER */
    .consultation-bar {
        background: #e30613;
        padding: 35px 20px;
    }

    .consultation-inner {
        max-width: 1200px;
        margin: auto;
        text-align: center;
    }

    .consultation-inner h2 {
        color: #fff;
        margin-bottom: 25px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    /* FORM */
    .consultation-formr {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .input-box {
        background: #fff;
        border-radius: 50px;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        min-width: 230px;
    }

    .input-box i {
        color: #e30613;
        margin-right: 10px;
        font-size: 15px;
    }

    .input-box input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 14px;
    }

    /* BUTTON */
    .submit-btn {
        background: #fff;
        color: #e30613;
        border: none;
        border-radius: 50px;
        padding: 14px 35px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .submit-btn:hover {
        background: #ffe6e8;
        transform: translateY(-2px);
    }

    /* MOBILE */
    @media (max-width: 768px) {
        .consultation-form {
            gap: 12px;
        }

        .input-box {
            width: 100%;
            max-width: 350px;
        }

        .submit-btn {
            width: 100%;
            max-width: 350px;
        }
    }
    
    
>
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#fff;
    color:#111;
}

/* ===== SECTION ===== */
.replica-reviews-section{
    padding:60px 20px;
}

.replica-title{
    text-align:center;
    font-size:38px;
    font-weight:600;
    margin-bottom:30px;
}

/* ===== GOOGLE BAR ===== */
.replica-google-bar{
    max-width:1200px;
    margin:0 auto 40px;
    background:#fff;
    border-radius:10px;
    padding:18px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

.replica-google-left{
    display:flex;
    align-items:center;
    gap:16px;
}

.replica-google-logo{
    font-weight:600;
    font-size:20px;
}

.replica-google-logo span:nth-child(1){color:#4285F4}
.replica-google-logo span:nth-child(2){color:#DB4437}
.replica-google-logo span:nth-child(3){color:#F4B400}
.replica-google-logo span:nth-child(4){color:#4285F4}
.replica-google-logo span:nth-child(5){color:#0F9D58}
.replica-google-logo span:nth-child(6){color:#DB4437}

.replica-rating{
    font-size:18px;
    font-weight:600;
}

.replica-stars{
    color:#FFC107;
    margin-left:4px;
}

.replica-count{
    color:#777;
    font-size:14px;
}

.replica-google-btn{
    background:#1a73e8;
    color:#fff;
    padding:10px 20px;
    border-radius:6px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

/* ===== SLIDER ===== */
.replica-slider{
    max-width:1200px;
    margin:auto;
    overflow:hidden;
}

.replica-slider-track{
    display:flex;
    gap:24px;
}

/* ===== CARD ===== */
.replica-review-card{
    min-width:300px;
    background:#fff;
    border-radius:18px;
    padding:22px;
    box-shadow:0 10px 28px rgba(0,0,0,0.08);
}

/* HEADER */
.replica-card-head{
    display:flex;
    align-items:center;
    gap:14px;
    position:relative;
    margin-bottom:12px;
}

.replica-avatar{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#1a73e8;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:18px;
}

.replica-user-name{
    font-weight:600;
    font-size:16px;
}

.replica-date{
    font-size:14px;
    color:#999;
}

.replica-google-icon{
    position:absolute;
    right:0;
    top:0;
    width:20px;
}

/* STARS */
.replica-review-stars{
    color:#FFC107;
    margin-bottom:10px;
}

.replica-verified{
    color:#1a73e8;
    margin-left:6px;
}

/* TEXT */
.replica-review-text{
    font-size:15px;
    color:#444;
    line-height:1.6;
}

/* ===== MOBILE ===== */
@media(max-width:768px){
    .replica-google-bar{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }
}



.replica-review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #444;

    display: -webkit-box;
    -webkit-line-clamp: 4;     /* SHOW ONLY 4 LINES */
    -webkit-box-orient: vertical;
    overflow: hidden;

    text-overflow: ellipsis;
}
/* ================================
   CITY SEO CONTENT SECTION
================================ */

.city-seo-section{
  background: #ffffff;
  padding: 70px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.city-seo-section .container{
  max-width: 1200px;
}

/* Heading */
.city-seo-title{
  font-size: 28px;
  font-weight: 600;
  color: #111;
  margin-bottom: 16px;
  position: relative;
  padding-left: 18px;
}

/* Accent line */
.city-seo-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 28px;
  background: #e30613; /* brand red */
  border-radius: 4px;
}

/* Description text */
.city-seo-desc{
  font-size: 15.5px;
  line-height: 1.9;
  color: #555;
  max-width: 1000px;
}

/* Paragraph spacing */
.city-seo-desc p{
  margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 768px){
  .city-seo-section{
    padding: 45px 0;
  }

  .city-seo-title{
    font-size: 22px;
  }

  .city-seo-desc{
    font-size: 14.5px;
    line-height: 1.8;
  }
}
