.top-menu-item {
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.9px !important;
}

.video-wrapper-home {
    display: flex;
    justify-content: center;
}

#guile-top-menu .top-menu-item:last-of-type {
    background: #AF5E00 !important;
}

/* Dropdown caret styling (shared) */
#top-menu-main-menu .dropdown-caret {
    margin-left: 6px;
    font-size: 0.85em;
    vertical-align: middle;
}

#guile-top-menu .top-menu-item:last-of-type:hover {
    background: #1A517C !important;
}

#guile-home-header,
#guile-top-menu,
#top-menu-nav {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#top-menu-nav {
    background-color: white;
    top: 42px;
    box-shadow: 1px 9px 27px -1px rgba(89, 89, 89, 0.75);
    -webkit-box-shadow: 1px 9px 27px -1px rgba(89, 89, 89, 0.75);
    -moz-box-shadow: 1px 9px 27px -1px rgba(89, 89, 89, 0.75);
}

#guile-top-menu {
    background-color: white;
    top: 60px;
    box-shadow: 1px 9px 27px -1px rgba(89, 89, 89, 0.75);
    -webkit-box-shadow: 1px 9px 27px -1px rgba(89, 89, 89, 0.75);
    -moz-box-shadow: 1px 9px 27px -1px rgba(89, 89, 89, 0.75);
}

@media (max-width: 1024px) {
    #guile-top-menu #top-menu-mobile {
        display: flex;
        justify-content: space-between;
        height: 100%;

    }
}

#guile-home-banner .content-container {
    padding-top: 100px !important;
}

#top-menu-nav {
    min-height: 120px;
}

#top-menu-nav .logo-container {
    padding: 0 10px 0 40px !important;
}

#guile-interior-banner .system-page-title-default {
    transform: translate(-50%, -20%) !important;
}

#guile-interior-banner .guile-banner-background {
    padding-top: 165px !important;
}

@media (max-width:560px) {
    #guile-top-menu {
        top: 42px;
    }
    
    #guile-home-banner .content-container {
        padding-top: 100px !important;
    }

    #guile-interior-banner .guile-banner-background {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }

    #top-menu-nav {
        top: 120px;
        min-height: auto;
    }

    #top-menu-nav .logo-container {
        padding: 0 10px 0 10px;
    }

    #guile-top-menu .top-menu-main-menu-container {
        flex: auto;
        display: flex;
        align-items: center;
        max-width: 1000px;
        padding: 0 0 0 10px;
        position: absolute;
        z-index: 100;
        background: white;
        width: 100%;

    }
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    line-height: 1em;
}

#guile-home-footer {
    border-top: 3px solid #defffc;
    padding: 60px 40px;
    background-color: #1a517c !important;
}

#guile-home-footer .content-container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

#guile-home-footer h2 {
    font-size: 2.2rem;
    font-weight: initial;
    font-family: 'Playfair Display', serif;
    margin: 0 0 15px 0;
}

#guile-home-footer .footer-about,
#guile-home-footer .footer-links,
#guile-home-footer .footer-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 15px;
}

#guile-home-footer .footer-about img {
    margin: 0 0 15px 0;
}

#guile-home-footer p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

#guile-home-footer .footer-about a {
    text-decoration: none;
    color: inherit;
}

#guile-home-footer a:hover {
    opacity: 0.7;
}

#guile-home-footer .footer-links ul {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 1.1em;
}

#guile-home-footer .footer-links ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

#guile-home-footer .footer-hours table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-footer .footer-hours table tr {
    border-bottom: 1px solid #7b7575;
    line-height: 1.5em;
    text-transform: capitalize;
}

#guile-home-footer .footer-hours table td {
    padding: 5px 0;
}

#guile-home-footer .footer-hours table td:nth-child(2) {
    text-align: right;
    text-transform: uppercase;
}

#guile-home-footer .footer-about {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    line-height: 1.75em;
}

#guile-home-footer .footer-links {
    -webkit-box-flex: 0.75;
    -ms-flex: 0.75;
    flex: 0.75;
}

#guile-home-footer .footer-hours {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}

#guile-home-footer .footer-social {
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 15px;
}

#guile-home-footer .bottom-footer {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

#guile-home-footer .bottom-footer p {
    font-size: .8rem;
}

#guile-home-footer .bottom-footer a {
    color: #fff;
}

@media (max-width: 768px) {
    #guile-home-footer {
        padding: 40px;
    }

    #guile-home-footer .content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #guile-home-footer .footer-social {
        margin: 10px 0;
    }

    #guile-home-footer .footer-hours,
    #guile-home-footer .footer-about,
    #guile-home-footer .footer-links {
        flex: auto;
        margin: 15px 0;
    }

    #guile-home-footer .footer-links {
        display: none;
    }
}



/* FOOTER CSS END */

/* MAP CSS */
#guile-home-map {
    width: 100%;
}

#guile-home-map #guile-home-map-container {
    height: 500px;
}

#guile-home-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
}

/* MAP CSS END */
/* CONTACT CTA SECTION CSS */
#guile-interior-contact {
    border-top: 5px solid #7b7575;
    background-size: cover;
    background-position: center;
}

#guile-interior-contact .content-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 40px;
    display: flex;
    flex-wrap: wrap;
}

#guile-interior-contact .interior-contact-info,
#guile-interior-contact .interior-contact-button {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#guile-interior-contact .interior-contact-info>div {
    display: flex;
}

#guile-interior-contact .interior-contact-info>div:first-of-type {
    margin-bottom: 25px;
}

#guile-interior-contact .interior-contact-info h3 {
    margin: 0 0 0 15px;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    margin-bottom: 8px;
}

#guile-interior-contact .interior-contact-info h3 span {
    display: block;
    font-size: 1.1rem;
}

#guile-interior-contact .interior-contact-info a {
    text-decoration: none;
    color: initial;
}

#guile-interior-contact .interior-contact-info i {
    font-size: 22px;
    color: #1b3075;
}

#guile-interior-contact .interior-contact-button {
    text-align: center;
    margin: 0 30px;
}

#guile-interior-contact .contact-button {
    background: white;
    display: block;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
    padding: 20px;
    text-decoration: none;
    color: #1A517C;
}

#guile-interior-contact .contact-button:hover {
    opacity: 0.7;
}

@media (max-width: 1024px) {
    #guile-interior-contact .interior-contact-button {
        margin: 0 15px;
    }
}

