    body{
    font-family: "Syne", sans-serif;
  }

  p {
    font-family: "Gotham Book", sans-serif;
    font-size: 1rem !important;
    line-height: 1.5;
}
a.logo {
    pointer-events: none;
}
li:not(.menu-item):before {
    content: ""!important;
    margin-right: 0 !important;
}
.logo.logo-home-new {
  pointer-events: none !important;
}
.new-sevice-banner {
    background-image: url(https://www.dentalchoice.ca/wp-content/uploads/2025/04/your-trusted-dentist-surrey-bc-1.jpg);
    /* max-height: 600px; */
    background-size: cover;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    height: 90vh;
}
.sec-padding{
  padding-left: 50px;
  padding-right: 50px;
}
.mob-banner{
  display: none;
}
.new-sevice-banner .absolute-content {
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  align-items: center;
  text-align: center;
}
.new-sevice-banner .absolute-content .title{
    color: #003764;
    font-size: 30px;
    letter-spacing: 1px; 
    justify-content: flex-start;   
    display: flex;
    align-items: center;  
    font-weight: 700;
	line-height:3rem;
}
.main-btn {
  background: #003764;
  padding: 10px;
  color: #fff;
}
.main-btn:hover{
  background: #000;
}
.banner-text-area {
  background: #003764;
  padding: 20px;
  text-align: center;
}
.new-tag-banner {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.size.narrow.left.center-lg {
  max-width: 100%;
}
.office_info ul li {
    text-align: left;
    list-style: disc;
    padding: 10px;
}
h2.title.banner-title{
	    font-weight: 600 !important;
    font-size: 36px !important;
}

h2.title.subheading{
	font-size: 23px !important;
    font-weight: 400 !important;
	padding:15px 0;
}
.cta-cards-section .card-container .grid-card-2 {	padding: 20px !important;}
.banner-cta{display:flex; gap:10px;}
@media (max-width: 767px){
	.absolute-content {
		background-color: #003764;
		padding: 15px 0 20px 0;
	}
	h2.title.banner-title {
		font-size: 23px !important;
		color: #fff !important;
	}
	h2.title.subheading{
		font-size: 18px !important;
		color: #fff !important;
		 padding-top: 0 !important;
	}
	.banner-text-area {
display:none;
	}
  .banner-text-area {
      margin-top: 10px;
  }
  .new-tag-banner {
	font-weight: 400;
    font-size: 1.3rem;
}
  }
.form-section {
  padding: 40px;
  /* background-color: #f9f9f9; */
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
  gap: 40px;
}

.form-left, .form-right {
  flex: 1 1 500px;
  /* background: #fff; */
  border-radius: 12px;
  /* box-shadow: 0 0 15px rgba(0,0,0,0.1); */
}

.main-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}


.btn-call {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #444;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
}

.form-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 32px;
 text-align:center;
}

.appointment-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
  flex: 1;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

.radio-group {
  display: flex;
  gap: 20px;
}

.radio-group label {
  font-weight: 500;
}

.submit-btn {
  background-color: #007bff;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #0056b3;
}


.difference-section {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 40px;
	padding-top : 50px;
	background: #f9f9f9;
}
.difference-container {
  display: flex;
}
.difference-left, .difference-right {
  flex: 1;
}

.difference-left {
  display: flex;
  flex-direction: column;
}

.top-image img{ 
  aspect-ratio: 1 / 0.96;
  object-fit: cover;
  border-radius: 40px;

}
.bottom-image{
  position: relative;
  top: -12%;
  left: 28%;
}
.bottom-image img {
  aspect-ratio: 1/0.72;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 40px;
}

.difference-right {
  display: flex;
  flex-direction: column;
  justify-content:center;
  z-index: 1;
}
.difference-section .title {
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 20px;
    line-height: 3rem;
    font-weight: 500;
}
.sub-title {
  font-size: 1.2rem;
  color: #0056b3;
  font-weight: 700;
}

/* .title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
} */

.difference-right p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding-bottom: 20px;
  color: #0056b3;
}

.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.features-list li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.appointment-btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.appointment-btn a:hover {
  background-color: #444;
}

/* === CTA Section Styles === */

.cta-section {
  background-color: #3399cc;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
/*   margin: 20px 0; */
}

.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  gap: 10%;
}

/* Left Side */
.cta-left {
  display: flex;
  align-items: center;
  /* flex: 1; */
  min-width: 280px;
  gap: 15px;
  border-right: 1px solid #fff;
  padding-right: 10%;

}

.phone-icon {
  width: 40px;
  height: 40px;
}

.cta-text {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.cta-text p {
  margin: 5px 0 0;
  font-size: 16px;
}

.text-label {
   padding: 10px 30px;
   background: #ffff;
   border-radius: 40px;
}

.cta-text a {
  color: #0073e6;
  text-decoration: none;
  font-weight: 600;
}

/* Right Side */
.cta-right {
  flex-shrink: 0;
}

.cta-button {
  padding: 14px 30px;
  background-color: #000;
  color: #fff;
  border-radius: 40px;
  text-decoration: unset !important;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #005bb5;
}


.dentist-section {
  padding: 60px 20px;
  background-color: #fefefe;
}

.section-heading {
    text-align: center;
    color: #003764;
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 39px;	
}
.dentist-container-1{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
}
.dentist-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
  padding-top: 70px;
}

.dentist-info {
  flex: 1;
  min-width: 300px;
}

.clinic-name {
  font-size: 18px;
  color: #0073e6;
  line-height: 1;
}

.doctor-name {
  font-size: 2.5rem;
  color: #000;
}

.doctor-role {
  font-size: 18px;
  margin-bottom: 20px;
  color: #555;
  line-height: 1;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #333;
  font-size: 15px;
}

.doctor-bio {
  font-size: 18px !important;
  margin: 25px 0;
  color: #444;
  line-height: 1.6;
  text-align: left;
}

.book-btn {
  display: inline-block;
  background-color: #0073e6;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.book-btn:hover {
  background-color: #005bb5;
}
.dentist-section_first{
	padding-top : 50px;
}
.dentist-image {
  width: 400px;
  text-align: center;
}

.dentist-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.dentist-image_left {
  width: 400px;
  text-align: center;
  background-color: #f9f9f9;
}

.dentist-dentist-image_left img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.cta-cards-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.testimonial-section-new .testimonial-sliders .slick-track {
  display: flex !important;
  gap: 10px !important;
  height: 353px !important;

}

@media screen and (min-width: 768px) {
  .cta-cards-section {
      margin-top: 0 !important;
  }
}
.card-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-card {
  background-color: #e82f51;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1 1 300px;
  max-width: 500px;
  padding: 60px;
  transition: transform 0.3s ease;
}
.cta-card2 {
  background-color: #33b6f0;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1 1 300px;
  max-width: 500px;
  padding: 60px;
  transition: transform 0.3s ease;
}
.cta-card3 {
  background-color: #5fc8ad;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1 1 300px;
  max-width: 500px;
  padding: 60px;
  transition: transform 0.3s ease;
}
.cta-card:hover {
  transform: translateY(-5px);
}

