* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  background-color: #fff;
}

.header {
  background-color: #fffdf9;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
}

a:hover{
text-decoration:none;
}

a{
Color:#6b3e26;
text-decoration:none;
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo img {
 max-width:150px;
  width: 100%;
  height: 70px;
}

.nav {
  display: flex;
  gap: 40px;
  margin-left: -50px;
}

.nav a {
  text-decoration: none;
  color: #3d2e1e;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.nav .icon {
  margin-right: 5px;
}

.auth-buttons {
  display: flex;
  gap: 10px;
}

.login-btn,
.register-btn {
  padding: 8px 32px;
  font-size: 14px;
  color: #000;
  border: 2px solid #6b3e26;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.login-btn:hover,
.register-btn:hover {
  background-color: #6b3e26;
  color: #fff;
}

/*  */
.dropdown-next-menu {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.dropdown-next-menu a:hover{
   text-decoration:none;
}

.dropdown-content-next-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  margin-top:10px;
  min-width: 180px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}

.dropdown-content-next-menu a {
  color: #333;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease;
}

.dropdown-content-next-menu a:hover {
  background-color: #6b3e26;
  color:#fff;
  text-decoration:none;
}

.dropdown-next-menu:hover .dropdown-content-next-menu {
  display: block;
}




/*  */
.mobile-menu-icon {
  display: none;
  font-size: 24px;
  color: #6b3e26;
  cursor: pointer;
}

/* Mobile Dropdown */
.mobile-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 20px;
  background-color: #fffdf9;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  width: max-content;
}

.mobile-dropdown a {
  display: block;
  padding: 10px 20px;
  color: #3d2e1e;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  text-decoration: none;
}

.mobile-dropdown a:last-child {
  border-bottom: none;
}

/* @media (max-width: 768px) {
  .nav,
  .auth-buttons {
    display: none ;
  }

  .mobile-menu-icon {
    display: block;
    margin-left: 10px;
  }

  .mobile-dropdown {
    display: none; 
  }
.header {
    flex-wrap: nowrap;
  }
.dog-hero-section-1{
   max-height:250px !important;
  }
  .dog-hero-overlay-1{
   min-height:250px !important;
  }
} */

.menu-logout-profile{
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: 10px; 
  padding: 20px;


}
.menu-logout-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px; 
  padding: 10px; 
  height: 100%; 
}

.logout-btn-4 {
  border:1px solid #6b3e26;
  border-radius:5px;
  padding:5px 20px;
  background-color:#6b3e26;
  color:#fff;
 

}



.buyer-profile-1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  padding: 10px 20px;
  background-color: transparent;
}

.buyer-profile-1 img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.buyer-name {
  font-weight: 500;
  color: #333;
}

.logout-link {
  color: #6b3e26;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.3s, color 0.3s;
}

.logout-link:hover {
  background-color: #f1e3db;
  color: #a4603b; 
}


.logout-button{
  margin-left:15px; 
  text-decoration:none;
  padding: 5px 22px;
  font-size: 14px;
  color: #000;
  border: 2px solid #6b3e26;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.logout-button:hover{
  background-color: #6b3e26;
  color:#fff;
}

/* Header */



/* Banner-section */
.hero-section {
  background-size: cover;
  background-position: center;
  height: 650px;
  text-align: center;
  padding: 30px 20px;
}

.hero-text .welcome {
  color: #6b3e26;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 55px;
}

.hero-text h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  max-width: 700px;
  margin: 0 auto;
}

.hero-text .highlight {
  color: #6b3e26;
}

.dog-image img {
  max-width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}

.search-box {
  background-color: #6b3e26;
  color: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 1080px;
  margin: -120px auto 0 auto;
  position: relative;
  z-index: 2;
  min-height: 210px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-box h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: start;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-end;
  padding-top: 5px;
}

