.elementor-11716 .elementor-element.elementor-element-7388d03{--display:flex;}.elementor-11716 .elementor-element.elementor-element-c96a86f{--display:flex;}.elementor-11716 .elementor-element.elementor-element-51b632b{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-3055cff{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-11716 .elementor-element.elementor-element-4688f27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11716 .elementor-element.elementor-element-964cc06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11716 .elementor-element.elementor-element-0373b4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11716 .elementor-element.elementor-element-0373b4f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-11716 .elementor-element.elementor-element-beefd5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11716 .elementor-element.elementor-element-9336e47{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-69cda7a{--display:flex;}.elementor-11716 .elementor-element.elementor-element-47285a3{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-55ec606{--display:flex;}.elementor-11716 .elementor-element.elementor-element-a3face7{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-909caef{--display:flex;}.elementor-11716 .elementor-element.elementor-element-3ce7bfd{--e-image-carousel-slides-to-show:6;}.elementor-11716 .elementor-element.elementor-element-3ce7bfd > .elementor-widget-container{margin:0px 0px -26px 0px;padding:0px 0px 0px 0px;}.elementor-11716 .elementor-element.elementor-element-3ce7bfd .elementor-swiper-button.elementor-swiper-button-prev, .elementor-11716 .elementor-element.elementor-element-3ce7bfd .elementor-swiper-button.elementor-swiper-button-next{font-size:0px;}.elementor-11716 .elementor-element.elementor-element-e99fb3e{--display:flex;}.elementor-11716 .elementor-element.elementor-element-d0005cb{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-4acd126{--display:flex;}.elementor-11716 .elementor-element.elementor-element-a5904ee{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-8b50029{--display:flex;}.elementor-11716 .elementor-element.elementor-element-48cfaff.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}.elementor-11716 .elementor-element.elementor-element-48cfaff .elementor-swiper-button{font-size:20px;}.elementor-11716 .elementor-element.elementor-element-48cfaff .elementor-main-swiper:not(.elementor-thumbnails-swiper) .elementor-carousel-image{background-size:contain;}.elementor-11716 .elementor-element.elementor-element-80c06b1{--display:flex;}.elementor-11716 .elementor-element.elementor-element-f8d24f1{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-a38f241{--display:flex;}.elementor-11716 .elementor-element.elementor-element-dd552c8{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-7beb1ce{--display:flex;}.elementor-11716 .elementor-element.elementor-element-dd5f8ea{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-b127c35{--display:flex;}.elementor-11716 .elementor-element.elementor-element-e7f4b12{width:100%;max-width:100%;}.elementor-11716 .elementor-element.elementor-element-e9906c5{--display:flex;}.elementor-11716 .elementor-element.elementor-element-39de10e .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(min-width:768px){.elementor-11716 .elementor-element.elementor-element-4688f27{--width:50%;}.elementor-11716 .elementor-element.elementor-element-964cc06{--width:50%;}.elementor-11716 .elementor-element.elementor-element-0373b4f{--width:97.792%;}}@media(max-width:1024px){.elementor-11716 .elementor-element.elementor-element-48cfaff.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}@media(max-width:767px){.elementor-11716 .elementor-element.elementor-element-48cfaff.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper){margin-bottom:10px;}}/* Start custom CSS for html, class: .elementor-element-51b632b */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9336e47 */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47285a3 */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3face7 */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0005cb */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5904ee */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8d24f1 */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd552c8 */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd5f8ea */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7f4b12 */.hero {
    background: linear-gradient(135deg, #0092ff 0%, #1b5e7f 100%);
    color: #ffffff;
    min-height: 100vh;       /* makes hero fill screen vertically */
    width: 100vw;            /* span full width */
    display: flex;
    align-items: center;     /* vertically center content */
    margin-left: calc(-50vw + 50%); /* break out of container */
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    align-items: center;
    max-width: 100%;       /* wider than typical container */
    margin: 0 auto;
    padding: 2rem;
}

.hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #ffffffff;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-buttons {
    display: flex;
    column-gap: 1rem;
}

.btn-primary {
    background: #000000;
    color: #ffffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #0092ff;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-secondary {
    background: #000000;
    color: #ffffff;
    padding: 1rem 2rem;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #0092ff;
    color: #ffffff;
}

.locator-card {
    background: #ffffff;
    color: #0092ff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.locator-card h3 {
    margin-bottom: 1rem;
    color: #0092ff;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-input {
    padding: 1rem;
    border: 2px solid var(--border-gray);
    border-radius: 5px;
    font-size: 1rem;
}

.btn-location {
    background: #0092ff;
    color: #ffffff;
    padding: 1rem;
    border: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-location:hover {
    background: #000000;
}

 .hero-keywords {
            margin: 20px 0;
        }
        
        .keyword-tag {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            margin: 5px;
            font-size: 14px;
            border: 1px solid rgba(255,255,255,0.3);
        }
        
        .popular-locations {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .popular-locations a {
            color: #4a90e2;
            text-decoration: none;
        }
        /* ========================
   Responsive Hero Section
   ======================== */

/* Tablet breakpoint */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;   /* stack instead of side by side */
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1.1rem;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .locator-card {
    margin-top: 2rem;
  }
}

/* Mobile breakpoint */
@media (max-width: 600px) {
  .hero {
    min-height: auto;          /* let content decide height */
    padding: 2rem 1rem;
  }

  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    width: 100%;               /* full-width buttons on mobile */
    padding: 0.9rem;
  }

  .search-form {
    flex-direction: column;
  }

  .search-input,
  .btn-location {
    width: 100%;
  }
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Primary CTA - Strong Black */
.btn-primary {
  background: #000000;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #0092ff; /* brand blue */
  transform: translateY(-2px);
  color: #ffffff;
}

/* Secondary CTA - Outlined White */
.btn-secondary {
  background: transparent;
  color: #ffffff;
  padding: 1rem 2rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: #0092ff; /* brand blue hover */
  border-color: #0092ff;
  color: #ffffff;
}/* End custom CSS */