@media (max-width: 768px) {
    #guile-interior-contact .content-container {
        flex-direction: column;
        padding: 40px;
    }

    #guile-interior-contact .interior-contact-info,
    #guile-interior-contact .interior-contact-button {
        flex: auto;
    }

    #guile-interior-contact .interior-contact-info {
        margin: 0 auto 20px;
    }

    #guile-interior-contact .interior-contact-button {
        margin: 10px 0;
    }

    #guile-interior-contact .interior-contact-button .contact-button {
        padding: 15px;
    }
}

@media (max-width: 550px) {
    #guile-interior-contact .interior-contact-info h3 {
        font-size: 1.1rem;
    }
}

/* CONTACT CTA SECTION CSS END */
/* HOME ASSOCIATIONS  CSS*/
#guile-home-associations {
    padding: 40px 20px;
    color: #fff;
    text-align: center;
    border-bottom: 5px solid #7b7575;
}

#guile-home-associations .content-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#guile-home-associations .content-container div {
    filter: grayscale(100%);
    padding: 0 10px;
    flex: 1;
    flex-basis: 12.5%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #guile-home-associations {
        padding: 20px 5px;
    }

    #guile-home-associations .content-container>div {
        flex-basis: 33%;
    }
}

/* ASSOCIATIONS CSS END */
/* Expertise CSS 
*/
#guile-home-expertise {
    background: linear-gradient(#1f7ab0, #52bdd2);
    padding: 60px 40px;
    color: #fff;
    text-align: center;
}

#guile-home-expertise .content-container {
    max-width: 1200px;
    margin: 0 auto;
}

#guile-home-expertise h2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
    margin: 0 0 20px 0;
    line-height: 1em;
}

#guile-home-expertise h5 {
    font-weight: 100;
    line-height: 1.5em;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-expertise .expertise-container {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
}

#guile-home-expertise .expertise-container a {
    color: #fff;
}

#guile-home-expertise .expertise-wrap {
    flex-basis: 25%;
}

#guile-home-expertise .expertise-icon {
    text-align: left;
    padding: 0 15px;
    flex-basis: 25%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

#guile-home-expertise img {
    width: 75px;
}

#guile-home-expertise .expertise-icon h5 {
    margin: 10px 0 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
}

#guile-home-expertise p {
    line-height: 1.75em;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-expertise .read-more-link {
    display: none;
    color: #0000ee;
    cursor: pointer;
}

#guile-home-expertise .view-more {
    display: none;
    padding: 20px 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
}

#guile-home-expertise .view-more:hover {
    opacity: 0.7;
}

@media (max-width: 900px) {
    #guile-home-expertise .expertise-wrap {
        flex: 1;
        flex-basis: 50%;
    }

    #guile-home-expertise .expertise-icon {
        flex: 1;
        flex-basis: 50%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #guile-home-expertise .expertise-container {
        flex-wrap: wrap;
    }

    #guile-home-expertise p {
        font-size: .9rem;
    }
}

@media (max-width: 550px) {
    #guile-home-expertise {
        padding: 60px 20px 0 20px;
    }

    #guile-home-expertise .expertise-wrap {
        flex-basis: 100%;
        display: none;
    }

    #guile-home-expertise .expertise-icon {
        flex-basis: 100%;
        align-items: center;
    }

    #guile-home-expertise .expertise-wrap:nth-of-type(1),
    #guile-home-expertise .expertise-wrap:nth-of-type(2) {
        display: block;
    }

    #guile-home-expertise .expertise-wrap:last-of-type {
        margin-bottom: 40px;
    }

    #guile-home-expertise .expertise-wrap:nth-of-type(even) .expertise-icon>div:first-of-type {
        order: 2;
    }

    #guile-home-expertise .expertise-icon>div:first-of-type {
        flex: 1;
    }

    #guile-home-expertise .expertise-icon>div:last-of-type {
        flex: 4;
    }

    #guile-home-expertise .expertise-icon:nth-of-type(odd)>div:first-of-type {
        margin-right: 8px;
    }

    #guile-home-expertise .expertise-icon:nth-of-type(even)>div:first-of-type {
        margin-left: 8px;
    }

    #guile-home-expertise .read-more .overflow-text {
        display: none;
    }

    #guile-home-expertise .read-more-link {
        display: inline;
    }

    #guile-home-expertise .view-more {
        display: block;
    }
}

/* EXPERTISE CSS END */
/* HOME ICONS CSS */
#guile-home-icons {
    background: linear-gradient(#1f7ab0, #52bdd2);
    color: #fff;
    padding: 60px 40px;
}

#guile-home-icons .content-container {
    max-width: 1100px;
    margin: 0 auto;
}

#guile-home-icons h2 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    line-height: 1em;
}

#guile-home-icons a:hover {
    color: #010101;
}

#guile-home-icons a {
    color: white;
    transition: all 0.3s ease;
}

#guile-home-icons .icons-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

#guile-home-icons .home-icon {
    flex: auto;
    flex-basis: 50%;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 20px;
}

#guile-home-icons .home-icon>a {
    flex: auto;
    flex-basis: 50%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

#guile-home-icons .home-icon>a>div:last-of-type {
    margin-left: 20px;
}

#guile-home-icons .home-icon i {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 40px;
    border-radius: 100%;
    transition: all 0.3s ease;
}

#guile-home-icons .home-icon h5 {
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    line-height: 1em;
}

#guile-home-icons .home-icon p {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-icons .home-icon i:hover {
    background: #fff;
    color: #1b3075;
}

#guile-home-icons .home-icon>div:last-of-type {
    margin-left: 20px;
}

#guile-home-icons .view-more {
    display: none;
    padding: 20px 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
}

#guile-home-icons .view-more:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    #guile-home-icons .home-icon {
        flex-direction: column;
        text-align: center;
    }

    #guile-home-icons .home-icon>a {
        flex-direction: column;
        text-align: center;
    }

    #guile-home-icons .home-icon>div:last-of-type {
        margin: 0;
    }

    #guile-home-icons .home-icon>a>div:last-of-type {
        margin: 0;
    }
}

