.btn-primary{
    background-color: #816263 !important;
    color: #fff !important;
    border:1px solid #fff !important;
}
.card {
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    color: #444;
    border: 1px solid #999;
    border-radius: 4px;
    background: #eee;
    text-align: center;
    padding-top: 30px;
    float: left;
    :before {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #eee;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      border-radius: 30px;
      font-size: 28px;
      font-style: normal;
      left: 50%;
      line-height: 60px;
      position: absolute;
      top: -30px;
      width: 60px;
    }
    .card-question {
      margin: 20px 0 20px;
      font-size: 150%;
    }
    .card-separator {
      width: 100%;
      margin: 10px 0 10px 0;
    }
    a {
      text-decoration: none;
      color: #7f8c8d;
    }
  }
  .card-orange {
    border-top: 4px solid #e76f51;
    :before {
      color: #e76f51;
      content: "\f1b0";
      font-family: 'FontAwesome';
    }
    .card-separator {
      border: 1px solid #e76f51;
    }
  }
  h2 {
    font: 33px calibri;
    text-align: center;
    text-transform: uppercase;
}

.about{
    background-color: #9f7065;
}
span.background {
    position: relative;
    z-index: 1;

    &:before {
        border-top: 2px solid #dfdfdf;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }

    /* span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        /* background: #fff; *
        background: #9f7065;
        padding: 0 15px;
    } */
}
/* h2 {
    border-top: 2px solid #000; /* Add a top line *
    margin-top: 10px; /* Space before the heading *
    margin-bottom: 10px; /* Space after the heading
    border-bottom: 2px solid #000; /* Add a bottom line *
} */
.head{
    text-shadow: 2px 2px 2px #816263;
}
ul {
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.dropdown-menu{
    position: absolute !important;
    z-index: 9999 !important;
}

.text-black {
    color: black !important;
}
.text-white {
    color:white !important;
}
.text-primary {
    color: #816263 !important;
}
.bg-themeprimary{
    background-color: #816263 !important;
}
#chatSpan{
    cursor: pointer;
}
.colorPrimary{
    color:#816263 !important
}
.mt-3 {
    margin-top: 1% !important;
  }

.image-container {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1; /* Keeps it square */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background-color: #444;
  margin: 0 auto; /* Center the container horizontally */
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.adoption-badge{
    position: absolute;
    bottom: 8px;
    right: 0px;
    top:0px;
    /* padding: 4px 8px; */
    border-radius: 4px;
    font-size: 12px;
    color: #000;
    height: 75px;
}
.sale-badge,
.mating-badge,
/* .adoption-badge, */
.others-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #ffc107;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #000;
  height: 30px;
}
/* Optional: On larger screens, control layout better */

@media (min-width: 468px) {
    .flex-viewport {
      max-height: 400px;
  }
}
@media (min-width: 768px) {
  .image-container {
    max-width: 300px;
  }
  .thumb-image {
      width: 100%;
      height: 100%;
      overflow: hidden;
  }
  .thumb-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

}


.sale-badge {
    position: absolute;
    top: 10px; /* Adjust spacing from the top */
    right: 10px; /* Adjust spacing from the right */
    background-color: red;
    color: white;
    font-size: 12px; /* Adjust font size */
    /* font-weight: bold; */
    padding: 5px 10px;
    border-radius: 5px; /* Optional: for rounded corners */
    z-index: 10; /* Ensure it's above the image */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Optional: for a subtle shadow */
}
.popular-badge {
    position: absolute;
    top: 25%; /* Adjust spacing from the top */
    left: 0px; /* Adjust spacing from the left */
    width: 60px; /* Adjust width to fit your image */
    height: 60px; /* Adjust height to fit your image */
    z-index: 10; /* Ensure it's above the image */
}
.mating-badge {
    position: absolute;
    top: 10px; /* Adjust spacing from the top */
    right: 10px; /* Adjust spacing from the right */
    background-color: #6d9eed;
    color: white;
    font-size: 12px; /* Adjust font size */
    /* font-weight: bold; */
    padding: 5px 10px;
    border-radius: 5px; /* Optional: for rounded corners */
    z-index: 10; /* Ensure it's above the image */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Optional: for a subtle shadow */
}
.others-badge{
    position: absolute;
    top: 10px; /* Adjust spacing from the top */
    right: 10px; /* Adjust spacing from the right */
    background-color: #e8b848;
    color: white;
    font-size: 12px; /* Adjust font size */
    /* font-weight: bold; */
    padding: 5px 10px;
    border-radius: 5px; /* Optional: for rounded corners */
    z-index: 10; /* Ensure it's above the image */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Optional: for a subtle shadow */
}
.ms-1{
    margin-left: 20px;
}
.clear_filter,.item_completely{
    font-size: 12pt !important;
    cursor: pointer;
}
.clear_filter{
    color:#fff !important;

    padding:10px
}
.product-listy span{
    text-align: right !important;
}
/* Container for the list with scrollable section */
.blog-category-list {
    height: 700px;
    overflow-y: auto; /* Makes the list scrollable */
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

/* Style for each category */
.category-item {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

/* Category title style */
.category-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Style for the blog list inside each category */
.blog-list {
    list-style-type: none;
    padding-left: 0;
}

/* Style for each blog item */
.blog-item a {
    text-decoration: none;
    color: #007BFF;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    transition: color 0.3s ease;
}

/* Hover effect for blog item links */
.blog-item a:hover {
    color: #0056b3;
}

/* Active link or hovered links */
.blog-link {
    display: block;
}

/* Blog link hover effect */
.blog-item a.blog-link:hover {
    color: #333;
    font-weight: bold;
    background-color: #e6f7ff;
    border-radius: 4px;
    padding: 4px;
}

/* Category header underline */
.category-title {
    border-bottom: 2px solid #007BFF;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
/* Basic styling */
.star-rating {
    direction: rtl; /* Right to left so that stars appear in left to right order */
    font-size: 30px; /* Star size */
}

.star-rating input {
    display: none; /* Hide radio buttons */
}

.star-rating label {
    color: #ddd; /* Inactive star color */
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ffcc00; /* Active star color (yellow) */
}

.star-rating input:checked {
    color: #ffcc00; /* Color for selected stars */
}
.media-object {
    width: 50px !important;             /* Smaller size for profile image */
    height: 50px !important;
    border-radius: 50% !important;      /* Makes it circular */
    object-fit: cover !important;       /* Ensures image covers the circle */
    /* overflow: hidden; */
    display: inline-block;   /* Optional: better inline alignment */
}

#location-permission-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup-container {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-container h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.popup-container p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #555;
}

.btn-allow {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

.btn-allow:hover {
    background-color: #45a049;
}

.btn-deny {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-deny:hover {
    background-color: #e53935;
}

.products-grid .row {
    display: flex;
    flex-wrap: wrap;
}
.products-grid .product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nomore {
    font-size: 18pt !important;
}
p{
    font-size: 12pt;
}
.message-error,.text-red{
    color:red;
}
.mt-4{
    margin-top: 20px !important;
}
/*Chat Box*/
/* styles.css */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600&display=swap');

:root {
    --font-family: 'Space Grotesk', sans-serif;
    --main-background-color: #fff;
    /* --border-color: #000000;
    --background-color: #333; */
}

.chatMinimize {
    position: fixed;
    color: #fff !important;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 300px;
    height: 0px;
    background-color: #816263;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-family: var(--font-family), sans-serif;
}
.chatbox-container {
    position: fixed;
    color: #fff !important;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 300px;
    max-height: 400px;
    background-color: #816263;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-family: var(--font-family), sans-serif;
}
.chatheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -10px;
    color: #fff;
}
.chatbox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
}
.chatbox-content{
    background-color: #fff;
    color:#000;
    height: 250px;
    width: 270px;
    overflow-y: scroll;
    margin-left: -10px;
}
#minimize-btn,#maximize-btn{
    position: relative;
    right:-70px;
}
#close-btn,#minimize-btn,#maximize-btn,#Maxclose-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#messages {
    height: 200px;
    overflow-y: auto;
    padding-right: 20px;
}

.message {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 25px;
    font-family: var(--font-family), sans-serif;
    max-width: 70%;
    position: relative;
/*     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    overflow-wrap: break-word;
}

.message-sent {
    background-color: #e6f3ff;
    align-self: flex-end;
    margin-left: auto;
    border: 2px solid #007bff;
    color: black; /* Added this line */
}

.message-received {
    background-color: #fff0f0;
    align-self: flex-start;
    margin-right: auto;
    border: 2px solid #dc3545;
    color: black; /* Added this line */
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0px;
}

.input-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-left: -10px;
}

