
/* ! pagination */
.pagination {
  margin-top: 1.25rem; 
  text-align: center;
}

.pagination ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.page-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block; 
  line-height: 2.5rem;
  background-color: var(--text-color);
  color: var(--white-text);
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  border: none;
  border-radius: 0.3rem;
  margin: 0.3rem; 
}

.page-btn.active {
  background-color: var(--additional-Color);
  color: var(--white-text);
}

.page-btn:hover {
  background-color: var(--additional-Color);
}

/* Ellipsis styling */
.page-btn[style*="transparent"] {
  cursor: default;
}


/* ! footer section */
footer {
  width: 100%;
  height: auto;
  padding: 3rem;
  margin-top: 3rem;
  background-color: var(--background-Footer);
}

#footer-part-1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-3 {
  width: 80% !important;
  margin: auto !important;
}

.col-3 #about-us {
  width: 50%;
}

.col-5 {
  width: 70% !important;
}

#footer-part-1 h3 {
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--title-FooterColor);
}

#footer-part-1 p, #footer-part-1 a  {
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--text-FooterColor);
}

#footer-part-1 a {
  text-transform: capitalize;
}

#footer-part-1 a:hover {
  color: var(--additional-Color);
}

#about-us {
  width: 40%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#store-detail {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#location {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

#location svg {
  width: 1rem;
  height: 1rem;
}

#phone-number {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}

#phone-number svg {
  width: 1rem;
  height: 1rem;
}

#navigation {
  width: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#customer-service {
  width: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#contact-us {
  width: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#follow-us {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

#social-media-icons {
  display: flex;
  justify-content: space-between;
}

#social-media-icons div {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 0.5rem; */
  border: 2px solid var(--text-FooterColor);
  border-radius: 50%;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

#social-media-icons svg {
  width: 1rem;
  height: 1rem;
}

#social-media-icons div:hover {
  border-color: var(--additional-Color);
} 

#social-media-icons path {
  fill: var(--text-FooterColor);
  transition: fill 0.3s ease;
}

#social-media-icons div:hover path {
  fill: var(--additional-Color);
}

#social-media-icons a {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
}

#footer-part-2 {
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  color: var(--text-FooterColor);
  border-top: 1px solid var(--text-FooterColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}

#footer-part-2 img {
  width: 2rem;
  height: auto;
}

#email {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.subscribe-input {
  background-color: transparent;
  border: 2px solid var(--text-FooterColor);
  border-radius: 5rem;
  font-size: 1rem;
  padding: 0.5rem;
  outline: none;
}
 
.subscribe-input:hover,
.subscribe-input:focus {
  border-color: var(--additional-Color);
} 

.subscribe-button {
  background-color: var(--text-FooterColor);
  border: none;
  border-radius: 5rem;
  font-size: 1rem;
  padding: 0.5rem;
  color: var(--white-text);
  cursor: pointer;
} 

.subscribe-button:hover {
  background-color: var(--additional-Color);
  color: var(--white-text);
}

.footer-payments {
  list-style-type: none;
}

.footer-payments li {
  display: inline-block;
  margin-right: 0.75rem;
}

.kio-logo {
  margin: 0 5px;
  background-color: var(--title-FooterColor); 
  padding: 0.2rem; 
  border-radius: 5px;
}











/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */


/* 
   ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
   ┃ Description: Responsive design          ┃
   ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛  
*/



@media (min-width: 1921px){
  #footer-part-1, #footer-part-2 {
    width: 70%;
    margin: auto;
  }
}
/*======================================================================================================*/



@media (max-width: 1280px){
  #footer-part-1 p, #footer-part-1 a {
    font-size: 1rem;
  }
}
/*======================================================================================================*/



@media (max-width: 1024px){
  #location p, #phone-number p {
    text-wrap: wrap;
    word-wrap: break-word;
    hyphens: auto;
    overflow: hidden;
    width: 90%;
  }
  
  .col-3 {
    width: 100% !important;
  }

  .col-5 {
    width: 80% !important;
  }

  .col-5 #store-detail {
    flex-direction: column !important;
  }

  #about-us {
    width: 100%;
  }

  #store-detail {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  #footer-part-1 {
    row-gap: 2rem;
  }
}
/*======================================================================================================*/



@media (max-width: 995px){
  #footer-part-1 p, #footer-part-1 a {
    font-size: 15px;
  }

  #footer-part-1 h3 {
    font-size: 1rem;
  }

  #footer-part-2 {
    font-size: 15px;
  }


}
/*======================================================================================================*/



@media (max-width: 800px){
  #footer-part-1 {
    row-gap: 2rem;
  }

  #about-us {
    width: 100% !important;
  }

  .col-5 {
    width: 100% !important;
  }

  .col-5 #about-us {
    width: auto !important;
  }
}
/*======================================================================================================*/



@media (max-width: 700px){
  footer {
    padding: 2rem;
  }
}
/*======================================================================================================*/



@media (max-width: 600px){
  #footer-part-1 {
    row-gap: 3rem;
  }

  #footer-part-1 p {
    text-align: justify;
  }
}
/*======================================================================================================*/



@media (max-width: 500px){
  .col-5 {
    width: 80% !important;
    flex-direction: column !important;
    row-gap: 3rem !important;
  }

  #navigation, #customer-service, #contact-us {
    width: 100%;
  }
}
/*======================================================================================================*/



@media (max-width: 400px){
  footer {
    padding: 1rem;
  }

  #about-us, #navigation, #customer-service, #contact-us {
    row-gap: 0.5rem;
  }

  .col-3 {
    flex-direction: column !important;
    row-gap: 3rem !important;
  }
}
/*======================================================================================================*/
