@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Gloock&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

h2,
h3 {
  font-family: Gloock, serif;
}

a:hover {
  text-decoration: unset;
}

p {
  font-family: Inter, sans-serif;
}

.navbar-brand img {
  height: 50px;
}

.social-icons a {
  color: rgb(51, 51, 51);
  font-size: 16px;
}

.btn-custom,
.book-btn {
  background: rgb(251, 44, 54);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
}

.btn-custom:hover,
.book-btn:hover {
  background: rgb(251, 44, 54);
  color: rgb(255, 255, 255);
}

.section-container {
  padding: 60px 0px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 6px;
  transition: 0.3s;
  padding: 11px;
  margin-bottom: 30px;
}

.card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.kundli-card {
  flex: 1 1 0%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 6px;
  padding: 20px;
  margin: 15px;
  background: rgb(250, 250, 250);
}

.achievements-section {
  background: linear-gradient(to right, rgb(233, 30, 99), rgb(255, 152, 0));
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.achievement-card {
  background: white;
  color: rgb(51, 51, 51);
  border-radius: 10px;
  padding: 20px;
  width: 230px;
  text-align: center;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  transition: transform 0.3s;
}

.achievement-card:hover {
  transform: translateY(-8px);
}

.achievement-card img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.achievement-card h3 {
  font-size: 28px;
  font-weight: bold;
  color: rgb(233, 30, 99);
  margin: 0px;
}

.achievement-card p {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 600;
}

.services-section {
  padding: 60px 20px;
  background: linear-gradient(rgb(255, 247, 242), rgb(255, 253, 252));
  text-align: center;
}

.service-card {
  background: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  overflow: hidden;
  max-width: 330px;
  text-align: left;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-card-content {
  padding: 20px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: bold;
  color: rgb(198, 40, 40);
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: rgb(68, 68, 68);
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-card .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-card .buttons .btn-primary {
  background: rgb(198, 40, 40);
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.footer {
  background: rgb(255, 245, 245);
  padding: 60px 0px;
}

.footer a {
  color: rgb(51, 51, 51);
  display: block;
}

.topbar {
  background: linear-gradient(90.25deg, rgb(255, 123, 178) 3.46%, rgb(255, 208, 100) 105.03%);
}

.topbarinner {
  justify-content: space-between;
  width: 100%;
}

.rightsidewrap {
  color: white !important;
}

.rightsidewrap img {
  margin: 0px 8px 0px 0px !important;
}

.rightsideflex {
  display: flex;
  gap: 18px;
}

.headerwrap {
  border-bottom: 4px solid rgb(255, 255, 255);
}

.headerwrap .buy-now {
  background: unset;
  border: unset;
  padding: 0px;
}

#mainNav ul {
  gap: 20px;
}

#mainNav ul a {
  font-weight: 500;
  color: black;
  opacity: 0.6;
}

.herobanner {
  background-repeat: round !important;
}

.herobanner img {
  width: 100%;
  height: 680px;
  border-radius: 30px;
  object-fit: cover;
}

.vaidikmodern {
  position: absolute;
  top: 28%;
  left: 8%;
  width: 30%;
}

.swiper-button-prev {
  background: rgb(255, 246, 242);
  border: 6px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  border-radius: 100px;
  color: black;
  padding: 28px;
}

.swiper-button-prev::after {
  font-size: 25px;
}

.swiper-button-next {
  background: rgb(255, 246, 242);
  border: 6px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 40px;
  border-radius: 100px;
  color: black;
  padding: 28px;
}

.swiper-button-next::after {
  font-size: 25px;
}

.vaidikmodern {}

.vaidikmodern h2 {
  font-family: "Dancing Script", cursive;
  letter-spacing: 2px;
  color: rgb(95, 41, 41) !important;
}

.vaidikmodern h3 {
  color: rgb(177, 77, 77);
  font-size: 44px;
  line-height: 64px;
  font-weight: 400 !important;
}

.vaidikmodern p {
  font-weight: 300;
  color: rgb(6, 6, 6);
}

.swiper-pagination {
  display: none;
}

.main-paddd {
  padding: 80px 0px;
}

.bookpandit {
  width: 90%;
}

.bookpanditright a:hover {
  text-decoration: unset !important;
}

.bookpanditright p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 40px;
}

.main-paddd {
  /* image ka path yahan likho */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* poori screen ya div me image fit karega */
  background-position: center !important;
  /* image center me dikhayega */
}

.mainheading {
  text-align: center;
  margin-bottom: 30px;
}

.mainheading h6 {
  color: rgb(251, 44, 54);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 7px;
}

.section-containerwrap {
  background: linear-gradient(90.25deg, rgb(255, 123, 178) 3.46%, rgb(255, 208, 100) 105.03%);
  padding: 40px 0px;
}

.kundli-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  padding: 40px 60px;
  color: rgb(255, 255, 255);
  backdrop-filter: blur(10px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
}

.kundli-card h4 {
  font-weight: 200;
  margin-bottom: 5px;
  font-family: Gloock, serif;
  text-align: center;
  letter-spacing: 2px;
}

.kundli-card small {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.btn-danger {
  background-color: rgb(255, 45, 45);
  border: none;
  font-weight: 400;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}

.card {}

.card img {
  width: 100%;
  height: 270px;
  border-radius: 6px;
  object-fit: cover;
}

.card h5 {}

.card p {
  line-height: 23px;
}

.card .pricetag small {
  text-decoration: line-through;
  opacity: 0.6;
}

.card .pricetag b {
  color: rgb(153, 202, 59);
}

.card .pricetag {
  margin: 0px 0px 20px;
}

.pricetag .text-danger {
  font-size: 20px;
  font-weight: 700;
}

.book-btn {}

.vaidikwrap .col-md-2 {
  padding: 0px;
}

.vaidikwrap .card img {
  width: 62px;
  margin-bottom: 10px;
  height: 53px;
}

.vaidikwrap .card:hover {
  border: 1px solid rgb(255, 111, 0);
  background: rgba(247, 134, 8, 0);
}

.vaidikwrap .card {
  border: 1px solid rgba(128, 128, 128, 0.11);
  border-radius: 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  margin: 0px;
}

.topbar a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
}

.topbar img {
  height: 16px;
}

.topbar .social-icons img {
  height: 36px;
}

.btn-custom {
  background-color: rgb(251, 44, 54);
  color: rgb(255, 255, 255);
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
}

.btn-custom:hover {
  background-color: rgb(183, 28, 28);
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }

  .topbar .container {
    flex-direction: column;
    text-align: center;
  }

  .topbar .social-icons {
    margin-top: 5px;
  }

  .navbar .ml-lg-auto {
    margin-left: 0px !important;
  }

  .herobanner img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    object-fit: cover;
  }

  .swiper-slide {
    padding: 15px !important;
  }

  .vaidikmodern {
    position: absolute;
    top: 13%;
    left: 5%;
    width: 94%;
  }

  .vaidikmodern h2 {
    font-size: 18px;
  }

  .vaidikmodern h3 {
    font-size: 26px;
    line-height: 38px;
  }

  .vaidikmodern p {
    font-weight: 300;
    color: white;
    margin: 0px;
    font-size: 13px;
  }

  #mainNav ul {
    margin-left: 0px !important;
  }
}

