* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  line-height: 1.6;
  color: #333;
  padding-top: 80px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.container-footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  
}

.image-banner {
  position: relative;
  width: 100%;
  height: 300px !important;
  overflow: hidden;
}

.image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-overlay h3 {
  color: white;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  padding: 0 2rem;
  text-shadow: 0 4px 8px rgba(0,0,0,0.5);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}



.logo-made-overlay {
  width: 250px !important;
  height: 250px !important;
}

@media (min-width: 768px) {
  .image-banner {
    height: 500px;
  }

  .banner-overlay h3 {
    font-size: 3rem;
  }
}


.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/img/Nosy_be.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-bis {
  position: relative;
  min-height: 40vh;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/img/4.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(253, 253, 253, 0.418), rgba(255, 255, 255, 0.228), rgba(254, 254, 254, 0.481));
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 5rem 2rem;
}

.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  
}

.logo-large {
  height: 20rem;
  width: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

a {
  color: #b1e7e4 !important;
  text-decoration: none !important;
}

a:hover {
  color: #fdfdfd ;
  text-decoration: none !important;
}

.contact-info a p {
  color: #c3f9f6 !important;
  text-decoration: none;
}


.contact-info a p:hover {
  color: #64f0e7 !important;
  
}

.conditions-general {
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .logo-large {
    height: 10rem;
    lighting-color: #5eead4;
  }
}

.hero-subtitle {
  font-size: 1.875rem;
  color: #115e59;
  font-weight: 300;
  margin-bottom: 2rem;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 2.25rem;
  }
}

