/* ================= General Body ================= */
body {
  font-family: 'Helvetica', sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  width: 100%;
  padding: 0;
  

}

/* ================= Navbar ================= */
.navbar {
  height: 60px;
  width: 120%;


}

.navbar .nav-link {
  font-weight: 400;
  color: #6b21a8;
  transition: color 0.1s ease;


}

.list-unstyled {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  justify-content:space-evenly;
  right: 37px;
  top: 0px;
  gap: 10px;
 
}

.navbar .nav-link:hover {
  color: #9d4edd;
}
.container a{
  position: relative;
  right: 5px;

}
.navbar-brand {
  font-size: 1.75rem;
}

ul li a {
  text-decoration: none;
  color: purple;
}

/* ================= Buttons ================= */
.btn-purple {
  background-color: #7e5bef;
  color: white;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.btn-purple:hover {
  background-color: #6931e5;
  transform: scale(1.05);
}

.btn-white {
  background-color: white;
  color: #7e5bef;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #7e5bef;
  transition: all 0.3s ease-in-out;
}

.btn-white:hover {
  background-color: #f3f3f3;
  transform: scale(1.05);
}

/* ================= Hero Section ================= */
section.relative {
  position: relative;
  overflow: hidden;
}

section.relative img {
  transition: transform 0.5s ease;
}

section.relative img:hover {
  transform: scale(1.05);
}

/* ================= Product Cards ================= */
.grid .bg-gray-50 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid .bg-gray-50:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* ================= Headings ================= */
h1,
h2,
h3,
h4,
h5 {
  color: #7e5bef;
}

/* ================= Newsletter ================= */
form input[type="email"] {
  width: 300px;
  max-width: 80%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 0.3s ease;
}

form input[type="email"]:focus {
  border-color: #7e5bef;
}

form button {
  cursor: pointer;
}

/* ================= Footer ================= */
footer {
  background-color: #7e5bef;

  color: white;
  padding: 2rem 0;
}

footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: rgb(82, 9, 138);
}

/* ================= Responsive Adjustments ================= */
@media (max-width: 768px) {
  .navbar .nav-link {
    margin: 0.2rem 0;
  }}
  @media (max-width: 420px) {
  .navbar .nav-link {
    margin: 0.2rem 0;
  }

  section.relative h1 {
    font-size: 3rem;
  }

  .grid {
    grid-template-columns: 1fr !important;
  }

  form input[type="email"] {
    width:100%;
    margin-bottom: 1rem;
  }
}

/* ================= General Body ================= */
body {
  font-family: 'Helvetica', sans-serif;
  background-color: #f9f9f9;
  color: #4b4b4b;
}

/* ================= Navbar ================= */
.navbar-brand {
  color: #6b21a8 !important;
  /* Purple */
}

.navbar-nav .nav-link {
  color: #4b4b4b !important;
  transition: color 0.2s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #6b21a8 !important;
}

/* ================= Buttons ================= */
.btn-purple {
  background-color: #6b21a8;
  border: none;
  color: white;
  font-weight: bold;
  transition: transform 0.3s, background-color 0.3s;
}

.btn-purple:hover {
  background-color: #581c87;
  transform: scale(1.05);
}

.btn-white {
  background-color: white;
  border: 2px solid #6b21a8;
  color: #6b21a8;
  font-weight: bold;
  transition: transform 0.3s, background-color 0.3s;
}

.btn-white:hover {
  background-color: #f3e8ff;
  transform: scale(1.05);
}

/* ================= Hero Section ================= */
section.relative h1 {
  letter-spacing: 1px;
}

section.relative p {
  line-height: 1.6;
}

/* ================= Cards ================= */
.grid .bg-gray-50 {
  transition: transform 0.3s, box-shadow 0.3s;
}

.grid .bg-gray-50:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* ================= Team Section ================= */
.grid img.rounded-full {
  transition: transform 0.3s;
}

.grid img.rounded-full:hover {
  transform: scale(1.05);
}

/* ================= Footer ================= */
footer h5 {
  font-weight: bold;
}

footer a {
  transition: color 0.3s;
}

