/* ================================================================
   CUSTOM CSS - MELISSA MUNOZ WEBSITE
   ================================================================
   
   Add all your Custom Styled CSS here for New Styles or
   Overwriting Default Theme Styles for Better Handling Updates
   
   TABLE OF CONTENTS:
   1. CSS Variables
   2. Font Families
   3. Typography
   4. Layout & Structure
   5. Components
   6. Sections
   7. Forms
   8. Responsive Design
   ================================================================ */

/* ================================================================
   1. CSS VARIABLES
   ================================================================ */
:root {
  /* Colors */
  --primary-color: #ffaf93;
  --secondary-color: #fde9e2;
  --secondary-color-alpha: #fde9e28c;
  --button-color: #f7cdbe; 
  --background-light: #fef3ef;
  --background-alt: #fcf2ee;
  --text-dark: #242222;
  --text-theme-dark: #865544;
  --text-gray: #666;
  --text-light: #333;
  --border-color: #a8a8a8;
  --shadow-color: rgba(0, 0, 0, 0.1);
  
  /* Fonts */
  --font-primary: 'Raleway', sans-serif;
  --font-heading: 'Playfair Display', serif;
  --font-script: 'Kaushan Script', cursive;
  --font-serif: 'DM Serif Display', serif;
  --font-sans: 'Montserrat', sans-serif;
  
  /* Spacing */
  --section-padding: 4em;
  --border-radius: 30px;
  --border-radius-small: 7px;
  
  /* Transitions */
  --transition-smooth: all 0.3s ease;
}

/* ================================================================
   2. FONT FAMILIES
   ================================================================ */

/* Primary Fonts */
.raleway-personal {
  font-family: var(--font-primary);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-personal {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.kaushan-script-regular {
  font-family: var(--font-script);
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular {
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: normal;
}

.dm-serif-display-regular-italic {
  font-family: var(--font-serif);
  font-weight: 400;
  font-style: italic;
}

.playfair-display-personal {
  font-family: var(--font-heading);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-personal {
  font-family: var(--font-sans);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Fira Sans Font Family - Consolidated */
.fira-sans {
  font-family: "Fira Sans", sans-serif;
}

.fira-sans-thin { font-weight: 100; font-style: normal; }
.fira-sans-extralight { font-weight: 200; font-style: normal; }
.fira-sans-light { font-weight: 300; font-style: normal; }
.fira-sans-regular { font-weight: 400; font-style: normal; }
.fira-sans-medium { font-weight: 500; font-style: normal; }
.fira-sans-semibold { font-weight: 600; font-style: normal; }
.fira-sans-bold { font-weight: 700; font-style: normal; }
.fira-sans-extrabold { font-weight: 800; font-style: normal; }
.fira-sans-black { font-weight: 900; font-style: normal; }

.fira-sans-thin-italic { font-weight: 100; font-style: italic; }
.fira-sans-extralight-italic { font-weight: 200; font-style: italic; }
.fira-sans-light-italic { font-weight: 300; font-style: italic; }
.fira-sans-regular-italic { font-weight: 400; font-style: italic; }
.fira-sans-medium-italic { font-weight: 500; font-style: italic; }
.fira-sans-semibold-italic { font-weight: 600; font-style: italic; }
.fira-sans-bold-italic { font-weight: 700; font-style: italic; }
.fira-sans-extrabold-italic { font-weight: 800; font-style: italic; }
.fira-sans-black-italic { font-weight: 900; font-style: italic; }

/* ================================================================
   3. TYPOGRAPHY
   ================================================================ */

.title {
  font-family: var(--font-script), 'Nunito', 'Roboto', 'Source Sans Pro', Arial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: var(--primary-color);
}

h1 {
  text-align: center;
  color: var(--text-light);
  font-size: 2em;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: var(--text-gray);
  font-size: 1.2em;
  margin-bottom: 30px;
}

.intro-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.1em;
}

.phase-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.large-text-section {
  font-size: large;
}

#il-tuo-cane {
  font-size: larger;
}

#contattami-final {
  font-size: larger;
}

/* Typography Classes */
.hook {
  font-family: var(--font-serif) !important;
  font-weight: 500;
  font-style: normal;
  font-size: larger;
  border-radius: var(--border-radius);
}

.main-hook {
  font-family: var(--font-heading) !important;
  font-weight: 500;
  font-style: normal;
  font-size: larger;
  border-radius: var(--border-radius);
}

.main-hook-secondary {
  font-family: var(--font-heading) !important;
  font-weight: 300;
  font-style: normal;
  font-size: larger;
  border-radius: var(--border-radius);
}

.main-hook.form {
  font-size: 2.6rem !important;
}

#title-rotation {
  font-family: var(--font-heading) !important;
  font-weight: 400;
  font-style: normal;
}

#chi-sono {
  font-family: var(--font-heading) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 3rem !important;
  border-radius: var(--border-radius) !important;
}

