body {
margin: 0;
font-family: 'Montserrat', sans-serif;
background-color: #ffffff;
color: #544541;
}

header {
background-color: #ffffff;
padding: 15px 40px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #eee;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

nav {
display: flex;
gap: 25px;
}

nav a {
text-decoration: none;
color: #333;
font-weight: 600;
}

.logo {
  height: 60px;
  width: auto;
}
.home-hero {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #f3ede0;
  padding: 110px 60px;
  gap: 40px;
}


.hero-text
{
flex: 1;
padding-left: 20px;
}

.hero-text h1 {
  font-size: clamp(42px, 5vw, 80px);
  line-height: 1.1;
  margin: 0 0 30px 0;
  font-weight: 700;
}

.hero-text p {
font-size: 18px;
margin-bottom: 25px;
max-width: 440px;
}

.hero-buttons
{
display: flex;
gap: 20px;
}

.hero-image {
  flex: 1;
  display: flex;
  align-items: stretch;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.primary-btn {
background-color: #544541;
color: white;
padding: 14px 28px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
display: inline-block;
}

.primary-btn:hover {
opacity: 0.85;
}

.secondary-btn {
border: 2px solid #544541;
color: #544541;
padding: 14px 28px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
display: inline-block;
}
.button {
background-color: #f3ede0;
color: #544541;
padding: 14px 28px;
text-decoration: none;
border-radius: 6px;
display: inline-block;
font-weight: 600;
transition: 0.3s;
}

.button:hover {
opacity: 0.85;
}

/* =========================
INTERNAL LINKS
========================= */

.internal-link {
color: #544541;
text-decoration: none;
font-weight: 600;
border-bottom: 1px solid rgba(84,69,65,0.4);
transition: 0.2s ease;
}

.internal-link:hover {
border-bottom: 1px solid #544541;
opacity: 0.8;
}
  
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
}
  
.section h3 {
text-align: center;
margin-bottom: 40px;
font-weight: 700;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 35px;
  margin-top: 60px;
}

.service-box {
background-color: #f8f8f8;
padding: 45px 30px;
border-radius: 16px;
text-align: center;
box-shadow: 0 20px 50px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
}

.service-box:hover {
transform: translateY(-8px);
}

.service-box h4 {
margin-bottom: 15px;
}

.service-box p {
line-height: 1.6;
color: #666;
}
  

.section {
  padding: 110px 0;
}

.intro-section {
  background-color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

 .intro-section p {
max-width: 700px;
margin: 0 auto;
margin-top: 20px;
line-height: 1.6;
} 
  .why-section {
padding: 80px 20px 40px 20px;
background-color: #ffffff;
text-align: center;
}

.why-section h2 {
margin-bottom: 60px;
}

.why-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 70px;
}

.why-item h4 {
margin-bottom: 15px;
}

.why-item p {
max-width: 300px;
margin: 0 auto;
}

.why-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  opacity: 0.8;
}

  .why-item {
  padding: 40px 30px;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.cta-section {
background-color: #f3ede0;
color: #544541;
padding: 80px 20px;
text-align: center;
}

.cta-section .primary-btn {
background-color: #544541;
color:  #ffffff;
}

.cta-section h2 {
font-size: clamp(28px, 4vw, 36px);
font-weight: 700;
margin-bottom: 20px;
}
.cta-section p {
opacity: 0.9;
}

.site-footer {
  background-color: #544541;
  color: white;
  padding: 80px 20px 40px 20px;
  margin: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 50px;
  margin-bottom: 50px;
  text-align: left;
}

.site-footer h4 {
  margin-bottom: 20px;
}

.site-footer p {
  margin-bottom: 10px;
  color: #e5e5e5;
}

.site-footer a {
  color: #e5e5e5;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
  width: 100%;
}

.social-links {
  margin-top: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.social-links img {
  width: 22px;
  height: 22px;
  opacity: 0.8;
  transition: 0.3s ease;
}

.social-links img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.social-icons {
display: flex;
gap: 15px;
margin-top: 15px;
}

.social-icons img {
width: 22px;
height: 22px;
opacity: 0.85;
transition: 0.3s;
}

.social-icons img:hover {
opacity: 1;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

  .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.2);
  display: none;
}
.overlay.active {
  display: block;
}

  .no-scroll {
  overflow: hidden;
}

.close-menu {
  display: none;
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
}
.whatsapp-btn {
  background-color: #544541;
  color: #f3ede0;
  border-radius: 30px;
}
  
@media (max-width: 768px) {

  header {
    padding: 15px 20px;
  }

  .menu-toggle {
    display: block;
    font-size: 28px;
    cursor: pointer;
    z-index: 1100;
  }

  nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 38%;
    max-width: 320px;
    background: #f3ede0;
    box-shadow: -10px 0 40px rgba(0,0,0,0.08);
    padding: 100px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1200;
  }

  nav.active {
    right: 0;
  }

  nav a {
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
    width: 100%;
  }

  nav.active a {
    opacity: 1;
    transform: translateX(0);
  }

  nav.active a:nth-child(2) { transition-delay: 0.05s; }
  nav.active a:nth-child(3) { transition-delay: 0.1s; }
  nav.active a:nth-child(4) { transition-delay: 0.15s; }
  nav.active a:nth-child(5) { transition-delay: 0.2s; }

  .close-menu {
  display: block;
}
  .overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.08);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1100;
  }

  .overlay.active {
    opacity: 1;
    pointer-events: all;
  }

  /* HERO MOBILE FIX */

  .home-hero {
    flex-direction: column;
    padding: 70px 24px;
  }

  .hero-text {
    padding-left: 0;
    width: 100%;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-text p {
    max-width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }

  .hero-buttons a {
    width: auto;
    text-align: center;
  }

  .hero-image {
    width: 100%;
    margin-top: 40px;
  }

}



