@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
body {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.section-title-container {
  position: relative;
}

.banner-title {
  font-weight: 700;
  color: #7d1e2a;
  font-family: "Playfair Display", serif;
}

.banner-content {
  color: #313247;
  font-weight: 700;
  max-width: 650px;
  font-family: "Playfair Display", serif;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}

.section-desc {
  font-size: 1.1rem;
  color: #797b7a;
  font-weight: normal;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.section-sub-desc {
  font-size: 1rem;
  color: #797b7a;
  font-weight: normal;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.section-padding {
  padding: 4rem 0;
}

.section-margin {
  margin: 4rem 0;
}

.black-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4039215686);
  z-index: -1;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title-underline {
  display: inline-block;
  align-items: center;
  gap: 3px;
  position: absolute;
  left: 0;
  bottom: -24px;
  padding-bottom: 0.5rem;
}
.section-title-underline span {
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #7d1e2a;
}

.prime-btn {
  background: #7d1e2a;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.prime-btn:hover {
  background: #313247;
  color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 320px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .section-padding {
    padding: 2.5rem 0;
  }
  .section-margin {
    margin: 2.5rem 0;
  }
}
/* colors*/
.text-crimson {
  color: #7d1e2a;
}

.bg-crimson {
  background-color: #7d1e2a;
}

.bg-grey {
  background-color: #f6f6f6;
}

.purple-gradient {
  background: linear-gradient(135deg, #7d1e2a 0%, #d397f8 100%);
}

/* .top-bar  */
.top-bar {
  background: linear-gradient(90deg, rgb(49, 50, 71) 65%, rgb(125, 30, 42) 65%);
  color: #fff;
  padding: 14px 0px;
}
.top-bar a {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 0 14px;
  text-decoration: none;
}

/* .top-bar  */
/* navbar */
header {
  position: sticky;
  top: 0;
  z-index: 99;
  /* Default hamburger */
  /* When menu is open → show close icon */
  /* Hover underline */
  /* Active menu underline */
}
header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
}
header .menu-quote {
  background-color: #7d1e2a;
  color: #fff;
}
header .menu-quote a {
  color: #fff !important;
  padding: 0.5rem 1rem;
}
header .navbar-nav .nav-link {
  position: relative;
  padding-bottom: 14px;
  transition: color 0.3s ease;
}
header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #7d1e2a;
  transition: width 0.3s ease;
}
header .navbar-nav .nav-link:hover::after {
  width: 100%;
}
header .navbar-nav .nav-link.active::after {
  width: 100%;
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
header .navbar-brand img {
  width: 100%;
  height: 120;
  -o-object-fit: cover;
     object-fit: cover;
}
header .navbar .navbar-nav {
  gap: 3.5rem;
}
header .navbar .navbar-collapse .nav-link {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}
header .navbar .navbar-collapse .nav-link:hover {
  color: #7d1e2a;
}
header .nav-link-active {
  color: #7d1e2a !important;
  font-weight: 500 !important;
}
@media (max-width: 991.96px) {
  header .navbar .navbar-nav {
    gap: 0rem !important;
  }
}

/* navbar */
.banner-section {
  padding: 0;
  /* Contact Form Styling */
  /* Mobile screens → 100% width */
}
.banner-section .banner-section-logo {
  background-color: #fff;
  border-radius: 50%;
  padding: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.banner-section .banner-section-logo img {
  width: 120px;
  height: 120px;
}
.banner-section .hero-section-content {
  padding: 1rem;
  width: 100%;
  border-radius: 1rem;
}
.banner-section .banner-section-content {
  position: relative;
  padding: 4rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* Overlay */
}
.banner-section .banner-section-content .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.banner-section .banner-section-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: -1;
}
.banner-section .insured-list {
  text-align: left;
}
.banner-section .insured-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.banner-section .insured-list li {
  padding-bottom: 1rem;
  border-radius: 0.75rem;
  font-weight: 600;
  color: #fff;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.banner-section .insured-list li i {
  color: #7D1E2A;
  /* green tick */
  font-size: 0.9rem;
  margin-right: 1rem;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding: 0.4rem;
}
.banner-section .insured-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.banner-section .registration-form.contact-form {
  background: rgba(255, 255, 255, 0.4);
  padding: 1.3rem;
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  /* Responsive fix */
}
.banner-section .registration-form.contact-form .form-label {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 6px;
  display: block;
}
.banner-section .registration-form.contact-form .custom-input {
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.banner-section .registration-form.contact-form .custom-input::-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.banner-section .registration-form.contact-form .custom-input::placeholder {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.banner-section .registration-form.contact-form .custom-input:focus {
  border-color: #7D1E2A;
  background: #fff;
  box-shadow: 0 0 0 0.2rem rgba(125, 30, 42, 0.15);
  outline: none;
}
.banner-section .registration-form.contact-form textarea.custom-input {
  resize: none;
  min-height: 120px;
}
.banner-section .registration-form.contact-form .required {
  color: #e63946;
  font-weight: bold;
}
.banner-section .registration-form.contact-form .prime-btn {
  background: #7D1E2A;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}
.banner-section .registration-form.contact-form .prime-btn:hover {
  background: #a83240;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.banner-section .registration-form.contact-form .emailresult {
  margin-top: 10px;
  font-size: 14px;
  color: #28a745;
  /* Success color */
}
.banner-section .registration-form.contact-form textarea.custom-input {
  resize: none;
  min-height: 40px;
  /* ↓ reduced from 120px */
  max-height: 60px;
  /* optional limit */
}
@media (max-width: 767px) {
  .banner-section .registration-form.contact-form .contact-form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .banner-section .hero-section-content {
    width: 100%;
  }
}

.about-section {
  padding: 3rem 1rem;
}
.about-section .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
  margin-bottom: 30px;
}
.about-section .service-list div {
  font-weight: 500;
  color: #fff;
  background: #313247;
  padding: 0.7rem;
  border-left: 5px solid #7d1e2a;
}
.about-section .contact-btn {
  background: #0d2c54;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}
.about-section .about-right {
  position: relative;
}
.about-section .main-img {
  border-radius: 15px;
  width: 100%;
}
.about-section .badge-box {
  position: absolute;
  bottom: 10px;
  left: 25px;
  text-align: center;
  font-weight: 600;
  min-width: 100px;
}
@media (max-width: 991px) {
  .about-section .overlay-img {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .about-section .badge-box {
    bottom: 10px;
    left: 5px;
  }
  .about-section .badge-box img {
    width: 75px;
  }
}

#gallery {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.87)), url(../img/facts-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 4rem 0rem;
  height: 100vh;
  transition: background-image 0.5s linear;
  margin: 2rem 0rem;
  /* Scrollbar für Thumbnails stylen */
}
#gallery #gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
#gallery .gallery-section-headline,
#gallery .gallery-preview-container,
#gallery .gallery-btn,
#gallery .thumbnails-slider {
  position: relative;
  z-index: 1;
}
#gallery .gallery-section-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 15vh;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}
#gallery .gallery-section-headline::after {
  content: "";
  width: 80px;
  height: 3px;
  background: orange;
  margin-top: 5px;
}
#gallery .gallery-btn {
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
}
#gallery .gallery-btn:active {
  transform: translateY(-50%) scale(0.9);
}
#gallery .prev-btn {
  left: 10px;
  transform: translateY(-50%);
}
#gallery .next-btn {
  right: 10px;
  transform: translateY(-50%);
}
#gallery .gallery-preview-container {
  max-width: 100%;
  height: 50vh;
  text-align: center;
  margin-bottom: 5vh;
  overflow: hidden;
}
#gallery .gallery-preview-image {
  position: absolute;
  transform: translateX(-50%);
  max-height: 100%;
  transition: 0.3s linear;
}
#gallery .thumbnails-slider {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  height: 20vh;
  bottom: 5vh;
}
#gallery .thumbnails-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  #gallery .thumbnails-slider {
    justify-content: center;
    align-items: center;
  }
}
#gallery .thumbnail {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  cursor: pointer;
  transition: transform 0.2s, border 0.2s;
  border: 2px solid transparent;
}
#gallery .thumbnail:hover {
  transform: scale(1.05);
}
#gallery .thumbnail.active {
  border-color: orange;
}
#gallery .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery .thumbnails-slider::-webkit-scrollbar {
  height: 8px;
}
#gallery .thumbnails-slider::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
#gallery .thumbnails-slider::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
#gallery .thumbnails-slider::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.services-section {
  background-image: url("../img/pattren.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  position: relative;
  overflow: hidden;
  padding: 4rem 0rem;
  /* Mobile only (max-width 767px) */
}
.services-section .testimonial-slider .slick-track {
  padding: 2rem 0 0;
}
.services-section .slick-slide {
  margin: 0 10px;
  height: auto;
}
.services-section .slick-track {
  display: flex;
  align-items: normal;
  overflow: hidden;
}
.services-section .slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.services-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: silver;
}
.services-section .slick-dots li button::before {
  content: none;
}
.services-section .slick-active button {
  background: #7d1e2a !important;
}
.services-section .service-card {
  background: #fff;
}
.services-section .service-card .service-content {
  padding: 2rem;
}
.services-section .service-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .services-section .service-card .service-content {
    padding: 1rem;
  }
}