#metodo-title {
  font-family: var(--font-serif) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 2.5rem !important;
  border-radius: var(--border-radius) !important;
  margin-bottom: 2em !important;
  padding-top: 3em !important;
}

#come-funziona {
  font-family: var(--font-serif) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 2.5rem !important;
}

#come-funziona-metodo {
  font-family: var(--font-serif) !important;
  font-weight: 200 !important;
  font-style: normal !important;
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
}

p {
  font-family: var(--font-primary) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
  color: var(--text-light) !important;
}

.fbox-content h3, h3 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
}

.fbox-content h3 {
  font-size: 1.7rem !important;
}

.steps-section h3 {
  margin-bottom: 2em !important;
}

/* ================================================================
   4. LAYOUT & STRUCTURE
   ================================================================ */

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

.section {
  margin: 0;
}

#read-section {
  margin: 0;
}

#read-section .container div.row {
  border: 1px solid #000000;
}

.row {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.row article {
  flex-shrink: 1;
}

.portfolio .row {
  width: 100%;
}

.section-services .row {
  width: 100%;
}

#img-1-wrapper {
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

#il-tuo-cane-tira .large-text-section {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ================================================================
   5. COMPONENTS
   ================================================================ */

/* Buttons */
#scopri-di-piu,
#chiedi-lezione,
#invia {
  background-color: var(--secondary-color-alpha);
  color: var(--text-dark);
  border: 0.5px solid var(--text-dark);
  padding: 10px 20px;
  text-decoration: none;
  transition: var(--transition-smooth);
}



#scopri-di-piu:hover,
#chiedi-lezione:hover,
#invia:hover {
  background-color: var(--secondary-color-alpha);
  color: #000000;
  border: 1px solid var(--secondary-color);
}

#scopri-di-piu {
  font-family: var(--font-sans) !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  border-radius: var(--border-radius);
}



.button {
  background-color: #f5c1afcf !important;
  border: 0.5px solid #8c8484 !important;
}

/* Images */
.img-responsive {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

img {
  border-radius: 4px;
}

#img-1 {
  width: 80%;
  height: 70%;
  object-fit: cover;
  border-radius: 1%;
}

#img-2 {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border: solid 20px white;
}

#img-2-about {
  top: 25%;
  width: 80%;
  height: 50%;
  object-fit: cover;
}

#img-method-1 {
  width: 90%;
  height: 60%;
  object-fit: cover;
}

#corso-images img {
  width: 28em;
  height: 28em;
}

#corso-images .fix {
  margin-bottom: 30px;
}

article .portfolio-image img {
  width: 100%;
  height: 50rem !important;
  object-fit: cover;
}

#section-services .row img {
  width: 100%;
  height: 40rem !important;
  object-fit: cover;
}

.portfolio figcaption {
  text-align: center;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.icon {
  font-size: 1.2em;
  margin-right: 5px;
}

/* Lists */
#first-list {
  list-style-type: none;
}

/* Anchors */
#form-anchor {
  display: block;
  position: relative;
  top: -100px;
  height: 0;
  visibility: hidden;
}

#homepage-slider.swiper_wrapper {
  width: 30%!important;
}

.mobile-header {
  display: none!important;
}

.desktop-header {
  display: block!important;
}

.card-body.form-element {
  padding: 0!important;
}

/* ================================================================
   6. SECTIONS
   ================================================================ */

/* Header */
#logo .title {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: height .4s ease, padding .4s ease, margin .4s ease, opacity .3s ease;
}

#header-wrap {
  -webkit-box-shadow: 0px 9px 10px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 9px 10px -2px var(--shadow-color);
}

.is-expanded-menu .full-header #logo {
  border-right: none;
}

