*, *::before, *::after {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

.page-header__topline {
  height: 45px;
  background-color: #333
}

.page-header__topline .currency {
  float: left;
  min-width: 120px
}

.page-header__topline .currency__change {
  display: block;
  color: #777;
  font-size: 13px;
  line-height: 45px;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s
}

.page-header__topline .currency__change:hover {
  color: #5e5e5e
}

.page-header__topline .login {
  float: right;
  min-width: 135px;
  margin: 0;
  padding: 0;
  margin-right: 82px;
  list-style: none;
  font-size: 0
}

.page-header__topline .login__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px
}

.page-header__topline .login__item:last-child {
  margin-right: 0
}

.page-header__topline .login__link {
  display: block;
  font-size: 13px;
  color: #999;
  line-height: 45px;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s
}

.page-header__topline .login__link:hover {
  color: gray
}

.page-header__topline .basket {
  float: right;
  width: 147px
}

.page-header__bottomline {
  background-color: #f8f8f8
}

.page-header__bottomline .logo {
  float: left
}

.page-header__bottomline .logo__link {
  padding: 15px 0;
  display: block
}

.page-header__bottomline .main-nav {
  float: right
}

.page-header__bottomline .main-nav .categories {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0
}

.page-header__bottomline .main-nav .categories__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 57px
}

.page-header__bottomline .main-nav .categories__item:last-child {
  margin-right: 0
}

.page-header__bottomline .main-nav .categories__item:hover>.dropdown {
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: a .2s;
  animation: a .2s
}

.page-header__bottomline .main-nav .categories__link {
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: color .3s;
  transition: color .3s
}
.navitem {
  background-color: #0462b0;
}

.page-header__bottomline .main-nav .categories__link:hover {
  color: #a7d30c;
}

.page-header__bottomline .main-nav .categories__link i {
  position: absolute;
  top: 63px;
  left: -5px;
  line-height: normal
}
.topcontact {
  display: flex ;
  justify-content: flex-end;
  gap: 30px;
}
.topicon {
  display: flex;
  align-items: center;
}
.topicon a {
  color: #262626;
}
.topicon .ico-contact {
  margin-left: 20px;
}
.topicon p {
  margin: 0;
  font-weight: 600;
  color: #000;
}
.topicon i {
    font-size: 18px;
    padding-right: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #a7d30c;
    color: #a7d30c;
    font-size: 22px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 100%;
}


.page-header .dropdown {
  position: absolute;
  display: none;
  left: 0;
  width: 467px;
  padding: 30px;
  padding-top: 10px;
  padding-left: 27px;
  background-color: #f8f8f8;
  box-shadow: 0 17px 24px rgba(0, 0, 0, .2);
  z-index: 1
}

.page-header .dropdown--lookbook {
  right: 0;
  left: auto
}

.page-header .dropdown__half {
  float: left;
  width: 170px;
  margin-right: 68px
}

.page-header .dropdown__half:last-child {
  margin-right: 0
}

.page-header .dropdown__heading {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #575153;
  text-transform: uppercase
}

.page-header .dropdown__items {
  margin: 0;
  padding: 0;
  list-style: none
}

.page-header .dropdown__item {
  margin-bottom: 12px
}

.page-header .dropdown__link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #727272;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s
}

.page-header .dropdown__link:hover {
  color: #262626
}

.page-header .dropdown__banner {
  display: block;
  margin-top: 45px;
  padding: 56px 51px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #333
}

.page-header .dropdown__banner span {
  display: inline-block;
  margin-top: 7px;
  font-weight: 400
}

.page-footer .footer-nav {
  padding: 60px 0 55px;
  background-color: #f8f8f8
}

.page-footer .footer-nav__col {
  float: left;
  width: 160px
}

.page-footer .footer-nav__col--info, .page-footer .footer-nav__col--whybuy {
  margin-right: 77px
}

.page-footer .footer-nav__col--account {
  margin-right: 76px
}

.page-footer .footer-nav__col--lookbook {
  margin-right: 78px;
  margin-right: 60px
}

.page-footer .footer-nav__col--contacts {
  width: 240px
}

.page-footer .footer-nav__col .address {
  margin-bottom: 23px;
  padding-top: 4px;
  color: #777;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  text-decoration: none
}

.page-footer .footer-nav__col .phone {
  margin-bottom: 14px;
  color: #777;
  font-size: 14px
}

.page-footer .footer-nav__col .phone__number {
  color: #777;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s
}

.page-footer .footer-nav__col .phone__number:hover {
  color: #2b2b2b
}

.page-footer .footer-nav__col .email {
  color: #777;
  font-size: 14px
}

.page-footer .footer-nav__col .email__addr {
  color: #777;
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s
}

.page-footer .footer-nav__col .email__addr:hover {
  color: #2b2b2b
}