.services-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 28px;
  background-image: url("../img/output.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 9;
}

.services-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 28px;
  background-image: url("../img/output2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 9;
}

.testimonials {
  background-image: url("../img/pattren.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  position: relative;
  overflow: hidden;
  padding: 4rem 0rem;
}
.testimonials .testimonial-slider .slick-track {
  padding: 2rem 0 0;
}
.testimonials .slick-slide {
  margin: 0 10px;
  height: auto;
}
.testimonials .slick-track {
  display: flex;
  align-items: normal;
  overflow: hidden;
}
.testimonials .slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.testimonials .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: silver;
}
.testimonials .slick-dots li button::before {
  content: none;
}
.testimonials .slick-active button {
  background: #7d1e2a !important;
}

.testimonial-card {
  background-color: #fff;
  padding: 2.5rem 1.5rem;
  flex: 1;
  position: relative;
  transition: 0.3s ease-in-out;
}
.testimonial-card .stars {
  display: flex;
  gap: 0.7px;
  margin-bottom: 12px;
}
.testimonial-card .stars img {
  margin-right: 4px;
}
.testimonial-card .profile {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 0.7rem;
}
.testimonial-card .profile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 12px;
}
.testimonial-card .profile h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  color: #7d1e2a;
}
.testimonial-card .profile span {
  font-size: 13px;
}
.testimonial-card .quote {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0.4;
}

