/* 
  Designed & Developed By: Amir Baig
  Contact: 0307-4396117 
  Email: amirbaig87@outlook.com
  Website: https://www.linkedin.com/in/amirbaig-87/
  Description: This stylesheet is developed and maintained by Amir Baig.
  Version: 1.0
  Last Updated: [Date]
*/
:root {
  --ink:#334E95;
  --teal:#334E95;
  --teal-deep:#334E95;
  --mint:#fafafa;
  --gold:#C89B3C;
  --gold-soft:#F4E9D2;
  --slate:#333;
  --line:#DCE7E4;
  --warn:#99CC33;
  --white:#FFFFFF;
}

body {
  background-color: #F4F8F9;
  color: #000000;
  font-family: "Roboto", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

* {
  transition: all 0.2s !important;
}

a {
  text-decoration: none !important;
}

.top-info-bar {
  height: 40px;
  display: flex;
  align-items: center;
  background: #F0F3BD;
  padding: 0px;
  font-size: 14px;
}
.top-info-bar .inner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-weight: 500;
}
.top-info-bar .inner-content .new {
  background: #fff;
  border-radius: 12px;
  padding: 2px 6px;
  color: #222;
  display: inline-block;
  margin-right: 10px;
}

.btn {
  background: #334E95;
  color: #fff;
  border-color: #334E95;
  padding: 8px 15px;
  font-weight: 500;
}
.btn:hover {
  background: #99CC33 !important;
  color: #fff !important;
  border-color: #99CC33 !important;
}

