:root {
  --color-primary: #cda44f;
  --color-primary-dark: #93711b;
  --color-dark: #000000;
  --color-dark-bg: #0a0a0a;
  --color-white: #ffffff;
  --color-gray: #666666;
  --color-gray-light: #f5f5f5;
  --color-gray-dark: #333333;
  --color-whatsapp: #25d366;
  --font-heading: "Cal Sans", sans-serif;
  --font-primary: "Hanken Grotesk", sans-serif;
  --container-width: 1360px;
  --section-padding: 100px;
  --border-radius: 8px;
  --transition: all 0.3s ease;
}

body:not(.home) .site-header .header-wrapper {
  background: #00000085;
}

body:not(.home) .site-header.scrolled .header-wrapper {
  background: #000000eb;
}

section.sherbimet-content-section .sherbimet-form h4 {
  text-align: left;
  font-weight: normal;
}

.contact-form-wrapper .wpcf7-checkbox input[type="checkbox"]:before {
  border-color: #caa755 !important;
}

.contact-form-wrapper .wpcf7-checkbox input[type="checkbox"]:after {
  background: #caa755 !important;
}

.sherbimet-hero .hero-title {
  font-weight: normal;
}

.blog-post-title {
  font-weight: normal !important;
}

.blog-latest-post-title {
  font-weight: normal !important;
}

.sherbimet-hero .hero-excerpt {
  font-weight: 300;
}

.sidebar-title {
  font-weight: normal;
}

ul.nav-list .nav-link.active:before {
  background: #caa755 !important;
}

.scroll-wrapper {
  height: 180vh;
  position: relative;
  z-index: 0;
}

.services-grid-section {
  z-index: 0;
  position: relative;
  margin-top: 90px;
}

.scroll-wrapper {
  background: #fafafa;
}

.site-header.scrolled .header-wrapper {
  background: #000000eb;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
}

.reveal-section .image {
  position: absolute;
  top: auto;
  bottom: -90px;
  z-index: 1;
  height: 50vh;
  left: 50%;
  transform: translateX(-50%);
}

.reveal-section .image img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-headline {
  font-size: 90px;
  letter-spacing: 2px;
}

.your-hero-content-class {
  position: relative;
  z-index: 10;
}

.hero-headline {
  opacity: 1;
}

.reveal-section {
  width: 100%;
  height: calc(100vh + 100px);
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -100px;
}

.reveal-section .content {
  text-align: center;
  width: 100%;
}

.site-header {
  background-color: transparent !important;
}

section.reveal-section .btn-primary {
  transform: none;
  margin-top: 10px;
}

.site-header .header-wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header {
  top: 24px;
}

.site-header {
  box-shadow: none !important;
}

.site-header .header-container {
  padding: 0;
}

.site-header.scrolled .header-container {
  padding: 0 20px;
}

.site-header .header-container {
  transition: 0.3s ease-in-out;
}

.main-navigation a {
  font-size: 19px !important;
  color: white;
}

.main-navigation a:hover {
  color: var(--color-primary);
}

.btn-primary {
  background-color: var(--color-primary);
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  color: white;
}

.site-logo img {
  max-height: 60px;
  width: auto;
}

.hero-secondary-content {
  opacity: 0;
  will-change: transform, opacity;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.services-grid-section .service-description {
  font-size: 14px;
  font-style: italic;
  text-align: left;
}

.services-grid-section .section-title {
  font-weight: 400;
}

.services-grid-section .service-icon {
  padding: 5px;
}

.services-grid-section .service-card.in-view > a {
  background: #141414de;
  color: #c6a352;
}

.services-grid-section .service-card.in-view:hover > a {
  background: #c6a352;
  color: white;
}

.section-subtitle {
  color: #000000;
  font-style: italic;
}

.service-card-special .service-icon.service-icon-special {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  width: 40px;
  height: 40px;
}

.service-card-special {
  position: relative;
}

.service-card-special .service-icon.service-icon-special img {
  padding: 5px;
}

.services-grid-section .section-container .services-outer {
  border-radius: 20px;
  padding: 30px 30px;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.2);
}

