@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/* Base typography */
body {
  font-family: 'Noto Sans', system-ui, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Bold headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* Normal text */
p, li, small, blockquote {
  font-weight: 400;
}

/* style validation error text */
.errors {
  color: #dc3545; /* bootstrap danger red */
  list-style: none;
  padding-left: 0;
  margin-top: 0.25rem;
  font-size: 0.875em;
}

/* ──────────────────────────────────────────────────────────────
   0) REMOVE OLD CONTACT BAR
   ──────────────────────────────────────────────────────────────*/
.contact-us-bar {
  display: none !important;
}

/* ──────────────────────────────────────────────────────────────
   1) NAVBAR (logo left; phone + email-icon right)
   ──────────────────────────────────────────────────────────────*/
.custom-navbar {
  border-radius: 0 !important;
  padding: 0.5rem 1rem;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1030;
}

/* keep everything on one line */
.custom-navbar .container,
.custom-navbar .container > .d-flex {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: space-between;
}

.custom-navbar .navbar-brand img {
  height: clamp(50px, 10vw, 70px);
  width: auto;
}

/* phone icon + number */
.custom-navbar .fa-phone {
  color: #fff;
  font-size: 1.25rem;
}
.phone-text {
  color: #fff;
  text-decoration: none;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  margin-left: 0.5rem;
  white-space: nowrap;
}

/* email icon + text */
.email-link {
  display: flex;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  margin-left: 2rem;
  white-space: nowrap;
}
.email-link i {
  font-size: 1.25rem;
}
.email-text {
  margin-left: 0.5rem;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: #fff;
}

/* Offcanvas menu tweaks */
#offNav {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

#offNav .offcanvas-title {
  color: #fff !important;
}

#offNav .btn-close-white {
  filter: invert(1);       /* keep the X button white */
}

#offNav .nav-link {
  color: rgba(254, 70, 254, 1) !important;  /* full-strength pink */
  font-size: 1.25rem;                      /* larger text */
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

#offNav .nav-link:hover {
  color: #fff !important;                 /* white on hover */
}

 body {
      margin: 0;
      font-family: 'Noto Sans', system-ui, sans-serif;
      line-height: 1.6;
      color: #333;
    }
    a { text-decoration: none; color: inherit; }
    .navbar { box-shadow: 0 2px 4px rgba(0,0,0,0.1); }

    /* restore footer background & text colors */
    footer {
      background-color: #212529;
      color: #ccc;
      padding: 2rem 0;
    }
    footer h5 {
      color: #fff;
    }
    footer a {
      color: #ccc;
    }
    footer a:hover {
      color: #fff;
    }



/* ──────────────────────────────────────────────────────────────
   1.2) COLLAPSED MENU PANEL (white bg, pink links)
   ──────────────────────────────────────────────────────────────*/
/* (kept in case you re-enable) */
#mainNav.collapse {
  background: #fff;
  border-radius: 0 !important;
  margin-top: 0.5rem;
  padding: 1rem;
}
#mainNav .navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainNav .nav-item + .nav-item {
  margin-top: 0.5rem;
}
#mainNav .nav-link {
  color: #ff69b4;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
#mainNav .nav-link:hover {
  background: rgba(0, 0, 0, 0.05);
}
/* ensure dropdown menu links are white */
#thinNav .thin-nav .nav-link {
  color: #fff !important;
}


/* ──────────────────────────────────────────────────────────────
   7) OUR WORK tab styling
   ──────────────────────────────────────────────────────────────*/
#our-work .nav-pills .nav-link {
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  margin: 0.25rem;
}
#our-work .nav-pills .nav-link.active {
  background: #ff69b4;
  color: #fff;
}
#our-work .tab-content {
  background: #fff;
  color: #000;
  border-radius: 0.5rem;
  padding: 1rem;
}


/* ──────────────────────────────────────────────────────────────
   8) MAP / COVERAGE section styling
   ──────────────────────────────────────────────────────────────*/