.kundli-card input {
  height: 52px;
  border-radius: 10px;
  border: unset;
}

.kundli-card select {
  height: 52px;
  border-radius: 10px;
  border: unset;
  width: 100%;
  padding: 0px 10px;
}

.read--morebtn {
  margin-top: 30px;
  text-align: center;
}

.read--morebtn button {
  border: 1px solid rgb(251, 44, 54);
  background: unset;
  border-radius: 4px;
  padding: 10px 40px;
  font-size: 18px;
  color: rgb(130, 130, 130);
}

.blog-card {
  border-radius: 20px;
  border: 1px solid rgb(219, 219, 219);
  padding: 0px !important;
}

.blog-card h6 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.blog-link {
  font-weight: 600;
  color: red !important;
  text-decoration: unset !important;
}

.accordion-button:focus {
  box-shadow: unset !important;
}

.accordion-button {
  padding: 20px;
  background-color: white !important;
  border-radius: 0px !important;
  font-family: Inter !important;
}

.accordion-collapse {
  margin: 0px;
}

.accordion-header {}

.accordion-item {
  margin-bottom: 10px;
}

.onlinepadit {
  padding: 50px 0px;
  text-align: center;
  color: white;
  background-repeat: round !important;
}

.onlinepadit h2 {
  letter-spacing: 1px;
}

.onlinepadit p a {
  font-weight: 500;
  color: white;
  font-size: 17px;
}

.onlinepadit p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: white;
}

.bookpanditrightabout h2 {
  font-size: 51px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 20px;
}

.bookpanditrightabout p {}

.aboutpad {
  margin-bottom: 30px;
}

.aboutuswrap {
  margin-top: 20px;
}

.aboutuswrap h6 {
  font-weight: 700;
}

.contactbackpaddq {
  padding: 70px 0px;
}