.page-footer .footer-nav__heading {
  margin-bottom: 23px;
  color: #575153;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}

.page-footer .footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0
}

.page-footer .footer-nav__item {
  padding: 0
}

.page-footer .footer-nav__link {
  color: #777;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s
}

.page-footer .footer-nav__link:hover {
  color: #2b2b2b
}

.page-footer .banners {
  padding-bottom: 56px;
  background-color: #f8f8f8
}

.page-footer .banners .banner-award {
  float: left;
  width: 570px;
  height: 200px;
  padding-top: 55px;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #333
}

.page-footer .banners .banner-award span {
  font-weight: 700
}

.page-footer .banners .banner-social {
  float: right;
  width: 570px;
  height: 200px;
  padding-top: 80px;
  font-size: 0;
  text-align: center;
  background-color: #00c8c8
}

.page-footer .banners .banner-social__link {
  display: inline-block;
  margin-right: 36px;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s
}

.page-footer .banners .banner-social__link:last-child {
  margin-right: 0
}

.page-footer .banners .banner-social__link:hover {
  color: #333
}

.page-footer__subline {
  padding: 15px;
  font-size: 13px;
  color: #777;
  background-color: #333
}

.page-footer__subline .copyright {
  float: left;
  width: 300px
}

.page-footer__subline .designby {
  float: right;
  width: 220px
}

.page-footer__subline .developer {
  float: right;
  width: 170px
}

.brand {
  padding-top: 63px;
  padding-bottom: 120px
}

.brand .block-left {
  float: left;
  width: 570px;
  margin-right: 30px
}

.brand .block-right {
  float: right;
  width: 570px
}

.brand__row {
  margin-bottom: 62px
}

.brand__row:last-child {
  margin-bottom: 0
}

.brand__col--buyer {
  margin-top: -162px;
  margin-bottom: 68px
}

.brand__img {
  display: block
}

.brand__img--offset {
  margin-bottom: 27px
}

.brand__descr--designer {
  margin-top: 60px
}

.brand__heading {
  margin: 0;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #575153;
  text-transform: uppercase
}

.brand__subheading {
  margin: 0;
  margin-bottom: 16px;
  font-size: 13px;
  color: #727272;
  text-transform: uppercase
}

.brand__text {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #8e8c8c
}

.brand__link {
  color: #00c8c8;
  text-decoration: none
}

.brand__link:hover {
  text-decoration: underline
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s
}

.btn--basket {
  width: 100%;
  height: 45px;
  padding-left: 18px;
  background-color: #00c8c8;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.btn--basket:hover {
  background-color: #009595
}

.btn--basket .icon-basket {
  position: relative;
  top: 3px;
  margin-right: 13px;
  font-size: 20px
}



.nero {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: 'montserratlight', sans-serif;
  text-align: center;
  text-transform: capitalize;
  color: #FFF;
  background: #666 url("../images/breadcum.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.nero__heading span {
  font-size: 45px;
}
.catergory--page img {
  border: 2px solid #f1f1f1;}
.catergory--page .pr-img {
  height: auto;
  width: 100%;
}
#content .section-title {
  padding-top: 80px;
}
#content  .catergory-title{
  color: rgb(0 0 0);
  font-weight: 600;
  font-size: 20px;
}

#content .catergory-des {
    color: rgb(0 0 0);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    height: 60px;
}
#content .btn {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    line-height: 25px;
    font-size: 17px;
}
.nero:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
background-color: #0000005c;
  top: 0;
  left: 0;
  z-index: -1;
}

.nero__heading {
  font-size: 48px;
}

.nero__bold {
  font-weight: 700;
}

.nero__text {
  font-size: 30px;
}

.homebanner img {
  width: 100%;
  height: 600px !important;
  object-fit: cover;
  object-position: top;
}