.submit {
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    border: 3px solid;
    padding: 0.25em 0.75em;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

#message-input {
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    color: #000;
    cursor: text;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

/* Click animation only for submit button */
.submit:active {
    top: 5px;
    left: 5px;
}

/* Remove click animation from textbox */
#message-input:active {
    top: 0;
    left: 0;
}
.chatboxChats {
    display: flex;
    gap: 15px;
}
.chatbox {
    padding: 40px 20px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
.chatboxChats img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    border: solid 2px white;
}
.chatboxChats .msg {
    background: #816263;
    color:#fff;
    max-width: 80%;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    font-size: 13px;
}
/*----------------------------------------------------------------*/
/*Full Chat Box*/

/* Make the dropdown-menu display in columns */
/* .dropdown-menu-columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 1rem;
    padding: 1rem;
} */
.dropdown-menu-columns {
  /* no display property here */
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.dropdown-menu-columns.show {
  display: grid !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #816263;
}
.item_add{
    text-decoration: none;
    color: #999 !important;
        display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
/* #product-container .col-md-4 {
    float: none !important;
    display: block !important;
    clear: both !important;
} */
.timer_left {
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 9999;
    color: #fff; /* Blue - you can change it */
    background-color: #816263;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    text-decoration: none;
}

.help-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    color: #007bff; /* Blue - you can change it */
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.help-icon:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #0056b3;
}
 .intro-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
} 
/* .intro-modal {
    display: none; /* Hidden by default *
    position: fixed;
    z-index: 9999;
    left: 20px;          /* Distance from the left *
    bottom: 20px;        /* Distance from the bottom *
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    /* padding: 20px; *
} */


