/* ChicCharm Homepage Styles */

/* Base styles */
:root {
    --primary-color: #e83e8c;
    --secondary-color: #6c757d;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --accent-color: #ff9a8b;
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Playfair Display', serif;
  }
  
  body {
    font-family: var(--font-primary);
    color: var(--dark-color);
    line-height: 1.6;
    padding: 0;
    margin: 0;
  }
  
  h1, h2, h3, h4 {
    font-family: var(--font-secondary);
  }
  
  /* Add Google Fonts */
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;500;600&display=swap');
  
  /* Logo */
  .logo {
    max-height: 60px;
    width: auto;
  }
  
  /* Navbar */
  .navbar {
    padding: 20px 0;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .navbar-nav {
    align-items: center;
  }
  
  .navbar .nav-link {
    font-weight: 500;
    margin-right: 15px;
    color: var(--dark-color);
  }
  
  .navbar .book-now {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    margin-right: 15px;
    padding: 8px 20px;
    border-radius: 25px;
  }
  
  .navbar .book-now:hover {
    background-color: #d72d7b;
    border-color: #d72d7b;
  }
  
  .navbar .login-btn {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    padding: 8px 20px;
    border-radius: 25px;
  }
  
  .navbar .login-btn:hover {
    background-color: var(--secondary-color);
    color: white;
  }
  
  /* Hero Section */
  .hero-section {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('../img/hero-background.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 150px 0;
    text-align: center;
  }
  
  .hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
  }
  
  .hero-subtitle {
    font-size: 2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-content .btn {
    padding: 16px 40px;
    font-size: 1.25rem;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 30px;
    font-weight: 600;
  }
  
  .hero-content .btn:hover {
    background-color: #d72d7b;
    border-color: #d72d7b;
  }
  
  /* Featured Services */
  .featured-services {
    padding: 80px 0;
    background-color: var(--light-color);
  }
  
  .section-title {
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
  }
  
  .section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 15px auto 0;
  }
  
  .service-card {
    background-color: white;
    background-position: center;
    justify-content: center;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    transition: transform 0.3s ease;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
  }
  
  .service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
  }
  
  .service-card h3 {
    margin-bottom: 15px;
    font-weight: 600;
  }
  
  .featured-services .btn {
    margin-top: 40px;
    padding: 14px 35px;
    font-size: 1.1rem;
    border-radius: 30px;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
  }
  
  .featured-services .btn:hover {
    background-color: var(--primary-color);
    color: white;
  }

  .featured-services .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
  }
  
  .featured-services .column {
    flex: 0 0 300px;
    max-width: 300px;
    display: flex;
    justify-content: center;
  }


  
  
  /* About Section */
  .about-section {
    padding: 80px 0;
  }
  
  .about-section h2 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
  }
  
  .about-section h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 15px 0 0;
  }
  
  .about-image {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
    background-position: center;
  }
  
  /* Testimonials */
  .testimonials {
    padding: 80px 0;
    background-color: #f9f2f6;
  }

  .testimonials .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    padding: 0 20px;
  }

  .testimonials .column {
    flex: 0 0 300px;
    max-width: 300px;
    display: flex;
    justify-content: center;
  }

  .testimonial-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    text-align: left;
  }

  .testimonial-content {
    font-style: italic;
    position: relative;
    padding: 0 20px;
  }

  .testimonial-content:before {
    content: '\201C';
    font-size: 60px;
    position: absolute;
    left: -15px;
    top: -20px;
    color: var(--accent-color);
    opacity: 0.3;
  }

  .testimonial-author {
    margin-top: 20px;
    text-align: right;
  }

  /* CTA Section */
  .cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color), #ff9a8b);
    color: white;
  }
  
  .cta-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .cta-content p {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  
  .cta-content .btn {
    background-color: white;
    color: var(--primary-color);
    border: none;
    padding: 16px 40px;
    font-size: 1.25rem;
    border-radius: 35px;
    font-weight: 600;
  }
  
  .cta-content .btn:hover {
    background-color: var(--light-color);
  }
  
  /* Footer */
  .footer {
    background-color: var(--dark-color);
    color: white;
    padding: 60px 0 30px;
  }
  
  .footer h4 {
    margin-bottom: 20px;
    color: white;
    position: relative;
  }
  
  .footer h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 10px 0 0;
  }
  
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer ul li {
    margin-bottom: 10px;
  }
  
  .footer-contact p {
    margin-bottom: 10px;
  }
  
  .footer-contact i {
    margin-right: 10px;
    color: var(--accent-color);
  }
  
  .social-icons {
    display: flex;
    gap: 15px;
  }
  
  .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
  }
  
  .social-icons a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
  }
  
  .copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .hero-content h1 {
      font-size: 2.2rem;
    }
  
    .hero-section {
      padding: 100px 0;
    }
  
    .service-card, .testimonial-card {
      margin-bottom: 30px;
    }
  
    .about-image {
      margin-top: 30px;
    }
  
    .footer [class^="column"] {
      margin-bottom: 30px;
    }
  }

  html, body {
    overflow-x: hidden;
  }
  
  .row, .container, .main, .footer, .header {
    max-width: 100%;
    box-sizing: border-box;
  }
  