.options:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.form-group {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.form-group label {
  font-size: 14px;
  margin-top:10px;
  margin-bottom: 10px;
  text-align: start;
}

.form-group select,
.search-button {
  padding: 10px 10px;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  min-width:240px;
}

.search-button {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.search-button:hover {
  opacity: 0.9;
}

.customize-dropdown .options:hover {
  background-color: #000;
  color: #fff;
}
/* search box-2 start */
.search-box-1 {
  background-color: #6b3e26;
  color: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 1080px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 2;
  min-height: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-box-1 h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: start;
}

/* search box-2 end */

/* dog-seller profile */

.profiles-section {
  padding: 50px 70px;
  background-color: #fff;
}

.profiles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 30px;
}

.profiles-header h2 {
  font-size: 28px;
  font-weight: 700;
}

.highlight {
  color: #6b3e26;
}

.profiles-header p {
  color: #555;
  margin-top: 8px;
}

.view-all-btn {
  background-color: #000;
  color: white;
  border: none;
  padding: 10px 35px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 columns */
  grid-template-rows: repeat(2, auto);
  /* 2 rows */
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.profile-card {
  background: #fff;
  /* border: 1px solid #e0e0e0; */
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
  display: flex;
  flex-direction: column;
}

.card-top {
  background-size: cover;
  background-position: center;
  height: 160px;
  position: relative;
}

.card-top-btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-top-btns button {
  cursor: pointer;
}

/* Optional variant */
.card-top-btns-1 {
  display: flex;
  justify-content: end;
  align-items: flex-start;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

.follow-btn {
  background: #6b3e26;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #000;
  border-radius: 20px;
  text-decoration:none;
}

.follow-btn img {
  margin-right: 3px;
}

.wishlist-btn {
  background: transparent;
  border: none;
  padding-right: 5px;
  cursor: pointer;
}

.wishlist-btn img {
  border: 1px solid #fff;
  padding: 3px;
  border-radius: 100%;
}

.user-img {
  position: absolute;
  bottom: -20px;
  left: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

.price-tag {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background-color: #6b3e26;
  color: white;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
}

.card-content {
  padding: 30px 15px 20px;
  text-align: left;
  font-size: 14px;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #6b3e26;
  background: #fff;
  align-items: stretch;
}

.card-content h3 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.card-content h3 a {
  text-decoration: none;
}

.check-btn {
  margin-top: 10px;
  background-color: #6b3e26;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.button-check-btn {
  text-align: center;
}

.button-check-btn a:hover{
color:#fff;
}
.button-check-btn-custom{
  text-align: center;
  margin-top:30px;
  margin-bottom:20px;
}

/* Responsive layout for tablets */
@media (max-width: 992px) {
  .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
  }
}

/* Responsive layout for mobile */
/* @media (max-width: 576px) {
  .profiles-grid {
    grid-template-columns: 1fr;
    
  }

  .profiles-section {
    padding: 40px 20px;
  }

  .profiles-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .view-all-btn {
    align-self: flex-end;
  }
} */

/*Dog seller profie end*/

/* Stud ads start*/

.stud-ads {
  padding: 30px 50px;
  max-width: 1300px;
  margin:40px auto;
}

.stud-ads-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.stud-ads-header h2 {
  font-size: 28px;
  margin: 0;
}

.stud-ads-header p {
  margin: 5px 0 0;
  color: #555;
}

.view-all-btn {
  background: black;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

/* Swiper Container */
.stud-swiper {
  max-height: 500px;
  overflow-y: auto;
  height: 100%;
}

/* Swiper Slide Structure */
.swiper-wrapper {
  max-height:450px;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

/* Card Styling */
.ad-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 250px;
  height: 100%;
  max-height: 450px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

/* Card Image */
.card-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}

/* Price + Favorite */
.price-tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: bold;
}

.fav-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}

/* Card Content */
.card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  
  
}

.card-content h3 a{
  color: #000 !important;
  font-size: 18px;
  margin-bottom: 10px;
}

.card-content p {
  margin: 6px 0;
  font-size: 14px;
  color: #444;
}

/* Card Footer */
.card-footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-ad-btn {
  background-color: #5d321a;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none !important;
}

.card-footer span {
  font-size: 12px;
  color: #555555;
}

/* Swiper Pagination */
.swiper-pagination {
  position: relative;
  margin-top: 20px;
  text-align: center;
  z-index: 10;
}


.swiper-pagination-bullet {
  background: #5d321a;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}


/* Stud ads end*/

/* About-section-start */

.section-about {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 20px 90px;
  flex-wrap: wrap;
  justify-content: center;
}

.about__media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1.2;
  max-width: 500px;
}

.about__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.about__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.about__experience {
  margin: 25px;
  display: flex;
  position: absolute;
  bottom: -30px;
  left: 0;
  background-color: #fff;
  font-weight: 600;
  z-index: 2;
}

.outlined-text {
  font-size: 48px;
  color: transparent;
  -webkit-text-stroke: 2px #a15c2f;
  font-weight: 700;
}

.about__experience p {
  margin: 10px;
  font-size: 14px;
  color: #333;
}

.about__content {
  flex: 1;
  max-width: 600px;
}

.about__label {
  color: #a15c2f;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
}

.fa-cube:before {
  color: #a15c2f;
}

.about__content h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.3;
  color: #000;
}

.about__description {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  border-left: 4px solid #5a2c0d;
  padding-left: 15px;
  margin-bottom: 20px;
}

