* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
/* FullCalendar toolbar button custom colors */
.fc .fc-button {
  background-color: #168786; /* Primary Blue */
  color: white;
  border: none;
  transition: 0.3s ease;
  padding: 0.45rem 1rem;
  font-weight: 600;
  border-radius: 0.375rem;
}

.fc .fc-button:hover {
  background-color:#10b1c0;
}

/* Active/Selected button */
.fc .fc-button-active {
  background-color: #10b1c0 !important;
  color: #fff !important;
}

/* Calendar heading color */
.fc-toolbar-title {
  color: #168786;
  font-size: 1.5rem;
  font-weight: 700;
}
/* custom css */
.btn-hover:hover{
  color: #10b1c0 !important;
}
.country-text{
  position: relative;
  top: 9px;
}
.z-index{
  z-index: 2000;
}
.bg-color1 {
  background-color: #10b1c0;
}
.pointer{
  cursor: pointer;
}
.text-color1 {
  color: #10b1c0;
}

.bg-color2 {
  background-color: #168786;
}

.text-color2 {
  color: #168786;
}

.text-primary {
  color: rgb(44, 44, 44) !important;
}
.text-justify {
  text-align: justify;
}
.phone-icon{
  transform: rotate(100deg);
}
/* home */
/* navbar */
.nav-link {
  font-size: 19px;
  margin-inline: 20px;
  transition: all 0.2s;
}

.nav-link:hover {
  letter-spacing: 1px;
}
.language-switcher .dropdown-toggle {
  text-align: left;
}

/* hero section */
#heroCarousel,
.carousel-item {
  height: 90vh;
}

.carousel-item img {
  height: 90vh;
}

.carousel-caption h1 {
  font-size: 3rem;
}

.btn-primary {
  background-color: #168786;
  border: none;
  padding: 10px 20px;
}
.hover-none:hover{
  color: #10b1c0 !important;
}
.btn-primary:hover {
  background-color: #10b1c0;
}
.main-container {
  max-width: 1300px;
  width: 100%;
}
footer ul li {
  list-style: none;
  margin-left: -25px;
}
/* about us */
.img-h {
  height: 450px;
}
.about-content{
  position: relative;
  overflow: hidden;
}
.about-content ul li{
  list-style: none;
  margin-left: -25px;

}
/* service */
.service-card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.342);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 1px solid #168786;
}
.contact-section {
  background: #f8f9fa;
}

.contact-box,
.map-box {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

/* Contact Form */
.contact-title {
  font-size: 2rem;
  font-weight: bold;

  margin-bottom: 20px;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #ddd;
}

.map-box iframe {
  border-radius: 12px;
  height: 100%;
  min-height: 400px;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  width: 60% !important;
  height: 300px;
}
/* Footer Icons Styling */
i {
  font-size: 1.1rem;
  color: #10b1c0;
}

i.text-warning {
  color: #f4c430;
}

/* Footer Hover Effects */
a.text-muted:hover {
  color: #10b1c0 !important;
}
.quick-links{
  display: block;
  width: fit-content;
  margin: auto;
}
/* breakpoints */
@media (max-width: 992px) {
  #heroCarousel,
  .carousel-item {
    height: auto;
  }

  .carousel-item img {
    height: auto;
    max-height: 60vh;
    object-fit: cover;
  }

  .carousel-caption h1 {
    font-size: 2.5rem;
    max-width: 80%;
    white-space: normal;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
  .img-h {
    height: auto;
    margin-bottom: 30px;
  }
  .contact-box,
  .map-box {
    height: auto;
    margin-bottom: 20px;
  }
  .top-strip, .top-strip i{
    font-size: 14px !important;
  }
  .top-strip button{
    font-size: 8px !important;
    /* height: 20px !important;
    width: 70px !important; */
  }
}
@media (max-width: 768px) {
  .fc .fc-toolbar {
      flex-direction: column-reverse;
      gap: 0.5rem;
      align-items: center;
  }

  .fc .fc-toolbar-title {
      font-size: 1.25rem;
  }

  .fc .fc-button {
      padding: 0.4rem 0.75rem;
      font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .nav-link {
    font-size: 1rem;
  }

  #heroCarousel,
  .carousel-item {
    height: auto;
  }

  .carousel-item img {
    height: auto;
    max-height: 60vh;
    object-fit: contain;
  }

  .carousel-caption {
    width: 90%;
    padding: 10px;
    top: 50%;
  }

  .carousel-caption h1 {
    font-size: 1.5rem;
    max-width: 90%;
  }

  .carousel-caption p {
    font-size: 0.8rem;
  }

  .btn-primary {
    padding: 8px 15px;
    font-size: 0.8rem;
  }
  .img-h {
    height: auto;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 1.4rem;
  }
  .why{
    width: fit-content;
    margin-inline: auto;
  }
  .why h3{
    text-align: center;
  }
  .about-content .btn {
    width: fit-content;
    display: block;
    margin-inline: auto;
  }
  .about-content h1 {
    text-align: center;
  }
  .swiper-slide {
    width: 100% !important;
    height: 300px;
  }
  .quick-links{
    display: inline;
  }
  .navbar-brand img{
    width: 60px !important;
  }
}