@media (max-width: 500px) {
    #guile-home-icons {
        overflow-x: hidden;
        padding: 60px 20px 0 20px;
    }

    #guile-home-icons .icons-container {
        margin-top: 15px;
    }

    #guile-home-icons .home-icon {
        flex-basis: 100%;
        padding: 0;
        margin-bottom: 10px;
        display: none;
    }

    #guile-home-icons .home-icon:last-of-type {
        margin-bottom: 40px;
    }

    #guile-home-icons .home-icon:nth-of-type(1),
    #guile-home-icons .home-icon:nth-of-type(2) {
        display: flex;
    }

    #guile-home-icons .view-more {
        display: block;
    }
}

/* HOME ICONS END */
/* TESTIMONIALS CSS */

#guile-home-testimonials {
    padding: 60px 40px;
    background-size: cover;
    background-position: center;
}

#guile-home-testimonials .content-container {
    max-width: 1400px;
    margin: 0 auto;
}

#guile-home-testimonials h2 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 40px 0;
    color: #1b3075;
    font-size: 2.2rem;
    font-family: 'Playfair Display', serif;
    line-height: 1em;
}

#guile-home-testimonials .testimonials-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#guile-home-testimonials .testimonial {
    padding: 40px;
    position: relative;
    margin: 20px 10px;
    flex: 1;
    flex-basis: 30%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #1b3075;
}

#guile-home-testimonials .testimonial i {
    background: #fff;
    transform: translate(0, 0);
    position: absolute;
    left: 50%;
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin: 0 0 0 -20px;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    color: #1b3075;
    transition: all 0.2s ease;
}

#guile-home-testimonials .testimonial img {
    width: 200px;
    display: block;
    margin: 20px auto 0;
}

#guile-home-testimonials .testimonial p {
    line-height: 1.75em;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-testimonials cite {
    margin: 0;
    margin-top: auto;
    display: block;
    font-style: initial;
    text-align: center;
    font-weight: 600;
    color: #1b3075;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

@media (max-width: 1024px) {
    #guile-home-testimonials .testimonial {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    #guile-home-testimonials .testimonial {
        flex-basis: 40%;
        margin: 10px;
    }

    #guile-home-testimonials .testimonial p {
        line-height: 1.5em;
    }
}

@media (max-width: 550px) {
    #guile-home-testimonials {
        padding: 60px 20px;
    }

    #guile-home-testimonials .testimonial {
        display: none;
    }

    #guile-home-testimonials .testimonial:first-of-type {
        display: block;
    }
}

/* TESTIMONIALS CSS END */
/* HOME BANNER CSS */
#guile-home-welcome {
    padding: 40px 20px;
}

#guile-home-welcome .content-container {
    max-width: 1250px;
    margin: 0 auto;
}

#guile-home-welcome h2 {
    color: #fff;
    padding: 15px;
    font-size: 1.75rem;
    line-height: 1.2em;
    margin: 0;
    background: #7b7575;
    text-align: center;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
}

#guile-home-welcome .content-hours {
    display: block;
}

#guile-home-welcome .content-left {
    flex: 2;
}

#guile-home-welcome .content-left .read-more {
    line-height: 1.75em;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-welcome .content-left p {
    line-height: 1.75em;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-welcome .content-left p.mobile-toggled {
    line-height: 1.75em;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-home-welcome .content-right {
    text-transform: capitalize;
    padding: 10px 30px 60px;
    float: right;
    width: 450px;
}

#guile-home-welcome #video-content {
    width: 650px;
}

#guile-home-welcome .content-right h2 {
    text-align: center;
    color: #1b3075;
    margin: 10px 0;
    background: none;
    font-weight: 600;
    line-height: 1em;
    padding: 0;
    font-family: 'Playfair Display', serif;
}

#guile-home-welcome table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
}

#guile-home-welcome table tr {
    border-bottom: 1px solid rgba(123, 117, 117, 0.5);
    line-height: 30px;
}

#guile-home-welcome table td {
    font-size: 1.1em;
    padding: 5px 0;
}

#guile-home-welcome table td:nth-child(2) {
    text-align: right;
    text-transform: uppercase;
}

#guile-home-welcome .read-more-link {
    display: none;
    color: #0000ee;
    cursor: pointer;
}

#guile-home-welcome .view-more {
    display: none;
    padding: 20px 0;
    background-color: #1b3075;
    position: relative;
    width: 100vw;
    box-sizing: border-box;
    text-align: center;
    left: calc(-50vw + 50%);
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#guile-home-welcome .video-size {
    max-width: 900px;
    margin: 0 auto;
}

#guile-home-welcome .video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

#guile-home-welcome .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #1b3075;
    border-image-source: linear-gradient(#1b3075, #7b7575);
    border-image-slice: 20;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    #guile-home-welcome {
        padding: 0 0 40px 0;
    }

    #guile-home-welcome #video-content {
        padding: 0;
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    #guile-home-welcome .content-hours {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    #guile-home-welcome .content-right {
        padding: 0;
        float: none;
        width: 100%;
    }

    #guile-home-welcome h2 {
        font-size: 1.25rem;
    }
}

@media (max-width: 550px) {

    #guile-home-welcome .read-more .overflow-text,
    #guile-home-welcome .content-left p {
        display: none;
    }

    #guile-home-welcome .read-more-link {
        display: inline;
    }

    #guile-home-welcome .view-more {
        display: block;
    }

    #guile-home-welcome .content-left p.mobile-toggled {
        display: block;
    }
}

/* --- Base Styling for both buttons (can be overridden) --- */
.banner-buttons {
    display: flex;
    gap: 10px;
}

.banner-button,
.banner-button-2 {
    display: inline-block;
    padding: 14px 32px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Smooth, slightly eased transition */
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Softer, more spread out shadow */
    position: relative;
    /* For pseudo-elements if needed for hover */
    overflow: hidden;
    /* For effects contained within button bounds */
}

/* --- "New Patients" Button (.banner-button) Styling --- */
.banner-button {
    background-color: #AF5E00;
    color: #ffffff;
    border-color: #AF5E00;
}

.banner-button:hover,
.banner-button:focus {
    background-color: #894A00;
    border-color: #894A00;
    box-shadow: 0 8px 20px rgba(175, 94, 0, 0.3);
    transform: translateY(-3px) scale(1.02);
}

.banner-button:active {
    transform: translateY(-1px) scale(0.99);
    box-shadow: 0 4px 10px rgba(175, 94, 0, 0.2);
}

/* --- "Request an Appointment" Button (.banner-button-2) Styling --- */
.banner-button-2 {
    background-color: #ffffff;
    color: #AF5E00;
    border: 2px solid #AF5E00;
    box-shadow: 0 4px 15px rgba(175, 94, 0, 0.1);
}