.services-grid-section
  a.service-card.service-card-special.in-view
  .service-title.service-title-special {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600 !important;
  line-height: 30px;
}

.hero-subheading,
.btn-hero-cta {
  opacity: 1 !important;
}

section#services-grid .service-title {
  font-weight: 400;
  font-family: var(--font-primary);
}

.services-grid-section {
  padding-bottom: 5px;
  padding-top: 60px;
}

.process-steps-section {
  background: #fafafa;
  padding-top: 60px;
}

.process-steps-section .process-wrapper {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.process-image-container {
  box-shadow: none;
  padding: 0;
}

.step-item.active .step-dot {
  box-shadow: 0 4px 12px rgb(141 112 32 / 30%);
}

.steps-list::before {
  top: 10px !important;
}

.process-steps-section {
  padding-top: 60px;
}

.process-steps-section .section-title {
  text-align: center;
}

.process-steps-section .section-title span.title-part {
  font-weight: 400;
  font-size: 40px;
}

.process-steps-section .step-title {
  font-weight: 600;
  font-family: var(--font-primary);
}

.process-steps-section .step-description {
  font-weight: 600;
}

.step-item.active .step-dot::after {
  background-color: white !important;
}

span.journery {
  color: #000000;
}

.process-image-container {
  position: relative;
}

.process-image-container .procedure-tabs {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ffffff;
  padding: 10px;
  width: max-content;
  border-radius: 30px;
}

.process-visual .procedure-tab {
  border-radius: 30px;
  padding: 5px 20px;
}

.process-visual div#image-display-area {
  margin: 0;
}

.case-studies-section {
  padding: 0;
}

