/* Hero Section */
.hero {
    background: url('../images/hero.jpg') no-repeat center center/cover;
    height: 650px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #3B2F2F; 
    font-family: 'Georgia', serif; 
}

/* Dark Overlay for Better Text Readability */
.hero-overlay {
    background: rgba(51, 26, 12, 0.6); 
    padding: 20px;
    display: inline-block;
    border-radius: 8px;
}

.btn-wood {
	background: rgba(139, 90, 43, 0.85); 
	color: #fff;
	border: 2px solid rgba(90, 62, 27, 0.9);
	padding: 12px 24px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 6px;
	transition: background 0.3s, transform 0.2s;
}

.btn-wood:hover {
	background: rgba(90, 62, 27, 0.95);
	color: #fff;
	transform: scale(1.05)
}

.footer-custom {
    background: url('/images/wood-texture.jpg') no-repeat center/cover;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    border-top: 3px solid #6b4f36;
    margin: 0 !important;
    border-bottom: none !important; /* Prevents any bottom border */
}

.footer-custom h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.footer-custom a {
	color: #ffcc99;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

.footer-custom a:hover {
	 color: #ffebcd !important;
}

.footer-custom .social-icon:hover {
	color: #FFEB0C;
}
.copyright {
	opacity: 1;
	margin-top: 10px;
	font-size: 15px;
	color:#fff;
}

.social-icon i {
    font-size: 30px;  /* Adjust size */
    margin: 10px;  /* Add spacing */
    color: white;  /* Change icon color */
    transition: 0.3s ease-in-out;
}

.social-icon i:hover {
    color: #FFD700;  /* Change color on hover */
}

.footer-custom .list-unstyled li a {
    color: white !important; /* Make links white */
    text-decoration: none; /* Remove underline */
    transition: color 0.3s ease-in-out;
}

.site-header {
  background: url("/images/wood-texture.jpg");
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
}

.logo {
  justify-self: center;
}

.site-logo {
  height: auto;
  max-height: 124px; /* ↑ was 64px */
  max-width: 156px; /* ↑ was 96px */
  border-radius: 50%;
}

/* Nav */
.nav {
  display: flex;
  justify-content: center;
}

.nav-left,
.nav-right {
  align-self: end; /* aligns lower vertically in the grid row */
  padding-top: -1rem; /* fine-tune downward shift */
}

.nav-list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.4rem;
}

.btn-primary.small {
  background: var(--blue, #0c1b26);
  color: #fff;
  padding: 0.4rem 0.9rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Mobile styles */
.nav-toggle {
  display: none;
}

@media (max-width: 768px) {
  .header-grid {
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
  }

  .nav-left,
  .nav-right {
    display: none;
    grid-column: 1 / 4;
    justify-content: center;
    margin-top: 1rem;
  }

  .nav-left.open,
  .nav-right.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .nav-toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
  }

   .site-logo {
    width: 96px;
    height: 72px;
  }
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.services-section {
    padding: 60px 0;
	color: #3B2F2F;
}

.service-box {
	background: rgba(255, 255, 255, 0.9);
	border: 2px solid #8B5A2B;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	margin: 15px 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 10px;
}

.service-box h3 {
	color: #8B5A2B;
}

.service-box:hover {
	transform: scale(1.05);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
	.services-section .row:last-child {
		justify-content: center;
	}
}

/* About Us*/

.about-page {
    background-color: #3A1F0B; 
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.about-title {
    text-align: center;
    padding: 60px 20px;
}

.about-title h1 {
    font-size: 2.5rem;
    color: #E3C8A8; 
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 40px auto;
    padding: 40px 20px;
}

.image-box {
    flex: 0 0 250px; 
    text-align: center;
	padding: 15px;
	border-radius: 15px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.image-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.container-box {
    background-color: rgba(255, 255, 255, 0.1); 
    padding: 30px;
    border-radius: 8px;
    flex: 1; 
    text-align: left;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.about-section h2 {
    color: #E3C8A8; 
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        text-align: center;
    }

    .image-box {
        flex: none;
        max-width: 80%;
    }

    .container-box {
        text-align: center;
    }
}

/* Contact Page Background */

.contact-page {
	background-color: #3A1F0B;
	color: white;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.hero-slider {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
}

.slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.slide {
	position : absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	display: none;
}

.hero-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 40px;
	text-align: center;
	border-radius: 10px;
}

.hero-text h1 {
	font-size: 2.5rem;
	color: #FFD700
}
.hero-text p {
	font-size: 1.2rem;
	color: #E3C8A8;
}

.contact-form {
	background-color: #4E2A14; 
    padding: 60px 10%;
    text-align: center;
}

.contact-form .container {
	max-width: 600px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.1);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.contact-form h2 {
	margin-bottom: 20px;
	color: #FFD700;
}

.form-group {
	margin-bottom: 15px;
	text-align: left;
}

.form-group label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-submit {
    background-color: #8B5A2B; /* Warm Brown */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.btn-submit:hover {
    background-color: #A67B5B; /* Lighter wood tone */
}

@media (max-width: 768px) {
    .hero-text {
        width: 90%;
        padding: 15px;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .contact-form {
        padding: 40px 5%;
    }
}
