
header{
  position: unset;
  background-color: #fff;
}

.main-header{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*start fourth section here***  */

.fourth-section{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 40px;
    background-image: url(../images/overlay/product-section-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto 100%;

}

.fourth-first-section{
    display: flex;
    width: 100%;
        padding-left: 2%;
    padding-right: 2%;
    align-items: center;
}

.fourth-first-one{
    display: flex;
    width: 50%; 
}


.fourth-first-one h2{
    font-family: 'Poppins',sans-serif,Arial;
    font-size: 24px;
    letter-spacing: .5px;
    color: var(--color-secondary);
    font-weight: 600;
    color: var(--color-secondary-paragraph);
}

.fourth-first-two{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: center;
}



.fourth-first-two a{
    font-family: 'Poppins',sans-serif;
    color: var(--text-muted-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;

}

/* search box start here****** */
    /* CSS */
body {
  font-family: 'Poppins', sans-serif;
  background: #faf9fa;
}

#custom-searchbar.mySearchBar {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 18px rgba(32,32,32,0.05);
  border: 1px solid #f0f0f0;
  width: 55%;
}

.mySearchInput {
  flex: 1;
  border: none;
  outline: none;
  padding: 13px 16px;
  font-size: 18px;
  color: #333;
  font-family: 'Poppins', sans-serif;
  transition: background 0.25s;
  background: transparent;
  width: 80%;
}

.mySearchInput::placeholder {
  color: #999;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  opacity: 1;
}

.mySearchButton {
  background: #ff7900;
  border: none;
  width: 60px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.22s;
  outline: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mySearchButton:hover,
.mySearchButton:focus {
  background: #eb6709;
}

.mySearchBar:focus-within {
  box-shadow: 0 5px 24px rgba(255, 121, 0, 0.15);
  border: 1.5px solid #ff7900;
}

.mySearchButton i {
  font-size: 22px;
  color: white;
  transition: color 0.18s;
}

/* end box start here****** */

.img-view-all-product{
    height: 13px;
    margin-left: 5px;
}


.fourth-second-section{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
    padding-left: 1%;
}

.product-card-main {
  width: 31%;
  margin-left: 1.33%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid var(--card-border-color);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card-main:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 59, 115, 0.25) 0px 6px 16px 0px;
  border-color: var(--accent-color); /* adds orange glow */
}


.product-card-first{
    width: 100%;
    padding:3%;
}

.product-card-first img{
    width: 100%;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--card-border-color);
}


.product-card-second{
    width: 100%;
    padding: 3%;
    padding-top: 0px;
}

.product-card-second a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 37px;
  color: var(--color-secondary);
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
  display: block;

}

.product-card-second a:hover {
  color: var(--accent-color); /* orange highlight */
  transform: translateY(-2px); /* subtle lift */
}

.product-card-second h3{
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 18px;
    /* color: var(--text-dark-color); */
    line-height: 24px;
    text-decoration: none;
}

.product-card-secondssdf{
    display: flex;
    width: 100%;
    margin-top: 5px;
}

.product-card-secondssdf_oa{
    width: 50%;
    display: flex;
    align-items: center;
}

.product-card-secondssdf_oa img{
    margin-left: -7px;
}

.product-card-secondssdf_ob{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: center;
}

.product-whatsapp-icon{
    color: var(--accent-color);
    font-size: 38px;
}

.product-price-section-main{
    display: flex;
    width: 100%;
    margin-top: 8px;
}

.product-price-section-main-one{
    display: flex;
    width: 50%;
    align-items: end;
}

.product-price-section-main-one span{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}

.product-price-section-main-two{
    display: flex;
    width: 50%;
    justify-content: end;
    align-items: end;
}

.product-price-section-main-two span{
        font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}

/*end fourth section here***  */


/* start overlay css here**** */
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader-circle {
    border: 5px solid #e0e0e0;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* end overlay css here**** */

/* pagination start here********* */
    .pagination {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  list-style: none;
  padding: 0;
  background: var(--color-primary);
  border-radius: 8px;
}
.pagination li {
  margin: 0 4px;
}
.pagination a,
.pagination span {
  display: block;
  padding: 8px 16px;
  color: var(--text-dark-color);
  border: 1px solid var(--card-border-color);
  border-radius: 4px;
  background: var(--color-white);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.pagination .active a,
.pagination .active span {
  background: var(--color-secondary);
  color: var(--color-white);
  border-color: var(--color-secondary);
  cursor: default;
}
.pagination a:hover:not(.active) {
  background: var(--accent-color);
  color: var(--color-white);
  border-color: var(--accent-color);
}
.pagination .disabled a,
.pagination .disabled span {
  color: var(--color-wireframe-gray);
  pointer-events: none;
  background: var(--color-primary);
}

/* pagination end here********* */

@media (max-width:900px){

        .fourth-first-section{
            flex-direction: column-reverse;
            
        }

      /* start fourth section here******** */
        .fourth-first-one h2{
        font-size: 18px;
        } 

        .product-card-main{
        width: 96%;
        margin-left: 0px;
        }

        .fourth-first-two{
          justify-content: center;
          width: 100%;
        }

        #custom-searchbar.mySearchBar{
          width: 100%;
        }
 
        .fourth-first-one{
          width: 100%;
          margin-top: 13px;
          margin-left: 2px;
        }
  /* end fourth section here******** */

}