.elementor-6872 .elementor-element.elementor-element-c2f552f{--display:flex;}.elementor-6872 .elementor-element.elementor-element-99d0e83{width:100%;max-width:100%;}.elementor-6872 .elementor-element.elementor-element-99d0e83 > .elementor-widget-container{padding:100px 0px 0px 0px;}.elementor-6872 .elementor-element.elementor-element-bd43aa0{--display:flex;}.elementor-6872 .elementor-element.elementor-element-8bcbb4d{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-6872 .elementor-element.elementor-element-c2f552f{--content-width:1440%;}}/* Start custom CSS for html, class: .elementor-element-99d0e83 *//* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  overflow-x: hidden; /* kill horizontal scroll */
}
body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #212529;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}

/* ===== HEADER ===== */
#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(4px);
}
.topbar {
  background: #E63946;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
.logo-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo {
  width: 40px;
  height: 40px;
  border: 2px dashed #999;
  border-radius: 4px;
}
.brand-name {
  font-size: 22px;
  font-weight: 700;
  color: #E63946;
}
.nav-links {
  display: flex;
  gap: 22px;
}
.nav-links a {
  font-size: 15px;
  font-weight: 500;
  color: #1D3557;
}
.nav-links a:hover {
  color: #00B4D8;
}
.cta-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-btn {
  background: #1D3557;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  transition: .3s;
}
.cta-btn:hover {
  background: #00B4D8;
}
.phone {
  font-weight: 600;
  color: #1D3557;
}
.phone:hover {
  color: #00B4D8;
}

/* ===== HERO ===== */
.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 100px 20px 60px;
  background: #f7f9fb;
  gap: 40px;
}
.hero-content {
  flex: 1 1 500px;
}
.hero-content h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #1D3557;
  margin-bottom: 18px;
}
.hero-content p {
  font-size: 17px;
  margin-bottom: 25px;
}
.hero-btn {
  display: inline-block;
  background: #E63946;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  transition: .3s;
}
.hero-btn:hover {
  background: #1D3557;
}
.hero-img {
  flex: 1 1 400px;
  height: 60vh;
  min-height: 300px;
  background: url('YOUR_IMAGE_PATH_HERE.webp') center/cover no-repeat;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,.18);
}

/* ===== REVIEW ===== */
.review-section {
  padding: 60px 20px;
  background: #fff;
}
.review-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}
.review-left, .review-right {
  flex: 1 1 450px;
}
.google-review-box {
  background: #f7f9fb;
  padding: 25px;
  border-radius: 12px;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.review-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.review-rating {
  font-size: 18px;
}
.review-text {
  font-size: 15px;
  margin-bottom: 10px;
}
.review-time {
  font-size: 13px;
  color: #666;
}
.image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.iso-img, .staff-img {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,.1);
}

/* ===== WHY CHOOSE / SERVICE COVERAGE / ABOUT ===== */
.why-choose, .service-coverage, .about-scrubs {
  padding: 60px 20px;
  background: #fff;
}
.why-container, .coverage-container, .about-container {
  max-width: 1000px;
  margin: auto;
}
.about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.about-text, .about-image {
  flex: 1 1 450px;
}
h2, h3, h4 {
  color: #1D3557;
  margin-bottom: 15px;
}
ul.service-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.coverage-btn, .cta-main-btn {
  display: inline-block;
  margin-top: 25px;
  background: #E63946;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  transition: .3s;
}
.coverage-btn:hover, .cta-main-btn:hover {
  background: #1D3557;
}

/* ===== SERVICES SLIDER ===== */
.services-slider {
  padding: 60px 20px;
  background: #f7f9fb;
}
.services-slider h2 {
  text-align: center;
  margin-bottom: 40px;
}
.slider-container {
  overflow-x: auto;
}
.slider-track {
  display: flex;
  gap: 25px;
  width: max-content;
  padding-bottom: 15px;
}
.slide {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  text-align: center;
}
.slide img {
  border-radius: 8px;
  margin-bottom: 15px;
}

/* ===== TRUSTED BY ===== */
.trust-logos {
  padding: 50px 20px;
  background: #fff;
}
.trust-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
}