.about__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about__list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

.about__dot {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.about__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at center, #a15c2f 0%, transparent 70%);
  z-index: 1;
}



/* Responsive adjustments */
/* @media (max-width: 768px) {
  .section-about {
    flex-direction: column;
    padding: 30px 20px;
  }

  .about__experience {
    position: static;
    margin-top: 20px;
    text-align: center;
  }

  .about__content h1 {
    font-size: 26px;
  }

  .about__shape {
    display: none;
  }
} */

/* About-section-end */

/* Blogs-section-start */

.unique-blog-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.unique-blog-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.unique-blog-header p {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.5;
}

.unique-blog-swiper {
  position: relative;
  padding-bottom: 100px; 
}

.unique-blog-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height:auto !important;
  align-items: stretch;
}

.unique-blog-card {
  height: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  border: 1px solid #6b3e2e;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.unique-blog-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.unique-blog-card img {
  object-fit:cover;
  width: 100%;
  height: 240px;
}

.unique-blog-content {
  padding: 20px;
  text-align: left;
}

.unique-blog-content h3 {
  font-size: 20px;
  color: #6b3e2e;
  margin-bottom: 10px;
  font-weight: 600;
}

.unique-blog-content p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Swiper pagination styles */
.unique-blog-swiper .swiper-pagination {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.unique-blog-swiper .swiper-pagination-bullet {
  background-color: #6b3e2e;
  opacity: 0.7;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  transition: opacity 0.3s;
  border-radius: 50%;
}

.unique-blog-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}



/* Blogs-section-end */

/* breeds section start */

.breeds-section {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
}
.breeds-header{
  padding-bottom:40px;
}
.breeds-header h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.breeds-header p {
  font-size: 16px;
  color: #555;
}

.breed-img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin: auto;
}

.breed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breed-name {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
}
.breed-name a{
  text-decoration: none;
  color:#6b3e2e;
}

/* Swiper container */
.dogSwiper {
  position: relative;
  padding-bottom: 70px; /* space for arrows */
}

/* Custom Swiper arrows */
.custom-swiper-prev,
.custom-swiper-next {
  position: absolute;
  bottom: -25px;
  top: auto;
  z-index: 10;
  color: #fff;
  background-color: #5c3a2d;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-swiper-prev {
  left: 10px;
}

.custom-swiper-next {
  right: 10px;
}

.custom-swiper-prev i,
.custom-swiper-next i {
  font-size: 25px;
}
.fa-solid{
  color:#fff;
}
.swiper-button-prev:after{
  display:none;
}
.swiper-button-prev{
 height:40px !important;
 width:40px !important;
 top:40% !important;
}
.swiper-button-next{
  height:40px !important;
  width:40px !important;
  top:40% !important;
}
.swiper-button-next:after{
  display:none;
}

/* Responsive: Adjust button position for mobile */
/* @media (max-width: 767px) {
  .custom-swiper-prev,
  .custom-swiper-next {
    bottom: -20px;
  }
} */


/* Hero Section */
.dog-hero-section {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("images/dog.png")  center top/cover no-repeat;
  overflow: visible;
  /* Make sure content outside is visible */
}

/* Hero Section-2*/
.dog-hero-section-1 {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url("images/dog-banner.webp") center top/cover no-repeat;
  overflow: visible;
  /* Make sure content outside is visible */
}