/* Navigation */
.metodo-di-lavoro .menu-link,
.about .menu-link,
.contattaci .menu-link {
  color: #000;
}

/* Slider */
#slider {
  background: var(--secondary-color);
}

#slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(234, 233, 233, 0.1);
  z-index: 0;
}

#slider-inner {
  background-image: url("https://ibb.co/Mx0BMnrn");
}

#slider-contattami {
  background-image: url('../images/krys-running2.jpg');
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: cover;
  background-attachment: scroll;
  min-height: 60vh;
}

/* Page Sections */
.backg-1 {
  background: var(--background-light);
}

.page-section.alt {
  background: var(--background-alt) !important;
}

/* Contact Section */
#section-contact {
  padding-top: var(--section-padding);
  margin-top: 5em;
  margin-bottom: 15em;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  background-color: var(--secondary-color);
}

#section-contact h2 {
  padding-bottom: 1em;
}

/* FAQ Section */
#faq-section {
  margin-top: 25em;
}

/* Problems Section */
#problemi-comuni {
  padding-top: 5.5rem;
}

/* Content Gallery */
#content-gallery {
  padding-top: 1em !important;
}

#content-gallery .content-wrap {
  padding-top: 0;
}

/* Emphasis */
.emphasis-title {
  margin-bottom: 185px;
}

/* PAGE Contattami */
#contattami-title {
  margin-top: 14rem;
}

#slider-contattami h1, #contattaci-h1 {
  color: var(--text-dark);
  font-family: var(--font-heading);
}

.text-info {
  color: var(--text-theme-dark)!important;
}

.footer-clickable {
  color: rgb(148, 75, 86)!important;
}
/* ================================================================
   7. FORMS
   ================================================================ */

.form-control.border-form-control {
  background-color: #fff7f5 !important;
  border-radius: var(--border-radius-small);
}

.bg-color {
  background-color: var(--button-color) !important;
}

.color, label a {
  color: var(--text-theme-dark) !important;
}

.fbox-icon i {
  background-color: var(--button-color) !important;
  color: var(--text-dark) !important;
}

.fbox-content a {
    color: var(--text-theme-dark) !important;
  
}

.header-wrap-clone {
  height: auto!important;
}
/* ================================================================
   8. RESPONSIVE DESIGN
   ================================================================ */

/* Tablet and Desktop - Card Columns */
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns.grid-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .card-columns>* {
    display: inline-block;
    width: 100%;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* Layout Adjustments */
  #il-tuo-cane-tira {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }

  #img-1-wrapper {
    margin-bottom: 3em;
  }

  /* Typography */
  .title {
    font-size: 2rem;
  }

  #slider .phone-sizing {
    font-size: 2.5rem;
  }

  #slider a {
    font-size: 0.9rem;
  }

  /* Slider */
  #slider-inner {
    background-position: 61%;
  }

  #slider-contattami {
    background-image: url('../images/krys-running2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    background-attachment: scroll;
    min-height: 60vh;
  }

  /* Buttons */
  #scopri-di-piu {
    margin-top: 10em;
  }

  /* Media Elements */
  .fixed-size {
    width: 100%;
    height: auto;
  }

  .video-desktop {
    display: none;
  }

  .video-mobile {
    display: block;
  }

  /* Layout */
  #phase-section .container .row .col-md-6 {
    border: none !important;
  }

  p {
    margin-right: 10px;
    margin-left: 10px;
  }

  .menu-link {
    color: white !important;
  }

  /* .sticky-header  */#header-wrap {
    border-radius: 30px!important;
    width: 90%!important;
    margin: auto!important;
    margin-right: 5%!important;
    margin-left: 5%!important;
    margin-top: 1%!important;
    transition: all 0.3s ease;
    background-color: #f7cdbe!important;
  }

  /* .sticky-header */ #header-wrap .title {
   color: #212529;  
  }
  
 /*  .sticky-header  */.menu-link {
    color: black !important;
  }

  .desktop-header {
    display: none!important;
  }

  .mobile-header {
    display: block!important;
  }

  #title-rotation {
    margin-top: 2rem!important;
  }

  .hook {
    font-size: 1.3rem!important;
  }

}


/* ================================================================
   9. FOOTER
   ================================================================ */

#footer,
#copyrights {
  background-color: var(--secondary-color);
}

#footer a,
#copyrights a {
  color: #000;
}

