body {
    background: linear-gradient(to bottom, #add8e6, #006400);/* deep green */
    color: #000000; /* gold */
    font-family: 'Georgia', serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.bsd {
    position: fixed;
    top: 8px;
    right: 10px;
    font-size: 1.5em;
    color: #000000; /* gold */
    font-family: "Georgia", serif;
    z-index: 1000;
    text-align: right;
    direction: rtl; /* for Hebrew letter order */
    unicode-bidi: plaintext; /* keeps it in the right visual spot */
}

header {
    text-align: center;
    padding: 40px 20px;
    border-bottom: 2px solid #000000;
}

header .logo {
  width: 100px;     /* adjust as needed */
  height: auto;
  display: block;
  margin: 0 auto 10px auto; /* centers and adds space below */
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.intro {
    text-align: center;
    padding: 30px 20px;
    max-width: 800px;
    margin: auto;
}

.whatsapp-btn {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.3s;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
}

.features, .process, .summary {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

h2 {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    text-align: center;
}

ul, ol {
    list-style: none;
    padding-left: 0;
}

ul li, ol li {
    margin: 12px 0;
    font-size: 1.1em;
}

strong {
    color: #E29A3F;
}

footer {
    text-align: center;
    padding: 30px 20px;
    border-top: 2px solid #000000;
    background-color: #004d00;
}

.whatsapp-footer {
    display: block;
    margin: 10px 0;
    color: #25D366;
    text-decoration: none;
    font-weight: bold;
}

.whatsapp-footer:hover {
    text-decoration: underline;
}

/* Navigation links */
nav a {
    color: #000000;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

.com-service {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  background-color: #faf9f7;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-family: "Georgia", serif;
  line-height: 1.6;
}

.com-service h2 {
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
}

com-service p {
  margin-bottom: 15px;
}

.com-service ul {
  margin: 15px 0 15px 20px;
}

.com-service li {
  margin-bottom: 8px;
}

/* Pricing table */
.price-table {
    width: 90%;
    max-width: 700px;
    margin: 20px auto;
    border-collapse: collapse;
    color: #000000;
}

.price-table th, .price-table td {
    border: 1px solid #000000;
    padding: 10px;
    text-align: center;
}

.price-table th {
    background-color: #006400;
}

/* Design gallery */
.design-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px;
}

.design-gallery figure {
  margin: 0;
}

.design-gallery img {
    border: 2px solid #000000;
    border-radius: 8px;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.design-gallery figcaption {
  margin-top: 6px;
  font-size: 0.9em;
  color: #000000;
}
