/*
Theme Name: Groci - Online Grocery Store Child
Author: TemplateHouse
Description: Groci child theme
Version: 1.0.0
Text Domain: grocimart
Template: grocimart
*/



/* -------------------------------
            FOOTER
--------------------------------*/

.site-footer {
  background: #1f1f1f;
  color: #f5f5f5;
  font-size: 15px;
  padding-top: 30px;
  border-top: 4px solid #89a56f;
}

.gw-footer-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 30px;
  gap: 30px;
}

.gw-footer-wrap div {
  flex: 1;
  min-width: 260px;
}

.gw-footer-left img {
  max-width: 100px;
  margin-bottom: 10px;
}

.gw-footer-center ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gw-footer-center li {
  margin: 6px 0;
}

.gw-footer-center a {
  color: #f5f5f5;
  text-decoration: none;
}
.gw-footer-center a:hover {
  color: #d4c783;
}

.gw-footer-right a {
  color: #d4c783;
  text-decoration: none;
}
.gw-footer-right a:hover {
  color: #fff;
}

/* Social Icons */
.gw-social-icons {
  margin-top: 12px;
}
.gw-social-icons a {
  display: inline-block;
  color: #f5f5f5;
  margin-right: 12px;
  font-size: 18px;
  transition: 0.3s ease;
}
.gw-social-icons a:hover {
  color: #d4c783;
  transform: scale(1.15);
}

.gw-footer-bottom {
  text-align: center;
  background: #161616;
  padding: 15px 10px;
  font-size: 14px;
  border-top: 1px solid #333;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .gw-footer-wrap {
    flex-direction: column;
    text-align: center;
  }
  .gw-social-icons a {
    font-size: 20px;
  }
}

/* -------------------------------
            HEADER FIX
--------------------------------*/

/* Logo alignment */
.site-brand {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Desktop Logo */
.site-brand img.desktop-logo {
    max-height: 400px !important; /* your allowed height */
    width: auto !important;
    height: auto !important;
}

/* Left column alignment */
.header-main .column-left {
    display: flex !important;
    align-items: center !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Header container height */
.header-main.header-wrapper {
    min-height: 180px !important; /* Adjust based on logo */
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Optional tagline spacing */
.brand-description {
    margin-left: 10px !important;
}

/* Header colors */
.header-main,
.header-nav,
.header-top {
    background-color: var(--grocimart-color-primary) !important;

}

/* Increase Header Container Height */
.header-main.header-wrapper {
    min-height: 280px !important;
    height: auto !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.gw-header-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #f8f5e8;
    padding: 15px 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.gw-left-logo img {
    max-height: 180px;
    width: auto;
}

.gw-right-banner img {
    max-height: 200px;
    width: auto;
}

@media (max-width: 768px) {
    .gw-header-custom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .gw-left-logo img,
    .gw-right-banner img {
        max-height: 150px;
        width: 95%;
    }


.gw-right-banner-custom img {
    max-height: 150px;
    width: auto;
    object-fit: contain;
    margin-left: 20px;
}

.gw-right-banner-custom img {
    max-height: 120px;
    width: auto;
    margin-left: 10px;
    object-fit: contain;
}
