@import url("https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}
.logo {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}
.logo1 {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  visibility: hidden;
}
.logo-img {
  /* position: absolute; */
  top: 0;
  /* right: 430px; */
}
.Sabari {
  position: relative;
  /* right: 510px; */

  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  color: #880808;
}
.slogan {
  font-size: 18px;

  left: 25px;
  position: absolute;
  top: 10;
}

.logo {
  display: flex;
  align-items: center;
  text-align: center;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #444; */
  padding: 10px 20px;
  position: relative;
  margin-top: 50px;
  background-color: rgb(89, 121, 121);
  height: 13vh;
}
.navs {
  background-color: white;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin: 0 35px;
  position: relative;
  left: 0px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 1.6em;
  transition: color 0.3s ease;
  font-weight: 600;
}

.nav-links a:hover {
  color: #ff6347;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #0f0f0f !important;
  margin: 4px 0;
}

/* Dropdown menu styling */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fbf9f9f6;
  min-width: 360px;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-content li {
  margin: 0;
  list-style: none;
}

.dropdown-content a {
  padding: 10px 15px;
  color: rgb(17, 17, 17);
  text-decoration: none;
  display: block;
  font-size: 18px;
}

.dropdown-content a:hover {
  background-color: #555;
}

/* Show the dropdown on hover */
.nav-links li.dropdown:hover .dropdown-content {
  display: block;
}

/* Hamburger menu styling for responsiveness */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 4px 0;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    background-color: #333;
    transition: left 0.3s ease;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .nav-links li {
    margin: 0;
    width: 100%;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }

  .hamburger {
    display: flex;
  }
}

/* When a link is clicked, close the navbar (for mobile view) */
.nav-links li a {
  padding: 10px 20px;
  display: block;
  width: 100%;
}
.mt-2 {
  background-color: #e87e00;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white !important;
}

@media (max-width: 768px) {
  header {
    display: visible;
    height: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .navbar {
    justify-content: space-between;
    /* position: relative; */
    background-color: rgb(72, 139, 139);
    top: -20px;
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    /* position:relative; */
    position: absolute;
    left: -100%;
    top: 160px;
    flex-direction: column;
    width: 100%;
    background-color: #444;
    transition: left 0.3s ease;
    /* z-index: 99; */
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }
  .nav-links a {
    color: black;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
}

@media (max-width: 568px) {
  header {
    display: visible;
    height: 80px;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .Sabari {
    font-size: 23px;
  }
  .slogan {
    font-size: 12px;
  }

  .navbar {
    justify-content: space-between;
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    position: absolute;
    left: -100%;
    top: 60px;
    flex-direction: column;
    width: 100%;
    background-color: white;
    transition: left 0.3s ease;
    z-index: 99;
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
    color: #090909;
  }
}

/* styles.css */

body {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f8f9fa;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333;
}

.category-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.category-card h5 {
  font-size: 1.25rem;
  margin-top: 10px;
  color: #333;
}

.category-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* header */

.living-textiles-header h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fdfbfb;
  margin: 0;
}
.paths {
  text-decoration: none;
}

/* Animation: Fade in effect */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.living-textiles-header {
  background-image: url("image/table.jpeg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
  height: 20vh;
  position: relative;
  top: 20px;
}
.living-textiles-header h1 {
  font-size: 50px;
  font-weight: bolder;
  color: #fefdfd;
  margin: 0;
  position: relative;
  top: -20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .category-card h5 {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .category-card h5 {
    font-size: 0.9rem;
  }
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
}

.footer h4 {
  margin-bottom: 20px;
  color: #fff;
}

.footer p {
  margin: 0;
  color: #ccc;
}

.footer .form-group input,
.footer .form-group textarea {
  background-color: #444;
  border: 1px solid #555;
  color: #fff;
}

.footer .form-group input::placeholder,
.footer .form-group textarea::placeholder {
  color: #ccc;
}

.footer .btn-primary {
  background-color: #ff9000;
  border-color: #ff9000;
}

.footer .btn-primary:hover {
  background-color: #e87e00;
  border-color: #e87e00;
}

.footer .map-container iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.footer .fa-phone,
.footer .fa-envelope {
  margin-right: 10px;
}
