.elementor-18191 .elementor-element.elementor-element-17e43dd > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-18191 .elementor-element.elementor-element-69969dd > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-18191 .elementor-element.elementor-element-25a0e7c:not(.elementor-motion-effects-element-type-background), .elementor-18191 .elementor-element.elementor-element-25a0e7c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFF;}.elementor-18191 .elementor-element.elementor-element-25a0e7c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18191 .elementor-element.elementor-element-25a0e7c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-18191 .elementor-element.elementor-element-04eee9d{text-align:center;}.elementor-18191 .elementor-element.elementor-element-04eee9d .elementor-heading-title{font-size:35px;font-weight:600;color:#0A1D4A;}.elementor-18191 .elementor-element.elementor-element-979d1ab > .elementor-widget-container{margin:35px 0px 0px 0px;}.elementor-18191 .elementor-element.elementor-element-22d4cd99:not(.elementor-motion-effects-element-type-background), .elementor-18191 .elementor-element.elementor-element-22d4cd99 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#082444;}.elementor-18191 .elementor-element.elementor-element-22d4cd99{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18191 .elementor-element.elementor-element-22d4cd99 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-18191 .elementor-element.elementor-element-2567a63a{z-index:9999;}.elementor-18191 .elementor-element.elementor-element-1fdb8e7a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;z-index:1;}.elementor-18191 .elementor-element.elementor-element-1fdb8e7a > .elementor-widget-container{padding:5px 5px 5px 5px;}@media(min-width:768px){.elementor-18191 .elementor-element.elementor-element-4165d5a5{width:100%;}}/* Start custom CSS for html, class: .elementor-element-17e43dd *//* HERO SECTION – LOGAN SQUARE */
.logan-hero.updated {
    background: linear-gradient(to bottom, #ffffff, #f9fbfe);
    padding: 4rem 1rem 3rem;
}
/* === Logan Hero Image Fade Between Interior & Exterior === */

.logan-hero-img {
    flex: 1;
    min-width: 300px;
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.fade-images {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.fade-images .hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    opacity: 0;
    animation: fadeLoop 10s infinite;
    transition: opacity 1s ease;
}

.fade-images .exterior-img {
    animation-delay: 0s;
    z-index: 1;
}

.fade-images .interior-img {
    animation-delay: 5s;
    z-index: 2;
}

@keyframes fadeLoop {
    0% { opacity: 1; }
    40% { opacity: 1; }
    50% { opacity: 0; }
    90% { opacity: 0; }
    100% { opacity: 1; }
}

.hero-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
}

.logan-hero-text {
    flex: 1;
    min-width: 300px;
}

.logan-location {
    color: #761d29;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.logan-hero-text h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #082444;
    margin: 0.5rem 0 1rem;
}

.underline {
    border-bottom: 4px solid #761d29;
    display: inline-block;
}

.logan-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.75rem;
}

.status-indicator {
    width: 10px;
    height: 10px;
    background: #28a745;
    border-radius: 50%;
}

.open-text {
    color: #28a745;
    font-weight: 600;
}

.logan-address,
.logan-phone {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.5rem;
}

.logan-phone a {
    color: #336ed1;
    text-decoration: none;
    font-weight: 500;
}

.logan-walkins span {
    font-family: 'Georgia', serif;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 600;
    color: #cd2339;
    display: inline-block;
    margin: 1rem 0;
}

.logan-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

/* RED PRIMARY BUTTON */
.btn-red {
    background-color: #cd2339;
    color: #fff;
    padding: 0.7rem 1.6rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.3s ease;
}

.btn-red:hover {
    background-color: #b82033; /* Lighter hover tone */
    color: #fff; /* Ensures text stays white */
}

/* BLUE OUTLINE BUTTON */
.btn-blue-outline {
    border: 2px solid #336ed1;
    color: #336ed1;
    padding: 0.7rem 1.6rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-blue-outline:hover {
    background: #e5edfb;
}

/* HERO IMAGE */
.logan-hero-img {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.logan-hero-img img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* OVERLAPPED IMAGES */
.overlap-images .img-wrap {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: auto;
}

.img-one,
.img-two {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    display: block;
}

.img-one {
    position: relative;
    z-index: 2;
}

.img-two {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    opacity: 0.95;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
    .img-wrap {
        max-width: 100%;
    }
    .img-two {
        top: 12px;
        left: 12px;
    }
}

/* HOURS + MAP SECTION */
.logan-hours-map {
    background: #f2f7fc;
    border-top: 4px solid #336ed1;
    padding: 4rem 1rem;
}

.hours-map-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
}

.hours-info {
    flex: 1;
    min-width: 280px;
}

.hours-info h2 {
    font-size: 1.5rem;
    color: #336ed1;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hours-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.hours-info ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #333;
}

.hours-info .email {
    font-weight: 500;
    color: #082444;
}

.hours-info .email a {
    color: #336ed1;
    text-decoration: none;
}

.map-embed {
    flex: 1;
    min-width: 300px;
}

/* SECTION HEADINGS */
.section-heading {
    font-size: 1.8rem;
    color: #082444;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
}

.logan-hero-text {
  position: relative;
  z-index: 5;
}

.fade-images,
.hero-img {
  pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69969dd */.urgent-care-section {
  padding: 4rem 1rem;
  background-color: #f8faff;
  font-family: 'Segoe UI', sans-serif;
}

.urgent-care-container {
  max-width: 1200px;
  margin: 0 auto;
  color: #333;
}

.urgent-care-container h2 {
  font-size: 2.2rem;
  color: #0a1d4a;
  margin-bottom: 1rem;
  text-align: center;
}

.urgent-care-container h3 {
  font-size: 1.6rem;
  color: #2f63bf;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.urgent-care-container p {
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.contact-methods {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.contact-methods li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b794c90 */.logan-why {
    background: #ffffff;
    border-top: 4px solid #761d29;
    padding: 4rem 1rem;
}

.bullet-list {
    list-style: none;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto;
}

.bullet-list li {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding-left: 1.5rem;
    position: relative;
    color: #333;
}

.bullet-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #761d29;
    font-size: 1.2rem;
    font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18fd2b5 */.logan-services {
    background: #fff;
    padding: 4rem 1rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.service-item {
    background: linear-gradient(to bottom right, #eef4ff, #f9fbff);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    border-radius: 12px;
    transition: transform 0.3s ease;
    text-align: center;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

.service-item h3 {
    margin: 0.5rem 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #336ed1;
}

.service-item p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18d6b26 */.logan-contact {
    background: #f9fbff;
    border-top: 4px solid #336ed1;
    padding: 4rem 1rem;
    text-align: center;
}

.logan-contact .location-text {
    max-width: 700px;
    margin: 0 auto 1rem;
    font-size: 1rem;
    color: #333;
}

.button-wrapper {
    text-align: center;
    margin-top: 2rem;
}

.button-wrapper .btn-primary {
    background-color: #336ed1;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s ease;
    display: inline-block;
}

.button-wrapper .btn-primary:hover {
    background-color: #2859b6;
}
/* Make sure the Logan contact CTA can be clicked */
.logan-contact {
  position: relative;
  z-index: 20;
}

.logan-contact a {
  position: relative;
  z-index: 21;
  pointer-events: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0b5936 */.logan-prefooter {
    background: #f9fbff;
    padding: 4rem 1rem;
}

.logan-prefooter h2 {
    font-size: 1.4rem;
    color: #082444;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.logan-prefooter p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
}

.bring-list {
    list-style: disc;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #444;
    font-size: 0.95rem;
}


/* FAQ Accordion */

.faq {
    margin-top: 2rem;
}

.faq-item {
    border: 2px solid #336ed1;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.faq-question {
    width: 100%;
    background: #336ed1;
    color: #fff;
    padding: 1rem;
    text-align: left;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #2859b6;
}

.faq-question::after {
    content: "+";
    float: right;
    font-weight: bold;
}

.faq-question.active::after {
    content: "−";
}

.faq-answer {
    padding: 1rem;
    background: #fff;
    color: #333;
    font-size: 0.95rem;
    display: none;
}

.faq-answer.show {
    display: block;
}

.logan-prefooter {
  position: relative;
  z-index: 30;
}

.logan-prefooter { position: relative; z-index: 50; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37002271 */.site-footer,
.ast-footer-break-point,
.elementor-location-footer {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}

.footer {
  background: #082444;
  color: #f0f4f8;
  padding: 4rem 1rem 2rem;
  font-size: 0.95rem;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
}

.footer-logo {
  height: 50px !important;
  width: auto;
  margin-bottom: 1rem;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 6px !important;
}

.footer-about p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

.footer-links h4,
.footer-contact h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 0.6rem;
}

.footer-links a,
.footer-contact a {
  color: #cbd5e0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 3rem;
  font-size: 0.85rem;
  color: #a0aec0;
}

.footer-bottom a {
  color: #a0aec0;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

.footer {
  position: relative;
  z-index: 9999;
}

.footer a,
.footer img {
  pointer-events: auto;
}/* End custom CSS */