.product-search {
  display: flex;
  border: 2px solid #ffd700; 
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.product-search input[type="text"] {
  flex: 1;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
}

.product-search button {
  background-color: #ffd700; 
  border: none;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-search button i {
  font-size: 16px;
  color: #000;
}

.whatsuppbtn .btn-success {
  background-color: #000;
  border: none;
  padding: 3px 68px;
  color: white;
  font-size: 16px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}

.whatsuppbtn .btn-success:hover {
  background-color: #000;
  color: white;
  text-decoration: none;
}


.wrapper {
  text-align: center;
  width: 40em;
  margin: 2.5em auto;
  padding: 1em;
  border-radius: 8px;
  border-top: 1px solid #eee;
}

.wrapper> :first-child {
  margin-top: 0;
}

.wrapper> :last-child {
  margin-bottom: 0;
}


.todo a {
  padding: 1em;
  border-radius: 4px;
  color: BLACK;
  font-family: montserratlight;
  font-weight: lighter;
  font-size: .9em;
  text-decoration: none;
}

.todo ul {
  margin: .4em 0;
  padding: 0 1em;
}

.todo li {
  display: inline;
  margin-right: 12px;
}

.todo a:hover {
  color: #009595;
}

.tac {
  text-align: center;
}




.about-us {
  background-color: #fff;
}
.about-us .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}

.about-us .content-wrapper {
    padding: 60px 0;
}

.about-us .header {
    text-align: left;
    margin-bottom: 10px;
}

.about-us .company-name {
    font-size: 3.6rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
}

.about-us .tagline {
    font-size: 1.4rem;
    color: #0462b0;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-us .founding-year {
    display: inline-block;
    background: #0462b0;
    color: #fff;
    padding: 5px 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;

}

.about-us .story-section {
    margin-top: 40px;
}

.about-us .story-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.about-us .family-info img {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-us .family-member {
    margin-bottom: 25px;
}

.about-us .family-member:last-child {
    margin-bottom: 0;
}

.about-us .member-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.about-us .member-role {
    font-size: 2rem;
    opacity: 0.8;
    font-style: italic;
}

.about-us .story-text {
    font-size: 2rem;
    color: #555;
    line-height: 1.8;
}
.about-us .story-text p {
  font-size: 16px;
}

.about-us .highlight {
    color: #0462b0;
    font-weight: bold;
}

.valuesec {
  background-color: #a7d30c;
  padding: 50px 0;
}
.valuesec .values-section {
    margin-top: 50px;
    text-align: center;
}

.valuesec .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.valuesec .value-card {
    background: #f8f9fa;
    padding: 30px 20px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}
.card-title {
  font-size: 20px;
  font-weight: 600;
}

.valuesec .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(254, 215, 0, 0.2);
    border-color: #0462b0;
}

.valuesec .value-icon {
    width: 60px;
    height: 60px;
    background: #0462b0;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.valuesec .value-title {
    font-size: 1.7rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.valuesec .value-desc {
    color: #666;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
  .about-us .content-wrapper {
      padding: 40px 30px;
  }

  .about-us .company-name {
      font-size: 2.2rem;
  }

  .about-us .tagline {
      font-size: 1.1rem;
  }

  .about-us .story-content {
      grid-template-columns: 1fr;
      gap: 30px;
  }

  .about-us .family-info {
      padding: 0;
  }

  .about-us .story-text {
      font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .about-us .about-section {
      padding: 40px 15px;
  }

  .about-us .content-wrapper {
      padding: 0;
  }

  .about-us .company-name {
      font-size: 1.8rem;
  }

  .about-us .values-grid {
      grid-template-columns: 1fr;
      gap: 20px;
  }
}
.mission-vision-section {
    padding: 80px 20px;
    margin: 0 auto;
    background-color: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title  {
  text-align: center;
}
.section-title h2{
    font-size: 4rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    position: relative;
    margin-top: 0;
}
.section-title  p {
  color: #000;
}
.section-title::after {
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #0462b0, #f4c430);
    display: block;
    margin: 20px auto;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.mv-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.mv-card {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(254, 215, 0, 0.15);
}

.mv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}


.mv-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 36px;
    box-shadow: 0 10px 30px rgba(254, 215, 0, 0.3);
}

.mv-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mv-text {
    font-size: 1.6rem;
    color: #555;
    line-height: 1.8;
    position: relative;
}

.highlight-keywords {
    color: #2c3e50;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.values-showcase {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.values-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}

.values-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15px, 1fr));
    gap: 30px;
}

.value-item {
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: #f8f9fa;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.value-item:hover {
    color: #2c3e50;
    transform: translateY(-5px);
    border-color: #0462b0;
}

.value-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}
.value-icon img {
  width: 60%;
}
.value-name {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .mission-vision-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .mv-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mv-card {
        padding: 40px 30px;
    }

    .mv-title {
        font-size: 1.8rem;
    }

    .mv-text {
        font-size: 1.2rem;
    }

    .values-showcase {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 2rem;
    }

    .mv-card {
        padding: 30px 25px;
    }

    .mv-title {
        font-size: 1.6rem;
    }

    .mv-text {
        font-size: 1.1rem;
    }

    .values-showcase {
        padding: 30px 20px;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

 :root {
    --primary-color: #0462b0;
    --primary-dark: #f4c430;
    --footer-bg: #2c3e50;
    --footer-bg-light: #34495e;
    --text-light: #bdc3c7;
}
.footer {
    padding: 10px 0px 0px 0px;
    background-position: right;
    background: #31acde;
    /*background: #ADD8E6 url(../images/map.png);*/
    background-size: 91%;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
    90deg,
    var(--primary-color) 0%,
    var(--primary-dark) 50%,
    var(--primary-color) 100%
  );
}

.footer-content {
  padding:0;
}

.footer-section h5 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 20px;
}