/* =========================
SERVICES PAGE STYLES
========================= */

.page-hero {
background: #f3ede0;
text-align: center;
padding: 120px 20px;
}

.page-hero h1 {
font-size: clamp(42px, 5vw, 56px);
font-weight: 700;
margin: 0;
letter-spacing: -0.5px;
}

.service-detail {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
margin-bottom: 80px;
}

.service-detail img {
width: 100%;
height: 350px;
object-fit: cover;
border-radius: 12px;
}

.service-detail h2 {
margin-top: 0;
font-size: 32px;
}

.service-detail p {
line-height: 1.6;
}




/* =========================
SERVICES MOBILE
========================= */

@media (max-width: 768px) {

.page-hero {
padding: 80px 20px;
}

.page-hero h1 {
font-size: 32px;
line-height: 1.3;
}

.service-detail {
grid-template-columns: 1fr;
gap: 30px;
}

.service-detail img {
height: 260px;
}

}




/* =========================
ABOUT PAGE
========================= */

.page-hero {
background-color: #f3ede0;
padding: 100px 20px;
text-align: center;
}

.page-hero h1 {
font-size: 48px;
font-weight: 700;
}

.page-hero p {
max-width: 700px;
margin: 0 auto;
line-height: 1.6;
}

.section {
padding: 80px 20px;
}

.about-list {
margin-top: 30px;
padding-left: 20px;
line-height: 1.8;
}

.about-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}

.about-image img {
width: 100%;
height: 400px;
object-fit: cover;
border-radius: 12px;
}

.alt-section {
background-color: #f3ede0;
}

.center-text {
text-align: center;
max-width: 800px;
margin: 0 auto;
}

.values {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 40px;
margin-top: 60px;
}

.value-card {
background: white;
padding: 40px 30px;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0,0,0,0.05);
text-align: center;
}

.value-card h3 {
margin-bottom: 10px;
}

/* HOW WE WORK SECTION */

.how-we-work-section {
  background-color: #f8f8f8;
  padding: 100px 20px;
}

