/*=== MEDIA QUERY ===*/
/*
Theme Name: Medic
Author: Themefisher
Author URI: https://themefisher.com/
Description: Medicle Template
Version: 1.0.0

*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}

.btn-main-2 {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}

.btn-main-2:hover {
  background: #FCB040;
  color: #fff;
  border-color: #FCB040;
}

.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-bottom {
  padding-bottom: 100px;
}

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 20px 0px;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 10px;
  font-size: 14px;
  white-space: nowrap;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand img {
  margin-top: 0;
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #223a66;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}

.bg-1 {
  background: url("../images/bg/22.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("../images/bg/slider-bg-1.jpg") no-repeat;
  background-size: cover;
  min-height: 550px;
}

.banner .block {
  padding: 80px 0px 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #e12454;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .banner {
    min-height: 450px;
    background: #fff !important;
  }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .banner {
    background: #fff !important;
  }
}

@media (max-width: 992px) {
  .banner {
    background: #fff !important;
  }
}

.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
}

.appoinment-content {
  position: relative;
}

.appoinment-content img {
  width: 85%;
}

.appoinment-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 20px;
  background: #223a66;
  padding: 48px;
}

.appoinment-content .emergency h2 {
  color: #fff;
}

.appoinment-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
  margin-top: 40px;
}

.appoinment-form .form-control {
  background: #f4f9fc;
  height: 55px;
  border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
  height: auto;
}

.client-thumb {
  text-align: center;
}

.features {
  margin-top: -70px;
}

.feature-item {
  flex-basis: 33.33%;
  margin: 0px 10px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
  font-size: 50px;
  color: #223a66;
}

.feature-item h4 {
  color: #223a66;
}

.feature-item p {
  font-size: 14px;
}

.feature-section.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
  text-align: center;
  padding: 55px 0px 40px 0px;
  position: relative;
}

.counter-stat i {
  display: block;
  color: rgba(255, 255, 255, 0.06);
  font-size: 70px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.counter-stat span {
  font-size: 70px;
  color: #fff;
}

.counter-stat p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.mb--80 {
  margin-bottom: -80px;
}

.service {
  padding-top: 100px;
}

.service .service-item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}

.service i {
  color: #e12454;
}

.service h4 {
  padding-left: 20px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}

.department-service {
  margin-bottom: 40px;
}

.department-service li {
  margin-bottom: 10px;
}

.department-service li i {
  color: #e12454;
}

.doctors .btn-group .btn {
  border-radius: 0px;
  margin: 0px 2px;
  text-transform: capitalize;
  font-size: 16px;
  padding: .6rem 1.5rem;
  cursor: pointer;
}

.doctors .btn-group .btn.active {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn.focus {
  box-shadow: none !important;
  border-color: transparent;
}

.doctors .btn-group .btn:focus {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group .btn:hover {
  box-shadow: none !important;
  border-color: transparent;
  background: #e12454;
  color: #fff;
}

.doctors .btn-group > .btn-group:not(:last-child) > .btn, .doctors .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .doctors .btn-group > .btn:not(:first-child) {
  border-radius: 3px;
}

.doctor-inner-box {
  overflow: hidden;
}

.doctor-inner-box .doctor-profile {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
  transition: all .35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lh-35 {
  line-height: 35px;
}

.doctor-info li {
  margin-bottom: 10px;
  color: #222;
}

.doctor-info li i {
  margin-right: 20px;
  color: #e12454;
}

.read-more {
  color: #223a66;
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

.cta {
  background: url("../images/bg/bg-4.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.cta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #223a66;
}

.cta-section {
  margin-bottom: 0;
}

.cta-2 {
  background: url("../images/bg/cta-bg.png") no-repeat;
  background-position: center center;
}

.cta-page {
  background: url("../images/bg/banner.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fff;
  padding: 30px;
  margin: 0px 4px;
  margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 5px solid #eff0f3;
  margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}

.testimonial-block.style-2 i {
  bottom: -20px;
  color: #FCB040;
  opacity: .3;
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
  height: 60px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
  background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: auto;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  background: #f4f9fc;
  width: 100%;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 500px;
}

.mt-90 {
  margin-top: 90px;
}

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}

.blog-item-content h2 {
  font-weight: 600;
  font-size: 38px;
}

/*=================================================================
  Single Blog Page
==================================================================*/
.nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #eee;
  text-align: center;
  padding-top: 13px;
  font-weight: 600;
  margin-right: 10px;
}

.nav-links .page-numbers:hover {
  background: #223a66;
  color: #fff;
}

.nav-links .page-numbers.current {
  background: #223a66;
  color: #fff;
}

.comment-area .comment-thumb {
  margin-right: 20px;
  margin-bottom: 30px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  font-size: 22px;
  color: #223a66;
  padding: 40px;
  font-style: italic;
  border-left: 5px solid #e12454;
  margin: 25px 0px;
}

.tag-option a {
  border: 1px solid #eff0f3;
  padding: 6px 12px;
  color: #6F8BA4;
  font-size: 14px;
}

.comment-form .form-control {
  background: #f7f8fb;
  border-radius: 5px;
  border-color: #f7f8fb;
  height: 50px;
}

.comment-form textarea.form-control {
  height: auto;
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #223a66;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #223a66;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #223a66;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #223a66;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #223a66;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.sidebar-widget h5:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 35px;
  height: 3px;
  background: #e12454;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #222;
  transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
  color: #223a66;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 41px;
  height: 41px;
  font-weight: 500;
  border-radius: 20px;
  color: #666;
  display: inline-block;
  background-color: #eff0f3;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  transition: all .2s ease;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #223a66;
}

