body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(135deg, #e6d3b1, #c19a6b);
  color: #333;
}

header {
  background: linear-gradient(rgba(59,47,47,0.85), rgba(59,47,47,0.85)), url('wood.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 36px;
}

nav {
  text-align: center;
  margin: 20px 0;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #3b2f2f;
  font-weight: bold;
  font-size: 18px;
}

section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
}

.services, .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.card img {
  width: 100%;
  border-radius: 10px;
}

.card h3 {
  margin-top: 15px;
  color: #3b2f2f;
}

footer {
  text-align: center;
  padding: 10px;
  background: #222;
  color: #aaa;
  font-size: 14px;
}

/* Contact Page Styles */
.contact-page {
  padding: 50px 20px;
  max-width: 700px;
  margin: auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.contact-page h2 {
  text-align: center;
  color: #3b2f2f;
}
.contact-info {
  text-align: center;
  margin: 20px 0;
}
.contact-info p, .contact-info a {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
  text-decoration: none;
}
.contact-info a {
  color: #ffd700;
  font-weight: bold;
}
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
input, textarea {}
  padding:


  .header-left{
    width: 160px;   
  height: auto;
  }

  .header{
    width: 150px;   
  height: auto;
  }
  
  .logo {
  width: 160px;   
  height: auto;  
}

body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        background: linear-gradient(135deg, #e6d3b1, #c19a6b);
        color: #333;
      }
      header {
        background:
          linear-gradient(rgba(59, 47, 47, 0.85), rgba(59, 47, 47, 0.85)),
          url("wood.jpg");
        background-size: cover;
        background-position: center;
        color: #ffd700;
        padding: 40px 20px;
        text-align: center;
      }
      header h1 {
        margin: 0;
        font-size: 40px;
      }

      section h2 { 
        margin: 0;
        font-size: 30px;
      }

      section {
        padding: 36px 20px;
        max-width: 1000px;
        margin: auto;
      }
      .services,
      .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
      }
      .card {
        background:
        padding: 30px;
        border-radius: 20px;
        box-shadow: 0 4px 10px rgb(0, 0, 0, 0.1);
        text-align: left;
        margin-top:15px ;
        
      
      }
      .card img {
        width: 100%;
        border-radius: 10px;
      }
      .card h3 {
        margin-top: 15px;
        color: #3b2f2f;
      }

      .card h4 {
        margin-top: 15px;
        color: #3b2f2f;
      }

      .contact {
        background: #3b2f2f;
        color: #fff;
        text-align: center;
        padding: 30px 20px;
      }
      .contact a {
        color: #ffd700;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
      }
      footer {
        text-align: center;
        padding: 10px;
        background: #222;
        color: #aaa;
        font-size: 14px;
      }
      nav {
        text-align: center;
        margin-top: -30px;
        background-color: brown;
        color: #ffd700;
      }
      nav a {
        font-size: 40px;
        font-weight: bold;
        margin-top: 20px;
        color: black;
      }
      .contact-bar {
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
       .services{
        font-style: oblique;
        text-align: center;
       }

      .contact-bar a {
        font-size: 36px;
        color: purple;
        text-decoration: underline;
        font-weight: bold;
      }

      .logo {
  width: 160px;        
  height: 160px;       
  border-radius: 50%;  
  object-fit: cover;  
  text-align: center;
  margin-right: 50px;
}
/* CSS */
.about-text {
    font-size: 20px;        /* paragraph size */
    line-height: 1.6;       /* spacing between lines */
    color: #333333;         /* text color */
    max-width: 900px;       /* text width */
    margin: 0 auto;         /* center alignment */
   
}

.about-text ul {
    list-style-type: disc;  /* bullet points */
    padding-left: 30px;
   
}

.about-text li {
    margin-bottom: 10px;    /* spacing between points */
   
}

.highlight {
    font-weight: bold;       /* bold keywords */
    font-size: 20px;         /* make keywords bigger */
    color: #000000;          /* black or adjust color */
}

.welcome-text{
 text-align: center;
 font-size: 30px;
 color: crimson;
}
.highlight{
  font-size: 20px;
}


/* CSS: Contact Section */
.contact-section {
    max-width: 600px;
    margin: 50px auto;
    text-align: left;
    font-family: Arial, sans-serif;

}

.contact-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;  /* Heading center align */
    margin-left: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 20px;
}

.contact-icon {
    width: 30px;       /* icon size */
    height: 30px;
    margin-right: 20px; /* space between icon and text */
}

.contact-item span {
    font-size: 20px;
    color: #333333;

}

/* CSS */
.contact-section {
    max-width: 600px;
    margin: 50px auto;
    font-family: Arial, sans-serif;
}

.contact-section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #333;
}

.contact-icon {
    font-size: 28px;
    margin-right: 15px;
}

.contact-item span {
    font-size: 18px;
}

.contact-icon {
    font-size: 50px;  /* icon eka loku karanna */
    margin-right: 15px;
    color: #333333;
}

/* Gallery images same size */
.gallery .card {
  height: 250px;              /* card height eka */
  overflow: hidden;
}

.gallery .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* image crop wela neat widihata fill wenne */
  border-radius: 10px;
}

body {
  font-family: 'Poppins', sans-serif;
}

/* Main title */
header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  letter-spacing: 2px;
}

/* Section headings */
section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
}

/* Card titles */
.card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.services ul li {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.services .card {
  background: linear-gradient(135deg, #8b5a2b, #c19a6b);
  color: #ffffff;
}

.services .card h3,
.services .card li {
  color: #ffffff;
}

/* Contact Section */
.contact-section {
  max-width: 700px;
  margin: 60px auto;
  background: linear-gradient(135deg, #8b5a2b, #c19a6b);
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  text-align: center;
}

.contact-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

/* Contact items */
.contact-item {
  background: rgba(255,255,255,0.15);
  border-radius: 15px;
  padding: 18px 25px;
  margin-bottom: 20px;
  transition: 0.3s;
}

.contact-item:hover {
  background: rgba(255,255,255,0.3);
  transform: scale(1.03);
}

.contact-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}

/* Icons */
.contact-icon {
  font-size: 40px;
  color: #ffd700;
}
.contact-page {
        padding: 50px 20px;
        max-width: 700px;
        margin: auto;
        background: black;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }
      .contact-page h2 {
        text-align: center;
        color: white;
      }
      .contact-info {
        text-align: center;
        margin: 20px 0;
      }
      .contact-info p,
      .contact-info a {
        font-size: 18px;
        margin: 10px 0;
        color: white;
        text-decoration: none;
      }
      .contact-info a {
        color: #ffd700;
        font-weight: bold;
      }
      form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
      }
      input,
      textarea {
        padding: 12px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 16px;
        width: 100%;
      }
      button {
        padding: 12px;
        background-color: #3b2f2f;
        color: #fff;
        border: none;
        font-size: 18px;
        cursor: pointer;
        border-radius: 8px;
      }
      button:hover {
        background-color: #222;
      }
      iframe {
        width: 100%;
        height: 300px;
        border: 0;
        border-radius: 10px;
        margin-top: 20px;
      }
      footer {
        text-align: center;
        padding: 10px;
        background: #222;
        color: #aaa;
        font-size: 14px;
        margin-top: 30px;
      }


  