.how-we-work {
  max-width: 900px;
  margin: 0 auto;
}

.how-we-work h2 {
  margin-bottom: 20px;
}

.how-we-work-intro {
  max-width: 650px;
  margin-bottom: 60px;
  color: #666;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.process-step {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.step-number {
  min-width: 55px;
  height: 55px;
  background: #544541;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.process-content h3 {
  margin-bottom: 10px;
}

.process-content p {
  color: #666;
  line-height: 1.6;
}

.process-section {
  background-color: #f8f8f8;
  padding: 100px 20px;
}

.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.process-item {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  background: white;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: 0.3s ease;
}

.process-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.06);
}

.process-number {
  min-width: 48px;
  height: 48px;
  background: #544541;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-title,
.process-intro {
  text-align: left;
}

.process-title {
  text-align: center;
  margin-bottom: 15px;
}

.process-intro {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 60px auto;
}

.step-content h3 {
  display: inline-block;
}

.step-content {
  text-align: center;
}

/* =========================
ABOUT MOBILE
========================= */

@media (max-width: 768px) {

.about-split {
grid-template-columns: 1fr;
gap: 40px;
}

.about-image img {
height: 250px;
}

.values {
grid-template-columns: 1fr;
gap: 30px;
}

.page-hero {
padding: 80px 20px;
}

.page-hero h1 {
font-size: 32px;
line-height: 1.3;
}


  /* HOW WE WORK MOBILE FIX */

  .how-we-work-section {
    padding: 80px 20px;
  }

  .how-we-work {
    max-width: 100%;
  }

  .how-we-work-intro {
    max-width: 100%;
  }

  .process-step {
    flex-direction: column;
  }

  .step-number {
    margin-bottom: 15px;
  }

  .process-item {
    flex-direction: column;
    gap: 15px;
    padding: 25px;
  }

  .process-number {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  
}





/* =========================
CONTACT PAGE
========================= */

.page-hero {
background: #f3ede0;
text-align: center;
padding: 140px 20px;
}

.page-hero h1 {
font-size: 56px;
font-weight: 700;
letter-spacing: -1px;
color: #3f3431;
margin: 0;
}

.page-hero p {
margin-top: 20px;
font-size: 18px;
color: #6a5f5b;
}

.section {
padding: 80px 20px;
}

.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}

.contact-info h2 {
margin-bottom: 20px;
}

.contact-info p {
margin-bottom: 15px;
line-height: 1.6;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
width: 100%;
height: 52px;
padding: 0 14px;
margin-bottom: 20px;
border: 1px solid #ddd;
border-radius: 8px;
font-family: ‘Montserrat’, sans-serif;
box-sizing: border-box;
}

.contact-form textarea {
height: 150px;
padding: 14px;
resize: vertical;
}

.contact-form label {
display: block;
margin-bottom: 6px;
font-weight: 600;
}

.contact-form select {
padding-right: 40px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url(“data:image/svg+xml,%3Csvg xmlns=‘http://www.w3.org/2000/svg’ width=‘14’ height=‘14’ viewBox=‘0 0 20 20’ fill=‘none’ stroke=’%23544541’ stroke-width=‘2’ stroke-linecap=‘round’ stroke-linejoin=‘round’%3E%3Cpolyline points=‘6 8 10 12 14 8’/%3E%3C/svg%3E”);
background-repeat: no-repeat;
background-position: right 14px center;
background-size: 14px;
}

.whatsapp-btn {
background-color: #25D366;
color: white;
}

.button {
background-color: #544541;
color: #f3ede0;
padding: 14px 28px;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
display: inline-block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

/* =========================
CONTACT MOBILE
========================= */

@media (max-width: 768px) {

.contact-grid {
grid-template-columns: 1fr;
gap: 40px;
}

.section {
padding: 70px 20px;
}

.page-hero {
padding: 80px 20px;
}

.page-hero h1 {
font-size: 32px;
line-height: 1.3;
}

}
  