/* ================= Responsive ================= */
@media (max-width: 770px) {
  .grid {
    grid-template-columns: 1fr !important;
  }}
  @media (max-width: 422px) {
  .navbar .nav-link {
    margin: 0.1rem 0;
  }


  section.relative img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

/* ================= General Body Styles ================= */
body {
  font-family: 'Helvetica', sans-serif;
  background-color: #f9f9f9;

}

/* ================= Navbar Styles ================= */
.navbar-brand {
  font-size: 1.75rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #6b21a8;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #d946ef;
}

/* ================= Hero Section ================= */
section.pt-32 {
  background-size: cover;
  background-position: center;
}

section.pt-32 h1 {
  letter-spacing: 1px;
}

/* ================= Buttons ================= */
.btn-purple {
  background-color: #6b21a8;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background-color: #7e22ce;
  transform: scale(1.05);
}

.btn-white {
  background-color: white;
  border: 2px solid #6b21a8;
  color: #6b21a8;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background-color: #6b21a8;
  color: white;
  transform: scale(1.05);
}

/* ================= Gallery Grid ================= */
.gallery-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media(min-width: 768px) {
  .gallery-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* ================= Gallery Filter Buttons ================= */
.filter-btn {
  border: 2px solid #6b21a8;
  background-color: white;
  color: #6b21a8;
  font-weight: 600;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #6b21a8;
  color: white;
  transform: scale(1.05);
}

/* ================= Cards ================= */
.bg-gray-50 {
  background-color: #f9f9f9;
}

.shadow-lg {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.rounded-lg {
  border-radius: 1rem;
}

/* ================= Section Headings ================= */
h2 {
  letter-spacing: 1px;
}

/* ================= Newsletter ================= */
form input[type="email"] {
  width: 300px;
  max-width: 100%;
}

form button {
  cursor: pointer;
}

/* ================= Footer ================= */
footer {
  background-color: #6b21a8;
  color: white;
}

footer a {
  text-decoration: none;
  color: #d1d5db;
  transition: color 0.3s ease;
}

footer a:hover {
  color: white;
}

footer h5 {
  font-weight: 500;
}

/* ================= WOW.js Animations ================= */
.wow {
  visibility: hidden;
}

/* ================= Responsive ================= */
@media(max-width: 768px) {
  .gallery-items {
    grid-template-columns: 1fr;
  }
  @media(max-width: 420px){

  }


  .flex.flex-col.md\:flex-row {
    flex-direction: column !important;
  }
}

/* ================= General Body ================= */
body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

/* ================= Navbar ================= */

.nav-link:hover {
  color: #9f7aea !important;
  /* Tailwind purple-400 */
}

/* ================= Hero Section ================= */
section.pt-32 {
  padding-top: 8rem;
}

section.pb-20 {
  padding-bottom: 5rem;
}

section h1,
section h2,
section h3 {
  font-family: 'Poppins', sans-serif;
}

/* ================= Buttons ================= */
.btn-purple {
  background-color: #7e22ce;
  /* Tailwind purple-700 */
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background-color: #9f7aea;
  /* Tailwind purple-400 */
  transform: scale(1.05);
}

.btn-white {
  background-color: white;
  color: #7e22ce;
  font-weight: 600;
  border: 2px solid #7e22ce;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background-color: #7e22ce;
  color: white;
  transform: scale(1.05);
}

/* ================= Products / Gallery Grid ================= */
.gallery-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* ================= Section Headings ================= */
section h2 {
  font-weight: 700;
  margin-bottom: 2rem;
  color: #7e22ce;
}

/* ================= Filters ================= */
.filter-btn {
  background-color: white;
  border: 2px solid #7e22ce;
  color: #7e22ce;
  font-weight: 600;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #7e22ce;
  color: white;
}

/* ================= Footer ================= */
footer {
  background-color: #7e22ce;
  color: white;
}

footer h5 {
  font-weight: 700;
}

footer a {
  color: #d8b4fe;
  /* Tailwind purple-200 */
  text-decoration: none;
}

footer a:hover {
  color: white;
}

/* ================= Responsive Adjustments ================= */
@media (max-width: 768px) {
  section h1 {
    font-size: 3rem;
  }

  .gallery-item img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}

/* ================= General ================= */
body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
}

/* ================= Navbar ================= */
.navbar-brand {
  font-size: 1.75rem;
}

.nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #9f7aea !important;
}

/* ================= Buttons ================= */
.btn-purple {
  background-color: #7e22ce;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background-color: #9f7aea;
}

.btn-white {
  background-color: white;
  color: #7e22ce;
  border: 2px solid #7e22ce;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-white:hover {
  background-color: #7e22ce;
  color: white;
}

/* ================= Cart Items ================= */
.cart-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}


