
html, body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color:white;
}

.container-product1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  
}

#img-1 {
  margin-top: 40px
}

#img-2 {
  width: 250px; 
  margin-left: 150px;
  margin-top: 40px
}

@media only screen and (max-width: 360px) {
  .machine-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 10px;
  }

  .machine-image img {
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}

/* Tablet view */
@media (max-width: 992px) {
  .machine-img {
    max-width: 100%;
  }

  .machine-img-secondary {
    max-width: 60%;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .machine-image {
    flex-direction: column;
    align-items: flex-start;
  }

  .machine-img,
  .machine-img-secondary {
    width: 80%;
    max-width: 70%;
    margin-left: -150px;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .machine-image {
    flex-direction: column;
    align-items: center;
  }

  .machine-image img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}

h1 {
  text-align: center;
  color: #222;
}

.machine-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  gap: 40px;
  align-items: center;
}

.machine-image {
  flex: 1;
  min-width: 300px;
  /* margin-left: 70px; */
  margin:auto !important;
}

.machine-image img {
  width: 100%;
  /* max-width: 500px; */
}

.specs {
  flex: 1;
  min-width: 300px;
}

.specs h2 {
  margin-bottom: 20px;
  color: #222;
  font-size: 27px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #c8d6e3;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

th,
td {
  text-align: left;
  padding: 7px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
  background-color: #d7f0f5;
}

tr {
  background-color: #c8d6e3;
}

.buttons {
  margin-top: 30px;
}

.buttons button {
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  border: none;
  padding: 9px 20px;
  margin-right: 13px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
}

.features-section2 {
  margin-top: 40px;
  padding: 20px;
}

.features-section2 h2 {
  color: #222;
  margin-bottom: 10px;
}

.features-section2 ul {
  padding-left: 20px;
  list-style-type: disc;
  color: #333;
}

.features-section2 li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.installations-section {
  margin-top: 60px;
}

/* Mobile install table view */
@media (max-width: 768px) {
  .install-table,
  .install-table tbody,
  .install-table tr,
  .install-table td {
    display: block;
    width: 100%;
  }

  .install-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fcf2e8;
    padding: 10px;
  }

  .install-table td {
    border: none;
    padding: 8px 10px;
    text-align: left;
    font-size: 14px;
    position: relative;
  }

  .install-table td::before {
    content: "• ";
    color: #e84e0f;
    font-weight: bold;
    margin-right: 5px;
  }
}

/* Responsive table */
@media (max-width: 992px) {
  .btn{
    margin-left: 1px !important;
    margin-right: 1px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 12px !important;
  }
  .installations-section {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .install-table {
    display: block;
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }

  .install-table td {
    padding: 10px;
    font-size: 14px;
    word-wrap: break-word;
  }
}

@media (max-width: 576px) {
  .install-table {
    min-width: 100px;
  }

  .install-table td {
    font-size: 13px;
  }

  #loadMoreBtn {
    width: 100%;
    font-size: 14px;
  }
}

.installations-section h2 {
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
}

.install-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

.install-table td {
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  font-size: 15px;
}

.section-title h2 {
  text-align: center;
  font-size: 28px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  padding: 10px 0;
  margin-top: 80px;
  margin-bottom: 40px;
  font-weight: 600;
}
.section-title h3 {
  text-align: center;
  font-size: 28px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  padding: 10px 0;
  margin-top: 80px;
  margin-bottom: 40px;
  font-weight: 600;
}
.section-title-description h2 {
  text-align: center;
  font-size: 28px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  padding: 10px 0;
  margin-top: 80px;
  margin-bottom: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 20px;
}
.section-title h5 {
  margin-top: 100px;
  margin-right: 50px ;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 320px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card h3 {
  font-size: 20px;
  color: #111;
  margin-bottom: 12px;
}

.card p {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.card-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.card-buttons .btn {
  flex: 1;
  text-align: center;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  border: none;
  padding: 9px 0;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.features-title h2 {
  text-align: center;
  font-size: 28px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  padding: 15px 0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.features-table-wrapper {
  padding: 0 20px 40px;
  overflow-x: auto;
}

.features-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.features-table th,
.features-table td {
  padding: 16px;
  text-align: left;
  vertical-align: top;
}

.features-table tr:nth-child(even) {
  background-color: #FED5B1;
}

.features-table tr:nth-child(odd) {
  background-color: #F9F9F9;
}

.features-table th {
  font-weight: 600;
  width: 35%;
  color: #111;
}

.features-table td {
  color: #444;
}

/* FAQ SECTION */
.faq-section {
  padding: 20px;
  margin-top: 40px;
}

.faq-section h2 {
  text-align: center;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: white;
  padding: 12px 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

.faq-container {
  max-width: 1080px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background-color: #f084755d;
  border: none;
  padding: 10px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.reviews-section {
  background-color: #f084755d;
  padding: 40px 20px;
  text-align: center;
  margin-top: 50px;
}

.reviews-section h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.review-box {
  background-color: #fff;
  padding: 20px 25px;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.review-box p {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.review-box .quote-mark {
  font-size: 22px;
  margin-right: 6px;
  color: #333;
}

.review-box strong {
  font-weight: 600;
  display: block;
  margin-top: 5px;
}

.locations-section {
  padding: 30px 15px;
  text-align: center;
}

.locations-section h2 {
  text-align: center;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: white;
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  margin-top: 50px;
}

.locations {
  font-size: 15px;
  color: black;
  line-height: 1.8;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.intro-highlight {
  background-color: #f084755d;
  padding: 10px;
  font-size: 19px;
  text-align: left;
  font-weight: 500;
  color: #000;
  max-width: 1140px;
  margin-left: 10px;
}

.intro-text {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 12px;
  line-height: 1.6;
  font-size: 17px;
  color: #000;
}

.related-blogs {
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}

.related-blogs h2 {
  text-align: center;
  font-size: 28px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  padding: 12px 0;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.blog-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}

.blog-card {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  width: 320px;
  overflow: hidden;
  text-align: left;
  padding: 12px 10px;
  transition: transform 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-8px);
}
.blog-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-bottom: 15px;
}
.blog-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.blog-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.read-more-btn {
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  display: inline-block;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

.section {
  background-color: #e6e8eb;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #333;
}

.tags {
  font-style: italic;
}

.enquiry-form {
  margin-top: 150px;
  background-color: #fff;
  padding: 30px;
  max-width: 600px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.enquiry-form h2 {
  margin-bottom: 20px;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
}

.enquiry-form button {
  padding: 12px 25px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  width: 100%;
  max-width: 200px;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.floating-icons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.floating-icons a {
  background-color: #00b894;
  color: white;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-icons a.chat {
  background-color: #f39c12;
}

.floating-icons a.support {
  background-color: #3498db;
}

@media (max-width: 768px) {
  .hero-section {
    height: 70vh;
  }

  .hero-text {
    font-size: 4.5vw;
    line-height: 1.2;
    /*max-width: 80%;*/
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .hero-text {
    font-size: 6vw;
  }
}

/* REVIEW SECTION */

.reviews-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.review-box {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  min-height: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.review-box p {
  font-size: 16px;
  flex-grow: 1;
}

.quote-mark {
  font-size: 24px;
  color: #888;
}
/* Decrease left and right spacing of the swiper container */

/* .swiper-button-prev,
.swiper-button-next {
  color: #333;
  top: 50%;
  
} */
 
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  width: 60px;
  height: 60px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 40px; /* Adjust size */
  font-weight: bold;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.swiper-pagination {
  margin-bottom: -10px;
  text-align: center;
}
/* Add left margin to each swiper-slide */
.swiper-slide {
  /* margin-left: 15px; */
  box-sizing: border-box;
}

/* Optional: Remove left margin for the first slide in view */
.swiper-wrapper .swiper-slide:first-child {
  margin-left: 0;
}
/* Base mobile styles (already handled in Swiper breakpoints) */

/* Small tablets (≥ 576px) */
@media (min-width: 576px) {
  .review-box {
    font-size: 1rem;
    padding: 20px;
  }
}

/* Tablets (≥ 768px) */
@media (min-width: 768px) {
  .review-box {
    font-size: 1.05rem;
    padding: 24px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/* Laptops (≥ 1024px) */
@media (min-width: 1024px) {
  .review-box {
    font-size: 1.1rem;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* Large desktops (≥ 1280px) */
@media (min-width: 1280px) {
  .review-box {
    max-width: 800px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(1.2);
  }
}


.reviews-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10 30px; /* Add horizontal padding */
  position: relative;
}
.swiper.reviews-swiper {
  padding-left: 10px;
  padding-right: 10px;
}


.review-box {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  min-height: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.review-box p {
  font-size: 16px;
  flex-grow: 1;
}

.quote-mark {
  font-size: 24px;
  color: #888;
}

.swiper-button-prev,
.swiper-button-next {
  color: #333;
  top: 50%;
  font-size: 10px !important; 
  width: 10px !important;      
  height: 10px !important;   
  
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
}


.swiper-pagination {
  margin-bottom: -10px;
  text-align: center;
}
/* Add left margin to each swiper-slide */
/* .swiper-slide {
  margin-left: 15px; 
} */

/* Optional: Remove left margin for the first slide in view */
/* .swiper-wrapper .swiper-slide:first-child {
  margin-left: 0;
} */
/* Default (desktop styles already defined earlier) */

/* Responsive Queries */
@media (max-width: 1024px) {
  .review-box {
    font-size: 15px;
    padding: 18px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 28px !important;
    height: 28px !important;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .review-box {
    font-size: 10px;
    padding: 10px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 24px !important;
    height: 24px !important;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .review-box {
    font-size: 10px;
    padding: 12px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
/* DESCRIPTION */
.description-section{
  background-color: #f084755d;
  padding: 40px 20px;
  text-align: center;
  margin-top: 50px;
}
.description-section h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* Installation slider */
.slider-container {
  max-width: 1200px;
  margin: 40px auto;
  overflow: hidden;
  padding: 20px;
}
.slider-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.slider-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.card {
  background: #fff;
  border-radius: 8px;
  margin: 0 10px;
  flex-shrink: 0;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  /* text-align: justify; */
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card-content {
  padding: 15px;
}
.card-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  background: linear-gradient(90deg, #de0e0e, #fc8823); /* Gradient background */
-webkit-background-clip: text; /* Clips the background to text */
color: transparent; /* Make text color transparent so that the gradient shows */
}
.card-text {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;
  /* align-item: justify; */
}
.blog-slider-card {
background: #fff;
border-radius: 8px;
margin: 0 20px; 
flex-shrink: 0;
width: 360px; /* now you can adjust this freely */
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
border: 2px solid #d3d3d3; /* Light gray border */
}
.blog-slider-card img {
display: block;              /* Removes default inline spacing */
width: 100%;                 /* Full width of the card */
height: 250px;               /* Adjust height as needed */
object-fit: cover;           /* Ensures the image fills the space without distortion */
/* border-top-left-radius: 8px; 
border-top-right-radius: 8px; */
}
.read-btn {
  display: inline-block;
  padding: 8px 15px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;

}
.btn-center {
text-align: center;
}
.read-btn:hover {
  background: #c0392b;
}
.controls {
  text-align: center;
  margin-top: 20px;
}
.controls button {
  padding: 10px 20px;
  margin: 0 10px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}
/* Tablet Devices (768px and below) */
@media (max-width: 768px) {
.card-title {
font-size: 1rem;
}

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

.arrow-btn {
width: 36px;
height: 36px;
font-size: 20px;
}

.blog-slider-card {
padding: 10px;
margin-left: -10px;
}
}

/* Small Phones (480px and below) */
@media (max-width: 480px) {
.card-title {
font-size: 0.95rem;
}

.card-text {
font-size: 0.9rem;
}

.arrow-btn {
width: 32px;
height: 32px;
font-size: 18px;
}

.blog-slider-card {
padding: 12px;
}

.slider-container {
padding: 10px;
}
}


/* CIM COMPONENT */

.component-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-left: 100px;
  margin-right: 100px;
}

.component-item {
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.component-item:hover {
  transform: translateY(-8px);
}
.component-item img {
  width: 100%;
  aspect-ratio: 1 / 1; /* Ensures square shape */
  /* object-fit: cover; */
  border-radius: 8px;
  object-fit: content;
  height: 300px;
}

.component-item p {
  margin-top: 12px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
  text-align: center;
}@media (max-width: 1200px) {
  .component-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 992px) {
  .component-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 600px) {
  .component-grid {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .component-item img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .component-item p {
    font-size: 1rem;
  }
}
/* 3 card structure */
.component3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-left: 80px;
  margin-right: 80px;
}

.component3-item {
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.component3-item:hover {
  transform: translateY(-8px);
}

.component3-item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

/* .component3-item p {
  margin-top: 12px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  font-size: 1.25rem;
  color: white;
  font-weight: 700;
  text-align: center;
} */
.card3-title {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}


@media (max-width: 1200px) {
  .component3-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .component3-grid {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .component3-item img {
    height: auto;
  }

  .component3-item p {
    font-size: 1rem;
  }
}

/*  */
.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.container2-product{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: start; */
  gap: 20px;
  padding: 20px;
  margin-left: 195px;
}
.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 350px;
  text-align: center;
  transition: 0.3s;
}
.invisible-card{
  
visibility: hidden;
}
.card:hover {
  transform: translateY(-5px);
}
.card img {
  margin-top: 10px;
  padding: 15px;
  width: 300px;
  height: 250px;
  object-fit: contain;
  align-content: center;
  margin-left: 20px;
}
.card-content {
  padding: 15px;
}
.card-content h3 {
  text-align: left;
  color: #bc3c06;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-content p {
  text-align: left;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 10px;
}
.price {
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
  margin: 5px 0;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  
}
.modal-title{
  display: inline-block;
  background: linear-gradient(90deg, #de0e0e, #fc8823);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
  text-align: center;
  height: 70px;
  padding-top: 20px;
}
/* .btn:hover {
  background: #006600;
} */
@media (max-width: 768px) {
  .container2 {
      flex-direction: column;
      align-items: center;
      margin-left:-10px;
  }
  .container2-product{
      flex-direction: column;
      align-items: center;
      margin-left:-10px;
  }
  .btn {
flex: 1 1 auto;
min-width: 140px;
padding: 10px;
font-size: 14px;
margin: 5px;
}
}
@media (max-width: 767px) {
.invisible-card {
display: none !important;
}
}


@media (max-width: 480px) {
.btn {
min-width: 120px;
font-size: 13px;
padding: 8px;
}
}