section {
  padding: 50px 0px;
  background: #fff;
}
section .content-section h6 {
  font-size: 16px;
  color: #334E95;
  margin-bottom: 15px;
}
section .content-section h2 {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}
section .content-section p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
section .content-section ul {
  list-style: none;
  padding: 0px;
}
section .content-section ul li {
  color: #000000;
  margin-top: 12px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
section .content-section ul li i {
  color: #fff;
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background-color: #334E95;
  margin-right: 8px;
  border-radius: 50px;
}
section .service-section {
  margin: 0px -20px;
}
section .service-section .col-6 {
  padding: 20px 20px;
}
section .service-section.about .card {
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 20px;
}
section .service-section.about .card img {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 30px;
}
section .service-section.about .card .text {
  height: 90px;
}
section .service-section .card {
  border: 1px solid #D9D9D9 !important;
  padding: 50px;
  background-color: #FAFAFA;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
section .service-section .card img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
section .service-section .card h3 {
  font-size: 22px !important;
}
section .service-section .card .text {
  width: calc(100% - 80px);
  height: 130px;
}
section .service-section .card .discover-btn {
  background: #FAFAFA;
  color: #000000 !important;
  position: absolute;
  padding: 15px 30px;
  bottom: 0;
  right: 0;
  border-radius: 8px 0px 0px 0px !important;
  cursor: pointer;
}
section .service-section .card .discover-btn .fa-solid {
  margin-left: 5px;
}
section .service-section .card .discover-btn:hover {
  background: #334E95;
  color: #fff !important;
}
section .service-section.discover-section .card {
  padding: 30px !important;
}
section .service-section.discover-section .card img {
  width: 140px !important;
  height: 140px !important;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: absolute;
  width: 100%;
  top: 36px;
  z-index: 999;
  background: transparent !important;
}
header .navbar {
  background: inherit !important;
  padding: 10px 50px !important;
}
header .navbar .navbar-brand {
  margin-right: 40px;
}
header .navbar .navbar-brand .logo {
  height: 60px;
  width: auto;
}
header .navbar .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .navbar .navbar-nav .nav-item {
  margin-right: 10px;
  border-bottom: 2px solid transparent !important;
  color: #000000;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  border-radius: 6px;
}
header .navbar .navbar-nav .nav-item.active {
  color: #334E95;
  border-color: #334E95 !important;
}
header .navbar .navbar-nav .nav-item:hover {
  color: #334E95;
}
header .navbar .phone {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border-left: 1px solid #d4d4d4;
  padding-left: 15px;
  display: inline-flex;
  align-items: center;
}
header .navbar .phone .fa-brands {
  margin-right: 8px;
  color: #000000;
  font-size: 25px;
}

.hero-banner {
  height: 58vh;
  display: flex;
  align-items: center;
  background: #EDEDED url(../images/home-banner-bg.svg) no-repeat center;
}
.hero-banner .main-search {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-banner .main-search h2 {
  font-size: 42px;
  color: #000000;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
}
.hero-banner .main-search h2 small {
  font-size: 20px;
  font-weight: normal;
}
.hero-banner .main-search .search-control {
  border-radius: 25px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 8px 12px;
  width: 550px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.hero-banner .main-search .search-control:focus-within {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.hero-banner .main-search .search-control input {
  border: none;
  width: 100%;
  font-size: 14px;
}
.hero-banner .main-search .search-control input:focus {
  outline: none;
}
.hero-banner .main-search .search-control button {
  border-radius: 20px;
  background: #334E95;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  font-weight: 500;
}
.hero-banner .main-search .search-control button:hover {
  background-color: #99CC33;
  color: #000000;
}

.max-w-100 {
  max-width: 100% !important;
}

.services {
  padding: 80px 0px;
}
.services.offers {
  background: #E5F9F4 !important;
}
.services .slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.services .slider-wrapper .slider-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  gap: 20px;
}
.services .slider-wrapper .slider-container .item {
  width: 170px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  display: inline-block;
}
.services .slider-wrapper .slider-container .item .icon {
  width: 100%;
  height: 130px;
  margin-bottom: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E5F9F4;
}
.services .slider-wrapper .slider-container .item .icon img {
  height: 60px;
  width: auto;
}
.services .slider-wrapper .nav-arrow {
  background: transparent;
  display: none;
  border: none;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  color: #666;
}
.services .slider-wrapper .nav-arrow:hover {
  color: #fff;
  background: #334E95;
}

.why_us {
  background-color: #fff;
}
.why_us .image-wrapper {
  height: 420px;
  position: relative;
  padding-bottom: 30px;
}
.why_us .image-wrapper .back-layer {
  background: #99CC33;
  border-radius: 20px;
  height: 200px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 77;
}
.why_us .image-wrapper img {
  width: calc(100% - 20px);
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 88;
}
.why_us .content-section {
  padding-right: 50px;
}
.why_us .appointment {
  margin: 80px 0px;
}
.why_us .appointment .content-section {
  padding: 0px !important;
}

.about-section {
  background: #E5F9F4;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.about-section .text-section {
  padding-right: 40px;
}
.about-section .text-section h2 {
  margin-bottom: 20px;
}
.about-section .about-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.about-section .about-media .media {
  border-radius: 40px;
  width: 35%;
}
.about-section .about-media .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .about-media .media.two {
  transform: translateY(20px);
}
.about-section .about-media .media.three {
  transform: translateX(20px);
}
.about-section .about-media .media.four {
  transform: translateX(20px) translateY(20px);
}

.our_vision {
  border-radius: 0px;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: left;
  background: #010b17 url(../images/banner.jpg) no-repeat right;
  background-size: contain;
  overflow: hidden;
  text-align: left;
}
.our_vision + h2 {
  color: #fff;
  font-size: 45px;
}
.our_vision p {
  color: #fafafa;
  font-size: 22px;
}

.treatments-section {
  padding: 100px 0px;
}
.treatments-section .content-section {
  margin-bottom: 20px;
}
.treatments-section .treatment-list {
  padding: 0px !important;
  margin: 0px !important;
  list-style: none;
}
.treatments-section .treatment-list .treatment-item {
  margin-bottom: 8px;
}
.treatments-section .treatment-list .treatment-item .treatment-btn {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  border-radius: 8px;
  padding: 10px 0px;
  color: #616161;
}
.treatments-section .treatment-list .treatment-item .treatment-btn .treatment-btn__arrow {
  opacity: 0;
}
.treatments-section .treatment-list .treatment-item .treatment-btn.is-active {
  color: #334E95;
  font-weight: 500;
}
.treatments-section .treatment-list .treatment-item .treatment-btn.is-active .treatment-btn__arrow {
  opacity: 1;
}
.treatments-section .treatment-list .treatment-item .treatment-btn:hover {
  color: #99CC33;
}
.treatments-section .treatment-detail {
  display: flex;
  align-items: flex-start;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 15px;
  background: #f8fffd;
}
.treatments-section .treatment-detail .image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 15px 0px 0px 15px;
  overflow: hidden;
}
.treatments-section .treatment-detail .image img {
  width: 100%;
  height: 100%;
}
.treatments-section .treatment-detail .treatment-detail-text {
  width: calc(100% - 120px);
  color: #222;
}
.treatments-section .treatment-detail .link {
  color: #334E95;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}
.treatments-section .treatment-detail .link:hover {
  color: #99CC33;
}

.ml-auto {
  margin-left: auto !important;
}

.modal-dialog .modal-content {
  border: none !important;
}
.modal-dialog .modal-content .modal-header {
  background: #d9d9d9;
  border: none !important;
}
.modal-dialog .modal-content .modal-header .btn-close {
  opacity: 0.5;
  font-size: 12px;
}

.heading_container {
  border-radius: 20px;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #334E95 url(../images/banner-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  flex-direction: column;
}
.heading_container h2 {
  color: #000;
  font-size: 45px;
}
.heading_container p {
  color: #333;
  font-size: 25px;
}

.blogs {
  background-color: #fff !important;
}
.blogs .blog-item {
  width: 100%;
  background: #fafafa;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.4s;
}
.blogs .blog-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.blogs .blog-item img {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.blogs .blog-item h4 {
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs .blog-item p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 4px !important;
  height: 46px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogs .blog-item .date {
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-form .card {
  padding: 30px;
  border-radius: 20px;
  border: none !important;
}
.contact-form .card .form-group {
  margin-bottom: 15px;
}
.contact-form .card .form-group:last-child {
  margin: 0px;
}

.bg-gray {
  background: #F4F8F9 !important;
}

.feedback-section .fa-solid {
  color: #000000 !important;
}
.feedback-section .carousel-inner {
  padding: 0px 8%;
}
.feedback-section .carousel-inner .countries {
  display: flex;
  justify-content: space-around;
}
.feedback-section .carousel-control-next, .feedback-section .carousel-control-prev {
  width: 5% !important;
}

.maps {
  background: #fff;
}
.maps .map {
  width: 100%;
}

.my-services {
  margin: 100px 0px;
}
.my-services .content-section {
  padding: 0px !important;
}
.my-services .content-section a {
  color: #334E95;
  text-decoration: underline !important;
}
.my-services .image-wrapper {
  height: 320px;
  position: relative;
  padding-bottom: 0px;
}
.my-services .image-wrapper .back-layer {
  background: #99CC33;
  border-radius: 20px;
  height: 200px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 77;
}
.my-services .image-wrapper img {
  width: calc(100% - 20px);
  height: 270px !important;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border: 4px #fff solid;
  z-index: 88;
}
.my-services:nth-child(odd) {
  flex-direction: row-reverse;
}
.my-services:nth-child(odd) .image-wrapper .back-layer {
  background: #99CC33;
}

.about-us-gallery {
  margin: 100px 0px;
}
.about-us-gallery .content-section {
  padding: 0px !important;
}
.about-us-gallery .carousel-inner .carousel-item .main-img img {
  width: 100%;
  border-radius: 20px;
}

.footer {
  background: #010b17;
  padding: 60px 0px 40px 0px;
}
.footer .logo {
  margin-bottom: 10px;
  height: 100px;
}
.footer .button {
  width: 55%;
  text-decoration: none !important;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #25d366;
  background: #25d366;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 45px;
  margin-top: 20px;
  padding: 0px 15px;
}
.footer .button i {
  margin-right: 12px;
  font-size: 20px;
}
.footer .button:hover {
  border: 1px solid #1da850;
  background: #1da850;
  color: #fff;
}
.footer h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer ul {
  list-style: none;
  padding: 0px;
}
.footer ul li {
  margin-top: 15px;
}
.footer ul li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
  color: #E5F9F4;
}
.footer .social {
  display: flex;
  align-items: center;
  margin-top: 20px;
  color: #fff;
}
.footer .social .ml-auto {
  margin-left: auto;
}
.footer .social a {
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
}
.footer .social a .fa-youtube {
  font-size: 23px;
}

.hidden {
  opacity: 0;
  transform: translateY(20px); /* Adjust as needed */
  transition: all 0.5s ease-out !important;
}

.hidden_two {
  opacity: 0;
  transition: all 0.5s ease-out !important;
}

.animate__fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

.animate__zoomIn {
  opacity: 1;
}

.animation-delay-1 {
  animation-delay: 0.05s !important;
}

.animation-delay-2 {
  animation-delay: 0.1s !important;
}

.animation-delay-3 {
  animation-delay: 0.15s !important;
}

.animation-delay-4 {
  animation-delay: 0.2s !important;
}

.animation-delay-5 {
  animation-delay: 0.25s !important;
}

.animation-delay-6 {
  animation-delay: 0.3s !important;
}

.animation-delay-7 {
  animation-delay: 0.35s !important;
}

.animation-delay-8 {
  animation-delay: 0.4s !important;
}

.animation-delay-9 {
  animation-delay: 0.45s !important;
}

.animation-delay-10 {
  animation-delay: 0.5s !important;
}

.animation-delay-11 {
  animation-delay: 0.55s !important;
}

.animation-delay-12 {
  animation-delay: 0.6s !important;
}

.animation-delay-13 {
  animation-delay: 0.65s !important;
}

.animation-delay-14 {
  animation-delay: 0.7s !important;
}

.animation-delay-15 {
  animation-delay: 0.75s !important;
}

.animation-delay-16 {
  animation-delay: 0.8s !important;
}

.animation-delay-17 {
  animation-delay: 0.85s !important;
}

.animation-delay-18 {
  animation-delay: 0.9s !important;
}

.animation-delay-19 {
  animation-delay: 0.95s !important;
}

.animation-delay-20 {
  animation-delay: 1s !important;
}

.commingsoon {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.commingsoon img {
  height: auto;
  width: 160px;
  margin-bottom: 30px;
}
.commingsoon h2 {
  font-weight: 500;
  font-size: 20px;
  color: #424242;
}

@media only screen and (max-width: 1440px) and (min-width: 1280px) {
  section {
    padding: 50px 0px;
  }
  section .content-section h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section .content-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  section .content-section p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section .content-section ul li {
    font-size: 16px;
  }
  section.hero-banner {
    height: 60vh;
    padding: 90px 0px;
  }
  section.hero-banner .main-search h2 {
    font-size: 30px;
  }
  section.hero-banner .main-search h2 small {
    font-size: 18px;
  }
  section .slider-wrapper {
    margin-top: 40px;
  }
  section .slider-wrapper .slider-container {
    gap: 10px !important;
  }
  section.about-section .text-section h2 {
    font-size: 20px !important;
  }
  section.about-section .text-section .text {
    font-size: 16px !important;
  }
  section.about-section .about-media {
    gap: 15px !important;
  }
  section.our_vision {
    background-size: contain !important;
    height: 240px;
  }
  section.our_vision .col-7 {
    flex: 0 0 auto;
    width: 70% !important;
  }
  section.our_vision p {
    font-size: 18px !important;
  }
  section.treatments-section .treatment-list .treatment-item {
    margin: 0px !important;
  }
  section.treatments-section .treatment-list .treatment-item .treatment-btn {
    font-size: 14px !important;
  }
  section.treatments-section .treatment-detail .treatment-detail-text h3 {
    font-size: 18px !important;
  }
  section.treatments-section .treatment-detail .treatment-detail-text p {
    font-size: 14px !important;
  }
  section.services.offers .service-section .card {
    padding: 15px !important;
  }
  section.services.offers .service-section .card img {
    margin-right: 15px;
  }
  section.services.offers .service-section .card .text h3 {
    font-size: 18px !important;
  }
  section.services.offers .service-section .card .text p {
    font-size: 14px !important;
  }
  section.services.offers .service-section .card .discover-btn {
    font-size: 14px !important;
  }
  section.footer .logo {
    height: 70px;
  }
  section.footer .button {
    width: -moz-max-content;
    width: max-content;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
  section {
    padding: 30px 0px;
  }
  section .content-section h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section .content-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section .content-section p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  section .content-section ul li {
    font-size: 14px;
  }
  section.hero-banner {
    height: auto;
    padding: 60px 0px;
  }
  section.hero-banner .img-wrapper {
    width: 100%;
    height: 300px;
  }
  section.hero-banner .img-wrapper .back-layer {
    height: 80%;
  }
  section.hero-banner .img-wrapper .count-img {
    height: 30px;
    top: 25%;
    left: -10px;
  }
  section.hero-banner .content-section {
    padding-left: 10px;
  }
  section.treatments .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.treatments .images-section {
    margin: 0px -10px;
  }
  section.treatments .images-section .col-4 {
    padding: 10px;
  }
  section.treatments .images-section .col-4 .img-wrapper {
    height: 180px;
  }
  section.treatments .images-section .col-4 .img-wrapper .tag {
    font-size: 12px;
  }
  section.services .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.services .service-section {
    margin: 0px -10px;
  }
  section.services .service-section .col-6 {
    padding: 10px;
  }
  section.services .service-section .col-6 .card {
    padding: 10px;
  }
  section.services .service-section .col-6 .card img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  section.services .service-section .col-6 .card .text {
    height: 100px;
  }
  section.services .service-section .col-6 .card .text h3 {
    font-size: 18px;
  }
  section.services .service-section .col-6 .card .text p {
    font-size: 12px;
  }
  section.services .service-section .col-6 .card .discover-btn {
    padding: 8px 10px;
  }
  section.services .btn {
    margin-top: 10px;
  }
  section.blogs .col-3 {
    width: 100% !important;
  }
  section.blogs .col-3 .blog-item {
    margin-top: 50px;
  }
  section.why_us .my-services {
    margin: 100px 0px;
    flex-direction: column !important;
  }
  section.why_us .my-services .col-8, section.why_us .my-services .col-4 {
    width: 100% !important;
  }
  section.why_us .my-services .image-wrapper {
    margin-top: 100px !important;
  }
  section.why_us .image-wrapper {
    height: 230px;
  }
  section.why_us .image-wrapper .back-layer {
    height: 100%;
  }
  section.why_us .content-section {
    padding-left: 10px;
  }
  section.why_us .appointment {
    margin: 30px 0px;
  }
  section.contact-form .col-7 {
    width: 50%;
  }
  section.contact-form .col-5 {
    width: 50%;
  }
  section.contact-form .card {
    padding: 15px;
  }
  section.footer .logo {
    width: 80%;
  }
  section.footer h4 {
    font-size: 14px;
  }
  section.footer ul li {
    margin-top: 8px;
  }
  section.footer ul li a {
    font-size: 12px;
  }
  section.footer button {
    width: auto;
    font-size: 12px;
    height: auto;
    padding: 8px 10px;
  }
  section.footer .social {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .btn {
    font-size: 14px;
  }
  .top-info-bar {
    display: none;
  }
  header {
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
  }
  section {
    padding: 20px 0px;
  }
  section .content-section h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section .content-section h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  section .content-section p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  section .content-section ul li {
    font-size: 12px;
  }
  section.hero-banner {
    height: auto;
    padding: 40px 0px;
  }
  section.hero-banner .col-7,
  section.hero-banner .col-5 {
    width: 100%;
  }
  section.hero-banner .img-wrapper {
    width: 100%;
    height: 300px;
  }
  section.hero-banner .img-wrapper .back-layer {
    height: 80%;
  }
  section.hero-banner .img-wrapper .doc-img {
    width: 70%;
  }
  section.hero-banner .img-wrapper .count-img {
    height: 60px;
    top: 25%;
    left: 20px;
  }
  section.hero-banner .content-section {
    padding-top: 30px;
    padding-left: 0px;
  }
  section.treatments .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.treatments .images-section {
    margin: 0px -10px;
  }
  section.treatments .images-section .col-4 {
    padding: 10px;
    width: 100%;
  }
  section.treatments .images-section .col-4 .img-wrapper {
    height: 240px;
  }
  section.treatments .images-section .col-4 .img-wrapper .tag {
    font-size: 14px;
  }
  section.services .content-section {
    margin-bottom: 10px;
    max-width: 100%;
  }
  section.services .service-section {
    margin: 0px -10px;
  }
  section.services .service-section .col-6 {
    padding: 10px;
    width: 100%;
  }
  section.services .service-section .col-6 .card {
    padding: 10px;
  }
  section.services .service-section .col-6 .card img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  section.services .service-section .col-6 .card .text {
    height: 100px;
  }
  section.services .service-section .col-6 .card .text h3 {
    font-size: 18px;
  }
  section.services .service-section .col-6 .card .text p {
    font-size: 12px;
  }
  section.services .service-section .col-6 .card .discover-btn {
    padding: 8px 10px;
  }
  section.services .btn {
    margin-top: 10px;
  }
  section.blogs .col-3 {
    width: 100% !important;
  }
  section.blogs .col-3 .blog-item {
    margin-top: 50px;
  }
  section.why_us .col-5,
  section.why_us .col-7 {
    width: 100%;
  }
  section.why_us .my-services {
    margin-top: 50px !important;
  }
  section.why_us .my-services .image-wrapper {
    margin-top: 30px !important;
  }
  section.why_us .image-wrapper {
    height: 310px;
  }
  section.why_us .image-wrapper img {
    width: calc(100% - 40px);
  }
  section.why_us .image-wrapper .back-layer {
    height: 100%;
    width: 100%;
  }
  section.why_us .content-section {
    padding-left: 0px;
    padding-top: 30px;
  }
  section.why_us .appointment {
    margin: 20px 0px;
    text-align: center;
  }
  section.contact-form .col-7 {
    width: 100%;
  }
  section.contact-form .col-7 .content-section {
    text-align: center;
  }
  section.contact-form .col-7 .content-section ul li {
    justify-content: center;
  }
  section.contact-form .col-5 {
    width: 100%;
  }
  section.contact-form .card {
    padding: 15px;
  }
  section.maps .map {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.footer .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
  }
  section.footer .logo {
    width: 70%;
    margin-bottom: 20px;
  }
  section.footer h4 {
    font-size: 18px;
  }
  section.footer ul li {
    margin-top: 8px;
  }
  section.footer ul li a {
    font-size: 14px;
  }
  section.footer button {
    width: auto;
    margin: 0px auto 20px auto;
    font-size: 12px;
    height: auto;
    padding: 8px 10px;
  }
  section.footer .social {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 15px;
    padding-top: 15px;
  }
  .heading_container {
    height: 150px;
  }
  .heading_container h2 {
    color: #000000;
    font-size: 25px;
  }
}
.wc-section {
  font-family: "Roboto", serif;
  background: var(--mint);
  color: var(--ink);
  padding: 40px 0px;
}
.wc-section * {
  font-family: "Roboto", serif !important;
}
.wc-section .content-section {
  margin-bottom: 50px;
}

.wc-container {
  max-width: 1140px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.wc-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 18px;
}

.wc-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--teal);
}

.wc-header {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
}

.wc-headline {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0;
}

.wc-headline em {
  font-style: italic;
  color: var(--teal);
}

.wc-subhead {
  font-size: 16px;
  line-height: 1.65;
  color: var(--slate);
  margin: 0;
}

/* ---------- Column headers ---------- */
.wc-colheads {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 14px;
  margin-bottom: 8px;
}

.wc-colhead {
  padding: 18px 16px;
  border-radius: 14px 14px 0 0;
  text-align: center;
}

.wc-colhead.wc-blank {
  visibility: hidden;
}

.wc-colhead .wc-colname {
  font-family: "Fraunces", serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.wc-colhead .wc-coltag {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.75;
}

.wc-colhead.brand {
  background: var(--teal);
  color: var(--white);
  transform: translateY(-6px);
  box-shadow: 0 18px 34px -18px rgba(15, 93, 87, 0.55);
}

.wc-colhead.brand .wc-coltag {
  color: var(--gold-soft);
}

.wc-colhead.other {
  background: transparent;
  color: var(--slate);
  border-bottom: 2px solid var(--line);
}

/* ---------- Comparison rows ---------- */
.wc-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.wc-criterion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 20px 18px;
}

.wc-criterion .wc-num {
  font-family: "Fraunces", serif;
  font-size: 13px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.wc-criterion .wc-title {
  font-family: "Fraunces", serif;
  font-size: 18.5px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.3;
}

.wc-cell {
  padding: 20px 18px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wc-cell .wc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
}

.wc-cell.brand {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--teal);
  color: var(--ink);
  box-shadow: 0 14px 30px -22px rgba(11, 43, 60, 0.35);
}

.wc-cell.brand .wc-badge {
  background: var(--teal);
}

.wc-cell.brand .wc-badge svg {
  stroke: var(--white);
}

.wc-cell.other {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--slate);
}

.wc-cell.other .wc-badge {
  background: var(--gold-soft);
}

.wc-cell.other .wc-badge svg {
  stroke: var(--warn);
}

/* ---------- Risk strip ---------- */
.wc-risk {
  margin-top: 64px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px 32px;
}

.wc-risk-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.wc-risk-title {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.wc-risk-note {
  font-size: 13.5px;
  color: var(--slate);
  max-width: 340px;
  margin: 0;
}

.wc-bar-row {
  display: grid;
  grid-template-columns: 160px 1fr 64px;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}

.wc-bar-row + .wc-bar-row {
  border-top: 1px solid var(--line);
}

.wc-bar-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.wc-bar-track {
  position: relative;
  height: 10px;
  background: var(--mint);
  border-radius: 6px;
  overflow: hidden;
}

.wc-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: 6px;
  transition: width 1.1s cubic-bezier(0.16, 0.8, 0.3, 1);
}

.wc-bar-fill.brand {
  background: var(--teal);
}

.wc-bar-fill.warn {
  background: var(--warn);
}

.wc-bar-value {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* ---------- CTA ---------- */
.wc-cta {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.wc-cta-btn {
  background: var(--teal);
  color: var(--white);
  border: none;
  padding: 16px 34px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 16px 30px -16px rgba(15, 93, 87, 0.5);
}

.wc-cta-btn:hover {
  background: var(--teal-deep);
  transform: translateY(-2px);
}

.wc-cta-sub {
  font-size: 13.5px;
  color: var(--slate);
}

/* ---------- Mobile ---------- */
@media (max-width: 880px) {
  .wc-section {
    padding: 64px 18px 72px;
  }
  .wc-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .wc-colheads {
    display: none;
  }
  .wc-row {
    grid-template-columns: 1fr;
    gap: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 8px;
  }
  .wc-criterion {
    padding: 14px 10px 4px;
  }
  .wc-cell {
    border-radius: 10px;
  }
  .wc-cell::before {
    content: attr(data-label);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .wc-cell.brand::before {
    color: var(--gold);
  }
  .wc-cell.other::before {
    color: var(--slate);
  }
  .wc-bar-row {
    grid-template-columns: 100px 1fr 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wc-bar-fill {
    transition: none;
  }
  .wc-cta-btn {
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */