* {
    box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFEE9;
  font-family: Montserrat;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Background */

.background-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* Daisy flower decorations */
.daisy {
    position: absolute;
    background-image: url('../imgs/daisy.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.daisy-l1 {
    left: -106px;
    top: 170px;
    width: 217px;
    height: 209px;
    opacity: 0.4;
}

.daisy-l2 {
    left: 5px;
    top: 412px;
    width: 120px;
    height: 125px;
    opacity: 0.7;
}

.daisy-l3 {
    left: -89px;
    top: 743px;
    width: 184px;
    height: 142px;
    opacity: 0.7;
}

.daisy-l4 {
    left: 125px;
    top: 865px;
    width: 147px;
    height: 133px;
    opacity: 0.7;
}
.daisy-l5 {
    left: 110px;
    top: 80px;
    width: 147px;
    height: 133px;
    opacity: 0.3;
}
.daisy-m1 {
    left: 700px;
    top: -20px;
    width: 90px;
    height: 90px;
    opacity: 0.5;
}

.daisy-r1 {
    right: 10px;
    top: 117px;
    width: 116px;
    height: 105px;
    opacity: 0.6;
}

.daisy-r2 {
    right: -150px;
    top: 745px;
    width: 272px;
    height: 219px;
    opacity: 0.55;
}
.daisy-r3 {
    right: -10px;
    top: -35px;
    width: 90px;
    height: 90px;
    opacity: 0.55;
}
.daisy-r4 {
    right: -60px;
    top: 425px;
    width: 130px;
    height: 130px;
    opacity: 0.55;
}

/* Header */

header {
  display:  flex;
  justify-content: space-between;
  background-color: transparent;
}

.header-left {
  align-items: center;
  padding: 20px 40px;
}

.logo {
  height: 90px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 20px 50px;
}

.main-nav a {
  margin-left: 30px;
  text-decoration: none;
  /* color: #000F3C; */
  color: #353e5a;
  font-weight: bold;
  font-size: 18px;
}

.main-nav a:hover {
  /* transform: translateY(-2px); */
  color: #17a3b6;
}

/* Hamburger Button */
.hamburger {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  /* color: #000F3C; */
  color: #353e5a;
  padding: 20px 30px;
  cursor: pointer;
  z-index: 1000;
}

/* Naslovnica */

.naslovnica-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
  flex-wrap: wrap;
  gap: 120px;
}

.text-block {
  max-width: 530px;
  flex-shrink: 1;
  /* flex: 1; */
  margin-left: 75px;
  justify-content: left;
}

.text-block h1 {
  font-size: 26px;
  /* color: #000F3C; */
  color: #353e5a;
  margin-bottom: 20px;
}

.subhead {
  font-size: 18px;
  color: #000F3C;
  text-align: left;
}

.cta-button-naslovnica {
  display: block;
  width: 300px;
  background: #51D1E4;
  color: white;
  text-align: center;
  font-weight: bolder;
  font-size: 22px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-top: 30px;
}

.cta-button-naslovnica:hover {
  background-color: #1fbfd3;
}


.cleaning_lady {
  position: relative;
  height: 100%;
  width: auto;
}

.cleaning_lady img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.circle {
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -65%);
  background: #FFF4CA;
  width: 400px;
  height: 400px;
  z-index: -1;
  opacity: 75%;
}

/* Services */

/* .wave {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
} */

.services-page {
  padding: 0px 0px;
  position: relative;
  overflow: hidden;
}

.daisies-container {
  height: 110px;
}

.headline h1{
  text-align: center;  
  color: #353e5a;
  font-size: 26px;
  padding-top: 20px;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  gap: 16px;
}

.section-divider img {
  width: 35px;
  opacity: 0.8;
}

.section-divider .line {
  flex: 1;
  height: 1px;
  background-color: #E3D6A6; 
  opacity: 0.7;
  max-width: 100px;
}


/* Usluge cards */

.featured-service-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.featured-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.featured-header img {
  width: 40px;
}

#featured-title {
  font-size: 18px;
  color: #353e5a;
  font-weight: bold;
  margin: 0;
}

#featured-text {
  font-size: 14px;
  color: #000F3C;
  line-height: 1.6;
  margin-top: 10px;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}

.service-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  height: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-header {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: center;
    gap: 18px; 
    margin-bottom: 20px;
}

.service-card img {
    width: 40px;
    flex-shrink: 0;
    /* padding-left: 25px; */
    /* margin-left: 30px; */
}

.service-card h3 {
    /* flex: 1; */
    font-size: 18px;
    color: #353e5a;
    margin: 0;
    line-height: 1.2;
}

.service-card.active {
  border: 2px solid #51D1E4;
  /* box-shadow: 0 0 2px #51D1E4; */
}


/* Kontakt */

.kontakt-page {
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  gap: 160px;
  flex-wrap: wrap;
}

.kontakt-info {
  min-width: 200px;
}

.kontakt-info h2 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #353e5a;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.contact-icon {
  width: 25px;
  margin-right: 25px;
}

.kontakt-form-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-width: 350px;
  max-width: 420px;
}

.kontakt-form {
  background: #FFFEF3;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  min-width: 400px;
}

.kontakt-form h3 {
  font-size: 20px;
  /* color: #3baea0; */
  color: #353e5a;
  margin-bottom: 20px;
  margin-top: 10px;
}

.input-group {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 15px;
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.15);
}

.input-icon {
  width: 22px;
  margin-right: 15px;
}

.input-group input,
.input-group textarea {
  border: none;
  background: transparent;
  flex: 1;
  font-size: 16px;
  outline: none;
  padding: 5px;
}

.input-group textarea {
  resize: none;
  height: 100px;
}

.cta-button-kontakt {
  width: 150px;
  background-color: #51D1E4;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bolder;
  font-size: 22px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  margin-top: 15px;
}

.cta-button-kontakt:hover {
  background-color: #1fbfd3;
}

.bg-img-1 {
  position: absolute;
  right: -320px;
  bottom: -20px;
  width: 450px;
  height: auto;
  object-fit: cover;
  z-index: -1;
  opacity: 65%;
}

.bg-img-2 {
  position: absolute;
  right: 370px;
  bottom: 40px;
  width: 100px;
  /* height: auto; */
  object-fit: cover;
  z-index: -1;
  opacity: 65%;
}



/* Mobile Styles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    margin-left: auto;
    padding: 0;
    font-size: 28px;
    background: none;
    border: none;
    color: #000F3C;
    cursor: pointer;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    background: #FFFEE9;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 999;
  }

  .main-nav a {
    padding: 8px 20px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    text-align: center;
  }

  .main-nav.show {
    display: flex;
  }

  header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .logo {
    height: 70px;
  }

  .header-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .naslovnica-section {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    gap: 0;
  }

  .text-block {
    margin-left: 0;
    text-align: center;
  }

  .subhead {
    text-align: center;
  }

  .cta-button-naslovnica {
    margin: 30px auto;
  }

  .cleaning_lady img {
    width: 80%;
  }

  .circle {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .kontakt-page {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
  }

  .kontakt-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    padding: 0 20px;
  }

  .kontakt-info h2 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .contact-item {
    justify-content: center;
  }

  .kontakt-form-container {
    flex-direction: column;
    align-items: center;
  }

  .kontakt-form {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    margin: 0 auto;
    min-width: auto;
  }

  .bg-img-1,
  .bg-img-2 {
    display: none;
  }
}