.footer-section h5::after {
  content: "";
  width: 30px;
  height: 2px;
  background:#a7d30c;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.company-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.company-desc {
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  color: var(--text-light);
}

.contact-item i {
  color: #fff;
  width: 20px;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-item .contact-text {
  flex: 1;
}

.contact-item .contact-label {
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

.whatsapp-btn {
    color: white;
    padding: 5px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
    background: #a7d30c;
    text-decoration: none;
    font-size: 22px;
}

.whatsapp-btn:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.footer-links li {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 0.3rem 0;
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 10px;
}

.product-item {
  background: rgba(254, 215, 0, 0.1);
  border-left: 3px solid var(--primary-color);
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  border-radius: 0 8px 8px 0;
}

.product-item h6 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.3rem;
  font-size: 16px;
  margin-top: 0;
}

.product-item p {
  color: var(--text-light);
  font-size: 0.8rem;
  margin: 0;
  line-height: 1.4;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 1.5rem;
}

.social-link {
  width: 45px;
  height: 45px;
  background: rgba(254, 215, 0, 0.1);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: var(--primary-color);
  color: var(--footer-bg);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(254, 215, 0, 0.3);
}


.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0rem 0 0rem;
  margin-top: 2rem;
}

.copyright {
  color: var(--text-light);
  font-size: 18px;
}

.footer-bottom-links a {
  color: var(--text-light);
  text-decoration: none;
  margin: 0 15px;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: var(--primary-color);
}

.quality-badges {
  margin-top: 1rem;
}

.badge-custom {
  background: rgba(254, 215, 0, 0.1);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 768px) {

  .social-links {
    justify-content: center;
  }

  .newsletter-form .input-group {
    flex-direction: column;
    gap: 10px;
  }
  .nero__heading span {
    font-size: 35px;
  }

  .newsletter-input,
  .newsletter-btn {
    border-radius: 25px !important;
  }
}

.desk-class .navbar-nav {
  gap: 30px;
}
.desk-header {
  background-color: #0462b0;
    border-radius: 0;
}

.desk-header .nav-link{
  position: relative;
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: color .3s;
  transition: color .3s;
}


.mobile-header button {
    background-color: #a7d30c;
    width: 60px;
    height: 60px;
}
@media(max-width: 991px){
  .desk-header {
    display: none;
  }
}

.mobile-header {
  display: none;
  background-color: #333;
  color: white;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
}

.mobile-header .logo {
  font-size: 1.2em;
  font-weight: bold;
}

.mobile-header .menu-toggle {
  font-size: 1.5em;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background-color: #444;
}

.mobile-nav a {
  color: white;
  padding: 12px;
  text-decoration: none;
  border-top: 1px solid #555;
}

.mobile-nav a:hover {
  background-color: #555;
}

@media (max-width: 991px) {
  .mobile-header {
    display: flex;
  }
  .page-header__bottomline {
    display: none;
  }
  .homebanner img {
    height: auto !important;
  }
  section {
    padding: 40px 0 !important;
  }
  .about-us .story-section {
    margin-top: 0;
  }
  .about-us .family-info img {
    height: auto;
  }
  .section-title h2 {
    font-size: 2.5rem;
  }
  .section-title  p {
    font-size: 16px;
  }
  .valuesec .values-grid {
    margin-top: 0;
  }
  .values-section {
    margin-top: 0 !important;
  }

}

.mobileh {
  display: none;
}
.mobileh  {
  background-color: #fff;
}
.main-header {
  display: none;
  flex-direction: column;
  position: relative;
}

.main-header  .header {
  background-color: #fff;
  color: white;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.mobileh  .logo img {
  width: 100%;
}

.main-header .logo {
  width: 50%;
}

.main-header .menu-toggle {
  font-size: 3rem;
  cursor: pointer;
  z-index: 3;
  background-color: #a7d30c;
  padding: 2px 12px;
}

.main-header .nav-links {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 250px;
  background-color: #0462b0;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  transition: left 0.3s ease-in-out;
  z-index: 1;
}

.main-header  .nav-links a {
  text-decoration: none;
  padding: 15px 20px;
  border-bottom: 1px solid #d8d5d5;
  color: #fff;
  text-transform: uppercase;
}

 .nav-links a:hover {
  background-color: #555;
}

 .nav-links.active {
    left: 0;
    z-index: 99;
}

 .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5em;
  color: white;
  cursor: pointer;
  display: none;
}

 .nav-links.active .close-btn {
  display: block;
}
.nero {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

@media (max-width: 768px) {
  .main-header {
    display: flex;
  }
  .mobileh {
    display: inherit !important;
  }
}