.banner-button-2::before {
    content: 'Start Your Journey!';
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #AF5E00;
    transition: left 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* z-index: -1; */
    border-radius: 8px;
    margin-top: auto;
    color: white;
}

.banner-button-2 a {
    /* Text container */
    position: relative;
    /* Create stacking context */
    z-index: 4;
    /* Ensure text is above the ::before pseudo-element */
    /* The color will be inherited or explicitly set on hover */
    transition: color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Smooth color transition for text */
}

.banner-button-2:hover,
.banner-button-2:focus {
    /* The color of .banner-button-2 itself is not directly changed to white here,
               as the span's color is handled explicitly below. */
    border-color: #AF5E00;
    box-shadow: 0 8px 20px rgba(175, 94, 0, 0.25);
    transform: translateY(-3px);
    /* Slight lift */
}

/* Explicitly change span text color on parent hover/focus */
.banner-button-2:hover a,
.banner-button-2:focus a {
    color: #ffffff !important;
    /* Text becomes white */
}

.banner-button-2:hover::before,
.banner-button-2:focus::before {
    left: 0;
    /* Slide in the background fill */
}

.banner-button-2:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(175, 94, 0, 0.15);
}

.banner-button-2:active::before {
    background-color: #894A00;
    /* Darker fill on active */
}

.banner-button-2:active span {
    color: #ffffff;
    /* Ensure text remains white on active state too */
}


/* --- Mobile Responsiveness --- */
@media (max-width: 600px) {

    .banner-button,
    .banner-button-2 {
        width: 90%;
        /* Make buttons almost full width for better tap targets */
        max-width: 350px;
        /* But not excessively wide on slightly larger small screens */
        padding: 16px 20px;
        /* Larger padding for touch */
        font-size: 1.1rem;
        /* Larger font */
        margin-bottom: 15px;
        /* Space them out when stacked */
    }

    .banner-button:last-of-type,
    /* If they are direct siblings */
    .banner-button-2:last-of-type {
        margin-bottom: 0;
    }

    .banner-buttons {
        flex-direction: column;
        gap: 10px;
    }

}


#guile-home-banner #guile-banner-background {
    display: flex;
    min-height: 750px;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#guile-home-banner .content-container {
    left: 15%;
    position: relative;
    padding: 20px;
}

#guile-home-banner h1 {
    margin: 0 0 20px 0;
    color: #7b7575;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1em;
    font-size: 4rem;
}

#guile-home-banner h1 span {
    color: #1b3075;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

@media (max-width: 1023px) {
    #guile-home-banner .content-container {
        left: initial;
    }

    #guile-home-banner #guile-banner-background {
        justify-content: center;
        min-height: 400px;
        background-attachment: initial;
        background-position: 65% 50%;
    }

    #guile-home-banner h1 {
        font-size: 3em;
    }
}

/* HOME BANNER CSS END */
/* TOP MENU CSS */
#guile-top-menu {
    box-shadow: 0 10px 16px -16px #444;
    position: fixed;
    z-index: 9999;
}

#guile-top-menu #top-menu-nav {
    display: flex;
    justify-content: space-between;
}

#guile-top-menu .top-menu-sub-menu,
#guile-top-menu #top-menu-mobile {
    display: none;
}

#guile-top-menu #top-menu-main-menu {
    display: flex;
    list-style: none;
    flex: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

#guile-top-menu .top-menu-item {
    align-items: center;
    flex: auto;
    justify-content: center;
    text-align: center;
    display: flex;
    transition: color 0.2s, box-shadow 0.2s;
    outline: 0;
    font: normal 15px 'Oswald';
    font-weight: 600;
    letter-spacing: .5px;
}

#guile-top-menu .top-menu-item:hover {
    color: #7b7575;
    cursor: pointer;
    box-shadow: inset 0px -3px 0px #7b7575;
}

#guile-top-menu .top-menu-sub-menu {
    list-style: none;
    padding: 0;
    position: absolute;
    background: #fff;
    text-align: left;
    border: 1px solid lightgrey;
    top: 100%;
    box-sizing: border-box;
    font-weight: normal;
}

#guile-top-menu .top-menu-sub-menu li {
    padding: 20px;
    color: #000;
}

#guile-top-menu .top-menu-sub-menu li:hover {
    color: #7b7575;
}

#guile-top-menu :focus {
    outline: none;
}

#guile-top-menu .top-menu-sub-menu li:hover {
    color: #7b7575;
}

#guile-top-menu .submenu-third-level {
    background: rgba(27, 48, 117, 0.15);
}

#guile-top-menu .logo-container {
    flex: auto;
    padding: 2px 10px;
    display: flex;
    align-items: center;
}

#guile-top-menu .top-menu-main-menu-container {
    flex: auto;
    display: flex;
    align-items: center;
    max-width: 1000px;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 999;
}

#guile-top-menu img {
    max-height: 100px;
    vertical-align: bottom;
}

#guile-top-menu .logo-container-mobile {
    display: none;
}

#guile-top-menu .fa-bars {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
}

#guile-top-menu .fa-bars::before {
    font-size: 25px;
    color: #1b3075;
}

#guile-top-menu .top-menu-sub-menu.mega-menu,
#guile-top-menu #guile-top-menu .mega-menu-column {
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    left: 0;
}

#guile-top-menu .mega-menu-column.levels {
    width: 100%;
}

#guile-top-menu .mega-menu-column.levels ul {
    list-style: none;
    padding: 0px;
    display: none;
}

#guile-top-menu .not-grouped {
    width: 100%;
}

#guile-top-menu .not-grouped .top-menu-sub-menu-item {
    display: inline-block;
    width: 25%;
    box-sizing: border-box;
}

#guile-top-menu .top-menu-item:last-of-type {
    color: #fff;
    padding: 31px 20px;
    font-weight: 600;
    transition: all 0.3s;
    background: #7b7575;
}

#guile-top-menu .top-menu-item:last-of-type ul {
    margin-left: -20px;
}

#guile-top-menu .top-menu-item:last-of-type::after {
    display: none;
}

#guile-top-menu .top-menu-item:last-of-type:hover {
    color: #fff;
    background: #1b3075;
}

#guile-top-menu .mega-menu-column {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 25%;
    float: left;
}

#guile-top-menu .not-grouped {
    width: 100%;
}

