*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333333;
    /* background-color: rgba(51, 51, 51, 0.1); */
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

img {
    max-width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
}

/* Global styles for headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #333333;
}

/* Paragraphs */
p {
  margin: 0;
    color: #333333;
}

/* Links */
a {
    /*color to be changed*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #263537; 
    transition: color 0.3s ease;
}

.active {
  color: #142F65 !important;
  font-weight: 600;
}

/* a:hover {
    color: #2980b9;
} */

/* Header Styles */
header {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

header nav ul {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

header nav ul li a {
    color: white;
    font-size: 1.1rem;
}

/* Main content styles */
main {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

/* Footer Styles */
footer {
    /* background-color: #2c3e50; */
    background-color: rgba(51, 51, 51, 0.1);
    color: white;
    padding: 1rem;
    text-align: center;
    margin-top: 4rem;
}

.footer-columns {
  width: 70%;
  margin: 2rem auto 4rem auto;
  display: flex;
}

.company-info {
  margin-right: 8rem;
  text-align: left;
}

.company-info img {
  margin-bottom: 3rem;
}

.company-info p {
  text-align: left;
  font-weight: 600;
}


.footer-columns .footer-content {
  display: flex;
}

.f-content {
  margin: 0 1.8rem;
}

.f-content .help {
  margin-top: 1rem;
}

.footer-columns h2 {
  color: #333333;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-columns ul li,
footer a {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
}

.license-note {
  margin-top: 8rem;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: capitalize;
}

footer .socmed-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin: 1rem auto;
}

footer .socmed-icons img {
  width: 40px;
  height: 40px;
}

/* Basic form styling */
input,
button,
textarea,
select {
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Button styling */
button {
    background-color: #3498db;
    color: white;
    cursor: pointer;
}

/* button:hover {
    background-color: #2980b9;
} */

.fw-bold {
  font-weight: 600;
}

/* Custom Style */

.container {
  width: 80%;
  margin: 0 auto;
}

.container-md {
  width: 72%;
  margin: 0 auto;
}

.top-bar {
    padding: 2rem 0;
    background: linear-gradient(to right, #1E4B9E, #142F65);
}
.top-bar p{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.pipe {
    color: #E60023;
    font-weight: 500;
  }
  
.main-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 2rem 0;
}

.main-nav .logo {
    /* width: 160px; */
    /* height: 70px; */
}

.nav-links {
    display: flex;
    align-items: center;
}

.nav-links a{
    text-decoration: none;
    margin: 0 0.8rem;
    font-size: 1.1rem;
    color: #263537;
}

.nav-icon {
    width: 16x;
    height: 16px;
}

.search-bar {
    margin: 0;
    display: flex;
    align-items: center;
}

.search-bar-2 {
  position: relative;
  width: 450px;
}

.search-icon-2 {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 18px; 
  height: 18px;
  pointer-events: none; 
  opacity: 0.6; 
}

.search-bar-2 input {
  width: 100%;
  padding: 10px 10px 10px 36px; /* Add left padding to make space for icon */
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.search-bar-2 img {
  height: 18px; /* adjust the image size */
  width: 18px; 
}

.search-bar-2 input {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.search-bar input {
    height: 100%;
    width: 450px;
    padding: 13px 12px;
    margin: 0;
    border-radius: 0;
    margin-right: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.search-bar .search-btn {
  background-color: #1E4B9E;
  border: none;
  padding: 10px 12px;
  margin: 0;
  cursor: pointer;
  border-radius: 0; /* removes roundness */
  display: inline;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.search-bar .search-btn img {
  height: 24px; /* adjust the image size */
  width: 24px;  /* adjust the image size */
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 375px !important;
    height: 70vh;
    display: flex;
    padding: 8rem 0;
    color: white;
    overflow: hidden;
  }
  
  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/img/hero.webp'); /* replace with your actual image path */
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* semi-transparent grey */
    z-index: 2;
  }
  
  .hero-content {
    position: relative;
    z-index: 3;
    width: 70%;
    margin: 0 auto;
    align-items: start;
  }

  .hero-content h2{
    color: #ffffff;
    width: 80%;
    text-align: left;
    font-size: 2.4rem;
  }

  .hero-content p{
    color: #ffffff;
    width: 45%;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 300;
  }
  
  .hero-content .btn {
    margin-top: 80px;
    font-size: 1.4rem;
    padding: 12px 40px;
  }

  .btn {
    cursor: pointer;
    display: inline-block;
    border-radius: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem 0 0 0;
  }

  .btn-sm {
    padding: 10px 30px;
    width: 100%;
  }

  .btn-md {
    padding: 18px 20px;
    font-size: 1.1rem;
    margin: 0 auto;
  }

  .btn-lg {
    width: 60%;
    font-size: 1.1rem;
    margin: 0 auto;
    padding: 17px 20px;
  }

  .btn-red {
    background-color: #E60023;
    color: #FFFFFF;
  }
  
  .btn-blue {
    background-color: #4A78D6;
    color: #FFFFFF;
  }

  .btn-blue-hlw {
    border: 4px solid #4A78D6;
    padding: 6px 30px;
    background-color: transparent;
    color: #4A78D6;
  }

  .mt-1 {
    margin-top: 1rem;
  }

  .mt-2 {
    margin-top: 2rem;
  }

  .mt-3 {
    margin-top: 3rem;
  }

  .mt-4 {
    margin-top: 4rem;
  }

  .fs-2 {
    font-size: 1.2rem;
  }

  /* Category */

  .categories {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 4rem auto;
  }

  .category {
    border: 3px solid rgba(51, 51, 51, 0.2);
    border-radius: 100%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    cursor: pointer;
  }

  .category p {
    text-align: center;
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    margin-top: 0.6rem;
    line-height: 0.8rem;
  }
  
  .category img {
    width: 30px;
    height: 30px;
  }

  /* Product Collage */
  .featured {
    display: flex;
    justify-content: center;
    margin: 6rem auto;
  }

  .featured .grid {
    display: grid;
    grid-template-columns: 21rem 21rem 21rem;
    grid-template-rows: 17rem 17rem;
    gap: 2rem;
    font-family: sans-serif;
  }

  .featured .grid .cell {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow: hidden;
    cursor: pointer;
  }

  .rowspan-2 {
    grid-row: span 2;
  }

  .cell-lg img {
    height: 85%;
  }

  .cell-lg .cell-text {
    height: 15%;
  } 

  .cell-md img {
    height: 70%;
  }

  .cell-md .cell-text {
    height: 30%;
  } 

  .cell img {
    width: 100%;
    padding: 0.3rem;
    object-fit: contain;
  }

  .cell-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E4B9E;
    text-transform: uppercase;
  }

  .cell-text p {
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    line-height: 2.2rem;
  }

  .cell-text .lg-label {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .cell-text .md-label {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .cell-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .cell-header p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }

  .cell-header h4 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

/* Best Deals */

.best-deals {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 10rem auto 0 auto;
}

.deal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5rem 0 0;
}

.deal-header h3{
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
  margin: 0;
  text-transform: uppercase;
} 

.deal-header p {
  font-size: 0.9rem;
  color: #1E4B9E;
  cursor: pointer;
}

.deal-header img {
  width: 150px;
  height: 150px;
  margin: 1rem 0;
}

.deal-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deal-content .product {
  flex: 0 1 calc(25% - 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 1rem 3rem 1rem;
}

.deal-content .product .top img{
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.product p {
  margin: 0;
}

.product .top .description {
  margin-bottom: 1.2rem;
}

.product .top .description p {
  font-size: 0.9rem;
}

.product .top .moq p {
  font-weight: 600;
}
.product .bottom .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.product .bottom {
  margin-top: 1.5rem;
  width: 100%;
}

.product .bottom .tag img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}

/* Apply Section */

.apply-acc {
  position: relative;
    height: 55vh;
    display: flex;
    padding: 3rem 0;
    color: white;
    overflow: hidden;
}

.acc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/img/warehouse.webp');
  background-size: cover;
  background-position: 50% 95%;
  z-index: 1;
}

.acc-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.acc-content {
  position: relative;
  z-index: 3;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

 .acc-content h3{
  color: #FFFFFF;
  width: 70%;
  text-align: center;
  font-size: 2.4rem;
  text-transform: capitalize;
  margin: 0 auto;
  line-height: 3rem;
}


.acc-content p{
  color: #ffffff;
  width: 45%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 2rem auto 4rem auto;
}

/* Tools & Hardware */
.section-header {
  width: 100%;
  height: 20vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}

.tools-section .section-header {
  background-image: url('/assets/img/Section\ Header.png');
}

.certified-img {
  position: absolute;
  bottom: -30%;
  right: 130px;
  width: 140px;
  height: 140px;
}

.section-header h2{
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 600;
}

.section-content {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  /* justify-content: ; */
  margin: 6rem auto 0 auto;
}

.section-content .product {
  flex: 0 1 calc(25% - 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 2rem;
}

.section-content .product .top img{
  width: 100%;
  height: 200px;
  margin-bottom: 1rem;
  object-fit: contain;
}

/* Pet Supplies Section */
.pet-section .section-header {
  background-image: url('/assets/img/Section\ Header_Pet.png');
}

/* Personal Care Section */

/* Pet Supplies Section */
.care-section .section-header {
  background-image: url('/assets/img/Section\ Header_Care.png');
}

/* Membership Style */

.navigator {
  display: flex;
  margin: 1rem auto 2rem auto;
}

.navigator p {
  margin: 0 5px;
}

.navigator a,
.navigator p {
  font-size: 0.9rem;
}

.member-header h2{
  font-weight: 500;
  margin: 0;
  margin-bottom: 0.3rem;
}

.member-header p {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
}

.member-content {
  width: 70%;
  margin: 5rem auto;
  display: flex;
  justify-content: space-between;
}

.member-content-mobile {
  display: none;
}

.m-benefit-mobile {
  display: none;
}

.gold-card, .business-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 380px;
  height: 220px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 1rem;
}

.gold-card img,
.business-card img{
  width: 230px;
  height: auto;
  margin: 2rem auto;
}

.gold-card .card-text,
.business-card .card-text {
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 0.7rem 0;
  text-align: center;
  margin: 0;
  border-radius: 0 0 1rem 1rem;
}

.gold-card .card-text {
  background-color: #BF9B30;
}

.business-card .card-text {
  background-color: #142F65;
}

.card-detail {
  display: flex;
  flex-direction: column;
}

.card-detail .card-price{
  display: flex;
  justify-content: space-between;
  margin: 2rem 1rem 0;
}

.card-detail .card-price p {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

.grey-txt {
  color: #7F7F7F;
  margin: 0 1rem;
}

.m-benefit img {
  width: 30px;
  height: 30px;
}

.benefit-line {
  display: flex;
  width: 70%;
  margin: 0 auto;
}

.benefit-content {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 350px;
}

.see-more-cta {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 2.5rem auto 0;
}

.see-more-cta .dropdown {
  display: flex;
  
  align-items: center;
  cursor: pointer;
}

.see-more-cta .dropdown p {
  font-size: 0.9rem;
  color: #4A78D6;
  font-weight: 600;
}

.see-more-cta .dropdown img {
  width: 12px;
  height: 12px;
  margin-left: 0.5rem;
}

/* Help Section */
.FAQ {
  width: 85%;
  margin: 8rem auto 0;
}

.FAQ h2 {
  font-weight: 600;
  color: #333333;
}

.faq-item {
  cursor: pointer;
}

.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question-header h4 {
  font-weight: 600;
  font-size: 1.1rem;
  color: #333333;
}

.question-header img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.faq-answer {
  margin: 1.2rem 0 1.5rem 3rem;
  font-weight: 300;
}

.chat-support {
  display: flex;
  margin-top: 5rem;
  font-weight: 600;
}

.support-link {
  margin-left: 0.5rem;
  color: #1E4B9E;
}

/* Sign In Styles */

.sign-in {
  width: 43%;
  margin: 0 auto;
}

.sign-in h2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}

.sign-in-content {
  border: 2px solid rgba(51, 51, 51, 0.5);
  border-radius: 0.5rem;
  padding: 2rem 3rem;
}

.sign-in-content p {
  font-size: 1.2rem;
  color: #333333;
}

.sign-in-content input {
  width: 100%;
  height: 4rem;
}

.sign-in-content .checkbox {
  display: flex;
  align-items: center;
}

.sign-in-content .checkbox input {
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
}
.sign-in-content .checkbox p,
.sign-in-content .checkbox a{
  font-size: 1rem !important;
  font-weight: 500 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.sign-in .btn {
  border-radius: 0.3rem;
  width: 100%;
  margin-top: 3rem;
}

.sign-in-footer {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
  margin-top: 1.7rem;
}

.sign-in-footer a {
  color: #1E4B9E;
  font-weight: 400;
  font-size: 0.9rem;
}

.sign-in-footer2 {
  display: flex;
  align-items: center;
  margin-top: 1.7rem;
}

.sign-in-footer2 p,
.sign-in-footer2 a {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.sign-in-footer2 p {
  margin-right: 0.3rem;
}

.sign-in-footer2 a {
  color: #1E4B9E;
}

/* Vendors Section */

.vendors {
  margin: 8rem 0;
}

.vendors h1 {
  font-weight: 500;
  font-style: italic;
  text-align: center;
}

.vendors .brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 1 calc(25% - 2rem);
  align-items: center;
  margin: 6rem 0;
}

.vendors .brands img {
  width: 150px;
  height: 100%;
  margin: 0 1rem;
}

/* About Us */
.about-us {
  margin: 4rem 0 6rem;
}

.about-us h1 {
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
}

.about-us p {
  width: 85%;
  margin: 2rem auto;
  text-align: justify;
}

/* Vendors & Brands Page */

.vendors-brand {
  margin: 4rem 0 6rem;
}

.vendors-brand h1{
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
}

.vendors-brand p {
  text-align: center;
  color: #7F7F7F;
}

.brand-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.brand-card {
  width: 300px;
  height: 300px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 1rem 0.8rem 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.brand-card img {
  width: 150px;
}

.brand-card h2 {
  font-size: 1.5rem;
}

.brand-card p {
  font-size: 0.8rem;
  
}

/* Quote Section */

.request-quote {
  margin: 5rem auto;
  padding: 1.5rem 0;
  width: 55%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.request-quote h2{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: 400;
}

.input-group,
.input-group-txtarea {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

.input-group label,
.input-group-txtarea label {
  margin-right: 1rem;
}

.input-group input,
.input-group label {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}

.input-group-txtarea textarea {
  width: 728px;
  margin: 0 auto;
}

.input-group-txtarea label {
  margin: 0 3.5rem 1rem;
}

.input-group .input,
.input-group-txtarea .input {
  display: flex;
  width: 100%;
  flex-direction: column;
}