/* ----------------------------------
   GLOBAL
---------------------------------- */
body{
    font-family: newsreadr;
  }

/* Button Styling */
.btn {
  background-color: #a6764f;
  color: white;
  border-radius: 10px;
  border-color: #ffffff;
  padding: 10px 25px;
  transition: 0.3s;
}

.btn:hover {
  background-color: #ffffff;
  color: #a6764f;
  transform: translateY(-3px);
  opacity: 0.9;
  border-color: #a6764f;
}


/* ----------------------------------
   Navbar
---------------------------------- */
/* Common Color */
  :root {
    --coffee-brown: #5a4b3e;
  }

  /* Topbar */
  .topbar {
    background-color: var(--coffee-brown);
  }

  /* Main Navbar */
  .main-navbar {
    background-color: var(--coffee-brown);
  }

  /* Logo Style */
  .logo-img {
    height: 35px;
    width: auto;
  }

  /* Nav Links Hover */
  .nav-link {
    color: #ffffff !important;
    transition: 0.3s;
  }

  .nav-link:hover {
    color: #f0d6b8 !important;
  }


/* ----------------------------------
   Hero
---------------------------------- */
/* Center Text Box */
.carousel-caption-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
  border-radius: 10px;
}
.img {
  height: 800px;
}
.opacity{
  background: rgba(0, 0, 0, 0.5);  
}
/* Subheading Color */
.slide-subtitle {
  color: #a6764f;
}


/* ----------------------------------
   About
---------------------------------- */
/* Background */
.about-section {
  background-color: #fdfaf6;
}

/* Image Styling */
.about-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Subtitle Color */
.about-subtitle {
  color: #a6764f;
}

/* List Styling */
.about-list li {
  margin-bottom: 8px;
  font-size: 16px;
}


/* ----------------------------------
   Services
---------------------------------- */
/* Section Background */
.services-section {
  background: url('assets/images/bg.jpeg') no-repeat center center/cover;
  position: relative;
}

/* Headings Color */
.service-heading {
  color: #a6764f;
}

/* Service Card Background */
.service-card {
  background-color: #fdfaf6;
  border-radius: 8px;
}

/* Images Inside Cards */
.service-img {
  max-width: 80%;
  height: 180px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* ----------------------------------
   Why Choose Us?
---------------------------------- */
/* Image styling */
.why-image {
  object-fit: cover;
  height: 500px;
  width: 100%;
}

/* Title Color */
.why-title-small {
  color: #a6764f;
}

/* Feature Icons */
.feature-icon {
  color: #a6764f;
}

/* Feature Heading */
.feature-heading {
  color: #5a4b3e;
}


/* ----------------------------------
   Our Product
---------------------------------- */
/* Section Subtitle */
.section-subtitle {
  color: #a6764f;
}

/* Active Filter Button */
.filter-btn.active {
  background-color: #5a4b3e;
  color: white;
}

/* Hover effect */
.filter-btn:hover {
  background-color: #a6764f;
  color: white;
  transition: 0.3s;
}

/* Card Styling */
#Projects .card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

#Projects .card:hover {
  transform: translateY(-10px);
}

/* Project item hide/show animation */
.project-item {
  transition: all 0.4s ease;
}

/* Make all project images same size */
#Products .card-img-top {
    height: 250px;          
    width: 100%;
    object-fit: cover;   
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


/* ----------------------------------
   Our Team
---------------------------------- */
#our-team {
    background-color: #fdfaf6;
}

#our-team img {
    height: 220px;
    object-fit: cover;
}


/* ----------------------------------
   Our Testimonial
---------------------------------- */
/* Testimonials Section */
#our-testimonials img {
    object-fit: cover;
}

#our-testimonials .card {
    background-color: #f9f5f0;
    transition: transform 0.3s;
}

#our-testimonials .card:hover {
    transform: translateY(-5px);
}


/* ----------------------------------
   Our Blog
---------------------------------- */
/* ---- OUR BLOG SECTION ---- */

.section-subtitle {
    color: #a6764f;
}

#our-blog .blog-img {
    height: 220px;
    object-fit: cover;
}

#our-blog .blog-card {
    transition: transform 0.3s ease;
    background-color: #f9f5f0;
}

#our-blog .blog-card:hover {
    transform: translateY(-5px);
}

#our-blog .read-more {
    text-decoration: none;
    color: #a6764f;
    font-weight: 500;
}


/* ----------------------------------
   Footer
---------------------------------- */
/* Footer Background */
.footer-section {
    background-color: #5a4b3e;
}

/* Footer Headings */
.footer-section h5 {
    color: #fff;
}

/* Footer Icons */
.footer-section i {
    color: #a6764f;
}

/* Hover Effects */
.footer-section a:hover {
    text-decoration: underline;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* ----------------------------------
   All Page Hero Section
---------------------------------- */
/* Hero Banner Section */
.hero-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* Background Image */
.hero-banner .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark Overlay */
.hero-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Centered Text */
.hero-banner .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ----------------------------------
   Contact Page
---------------------------------- */
/* Section Background & General */
.callback-section {
  background-color: #fdfaf6;
}

/* Heading Styles */
.callback-section .callback-title {
  color: #a6764f;
}

.callback-section .callback-subtitle {
  color: black;
  max-width: 900px;
}

/* Form Container */
.callback-form-container {
  border-color: #5a4b3e;
}

/* Form Input Fields */
.callback-form-container .form-control,
.callback-form-container .form-select,
.callback-form-container textarea {
  border-radius: 50px;
  transition: 0.3s;
}

.callback-form-container .form-control:focus,
.callback-form-container .form-select:focus,
.callback-form-container textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Google Map Container */
.map-container iframe {
  border: 0;
  border-radius: 1rem;
  width: 100%;
  height: 650px;
}


/* ----------------------------------
   All Product Img Page
---------------------------------- */
/* Section Title */
.product-title {
  color: #a6764f;
}
.modal-header{
  background-color: #a6764f;
  color: #ffffff;
}

.product-subtitle {
  max-width: 800px;
  color: #495057;
  opacity: 0.9;
}

/* Product Image Container */
.product-img {
  height: 300px;
  position: relative;
}

/* Image title overlay */
.img-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 6px 0;
}