.hero-tagline {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  padding: 1.5rem 3rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.hero-tagline p {
  font-size: 1.5rem;
  color: #0f766e;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 768px) {
  .hero-tagline p {
    font-size: 1.875rem;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-logo {
  height: 6rem;
  width: auto;
  margin: 0 auto 1.5rem;
}

.section-header h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .section-header h2 {
    font-size: 3.75rem;
  }
}

.section-subtitle {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 1.875rem;
  }
}

.section-contact {
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  padding: 5rem 0;
}

.section-contact h2,
.section-contact .section-subtitle {
  color: white;
}

.section-contact .section-subtitle {
  color: #ccfbf1;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.contact-icon {
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 2rem;
  color: #5eead4;
}

.contact-info h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.contact-info p {
  color: #ccfbf1;
  font-size: 1.125rem;
}

.contact-form-wrapper {
  max-width: 800px;
  margin: 0 auto 4rem;
}

.contact-form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  padding: 3rem;
  border-radius: 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.contact-form h3 {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: white;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #5eead4;
  background: white;
}

.btn-submit {
  width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .social-links {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

.social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ccfbf1;
  font-size: 1.125rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: white;
}

.map-container {
  max-width: 80%;
  margin: 0 auto;
}

.map-google {
  width: 100%;
  height: 30%;
 
}

.map-placeholder {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 4rem;
  border-radius: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.map-placeholder i {
  font-size: 4rem;
  color: #5eead4;
  margin-bottom: 1rem;
}

.map-placeholder p {
  color: white;
  font-size: 1.5rem;
}

.section-services {
  background: linear-gradient(135deg, #115e59 0%, #0c0a09 100%);
  padding: 5rem 0;
}

.section-services h2,
.section-services .section-subtitle {
  color: white;
  
}

.section-services .section-subtitle {
  color: #ccfbf1;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  

  

}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.service-card i {
  font-size: 3rem;
  color: #5eead4;
  margin-bottom: 1rem;
}

.service-card h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.service-card p {
  color: #ccfbf1;
  font-size: 1.125rem;
}

.section-villas {
  background: linear-gradient(135deg, #f0fdfa 0%, #cffafe 100%);
  padding: 5rem 0;
}

.section-villas h2 {
  color: #134e4a;
}

.section-villas .section-subtitle {
  color: #0f766e;
}

.villas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .villas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .villas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.villa-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.villa-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.villa-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.villa-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.villa-card:hover .villa-image img {
  transform: scale(1.1);
}

.villa-info {
  padding: 2rem;
}

.villa-info h3 {
  color: #134e4a;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.villa-info p {
  color: #0f766e;
  font-size: 1.125rem;
}

.section-experience {
  background: white;
  padding: 5rem 0;
}

.section-experience h2 {
  color: #134e4a;
}

.section-experience .section-subtitle {
  color: #0f766e;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.experience-card {
  background: linear-gradient(135deg, #f0fdfa 0%, #cffafe 100%);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border: 1px solid #99f6e4;
}

.experience-card {
  display: flex;
  gap: 1rem;
}

.experience-icon {
  background: #99f6e4;
  border-radius: 50%;
  padding: 1rem;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.experience-icon i {
  font-size: 2rem;
  color: #0f766e;
}

.experience-content h3 {
  color: #134e4a;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.experience-content p {
  color: #115e59;
  font-size: 1.125rem;
}

.testimonial {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  text-align: center;
}

.testimonial blockquote {
  font-size: 1.875rem;
  color: white;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.testimonial-author {
  color: #ccfbf1;
  font-size: 1.125rem;
}

.section-destination {
  background: linear-gradient(135deg, #115e59 0%, #0c0a09 100%);
  padding: 5rem 0;
}

.section-destination h2,
.section-destination .section-subtitle {
  color: white;
}

.section-destination .section-subtitle {
  color: #ccfbf1;
}

.destination-content {
  max-width: 900px;
  margin: 0 auto 4rem;
}

.destination-text {
  color: white;
  font-size: 1.375rem;
  line-height: 1.8;
  text-align: center;
}

.destination-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .destination-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .destination-highlights {
    grid-template-columns: repeat(4, 1fr);
  }
}

.highlight-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  transition: all 0.3s ease;
}

.highlight-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.highlight-item i {
  font-size: 3rem;
  color: #5eead4;
  margin-bottom: 1rem;
}

.highlight-item p {
  color: white;
  font-size: 1.125rem;
  font-weight: 500;
}

.footer {
  background: linear-gradient(to right, #1f2937 0%, #374151 100%);
  padding: 3rem 0;
  color: white;
}

.footer .container-footer {
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.footer-logo img {
  height: 10rem;
  width: auto;
}

.footer-tagline {
  color: #9ca3af;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #9ca3af;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .footer-contact {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}

.footer-contact .separator {
  display: none;
}

@media (min-width: 768px) {
  .footer-contact .separator {
    display: inline;
  }
}

.footer-copyright {
  color: #6b7280;
  font-size: 1rem;
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #0f766e 0%, #134e4a 100%);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll-to-top.visible {
  display: flex;
}

.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(15, 31, 40, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.header.scrolled {
  background: rgba(15, 31, 40, 0.98);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header .logo img {
  height: 6rem;
  margin-left: 2rem;
  width: auto;
  transition: transform 0.3s ease;
}

.header .logo:hover img {
  transform: scale(1.05);
}

.navmenu {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.navmenu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}

.navmenu ul li {
  margin: 0;
}

.navmenu ul li a {
  color: #ccfbf1;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}

.navmenu ul li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #5eead4;
  transition: width 0.3s ease;
}

.navmenu ul li a:hover,
.navmenu ul li a.active {
  color: #5eead4;
}

.navmenu ul li a:hover::after,
.navmenu ul li a.active::after {
  width: 100%;
}

.mobile-nav-toggle {
  display: none;
  font-size: 1.75rem;
  color: #ccfbf1;
  cursor: pointer;
  transition: color 0.3s ease;
  background: none;
  border: none;
  padding: 0;
  z-index: 1000;
}

.mobile-nav-toggle:hover {
  color: #5eead4;
}

@media (max-width: 768px) {
  .navmenu ul {
    position: fixed;
    top: 80px;
    right: -100%;
    flex-direction: column;
    background: rgba(15, 31, 40, 0.98);
    backdrop-filter: blur(10px);
    width: 280px;
    padding: 2rem;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    gap: 1.5rem;
    height: calc(100vh - 80px);
  }

  .navmenu ul.mobile-nav-active {
    right: 0;
  }

  .navmenu ul li {
    width: 100%;
  }

  .navmenu ul li a {
    display: block;
    padding: 0.75rem 0;
    font-size: 1.25rem;
  }

   .mobile-nav-toggle {
    display: block;
    position: absolute;     /* AJOUTÉ */
    right: 2rem;           /* AJOUTÉ */
    top: 50%;              /* AJOUTÉ */
    transform: translateY(-50%);  /* AJOUTÉ */
  }

  .map-placeholder {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 2rem;
    border-radius: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
  }

  .map-container {
    max-width: 90%;
    margin: 0 auto;
  }

  .logo-made-overlay {
  width: 150px !important;
  height: 150px !important;
}
}
