body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.woof-product-bg {
  min-height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
  padding: 10px 0 120px 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}
.woof-logo {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.woof-product-card {
  max-width: 950px;
  margin: 40 auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(60, 60, 120, 0.13);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.woof-product-image-section {
  flex: 1 1 380px;
  min-width: 340px;
  background: #f1f5f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 24px 24px 24px;
  position: relative;
}
.woof-main-image {
  width: 100%;
  max-width: 340px;
  max-height: 340px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  cursor: pointer;
  background: #fff;
  transition: box-shadow 0.2s;
}
.woof-main-image:hover {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.13);
}
.woof-thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
.woof-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}
.woof-thumb.selected {
  border: 2px solid #6366f1;
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.13);
}
.woof-product-info-section {
  flex: 1 1 400px;
  min-width: 320px;
  padding: 36px 32px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woof-product-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.woof-product-shortdesc {
  color: #475569;
  font-size: 1.08rem;
  margin-bottom: 18px;
  line-height: 1.5;
}
.woof-product-category {
  font-size: 1rem;
  color: #6366f1;
  margin-bottom: 18px;
  font-weight: 500;
}
.woof-product-price {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 12px;
}
.woof-product-price .old {
  color: #a3a3a3;
  text-decoration: line-through;
  font-size: 1.2rem;
  font-weight: 400;
}
.woof-product-brand {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 18px;
}
.woof-description-section {
  max-width: 950px;
  margin: 40px auto 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(60, 60, 120, 0.07);
  padding: 32px 36px;
}
.woof-description-section h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #6366f1;
  margin-bottom: 18px;
}
.woof-offer-banner {
  width: 50%;
}

@media (max-width: 900px) {
  .woof-product-card {
    flex-direction: column;
    margin: 0 auto 10px auto;
  }
  .woof-product-image-section,
  .woof-product-info-section {
    min-width: 0;
    padding: 28px 16px;
  }
  .woof-description-section {
    padding: 24px 26px;
    margin: 10px auto 0 auto;
  }
  .woof-offer-banner {
    width: 95%;
  }
}

/* Container for Mission and Vision Section */
.mission-vision-container {
  width: 100%;
  background-color: #f6f6f6;
  padding: 80px 0px 140px 0px;
  display: grid;
  justify-items: center;
}

.hintClass {
  width: 20vw;
  left: auto;
  left: initial;
  right: "0px";
}

.customDeleteDiv {
  width: -webkit-max-content;
  width: max-content;
}

.customReason {
  width: 100%;
  min-width: 400px;
}

.mainContainerOverride {
  width: 70%;
}

.aboutUsOverride {
  width: 70%;
}

.featuresOverride {
  width: 70%;
}

/* Inner container for holding both Mission and Vision side by side */
.mission-specific {
  margin-right: 30px;
}

/* Inner container for holding both Mission and Vision side by side */
.vision-specific {
  margin-left: 30px;
}

.mission-vision-inner {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-self: center;
}

/* Styles for each section (Mission and Vision) */
.mission-vision-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Image container for Mission and Vision */
.mission-vision-img-container {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 80px;
}

#customH1 {
  margin-bottom: 20px;
  margin-top: 50px;
  color: #ffffff;
}
#customButton {
  background-color: #ef743d;
  background-image: none;
  background-image: initial;
}

#customButton:hover {
  background-color: #c46134;
  background-image: none;
  background-image: initial;
}

#customButton:active {
  background-color: #c46134;
  background-image: none;
  background-image: initial;
}

#customContactSubmit {
  background-color: #ef743d;
  background-image: none;
  background-image: initial;
}
#customContactSubmit:active {
  background-color: #c46134;
  background-image: none;
  background-image: initial;
}

/* Heading for Mission and Vision */
.mission-vision-heading {
  color: #165f6e;
  margin-top: 25px;
  margin-bottom: 45px;
}

/* Text container for the Mission and Vision paragraph */
.mission-vision-text {
  color: #777;
  width: 400px;
  word-wrap: break-word;
  text-align: center;
}

.img-responsive-custom {
  /* height: 45vh; */
  width: 100%;
}

.page-scroll {
  color: #165f6e;
}

/* Media Query for screens below 900px */
@media (max-width: 1090px) {
  .mission-vision-inner {
    flex-direction: column;
    width: 90%;
  }

  .mission-vision-img-container {
    width: 30vw;
  }

  .mission-vision-text {
    width: 100%;
  }
  .mission-specific {
    margin-right: 0px;
  }

  /* Inner container for holding both Mission and Vision side by side */
  .vision-specific {
    margin-left: 0px;
  }

  .featuresOverride {
    width: 100%;
  }

  .aboutUsOverride {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1130px) {
  .mainContainerOverride {
    display: flex;
    justify-content: center; /* Center the title horizontally */
    align-items: center; /* Center items vertically */
    position: relative; /* Allows absolute positioning for the back button */
    width: 100%; /* Full width */
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .mainContainerOverride {
    display: flex;
    justify-content: center; /* Center the title horizontally */
    align-items: center; /* Center items vertically */
    position: relative; /* Allows absolute positioning for the back button */
    width: 100%; /* Full width */
    flex-direction: column;
  }
  #customMenu {
    width: 50px;
    position: absolute;
    left: 10px; /* Adjust based on how far left you want the button */
  }

  .customMenuCollapsed {
    align-self: baseline;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 3s ease-out;
  }

  /* When expanded */
  .customMenuCollapsed.in {
    max-height: 500px; /* Adjust this value based on your content's height */
    transition: max-height 3s ease-in;
  }

  #customNav {
    /* align-self: baseline; */
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 3s ease-out;
  }

  /* When expanded */
  #customNav.in {
    max-height: 500px; /* Adjust this value based on your content's height */
    transition: max-height 3s ease-in;
  }

  #customContentBox {
    padding-top: 150px;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 120px;
  }

  #customH1 {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  #customButton {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .customGalleryH2 {
    margin-top: 40px;
    font-size: 25px;
  }
  .customGalleryH3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .mission-vision-container {
    padding: 50px 0px 100px 0px;
  }

  .hintClass {
    width: 70vw;
    right: 0px;
    left: auto;
    left: initial;
  }
  .vision-specific {
    margin-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .customDeleteDiv {
    width: 100vw;
  }
  .customReason {
    width: 80%;
    min-width: 200px;
  }
}

/* PopupMessage.css */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-container {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.popup-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  color: #000;
}

.popup-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.popup-body {
  margin-bottom: 35px;
  color: black;
}

.popup-footer {
  display: flex;
  justify-content: flex-end;
}

.popup-button {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.popup-button:hover {
  background-color: #0056b3;
}


.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.barcodes {
  display: flex;
  flex-direction: row;
  /* align-items: center;
  justify-content: center; */
  /* padding: 10px; */
}

.barcodes img {
  margin: 10px;
  width: 200px;
  /* height: 30%; */
  display: block;
}



@media screen and (max-width: 400px) {
  #features {
    padding: 100px 0px 50px 0px;
    width: 100%;
  }
  #about,
  #services,
  #testimonials,
  #team,
  #contact,
  #footer {
    width: 100%;
  }
  
  #portfolio {
    width: 100%;
  }
  .barcodes img {
    margin: 10px;
  }
}

@media screen and (max-width: 335px) {
  .avoid_offset {
    width: 80vw;
  }

  .col-xs-6{
    width: auto;
  }
}

