body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  background: #f9f9f9;
}
a {
  color: #e03a3c;
  text-decoration: none;
}
a:hover {
  color: #e76668;
  text-decoration: none;
}
a:focus {
  outline: 2px solid #e03a3c;
}
.whatsapp-button-area {
  position: relative;
  height: 100%;
  width: 100%;
}
.wp-button {
  border-radius: 25px;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 8px;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding: 10px 10px;
}
.wp-button > i {
  font-size: 34px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e03a3c;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #e65d5f;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
header {
  background: #fff;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
#header {
  background: #fff;
  z-index: 997;
  padding: 20px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
#header .logo a {
  color: #111;
}
#header .logo a span {
  color: #e03a3c;
}
#header .logo img {
  max-height: 40px;
}
.get-started-btn {
  margin-left: 30px;
  background: #e03a3c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.get-started-btn:hover {
  background: #111;
  color: #fff;
}
@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover > a {
  color: #e03a3c;
}
.mobile-nav-toggle {
  color: #111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #111;
}
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover > a {
  color: #e03a3c;
}
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#hero .container {
  position: relative;
  z-index: 1;
}
#hero h1 {
  margin: 0 0 1rem 0;
  font-size: 48px;
  font-weight: 700;
  color: #efe3d5;
  line-height: 1.2;
}
#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
  line-height: 1.4;
}
#hero ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
#hero li {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
#hero li::before {
  content: "✓";
  color: #e03a3c;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
}
#hero p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
}
#hero .btn-get-started {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
  border-radius: 4px;
}
#hero .btn-get-started:hover {
  background: 0 0;
  border-color: #fff;
}
@media (max-width: 991px) {
  #hero h1 {
    font-size: clamp(32px, 5vw, 50px);
  }
  #hero h2 {
    font-size: clamp(20px, 3.5vw, 26px);
  }
  #hero p {
    font-size: clamp(16px, 2.5vw, 20px);
  }
  #hero li {
    font-size: clamp(15px, 2.2vw, 18px);
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
  }
  #hero h2 {
    font-size: 20px;
  }
  #hero p {
    font-size: 16px;
  }
  #hero li {
    font-size: 16px;
  }
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}
.about {
  padding: 60px 0;
}
.about .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.about h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.about h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.about p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}
.about strong {
  font-weight: 700;
  color: #222;
}
.about ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.about li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.about li::before {
  font-size: 20px;
}
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 30px 30px 30px 0;
}
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.about .content p {
  margin-bottom: 30px;
}
.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}
.about .content .about-btn:hover {
  background: #e35052;
  background: #e03a3c;
}
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #e03a3c;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.about .icon-boxes .icon-box img {
  margin-bottom: 15px;
  max-width: 100px;
}
@media (max-width: 768px) {
  .about .section-title {
    margin-bottom: 30px;
  }
  .about h2 {
    font-size: 28px;
  }
  .about h3 {
    font-size: 24px;
  }
  .about p {
    font-size: 14px;
  }
  .about .icon-boxes .icon-box {
    text-align: center;
  }
  @media (max-width: 992px) {
    .portfolio .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (max-width: 768px) {
    .portfolio .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 5px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: #e03a3c;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.portfolio .portfolio-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap img {
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.portfolio .portfolio-wrap img {
  border-radius: 8px;
}
.portfolio .portfolio-info h4 {
  font-size: 18px;
}
.portfolio .portfolio-info p {
  font-size: 13px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #e03a3c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #e03a3c;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
.team {
  padding: 60px 0;
}
.team .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.team h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.team .member {
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  position: relative;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.team .member:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .member-info {
  padding: 20px;
  text-align: center;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.team .member img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.team h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .team .member {
    margin-bottom: 20px;
  }
  .team h3 {
    font-size: 18px;
  }
}
.contact .row .col-lg-6 {
  width: 100%;
  margin-bottom: 30px;
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 22px 0;
  border-radius: 4px;
}
.contact .info-box i {
  font-size: 28px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 6px;
  border: 2px dotted #f8d4d5;
}
.contact .info-box h3 {
  font-size: 18px;
  color: #777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000 !important;
}
.google-map-iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .contact .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}
#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e03a3c;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title h2 {
    font-size: 28px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}
.randevu-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #e03a3c;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: 1000;
}
.randevu-btn:hover {
  background: #c83232;
  transform: scale(1.05);
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  position: relative;
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.modal.show .modal-content {
  transform: scale(1);
}
.close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover {
  color: #e03a3c;
}
.randevu-form .form-group {
  margin-bottom: 15px;
}
.randevu-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.randevu-form input,
.randevu-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}
.randevu-form input:focus,
.randevu-form textarea:focus {
  border-color: #e03a3c;
  outline: none;
}
.randevu-form button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  background: #e03a3c;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.randevu-form button:hover {
  background: #c83232;
}
.form-result {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  color: green;
}
.thank-you-msg {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #e03a3c;
  color: #fff;
  padding: 25px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  z-index: 1001;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.thank-you-msg.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 600px) {
  .modal-content {
    padding: 20px;
    margin: 10% auto;
  }
}
