@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Roboto+Condensed:ital,wght@0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url("main.css");
@import url("branches.css");
@import url("contacts.css");
@import url("about.css");
@import url("map.css");
@import url("footer.css");
@import url("ads.css");
@import url("search.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body,
body .hero {
    font-family: 'Google Sans', sans-serif;
    color: #1a1a1a;
    background-color: #ffffff;
    line-height: 1.6;
}

.logo {
    order: 1;
    flex-shrink: 0;
}

.search-top {
    margin-bottom: 0;
    order: 2;
    height: 45px;
    background-color: #000000;
    display: flex;
    margin-left: auto;
    align-items: center;
    /* justify-content: flex-start; */
}

.search-bar {
    display: flex;
    gap: 5px;
}

.search-bar input {
    flex: 1;
    height: 30px;
    width: 70%;
    padding: 0px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-top .search-bar button {
    height: 30px;
    padding: 0 10px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.search-btn {
    height: 20px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ce705b;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

.search-btn img {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 20px;
}

img {
    max-width: 100%;
    display: block;
    border-radius: 12px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 0;
    margin-bottom: 0;
}

.menu-container {
    position: static;
    height: 70px;
    padding: 0 60px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    margin-bottom: 0;
    margin-bottom: 0;
}

.logo img {
    height: 60px;
}

.navbar{
    order: 3;
    margin-left: 10px;
    margin-bottom: 0;
}
.navbar ul {
    display: flex;
    margin-bottom: 0;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
}

.menu-toggle span {
    width: 26px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 0;
}

.navbar ul li a {
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease, opacity 0.3s ease;
}

.navbar ul li a:hover {
    color: #ffea00;
    opacity: 1;
}

.ads-banner,
.ads-slider,
.hero {
    padding: 0 !important;
}

.ads-banner {
    width: 100%;
    overflow: hidden;
    background: #ffea00;
    padding: 10px 0;
}

.ads-marquee {
    display: inline-block;
    white-space: nowrap;
    animation: slide-in 10s linear infinite;
}

.ads-marquee p {
    margin: 0;
    padding-left: 100%;
    font-weight: 600;
    font-size: 1rem;
}

@keyframes slide-in {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
    text-align: left;
    min-height: auto;
}

.hero-content {
    max-width: 1000px;
    padding: clamp(20px, 6vw, 80px);
}

.hero-content h1 {
    font-size: clamp(32px, 8vw, 72px);
    /* text-decoration: double; */
    font-weight: 900;
    margin: 0;
    /* line-height: 1; */
    padding: 0;
    color: #000000;
}

.hero-content p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
}

.btn-primary {
    font-family: "Poppins" , sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(65% - 40px);
    padding: 14px clamp(20px, 5vw, 36px);
    background-color: #ffea00;
    color: #000000;
    font-size: clamp(13px, 2.5vw, 15px);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    font-family: "Poppins" , sans-serif;
    color:#ffffff;
    background-color: #5E3557;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-primary:active {
    font-family: "Poppins" , sans-serif;
    transform: translateY(0);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.hero-prod-slider {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 40px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.hero-prod-card {
  flex: 0 0 200px;
}

.hero-prod-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hero-prod-card h {
  margin: 0;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  height: 48px;
  overflow: hidden;
}


.hero-prod-controls button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
}

.hero-prod-wrapper {
  overflow: hidden;
  width: 100%;
}

.hero-prod-track {
  display: flex;
  gap: 20px;
  transition: transform .4s ease;
  will-change: transform;
}

.hero-prod-card {
  width: 300px;
  height: 420px;
  display: flex;
  flex-direction: column;
}


.hero-prod-img {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.hero-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-prod-whatsapp {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #25D366;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 10%;
  font-size: 10px;
  opacity: 0;
  transition: opacity .3s ease;
}

.hero-prod-img:hover .hero-prod-whatsapp {
  opacity: 1;
}

section,
main {
    padding: 100px 0;
}

.page-section {
    display: none;
    padding-top: 0px;
    animation: fadeIn 0.4s ease;
}

.page-section.active {
    display: block;
}

/* .hero.page-section, */
.hero.page-section.active {
    padding-top: 0;
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .ads-slider{
        aspect-ratio: 16/9;
    }
    section,
    main {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .logo {
        order: 1;
    }

    .search-top {
        order: 2;
        margin-left: auto;
    }

    .menu-container {
        padding: 0 30px;
    }
    .hero-content{
        text-align: center;
    }
    .hero-content p{
        text-align: justify;
    }
    section,
    main {
        padding: 70px 0;
    }

    .btn-primary {
        width: 100%;
        padding: 14px 0;
    }

    .menu-toggle {
        order: 3;
        display: flex;
    }

    .navbar {
        order: 4;
        position: fixed;
        top: 70px;
        right: 0;
        width: 260px;
        height: calc(100vh - 70px);
        background-color: #000000;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 999;
    }
    
    .navbar.active {
        transform: translateX(0);
    }
    
    .navbar ul {
        flex-direction: column;
    }
    
    .navbar ul li a {
        display: block;
        padding: 18px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .ads-slider{
        aspect-ratio: 4/5;
    }
    .hero {
        min-height: auto;
    }
}