*{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
}
.contact-location-hero-section{
    padding: 65px 0;
    background: var(--primary-green-bg);
    font-family: var(--body-font);
    position: relative;
    overflow: hidden;
}
.contact-location-hero-wrapper{
    text-align: center;
}
.contact-location-hero-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: var(--headerfont);
    letter-spacing: -0.8px;
    text-align: center;
}
.contact-location-subpage{
    padding: 75px 0;
}
.main-clinic-sub-content{
        font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    font-family: var(--headerfont);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.main-clinic-paragraph {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 14px;
}
.main-clinic-imagepart{
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 2px solid var(--primary-green);
    background: var(--white);
}
.main-clinic-imagepart img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.main-clinic-imagepart:hover img {
    transform: scale(1.04);
}
.where-we-now-section{
    padding: 75px 0;
}
.where-we-now-title{
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    font-family: var(--headerfont);
    margin-bottom: 20px;
    gap: 12px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.where-we-now-paragraph {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-muted);
    /* width: 50%;
    margin: auto; */
}
.where-we-now-section{
    background-color: var(--grey-bg);
    padding: 75px 0;
}
.where-we-now-card{
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 3px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.where-we-now-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.where-we-now-card h4{
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    font-family: var(--headerfont);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.where-we-now-wrapper-inner-content{
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.where-we-now-wrapper-inner-content p{
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 14px;
}
.where-we-now-card p{
       font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 14px;
}
.where-we-now-inner p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 14px;
    padding-left: 28px;
    position: relative;
}
.where-we-now-inner p::before {
    content: " ";
    position: absolute;
    height: 10px;
    width: 10px;
    background: var(--dark);
    border-radius: 50%;
    top: 8px;
    left: 5px;
}
.where-we-now-inner-imagepart{
        position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 2px solid var(--primary-green);
    background: var(--white);
    width: 100%;
    height: 350px;
}
.where-we-now-inner-imagepart iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.where-we-now-content{
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 1199px) {
    .contact-location-hero-title {
        font-size: 24px;
    }
           .where-we-now-title{
        font-size: 24px;
}
.where-we-now-section, .where-we-now-section, .contact-location-hero-section, .contact-location-subpage{
    padding: 60px 0;
}
}
@media(max-width:991px){
    .contact-location-hero-title {
        font-size: 34px;
    }
       .main-clinic-sub-content{
    font-size: 20px;
       }
       .where-we-now-title{
        font-size: 20px;
}
.where-we-now-paragraph{
    width: 100%;
    font-size: 14px;
}
}
@media(max-width:767px){
    .main-clinic-sub-content{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
}
.main-clinic-paragraph{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
}
.where-we-now-title{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 14px;
}
.where-we-now-card h4{
        font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
}
.where-we-now-card p{
            font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
}
.where-we-now-section, .where-we-now-section, .contact-location-hero-section, .contact-location-subpage{
    padding: 45px 0;
}
    .where-we-now-inner-imagepart {
        height: auto;
        margin-top: 20px;
    }
}