.dog-hero-overlay {
  position: relative;
  background-size: cover;
  background-position: center top;
  width: 100%;
  min-height: 400px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dog-hero-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.dog-hero-overlay > * {
  position: relative;
  z-index: 2;
}

.dog-hero-overlay-1 {
  position: relative;
  background-size: cover;
  background-position: center top;
  width: 100%;
  min-height: 400px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dog-hero-overlay-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.dog-hero-overlay-1 > * {
  position: relative;
  z-index: 2;
}





.dog-info-banner {
  margin-right: 0px !important;
  position: relative;
  max-width: 1300px;
  margin: -70px 0px 0px 200px;
  background-color: #6b3e26;
  border: 10px solid #fff;
  border-right:none;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  padding: 20px 30px 30px 30px;
  color: #fff;
  z-index: 5;
  text-align: start;
}

.dog-info-container {
  padding: 0;
}

.dog-info-title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}

.dog-info-text {
  font-size: 14px;
  line-height: 1.6;
}

.dog-hero-button {
  background-color: #6b3e26;
  color: white;
  border: none;
  padding: 8px 25px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.dog-hero-heading {
  font-size: 38px;
}

.dog-hero-text {
  padding-top: 30px;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 25px;
}

/* Footer start */

.newsletter-footer {
  position: relative;
  background: url("images/footer.png") no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 40px 20px;
  overflow: hidden;
}

.newsletter-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.newsletter-footer > * {
  position: relative;
  z-index: 2;
}

.newsletter-subscribe {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.newsletter-subscribe h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.newsletter-subscribe p {
  font-size: 18px;
  text-align: start;
}

.subscribe-btn {
  background-color: #964b29;
  color: #fff;
  padding: 0px 50px;
  border: none;
  cursor: pointer;
}



.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
}

.footer-column {
  flex: 0 1 289px;
}

.footer-column-1 h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-column-1 ul {
  list-style: none;
  padding: 0;
}

.footer-column-1 ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-column-1 ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column-1 ul li i {
  margin-right: 10px;
}

.footer-column-1 h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.logo-col img {
  margin-bottom: 15px;
  width: 150px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}

.social-icons i {
  margin-left: 15px;
  cursor: pointer;
}

.social-icons .round-style {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 100%;
}



/* chat-popup */
#chat-popup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 380px;
  height: 300px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.chat-header {
  background-color: #964b29;
  color: white;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}

.chat-header button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}

.chat-box-content {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-header button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.chat-messages {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
}

.message-you {
   align-self: flex-end;
  background: #dcf8c6;
  color: #000;
  padding: 8px 12px;
  border-radius: 16px 16px 0 16px;
  max-width: 75%;
  font-size: 14px;
}

.message-amelia {
  align-self: flex-start;
  background: #f1f0f0;
  color: #000;
  padding: 8px 12px;
  border-radius: 16px 16px 16px 0;
  max-width: 75%;
  font-size: 14px;
}

#sendMessageForm {
  padding-top: 10px;
  border-top: 1px solid #964b29;
  display: flex;
  gap: 8px;
  background: #f7f7f7;
}

#sendMessageForm textarea {
  flex: 1;
  padding:5px;
  resize: none;
  border: 1px solid #964b29;
  border-radius: 8px;
  
  height: 38px;
  font-family: inherit;
}

#sendMessageForm button {
  background: #964b29;
  border: none;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
}

#chat-box-content::-webkit-scrollbar {
  width: 10px;
}

#chat-box-content::-webkit-scrollbar-track {
  background: #f0e6de; 
  border-radius: 10px;
}

#chat-box-content::-webkit-scrollbar-thumb {
  background-color: #8b4513; 
  border-radius: 10px;
  border: 2px solid #f0e6de;
}


#chat-box-content {
  scrollbar-width: thin;
  scrollbar-color: #8b4513 #f0e6de;
}




/* responsive */

@media (max-width: 768px){

  .swiper-button-next{
   top:50% !important;
}
  .swiper-button-prev{
    top:50% !important;
}
   
  .button-check-btn-custom{
  margin-top:20px;
  margin-bottom:10px;
}
  .breed-name{
  font-size:25px;
}

 .ads-swiper .swiper-slide{
.ads-swiper .swiper-slide {
    display: flex;                
    justify-content: center;    
  }
  .ads-swiper .ad-card {
    max-width: 360px;
    width: 100%;
  }
  .ad-card{
    width:auto;
  }
  .card-image{
   height:220px !important;
  }
  

}





 .newsletter-subscribe {
  max-width: 400px;
  margin: 30px auto;
  padding: 25px 20px;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.newsletter-subscribe h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #333;
}

.newsletter-subscribe p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
  line-height: 1.4;
}

.newsletter-subscribe .form-control {
  width: 100%;
  max-width: 320px;
  padding: 12px 15px;
  font-size: 16px;
  border: 1.8px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.3s ease;
  margin: 0 auto;
  display: block;
}

.newsletter-subscribe .form-control:focus {
  border-color: #007BFF;
  box-shadow: 0 0 8px #007BFF;
}
.nl-input-row input {
  padding: 10px !important;
  box-sizing: border-box;
}

.nl-input-row .subscribe-btn-6 {
  padding: 10px 20px !important;
  cursor: pointer;
}




#nl-msg, .text-success, .text-danger {
  margin-top: 15px;
  font-size: 14px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}
 





