body {
  font-family: Inter, sans-serif;
  
}
.gallery-heading {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-top:40px;
  background-color: #f7f7f7;
  max-width:1200px;
  margin:auto;
  
}

.listing-container {
  display: flex;
  max-width: 1140px;
  margin: auto;
  background: rgba(249, 246, 241, 1);
  border: rgba(107, 62, 38, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

.left-section {
  border: 1px solid rgba(107, 62, 38, 0.3);
  border-radius: 10px;
  flex: 3;
  padding: 20px;
}

.image-carousel {
  position: relative;
  text-align: center;
}

.main-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}

.carousel-nav.left {
  left: 10px;
}

.carousel-nav.right {
  right: 10px;
}

.thumbnail-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.thumb {
  width: 80px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
}

.thumb.active {
  border-color: #6b3e26;
}

.right-section {
  flex: 1;
  padding: 50px;
  background-color: #f7f7f7;
}
.right-section h3 {
  font-size: 27px;
  padding-bottom:15px;
  padding-top:15px;
}

.published-date {
  color: #666;
  margin-bottom: 20px;
}

.image-carousel {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.64);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 5px 12px;
  z-index: 1;
  border-radius: 100%;
  border: 1px solid #fff;
}

.carousel-nav.left {
  left: 10px;
}

.carousel-nav.right {
  right: 10px;
}

.thumbnail-container {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: 0.3s;
}

.thumb:hover {
  border-color: #0099ff;
}

.price-card,
.license-card {
  text-align: center;
  margin-bottom: 10px;
  padding: 15px;
  background: rgba(250, 248, 244, 1);
  border: 1px solid rgba(107, 62, 38, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.price-card h3,
.license-card h3 {
  margin-bottom: 10px;
}
.line-separator {
  height: 1px;
  background-color: #ccc;
  margin: 10px 0;
  opacity: 0.5;
}

.price-amount {
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.negotiable {
  color: #000;
}

.phone-btn,
.message-btn {
  width: 100%;
  padding: 10px 58px;
  margin-bottom: 15px;
  margin-top:15px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}
.phone-btn-1{
 width:100%;
 padding: 10px 10px;
 background-color: #2db35c;
 color: white;
 border:none;
 border-radius:6px;
 font-weight: bold;
cursor: pointer;

}

.phone-btn {
  background-color: #2db35c;
  color: white;
}

.message-btn {
  background-color: #f39c12;
  color: white;
}

.seller-id {
  font-weight: bold;
  background: #eee;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
}
.license-card p {
  color: rgba(113, 113, 113, 1);
}

/* Info section start */

.info-section {
  margin: auto;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1140px;
  padding-bottom:60px;
}


.info-box {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 20px;
  
}

.info-box h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.details-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.details-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.details-list strong {
  color: #666;
}

.description-text p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.description-text ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.description-text ul li {
  list-style: disc;
  margin-bottom: 8px;
}

/* Info section end */

/* micro section start*/
.microchip-section {
  padding: 40px 20px;
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.microchip-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.table-container {
  border-radius: 4px;
  overflow-x: auto;
}

.microchip-table {
  width: 100%;
  border-collapse: collapse;
}

.microchip-table th,
.microchip-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.microchip-table thead {
  background-color: #f8f8f8;
  font-weight: bold;
}

.microchip-table .icon {
  font-size: 14px;
  margin-left: 5px;
}

.microchip-table .info-icon {
  font-size: 16px;
  cursor: pointer;
}

.microchip-table .verified {
  color: green;
  font-weight: 500;
}

.microchip-table .verified .check {
  margin-right: 5px;
}

.microchip-table .verified a {
  color: green;
  text-decoration: underline;
  font-weight: 500;
}

/* Tips Section */
.tips-section {
  background-color: #643f24;
  color: #fff;
  padding: 30px 20px;
  max-width: 1200px;
  margin: auto;
}

.tips-section h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tips-section ol li a{
  text-decoration: none;
  color: #fff;
}

.tips-section ol {
  padding-left: 20px;
}

.tips-section li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

/* Tips section end */

.puppy-tips {
  background: #f7f7f7;
  padding: 50px 20px;
  color: #333;
  max-width:1140px;
  margin:auto;
}

.puppy-tips .container-1{
  max-width: 1040px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  padding: 30px 40px;
}

.puppy-tips h2 {
  font-size: 28px;
  color: #2b2b2b;
  padding-bottom: 20px;
}

.puppy-tips ol {
  padding-left: 20px;
}

.puppy-tips li {
  margin-bottom: 16px;
  line-height: 1.6;
  font-weight:500;
}

.puppy-tips a {
  color: #0077cc;
  text-decoration: none;
}

.puppy-tips a:hover {
  text-decoration: underline;
}

.inner-container{
  background-color: #fff;
  padding:30px;
}


/* Responsive */

@media (max-width: 768px) {
  .gallery-heading{
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 40px;
  }
  .listing-container{
    display:block;
  }
  .info-section{
    padding-top:0px;
  }
  .header-divider{
  width:70%;
 }
 .right-section h3{
  font-size: 22px;

 }
 .info-box h3{
  font-size:22px;
 }
 .description-text p{
  font-size: 12px;
 }
 .tips-section h3{
  font-size: 22px;
 }
 .tips-section li{
  font-size: 12px;
 }
 .microchip-section h2{
  font-size:22px;
 }
 .microchip-section {
    padding: 30px 15px;
  }

  .microchip-section h2 {
    font-size: 20px;
    text-align: center;
  }

  .microchip-table th,
  .microchip-table td {
    font-size: 14px;
    padding: 10px 8px;
  }

  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .microchip-table {
    min-width: 600px;
  }

}