.sidebar-widget.schedule-widget {
  background: #f4f9fc;
  padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  right: 15px;
  top: 35%;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}

.logo h3 {
  color: #223a66;
}

.logo span {
  color: #223a66;
}

.widget .divider {
  height: 3px;
}

.widget h4 {
  color: #223a66;
}

.widget .footer-menu a {
  color: #6F8BA4;
}

.widget .footer-menu a:hover {
  color: #e12454;
}

.footer-contact-block span {
  font-weight: 400;
  color: #6F8BA4;
}

.footer-contact-block i {
  font-size: 20px;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  width: 45px;
  height: 45px;
  background: #6F8BA4;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 12px;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}

.widget-contact h6 i {
  color: #e12454;
}

.subscribe {
  position: relative;
}

.subscribe .form-control {
  border-radius: 50px;
  height: 60px;
  padding-left: 25px;
  border-color: #eee;
}

.subscribe .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}

.backtop {
  position: fixed;
  background: #e12454;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

/*# sourceMappingURL=maps/style.css.map */

/* ============================================
   COMVIDA — Custom Color Palette & Overrides
   ============================================ */

:root {
  --cv-primary: #073B5C;
  --cv-accent: #00A6D6;
  --cv-accent-hover: #007EAA;
  --cv-highlight: #FCB43C;
  --cv-text-dark: #0B2B3A;
  --cv-text-muted: #475569;
  --cv-bg-light: #f8fdff;
  --cv-bg-gray: #F5F5F5;
  --cv-border-light: #E0F4FD;
  --cv-danger: #dc3545;
  --cv-success: #28a745;
}

/* Navbar */
.navbar { background: #ffffff !important; }
.header-top-bar { background: #223a66; color: #fff; }
.header-top-bar a { color: #fff !important; }
.header-top-bar .top-bar-info li { color: #fff; }

/* Buttons */
.btn-main { background: #FCB040 !important; border-color: #FCB040 !important; color: #fff !important; }
.btn-main:hover { background: #e59a2e !important; border-color: #e59a2e !important; color: #fff !important; }
.btn-main-2 { background: transparent !important; border: 2px solid #FCB040 !important; color: #FCB040 !important; }
.btn-main-2:hover { background: #FCB040 !important; color: #fff !important; border-color: #FCB040 !important; }

/* Text colors */
.text-color { color: #FCB040 !important; }
.text-color-2 { color: var(--cv-highlight) !important; }

/* Section titles */
.section-title h2 { color: var(--cv-text-dark); }
.section-title .divider { background: #FCB040; }

/* Service item icons — yellow */
.service-item .icon i {
  color: #FCB040 !important;
}

/* CTA section */
.cta-section { background: #223a66; position: relative; z-index: 5; }
.cta { background: #223a66 !important; }
.cta:before { display: none !important; }

/* Page title banner */
.page-title {
  position: relative;
}

.page-title.bg-1 {
  background: url("../images/page-title-bg.png") no-repeat center center !important;
  background-size: cover !important;
}

.page-title .overlay:before {
  opacity: 0.6;
}

/* Footer */
.footer { background: #223a66 !important; color: #ccc; }
.footer h4 { color: #fff; }
.footer .divider { background: var(--cv-accent); }
.footer a { color: #ccc; }
.footer a:hover { color: var(--cv-accent); }
.footer-btm { border-top: 1px solid rgba(255,255,255,0.1); }
.footer .logo img { max-width: 120px; }

/* User auth in navbar */
.user-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #223a66;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.nav-auth-btn {
  padding: 8px 20px !important;
  font-size: 13px !important;
  background: #FCB040 !important;
  border: 2px solid #FCB040 !important;
  color: #fff !important;
  transition: all 200ms ease !important;
}

.nav-auth-btn:hover {
  background: transparent !important;
  color: #FCB040 !important;
  border-color: #FCB040 !important;
}

/* Auth pages */
.auth-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.auth-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 40px;
  max-width: 480px;
  width: 100%;
}

.auth-card .auth-logo {
  display: block;
  margin: 0 auto 24px;
  max-width: 150px;
}

.auth-card h3 {
  color: var(--cv-text-dark);
  text-align: center;
  margin-bottom: 8px;
}

.auth-card .auth-subtitle {
  color: var(--cv-text-muted);
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
}

.auth-card .form-control {
  border: 1px solid var(--cv-border-light);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  height: auto;
}

.auth-card .form-control:focus {
  border-color: var(--cv-accent);
  box-shadow: 0 0 0 3px rgba(0, 166, 214, 0.1);
}

.auth-card select.form-control {
  appearance: auto;
  -webkit-appearance: auto;
  height: 46px;
}

.auth-card .btn-main {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
}

.auth-card .auth-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: var(--cv-text-muted);
}

.auth-card .auth-link a {
  color: var(--cv-accent);
  font-weight: 600;
}

.auth-card-wide {
  max-width: 560px;
}

/* Password toggle */
.password-toggle {
  position: relative;
}

.password-toggle .toggle-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--cv-text-muted);
  cursor: pointer;
  font-size: 16px;
}

/* Agendamento badges */
.badge-agendado { background: #007bff; color: #fff; }
.badge-confirmado { background: var(--cv-success); color: #fff; }
.badge-aguardando { background: var(--cv-highlight); color: #333; }
.badge-atendido { background: #6c757d; color: #fff; }
.badge-cancelado { background: var(--cv-danger); color: #fff; }

/* Agendamentos list */
.agendamento-item {
  background: #fff;
  border: 1px solid var(--cv-border-light);
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.agendamento-item .agendamento-info h5 {
  margin-bottom: 4px;
  color: var(--cv-text-dark);
  font-size: 16px;
}

.agendamento-item .agendamento-info p {
  margin-bottom: 0;
  color: var(--cv-text-muted);
  font-size: 14px;
}

/* Highlight box */
.highlight-box {
  background-color: rgba(252, 180, 60, 0.1);
  border: 1px solid rgba(252, 180, 60, 0.3);
  border-left: 4px solid var(--cv-highlight);
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 24px;
}

.highlight-box p {
  color: var(--cv-text-dark);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Convenios Marquee Carousel */
.convenios-marquee {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.convenios-marquee::before,
.convenios-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.convenios-marquee::before {
  left: 0;
  background: linear-gradient(to right, #F5F5F5, transparent);
}

.convenios-marquee::after {
  right: 0;
  background: linear-gradient(to left, #F5F5F5, transparent);
}

.convenios-track {
  display: flex;
  gap: 16px;
  animation: marqueeScroll 180s linear infinite;
  width: max-content;
}

.convenios-track:hover {
  animation-play-state: paused;
}

.convenio-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #223a66;
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: 24px;
  white-space: nowrap;
  transition: all 250ms ease;
  flex-shrink: 0;
}

.convenio-tag:hover {
  background: #FCB040;
  color: #fff;
  border-color: #FCB040;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(252, 176, 64, 0.3);
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Empty state */
.empty-state {
  text-align: center;
  padding: 60px 20px;
}

.empty-state i {
  font-size: 48px;
  color: var(--cv-accent);
  margin-bottom: 16px;
}

.empty-state h4 {
  color: var(--cv-text-dark);
  margin-bottom: 8px;
}

.empty-state p {
  color: var(--cv-text-muted);
}


/* Banner Carousel */
.banner-carousel {
  width: 100%;
  overflow: hidden;
}

.banner-slide {
  outline: none;
  overflow: hidden;
}

.banner-slide-img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(4px);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 200ms;
  line-height: 1;
  padding: 0;
  text-indent: 0;
}

.banner-arrow:hover {
  background: rgba(255,255,255,0.5);
}

.banner-arrow.slick-prev { left: 20px; }
.banner-arrow.slick-next { right: 20px; }

/* Override Slick default arrow styles */
.banner-carousel .slick-prev,
.banner-carousel .slick-next {
  width: 44px;
  height: 44px;
  z-index: 10;
}

.banner-carousel .slick-prev:before,
.banner-carousel .slick-next:before {
  display: none;
}

.banner-carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: auto;
  display: flex !important;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  z-index: 15;
}

.banner-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.banner-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  transition: all 300ms;
  outline: none;
}

.banner-carousel .slick-dots li button:focus {
  outline: none;
}

.banner-carousel .slick-dots li button:before {
  display: none;
}

.banner-carousel .slick-dots li.slick-active button {
  background: #FCB040;
  width: 28px;
  border-radius: 5px;
}

/* Phone Mockup */
.phone-mockup {
  display: inline-block;
  position: relative;
}

.phone-body {
  background: #1a1a1a;
  border-radius: 44px;
  padding: 10px;
  box-shadow: 0 20px 50px -12px rgba(0,0,0,0.3);
  width: 360px;
  margin: 0 auto;
}

.phone-screen {
  height: 700px;
  border-radius: 36px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.phone-screen .chat-header { border-radius: 36px 36px 0 0; }

/* Step numbers */
.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #223a66;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Feature mini cards */
.feature-card-mini {
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid #e0e8f0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-card-mini i {
  font-size: 18px;
  color: #223a66;
  margin-top: 2px;
}

.feature-card-mini h6 {
  font-size: 12px;
  color: #0B2B3A;
}

.feature-card-mini small {
  font-size: 11px;
}

/* Hide back-to-top arrow */
.backtop {
  display: none !important;
}

@media (max-width: 768px) {
  .phone-body {
    width: 100%;
    max-width: 340px;
    border-radius: 32px;
    padding: 8px;
  }
  .phone-screen {
    height: 550px;
    border-radius: 26px;
  }
}

/* Phone mockup overlay — dims background when chat is active */
.phone-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease, visibility 1.5s ease;
  cursor: pointer;
}

.phone-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.phone-mockup {
  position: relative;
  z-index: 100;
}

/* Notebook/laptop adjustments */
@media (min-width: 768px) and (max-width: 1366px) {
  .banner .block h1 {
    font-size: 32px;
  }
  .banner .block p {
    font-size: 14px;
  }
  .feature-item {
    padding: 20px 12px;
  }
  .feature-item h4 {
    font-size: 16px;
  }
  .feature-item p {
    font-size: 12px;
  }
}

/* Features overlap on banner — all screen sizes */
.banner {
  overflow: visible !important;
  position: relative;
  padding-bottom: 80px !important;
}

.features {
  margin-top: -140px !important;
  position: relative;
  z-index: 10;
}

.banner-carousel-active {
  padding: 0 !important;
  padding-bottom: 80px !important;
  background: none !important;
  overflow: visible;
  position: relative;
}


/* Dashboard Cards */
.dashboard-card {
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  transition: all 300ms ease;
}

.dashboard-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

.dashboard-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.dashboard-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.dashboard-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.dashboard-card h5 {
  font-size: 15px;
  font-weight: 600;
  color: #0B2B3A;
  margin-bottom: 6px;
}

.dashboard-card p {
  font-size: 13px;
  margin-bottom: 0;
}


/* Profile Avatar */
.profile-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #223a66;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.profile-avatar span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-avatar .avatar-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 250ms ease;
}

.profile-avatar:hover .avatar-overlay {
  opacity: 1;
}

.profile-avatar .avatar-overlay i {
  color: #fff;
  font-size: 18px;
}

.profile-avatar.no-photo {
  background: #e0e8f0;
  border: 2px dashed #aab;
}

.profile-avatar.no-photo span {
  color: #999;
  font-size: 24px;
}

.profile-avatar.no-photo .avatar-overlay {
  opacity: 0.6;
  background: transparent;
}

.profile-avatar.no-photo .avatar-overlay i {
  color: #999;
}

/* Avatar crop modal */
.avatar-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.avatar-modal {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  max-width: 380px;
  width: 100%;
  text-align: center;
}

.avatar-modal h5 {
  margin-bottom: 20px;
  color: #1F2937;
}

.avatar-modal .avatar-preview {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
  border: 3px solid #e0e8f0;
}

.avatar-modal .avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-modal .avatar-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.avatar-modal .btn-avatar {
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 200ms;
}

.avatar-modal .btn-avatar-save {
  background: #FCB040;
  color: #fff;
}

.avatar-modal .btn-avatar-save:hover {
  background: #e59a2e;
}

.avatar-modal .btn-avatar-remove {
  background: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
}

.avatar-modal .btn-avatar-remove:hover {
  background: #dc3545;
  color: #fff;
}

.avatar-modal .btn-avatar-cancel {
  background: #f0f2f5;
  color: #374151;
}

.avatar-modal .btn-avatar-cancel:hover {
  background: #e0e3e8;
}


/* ============================================
   DASHBOARD — Patient Panel
   ============================================ */

.dash-hero {
  background: linear-gradient(135deg, #223A66 0%, #1a2f55 100%);
  border-radius: 16px;
  padding: 32px 36px;
  color: #fff;
}

.dash-hero h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.dash-hero p {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 500px;
}

.dash-hero-btn {
  display: inline-block;
  background: #F5A83B;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 200ms ease;
}

.dash-hero-btn:hover {
  background: #e09730;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.dash-card {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  transition: all 250ms ease;
}

.dash-card:hover {
  border-color: #223A66;
  box-shadow: 0 4px 16px rgba(34,58,102,0.08);
  transform: translateY(-3px);
}

.dash-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.dash-card-link:hover {
  text-decoration: none;
  color: inherit;
}

/* Dashboard Cards — icon background solid */
.dash-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
  background: #F0F2F5 !important;
}

.dash-card h6 {
  font-size: 14px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 6px;
}

.dash-card p {
  font-size: 12px;
  color: #6B7280;
  margin-bottom: 0;
  line-height: 1.4;
}

.dash-section-card {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  overflow: hidden;
}

.dash-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid #F0F2F5;
}

.dash-section-header h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 0;
}

.dash-section-link {
  font-size: 13px;
  font-weight: 500;
  color: #223A66;
  text-decoration: none;
}

.dash-section-link:hover {
  color: #F5A83B;
  text-decoration: none;
}

.dash-section-body {
  padding: 20px 24px;
}

.dash-section-body .agendamento-item {
  border-radius: 10px;
  padding: 14px 18px;
}

.dash-section-body .empty-state {
  padding: 40px 20px;
}

.dash-section-body .empty-state i {
  font-size: 40px;
  color: #223A66;
  opacity: 0.4;
}

.dash-section-body .empty-state p {
  color: #6B7280;
  font-size: 14px;
}

.dash-section-body .empty-state .btn {
  background: #F5A83B !important;
  border-color: #F5A83B !important;
}

@media (max-width: 768px) {
  .dash-hero {
    padding: 24px 20px;
  }
  .dash-hero h2 {
    font-size: 20px;
  }
}

/* Footer responsive fix */
@media (max-width: 576px) {
  .footer .widget {
    margin-bottom: 30px !important;
  }
  .footer .row > [class*="col-"] {
    margin-bottom: 20px;
  }
  .footer .footer-contact-block .icon {
    flex-wrap: wrap;
  }
  .footer .footer-contact-block .h6,
  .footer .footer-contact-block h4 {
    font-size: 13px !important;
    word-break: break-word;
  }
  .footer .footer-contact-block a {
    word-break: break-all;
  }
}

/* Footer email overflow fix */
.footer .widget-contact .footer-contact-block .h6,
.footer .widget-contact .footer-contact-block span.h6 {
  font-size: 12px !important;
  word-break: break-all;
  overflow-wrap: break-word;
}

.footer .widget-contact {
  overflow: hidden;
}

/* Especialidades Tags (from API) */
.especialidades-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.especialidade-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #223a66;
  background: #fff;
  border: 1px solid #e0e8f0;
  border-radius: 24px;
  transition: all 250ms ease;
  white-space: nowrap;
}

.especialidade-tag i {
  color: #28a745;
  font-size: 12px;
}

.especialidade-tag:hover {
  background: #FCB040;
  color: #fff;
  border-color: #FCB040;
  box-shadow: 0 4px 8px rgba(252, 176, 64, 0.3);
  transform: translateY(-2px);
}

/* Cancel appointment button */
.btn-cancel-text {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #dc3545;
  background: transparent;
  color: #dc3545;
  border-radius: 16px;
  cursor: pointer;
  transition: all 200ms ease;
  margin-left: 8px;
  white-space: nowrap;
}

.btn-cancel-text:hover {
  background: #dc3545;
  color: #fff;
}

/* Cancel Modal */
.cancel-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 200ms ease;
}

.cancel-modal {
  background: #fff;
  border-radius: 14px;
  padding: 28px 32px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

.cancel-modal h5 {
  color: #1F2937;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.cancel-modal-info {
  background: #F7F9FC;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.cancel-modal-info p {
  margin-bottom: 4px;
  font-size: 13px;
  color: #374151;
}

.cancel-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
}

.btn-modal-no {
  padding: 8px 20px;
  border: 1px solid #e0e8f0;
  background: #fff;
  color: #374151;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 200ms;
}

.btn-modal-no:hover {
  background: #f5f5f5;
}

.btn-modal-yes {
  padding: 8px 20px;
  border: none;
  background: #dc3545;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 200ms;
}

.btn-modal-yes:hover {
  background: #c82333;
}

.btn-modal-yes:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Mobile responsiveness improvements */
@media (max-width: 576px) {
  .phone-mockup {
    width: 100%;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .phone-body {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .phone-screen {
    height: 90vh;
    border-radius: 0;
  }
  .phone-screen .chat-header {
    border-radius: 0;
  }
  .appoinment .section-title {
    display: none;
  }
  .appoinment .col-lg-3 {
    display: none;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .feature-item h4 {
    font-size: 15px;
  }
  .feature-item p {
    font-size: 12px;
  }
  .step-num {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .feature-card-mini {
    padding: 10px 12px;
  }
  .feature-card-mini h6 {
    font-size: 11px;
  }
}

/* About page animations */
.about-img img {
  border-radius: 12px;
  transition: transform 500ms ease, box-shadow 500ms ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.about-img img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.about-block-item img {
  border-radius: 12px;
  transition: transform 400ms ease, box-shadow 400ms ease;
  overflow: hidden;
}

.about-block-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.about-block-item {
  transition: transform 300ms ease;
}

.about-block-item:hover {
  transform: translateY(-5px);
}

.team-block {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.team-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.team-block img {
  transition: transform 500ms ease;
}

.team-block:hover img {
  transform: scale(1.05);
}

.award-img img {
  transition: transform 300ms ease, filter 300ms ease;
  border-radius: 8px;
}

.award-img:hover img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

/* Testimonial cards animation */
.testimonial-block {
  transition: transform 300ms ease, box-shadow 300ms ease;
  border-radius: 12px;
}

.testimonial-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* About content text animation */
.about-content {
  border-left: 4px solid #FCB040;
  padding-left: 24px;
}

/* Section dividers with gradient */
.section-title .divider {
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, #FCB040, #223a66) !important;
  border-radius: 2px;
}

/* Auth dropdown fixes */
#navbar-auth .dropdown-menu {
  top: 100% !important;
  transform: none !important;
  margin-top: 8px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  border: 1px solid #e0e8f0;
  left: auto !important;
  right: 0 !important;
}

#navbar-auth .dropdown-item:hover {
  background: rgba(252, 176, 64, 0.1);
  color: #FCB040;
}

#navbar-auth #btn-logout {
  color: #FCB040;
}

#navbar-auth #btn-logout:hover {
  background: rgba(252, 176, 64, 0.1);
  color: #e59a2e;
}


/* ============================================
   PREMIUM CARDS — Diferenciais Section
   ============================================ */

.premium-cards-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.premium-card {
  background: #fff;
  border-radius: 28px;
  padding: 36px 32px 32px;
  box-shadow: 0 8px 32px rgba(34, 58, 102, 0.08);
  border: 1px solid rgba(34, 58, 102, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FCB040, #f7c97e);
  opacity: 0;
  transition: opacity 400ms ease;
}

.premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 48px rgba(34, 58, 102, 0.14);
}

.premium-card:hover::before {
  opacity: 1;
}

/* Featured card (middle) */
.premium-card.featured {
  background: #223A66;
  border-color: transparent;
  box-shadow: 0 12px 40px rgba(34, 58, 102, 0.25);
}

.premium-card.featured::before {
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(252,176,64,0.6));
  opacity: 1;
}

.premium-card.featured:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 56px rgba(34, 58, 102, 0.35);
}

.premium-card.featured .premium-card-label {
  color: rgba(255,255,255,0.7);
}

.premium-card.featured .premium-card-title {
  color: #fff;
}

.premium-card.featured .premium-card-text {
  color: rgba(255,255,255,0.8);
}

.premium-card.featured .premium-card-footer {
  color: rgba(255,255,255,0.55);
}

/* Icon bubble */
.premium-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.premium-card:hover .premium-card-icon {
  transform: scale(1.1) rotate(-5deg);
}

.premium-card-icon i {
  font-size: 26px;
}

.premium-card-icon.orange {
  background: rgba(252, 176, 64, 0.12);
}

.premium-card-icon.orange i {
  color: #FCB040;
}

.premium-card-icon.yellow {
  background: rgba(252, 196, 60, 0.12);
}

.premium-card-icon.yellow i {
  color: #e5a020;
}

.premium-card-icon.light {
  background: rgba(255, 255, 255, 0.12);
}

.premium-card-icon.light i {
  color: rgba(255, 255, 255, 0.9);
}

/* Label */
.premium-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6F8BA4;
  margin-bottom: 10px;
  display: block;
}

/* Title */
.premium-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2d4a;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Divider line */
.premium-card-divider {
  width: 36px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 16px;
  transition: width 400ms ease;
}

.premium-card:hover .premium-card-divider {
  width: 56px;
}

.premium-card-divider.orange {
  background: #FCB040;
}

.premium-card-divider.yellow {
  background: #e5a020;
}

.premium-card-divider.light {
  background: rgba(255, 255, 255, 0.4);
}

/* Text */
.premium-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #5a6d80;
  margin-bottom: 16px;
  flex-grow: 1;
}

/* Footer text */
.premium-card-footer {
  font-size: 12px;
  font-style: italic;
  color: #9aa8b5;
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.04);
}

.premium-card.featured .premium-card-footer {
  border-top-color: rgba(255,255,255,0.1);
}

/* Responsive */
@media (max-width: 991px) {
  .premium-cards-row {
    flex-wrap: wrap;
  }
  .premium-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .premium-card {
    padding: 28px 24px 24px;
    border-radius: 20px;
  }
  .features {
    margin-top: -60px !important;
  }
}


/* ============================================
   ABOUT PREMIUM — Cuidado Integral Section
   ============================================ */

.about-premium {
  padding: 90px 0;
  background: #fff;
}

/* Mosaic layout */
.about-mosaic {
  display: flex;
  gap: 14px;
  height: 380px;
}

.about-mosaic-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.about-mosaic-right {
  flex: 1;
}

.about-mosaic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  box-shadow: 0 6px 24px rgba(34, 58, 102, 0.08);
  transition: transform 400ms ease, box-shadow 400ms ease;
}

.about-mosaic-left .about-mosaic-img {
  flex: 1;
  min-height: 0;
}

.about-mosaic-img.tall {
  height: 100%;
}

.about-mosaic-img:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 32px rgba(34, 58, 102, 0.14);
}

/* Text side with orange line */
.about-text-side {
  display: flex;
  align-items: center;
  height: 100%;
}

.about-text-side-inner {
  padding-left: 28px;
  border-left: 3px solid #FCB040;
}

.about-title {
  font-size: 2rem;
  font-weight: 700;
  color: #223A66;
  line-height: 1.25;
  margin-bottom: 18px;
}

.about-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #5a6d80;
  margin-bottom: 28px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-premium {
    padding: 70px 0;
  }
  .about-mosaic {
    height: 300px;
  }
  .about-text-side-inner {
    padding-left: 20px;
    margin-top: 32px;
  }
  .about-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .about-mosaic {
    height: 240px;
  }
  .about-mosaic-img {
    border-radius: 14px;
  }
  .about-text-side-inner {
    border-left: none;
    padding-left: 0;
    padding-top: 20px;
    border-top: 3px solid #FCB040;
    margin-top: 28px;
  }
  .about-title {
    font-size: 1.5rem;
  }
}


/* ============================================
   CTA AGENDAMENTO — Home Section
   ============================================ */

.cta-agendamento {
  position: relative;
  padding: 80px 0;
  background: url("../images/page-title-bg.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.cta-agendamento-overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 58, 102, 0.82);
}

.cta-agendamento-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-agendamento-text {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cta-agendamento-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-agendamento-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms ease;
}

.cta-agendamento-btn.primary {
  background: #FCB040;
  color: #fff;
}

.cta-agendamento-btn.primary:hover {
  background: #e59a2e;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(252, 176, 64, 0.35);
}

.cta-agendamento-btn.secondary {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
}

.cta-agendamento-btn.secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .cta-agendamento {
    padding: 60px 0;
  }
  .cta-agendamento-title {
    font-size: 1.6rem;
  }
  .cta-agendamento-text {
    font-size: 14px;
  }
}


/* ============================================
   FAQ — Perguntas Frequentes
   ============================================ */

.faq-section {
  background: #fff;
}

.faq-item {
  border: 1px solid #e0e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 300ms ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(34, 58, 102, 0.06);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #223A66;
  transition: background 200ms;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-question i {
  font-size: 14px;
  color: #FCB040;
  transition: transform 300ms ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease, padding 300ms ease;
  padding: 0 24px;
}

.faq-item.open .faq-answer {
  max-height: 200px;
  padding: 0 24px 18px;
}

.faq-answer p {
  font-size: 14px;
  line-height: 1.7;
  color: #5a6d80;
  margin-bottom: 0;
}


/* ============================================
   MAP NAV ICONS — Uber & Waze
   ============================================ */

.map-nav-icons {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.map-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: all 250ms ease;
  text-decoration: none;
}

.map-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


/* ============================================
   ESPECIALIDADES CARDS — Image Cards with Hover
   ============================================ */

.esp-card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(34, 58, 102, 0.06);
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.esp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(34, 58, 102, 0.14);
}

.esp-card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.esp-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter 400ms ease;
}

.esp-card:hover .esp-card-img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.esp-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(34, 58, 102, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
  transition: opacity 400ms ease;
}

.esp-card:hover .esp-card-overlay {
  opacity: 1;
}

.esp-card-overlay span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: rgba(252, 176, 64, 0.9);
  padding: 6px 16px;
  border-radius: 20px;
  transform: translateY(10px);
  transition: transform 400ms ease;
}

.esp-card:hover .esp-card-overlay span {
  transform: translateY(0);
}

.esp-card-title {
  text-align: center;
  padding: 14px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #223A66;
  margin-bottom: 0;
}


/* ============================================
   SERVICE HOME — Especialidades com fundo
   ============================================ */

.service-home {
  position: relative;
  padding: 100px 0;
  background: url("../images/bg-especialidades.png") no-repeat center center;
  background-size: cover;
}

.service-home-overlay {
  display: none;
}

.service-home .section-title h2 {
  color: #223A66;
}

.service-home .section-title p {
  color: #5a6d80;
}

.service-home .service-item {
  background: rgba(255,255,255,0.95);
  border-radius: 14px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(34,58,102,0.08);
  padding: 32px 28px;
  min-height: 160px;
}

.service-home .service-item h4 {
  font-size: 1.15rem;
  padding-left: 14px;
}

.service-home .service-item .icon i {
  font-size: 40px !important;
  min-width: 44px;
}

.service-home .service-item .icon svg {
  min-width: 40px;
  flex-shrink: 0;
}

.service-home .service-item p {
  font-size: 14px;
}


/* ============================================
   CTA SERVICE — Especialidades page
   ============================================ */

.cta-service-section {
  position: relative;
  padding: 80px 0;
  background: url("../images/bg-cta-service.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.cta-service-overlay {
  display: none;
}

.cta-service-title {
  color: #223A66;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-service-text {
  color: #5a6d80;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-service-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-service-btns .cta-agendamento-btn.secondary {
  background: transparent;
  border: 2px solid #223A66;
  color: #223A66;
}

.cta-service-btns .cta-agendamento-btn.secondary:hover {
  background: #223A66;
  color: #fff;
  border-color: #223A66;
}


/* Pulse animation for heart icon */
.pulse-icon {
  animation: pulseHeart 2s ease-in-out infinite;
}

@keyframes pulseHeart {
  0%, 100% { transform: scale(1); }
  25% { transform: scale(1.15); }
  40% { transform: scale(1); }
  55% { transform: scale(1.1); }
  70% { transform: scale(1); }
}


/* ============================================
   MOBILE OVERHAUL — Full responsive fixes
   ============================================ */

/* ---- Global mobile ---- */
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .section {
    padding: 60px 0;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Header top bar */
  .header-top-bar {
    font-size: 12px;
    padding: 6px 0;
  }

  .header-top-bar .top-bar-info li {
    font-size: 11px;
  }

  /* Navbar */
  #navbarmain {
    padding: 12px 0;
  }

  .navbar-brand img {
    width: 140px !important;
    height: auto !important;
  }

  /* Banner */
  .banner {
    min-height: auto !important;
    padding-bottom: 40px !important;
  }

  .banner .block {
    padding: 40px 0 80px;
  }

  .banner .block h1 {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }

  .banner .block p {
    font-size: 14px;
    padding-right: 0 !important;
  }

  /* Premium cards (diferenciais) */
  .features {
    margin-top: -40px !important;
  }

  .premium-cards-row {
    flex-direction: column;
    gap: 16px;
  }

  .premium-card {
    padding: 24px 20px 20px;
    border-radius: 18px;
  }

  .premium-card.featured {
    margin: 0;
  }

  .premium-card-title {
    font-size: 1.1rem;
  }

  .premium-card-text {
    font-size: 14px;
  }

  /* About mosaic */
  .about-mosaic {
    height: auto !important;
    flex-direction: column;
    gap: 12px;
  }

  .about-mosaic-left {
    flex-direction: row;
    gap: 12px;
  }

  .about-mosaic-left .about-mosaic-img {
    height: 120px;
    flex: 1;
  }

  .about-mosaic-right {
    width: 100%;
    display: none;
  }

  .about-mosaic-img.tall {
    height: 200px !important;
    object-position: top center;
  }

  .about-title {
    font-size: 1.4rem !important;
  }

  .about-desc {
    font-size: 14px;
  }

  /* CTA section (numbers) */
  .cta-section {
    margin-bottom: -20px;
  }

  .counter-stat {
    padding: 20px 0 14px;
  }

  .counter-stat span {
    font-size: 28px;
  }

  .counter-stat p {
    font-size: 11px;
    margin-top: 4px;
  }

  .counter-stat i {
    font-size: 40px;
  }

  /* Service home (especialidades) */
  .service-home {
    padding: 40px 0;
  }

  .service-home .service-item {
    padding: 20px;
    margin-bottom: 12px !important;
  }

  .service-home .service-item h4 {
    font-size: 14px;
  }

  .service-home .service-item p {
    font-size: 13px;
    margin-bottom: 0 !important;
  }

  .service-home .icon i {
    font-size: 24px !important;
  }

  /* CTA agendamento */
  .cta-agendamento {
    padding: 50px 0;
  }

  .cta-agendamento-title {
    font-size: 1.4rem;
  }

  .cta-agendamento-text {
    font-size: 13px;
  }

  .cta-agendamento-btns {
    flex-direction: column;
    gap: 12px;
  }

  .cta-agendamento-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
  }

  /* CTA service */
  .cta-service-section {
    padding: 50px 0;
  }

  .cta-service-title {
    font-size: 1.4rem;
  }

  .cta-service-text {
    font-size: 13px;
  }

  .cta-service-btns {
    flex-direction: column;
    gap: 12px;
  }

  .cta-service-btns .cta-agendamento-btn {
    width: 100%;
    justify-content: center;
  }

  /* Especialidades cards (service page) */
  .esp-card {
    border-radius: 14px;
  }

  .esp-card-title {
    font-size: 13px;
    padding: 10px 8px;
  }

  /* Convenios */
  .convenios-marquee {
    padding: 12px 0;
  }

  .convenio-tag {
    padding: 8px 14px;
    font-size: 12px;
  }

  /* Page title (internal pages) */
  .page-title {
    padding: 80px 0 50px;
  }

  .page-title .text-lg {
    font-size: 1.5rem !important;
  }

  /* Contact units */
  .units-section .service-item {
    padding: 20px;
  }

  /* Maps */
  .map-nav-icons {
    top: 8px;
    right: 8px;
  }

  .map-nav-btn {
    width: 32px;
    height: 32px;
  }

  /* Footer */
  .footer {
    padding: 40px 0 10px !important;
  }

  .footer .widget {
    margin-bottom: 24px !important;
  }

  .footer h4 {
    font-size: 16px;
  }

  .footer p, .footer span, .footer a {
    font-size: 13px;
  }

  .footer-socials li a {
    width: 36px;
    height: 36px;
    padding-top: 9px;
    font-size: 14px;
  }

  .footer-btm {
    margin-top: 20px !important;
  }

  .footer .copyright {
    font-size: 12px;
    text-align: center;
  }

  /* Chat widget */
  .chat-float-btn {
    width: 50px;
    height: 50px;
    bottom: 16px;
    right: 16px;
  }

  /* Dashboard */
  .dash-hero {
    padding: 20px 16px;
    border-radius: 12px;
  }

  .dash-hero h2 {
    font-size: 18px;
  }

  .dash-card {
    padding: 16px 14px;
  }

  /* Auth pages */
  .auth-card {
    padding: 24px 20px;
    margin: 0 8px;
  }

  /* Profile */
  .profile-avatar {
    width: 52px;
    height: 52px;
  }
}

/* ---- Extra small (< 480px) ---- */
@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 1.4rem !important;
  }

  .premium-card {
    padding: 20px 16px 16px;
  }

  .premium-card-icon {
    width: 48px;
    height: 48px;
  }

  .premium-card-icon i {
    font-size: 22px;
  }

  .about-mosaic-left .about-mosaic-img {
    height: 110px;
  }

  .about-mosaic-img.tall {
    height: 150px !important;
    object-position: top center;
  }

  .counter-stat span {
    font-size: 28px;
  }

  .esp-card-img-wrap {
    aspect-ratio: 4/3;
  }

  .footer .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* ============================================
   DIFERENCIAIS CARDS — About page
   ============================================ */

.diferenciais-section {
  background: #fff;
}

.dif-card {
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  height: 100%;
  transition: all 300ms ease;
  box-shadow: 0 2px 12px rgba(34, 58, 102, 0.04);
}

.dif-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(34, 58, 102, 0.1);
  border-color: rgba(34, 58, 102, 0.12);
}

.dif-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.dif-card-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.dif-card-number {
  font-size: 1.4rem;
  font-weight: 700;
  color: #FCB040;
  margin-bottom: 4px;
}

.dif-card-title {
  font-size: 13px;
  font-weight: 600;
  color: #223A66;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dif-card-text {
  font-size: 12px;
  line-height: 1.6;
  color: #6B7280;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .dif-card {
    padding: 18px 14px;
    border-radius: 12px;
  }

  .dif-card-number {
    font-size: 1.2rem;
  }

  .dif-card-text {
    font-size: 11px;
  }
}


/* Counter stat fade-in animation */
.counter-stat span {
  animation: fadeInUp 1s ease forwards;
}

.counter-stat {
  transition: transform 300ms ease;
}

.counter-stat:hover {
  transform: scale(1.08);
}

.counter-stat:hover span {
  text-shadow: 0 0 20px rgba(252, 176, 64, 0.6);
}

.counter-stat i {
  transition: transform 400ms ease;
}

.counter-stat:hover i {
  transform: translateY(25px) scale(1.3);
  color: rgba(252, 176, 64, 0.15) !important;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}


/* ============================================
   NAV CTA BUTTON — Agende Aqui
   ============================================ */
.nav-cta-btn {
  background: #FCB040 !important;
  color: #fff !important;
  border: 2px solid #FCB040 !important;
  border-radius: 50px !important;
  padding: 8px 20px !important;
  font-weight: 700 !important;
  margin-left: 10px;
  transition: background 500ms ease, border-color 500ms ease !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-width: 130px;
}
.nav-cta-btn:hover {
  background: #25D366 !important;
  color: #fff !important;
  border-color: #25D366 !important;
}
/* WhatsApp icon - always visible but subtle */
.nav-cta-whatsapp .cta-whatsapp-icon {
  display: inline-block;
  font-size: 1.1em;
  margin-left: 8px;
  opacity: 0;
  transition: opacity 500ms ease;
  vertical-align: middle;
}
.nav-cta-whatsapp:hover .cta-whatsapp-icon {
  opacity: 1;
}


/* Banner max height desktop */
.banner-slide-img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  object-position: center top;
}