.social-icons{
  margin-top:20px !important;
 }
 .hero-text .welcome{
  font-size:15px;
 }
 .hero-text h1{
  font-size:22px;
 }
 .hero-section{
  max-height:500px;
 }
 .search-box h2{
  text-align:center;
  font-size:16px;
  margin-bottom:10px;
 }
 .search-form{
  display:block;
 }
 .header-divider{
  width:70%;
 }
 

 .search-box{
  max-width:350px;
 }
 .search-box-1{
  max-width:350px;
 }
 .search-box-1 h2{
  font-size:18px;
 }
 .search-box-1 h2{
  text-align:center;
  font-size:16px;
  margin-bottom:10px;
 }
 
 .stud-ads{
  padding:30px 20px;
 }
 .card-top{
  max-height:100px;
 }






 .profiles-section{
  padding:50px 20px;
 }
 .profiles-header h2{
  font-size:18px;
 }
 .profiles-header p {
  font-size: 12px;
  padding-right:10px;
 }
 .card-content h3{
  font-size:14px;
 }
 .check-btn{
  font-size: 12px;
 }
 .card-content p{
  font-size:12px;
  margin:3px 0px;
 }
 
 .stud-ads-header h2{
  font-size:18px;

 }
 .stud-ads-header p{
  font-size: 12px;
  padding-right:20px;
 }
 .view-all-btn{
  padding:5px 10px;
text-align:cenetr;
 }
 .breeds-header h2{
  font-size:22px;
  text-align:center;
 }
.breeds-header{
  padding-bottom:0px;
}
 .breeds-header p{
  font-size:12px;
  text-align:center;
 }
 .swiper-slide{
  z-index:99;
 }
 .dog-hero-inner{
  padding:30px;
 }
 .dog-hero-heading{
  font-size: 22px;
 }
 .dog-hero-text{
  padding-top:15px;
  font-size:12px;
  line-height:18px;
 }
 .dog-hero-button{
  padding:5px 15px;
 }
 .dog-info-banner{
  max-width:auto;
  margin:-65px 0px 5px 20px;
 }
 .dog-info-title{
  font-size:22px;
 }
 .dog-info-text{
  font-size:12px;
 }
 .section-about{
  display:block;
  padding:20px;
 }
 .about__content{
  margin-top:50px;
 }
 .about__label {
  font-size:16px;
 }
 .about__content h1{
  font-size:22px;
 }
 .about__description {
  font-size:12px;
 }
 .about__list li{
  font-size:12px;
 }
 .unique-blog-header h2{
  font-size:22px;
 }
 .unique-blog-header p{
  font-size:12px;
 }
 .unique-blog-content h3{
  font-size:16px;
 }
 .unique-blog-content p{
  font-size:12px;
 }
 #chat-popup{
  width:340px;
 }
 
}
 

 
}

/* Additional */

.flex.justify-between.flex-1.sm\:hidden {
  display: none !important;
}

.w-5.h-5{
  width:12px;
}
.w-4.h-4{
  width:12px;
}


/* Header fixes */
/* Only show hamburger on small screens */
.mobile-menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .dogSwiper .swiper-slide {
  border-radius: 0 !important;
  overflow: visible !important;
}
  .card-content{
  line-height:15px !important;
}
.breed-img {
  width: 100% !important;
  height: auto !important; 
  overflow: visible !important; 
}

.breed-img img {
  width: 100% !important;
  height: 380px !important;
  object-fit: cover;  
  border-radius: 0 !important;
}

  .mobile-menu-icon {
    display: block;
  }

  .nav,
  .auth-buttons {
    display: none;
  }
}

/* Slide Menu */
.mobile-slide-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  background-color: #fff;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-slide-menu.open {
  transform: translateX(0);
background-color: #fffdf9;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 18px;
}

.menu-header button {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-content {
  padding: 16px;
}

.submenu {
  margin-bottom: 16px;
}

.submenu button {
  width: 100%;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  padding: 8px 0;
}
.submenu button:focus{
outline:none;
}

.submenu-content {
  display: none;
  margin-left: 12px;
  margin-top: 8px;
}

.submenu-content a {
  display: block;
  color: #6b3e26;
  text-decoration: none;
  padding: 4px 0;
}

/* Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
  display: none;
}




/* new menu */
.mobile-menu-auth {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
    background-color: #fffdf9;
  }

  .dropdown-section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .dropdown-header {
    background-color: #51887a;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
  }

  .dropdown-menu {
    display: flex;
    flex-direction: column;
  }

  .dropdown-menu a {
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    transition: background-color 0.2s ease;
  }

  .dropdown-menu a:hover {
    background-color: #f7f7f7;
  }

  .dropdown-menu a:last-child {
    border-bottom: none;
  }
  .dropdown-toggle{
    padding:2px 20px;
    color:#fff;
    background-color:#6b3e26;
    border-radius:5px;
    border:none;
}


.pagination-wrapper p{
padding-top:10px;
}

.swiper-pagination-bullet-active{
background-color: #6b3e26 !important;
}


#newsletterForm{
display:none;

}