/* ===== CTA ===== */
.cta-section {
  padding: 70px 20px;
  background: #1D3557;
  color: #fff;
  text-align: center;
}
.cta-container {
  max-width: 800px;
  margin: auto;
}
.cta-container h2 {
  color: #fff;
}

/* ===== FOOTER ===== */
.main-footer {
  background: #0d1b2a;
  color: #ccc;
  padding: 50px 20px 20px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}
.footer-container > div {
  flex: 1 1 250px;
}
.footer-links ul {
  list-style: none;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .header-container {
    flex-wrap: wrap;
  }
  .nav-links {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hero {
    flex-direction: column;
  }
  .about-container {
    flex-direction: column;
  }
}

.site-header .header-inner
 {
    
    display: none;
}
.site-header {
   display: none;
}
    .ast-container {
        max-width: 100%;
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51b102b *//* ======================
   GLOBAL RESET
====================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  padding-top: 100px; /* Fixed header space */
  background: #fff;
  color: #212529;
}

/* ======================
   HEADER SECTION
====================== */
#mainHeader {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: transparent;
  backdrop-filter: blur(4px);
}

.topbar {
  background: #E63946;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.95);
}

.logo-area {
  display: flex;
  gap: 10px;
  align-items: center;
}

.logo {
  width: 40px;
  height: 40px;
  border: 2px dashed #999;
  border-radius: 4px;
}

.brand-name {
  font-size: 22px;
  font-weight: 700;
  color: #E63946;
}

.nav-links {
  display: flex;
  gap: 22px;
}

.nav-links a {
  text-decoration: none;
  font-size: 15px;
  color: #1D3557;
  font-weight: 500;
  transition: 0.2s;
}

.nav-links a:hover {
  color: #00B4D8;
}

.cta-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cta-btn {
  background: #1D3557;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #00B4D8;
}

.phone {
  color: #1D3557;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.phone:hover {
  color: #00B4D8;
}

.sticky .header-container {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  font-size: 28px;
  color: #1D3557;
  cursor: pointer;
}

/* ======================
   HERO SECTION
====================== */
.hero {
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background: #f7f9fb;
}

.hero-content {
  width: 48%;
  z-index: 2;
}

.hero-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #1D3557;
  line-height: 1.25;
  margin-bottom: 18px;
}

.hero-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #212529;
  margin-bottom: 25px;
}

.hero-btn {
  display: inline-block;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 600;
  background: #E63946;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #1D3557;
}

.hero-img {
  width: 50%;
  background-size: cover;
  background-position: center;
  height: 80vh;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}

/* ======================
   REVIEW SECTION
====================== */
.review-section {
  background: #e9f3fb;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
}

.review-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

.review-left {
  flex: 1;
  min-width: 320px;
}

.google-review-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 25px 30px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.review-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.review-profile h4 {
  font-size: 16px;
  color: #1D3557;
  margin-bottom: 3px;
}

.review-profile p {
  font-size: 13px;
  color: #777;
}

.review-rating {
  font-size: 20px;
  color: #E8B400;
}

.review-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.review-time {
  font-size: 13px;
  color: #888;
  text-align: right;
}

.review-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.image-wrapper img {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background: #fff;
}

.iso-img { width: 220px; }
.staff-img { width: 280px; }

/* ======================
   WHY CHOOSE SCRUBS
====================== */
.why-choose {
  background: #fefefe;
  padding: 90px 40px;
}

.why-container {
  max-width: 1100px;
  margin: 0 auto;
}

.why-container h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1D3557;
  margin-bottom: 20px;
}

.why-container p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
}

.why-container h3 {
  font-size: 20px;
  font-weight: 600;
  color: #E63946;
  margin-top: 25px;
  margin-bottom: 15px;
}

.service-list {
  list-style-type: disc;
  padding-left: 25px;
}

.service-list li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* ======================
   SERVICES SLIDER
====================== */
.services-slider {
  background: #f7f9fb;
  padding: 90px 40px;
  text-align: center;
}

.services-slider h2 {
  font-size: 32px;
  color: #1D3557;
  margin-bottom: 50px;
}

.slider-container {
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.slider-track {
  display: flex;
  gap: 25px;
  width: calc(300px * 10);
  animation: slideAnimation 25s linear infinite;
}

.slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-width: 300px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s;
}