.info-box h6 {
  font-size: 21px;
  margin-top: 10px;
  font-weight: 500;
}

.info-box p {
  font-weight: 200;
  width: 60%;
  margin: 0px auto;
}

.info-box {
  background: rgba(0, 0, 0, 0.44);
  border: 2px solid rgb(251, 44, 54);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 40px 20px;
  color: white;
}

.form-box h2 {
  color: white;
}

.form-box {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgb(251, 44, 54);
  backdrop-filter: blur(12px);
  padding: 40px 20px;
  border-radius: 10px;
  height: 100%;
  color: white;
}

.form-box .row {
  width: 95%;
  margin: 0px auto;
}

.form-box .row input {
  height: 59px;
  margin: 0px 0px 20px;
}

.contactflexbox {
  gap: 15px;
  width: 100%;
}

.contactbackpaddq .mainheading h2 {
  color: white;
}

.contactbackpaddq textarea {
  margin-bottom: 30px;
}

.bookpanditright a {
  background: rgb(251, 44, 54);
  color: rgb(255, 255, 255);
  border: none;
  padding: 15px 25px;
  border-radius: 4px;
  margin-top: 20px;
}

.gridwrapflex {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  gap: 15px;
}

.astro-card {
  background: #FFF6E8;
  padding: 30px 20px;
}

.astro-card h5 {
  margin: 20px 0 10px;
  font-weight: 700;
}

.astro-card p {
  font-size: 16px;
  line-height: 33px;
}

.astro-card a {
  background: rgb(251, 44, 54);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
}

.achievements {
  padding: 60px 0;
  color: #191919;
  text-align: center;
  background-size: cover !important;
}

.achievements h2 {
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}

.achievements .card img {
  width: 80px;
  height: 80px;
}

.achievements .card {
  background: rgb(255 255 255);
  border: none;
  border-radius: 15px;
  padding: 30px 20px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 20px;
  align-items: center;
}

.achievements .card:hover {
  transform: translateY(-10px);
}

.ourachive span p {
  margin: 0;
}

.ourachive span {

  text-align: left;
}

.ourservice .card {
  padding: 19px;
}

.ourservice .card h3 {
  color: #FB2C36;
  font-weight: 600;
  font-size: 22px;
  margin: 20px 0 20px;
}

.ourservice .card p {
  font-size: 14px;
  line-height: 25px;
  opacity: 0.6;
}

.ourservice .card a {
  background: rgb(251, 44, 54);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 16px;
  border-radius: 4px;
  width: fit-content;
}

.view-all {
  text-align: center;
}

.view-all-puja {
  border: 2px solid #fb2c36 !important;
  color: rgb(251 44 54);
  border: none;
  padding: 10px 16px;
  background: unset !important;
  border-radius: 4px;
}

.testimonial-card {}

.testimonial-card i {}

.testimonial-card p {}

.testimonial-card .client-info {}

.testimonial-card .client-info img {}

.testimonial-card h5 {}

.testimonial-card small {}

.footer {}

.footer .logo img {
  margin: 0 0 23px;
}

.footer .logo p {}

.footer .logo .social-icons a {
  background: #FB2C36;
  color: white !important;
  padding: 8px 10px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
}

.footer .logo .social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 30px;
}

.footer h5 {
  margin: 0 0 20px;
}

.footer ul {
  padding: 0;
}

.footer ul li p {
  margin: 0 0 13px;
  font-size: 18px;
  font-weight: 700;
}

.footer ul li {
  padding: 0;
  list-style: none;
  padding: 0 0 12px;
  font-weight: 400;
}

.footer ul li a {}

.footer ul li a {}

