@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=League+Gothic&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #777;
  line-height: 1.7;
  overflow-x: hidden;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

a {
  text-decoration: none;
  color: #222 !important;
  transition: all 0.4s;
  font-weight: 600;
}

a:hover {
  color: #1bbde4 !important;
}

.shadow-on-hover {
  transition: all 0.2s;
}

.shadow-on-hover:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

img {
  width: 100%;
}

/**
Custom Scrollbar
**/

::-webkit-scrollbar {
  width: 0.325rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1bbde4;
  border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222;
}

p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75rem;
  letter-spacing: 1px;
  color: var(--text-color);
}

.main-btn {
  display: inline-block;
  padding: 0.425rem 1.175rem;
  margin: 0.1975rem 0.1rem;
  line-height: 1.4625rem;
  background-color: #1bbde4;
  border: 0.1475rem solid #1bbde4;
  border-radius: 0;
  color: #fff;
  font-size: 0.8375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.main-btn:hover {
  background-color: #081839;
  color: #fff;
  border: 0.1475rem solid #081839;
}

.rd-btn {
  display: inline-block;
  padding: 0.825rem 1.575rem;
  margin: 0.1975rem 0.1rem;
  line-height: 1.4625rem;
  background-color: #dc3545;
  border: 0.1475rem solid #dc3545;
  border-radius: 0;
  color: #fff;
  font-size: 0.8375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.rd-btn:hover {
  background-color: #081839;
  color: #dc3545;
  border: 0.1475rem solid #081839;
}

.white-btn {
  padding: 0.425rem 1.875rem;
  line-height: 25px;
  background-color: #081839;
  border: 0.1475rem solid #081839;
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.white-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* brandlogo */
.img-brand {
  width: 28rem;
}

@media (max-width: 992px) {
  .img-brand {
    width: 100%;
  }
}

.top-section {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* menu */
#menu .nav-pills .nav-link {
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 4px;
  color: #222;
  border-radius: 100px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

#menu .nav-pills .nav-link.active {
  background-color: #1bbde4;
  color: #fff;
}
.menu-item {
  cursor: pointer;
}

.menu-item .stars {
  color: #1bbde4;
}

.menu-item-content {
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    display: block;
    transition: all 0.1s ease-out;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    padding: 20px 0;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: -0.196em;
    vertical-align: 0.186em;
  }
}

.navbar-toggler {
  background: #1bbde4 !important;
  border-radius: 0;
  height: 50px;
  width: 50px;
  padding: 0px 0px;
  color: #fff;
}

/* Hero-slider */
/* Carausel hero */

#hero-carausel {
  width: 100%;
  height: 80vh;
  position: relative;
}

/* #hero-carausel .swiper-slide {
  background: linear-gradient(#d9f1fdec, #d9f1fdec), url(../img/1.jpg);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
} */

#hero-carausel .hero-bg-img1 {
  background: linear-gradient(#232323c4, #232323c4), url(../img/6.jpg);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#hero-carausel .hero-bg-img2 {
  background: linear-gradient(#232323c4, #232323c4), url(../img/7.jpg);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slide-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px 30px;
  max-width: 800px;
  /* background-color: rgba(43, 150, 212, 0.872); */
  border-radius: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.slide-content h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(93, 93, 93, 0.2);
}

.slide-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

/*#hero-carausel  Swiper navigation buttons */
#hero-carausel .swiper-button-next,
#hero-carausel .swiper-button-prev {
  color: #dc3545;
  background: #fff;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

#hero-carausel .swiper-button-next:hover,
#hero-carausel .swiper-button-prev:hover {
  color: #fff;
  background: #1bbde4;
  transform: scale(1.02);
}

#hero-carausel .swiper-button-next::after,
#hero-carausel .swiper-button-prev::after {
  font-size: 1rem !important;
  font-weight: bold;
}

/*#hero-carausel  Swiper pagination */
#hero-carausel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.6;
  transition: all 0.3s ease;
}

#hero-carausel .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ec4949;
  transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slide-content h2 {
    font-size: 2rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .btn {
    padding: 10px 20px;
  }

  #hero-carausel .swiper-button-next,
  #hero-carausel .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  #hero-carausel .swiper-button-next::after,
  #hero-carausel .swiper-button-prev::after {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .slide-content {
    padding: 15px;
  }

  .slide-content h2 {
    font-size: 1.5rem;
  }

  #hero-carausel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/* note */

