 .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      background: #E6C4A8;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      z-index: 1000;
      box-shadow: 0 4px 15px rgba(0,0,0,.05);
    }

    .logo {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      color: var(--black);
      font-weight: 600;
	   text-decoration: none;
    }

    .menu {
      list-style: none;
      display: flex;
      gap: 25px;
    }

    .menu a {
      text-decoration: none;
      color: var(--dark);
      font-weight: 500;
    }

    .burger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .burger span {
      height: 3px;
      width: 25px;
      background: var(--dark);
      margin: 4px 0;
      border-radius: 2px;
    }

    #nav-toggle { display: none; }

    @media (max-width: 768px) {
      .burger { display: flex; }
      .menu {
        position: absolute;
        top: 65px;
        right: 0;
        background: #fff;
        flex-direction: column;
        width: 100%;
        display: none;
        padding: 20px 0;
      }
      #nav-toggle:checked + .burger + .menu {
        display: flex;
      }
    }
    :root {
	  --black:#000000;
      --main: #c8a27c;
      --dark: #2b2b2b;
      --light: #faf7f4;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Montserrat', sans-serif;
      background: var(--light);
      color: var(--dark);
      line-height: 1.6;
    }

    header {
		  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
					  url('first.png') center/100% no-repeat;
		  color: #fff;
		  padding: 320px 20px;
		  text-align: center;
		}


    header h1 {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      margin-bottom: 15px;
    }

    header p {
      font-size: 1.2rem;
      margin-bottom: 30px;
    }

    .btn {
     
      background: var(--main);
      color: #fff;
      padding: 14px 30px;
      text-decoration: none;
      border-radius: 30px;
      font-weight: 500;
    }

    section {
      padding: 80px 20px;
      max-width: 1100px;
      margin: auto;
    }

    h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 40px;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .card {
      background: #fff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0,0,0,.05);
      text-align: center;
    }

    .card h3 {
      margin-bottom: 15px;
      color: var(--main);
    }

    .about {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

    .about img {
      width: 100%;
      border-radius: 20px;
    }

    .contact {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      max-width: 600px;
      margin: auto;
      box-shadow: 0 10px 25px rgba(0,0,0,.05);
    }

    .contact input, .contact textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border-radius: 8px;
      border: 1px solid #ddd;
      font-family: inherit;
    }

    footer {
      text-align: center;
      padding: 30px 20px;
      background: #1f1f1f;
      color: #aaa;
      font-size: .9rem;
    }

    @media (max-width: 800px) {
      .about { grid-template-columns: 1fr; }
      header h1 { font-size: 2.3rem; }
    }
	.logo-text {
  text-align: center;
}

.logo-text .service {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #5A3F33;
  margin-right: 70px; /* избутва наляво */
}

.logo-text .name {
  font-family: 'Great Vibes', cursive;
  font-size: 3rem;
  color: #7A5A48;
  margin-left: 70px; /* избутва надясно */
}
.logo-text1 {
  text-align: center;
}

.logo-text1 .service1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color:#6B4A3A;
  margin-right: 70px; /* избутва наляво */
}

.logo-text1 .name1 {
  font-family: 'Great Vibes', cursive;
  font-size: 5rem;
  color:--black;
  margin-left: 70px; /* избутва надясно */
}
#in4 {
	display: table-cell;
	vertical-align: middle;
	 }
#in44 {
	height:50%;
	width:50%;
	background:none; 
	display: inline-block;
	overflow: hidden; 
	}
	
	/* ===== SERVICES SECTION ===== */

.services-section {
    padding: 100px 8%;
    background: linear-gradient(135deg, #FDF6F0, #F8EDE3);
    text-align: center;
}

.services-header h1 {
    font-size: 42px;
    letter-spacing: 2px;
    color: #b68d40;
    margin-bottom: 10px;
}

.services-header p {
    font-size: 18px;
    color: #555;
    margin-bottom: 60px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.service-card {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(182,141,64,0.3);
}

.service-card h2 {
    margin: 20px 0 15px;
    color: #333;
    font-size: 22px;
}

.service-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

.service-icon {
    font-size: 40px;
    color: #b68d40;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #b68d40;
}

.service-card.premium {
    background: linear-gradient(135deg, #b68d40, #d4af37);
    color: white;
}

.service-card.premium h2,
.service-card.premium p,
.service-card.premium .price,
.service-card.premium .service-icon {
    color: white;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
    .services-header h1 {
        font-size: 30px;
    }

    .services-section {
        padding: 70px 5%;
    }
}

.service-visual {
    display: flex;
    justify-content: center;  /* центрира блока */
    margin-bottom: 40px;
}

.image-frame {
    position: relative;
    width: 150px;      /* фиксирана ширина на рамката */
    height: 150px;     /* фиксирана височина на рамката */
    border-radius: 20px;
    overflow: hidden;
    background-color: #fdf6f0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-image {
    max-width: 100%;      /* не надвишава рамката */
    max-height: 100%;     /* не надвишава рамката */
    object-fit: cover;    /* запазва пропорциите */
    border-radius: 15px;
    display: block;
    transition: transform 0.3s ease;
}

.image-frame:hover .service-image {
    transform: scale(1.05);
}

.floating-card {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.price-tag {
    background: linear-gradient(135deg, #b68d40, #d4af37);
    padding: 6px 15px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}