.bg-purple {
  background-color: #6b5b95 !important;
}
.coverage-section {
  padding: 2rem 0;
}
.coverage-section .map-iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 0.5rem;
}
.coverage-section .coverage-list {
  line-height: 1.6;
}

/* ──────────────────────────────────────────────────────────────
   9) OTHER site-wide styles
   ──────────────────────────────────────────────────────────────*/
.black-color {
  background: #000;
}
#about {
  background: #000;
  color: #fff;
}
#about img {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* ──────────────────────────────────────────────────────────────
   10) Thin strip under main bar (if used)
   ──────────────────────────────────────────────────────────────*/
.sub-nav {
  background: rgba(0, 0, 0, 0.9);
  padding: 0.25rem 0;
}
.sub-nav .nav-link {
  color: #fff;
  font-size: 0.95rem;
  padding: 0.25rem 0.75rem;
}
.sub-nav .nav-link:hover {
  color: #ff69b4;
}
.small-gap > .nav-link {
  margin: 0 0.25rem;
}

/* Hide sub-nav at tablet and below (≤ 767.98px) */
@media (max-width: 767.98px) {
  .sub-nav {
    display: none !important;
  }
}

/* ──────────────────────────────────────────────────────────────
   11) Responsive toggler & icon styling
   ──────────────────────────────────────────────────────────────*/
/* Show hamburger only below md (handled via HTML .d-md-none) */
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  /* white hamburger lines */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' "
    "xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' "
    "stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Hide phone/text next to icons at tablet and below */
@media (max-width: 767.98px) {
  .phone-text,
  .email-text {
    display: none !important;
  }
}

/* …add further custom rules below… */

/* ──────────────────────────────────────────────────────────────
   Hero section
   ──────────────────────────────────────────────────────────────*/
   .hero-wrapper{
  display:grid;
  grid-template-rows:1fr auto;   /* 1 = hero fills, 2 = bar sizes itself */
  min-height:100vh;              /* no jump → kills CLS */
}

/* Give small devices the “small-viewport” unit if supported */
@media (max-width:575.98px){
  .hero-wrapper{min-height:100svh;}
}

.btn-danger{
    background-color: #fe46fe;
}
/* Hero button: semi-transparent by default, solid on hover, white when active/focused */
.btn-hero {
  /* start from your purple */
  background-color: rgba(254, 70, 254, 0.6) !important;
  border: none;
  color:           #fff !important;
  transition: background-color 0.2s ease;
}

.btn-hero:hover {
  background-color: rgba(254, 70, 254, 0.8) !important;
  border-color:    rgba(254, 70, 254, 0.8) !important;
}

.btn-hero:focus,
.btn-hero:active {
  background-color: #fff !important;
  border-color:     #fff !important;
  color:            #000 !important;
  outline: none;
  box-shadow: none;

}

.hero-content {
  /* push content down by nav height (logo clamp + navbar padding) */
  padding-top: calc(clamp(50px, 10vw, 70px) + 1rem);
  padding-bottom: 2rem; /* optional, gives breathing room underneath */
}


/* Mobile-first: small button by default */
.btn-hero {
  padding: 0.40rem 0.5rem;    /* 4px / 8px */
  font-size: 1.2rem;        /* 14px */
  line-height: 1.2;
}

/* From md (768px) upward: make it “large” */
@media (min-width: 768px) {
  .btn-hero {
    padding: 0.75rem 1.25rem; /* 12px / 20px, same as btn-lg */
    font-size: 1.25rem;       /* 20px */
    line-height: 1.5;
  }
}


.hero-title-fs {
    font-size: 1.6rem;
}

.hero-subtitle-fs {
    font-size: 0.95rem;
}

.hero-copy-fs {
    font-size: 1.2rem;
}

.hero-copy-fs {
    font-size: 0.9rem;
}





/* ──────────────────────────────────────────────────────────────
   Services-hero-section
   ──────────────────────────────────────────────────────────────*/
