body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1250px;
}

.text-brand {
  color: #c0392b;
}

.product-card {
  height: 260px;
}

.category-card {
  height: 260px;
}

.category-card img {
  height: 100%;
  object-fit: cover;
}

.product-card img {
  height: 190px;
  object-fit: cover;
}

.navbar {
  border-bottom: solid 1px #fff;
  padding: 0px;
  /* padding-bottom: 15px; */
}

.btn-brand {
  background: #c0392b;
  color: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.btn-brand:hover {
  background: #a93226;
}

.single-img {
  height: 300px;
  object-fit: cover;
}

.single-containar {
  max-width: 100% !important;
}

.logged-in-as {
  display: none;
}

.comment-form-comment label {
  display: block !important;
}

.comment-form-comment textarea {
  width: 75% !important;
}

/* Hero Section */
.hero-section {
  height: 400px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

/* Product Cards */
.product-card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
}

.category-card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-body h5 {
  font-weight: 600;
}

.price {
  font-weight: bold;
  color: #c0392b;
}

.hero-img-right {
  max-width: 90%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Scroll hone ke baad */
.navbar.scrolled {
  background: white !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-link {
  color: white;
}

.navbar.scrolled .nav-link {
  color: black !important;
}

.btn-brand {
  background-color: #c0392b;
  color: #fff;
  border: none;
  transition: 0.3s;
}

.btn-brand:hover {
  background-color: #c0392b;
}

#author {
  width: 67% !important;
}

#email {
  width: 67% !important;
}

.comment-form-url {
  display: none;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: #fff;
  font-size: 28px;
  padding: 3px 10px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
}

.category-card {
  cursor: pointer;
  transition: transform 0.3s;
  position: relative;
}

.category-card:hover {
  transform: scale(1.05);
}

.category-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 1;
}

.category-card .overlay h5 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 0 10px;
}

.service-img {
  height: 50px;
  width: 50px;
}

.service-card {
  border-radius: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  /* overflow: hidden; */
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.icon-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.02));
}

.service-icon {
  width: 36px;
  height: 36px;
  color: #111827;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 0.95rem;
  line-height: 1.45;
}

.custom-checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 1rem;
}

/* Create custom checkbox */
.custom-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 4px;
  background-color: #fff;
}

.custom-checklist li::after {
  content: "✔";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
  display: block;
}

.about-section {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: #333;
}

.about-section h2 {
  font-size: 2.25rem;
  line-height: 1.3;
}

.about-section p {
  font-size: 1rem;
  line-height: 1.7;
}

.about-section ul li {
  font-size: 1rem;
  line-height: 1.6;
}

.about-section img {
  max-width: 100%;
}

.checkmark {
  color: #000;
}

footer {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

footer h5 {
  font-weight: 600;
  letter-spacing: 0.5px;
}

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

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  padding: 12px 16px;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.2s ease;
}

.banner {
  display: flex;
  justify-content: center;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
}

.list-group-item {
  display: flex;
  align-items: center;
}

.single-cat {
  width: 232px;
  height: 157px;
  object-fit: cover;
}
.navbar-toggler {
  margin-right: 20px;
}
.commentlist {
  height: 150px;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .banner {
    display: block;
    justify-content: start;
  }

  .hero-img-right {
    max-width: 40%;
  }

  .hero-section {
    height: 500px;
  }

  footer .row > div {
    text-align: center;
  }

  footer .d-flex {
    justify-content: center !important;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 20px;
  }

  /* .hero-img-right{
  max-width:30% ;
} */
  .about-section h2 {
    font-size: 1.85rem;
  }

  .about-section p,
  .about-section ul li {
    font-size: 0.95rem;
  }

  .about-section .col-lg-6 {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .service-card {
    text-align: center;
  }

  .icon-wrap {
    margin: 0 auto 12px;
  }
  .navbar-nav {
    background-color: #fff;
    padding: 5px;
  }
  .nav-link {
    color: #000;
  }
  .navbar .container {
    padding: 0px !important;
  }
}

@media (max-width: 596px) {
  .hero-img-right {
    max-width: 60%;
  }

  .hero-section {
    height: 480px;
  }

  .comment-form-comment textarea {
    width: 100% !important;
  }

  .list-group-item {
    display: block;
    align-items: center;
  }
  .single-cat {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Layout */
.post-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
  margin-top: 150px !important;
}

.post-layout .col-left,
.post-layout .col-right {
  flex: 1;
  min-width: 300px;
}

/* Featured image */
.post-layout .featured-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.post-layout .featured-image img:hover {
  transform: scale(1.03);
}

/* Gallery */
.post-layout .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.post-layout .gallery img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s, border 0.2s;
}

.post-layout .gallery img:hover {
  transform: scale(1.1);
  border-color: #0073aa;
}

/* Post content */
.post-layout .post-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.post-layout .post-content {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Related products */
#related-posts {
  background: #f9f9f9;
  padding: 50px 0;
}

#related-posts .btn-outline-dark {
  padding: 8px 20px;
  border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .post-layout {
    flex-direction: column;
  }

  .post-layout .gallery img {
    width: 70px;
    height: 70px;
  }
}

/* comment form */

/* Container */
.comments-area {
  max-width: 800px;
  margin: 50px auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  color: #333;
}

/* Heading */
.comments-area h3#comments {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #111;
  font-weight: 600;
}

/* Comment list */
.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Individual comment */
.comment {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.comment:hover {
  background: #f1f1f1;
}

/* Comment author section */
.comment .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comment .comment-author img.avatar {
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid #ddd;
}

.comment .comment-author cite.fn {
  font-weight: 600;
  color: #0073aa;
}

.comment .comment-author .says {
  margin-left: 5px;
  font-weight: 400;
  color: #555;
}

/* Comment meta (date/time) */
.comment .comment-meta a {
  font-size: 0.85rem;
  color: #999;
  text-decoration: none;
}

.comment .comment-meta a:hover {
  text-decoration: underline;
}

/* Comment content */
.comment p {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #444;
}

/* Reply button */
.comment .reply a.comment-reply-link {
  display: inline-block;
  background: #0073aa;
  color: #fff !important;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: 0.3s;
}

.comment .reply a.comment-reply-link:hover {
  background: #005177;
}

/* Alternate comment shading */
.comment.alt {
  background: #f1f7fd;
}

/* Comment form */
#respond {
  background: #fefefe;
  padding: 25px;
  margin-top: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#respond h3#reply-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #111;
}

/* Form inputs and textarea */
#respond input[type="text"],
#respond textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: 0.3s;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
  border-color: #0073aa;
  outline: none;
}

/* Submit button */
#respond input#submit {
  background: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #005177;
}

/* Required field asterisk */
#respond .required {
  color: red;
}