.contactus {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.booking-form {
  /* background: rgba(255, 255, 255, 0.15); */
  background: rgba(10, 10, 10, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 30px 25px;
  width: 560px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  border: 1px solid #FB2C36;
}

.booking-form h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.booking-form input,
.booking-form select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.booking-form input::placeholder {
  color: #666;
}

.input-row {
  display: flex;
  gap: 10px;
}

.booking-form button {
  width: 100%;
  padding: 14px;
  background: #ff3b3b;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-form button:hover {
  background: #e73333;
  transform: translateY(-2px);
}

label {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
}

span {
  color: #ff3b3b;
}

@media (max-width: 400px) {
  .booking-form {
    width: 90%;
    padding: 25px 20px;
  }
}

.bookingform {
  justify-content: center;
}

.subfoote {
  background-color: #e73333;
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  color: white;
}

.panditcard {
  padding: 10px;
  border: 1px solid #E2E2E2;
  border-radius: 12px;
  margin: 0 0 30px;
}

.butonflexpandit button {
  width: 40% !important;
}

.butonflexpandit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.left-panel {
  flex: 0 0 150px;
  /* Fixed width for thumbnails */
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fcfcfc;
  border-right: 1px solid #eee;
}

.left-panel img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.2s ease;
}

.left-panel img:hover,
.left-panel img.active {
  border-color: #007bff;
  /* Example active color */
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

.main-image-section {
  flex: 1;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.main-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.shopdetailsleftside img {
  width: 120px;
  height: 130px;
  border-radius: 10px;
}

.product-details {
  flex: 2;
  padding: 0 40px 0px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.product-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rating .stars {
  color: #ffc107;
  margin-right: 8px;
}

.rating .stars i {
  font-size: 16px;
}

.rating span {
  font-size: 14px;
  color: #666;
}

.price-section {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.current-price {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-right: 10px;
}

.original-price {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}

.discount {
  font-size: 18px;
  font-weight: 600;
  color: #28a745;
}

.description-section {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.description-section h3 {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.description-section p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.description-section .view-more {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.color-selector {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.color-selector h3 {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.colors {
  display: flex;
  gap: 10px;
}

.color-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.color-box:hover,
.color-box.selected {
  border-color: #007bff;
  transform: scale(1.1);
}

.color-box.green {
  background-color: #28a745;
}

.color-box.yellow {
  background-color: #ffc107;
}

.color-box.red {
  background-color: #dc3545;
}

.color-box.black {
  background-color: #333;
}

.color-box.white {
  background-color: #f8f9fa;
  border: 1px solid #ccc;
}

/* Added specific white border */

.pin-code-section {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  align-items: center;
}

.pin-code-section input {
  flex-grow: 1;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
}

.pin-code-section button {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.pin-code-section button:hover {
  background-color: #0056b3;
}

.quantity-add-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.quantity-controls button {
  background-color: #f8f9fa;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  color: #555;
  transition: background-color 0.2s ease;
}

.quantity-controls button:hover {
  background-color: #e2e6ea;
}

.quantity-controls span {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.add-to-cart-btn {
  background-color: #ff5722;
  /* Orange color */
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  /* Prevent text wrap */
}

.add-to-cart-btn:hover {
  background-color: #e64a19;
}

.share-btn {
  background-color: #f8f9fa;
  color: #6c757d;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.share-btn:hover {
  background-color: #e9ecef;
  color: #495057;
}

.delivery-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.delivery-info strong {
  color: #333;
}

.delivery-options {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
}

.delivery-option-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fcfcfc;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
  /* Prevent text wrap */
}

.delivery-option-box i {
  color: #007bff;
  font-size: 16px;
}

.key-benefits-section {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.key-features,
.benefits {
  flex: 1;
  min-width: 250px;
  /* Minimum width for each column */
}

.key-features h3,
.benefits h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.key-features ul,
.benefits ul {
  list-style: none;
  padding: 0;
}

.key-features ul li,
.benefits ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.key-features ul li i,
.benefits ul li i {
  color: #ffc107;
  /* Gold color for bullet points */
  font-size: 14px;
  line-height: 1.6;
  /* Align icon with text */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
    margin-top: 20px;
  }

  .left-panel {
    flex-direction: row;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 15px;
  }

  .left-panel img {
    width: 80px;
    height: 80px;
  }

  .main-image-section {
    padding: 15px;
  }

  .product-details {
    padding: 20px;
    border-left: none;
    border-top: 1px solid #eee;
  }

  .product-title {
    font-size: 20px;
  }

  .current-price {
    font-size: 24px;
  }

  .original-price,
  .discount {
    font-size: 16px;
  }

  .quantity-add-section {
    flex-direction: column;
    align-items: stretch;
  }

  .add-to-cart-btn {
    width: 100%;
    justify-content: center;
  }

  .share-btn {
    width: 100%;
  }

  .pin-code-section {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .pin-code-section button {
    width: 100%;
  }

  .key-benefits-section {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  body {}

  .left-panel {
    gap: 10px;
  }

  .left-panel img {
    width: 60px;
    height: 60px;
  }

  .product-title {
    font-size: 18px;
  }

  .current-price {
    font-size: 22px;
  }

  .delivery-options {
    flex-direction: column;
    gap: 10px;
  }
}

.shopimagesflex {
  display: flex;
  /* align-items: flex-start; */
}

.shopdetailsleftside {
  display: flex;
  flex-direction: column;
  gap: 22px;
}