body {
  background-color: #fff4e6;
  color: #000;
  font-family: Arial, sans-serif;
}

.navbar {
  background-color: #fff4e6;
  padding: 10px 20px;
}
.navbar .navbar-brand img {
  max-height: 50px;
  width: auto;
}
.navbar .nav-link {
  color: #000 !important;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.navbar .nav-link:hover {
  color: #444 !important;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #000;
}

.flash-banner .carousel-item {
  height: 500px;
  background-size: cover;
  background-position: center;
}
.flash-banner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.flash-banner .carousel-item .carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}
.flash-banner .carousel-item .carousel-caption p {
  font-size: 1.25rem;
  margin-top: 10px;
}
.flash-banner .carousel-item .carousel-caption .btn-banner {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.flash-banner .carousel-item .carousel-caption .btn-banner:hover {
  background-color: #f5f5dc;
}
.flash-banner .carousel-control-prev-icon,
.flash-banner .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.welcome-section {
  padding: 60px 20px;
  background-color: #fff4e6;
}
.welcome-section .welcome-content {
  text-align: left;
  color: #000;
}
.welcome-section .welcome-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.welcome-section .welcome-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.welcome-section .welcome-content .btn-welcome {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.welcome-section .welcome-content .btn-welcome:hover {
  background-color: black;
}
.welcome-section .welcome-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .welcome-section .welcome-content, .welcome-section .welcome-image {
    text-align: center;
  }
}

.why-choose-us {
  background-color: #fff4e6;
  padding: 60px 20px;
  text-align: center;
}
.why-choose-us .section-heading {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2rem;
}
.why-choose-us .feature {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.why-choose-us .feature .icon {
  font-size: 3rem;
  color: #000;
  margin-bottom: 10px;
}
.why-choose-us .feature h4 {
  color: #000;
  font-weight: bold;
  margin-top: 10px;
}
.why-choose-us .feature p {
  color: #000;
}

.welcome-section, .why-choose-us {
  padding: 60px 20px;
  text-align: center;
}
.welcome-section .section-heading, .why-choose-us .section-heading {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-book-now {
  background-color: #fff4e6;
  color: #000;
  padding: 10px 20px;
  border: none;
}
.btn-book-now:hover {
  background-color: #fff;
}

.services-section {
  padding: 60px 20px;
  text-align: center;
}
.services-section .section-heading {
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 2.5rem;
}
.services-section .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}
.services-section .card:hover {
  transform: scale(1.05);
}
.services-section .card .card-img-top {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section .card .card-body {
  background-color: #fff;
  padding: 20px;
}
.services-section .card .card-body h4 {
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.25rem;
}
.services-section .card .card-body p {
  color: #000;
  font-size: 0.9rem;
}
.services-section .card .card-body .read-more-btn {
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.services-section .card .card-body .read-more-btn:hover {
  background-color: black;
}

/*.footer {
    background-color: $cream-color;
    color: $black-color;
    text-align: center;
    padding: 20px 0;
}*/
.special-sentences-section {
  padding: 60px 20px;
  text-align: center;
}
.special-sentences-section .section-heading {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
}
.special-sentences-section .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.special-sentences-section .special-image-container {
  flex: 1;
  min-width: 45%;
  max-width: 48%;
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f5f5f5;
  transition: transform 0.3s ease;
}
.special-sentences-section .special-image-container:hover {
  transform: scale(1.05);
}
.special-sentences-section .special-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-sentences-section .special-image-container .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
}
.special-sentences-section .text-container {
  flex: 1;
  min-width: 45%;
  max-width: 48%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff4e6;
  border-radius: 10px;
}
.special-sentences-section .text-container .description {
  font-size: 1.1rem;
  color: #000;
  font-weight: normal;
}
.special-sentences-section .text-container .highlight {
  color: #d4af37;
  font-weight: bold;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 50px 20px;
  font-size: 0.9rem;
}
footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
footer .footer-container .footer-column {
  flex: 1 1 250px;
  min-width: 200px;
}
footer .footer-container .footer-column h5 {
  color: #fff4e6;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
footer .footer-container .footer-column p, footer .footer-container .footer-column a {
  color: #fff;
  margin: 0;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-container .footer-column p:hover, footer .footer-container .footer-column a:hover {
  color: #fff4e6;
}
footer .footer-container .footer-column .footer-address {
  line-height: 1.5;
}
footer .footer-container .footer-column .footer-social {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
footer .footer-container .footer-column .footer-social a {
  font-size: 1.4rem;
  transition: color 0.3s ease;
}
footer .footer-container .footer-column .footer-social a:hover {
  color: #fff4e6;
}
footer .footer-bottom {
  border-top: 1px solid #666;
  padding-top: 20px;
  text-align: center;
  color: #666;
}
footer .footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  footer .footer-container {
    flex-direction: column;
    text-align: center;
  }
}

.flash-banner .carousel-item {
  height: 400px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.flash-banner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.flash-banner .carousel-item .carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.flash-banner .carousel-item .carousel-caption p {
  font-size: 1.2rem;
}

.flash-banner .carousel-item {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.flash-banner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.flash-banner .carousel-item .carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.flash-banner .carousel-item .carousel-caption .btn-banner {
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #e1b12c;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.flash-banner .carousel-item .carousel-caption .btn-banner:hover {
  background-color: #bf931b;
}

.about-us-section {
  background-color: #fff4e6;
  padding: 50px 20px;
  display: flex;
  align-items: center;
}
.about-us-section .about-image {
  flex: 1;
}
.about-us-section .about-image img {
  width: 100%;
  border-radius: 5px;
}
.about-us-section .about-content {
  flex: 1;
  padding: 20px;
}
.about-us-section .about-content h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.about-us-section .about-content p {
  margin-top: 10px;
  font-size: 1rem;
  color: #000;
}

.advantages-section {
  padding: 50px 20px;
  text-align: center;
}
.advantages-section h2 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 30px;
}
.advantages-section .advantage-item {
  padding: 15px;
  text-align: center;
}
.advantages-section .advantage-item i {
  font-size: 2.5rem;
  color: #e1b12c;
}
.advantages-section .advantage-item h3 {
  margin-top: 15px;
  font-size: 1.25rem;
  color: #000;
}
.advantages-section .advantage-item p {
  font-size: 0.9rem;
  color: #000;
}

.flash-banner .carousel-item {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.flash-banner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.flash-banner .carousel-item .carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}
.flash-banner .carousel-item .carousel-caption .btn-banner {
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #e1b12c;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.flash-banner .carousel-item .carousel-caption .btn-banner:hover {
  background-color: #bf931b;
}

.services-section {
  background-color: #fff4e6;
  padding: 50px 20px;
}
.services-section .service-card {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.services-section .service-card:hover {
  transform: scale(1.05);
  background-color: #f0f0f0;
}
.services-section .service-card img {
  max-width: 100%;
  height: auto;
}
.services-section .service-card .card-body {
  text-align: center;
  padding: 20px;
}
.services-section .service-card .card-body h5 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
.services-section .service-card .card-body p {
  font-size: 1rem;
  color: #555;
  margin-top: 15px;
}
.services-section .service-card .card-body .btn-service {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #e1b12c;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.services-section .service-card .card-body .btn-service:hover {
  background-color: #bf931b;
}

.flash-banner .carousel-item {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.flash-banner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.flash-banner .carousel-item .carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}
.flash-banner .carousel-item .carousel-caption .btn-banner {
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #e1b12c;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.flash-banner .carousel-item .carousel-caption .btn-banner:hover {
  background-color: #bf931b;
}

.gallery-section {
  background-color: #fff4e6;
  padding: 50px 20px;
}
.gallery-section h2 {
  font-size: 2.5rem;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}
.gallery-section .gallery-item {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-item:hover {
  transform: scale(1.05);
}
.gallery-section .gallery-item img {
  max-width: 100%;
  border-radius: 5px;
  height: auto;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-item img:hover {
  transform: scale(1.1);
}

.flash-banner .carousel-item {
  height: 400px;
  background-size: cover;
  background-position: center;
}
.flash-banner .carousel-item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.flash-banner .carousel-item .carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}
.flash-banner .carousel-item .carousel-caption .btn-banner {
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #e1b12c;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.flash-banner .carousel-item .carousel-caption .btn-banner:hover {
  background-color: #bf931b;
}

.contact-section {
  padding: 50px 20px;
  background-color: #fff4e6;
}
.contact-section h2 {
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.contact-section .contact-details {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.contact-section .contact-details .contact-item {
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}
.contact-section .contact-details .contact-item i {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #e1b12c;
}
.contact-section .form-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-section .form-container input, .contact-section .form-container textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-section .form-container button {
  padding: 10px 20px;
  background-color: #e1b12c;
  border: none;
  color: #000;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contact-section .form-container button:hover {
  background-color: #bf931b;
}

#map {
  height: 400px;
  width: 100%;
  margin-bottom: 30px;
}

.thank-you-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff4e6;
  text-align: center;
}
.thank-you-container .thank-you-message {
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 600px;
}
.thank-you-container .thank-you-message h1 {
  font-size: 3rem;
  color: #e1b12c;
  font-weight: bold;
  margin-bottom: 20px;
}
.thank-you-container .thank-you-message p {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 30px;
}
.thank-you-container .thank-you-message .thank-you-btn {
  padding: 10px 20px;
  background-color: #e1b12c;
  color: #000;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.thank-you-container .thank-you-message .thank-you-btn:hover {
  background-color: #bf931b;
}

.thank-you-message {
  animation: fadeInUp 1.5s ease-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */