
/* Base Font Settings */
body {
  font-family: 'Mulish', sans-serif;
  color: #333; /* Adjust text color as needed */
  font-size: 15px; /* Base font size for readability */
  line-height: 1.2;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600; /* Boldness for headings */
  color: #222; /* Adjust heading color */
}

p {
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
}

/* Specific Font Usages */
.testimonial-section .testimonial-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem; /* Slightly larger text */
  font-weight: 400;
  color: #000000;
}

.testimonial-section .testimonial-author {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  color: #fff; /* Light text for contrast */
}

button, a {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  text-transform: uppercase; /* Clean and professional look */
} 
:root {
  --font-body: 'Mulish', sans-serif;
  --font-heading: 'Playfair Display', serif;
}

body {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

/* Testimonial Section Styling */
.testimonial-section {
  font-family: var(--font-body);
  color: #fff;
  text-align: center;
}

.testimonial-section .testimonial-text {
  font-family: var(--font-heading);
  font-style: italic; /* Adds elegance */
  color: #000000;
}

.testimonial-section .testimonial-author {
  font-family: var(--font-body);
  font-weight: 600;
  color: #ffba00;
}


.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.bg-dark {
  background-color: #ffffff00;
}

.btn-pink {
  background-color: #ff007f;
  color: white;
}

.btn-pink:hover {
  background-color: #e60070;
}




/* assets/css/style.css */
.hero-section {
    height: 100vh; /* Full screen height */
    background: url('../slider-02.jpg') no-repeat center center fixed;
    margin-top: -150px;
    background-position: center;
    position: relative;
    color: #fff;
    padding-top: 70px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Add a dark overlay */
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2; /* Ensures content is above overlay */
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section .btn {
    background-color: #ff7a7a;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 30px;
    text-align: center;
}

.hero-section .btn:hover {
    background-color: #ff5757;
}

/* HEADER SECTION */


/* assets/css/style.css */
.luxury-section {
    background-color: #f9f9f9;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}

.luxury-section ul {
    padding-left: 0;
}

.luxury-section li {
    font-size: 1rem;
    color: #555;
}

.img-fluid {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.img-fluid {
  max-width: 223%;
  height: auto;
}


.section-header {
  
    text-align: center;
    margin-bottom: 40px;
  }
  .section-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .section-header p {
    color: #6c757d;
  }
  .service-grid img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .features {
    border: 1px solid red;
    text-align: center;
    margin-top: 30px;
  }
  .features .icon {
    font-size: 2rem;
    color: #ff7f50;
    margin-bottom: 10px;
  }
  .features h5 {
    font-weight: bold;
  }
  .features p {
    color: #6c757d;
  }



  .section-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .section-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .section-header p {
    color: #6c757d;
  }
  .service-card {
    border: none;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  .service-card:hover {
    transform: translateY(-10px);
  }
  .service-card .icon {
    font-size: 3rem;
    color: #ff7f50;
    margin-bottom: 15px;
  }
  .service-card h5 {
    font-weight: bold;
  }
  .service-card p {
    color: #6c757d;
  }
  .btn-custom {
    background-color: #ff7f50;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
  }
  .btn-custom:hover {
    background-color: #e66b3d;
  }


  .img-fluid2{
    width: 100%;
    height: auto;
  }
  .yoga-section h2 {
    color: #333333;
  }
  
  .yoga-section p {
    color: #555555;
  }
  
  .stat-box {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
  }
  /* SERVICES SECTION */
  .services-section {
    background-color: #fffaf5; /* Same as body background */
}

.section-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
}

.service-card {
    background-color: transparent;
}

.service-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-card h6 {
    font-size: 0.9rem;
    font-weight: 600;
}

.service-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.service-card p {
    font-size: 0.9rem;
    color: #6c757d;
}

.service-link {
    font-size: 1.5rem;
    transition: color 0.3s;
}

.service-link:hover {
    color: #c40036;
}

/* STATE SECTION */
  .stat-box h3 {
    color: #ff7a7a;
  }
  
  .stat-box p {
    color: #777777;
  }

.stats {
    background-color: #333;
}

.stats h3 {
    font-size: 2rem;
    color: #ff7a7a;
}

.stats p {
    font-size: 1.1rem;
    color: #ddd;
}


/* Testimonial Section */
.testimonial-section {
  background: url('../Testimonianze.jpg') no-repeat center center/cover;
  position: relative;
  padding: 50px 0;
  color: #fff;
}

.testimonial {
  max-width: 800px;
  margin: 0 auto;
}

.quote-icon i {
  font-size: 2.5rem;
  color: #ffba00; /* Highlighted yellow color */
}

.testimonial-text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.8;
  color: black;
}

.testimonial-author {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}

.testimonial-role {
  font-size: 0.9rem;
  color: #ccc;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #dd0808;
  border-radius: 50%;
  width: 50px; 
  height: 50px; 
}

.carousel-control-prev,
.carousel-control-next {
  color: #fff;
  opacity: 0.8;
  margin-left: -100px; /* Aggiungi distanza dal bordo sinistro */
  margin-right: -100px; /* Aggiungi distanza dal bordo destro */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}



  /* Footer Styles */
  .footer{
    background: linear-gradient(90deg, #2a5298, #1e3c72);
  }
  .info-section {
    background: linear-gradient(90deg, #2a5298, #1e3c72);
    border-radius: 12px;
    padding-left: 245px;
    margin: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .info-box {
    text-align: center;
    width: 400px;
    color: white;
  }

  .info-box i {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .footer-section {
    background: linear-gradient(90deg, #2a5298, #1e3c72);
    padding: 40px 20px;
  }

  .footer-logo {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .footer-description {
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #d1d1d1;
  }

  .footer-links {
    list-style: none;
    padding: 0;
  }

  .footer-links li {
    margin-bottom: 10px;
  }

  .footer-links a {
    color: #00d9ff;
    text-decoration: none;
  }

  .footer-links a:hover {
    text-decoration: underline;
  }

  .footer-social-icons a {
    color: white;
    margin-right: 10px;
    font-size: 1.2rem;
  }

  .footer-social-icons a:hover {
    color: #00d9ff;
  }


/* CONTACT US PAGE  */

.contact-banner {
  background: url('../Contact.jpg') no-repeat center center/cover;
  text-align: center;
  color: white;
  padding: 100px 0;
}

.contact-banner h1 {
  font-size: 3rem;
}

.contact-banner p {
  font-size: 1.5rem;
}

.container {
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.details, .form {
  flex: 1 1 45%;
}

form {
  display: flex;
  flex-direction: column;
}

form label {
  margin-bottom: 5px;
  font-weight: bold;
}

form input, form textarea, form button {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 1rem;
}

form button {
  background-color: #ff007f;
  color: white;
  border: none;
  cursor: pointer;
}

form button:hover {
  background-color: #ff007f;
}

.map iframe {
  width: 100%;
  border: none;
}


/* FAQS  */
.faq-container {
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

 h1 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 20px;
}

/* FAQ Item */
.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 5px;
}

.faq-answer {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  background: #f9f9f9;
  padding: 10px;
  border-left: 4px solid #2c3e50;
  border-radius: 4px;
}

/* ABOUT US */
.about h2 {
    color: #2d3748;
}

.booking {
    background: url('booking-background.jpg') no-repeat center center / cover;
}

.services h2 {
    color: #2d3748;
}

.services h4 {
    font-weight: bold;
    color: #ff6f61;
}


  



/*  */


.hero {
  background: url('../Gastrointestinal-Disorders.jpg') no-repeat center center/cover;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  padding: 5rem 1rem;
  text-align: center;
}

.list-group-item.active {
  background-color: #ff6f61;
  border-color: #ff6f61;
}

.list-group-item {
  color: #333;
  border-color: #ddd;
}

.list-group-item:hover {
  background-color: #ffe5e0;
}

/* Buttons */
.btn-primary {
  background-color: #ff6f61;
  border-color: #ff6f61;
}

.btn-primary:hover {
  background-color: #ff4c3b;
}


.img-fluid-Gastrointestinal {
  width: 450px;
  height: auto;
}
/* Footer */
footer {
  font-size: 0.9rem;
  color: #ddd;
}

/* Whatsapp Chat  */
/* WhatsApp Icon */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  cursor: pointer;
}
.whatsapp-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Chat Popup */
.chat-popup {
  position: fixed;
  bottom: 100px;
  left: 20px;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  z-index: 20;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #25d366;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chat-user {
  display: flex;
  align-items: center;
}

.user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-details h5 {
  margin: 0;
  font-size: 16px;
}

.user-details span {
  font-size: 12px;
  color: #d9fdd3;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.chat-body {
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.chat-body .chat-message p {
  margin: 0;
  padding: 10px;
  background: #e4f7e4;
  border-radius: 5px;
  line-height: 1.5;
}

.chat-body .chat-message span {
  display: block;
  font-size: 12px;
  color: #999;
}

.chat-footer {
  padding: 10px;
  background: #f1f1f1;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.start-chat {
  padding: 10px 20px;
  background: #25d366;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.start-chat:hover {
  background: #1eb953;
}
.info-section {
  background: linear-gradient(90deg, #2a5298, #1e3c72);
  border-radius: 12px;
  padding: 20px;
  margin: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.info-box {
  text-align: center;
  color: white;
}

.info-box i {
  font-size: 2rem;
  margin-bottom: 10px;
}

.footer-text {
  text-align: center;
  margin-top: 20px;
  color: #d1d1d1;
}