.info-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-container img {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.sub-header {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.card-title {
  font-size: 26px;
  margin-bottom: 16px;
  color: #fff;
}
.cta-cards-section .btn-card {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  border-radius: 7px;
}
.btn-card {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #0073e6;
  font-size: 14px;
  margin-top: auto;
  transition: background-color 0.3s ease;
}

.btn-card:hover {
  background-color: #005bb5;
  color: #fff !important;
}

.card-p{
  padding: 20px;
  text-align: center;
}

/* testimonial section */
.testimonial-wrapper {
  background: #fff;
  text-align: center;
}

.testimonial-header h3 {
  color: #888;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-header h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}

.testimonial-slider {
  max-width: 900px;
  margin: 0 auto;
}

.testimonial {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.stars {
  color: gold;
  font-size: 18px;
  margin-bottom: 10px;
}

.content {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.name {
  font-weight: bold;
  color: #333;
}
/* testimonial section */


.gallery-section {
  padding: 60px 20px;
  background-color: #3333337d; /* Optional background */
}
.gallery-section .slick-slide img {
  /* display: block; */
  width: 100%;
  padding: 0 5px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.masonry-gallery {
  column-count: 6;
  column-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  
}

.masonry-gallery li {
  break-inside: avoid;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px;
}

.masonry-gallery img {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.masonry-gallery a:hover img {
  transform: scale(1.05);
}

/* Optional image styles */
.masonry-gallery li.tall img {
  height: 400px;
  object-fit: cover;
}

.masonry-gallery li.wide {
  column-span: all; /* May not work in all browsers */
}


/* FAQ Section Styles */
.faq-section {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}

.faq-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #333;
  font-weight:700;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.faq-question {
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #4f8edd;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.faq-question:hover {
  background-color: #003764;
}

.icon {
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  padding: 20px;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

.faq-item .faq-answer {
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .icon {
  transform: rotate(45deg);
}

.faq-answer a {
  color: #4CAF50;
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}
/* Contact Section Styles */
.contact-info-section.sec-padding {
    background: #f9f9f9;
}
/* Footer css */
.icon-card.flex-column.card-pad.bg-white.left.flex-start {
  align-items: center !important;
}
.icon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.icon-grid .info-text {
  width: fit-content;
}
.icon-grid .icon-card .info-text .info-wrapper.icon {
  gap: 0rem !important; 
}
p.p-3.uppercase.text-blue-25 {
  display: none;
}
ul#menu-footer-primary {
  display: none;
}
ul#menu-footer-resources {
  display: none;
}
.footer-column.w-100-sm {
  display: none;
}
.footer-content.center.left-lg {
  display: none;
}
footer .footer-wrapper .footer-column.w-100-sm {
  width: 100% !important;
}
footer .pad-footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* .icon-grid.grid-3 .icon-card {
  min-width: 0 !important;
} */
/* Media css */
section.dentist-section_sec {
  padding: 20px;
}
.f-detail{
  pointer-events: none;
}
@media(max-width: 1190px){
  .new-sevice-banner {
    height: 55vh;
    margin-top: 75px;  
}
section.dentist-section_first {
  padding: 20px;
}
.masonry-gallery {
  column-count: 3;
  column-gap: 9px;
}
}
@media(max-width: 992px) {
	.main-title {
  font-size: 2.5rem;
}
  .doctor-name{
		 font-size: 1.5rem;
}
  .new-sevice-banner {
    height: 45vh;
    margin-top: 75px;  
}
.top-image img {
  width: 350px;
}
.bottom-image img {
  width: 270px;
}
.difference-section {
  padding: 20px;
}
.dentist-container-1 {
  padding: 13px;
}
.cta-card{
  padding:40px
}
.cta-card2{
  padding:40px
}.cta-card3{
  padding:40px
}
.card-title {
  font-size: 18px;
  line-height: 26px;
}
.icon-grid .icon-card.card-pad {
  padding: 0 !important;
}
.icon-grid.grid-3 .icon-card {
  min-width: 0 !important;
}
	.testimonial-section-new .testimonial-slider{
		height: auto !important;
		font-size: 14px !important;
	}
  .masonry-gallery {
    column-count: 3;
    column-gap: 9px;
  }
}
.text-block-section {
    padding: 40px 0 0 !important;
}

@media (max-width: 767px){
  .new-sevice-banner {
    background-image: unset;
    height: fit-content;
}
.sec-padding {
  padding-left: 30px;
  padding-right: 30px;
}
	.testimonial-section-new .testimonial-slider{
		height: auto !important;
		font-size: 14px !important;
	}
	
.mob-banner img {
  width: 100%;
  margin-top: 100px;
}
.new-sevice-banner {
  margin-top: 0;  
}
.main-title {
  font-size: 1.6rem;
	text-align:center;
  padding-top: 10px;
}
.sub-title {
  font-size: 1.3rem !important;
	text-align:center !important;
	margin-top: 25px;
}
	.difference-section .title {
		font-size: 1.8rem;
		line-height: 2rem;
		text-align: center;
	}
	.difference-right p {
		font-size: 1rem !important;
		text-align: left;
	}
	.cta-left .phone-icon {
		margin: auto;
	}
	.section-heading {
    	font-size: 1.8rem;
	}
	.cta-left{
		display: grid;
		border: 0;
		min-width: 100%;
		width: 100%;
		align-items: center;
		padding: 0;
        text-align: center;
	}
	.hero-wrapper_new .sbs-container, .info-cards-section {
		padding-left: 0 !important;
	}
	footer .footer-wrapper {
 	    gap: 0rem 1rem !important;
	}
.form-left p {
    text-align: left;
}
.mob-banner{
  display: block;
}
.new-sevice-banner .absolute-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.new-sevice-banner .absolute-content .title {
  line-height: 2rem;
  padding-bottom: 10px;
  font-size: 25px;
}
  .form-section {
    padding: 20px;
}
.difference-container {
  display: grid;
}
.top-image img {
  width: 100%;
}
.difference-section {
  padding: 20px;
}
.dentist-image {
  width: 100%;
}
.testimonial-wrapper {
  width: 400px;
}
.bottom-image {
  left: 0;
	top:10px;
}
.bottom-image img {
  width: 100%;
  position: relative;
}
.dentist-container-1 {
  display: flex;
  flex-direction: column-reverse;
	flex-wrap: nowrap;
	padding:0;
}
	.faq-question h3 {
		line-height: 1.3;
	}
.dentist-container {
    padding-top: 0px;
}
	.testimonial-section-new {
		padding: 10px 0 30px 0 !important;}
.cta-cards-section {
    padding: 10px 0;
}
.text-block-contents {
    text-align: center;
}
.wysiwyg.text {
    text-align: center;
}
.text-block-section {
    padding: 10px 0 10px 0 !important;
}
.faq-section {
    padding: 10px 0 10px 0;
}
.doctor-bio {
    text-align: left;
}
.difference-left {
  align-items: center;
}
.cta-left {
  padding-bottom: 30px;
}
.cta-cards-section .card-container {
  width: 85%;
}
.faq-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 18px;
}
.faq-section.sec-padding {
    padding-left: 0;
    padding-right: 0;
}
/* footer */
.icon-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr); /* default: 2 columns for mobile */
}
.icon-grid .icon-card.card-pad {
  padding: 0 !important;
}
.icon-card.flex-column.card-pad.bg-white.left.flex-start {
  align-items: center !important;
  box-shadow: #29212147 1px 4px 8px 6px;
  padding: 10% !important;
}
.icon-grid.grid-3 .icon-card {
  min-width: 0 !important;
}
.masonry-gallery {
  column-count: 2;
  column-gap: 7px;
}
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  border: 1px solid #000;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  border-radius: 10px;
  height: 50px;
  border: 1px solid #000;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
  height: 96px;
  border-radius: 10px;
  border: 1px solid #000;
}
h2.gform_title {
  display: none;
}
input#choice_44_16_0 {
  visibility: hidden;
}
input#choice_44_16_0 {
  height: 43px;
}
.medianv-form .gfield_radio{display:flex;border:1px solid #a5a5a5;overflow:hidden;border-radius:10px;height: 50px;} .medianv-form .gchoice{width:50%;position:relative;overflow:hidden;} .medianv-form .gfield_radio .gform-field-label{max-width:100%!important;position:absolute;left:0px;right:0px;top:0px;bottom:0px;display:flex!important;align-items:center;justify-content:center;margin:0px;z-index:1;cursor:pointer;} .medianv-form input[type=radio]{opacity:0;} .medianv-form input[type=radio]:checked ~ label{background:#003764;color:#ffffff;} .medianv-form .gform_footer{margin-top:15px!important;margin-bottom:0px!important;padding:0px!important;} .medianv-form .gfield--type-captcha{display:none;}

.testimonial-section-new .testimonial-slider {
  height: auto !important;
  padding: 0px !important;
  margin: 0px !important;
}
ul#menu-primary {
  display: none;
}
.nav .nav-primary .nav-cta {
  display: none !important;
}
label.nav-handle {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 23px;
}
.gform-footer.gform_footer.top_label {
    justify-content: center;
}
@media(max-width: 767px){
input#gform_submit_button_47 {
    width: 38%;
}
}

@media(min-width: 768px) and (max-width: 1119px) {
	.new-sevice-banner .absolute-content .title {
		font-size: 22px;
		line-height: 2rem;
	}
	footer .think-flipp .legal-footer-content {
        text-align: center;
    }
	footer .footer-wrapper {
        gap: 0rem !important;
    }
}