/* Header */

.hero-section {
  height: 810px;
  background: var(--gradient-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.navbar {
  padding: 16px 0px;
  z-index: 99;
  transition: 0.3s ease;
}

.navbar.scrolled {
  background-color: var(--color-white);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  background-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg .navbar-nav .nav-link {
  transition: 0.2s ease;
  padding-left: 18px;
  padding-right: 18px;
}
.navbar .nav-link:hover {
  color: var(--color-primary);
  transition: 0.2s ease;
}

.navbar .nav-link.active {
  color: var(--color-primary);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .toggler-icon-wrap {
  width: 30px;
}

.navbar-toggler .menu-icon {
  display: block;
}

.navbar-toggler .close-icon {
  display: none;
}

.navbar-toggler.active .menu-icon {
  display: none;
}

.navbar-toggler.active .close-icon {
  display: block;
}

/* todo ~~~~~~ HERO SECTION ~~~~~~ */

.hero-container {
  z-index: 3;
  top: 30px;
}

.hero-img img {
  width: 649px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eti-call {
  height: calc(100% - 40px);
  position: absolute;
  right: 0;
  top: 0px;
  background-color: red;
}

.eti-call img {
  height: 100%;
}

.hero-container .right {
  max-width: 340px;
}

.social-icon {
  height: 32px;
  width: 32px;
  background-color: var(--color-white);
}

.social-icon:hover {
  background-color: var(--color-primary);
}

.social-icon svg path {
  transition: 0.3s ease;
}

.social-icon:hover svg path {
  stroke: var(--color-white);
  transition: 0.3s ease;
}

/* todo ~~~~~~ ABOUT SECTION ~~~~~~ */

.shape {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
}

.shape.shape-top {
  top: 0px;
}

.shape.shape-bottom {
  bottom: 0px;
}

/* todo ~~~~~~ EXPERIENCE SECTION ~~~~~~ */

.experience-content-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}

.experience-content-container .exp-item.lft {
  border-right: 2px solid var(--color-border);
}

.exp-item .accordion-arrow {
  display: none;
}

.exp-item .accordion-header {
  font-size: 28px;
  margin-bottom: 8px;
}

.accordion-header span {
  width: 70px;
  display: flex;
  justify-content: end;
}

/* todo ~~~~~~ SERVICES SLIDER SECTION ~~~~~~ */

.services-slider {
  background-color: var(--color-gray-bg);
}
.services-slider .img {
  height: 335px;
}

.service-swiper .swiper-slide {
  width: 340px;
}

.service-swiper {
  padding: 0 60px;
}

.swiper-button-next,
.swiper-button-prev {
  height: 44px;
  width: 44px;
  background-color: var(--color-black);
  color: #6bfccf;
  border-radius: 50%;
  font-size: 24px;
}

.swiper-navigation-icon {
  display: none;
}

/* todo ~~~~~~ EXPERIENCE SECTION ~~~~~~ */

.experience-section .list-item {
  border-bottom: 1px solid var(--color-border);
}

/* todo ~~~~~~ TESTIMONIAL SECTION ~~~~~~ */
.testimonial-swiper .img {
  height: 200px;
}

.testimonial-swiper .swiper-slide {
  width: 100%;
  max-width: 318px;
  margin: 0 auto;
}

.testimonial-swiper {
  padding: 0 20px; /* Reduced from 60px */
  padding-bottom: 60px;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #abb7a9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-white);
}

/* todo ~~~~~~ PRICING SECTION ~~~~~~ */

.pricing-table {
  max-width: 840px;
}

.list-item:last-child {
  border: none;
}

.pricing-table .price {
  color: #007780;
  width: 40%;
}

/* todo ~~~~~~ PACKAGE SECTION ~~~~~~ */

.packages-section .package-item {
  border: 1px solid var(--color-gray-deep);
  background-color: #2c474faa;
}

.package-item .color-banner {
  background-color: #0d252d;
}

.package-item .price {
  color: var(--color-accent);
}

.package-item .price del {
  color: #abb7a9;
  font-weight: 200;
}

.package-item .details {
  color: #abb7a9;
}

.ellipse {
  bottom: 40px;
  left: 10%;
  max-width: 100%;
  width: 300px;
}

.package-item.package-item-professional {
  border-color: var(--color-accent);
  box-shadow: 0px 4px 84px 0px #44ffd180;
}
.package-item.package-item-professional .color-banner {
  background-color: var(--color-accent);
}

.package-item.package-item-professional .price {
  color: var(--color-primary);
}

.package-item.package-item-professional del {
  color: var(--color-gray-deep);
}

/* todo ~~~~~~ ETICALL TEAM SECTION ~~~~~~ */

.eticall-team-section .card-item .img {
  height: 300px;
}

.eticall-team-section .card-item .img img {
  object-position: top;
}

/* todo ~~~~~~ Gallery Slider SECTION ~~~~~~ */

.custom-carousel {
  padding: 0 60px;
  width: 100%;
  padding-bottom: 60px;
}

.custom-carousel .swiper-slide {
  width: 60%;
}

.custom-carousel img {
  height: 400px;
}

/* todo ~~~~~~ FAQS SECTION ~~~~~~ */

.faq-container {
  max-width: 842px;
}

.faq-header .icon {
  height: 48px;
  width: 48px;
  background: url(../assets/Icons/icon-border.svg) no-repeat center / contain;
  color: var(--color-primary);
}

.faq-item.active .icon i {
  transform: rotate(180deg);
}

.faq-header h2 {
  max-width: calc(100% - 100px);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

.faq-item.active .faq-body {
  max-height: 200px;
  padding-top: 12px;
}

/* todo ~~~~~~ TIPS CARDS SECTION ~~~~~~ */

.tips-cards-swiper {
  padding-bottom: 50px;
}

.tips-cards-swiper .tip-item .img {
  height: 200px;
}

/* todo ~~~~~~ SLOT BOOK SECTION ~~~~~~ */

.contact-wrapper {
  height: 462px;
}

.contact-wrapper .left,
.contact-wrapper .right {
  height: 100%;
  width: 60%;
}

.contact-wrapper .left .gradient-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact-wrapper .right {
  width: 40%;
}

.form-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.form-container label {
  display: block;
  color: var(--color-gray-deep);
  font-size: 10px;
  margin-bottom: 4px;
}

.form-container input,
.form-container select {
  border: 1px solid #e2e4ef;
  outline: 0;
  font-size: 10px;
  padding: 0px 12px;
  color: var(--color-black);
  font-weight: 500;
}

.form-container input:focus {
  border-color: var(--color-primary);
}

/* todo ~~~~~~ LOCATION SECTION ~~~~~~ */

.location-section img {
  height: 340px;
  object-position: bottom;
}

/* todo ~~~~~~ FOOTER SECTION ~~~~~~ */

footer {
  background-color: #455e61;
}

footer .nav-link {
  padding: 0px 18px;
  color: var(--color-white);
  transition: 0.2 ease;
  font-weight: 400 !important;
}

footer p {
  color: #dadfd9;
}

footer .contact-info {
  gap: 10px 26px;
  font-size: 14px;
}

footer .contact-info span {
  display: flex;
  align-items: center;
}

footer .contact-info i {
  font-size: 18px;
  color: #abb7a9;
  margin-right: 3px;
  vertical-align: middle;
}

footer .contact-info a {
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 4px;
}

footer .contact-info a:hover {
  color: var(--color-primary);
}

footer .contact-info .social-icon {
  background-color: #abb7a9;
}

footer .contact-info .social-icon svg path {
  stroke: #455e61;
}

footer .copyright {
  font-size: 10.67px;
  color: #abb7a9;
}

footer .copyright a {
  color: #abb7a9;
  transition: 0.3s ease;
}

footer .copyright a:hover {
  color: var(--color-white);
  transition: 0.3s ease;
}

footer .terms a {
  padding: 5px 0px;
}

/* todo ~~~~~~ NOT FOUND PAGE ~~~~~~ */

.not-found-section {
  background-image: url("../assets/not-found-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-position: bottom;
}

.not-found-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(139.47deg, #dadfd9 21.98%, #44ffd1 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 80%;
}

.not-found-section .lft {
  max-width: 320px;
  color: #455e61;
}

.not-found-section .lft h2 {
  font-size: 110px;
  line-height: 1;
}

.not-found-section .right {
  width: 477px;
  max-width: 100%;
}

.custom-input {
  width: 400px;
  outline: 0;
  font-size: 10px;
  max-width: 100%;
}

/* todo ~~~~~~ BLOG PAGE ~~~~~~ */

.about-doctor {
  background-color: #455e61;
}

.about-doctor .card-item {
  background-color: #2c474f;
}

.assistance-and-receiption .card-item {
  background-color: #12313d;
}

.about-doctor .card-item .img {
  width: 211px;
}

.about-doctor .card-item .content {
  max-width: calc(100% - 225px);
}

.about-doctor .card-item .profession-status {
  color: #abb7a9;
}

.about-doctor .btn-group button {
  flex: 1;
}

/* todo ~~~~~~ BLOG PAGE ~~~~~~ */

.btn-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  height: 100%;
}

.btn-groups button {
  background-color: #d1e0e2;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-block;
  width: fit-content;
  transition: 0.3s ease;
}

.btn-groups button.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.btn-groups button:not(.active):hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/* todo ~~~~~~ CONTACT PAGE ~~~~~~ */

.contact-container .right {
  background: url("../assets/bg-image.webp");
  background-size: cover;
  padding: 140px 80px;
  width: 50%;
}

.contact-container .success-btn {
  background-color: #7cb837;
  border-color: #7cb837;
}

.contact-container .success-btn:hover {
  background-color: var(--color-white);
  color: #7cb837;
}

.contact-container .social-icon {
  background-color: var(--color-white);
}

.contact-container .social-icon svg path {
  stroke: var(--color-gray-deep);
}

/* todo ~~~~~~ PROCESS PAGE ~~~~~~ */

.hero-banner-section {
  min-height: 376px;
}

.hero-banner-section .content-wrapper {
  max-width: 100%;
  width: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.process-step {
  border: 1px solid #008c96;
  background-color: #12313d;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.process-step::after {
  content: "";
  position: absolute;
  left: 0;
  top: -20%;
  background: url("../assets/ellipse-top.svg");
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.care-and-preventation {
  background: url("../assets/care-and-preventation.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.care-and-preventation::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0007;
  backdrop-filter: blur(5px);
  height: 100%;
  width: 100%;
}

.care-and-preventation {
  background: url("../assets/care-and-preventation.webp");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.aesthetics {
  background: url("../assets/family.webp");
  background-position: bottom;
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--color-white) !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .hero-container {
    top: 160px;
  }

  .hero-img img {
    width: 500px;
  }

  .experience-content-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 40px;
    background-color: transparent;
    padding: 0 !important;
  }

  .experience-content-container .exp-item.lft {
    border: none;
  }

  .experience-content-container .accordion-item {
    border-top: 2px solid var(--color-border);
  }

  .exp-item {
    background-color: var(--color-card-bg);
    padding: 16px;
    border-radius: 6px;
  }

  .exp-item img {
    margin-bottom: 12px;
  }

  .exp-item .accordion-header {
    cursor: pointer;
  }

  .exp-item .accordion-header {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .exp-item .accordion-arrow {
    display: block;
    transition: 0.3s ease;
  }

  .exp-item.active .accordion-arrow {
    transform: rotate(180deg);
  }

  .exp-item p {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    font-size: 16px;
  }

  .exp-item.active p {
    max-height: 200px;
  }

  .contact-wrapper {
    flex-direction: column;
    height: auto;
  }

  .contact-wrapper .left {
    min-height: 200px;
  }
  .contact-wrapper .left,
  .contact-wrapper .right {
    width: 100%;
  }

  .contact-wrapper .right {
    margin-top: 24px;
  }

  .contact-wrapper input,
  .contact-wrapper select {
    font-size: 12px;
  }

  footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  footer .nav-link {
    padding: 6px 0px;
  }

  footer .logo img {
    width: 174px;
  }

  footer .contact-info {
    gap: 8px;
    border-top: 1px solid var(--color-border);
    width: 100%;
  }

  .not-found-section.py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .not-found-section {
    background-image: none;
    background-color: var(--color-card-bg);
  }

  .not-found-section .right {
    width: 100%;
  }

  .not-found-section::after {
    display: none;
  }

  .not-found-section .bg-gray {
    background-color: transparent;
  }

  .not-found-section .lft h2 {
    font-size: 64px;
  }

  .not-found-section .lft .fs-28 {
    font-size: 20px;
  }

  /* Contact Page */
  .contact-container .left {
    width: 100%;
    padding: 20px 0px 40px 0px;
    background-image: none;
  }

  .contact-container .right {
    width: 100%;
    padding: 50px 0px 0px 0px;
    background-image: none;
  }

  .contact-container p,
  .contact-container a,
  .contact-container .fs-28 {
    color: var(--color-black) !important;
    font-size: 14px;
    font-weight: normal !important;
  }

  .contact-container p.bold {
    font-weight: 700;
  }

  .contact-container a i {
    font-size: 16px !important;
  }

  /* Process Page */
  .process-steps .accordion-item {
    border-top: 1px solid var(--color-primary);
  }

  .hero-banner-section .content-wrapper {
    position: static !important;
    left: 0;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .hero-section {
    height: 680px;
  }

  .hero-container {
    top: 120px;
  }

  .hero-img img {
    width: 400px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .testimonial-swiper .img img {
    height: 230px;
  }

  .testimonial-swiper .swiper-wrapper {
    justify-content: start;
  }

  .pricing-table {
    background-color: var(--color-white);
    padding: 24px;
  }

  .package-item .fs-28 {
    font-size: 20px;
  }

  .package-item .details {
    font-size: 14px;
  }

  .custom-carousel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .custom-carousel .swiper-slide {
    width: 100%;
  }

  .custom-carousel img {
    height: 300px;
  }

  .service-swiper {
    padding: 0px 0px;
  }

  .faq-header h2 {
    max-width: calc(100% - 70px);
    font-size: 20px;
  }
  .faq-header .icon {
    height: 36px;
    width: 36px;
  }

  .tips-cards-swiper .tip-item .fs-28 {
    font-size: 20px;
  }

  .tips-cards-swiper .tip-item .fs-16 {
    font-size: 14px;
  }

  /* Blog Page */
  .btn-groups {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    scrollbar-width: none;
  }

  .btn-groups::-webkit-scrollbar {
    display: none;
  }

  .btn-groups button {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 16px;
  }

  .pricing-table.pricing-table-group {
    background-color: var(--color-card-bg);
  }

  .pricing-table.pricing-table-group > p {
    background-color: transparent !important;
    color: #5f7473;
    font-size: 14px;
  }

  .care-and-preventation .process-step .fs-28 {
    font-size: 20px;
  }

  .care-and-preventation .process-step .fs-18 {
    font-size: 14px;
  }

  /* About Page */
  .about-doctor .card-item .img {
    width: 100%;
    height: 300px;
  }

  .about-doctor .card-item .img img {
    object-position: top;
  }

  .about-doctor .card-item .content {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .shape {
    height: 20px;
  }

  .shape.shape-top {
    top: 0px;
  }

  .shape.shape-bottom {
    bottom: 0px;
  }

  .navbar {
    padding: 10px 20px;
  }
  .navbar-toggler {
    padding-right: 0;
  }

  .navbar-brand img {
    width: 30px;
  }

  .hero-container {
    top: 100px;
    padding: 0px 24px;
  }

  .hero-img img {
    width: 300px;
  }

  /* About Section */

  .about-section {
    padding: 32px 0px;
  }

  .about-section .col-start,
  .about-section .col-end {
    padding: 0px 24px;
  }

  .about-section .heading {
    font-size: 20px;
  }

  .about-section .img img {
    height: 300px;
    width: 100%;
  }

  .about-section .fs-28 {
    font-size: 20px;
  }

  .experience-section .list-item .fs-18 {
    font-size: 14px;
  }

  .eticall-team-section .card-item .img {
    height: 164px;
  }

  .eticall-team-section .card-item .fs-28 {
    font-size: 14px;
  }

  .eticall-team-section .card-item .fs-16 {
    font-size: 11px;
  }

  .location-section img {
    height: 200px;
  }

  .faq-body.fs-20 {
    font-size: 16px;
  }

  /* Pagination Bullet of Swiper */
  .swiper-pagination-bullet{
    width: 24px;
  }

  /* Menu Bar */
  .menubar {
    z-index: 9999;
    height: 72px;
    padding: 12px;
  }

  .menubar .menu-item {
    padding: 15px 18px;
    font-size: 12px;
    margin-top: 2px;
    color: var(--color-gray-deep);
    user-select: none;
  }

  .menubar .menu-item svg path {
    stroke: var(--color-gray-deep);
  }

  .menubar .menu-item.active {
    color: var(--color-black);
  }
  .menubar .menu-item.active svg path {
    stroke: var(--color-primary);
  }

  /* Process Page */
  .hero-banner-section {
    min-height: 204px;
  }
}

@media screen and (max-width: 444px) {
  .tips-cards-swiper .tip-item .fs-28 {
    font-size: 14px;
  }

  .tips-cards-swiper .tip-item .fs-16 {
    font-size: 12px !important;
  }

  .tips-cards-swiper .tip-item .img {
    height: 100px;
  }

  .shape {
    height: 14px;
  }
}
