/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2026 | 23:37:06 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Style+Script&display=swap');

body.hostinger-ai-builder-elementor, body.hostinger-ai-builder-gutenberg
 {
    padding-top: 0px;
}
  .premium-hero-section {
    background: linear-gradient(135deg, #fce1e4 0%, #fbcad2 100%);
    padding: 80px 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 550px;
  }
  .hero-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
  }
  .hero-text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-meta-tag {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #4b5563;
    margin-bottom: 25px;
    font-weight: 500;
  }
  .hero-heading {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    color: #1e2d4a;
    margin: 0 0 25px 0;
  }
  .cursive-text {
    font-family: "Style Script", cursive;
    color: #8c6753;
    font-size: 76px;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 1.6;
    color: #1e2d4a;
    max-width: 480px;
    margin-bottom: 35px;
    opacity: 0.9;
  }
  .hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .btn-primary {
    background-color: #cfa86b;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(207, 168, 107, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
  .btn-primary:hover {
    background-color: #bf975b;
    transform: translateY(-2px);
  }
  .btn-secondary {
    color: #1e2d4a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .btn-arrow {
    font-size: 16px;
    transition: transform 0.2s ease;
  }
  .btn-secondary:hover .btn-arrow {
    transform: translateX(4px);
  }
  .hero-image-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .masked-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 440px;
    aspect-ratio: 1 / 1;
    border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%;
    border: 3px solid #cfa86b;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  }
  .hero-model-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
  }
  @media (max-width: 991px) {
    .premium-hero-section {
      padding: 60px 30px;
    }
    .hero-container {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 50px;
    }
    .hero-text-content {
      align-items: center;
    }
    .hero-description {
      max-width: 100%;
    }
    .hero-heading {
      font-size: 48px;
    }
    .cursive-text {
      font-size: 58px;
    }
    .hero-image-content {
      order: -1;
    }
    .masked-image-wrapper {
      max-width: 320px;
    }
  }