/* Tablets e telas médias */
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-slide-img {
    max-height: 400px;
  }
}

/* Desktop grande */
@media (min-width: 1200px) {
  .banner-slide-img {
    max-height: 550px;
  }
}

@media (max-width: 767px) {
  .banner-slide-img {
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
}

/* ============================================
   ROUTE BUTTONS — Hover with brand colors
   ============================================ */
.route-btn {
  padding: 12px 22px !important;
  background: #fff !important;
  border: 2px solid #e0e8f0 !important;
  color: #333 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 50px !important;
  transition: all 250ms ease !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.route-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.route-btn.route-google:hover {
  background: #4285F4 !important;
  border-color: #4285F4 !important;
  color: #fff !important;
}

.route-btn.route-google:hover i {
  color: #fff !important;
}

.route-btn.route-waze:hover {
  background: #33ccff !important;
  border-color: #33ccff !important;
  color: #fff !important;
}

.route-btn.route-waze:hover svg path {
  fill: #fff;
}

.route-btn.route-uber:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.route-btn.route-uber:hover svg path {
  fill: #fff;
}

.route-btn.route-phone:hover {
  background: #FCB040 !important;
  border-color: #FCB040 !important;
  color: #fff !important;
}

.route-btn.route-phone:hover i {
  color: #fff !important;
}

/* Mobile CTA outside hamburger */
@media (max-width: 991px) {
  .navbar .nav-cta-btn.d-lg-none {
    order: 2;
    white-space: nowrap;
  }
  .navbar-toggler {
    order: 3;
  }
  .navbar-brand {
    order: 1;
  }
}

/* Hide "Agende Aqui" inside hamburger menu on mobile */
@media (max-width: 991px) {
  #navbarmain .nav-cta-btn {
    display: none !important;
  }
}

/* PA Location section — mobile adjustments */
@media (max-width: 767px) {
  .pa-location-section {
    background: #fff !important;
  }
  .pa-location-section .pa-bg-desktop {
    display: none !important;
  }
  .pa-location-section .pa-location-title {
    color: #223a66 !important;
  }
  .pa-location-section .pa-location-subtitle {
    color: #6F8BA4 !important;
  }
  .pa-location-section .pa-mobile-img {
    display: block !important;
  }
}