.cart-item img:hover {
  transform: scale(1.05);
}

/* ================= Footer ================= */
footer {
  background-color: #7e22ce;
  color: white;
  width: 100;
}

footer a {
  color: #d8b4fe;
  text-decoration: none;
}

footer a:hover {
  color: white;
}

@media (max-width: 768px) {
  section h1 {
    font-size: 3rem;
  }

  .cart-item img {
    height: 200px;
  }
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.navbar-brand {
  font-size: 1.75rem;
}

.nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #9f7aea !important;
}

.btn-purple {
  background-color: #7e22ce;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background-color: #9f7aea;
}

form input,
form textarea {
  border-radius: 0.75rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

form input:focus,
form textarea:focus {
  border-color: #9f7aea;
  box-shadow: 0 2px 10px rgba(159, 122, 234, 0.3);
}

footer {
  background-color: #7e22ce;
  color: white;
}

footer a {
  color: #d8b4fe;
  text-decoration: none;
}

footer a:hover {
  color: white;
}

@media (max-width: 768px) {
  section h1 {
    font-size: 3rem;
  }
}


body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
}

.navbar-brand {
  font-size: 1.75rem;
}

.nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #9f7aea !important;
}

.btn-purple {
  background-color: #7e22ce;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background-color: #9f7aea;
}

form input,
form textarea {
  border-radius: 0.75rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

form input:focus,
form textarea:focus {
  border-color: #9f7aea;
  box-shadow: 0 2px 10px rgba(159, 122, 234, 0.3);
}

footer a {
  color: #d8b4fe;
  text-decoration: none;
}

footer a:hover {
  color: white;
}

@media (max-width:768px) {
  section h1 {
    font-size: 3rem;
  }
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
}

.navbar-brand {
  font-size: 1.75rem;
}

.nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #9f7aea !important;
}

.btn-purple {
  background-color: #7e22ce;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background-color: #9f7aea;
}

form input,
form textarea {
  border-radius: 0.75rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

form input:focus,
form textarea:focus {
  border-color: #9f7aea;
  box-shadow: 0 2px 10px rgba(159, 122, 234, 0.3);
}

footer a {
  color: #d8b4fe;
  text-decoration: none;
}

footer a:hover {
  color: white;
}

@media (max-width:768px) {
  section h1 {
    font-size: 3rem;
  }
}


/* ================= Global Styles ================= */
body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  color: #7e22ce;
  /* Mcaffine Purple */
}

/* ================= Navbar ================= */
.navbar {
  padding: 1rem 2rem;
}

.nav-link {
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #9f7aea !important;
}

/* ================= Buttons ================= */
.btn-purple {
  background-color: #7e22ce;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  background-color: #9f7aea;
  transform: scale(1.05);
}

/* ================= Forms ================= */
form input,
form textarea {
  border-radius: 0.75rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 100%;
}

form input:focus,
form textarea:focus {
  border-color: #9f7aea;
  box-shadow: 0 2px 10px rgba(159, 122, 234, 0.3);
}

/* ================= Footer ================= */
footer a {
  color: #d8b4fe;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: white;
}

/* ================= Grids & Sections ================= */
section {
  padding: 4rem 2rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ================= Hero Images ================= */
section img {
  max-width: 100%;
  height: auto;
}

/* ================= Responsive Media Queries ================= */

/* Small devices (phones, <768px) */
@media (max-width: 767px) {
  section h1 {
    font-size: 2.5rem;
  }

  section h2 {
    font-size: 2rem;
  }

  .navbar-collapse {
    text-align: center;
  }

  .navbar-nav {
    flex-direction: column;
    gap: 1rem;
  }

  .grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  .grid-cols-4 {
    grid-template-columns: 1fr !important;
  }

  .hero img {
    width: 80%;
    margin: 0 auto;
    position: static !important;
  }
}

/* Medium devices (tablets, 768px–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  section h1 {
    font-size: 3.5rem;
  }

  section h2 {
    font-size: 2.5rem;
  }

  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .hero img {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}




