/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.8.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
/* ===== GLOBAL STYLES ===== */
body {
    font-family: 'outfit';
    font-weight: 400;
}

h2 {
    color: #181716;
    font-family: 'rem';
    font-size: 40px;
    font-weight: 600;
}

h3 {
    color: #C15380;
    font-family: 'rem';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

p {
    font-family: 'outfit';
    font-weight: 400;
		color:black;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-weight: var(--fa-style, 900);
}

.fa-chevron-down:before {
    font-size: 13px;
}

.qbutton {
    border-width: 2px;
    font-size: 16px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.max-550px {
    max-width: 550px;
    margin: 0 auto;
}
.max-660px{
	  max-width: 550px;
    margin: 0 auto;
}
.text-white p,
.text-white h2 {
    color: white;
}

div[data-element_type="container"].parallax_section_holder,
section.parallax_section_holder {
    background-size: cover;
}
.qbutton {
	font-family:'REM' !important;
}
.qode-type1-gradient-left-to-right,
.qode-type1-gradient-left-to-right-after:after {
    background: linear-gradient(to right, #F4AFCA, #C68EA4);
}

/* ===== PRE-HEADER STYLES ===== */
.pre-header {
    background-color: #111;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.pre-header-content {
    display: flex;
    font-family: REM;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
    letter-spacing: 0.16px;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.pre-header-address {
    display: flex;
    align-items: center;
}

.pre-header-address svg {
    width: 26px;
    height: 26px;
    fill: white;
    margin-right: 6px;
}

.pre-header-divider {
    height: 16px;
    width: 1px;
    background-color: white;
}

.pre-header-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pre-header-socials a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.pre-header-socials a:hover {
    opacity: 0.8;
}

/* ===== HEADER STYLES ===== */
.header_top_bottom_holder {
    background: linear-gradient(to bottom, #111 0%, transparent 100%);
}

.paspartu_header_inside {
    padding-top: 0px !important;
}
nav.main_menu ul li:hover a {
    color: #ffff;
}
nav.main_menu>ul>li>a {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    text-transform: none;
    padding: 0 25px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.header_bottom_widget {
    display: none
}

.header_bottom .clearfix {
    display: flex;
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
}

.paspartu_outer {
    padding: 0;
}

body>div.wrapper>div>header>div>div>div.header_bottom.clearfix>div.header_inner_left>div.logo_wrapper>div>a>img.sticky {
    padding-top: 15px;
}

header.sticky .header_bottom {
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none;
    padding-top: 15px;
    min-height: 100px
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3 {
    color: #fff;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    color: white;
}

.drop_down .second .inner ul,
.drop_down .second .inner ul li ul,
.shopping_cart_dropdown,
li.narrow .second .inner ul,
.header_top .right #lang_sel ul ul,
.drop_down .wide .second ul li.show_widget_area_in_popup .widget,
.drop_down .wide.wide_background .second {
    background-color: #181716;
}

/* ===== HOME PAGE STYLES ===== */
/* Home Services Section */
.home-service .vc_column-inner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.home-service {
    margin: 16px;
    max-width: 390px;
}

.home-service .vc_column-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: url('https://cjdentalstudio.com/wp-content/uploads/2025/05/blossoms-white.png');
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    z-index: 0;
}

.home-service .vc_column-inner:hover::before {
    left: 0;
}

.home-service .vc_column-inner * {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Meet Doctor Johnson Section */
.meet-doctor-johnson .qbutton {
    padding: 5px 15px;
    margin-right: 16px
}

/* Featured Services Section */
.featured-services .vc_column_container {
    margin: 16px;
    max-width: 390px;
}

/* AIOSRS Rating */
.aiosrs-rating-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
}

/* Home Page Revision Services Section */
.services-section p {
    color: white;
}

.services-section a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
}

.services-section h3 {
    color: #F4AFCA;
    font-size: 24px;
    font-weight: 500;
}

.services-section {
    margin-bottom: 20px !important;
    position: relative;
    margin: 0px 5px;
}

/* Background + Content */
.gradient-border-wrapper .vc_column-inner {
    color: #ffffff;
    text-align: center;
    min-height: 350px;
    position: relative;
    z-index: 1;
    overflow: visible;
    border-radius: 0;
}

.gradient-border-wrapper .vc_column-inner::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100%);
    height: calc(100%);
    border: 3px solid transparent;
    border-image: linear-gradient(160deg, #F4AFCA, #191916) 1;
    z-index: 2;
    pointer-events: none;
}

.meet-dr h2 {
    color: #31394C;
    font-size: 32px;
    font-weight: 700;
}

.meet-dr h3 {
    color: #C15380;
    font-size: 20px;
    font-weight: 600;
}

.meet-dr p {
    color: #1D222E;
    font-size: 16px;
    font-style: normal;
}

.meet-dr .wpb_single_image img {
    height: 390px;
    object-fit: cover;
	margin-top:15%;
}

.display-desktop img {
    max-height: 529px;
    object-fit: cover;
}

/* Highlight Link */
.highlight-link a {
    transform: translate(300px, 5px);
    display: flex;
    padding: 0px 36px !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, #F4AFCA 0%, #F4AFCA 100%);
    color: black !important;
    line-height: 60px !important;
    font-weight: 600 !important;
}

/* First Visit Section */
.first-visit-section {
    background: #18171600 url(https://cjdentalstudio.com/wp-content/uploads/2025/06/first-visit-bg-1.png) !important;
}
.first-visit-section h3{
color:#F4AFCA;
}
.first-visit-btn a {
background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, #F4AFCA 0%, #F4AFCA 100%);
	padding:16px;
	margin-top:15px;
}
.first-visit-btn a{
color:black;
font-weight:500;
align-items: flex-end !important;
font-family:'REM';
}

/* ===== FOOTER STYLES ===== */
.footer_bottom {
    display: flex;
    font-size: 12px;
    line-height: 22px;
    height: 53px;
    width: 100%;
    vertical-align: middle;
    justify-content: center;
    padding-top: 0px;
    background-color: #181716;
}

.footer_bottom p {
    color: white;
}

.footer_bottom_holder {
    padding-bottom: 0px;
}

.footer_top span {
    color: white !important;
}

.footer_top a:not(.qbutton) {
    color: #fff !important;
}

.footer_top .three_columns>.column1 {
    width: 65%;
    float: left;
}

.footer_top .three_columns>.column2 {
    width: 35%;
    float: left;
}

.footer_col1 iframe {
    min-height: 550px !important;
}

.footer_top {
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-footer {
    padding-top: 15px;
    background: #181716;
}

.site-footer p {
    padding: 0px;
    font-size: 14px;
    margin: 0;
}

.site-footer a {
    color: #fff;
    text-decoration: underline;
}

.site-footer a:hover {
    opacity: 0.8;
}

/* Office Info in Footer */
.office-info {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    max-width: 400px;
    padding: 4%;
}

.office-info h3 {
    color: white;
    font-family: 'REM';
    font-size: 32px;
    margin-top: 6%;
}

.office-info h4 {
    margin: 20px 0px 10px;
    color: white;
    font-family: 'REM';
    font-size: 24px;
}

.office-info p,
.office-info a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white !important;
}

.office-info hr {
    margin: 15px 0px;
}

.office-hours div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.office-hours strong {
    width: 100px;
    display: inline-block;
}

.social-icons {
    margin-top: 15px;
    display: flex;
    gap: 12px;
}

.social-icons a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.social-icons a:hover {
    opacity: 0.7;
}

/* ===== FORM STYLES ===== */
.gform-body {
    text-align: left !important;
}

.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    --gf-local-bg-color: #3bafb8 !important;
}

.gfield_description,
.gform-field-label {
    color: black !important;
}

#field_1_6 {
    display: none;
}

body .gform_wrapper .gform_confirmation_message {
    background-color: #3bafb8;
}

/* ===== OTHER STYLES ===== */
.qode_grid_1300 .container_inner {
    width: 100%;
}

header.paspartu_header_inside,
.paspartu_enabled.vertical_menu_enabled header,
footer.paspartu_footer_alignment .footer_top_holder,
footer.paspartu_footer_alignment .footer_bottom_holder {
    padding-left: 0%;
    padding-right: 0%;
}

.map-container {
    position: relative;
    width: 100%;
    border: none;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.pink-background-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(244, 175, 202, 0.20) 100%), #FFF;
}

/* ===== MEDIA QUERIES ===== */

/* Header Media Queries */
@media only screen and (max-width: 1000px) {
    .paspartu_on_top_fixed header {
        padding-top: 0px;
    }

    .header_top .left,
    .header_top .right {
        display: none;
    }

    .pre-header-content {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 420px) {
    .header_bottom,
    footer .container_inner,
    nav.content_menu {
        padding: 0 0px;
    }
}

@media screen and (min-width:990px) {
    header.paspartu_header_alignment .header_bottom {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 1024px) {
    .paspartu_enabled.vertical_menu_enabled header,
    footer.paspartu_footer_alignment .footer_bottom_holder,
    footer.paspartu_footer_alignment .footer_top_holder,
    header.paspartu_header_inside {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .paspartu_outer {
        padding: 0 0% 0% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .paspartu_on_top_fixed header {
        padding-top: 0% !important;
    }

    .header_inner {
        padding: 0px !important;
    }
}

/* Home Page Media Queries */
@media screen and (max-width:990px) {
    .display-desktop img {
        display: none;
    }
}

@media screen and (min-width:990px) {
    .services-section .section_inner_margin {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .services-section .vc_col-sm-4 {
        width: 30%;
        margin: 0px 25px
    }
}

@media (max-width: 768px) {
    .services-section .vc_col-sm-4 {
        margin: 30px 0px
    }
}

@media screen and (min-width:990px) {
    .first-visit-section .vc_single_image-wrapper {
        height: 450px;
    }
}

@media screen and (min-width:1900px) {
    .first-visit-section .wpb_single_image img {
        height: 500px;
        transform: translatey(-50px);
    }
		.meet-dr .wpb_single_image img {
    height: 470px;
		margin-top: 5% !important;		
}
}

@media screen and (max-width:1900px) {
    .highlight-link a {
        transform: translate(200px, 5px);
    }
}

@media only screen and (max-width: 1000px) {
    .highlight-link a {
        transform: translate(0px, 5px);
        display: flex;
        font-weight: 500 !important;
        font-size: 18px !important
    }

    .highlight-link {
        display: flex;
        justify-content: center;
        margin: 15px !important;
    }
}

/* Footer Media Queries */


@media screen and (max-width:990px) {
    .site-footer {
        padding: 0px;
    }

    .footer_top .three_columns>.column1 {
        width: 100%;
    }

    .footer_top .three_columns>.column2 {
        width: 100%;
    }

    footer.paspartu_footer_alignment .footer_top_holder,
    header.paspartu_header_inside {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
}

/* Form Media Queries */
@media (min-width: 640px) {
    .gform-theme--foundation .gform_fields {
        gap: 0px !important;
    }
}

/* Other Media Queries */
@media screen and (min-width:990px){
	.compassion-section p{
	padding-right:15%;
}
}
@media screen and (max-width:990px) {
    .gradient-border-wrapper .vc_column-inner {
        display: flex;
        align-items: center;
        min-height: 0px;
        padding: 55px 15px 0px !important
    }
}

@media only screen and (max-width: 420px) {
    .gradient-border-wrapper .vc_column-inner {
        min-height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .dental-care .vc_column_container>.vc_column-inner {
        padding: 10% 0px !important;
    }
}

@media screen and (max-width:990px) {
    .first-visit-section{
        background: #18171600 url(https://cjdentalstudio.com/wp-content/uploads/2025/06/first-visit-mobile-bg.png) !important;
    }
}

@media only screen and (max-width: 1000px) {
    .mobile-margin-top-24 {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .services-section a {
        position: relative;
        float: left;
        margin-top: 50px;
    }
}