#guile-top-menu .view-all-mega {
    flex-basis: 100%;
    text-align: center;
    clear: both;
}

#guile-top-menu .top-menu-item[data-url="/services/"] {
    position: initial;
}

@media (max-width: 1024px) {
    #guile-top-menu {
        top: 50px;
    }
    
    #guile-top-menu .not-grouped .top-menu-sub-menu-item {
        width: 100%;
    }

    #guile-top-menu img {
        max-height: initial;
        width: 125px;
    }

    #guile-top-menu .top-menu-main-menu-container {
        padding: 0;
    }

    #guile-top-menu #top-menu-nav {
        height: initial;
    }

    #guile-top-menu #top-menu-mobile {
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    #guile-top-menu .logo-container {
        display: none;
    }

    #guile-top-menu .logo-container-mobile {
        display: block;
    }

    #guile-top-menu #top-menu-main-menu {
        display: none;
        padding: 0;
        border-bottom: 1px solid lightgrey;
    }

    #guile-top-menu .top-menu-item {
        padding: 12px 0;
        text-align: left;
        margin-left: 20px;
        display: block;
    }

    #guile-top-menu .top-menu-sub-menu {
        position: relative;
        transform: none;
        border: none;
        border-bottom: 1px solid lightgrey;
        border-top: 3px solid #1b3075;
        margin-left: -20px;
        margin-top: 10px;
    }

    #guile-top-menu .top-menu-sub-menu li {
        margin-left: 20px;
    }

    #guile-top-menu .top-menu-item::after {
        display: none;
    }

    #guile-top-menu .top-menu-sub-menu li {
        padding: 12px 0 12px 40px;
    }

    #guile-top-menu .logo-container-mobile {
        padding: 10px;
    }

    #guile-top-menu .top-menu-item:last-of-type {
        text-align: center;
        justify-content: center;
        margin-left: 0;
        padding: 12px 0;
    }

    #guile-top-menu .top-menu-item:hover {
        box-shadow: none;
    }

    #guile-top-menu .mega-menu-column {
        text-align: left;
    }

    #guile-top-menu .view-all-mega {
        text-align: left;
    }
}

/* TOP MENU CSS END */
/* navbar css */
#guile-home-header {
    padding: 10px 20px;
    background: #1b3075;
    color: #fff;
}

#guile-home-header .guile-contact-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
}

#guile-home-header .contact-bar-left {
    flex: 1;
}

#guile-home-header .contact-bar-left p {
    margin: 0;
}

#guile-home-header .contact-bar-right {
    display: flex;
    flex: 2;
    justify-content: flex-end;
    align-items: center;
}

#guile-home-header .contact-bar-right .mobile-multi {
    display: none;
}

#guile-home-header .contact-bar-right .mobile-multi .number-bubble {
    display: inline-block;
    background-color: #fff;
    color: #0a87be;
    text-align: center;
    padding: 2px 12px;
    font-size: 20px;
    height: 32px;
    line-height: 30px;
    font-weight: 400;
}

#guile-home-header .contact-bar-right .two-locations {
    margin: 0 30px;
}

#guile-home-header .contact-bar-right .two-locations p {
    margin: 0;
    font-size: 14px;
}

#guile-home-header .contact-bar-right>div {
    margin: 0 10px;
}

#guile-home-header a {
    color: #fff;
    text-decoration: none;
}

#guile-home-header .social-icon {
    margin: 0 5px;
}

#guile-home-header i.fas {
    margin-right: 5px;
}

#guile-home-header #header-multiple-numbers {
    display: flex;
    flex-direction: column;
}

#guile-home-header #header-multiple-numbers>div:first-of-type {
    margin-right: 10px;
}

#guile-home-header .contact-bar-stacked {
    display: flex;
}

#guile-home-header .contact-bar-stacked>div {
    margin: 0 5px;
}

@media (max-width: 1250px) {
    #guile-home-header .guile-contact-bar {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {

    #guile-home-header .contact-bar-location,
    #guile-home-header .contact-bar-stacked {
        display: none;
    }
}

@media (max-width: 768px) {
    #guile-home-header {
        font-size: 14px;
        padding: 10px;
    }

    #guile-home-header .social-icon {
        margin: 0 3px;
    }

    #guile-home-header .contact-bar-right .mobile-multi {
        display: block;
    }

    #guile-home-header .contact-bar-right .two-locations {
        display: none;
    }

    #guile-home-header .contact-bar-right>div {
        margin: 0 5px;
    }
}

@media (max-width: 550px) {
    #guile-home-header .contact-bar-right {
        flex: 2;
        flex-direction: column;
        align-items: flex-end;
    }

    #guile-home-header .guile-contact-bar {
        font-size: .8rem;
    }

    #guile-home-header .guile-contact-bar .contact-bar-right>.contact-bar-social {
        margin-top: 5px;
    }
}



#guile-location-container h3,
#guile-interior-container h3,
#guile-library-list-container .library-row h4 {
    font-family: 'Playfair Display', serif
}

.img-center {
    display: block;
    margin: 12px auto;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.img-right {
    float: right;
    margin: 0 0 12px 12px;
}

.img-left {
    float: left;
    margin: 0 12px 12px 0;
}

.clearfix {
    clear: both;
}

#guile-home-footer .footer-about img {
    max-width: 284px;
    margin: 0 auto 15px;
}

#guile-home-welcome .content-left iframe {
    width: 560px;
    height: 315px;
}

#guile-home-welcome .content-right {
    display: none;
}

#interior-video-container #context-bar {
    float: none;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    #guile-home-associations .content-container {
        flex-direction: column;
    }

    #guile-home-associations .content-container>div {
        flex-basis: 33%;
    }

    #guile-home-associations .content-container img {
        margin: 10px 0;
    }

    .img-left,
    .img-right {
        float: none;
        display: block;
        margin: 12px auto;
    }

    .teambio {
        margin-bottom: 30px;
    }

    #guile-home-welcome .content-left iframe {
        width: 100%;
    }
}

#guile-interior-container .content-container ul li {
    margin: 10px 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em
}

#guile-interior-container p a {
    color: #1A517C
}

#guile-technology-list {
    padding: 60px 0;
}

#guile-technology-list .content-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
}

#guile-technology-list .technology-list-text {
    width: 80%;
    margin: 0 auto;
}

#guile-technology-list h2 {
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-weight: 600;
    line-height: 1.2em;
    color: #1b3075;
}