.case-studies-section .case-studies-wrapper {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.case-studies-section .case-main-slider {
  box-shadow: none;
}

.case-studies-section .heading-bold {
  font-weight: 400 !important;
}

.case-studies-section .heading-blue {
  font-weight: 400 !important;
}

.case-studies-section .case-studies-btn {
  background: linear-gradient(135deg, #caa755 0%, #917425 100%) !important;
}

.faq-section {
  background: #fafafa;
}

.case-studies-section .section-container {
  padding-bottom: 5px;
}

.doctors-section .section-title {
  font-weight: 400;
  margin-bottom: 30px;
}

.doctor-section .image {
  flex: 0 0 30%;
}

.doctor-section .content {
  flex: 0 0 70%;
}

.doctor-section {
  gap: 0;
}

.doctors-section .section-doc-desc {
  font-size: 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.doctors-section .doctors-grid {
  margin-top: 50px;
}

.doctor-card-name {
  font-weight: 400 !important;
}

section.doctors-section .doctors-grid {
  display: block;
}

section.doctors-section .doctors-grid .doctors-grid-inner {
  display: flex;
  justify-content: space-between;
}

.doctors-section .swiper-button svg {
  width: 45px;
  height: 45px;
  background: #caa755;
  border-radius: 50%;
  padding: 7px;
}

.doctors-section .swiper-button {
  height: 45px !important;
  width: 45px !important;
  background: none !important;
}

.doctor-outer {
  margin: -30px -20px -30px -20px;
}

.swiper.doctors-swiper {
  padding: 30px 20px;
}

.reveal-section .content {
  z-index: 999;
}

.faq-section {
  padding-top: 0;
}

.process-steps-section,
.case-studies-section,
.services-grid-section {
  z-index: 1;
  position: relative;
}

.consultation-form-section {
  padding: 0 20px 80px 0;
  background-color: #f8f9fa;
}

.form-wrapper {
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Left Side Styling */
.form-content-side {
  flex: 1;
  padding: 40px;
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.form-main-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.trust-badges img {
  height: 30px;
  margin-left: 15px;
}

/* Footer & Button */
.form-footer {
  margin-top: 25px;
}

footer.main-footer {
  position: relative;
}

body.home footer.main-footer:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: #f8f9fa;
  content: "";
  transform: translate(-50%, -50%);
  bottom: 0;
  z-index: -1;
}

.form-banner-side {
  width: 350px;
  background: linear-gradient(135deg, #caa755 0%, #977e33 100%);
  color: white;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.form-banner-side .banner-title {
  font-weight: 400;
}

.form-banner-side .banner-text {
  font-size: 20px;
}

.banner-title {
  font-size: 28px;
  line-height: 1.2;
  margin: 15px 0;
}

.banner-text {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.6;
}

.consultation-form-section .sherbimet-form h4 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
  border: none;
}

.consultation-form-section .form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.consultation-form-section .form-input p {
  margin-bottom: 0;
}

.consultation-form-section .form-input label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

.consultation-form-section .wpcf7-form-control.wpcf7-text,
.consultation-form-section .wpcf7-form-control.wpcf7-select,
.consultation-form-section .wpcf7-form-control.wpcf7-tel {
  width: 100% !important;
  padding: 12px 15px !important;
  border: 1px solid #f0f0f0 !important;
  background: #fafafa !important;
  border-radius: 10px !important;
  font-size: 14px;
  height: 48px;
  transition: all 0.3s ease;
}

.sherbimet-title a {
  font-weight: normal;
}

.consultation-form-section .intl-tel-input.allow-dropdown {
  width: 100%;
}

.consultation-form-section .intl-tel-input input {
  width: 100% !important;
  padding-left: 95px !important;
  background: #fafafa !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 10px !important;
  height: 48px !important;
}

.consultation-form-section .intl-tel-input .selected-flag {
  padding-left: 15px !important;
  background-color: transparent !important;
}

.consultation-form-section .intl-tel-input .selected-dial-code {
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}

.consultation-form-section .wpcf7-submit {
  grid-column: span 1;
  width: 100%;
  max-width: 350px;
  padding: 15px !important;
  background: linear-gradient(90deg, #caa755, #9a8136) !important;
  color: white !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgb(196 168 89 / 30%);
  transition: transform 0.2s ease;
}

.consultation-form-section .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(196 168 89 / 30%);
}

.consultation-form-section .form-input,
.form-select {
  background: none;
}

.consultation-form-section .form-wrapper {
  padding: 0;
}

.consultation-form-section .contact-form-wrapper h4 {
  text-align: left;
  font-weight: 400;
}

.consultation-form-section .contact-form-wrapper .wpcf7-form label {
  align-items: center;
  display: flex;
  gap: 15px;
}

.form-banner-side:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2026/02/dental.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-section .section-title {
  font-weight: 400 !important;
}

.faq-section .faq-search {
  max-width: 100%;
}

.faq-section .faq-accordion {
  max-width: 100%;
}

.blog-preview-section {
  background: #f8f9fa;
}

.blog-preview-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  text-align: center;
  overflow: hidden;
}

.blog-header {
  margin-bottom: 40px;
}
.blog-header .section-title {
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.blog-header .section-subtitle {
  color: #666;
  font-size: 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.blog-grid-static .blog-grid-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.blog-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 340px;
  display: block;
  text-decoration: none;
}

.blog-card-image {
  width: 100%;
  height: 100%;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover img {
  transform: scale(1.08);
}

.blog-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  text-align: left;
}

.blog-card-title {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 10px;
}
.blog-card-author {
  color: #fff;
  font-size: 13px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-post-content .entry-content h3 {
  font-weight: normal;
}

.single-post-content .entry-content {
  font-size: 20px;
}

.blog-card-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #caa755;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

/* Swiper Navigation Arrows Styling */
.blog-nav-next,
.blog-nav-prev {
  color: #caa755 !important;
  background: white;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.blog-nav-next:after,
.blog-nav-prev:after {
  font-size: 18px !important;
  font-weight: bold;
}

/* CTA Button */
.section-cta {
  margin-top: 50px;
}
.btn-more-articles {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(90deg, #caa755, #98843c);
  color: #fff !important;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 5px 15px rgb(196 168 89 / 30%);
}

span.author-icon img {
  filter: brightness(0) invert(1);
}

html
  .consultation-form-section
  span.wpcf7-form-control-wrap
  .intl-tel-input
  input.wpcf7-form-control {
  padding-right: 6px !important;
  padding-left: 60px !important;
  margin-left: 0 !important;
}

.consultation-form-section .selected-dial-code {
  display: none !important;
}

.consultation-form-section
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2
  .selected-flag {
  width: 55px;
}

.consultation-form-section
  .contact-form-wrapper
  .wpcf7-checkbox
  input[type="checkbox"]:before {
  border-color: #c3a758 !important;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.consultation-form-section
  .contact-form-wrapper
  .wpcf7-checkbox
  input[type="checkbox"]:after {
  background: #c2a658 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consultation-form-section
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4
  .selected-flag {
  width: 55px !important;
}

.footer-title {
  font-weight: normal !important;
}

.doctors-faq-title {
  font-weight: normal !important;
}

.doctors-faq-answer-heading {
  font-weight: normal !important;
}

.faq-home .doctors-faq-content {
  max-width: 100%;
}

.doctors-faq-answer-wrapper {
  background-color: #caa75559;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.doctors-faq-item.active {
  background: #caa75560;
}

.doctors-faq-item-icon {
  background: #caa755;
}

.doctors-faq-list .doctors-faq-item:first-of-type {
  border-top-left-radius: 20px;
}

.doctors-faq-list .doctors-faq-item:last-of-type {
  border-bottom-left-radius: 20px;
}

.doctors-faq-item-arrow svg path {
  stroke: #caa755;
}

.faq-home {
  padding-bottom: 80px;
}

/* Footer */
.main-footer {
  background-color: #0d0d0d;
  color: #ffffff;
  padding: 100px 0 40px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-col {
  flex: 1;
}
.footer-col .widget-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  font-weight: normal !important;
  color: #dddddd;
  font-family: var(--font-primary);
}

.brand-info p {
  color: #dddddd;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 25px;
  max-width: 350px;
}

footer .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #222;
  font-size: 18px;
  color: #dddddd;
}

footer.main-footer ul.treatment-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

footer.main-footer ul.treatment-list li a {
  font-size: 18px;
  color: #dddddd;
}

.footer-contact-bar {
  background-color: #cda353; /* The exact gold shade */
  border-radius: 20px;
  display: flex;
  padding: 35px 20px;
  margin-bottom: 40px;
  color: #000;
}

.contact-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-item:last-child {
  border-right: none;
}
.contact-item .icon {
  font-size: 24px;
  opacity: 0.8;
}
.contact-item strong {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}
.contact-item p {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.contact-item .text p {
  font-size: 25px;
}

.footer-contact-bar .icon img {
  height: 70px;
  width: 70px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  font-size: 14px;
  color: #888;
}

.social-links a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  background: #e0e0e0;
  color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.3s;
  text-decoration: none;
  font-size: 20px;
}

.social-links a:hover {
  background: #cda353;
  color: #fff;
}

img.footer-logo {
  max-width: 220px;
}

/* End Footer */

.single-post-content .entry-content p {
  margin-bottom: 20px;
}

.faq-subtitle {
  font-weight: normal !important;
}

section.sherbimet-faq-section .container {
  background: #caa75545 !important;
}

section.sherbimet-faq-section .container {
  position: relative;
}

section.sherbimet-faq-section .container:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
  bottom: auto;
  width: 300px;
  height: 300px;
  background-image: url(https://sanartdental.impactstudio.al/wp-content/uploads/2026/02/orb2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.faq-subtitle {
  color: #0d0d0d !important;
}

.faq-title {
  color: black !important;
  font-family: "Hanken Grotesk";
  font-size: 14px;
}

.faq-question {
  color: black !important;
}

input#faq-search {
  color: #caa755 !important;
}

input#faq-search::placeholder {
  color: #565656fa !important;
  font-family: "Hanken Grotesk";
}

button.faq-question {
  background: white !important;
}

input#faq-search {
  background: #ffffffcf !important;
}

.sherbimet-faq-section svg.search-icon {
  color: #caa755 !important;
}

.faq-item span.faq-icon svg path {
  stroke: #caa755 !important;
}

span.faq-icon {
  border: 1px solid #caa755 !important;
}

.faq-item.active .faq-answer {
  background: white !important;
}

.faq-item.active .faq-answer .faq-answer-content {
  color: black !important;
}

.faq-item.active .faq-answer .faq-answer-content p {
  color: black !important;
}

.section-content h2 {
  font-weight: normal !important;
}

.treatments-megamenu-title {
  font-weight: normal !important;
}

.doctors-page-title {
  font-weight: normal;
  font-size: 55px;
  letter-spacing: 1px;
}

.doctor-card-text {
  font-size: 16px;
}

.blog-search-button:hover {
  background: var(--color-primary-dark) !important;
  color: white !important;
}

.blog-search-button {
  color: black !important;
}

.blog-hero-title {
  font-weight: normal !important;
}

/* Testblog */

section.blog-hero-section:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
  content: "";
}

section.blog-hero-section {
  position: relative;
}

.blog-search-input {
  background: white !important;
}

.blog-search-input::placeholder {
  color: #000000 !important;
}

section.blog-hero-section {
  /*background-image: url(/wp-content/uploads/2026/02/about-dental-implants.jpg) !important;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding-top: 130px !important;
}

.blog-hero-container {
  position: relative;
  z-index: 9;
}

footer.main-footer ul.treatment-list li:hover a {
  color: #caa755;
}

.banner-content {
  position: relative;
  z-index: 1;
}

/* Contact */
/* Container and Titles */
.contact-info-three-cols {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}
.section-main-title {
  font-size: 36px;
  margin-bottom: 50px;
}
/* Grid Layout */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.info-icon img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.phone-number,
.email-link {
  font-size: 26px;
  font-weight: 700;
  color: #c6a352;
  text-decoration: none;
}

.small-note {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
}
/* Form Banner Side Styling */
.form-banner-side {
  background-color: #3a6b7e;
  /* Adjust to your brand color */
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.logo-small {
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 0.9;
}
.banner-title {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.banner-text {
  font-size: 16px;
  opacity: 0.8;
}

/* Contact page */
.contact-page-wrapper {
  background-color: #f5f5f5;
  padding: 60px 0 60px;
}

.contact-page-wrapper .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Breadcrumbs */
.contact-breadcrumbs {
  margin-bottom: 30px;
  font-size: 14px;
  color: #999;
}

.contact-breadcrumbs a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-breadcrumbs a:hover {
  color: #333;
}

.breadcrumb-separator {
  margin: 0 2px;
}

.breadcrumb-current {
  font-weight: 600;
  color: #333;
}

/* Main Content Layout */
.contact-page-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Left Column */
.contact-left-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-main-heading {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.contact-intro-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-dark);
  margin: 0;
}

.contact-page-wrapper .contact-form-wrapper .wpcf7-form input[type="submit"] {
  margin: 0;
}

/* Contact Info Section */
.contact-info-section {
  display: flex;
  flex-direction: column;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-primary);
  flex-shrink: 0;
}

.contact-link {
  color: var(--color-gray);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.contact-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* Feature Boxes */
.contact-feature-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 10px;
}

.contact-feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.contact-feature-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.feature-box-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-box-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.contact-feature-boxes .feature-box-icon img {
  padding: 10px;
  background-color: rgba(76, 190, 23, 0.1);
  border-radius: 8px;
}

.feature-box-icon.feature-box-icon-comments img {
  background-color: #caa7552b;
}

.feature-box-icon-whatsapp svg {
  width: 48px;
  height: 48px;
}

.feature-box-icon-comments {
  color: #4a90e2;
}

.feature-box-icon-comments svg {
  width: 48px;
  height: 48px;
}

.feature-box-title {
  font-size: 20px;
  font-weight: normal;
  color: var(--color-primary);
  margin: 0 0 12px 0;
}

.feature-box-description {
  font-size: 14px;
  color: var(--color-dark);
  line-height: 1.5;
  margin: 0 0 20px 0;
  flex-grow: 1;
  text-align: left;
}

.feature-box-button {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid var(--color-primary);
  border-radius: 8px;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  background: #fff;
}

.feature-box-button:hover {
  background: var(--color-primary);
  color: #fff;
}

/* Right Column - Form */
.contact-right-column {
  position: sticky;
  top: 20px;
}

.contact-form-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 30px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-title {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.form-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0 0 30px 0;
  line-height: 1.5;
}

.contact-form-container {
  margin-top: 20px;
}

/* Contact Form 7 Styles */
.contact-form-container .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-container .wpcf7-form p {
  margin: 0;
}

.contact-form-container .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form-container .wpcf7-form input[type="text"],
.contact-form-container .wpcf7-form input[type="email"],
.contact-form-container .wpcf7-form input[type="tel"],
.contact-form-container .wpcf7-form select,
.contact-form-container .wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.contact-form-container .wpcf7-form input[type="text"]:focus,
.contact-form-container .wpcf7-form input[type="email"]:focus,
.contact-form-container .wpcf7-form input[type="tel"]:focus,
.contact-form-container .wpcf7-form select:focus,
.contact-form-container .wpcf7-form textarea:focus {
  outline: none;
  border-color: #4a90e2;
}

.contact-form-container .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form-container .wpcf7-form label {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-form-container .wpcf7-form .wpcf7-form-control-wrap input::placeholder,
.contact-form-container
  .wpcf7-form
  .wpcf7-form-control-wrap
  textarea::placeholder {
  color: #999;
}

.contact-form-container .wpcf7-form .wpcf7-checkbox,
.contact-form-container .wpcf7-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form-container .wpcf7-form .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-form-container .wpcf7-form .wpcf7-list-item input[type="checkbox"] {
  width: auto;
  margin: 0;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-form-container .wpcf7-form .wpcf7-list-item label {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.contact-form-container .wpcf7-form .wpcf7-list-item label a {
  color: #4a90e2;
  text-decoration: none;
}

.contact-form-container .wpcf7-form .wpcf7-list-item label a:hover {
  text-decoration: underline;
}

.contact-form-container .wpcf7-form input[type="submit"],
.contact-form-container .wpcf7-form .wpcf7-submit {
  width: 100%;
  padding: 16px;
  background: #4a90e2;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.contact-form-container .wpcf7-form input[type="submit"]:hover,
.contact-form-container .wpcf7-form .wpcf7-submit:hover {
  background: #357abd;
}

.contact-form-container .wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 12px;
  border-radius: 8px;
}

.contact-form-container .wpcf7-form .wpcf7-mail-sent-ok {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.contact-form-container .wpcf7-form .wpcf7-mail-sent-ng,
.contact-form-container .wpcf7-form .wpcf7-aborted {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.contact-form-container .wpcf7-form .wpcf7-spam {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}

.contact-form-container .wpcf7-form .wpcf7-validation-errors {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}

.contact-form-container .wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}

.contact-form-container .wpcf7-form .wpcf7-not-valid {
  border-color: #dc3545 !important;
}

/* Two Column Form Layout */
.contact-form-container .wpcf7-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form-container .wpcf7-form .form-row-full {
  grid-column: 1 / -1;
}

.contact-form-container .wpcf7-form .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form-container .wpcf7-form .form-group label {
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  font-size: 14px;
}

.doctors-page-header-container {
  position: relative;
  z-index: 1;
}

section.doctors-page-header {
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 968px) {
  .contact-page-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-right-column {
    position: static;
  }

  .contact-feature-boxes {
    grid-template-columns: 1fr;
  }

  .contact-form-container .wpcf7-form .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact-page-wrapper {
    padding: 20px 0 40px;
  }

  .contact-main-heading {
    font-size: 32px;
  }

  .form-title {
    font-size: 24px;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }
}

/* End Contact page */
/* Responsive */
@media (max-width: 991px) {
  .info-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .form-wrapper {
    flex-direction: column-reverse;
  }
}

.contact-info-three-cols .info-grid .info-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-size: 16px;
}

section.contact-info-three-cols .info-col h3 {
  font-size: 20px;
  font-weight: normal;
}

.contact-page section.sherbimet-hero {
  min-height: 450px;
}

.contact-page .consultation-form-section {
  background: none;
}

.map-container iframe {
  display: block;
}
/* End COntact */

.archive-title {
  font-weight: normal !important;
}

section.sherbimet-archive-banner {
  /*background-image: url(/wp-content/uploads/2026/02/about-dental-implants.jpg);*/
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 768px) {
  .consultation-form-section .form-fields {
    grid-template-columns: 1fr;
  }

  .consultation-form-section .wpcf7-submit {
    max-width: 100%;
  }

  .blog-grid-static .blog-grid-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