.intro-modal-content {
    position: relative;
    margin: 5% auto;
    padding: 0;
    width: 80%;
    max-width: 600px;
    text-align: center;
}

.intro-modal-content img {
    width: 100%;
    border-radius: 8px;
}

.intro-close {
    position: absolute;
    top: 100px;
    right: 600px;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

        /* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap'); */

        .pricing-box {
            background: #f8f8f8;
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            height: 100%;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }

       
        /* .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        } */
        .pricing-box {
            /* background-color: #e8f0fe; */
            border: 1px solid #816263;
            border-radius: 12px;
            padding: 24px;
            display: flex;
            flex-direction: column;
        }
        .pricing-title {
            font-size: 20px;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 8px;
        }
        .pricing-subtitle {
            color: #d81b60;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 24px;
        }
        .price {
            font-size: 48px;
            font-weight: 900;
            line-height: 1;
            margin-bottom: 4px;
        }
        .vat {
            font-size: 24px;
            font-weight: 700;
            color: #555;
        }
        .price-details {
            margin: 24px 0;
            padding-left: 14px;
            list-style: square;
            
          
        }
        .price-details li {
            margin-bottom: 12px;
            font-size: 14px;
            line-height: 1.4;
        }
        .buy-button {
            background-color: #1a73e8;
            color: white;
            border: none;
            padding: 12px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 18px;
            font-weight: 700;
            margin-top: auto;
            text-align: center;
        }
        .buy-button:hover {
            background-color: #1557b0;
        }

/* Intro.js Customize the tooltip container */
.introjs-tooltip {
  background-color: #1e293b; /* Dark blue-gray */
  color: #000 !important;             /* Light text */
  border-radius: 8px;
  padding: 20px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  max-width: 300px;
}

/* Customize the tooltip title */
.introjs-tooltip-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #816263; /* Sky blue */
}

/* Customize navigation buttons */
.introjs-button {
  background-color: #816263 !important;
  border: none;
  color: white !important;
  padding: 2px 10px !important;
  margin: 2px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  text-shadow: none !important;
}

.introjs-button:hover {
  background-color: #0284c7;
}

/* Hide bullets if not needed */
.introjs-bullets {
  display: none;
}

/* Optional: Customize highlight around the target element */
.introjs-helperLayer {
  background: rgba(56, 189, 248, 0.2); /* translucent sky blue */
  border: 2px solid #38bdf8;
  border-radius: 10px;
}
.introjs-tooltipbuttons {
    border-top: 1px solid #e0e0e0;
    padding: 1px !important;
    text-align: right;
    white-space: nowrap;
}
.introjs-tooltipReferenceLayer * {
    font-family: Arial, Helvetica, sans-serif !important;
}
.text-blue{
    color: #007bff !important;
}