.slide:hover {
  transform: translateY(-8px);
}

.slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.slide h3 {
  font-size: 18px;
  color: #E63946;
  margin-bottom: 10px;
}

.slide p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

@keyframes slideAnimation {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ======================
   TRUSTED BY SECTION
====================== */
.trust-logos {
  background: #fff;
  text-align: center;
  padding: 70px 40px;
}

.trust-container {
  max-width: 1000px;
  margin: 0 auto;
}

.trust-container h3 {
  color: #1D3557;
  font-size: 26px;
  margin-bottom: 25px;
}

.logo-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.logo-row img {
  width: 120px;
  opacity: 0.8;
  transition: 0.3s;
}

.logo-row img:hover {
  opacity: 1;
}

/* ======================
   SERVICE COVERAGE
====================== */
.service-coverage {
  background: #fff;
  padding: 90px 40px;
  color: #212529;
}

.coverage-container {
  max-width: 1100px;
  margin: 0 auto;
}

.service-coverage h2 {
  font-size: 32px;
  color: #1D3557;
  margin-bottom: 25px;
  text-align: center;
}

.service-coverage h3 {
  font-size: 22px;
  color: #E63946;
  margin-top: 35px;
  margin-bottom: 15px;
}

.service-coverage h4 {
  font-size: 18px;
  color: #1D3557;
  margin-top: 25px;
  margin-bottom: 10px;
}

.service-coverage p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
  text-align: justify;
}

.coverage-subsection {
  background: #f7f9fb;
  border-left: 4px solid #E63946;
  padding: 20px 25px;
  border-radius: 6px;
  margin: 25px 0;
}

.coverage-btn {
  display: inline-block;
  background: #E63946;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 25px;
}

.coverage-btn:hover {
  background: #1D3557;
}

/* ======================
   ABOUT SCRUBS
====================== */
.about-scrubs {
  background: #f7f9fb;
  padding: 90px 40px;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1;
  min-width: 320px;
}

.about-text h2 {
  font-size: 30px;
  color: #1D3557;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* ======================
   CTA SECTION
====================== */
.cta-section {
  background: #E63946;
  color: #fff;
  text-align: center;
  padding: 90px 40px;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.cta-container h2 {
  font-size: 30px;
  margin-bottom: 18px;
}

.cta-container p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.cta-main-btn {
  display: inline-block;
  background: #1D3557;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.cta-main-btn:hover {
  background: #00B4D8;
}

/* ======================
   FOOTER SECTION
====================== */
.main-footer {
  background: #1D3557;
  color: #fff;
  padding: 60px 40px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-container h4 {
  color: #E63946;
  margin-bottom: 12px;
}

.footer-links ul {
  list-style: none;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}

.footer-links a:hover {
  color: #00B4D8;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
}

/* ======================
   RESPONSIVE DESIGN
====================== */
@media (max-width: 992px) {
  .hero {
    flex-direction: column-reverse;
    text-align: center;
    padding: 40px 20px;
  }

  .hero-content, .hero-img { width: 90%; }
  .hero-img { height: 300px; margin-bottom: 25px; }

  .review-container { flex-direction: column; align-items: center; text-align: center; }
  .image-wrapper { flex-direction: column; }
  .iso-img, .staff-img { width: 70%; max-width: 300px; }

  .about-container { flex-direction: column; text-align: center; }
  .about-image img { max-width: 350px; }
}

@media (max-width: 768px) {
  .slide { min-width: 250px; }
  .services-slider h2, .service-coverage h2 { font-size: 26px; }
}

@media (max-width: 576px) {
  .menu-toggle { display: block; }

  .nav-links {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 15px 0;
  }

  .nav-links.show { display: flex; }

  .nav-links a {
    color: #1D3557;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
  }

  .brand-name { font-size: 18px; }
  .hero-content h1 { font-size: 24px; }
  .hero-content p { font-size: 14px; }
  .cta-btn { padding: 10px 20px; font-size: 15px; }
  .why-container h2 { font-size: 24px; }
  .cta-container h2 { font-size: 22px; }
  .logo-row { gap: 25px; }
}/* End custom CSS */