.links {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.doctor-section {
  background-color: #0b1f49;
  color: #fff;
  padding: 60px 0;
}

.doctor-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.doctor-section p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.doctor-section ul {
  list-style: none;
  padding-left: 0;
}

.doctor-section ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.doctor-section ul li i {
  color: red;
  margin-right: 10px;
}

.doctor-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* course */

#course-title p {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #081839;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

#course-title p::before {
  content: "";
  position: absolute;
  display: block;
  width: 65px;
  height: 3px;
  background: #081839;
  bottom: 1px;
  left: calc(50% - 35px);
}

#course-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  background: #e74c3c;
  bottom: 0;
  left: calc(50% - 19px);
}

.course-card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #0097a7;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-title {
  font-weight: 700;
  color: #3e3e3e;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.course-info {
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* paramedical */

#paramedical-title p {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #081839;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

#paramedical-title p::before {
  content: "";
  position: absolute;
  display: block;
  width: 65px;
  height: 3px;
  background: #081839;
  bottom: 1px;
  left: calc(50% - 35px);
}

#paramedical-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  background: #e74c3c;
  bottom: 0;
  left: calc(50% - 19px);
}

.info-box {
  border: 1px solid #e74c3c;
  padding: 8px 16px;
  background-color: #fff;
  margin: 0 10px 20px 0;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.course-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.course-list i {
  color: red;
  margin-right: 10px;
}

/* about */
.about-section {
  padding: 60px 0;
  background: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.doctor-img {
  position: relative;
  /* overflow: hidden; */
  border-radius: 5px;
}

.icon-overlay {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e74c3c;
  color: #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-title {
  font-weight: 800;
  font-size: 50px;
  color: #0c1e35;
}
.about-subtitle {
  color: #00bcd4;
  font-weight: 600;
}
.about-text {
  color: #6c757d;
  margin: 20px 0;
  text-align: justify;
}
.about-features i {
  font-size: 24px;
  margin-right: 10px;
  color: #00bcd4;
}
.signature {
  font-family: "Cursive", sans-serif;
  font-size: 24px;
  color: #0c1e35;
}
.btn-learn {
  background: #00bcd4;
  color: #fff;
  border: none;
  padding: 10px 25px;
}

.btn-learn:hover {
  background: #0097a7;
}

@media (max-width: 992px) {
  .icon-overlay {
    right: -2px;
    transform: translateY(0%);
  }

  .about-title {
    font-size: 35px;
  }
}

/* #contact-form */
#reservation_title p {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #0c1e35;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

#reservation_title p::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: #0c1e35;
  bottom: 1px;
  left: calc(50% - 40px);
}

#reservation_title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #e74c3c;
  bottom: 0;
  left: calc(50% - 20px);
}

.reservation-para {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

#reservation .form-control {
  border-radius: 0;
  border-color: #1bbde4;
}

.form-control::placeholder {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}

#reservation .form-control:focus {
  border-color: #e74c3c;
  box-shadow: none;
}

#reservation input.form-control {
  height: 45px;
}

/* Gallery */

#gallery {
  background: linear-gradient(rgba(16, 22, 66, 0.921), rgba(16, 22, 66, 0.921)),
    url(../img/6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#gallery-title p {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

#gallery-title p::before {
  content: "";
  position: absolute;
  display: block;
  width: 65px;
  height: 3px;
  background: #ffffff;
  bottom: 1px;
  left: calc(50% - 35px);
}

#gallery-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 5px;
  background: #e74c3c;
  bottom: 0;
  left: calc(50% - 19px);
}

#gallery .swiper {
  padding: 20px 0;
  position: relative;
}

.gallery-slide {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
  height: 330px;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.gallery-slide:hover img {
  transform: scale(1.1);
}

#gallery .swiper-button-next,
#gallery .swiper-button-prev {
  color: #fff;
  background-color: #1bbde4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

#gallery .swiper-button-prev {
  left: 10px;
}

#gallery .swiper-button-next {
  right: 10px;
}

#gallery .swiper-button-next::after,
#gallery .swiper-button-prev::after {
  font-size: 16px;
}

/* btn style */
.btn-costum {
  color: #1bbde4 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.btn-costum:hover {
  color: #000 !important;
}

/* contact */
.conta {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.contact-icon i {
  font-size: 2.5rem;
  background: #94eaff4d;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-title {
  font-weight: 700;
  color: #d62323;
  margin: 10px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.address-box {
  text-align: center;
  padding: 10px 10px;
}

.border-start,
.border-end {
  border-color: #00bcd4 !important;
}

/* footer */

footer {
  background-color: #12afd7;
  color: #fff;
  padding: 20px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