#guile-technology-list h5 {
    font-size: 1.2rem;
    line-height: 1.3em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#guile-technology-list .guile-symbol-hr {
    position: relative;
    clear: both;
    margin: 60px 0;
    width: 100%;
    height: 1px;
}

#guile-technology-list .guile-symbol-row {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid rgba(123, 117, 117, 0.5);
}

#guile-technology-list .guile-symbol-row img {
    margin: auto;
    display: block;
    position: relative;
    bottom: 30px;
}

#guile-technology-list .guile-technology-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#guile-technology-list .guile-technology-container a {
    flex: 1 300px;
    max-width: 250px;
    opacity: 0.4;
    transition: all 0.5s ease;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

#guile-technology-list .guile-technology-container a:hover {
    opacity: 1;
}

#guile-technology-list .technology-image {
    margin-top: auto;
}

#guile-technology-list .technology-image img {
    border: 5px solid #1b3075;
    border-image-source: linear-gradient(#1b3075, #7b7575);
    border-image-slice: 20;
    box-sizing: border-box;
}

#guile-technology-list .guile-technology-container a {
    text-decoration: none;
}

#guile-technology-list .guile-technology-container h3 {
    font-weight: 600;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 0 5px 0;
    color: #1b3075;
}

@media (max-width: 768px) {
    #guile-technology-list .technology-list-text {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #guile-technology-list .content-container {
        overflow-x: hidden;
        box-sizing: border-box;
        padding: 0 40px;
    }

    #guile-technology-list h2 {
        font-size: 24px;
    }

    #guile-technology-list p {
        font-size: 1em;
    }

    #guile-technology-list .guile-technology-container {
        width: 100vw;
        box-sizing: border-box;
        position: relative;
        left: calc(-50vw + 50%);
    }

    #guile-technology-list .technology-name {
        padding: 35px 0;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background: #1b3075;
        margin-bottom: 20px;
    }

    #guile-technology-list .technology-name h3 {
        color: #fff;
        font-size: 34px;
    }

    #guile-technology-list .technology-image {
        display: none;
    }

    #guile-technology-list .guile-technology-container a {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
        opacity: 1;
    }
}

#guile-interior-banner {
    position: relative;
}

#guile-interior-banner .guile-banner-background {
    height: 325px;
    background-attachment: fixed;
}

#guile-interior-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    line-height: 1em;
}

#guile-interior-banner .system-page-title-default {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1023px) {
    #guile-interior-banner .guile-banner-background {
        background-attachment: initial;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 768px) {
    #guile-interior-banner .guile-banner-background {
        height: 225px;
    }
}

@media (max-width: 550px) {
    #guile-interior-banner h1 {
        font-size: 3rem;
    }
}

#guile-home-header {
    padding: 10px 20px;
    background: #1A517C !important;
    color: #fff;
}

#guile-home-header .guile-contact-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
}

#guile-home-header .contact-bar-left {
    flex: 1;
}

#guile-home-header .contact-bar-left p {
    margin: 0;
}

#guile-home-header .contact-bar-right {
    display: flex;
    flex: 2;
    justify-content: flex-end;
    align-items: center;
}

#guile-home-header .contact-bar-right .mobile-multi {
    display: none;
}

#guile-home-header .contact-bar-right .mobile-multi .number-bubble {
    display: inline-block;
    background-color: #fff;
    color: #0a87be;
    text-align: center;
    padding: 2px 12px;
    font-size: 20px;
    height: 32px;
    line-height: 30px;
    font-weight: 400;
}

#guile-home-header .contact-bar-right .two-locations {
    margin: 0 30px;
}

#guile-home-header .contact-bar-right .two-locations p {
    margin: 0;
    font-size: 14px;
}

#guile-home-header .contact-bar-right>div {
    margin: 0 10px;
}

#guile-home-header a {
    color: #fff;
    text-decoration: none;
}

#guile-home-header .social-icon {
    margin: 0 5px;
}

#guile-home-header i.fas {
    margin-right: 5px;
}

#guile-home-header #header-multiple-numbers {
    display: flex;
    flex-direction: column;
}

#guile-home-header #header-multiple-numbers>div:first-of-type {
    margin-right: 10px;
}

#guile-home-header .contact-bar-stacked {
    display: flex;
}

#guile-home-header .contact-bar-stacked>div {
    margin: 0 5px;
}

@media (max-width: 1250px) {
    #guile-home-header .guile-contact-bar {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {

    #guile-home-header .contact-bar-location,
    #guile-home-header .contact-bar-stacked {
        display: none;
    }
}

@media (max-width: 768px) {
    #guile-home-header {
        font-size: 14px;
        padding: 10px;
    }

    #guile-home-header .social-icon {
        margin: 0 3px;
    }

    #guile-home-header .contact-bar-right .mobile-multi {
        display: block;
    }

    #guile-home-header .contact-bar-right .two-locations {
        display: none;
    }

    #guile-home-header .contact-bar-right>div {
        margin: 0 5px;
    }
}

@media (max-width: 550px) {
    #guile-home-header .contact-bar-right {
        flex: 2;
        flex-direction: column;
        align-items: flex-end;
    }

    #guile-home-header .guile-contact-bar {
        font-size: .8rem;
    }

    #guile-home-header .guile-contact-bar .contact-bar-right>.contact-bar-social {
        margin-top: 5px;
    }
}

#guile-staff-container .content-container .portrait,
#guile-services-list .service-image img,
#guile-services-container .service-image,
#guile-library-list-container .library-row img,
#guile-library-container .library-image,
#guile-interior-container .google-map,
#guile-location-container iframe,
#guile-home-associations,
#guile-interior-contact {
    border: none;
}

#guile-home-icons,
#guile-form-container,
#interior-video-container #context-bar h2 {
    background: linear-gradient(#147b96, #1A517C);
}

#guile-home-expertise {
    background: linear-gradient(#223674, #1b3075);
}

#guile-home-banner h1 {
    color: #1b3075;
}

#guile-home-header {
    background: #1A517C;
}

#guile-home-welcome h2 {
    background: #1A517C;
}

#guile-home-testimonials .testimonial i,
#guile-home-welcome .content-right h2,
#guile-home-banner h1 span,
#guile-interior-contact .contact-button {
    color: #1A517C;
}

#guile-home-testimonials h2,
#guile-home-testimonials cite,
#guile-home-testimonials p,
#guile-interior-contact .interior-contact-info i,
#guile-interior-contact .interior-contact-info h3,
#guile-interior-contact .interior-contact-info a {
    color: white;
}

#guile-home-testimonials .testimonial {
    background: none;
}

#guile-home-testimonials .testimonial {
    border: 1px solid white;
}

/*#guile-interior-contact {
	margin: 25px 0;
}*/
#guile-interior-contact .contact-button {
    background: white;
}

#guile-interior-contact .interior-contact-info h3 {
    font-size: 1.2rem;
}

#guile-interior-contact .contact-button {
    font-weight: 700;
}

#guile-home-footer .footer-hours table tr {
    border-bottom: 1px solid #859be3;
}

#guile-location-container h3,
#guile-interior-container h3,
#guile-library-list-container .library-row h4 {
    font-family: 'Playfair Display', serif
}

.img-center {
    display: block;
    margin: 12px auto;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.img-right {
    float: right;
    margin: 0 0 12px 12px;
}

.img-left {
    float: left;
    margin: 0 12px 12px 0;
}

.clearfix {
    clear: both;
}

#guile-home-footer .footer-about img {
    max-width: 284px;
    margin: 0 auto 15px;
}

#guile-home-welcome .content-left iframe {
    width: 560px;
    height: 315px;
}

#guile-home-welcome .content-right {
    display: none;
}

#interior-video-container #context-bar {
    float: none;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    #guile-home-associations .content-container {
        flex-direction: column;
    }

    #guile-home-associations .content-container>div {
        flex-basis: 33%;
    }

    #guile-home-associations .content-container img {
        margin: 10px 0;
    }

    .img-left,
    .img-right {
        float: none;
        display: block;
        margin: 12px auto;
    }

    .teambio {
        margin-bottom: 30px;
    }

    #guile-home-welcome .content-left iframe {
        width: 100%;
    }
}

#guile-interior-container .content-container ul li {
    margin: 10px 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em
}

#guile-interior-container p a {
    color: #1A517C
}

#guile-interior-container .content-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
}

#guile-interior-container h2 {
    font-size: 2.2rem;
    font-family: 'Roboto', sans-serif;
    color: #7b7575;
}

#guile-interior-container h3 {
    margin: 5px 0;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    color: #1b3075;
}

#guile-interior-container p {
    line-height: 1.5em;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

#guile-interior-container ul.new-patient-forms {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
}

#guile-interior-container ul.new-patient-forms li {
    text-align: center;
    display: block;
    padding: 12px 20px;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #fff;
    transition: all 0.3s ease;
    margin: 5px 10px 5px 0;
    background: #7b7575;
}

#guile-interior-container ul.new-patient-forms li:hover {
    opacity: 0.7;
}

#guile-interior-container ul.new-patient-forms li a {
    color: inherit;
    text-decoration: none;
}

#guile-interior-container #smile-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#guile-interior-container #smile-gallery ul li ul li {
    padding: 0 20px;
}

#guile-interior-container .testimonial-block {
    border-bottom: 1px solid #1b3075;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2em;
}

#guile-interior-container .testimonial-block p:last-of-type {
    display: flex;
}

#guile-interior-container .testimonial-block .name {
    text-transform: capitalize;
    color: #1b3075;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
}

#guile-interior-container .testimonial-block .date {
    margin-left: 1em;
    color: #7b7575;
    font-size: 1.2rem;
}

#guile-interior-container .testimonial-block .rating {
    margin-left: auto;
    color: #7b7575;
}

#guile-interior-container .google-map {
    width: 100%;
    height: 500px;
    border: 5px solid #1b3075;
    border-image-source: linear-gradient(#1b3075, #7b7575);
    border-image-slice: 20;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #guile-interior-container .google-map {
        height: 350px;
    }
}

@media (max-width: 550px) {
    #guile-interior-container ul.new-patient-forms li {
        flex: 1 1 100%;
    }
}

#guile-services-container .content-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px;
}
#guile-services-container .content-container .row-wrapper {
    margin-block: 3rem;
}

#guile-services-container .content-container p {
    line-height: 1.75em;
        font-size: 1rem;
        font-family: 'Roboto', sans-serif;
}
#guile-services-container .content-container ul {
    line-height: 1.75em;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}
#guile-services-container .content-container h2 {
    font-family: 'Arial', sans-serif;
    font-size: 2.2rem;
    color: #1b3075;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
}

#guile-services-container .service-image {
    float: right;
    margin: 0 0 15px 15px;
    border: 5px solid #1b3075;
    border-image-source: linear-gradient(#1b3075, #7b7575);
    border-image-slice: 20;
    box-sizing: border-box;
    max-width: 350px;
}

#guile-services-container [data-system="services-faqs-container"] {
    margin-top: 40px;
}

#guile-services-container [data-system="services-faqs-container"] h2 {
    margin: 1rem 0px;
    border-bottom: 1px solid #7b7575;
    font-family: 'Roboto', sans-serif;
    font-weight: initial;
    font-size: 2.2rem;
    color: #1b3075;
    padding-bottom: 1rem;
}

#guile-services-container [data-system="services-faqs-container"] h2:hover {
    color: #1b3075;
}

#guile-services-container [data-system="services-faqs-container"] h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #7b7575;
    transition: color 0.4s;
}

#guile-services-container [data-system="services-faqs-container"] h3:hover {
    color: #1b3075;
}

#guile-services-container [data-system="services-faqs-container"] p {
    font-family: 'Roboto', sans-serif;
    color: #3c3c3c;
}

#guile-services-container [data-system="services-faqs-container"] div[itemprop="text"] p:first-of-type {
    margin-top: 0px;
}

#guile-services-container [data-system="services-faqs-container"] div[itemprop="text"] p:last-of-type {
    margin-bottom: 40px;
}

@media (max-width: 550px) {
    #guile-services-container .service-image {
        max-width: 100%;
    }
}

/* Services: Two Column Intro */
#guile-services-container .services-two-col {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: center; /* vertically center both columns */
}

#guile-services-container .services-col-left {
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertically center text within column */
}

#guile-services-container .services-hero-image {
    width: 100%;
    height: auto;
    display: block;
    border: 5px solid #1b3075;
    border-image-source: linear-gradient(#1b3075, #7b7575);
    border-image-slice: 20;
    box-sizing: border-box;
}

#guile-services-container .services-hero-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 5px solid #1b3075;
    border-image-source: linear-gradient(#1b3075, #7b7575);
    border-image-slice: 20;
    box-sizing: border-box;
    overflow: hidden;
}