.testimonials::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 28px;
  background-image: url("../img/output.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 9;
}

.testimonials::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 28px;
  background-image: url("../img/output2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 9;
}

.why-choose-us .black-overlay::before {
  border-radius: 20px;
  background-color: rgba(241, 241, 241, 0.1294117647);
}
.why-choose-us-content {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  border-radius: 20px;
  position: relative;
  padding: 5rem 2rem;
  flex-flow: column;
}
.why-choose-us-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: -2;
}
.why-choose-us .hero-section-content {
  background: rgba(255, 255, 255, 0.5098039216);
  padding: 1rem;
  width: 100%;
  border-radius: 1rem;
  text-align: center;
}

.location {
  background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.68)), url(../img/facts-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 4rem 0rem;
}
.location-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem !important;
  padding: 1.5rem;
}
.location .contact-form {
  padding: 1rem;
  margin: 1rem;
  background-image: linear-gradient(rgba(49, 50, 71, 0.642), rgba(49, 50, 71, 0.658));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  /* Input styling */
  /* Placeholder color */
  /* Labels */
  /* Required star */
}
.location .contact-form .custom-input {
  background: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #313247;
  padding: 12px;
  border-radius: 6px;
}
.location .contact-form .custom-input::-moz-placeholder {
  color: #7D1E2A;
  opacity: 1;
}
.location .contact-form .custom-input::placeholder {
  color: #7D1E2A;
  opacity: 1;
}
.location .contact-form .form-label {
  font-weight: 600;
  color: #fff;
}
.location .contact-form .required {
  color: red;
}

.location::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 28px;
  background-image: url("../img/output.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 9;
}

.location::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 28px;
  background-image: url("../img/output2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 9;
}

/* Footer Section */
.footer-section {
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/bg-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 4rem 0rem 1rem;
  /* Footer Links */
  /* Contact + Social Icons */
  /* Opening Hours */
  /* Footer Bottom */
}
.footer-section .footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.footer-section .footer-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #7d1e2a; /* highlight color */
  margin-top: 8px;
}
.footer-section .footer-links li {
  margin-bottom: 10px;
}
.footer-section .footer-links a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section .footer-links a:hover {
  color: #7d1e2a;
  padding-left: 5px;
}
.footer-section .social-icons {
  margin-top: 15px;
}
.footer-section .social-icons .social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #7D1E2A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer-section .social-icons .social-icon:hover {
  background: #7d1e2a;
  color: #fff;
  transform: scale(1.1);
}
.footer-section p {
  margin-bottom: 8px;
  color: #000;
}
.footer-section .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #aaa;
}
.footer-section .footer-bottom a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.footer-section .footer-bottom a:hover {
  color: #7d1e2a;
}/*# sourceMappingURL=style.css.map */