.service-2 {
    font-size: 01.00rem;
    font-weight: 900;
}
.serv-hero-head {
    font-weight: bold;
}

.s-copy {
    font-size: 0.8rem
}
@media (min-width: 360px) {
  .s-copy {
    font-size: calc(0.8rem + 0.5vw - 1.8px);
  }
}

/* ──────────────────────────────────────────────────────────────
   Step-by-step-section
   ──────────────────────────────────────────────────────────────*/
.sbs-copy {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .sbs-copy {
    font-size: 1.00rem; /* 18px */
  }
}


.sbs-heading {
  font-size: 0.90rem;
}
@media (min-width: 768px) {
  .sbs-heading {
    font-size: 1.125rem; /* 18px */
  }
}

/* fluid but capped cards that shrink & scroll */
.gutter-step-card {
  /* [grow] [shrink] [basis] */
  flex: 0 1 clamp(190px, 30vw, 18rem);
  max-width: 18rem;  /* never exceed the original design */
}

.gutter-step-card img {
  width: 100%;
  height: auto;
  display: block;
}

.gutter-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
}

.gutter-scroll::-webkit-scrollbar { height: 8px; }
.gutter-scroll::-webkit-scrollbar-track { background: #333; }
.gutter-scroll::-webkit-scrollbar-thumb {
  background: #fe46fe;
  border-radius: 4px;
  border: 2px solid #333;
}



/* ──────────────────────────────────────────────────────────────
   Review Bar Section
   ──────────────────────────────────────────────────────────────*/
@media (min-width: 768px) {
  /* Shrink badge text to 1.25rem when viewport ≥768px */
  .review-section .badge {
    font-size: 0.7rem !important;
  }
}

/* …then grow again at lg */
@media (min-width: 992px) {
  .review-section .badge {
    font-size: 1.10rem !important;  /* same as fs-3 */
  }
}

/* ──────────────────────────────────────────────────────────────
   FAQ Section
   ──────────────────────────────────────────────────────────────*/
.accordion-button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media (min-width: 360px) {
  .accordion-button {
    padding-top: calc(0.3rem + 0.8vw - 1.8px);
    padding-bottom: calc(0.3rem + 0.8vw - 1.8px);
  }
}


/* ──────────────────────────────────────────────────────────────
   Stylish Menu Button
   ──────────────────────────────────────────────────────────────*/
.menu-btn {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  overflow: hidden;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
  cursor: pointer;
}

/* subtle shine animation on hover */
.menu-btn::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.4), transparent 60%);
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.7s ease;
}

.menu-btn:hover {
  background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(255,255,255,0.1));
  box-shadow: 0 6px 12px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}

.menu-btn:hover::before {
  transform: translateX(0) translateY(0) rotate(45deg);
}
@media (min-width: 360px) {
  .responsive-txt {
    font-size: calc(1rem + 0.5vw - 1.8px);
  }
}

.service-hd {
    font-size: 1.0rem
}
@media (min-width: 360px) {
  .service-hd {
    font-size: calc(1.0rem + 0.5vw - 1.8px);
  }
}

.s-heading {
    font-size: 1.20rem;
}
@media (min-width: 360px) {
  .s-heading {
    font-size: calc(1.20rem + 0.8vw - 1.8px);
  }
}

.s-main-heading {
    font-size: 1.40rem;
}
@media (min-width: 360px) {
  .s-main-heading {
    font-size: calc(1.40rem + 1.2vw - 1.8px);
  }
}

.contact-us-copy {
    font-size: 0.6rem;
}
@media (min-width: 360px) {
  .contact-us-copy {
    font-size: calc(0.6rem + 0.80vw - 1.8px);
  }
}





/* focus state for accessibility */
.menu-btn:focus {
  outline: none;
  box-shadow:

/* temporary IP info bar */
.ip-info-bar {
  background-color: #343a40;
  color: #fff;
  font-size: 0.9rem;
}