#guile-services-container .services-hero-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    #guile-services-container .services-two-col {
        grid-template-columns: 1fr; /* Stack on tablets/phones */
    }
    #guile-services-container .services-col-right {
        order: 2;
    }
    #guile-services-container .services-col-left {
        order: 1;
    }
}

.text-center-container {
    text-align: center;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.cta-container {
    background: #1A517C;
    background: linear-gradient(90deg, rgba(26, 81, 124, 1) 0%, rgba(44, 138, 211, 1) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.cta-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-text-column {
    width: 100%;
    padding: 1rem;
}

.cta-text-column>*:not(:last-child) {
    margin-bottom: 1rem;
}

.cta-image-column {
    align-self: center;
    order: 2;
}

.cta-image {
    margin-bottom: -5px;
    max-width: 300px;
    max-height: 400px;
    height: auto;
}

.cta-heading {
    font-size: 38px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    color: white;
}

.cta-paragraph {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #fff;
    margin: 0;
}

.cta-button-container {
    display: flex;
    gap: 0.5rem;
    padding-top: 1rem;
    flex-direction: column;
}

.cta-button {
    background-color: #DEFFFC;
    color: #1A517C;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    width: fit-content;

    font-family: 'Roboto', sans-serif;
    padding: 10px 20px;
    border: 3px solid #DEFFFC;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cta-button:hover {
    background-color: #1A517C;
    color: #DEFFFC;
    transform: scale(1.05);
    border: 3px solid #DEFFFC;
}

@media (min-width: 768px) {
    .cta-layout {
        flex-direction: column;

    }

    .cta-text-column {
        width: auto;
        padding: 2rem;
        order: 1;
    }

    .cta-image-column {
        width: auto;
        height: auto;
        align-self: center;
        order: 2;
    }

    .cta-button-container {
        flex-direction: column;
    }

    .cta-heading {
        font-size: 38px;
    }

    .cta-image {
        max-width: 300px;
        max-height: none;
        height: auto;
        margin-top: 0px;
    }
}



@media (min-width: 1024px) {
    .cta-text-column {
        padding: 2rem;
    }

    .cta-heading {
        font-size: 48px;
        line-height: normal;
    }

    .cta-image-column {
        width: auto;
        align-self: center;
        justify-self: center;
        order: 2;
    }

    .cta-text-column {
        width: 50%;
        order: 2;
    }

    .cta-button-container {
        flex-direction: row;
    }

    .cta-layout {
        flex-direction: row;
            justify-content: center;
            gap: 24px;
            align-items: center;
    }

    .cta-container {
        background: #1A517C;
        background: linear-gradient(90deg, rgba(26, 81, 124, 1) 0%, rgba(44, 138, 211, 1) 100%);
    }

    .cta-image {
        max-width: 320px;
        max-height: 500px;
    }
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    height: 52px;
    gap: 0;
}

.mobile-nav-item {
    flex: 1 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 16px;
    box-sizing: border-box;
    gap: 8px;
}

.mobile-nav-item a {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.mobile-nav-item a:hover {
    opacity: 0.9;
}

.mobile-nav-item i {
    font-size: 16px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.mobile-nav-item span {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.mobile-nav-item-secondary {
    background: linear-gradient(0.000010984648312728496deg, rgba(198, 226, 247, 0) 0%, rgba(198, 226, 247, 0.4) 100%), 
                linear-gradient(90deg, rgba(39, 136, 205, 1) 0%, rgba(39, 136, 205, 1) 100%);
}

.mobile-nav-item-primary {
    background: linear-gradient(0.000010984648312728496deg, rgba(198, 226, 247, 0) 0%, rgba(198, 226, 247, 0.4) 100%), 
                linear-gradient(90deg, rgba(26, 90, 134, 1) 0%, rgba(26, 90, 134, 1) 100%);
}

.mobile-nav-item-accent {
    background: linear-gradient(0.000010984648312728496deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%), 
                linear-gradient(90deg, rgba(63, 113, 55, 1) 0%, rgba(63, 113, 55, 1) 100%);
}
@media (max-width: 560px) {
    #guile-home-banner .content-container {
        padding-top: 175px !important;
        
    }
        section#guile-home-header {
            display: none;
        }
                        #guile-top-menu {
                            top:0;
                        }
                                                        #top-menu-nav {
                                                            top: 75px;
                                                            min-height: auto;
                                                        }
}
/* Show mobile navigation on devices below 768px */
@media (max-width: 767px) {
    .mobile-bottom-nav {
        display: flex;
    }
    
    body .uwy.userway_p5 .userway_buttons_wrapper {
        bottom: 80px !important;
    }
    
    body {
        padding-bottom: 52px;
    }
    
}.implant-steps {
 background: linear-gradient(90deg, rgba(26, 81, 124, 1) 0%, rgba(44, 138, 211, 1) 100%);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
}

.step-icon {
  font-size: 24px;
  border-right: 1px solid #fff;
  padding-right: 25px;
  margin-top: 8px;
}

.implant-steps h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.implant-steps p {
  margin-bottom: 35px;
  max-width: 850px;
}

.implant-steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.implant-steps .step:last-child {
  margin-bottom: 0;
}

.step-number {
  background: linear-gradient(90deg, rgba(26, 81, 124, 1) 0%, rgba(44, 138, 211, 1) 100%);
  width: 46px;
  height: 46px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-divider {
  width: 1px;
  background: #fff;
  opacity: .5;
  margin: 0 18px;
}

.step-text {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .implant-steps {
    padding: 24px;
  }

  .implant-steps h2 {
    font-size: 24px;
  }

  .implant-steps .step {
    flex-direction: column;
    align-items: flex-start;
  }

  .step-icon {
    border-right: none;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .step-divider {
    display: none;
  }

  .step-text {
    font-size: 16px;
  }
}
.about-section {
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-image {
  position: relative;
  flex: 0 0 40%;
  max-width: 420px;
  overflow: hidden;
  border-radius: 8px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.about-image .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.about-image:hover .img-hover {
  opacity: 1;
}

.about-image:hover .img-default {
  opacity: 0;
}

.about-content {
  flex: 1;
}

.about-content h2 {
  margin-bottom: 16px;
}

.about-content p {
  line-height: 1.7;
}

@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
  }

  .about-image {
    max-width: 100%;
  }
}
